i.fa {
    font-style: normal;
}

.font-8 {
    font-size: 8px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-30 {
    font-size: 30px !important;
}

.bg-danger {
    background-color: red !important;
}

.bg-success {
    background-color: green !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.text-nowrap {
    white-space: nowrap;
}

.mess-wrap {
    width: 75%;
    word-break: break-word;
}

.form-input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 11px 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #151515;
    ;
    background-color: #fff;
    background-image: none;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #cccccc;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.border-right {
    border-right: 1px solid #ffc107 !important;
}

.border-orange {
    border: 2px solid #ec412b !important;
}

.w-90 {
    width: 90%;
}

.w-40 {
    width: 40%;
}

.w-49 {
    width: 49%;
}

.w-18 {
    width: 18%;
}

.w-60 {
    width: 60%;
    max-width: 420px;
}

.nav-link.active {
    /* font-weight: bold !important; */
    opacity: 1 !important;
}

a,
a:focus,
a:active {
    color: inherit;
}

.text-danger {
    color: #dc3545 !important;
}

.text-success {
    color: green !important;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.arrow-pos {
    /* margin-left: -11px; */
    z-index: 999;
    /* font-size: 25px; */
}

.select2-container .select2-choice {
    padding: 12px 0;
}

.pointer {
    cursor: pointer;
}

.list-disc li {
    display: list-item;
    /* list-style: disc; */
    font-size: 16px;
    margin-bottom: 15px;
}

.list-disc-style li {
    list-style: disc;
}

.thumbnail-classic-text {
    display: inline;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.home-banner {
    background-size: contain !important;
    background-position: center !important;
}

.text-orange,
.text-warning {
    color: #ec412b !important;
}

.text-orange1 {
    color: #fead4b !important;
}

.text-dark {
    color: #000 !important;
}

.text-primary {
    color: #007bff !important;
}

.bg-orange {
    background-color: #d4821f;
}

.select2-results {
    max-height: 300px !important;
}

.table td {
    border-top: 0;
}

.select2-drop {
    z-index: 9999;
}

.select2-container-disabled {
    padding: 0 !important;
}

.select2-container.select2-container-disabled .select2-choice {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.border-dotted {
    border-bottom: 1px dotted #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.icon-img-size {
    width: 70px;
    height: 70px;
}

.form-label {
    transform: translate3d(0, -80%, 0);
}

.select-label {
    font-size: 14px;
    font-weight: 500;
    transition: .25s;
    will-change: transform;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    z-index: 9;
    transition: .25s;
    transform: translate3d(0, 10%, 0);
    will-change: transform;
    background-color: #fff;
    background-image: none;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #cccccc;
    display: block;
    width: 100%;
    min-height: 48px;
}

textarea.form-quote {
    height: 100% !important;
}

.select-label+.form-validation {
    top: 5px;
}

.fa-info-circle:hover {
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 180px !important;
}

.btn-md {
    border-radius: 1.2rem;
}

.bg-black1 {
    background-color: #424242;
}

.bg-black2 {
    background-color: #222222;
}

#collapseSideNav .nav-link {
    font-weight: 400;
    opacity: 0.7;
}

.contest-list li {
    margin: 0.3px 0;
}

.bg-arenaorange {
    background-color: #ec412b;
}

.text-flow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a:hover {
    color: #ec412b;
}

.contest-list-border {
    border-bottom: 1px solid rgb(119, 119, 119);
}

.bg-activemenu {
    background-color: #fde7cd !important;
    border-left: 6px solid #ec412b !important;
}

.bg-inactivemenu {
    background-color: #f4f4f4 !important;
}

.border-bottom-white {
    border-bottom: 1px solid #fff !important;
}

.bg-collapse {
    background-color: #eeeeee !important;
}

.button-small {
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: auto !important;
    min-width: auto !important;
}

.alert-warning {
    color: #000;
}

/* unchecked */
input[type="radio"]+.fa-check-square:before,
input[type="radio"]+label>.fa-check-square:before {
    content: "\f0c8";
    color: #fff;
    border: 1px solid #fdc980;
    border-radius: .25rem;
}

.nav-check>.fa-check-square:before {
    content: "\f0c8";
    color: #fff;
    border: 1px solid #fdc980;
    border-radius: .25rem;
}

/* Checked */
input[type="radio"]:checked+.fa-check-square:before,
input[type="radio"]:checked+label>.fa-check-square:before {
    content: "\f14a";
    color: #ec412b;
    border: 0;
    border-radius: 0;
}

.nav-check.active>.fa-check-square:before {
    content: "\f14a";
    color: #ec412b;
    border: 0;
    border-radius: 0;
}

.round-label {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-top: 35px;
    cursor: pointer;
    font-size: 14px;
}

/* Hide the default checkbox */
.round-label input[type=checkbox] {
    visibility: hidden;
}

/* Creating a custom checkbox
based on demand */
.checkmark {
    position: absolute;
    bottom: 25px;
    left: 60px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #868e96;
    border-radius: 0.5em;
}

/* Specify the background color to be
shown when checkbox is checked */
.round-label input:checked~.checkmark {
    background-color: #ec412b;
    border: 1px solid #ec412b;
}

.round-label input:disabled~.checkmark {
    background-color: #f4f4f4;
    border: 1px solid #e9ecef;
}

.round-label input:disabled:checked~.checkmark {
    background-color: #fde7cd;
    border: 1px solid #e9ecef;
}

/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Display checkmark when checked */
.round-label input:checked~.checkmark:after {
    display: block;
}

/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and 
showing only two border to make it look
like a tickmark */
.round-label .checkmark:after {
    left: 10px;
    bottom: 6px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.nav-check.active {
    color: #ec412b !important;
}

.demo-img-size {
    width: 200px;
    height: 150px;
}

.nav-tile-item.active,
.nav-mess-item.active {
    background-color: #fde7cd !important;
    border-left: 8px solid #ec412b !important;
    border-radius: 0 !important;
    color: #ec412b !important;
}

.nav-tile-item {
    background-color: #f4f4f4 !important;
    border-radius: 0 !important;
    color: #000;
}

#previewModal .modal-sm {
    max-width: 400px !important;
}

#previewModal .modal-lg,
#viewModal .modal-lg,
#viewSuggestionTestModal .modal-lg {
    max-width: 1200px !important;
    min-height: 600px !important;
    max-height: 700px !important;
}

.btn-link:hover {
    text-decoration: none;
    color: #ec412b !important;
    cursor: pointer;
}

.collapsed>i.fa-chevron-up:before,
.collapsed>div>i.fa-chevron-up:before {
    content: "\f078";
}

.showmore.collapsed>i.fa-minus-circle:before {
    content: "\f055";
}

i.fa-chevron-up.collapsed:before {
    content: "\f078" !important;
}

.ck-editor__editable {
    min-height: 300px;
    height: 100%;
}

.fa-toggle-on {
    color: #ec412b !important;
}

.fa-toggle-off {
    color: #000 !important;
}

.select2-choices {
    flex-wrap: wrap !important;
}

.table td {
    vertical-align: middle !important;
}

.select2-container .select2-choice>.select2-chosen {
    width: 80%;
}

.table-sportpickMobile td {
    vertical-align: top !important;
}

/* .unread-mess{
    background-color: #0076B5 ;
    border-radius: 10px !important;
    padding: 3px 7px !important;
} */
.unread-circle {
    color: #0076B5;
}

.badge-radius {
    border-radius: 50%;
    padding: 18px 17px !important;
}

.mess-img {
    height: 50px;
    width: 50px;
}

/* A, B, C, D */
.blue-bg {
    background: #4679BD;
}

/* E, F ,G */
.red-bg {
    background: #ff3838;
}

/* H I J K */
.purple-bg {
    background: #9600e8;
}

/* L M N O */
.green-bg {
    background: #14ad00;
}

/* P Q R S*/
.Indigo-bg {
    background: #4B0082;
}

/* T U V */
.turq-bg {
    background: #008fa5;
}

/* W X Y Z */
.black-bg {
    background: #000000;
}

.bg-lightorange {
    background: #eecda5;
}

.bg-grey {
    background: #dddddd;
}

/* .table-join td{
    vertical-align: top !important;
} */
.table-seperate {
    border-collapse: separate;
}

.popover-header {
    color: #fff;
    background-color: #ec412b;
    font-size: 16px;
}

.popover-body {
    font-size: 14px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.mess-count {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #0076B5;
    color: #fff;
}

.table-onboard td {
    padding-bottom: 2.5em;
}

.fa-info-circle {
    color: #ec412b !important;
}

.popover {
    max-width: 350px;
}

.table-site td {
    vertical-align: top !important;
}

#requestQuoteModal .modal-dialog {
    max-width: 540px;
}

.team-img {
    width: 250px;
    height: 250px;
}

#termscheckbox {
    transform: scale(2);
}

.img-survey {
    width: 700px;
}

.button-disabled {
    opacity: 0.5;
    background-color: grey !important;
}

.survey-button {
    min-width: 135px;
}

.image-wrapper {
    float: left;
    padding-bottom: 10px;
}

.image-wrapper img {
    width: 100%;
}

.article-meta {
    color: #aaa;
    font-size: 12px;
}

.max-mess-height {
    max-height: 800px;
    overflow-y: auto;
}

.select2-container-multi.select2-container-disabled,
.select2-container-disabled {
    background-color: #f4f4f4;
    border: 0;
}

.select2-container-multi.select2-container-disabled .select2-choices,
.select2-container.select2-container-disabled .select2-choice {
    padding: 12px;
    border-radius: 6px;
}

.modal.show .modal-dialog {
    transform: translate(0, -50%);
    top: 50%;
}

#welcomeArenaModal {
    overflow-y: auto;
}

.news-styles h3,
.news-styles h4 {
    margin-top: 15px;
    font-size: 24px;
}

.news-styles a {
    color: #ec412b;
}

.box-pricing-size {
    max-width: 310px;
}

.table-market td {
    vertical-align: top !important;
}

.list-square-style li {
    list-style: square;
}

.nodataText {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #949494;
    padding: 5% 0;
}

.leftmenu_min_width {
    min-width: 15%;
}

.leaderboardfilter {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-overflow: ellipsis;
    padding: 0.375rem 0.4rem;
    padding-right: 20px;
    background: #1b1929;
    color: #ec412b;
    transition: none;
    text-align: right;
    direction: rtl;
}

.leaderboardselect:after {
    content: "\f0dc";
    font-family: FontAwesome;
    color: #ec412b;
    padding: 20px 8px;
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.leaderboardselect {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
}

/* Desktop */
@media screen and (min-width: 992px) {

    /* .desktop .box-icon-modern:hover .box-icon-modern-title {
        letter-spacing: 0;
    } */
    .padding-container {
        padding: 0 100px;
    }

    .font-28 {
        font-size: 28px !important;
    }

    .image-wrapper {
        width: 420px;
        padding-right: 25px;
    }

}

/* Mobile */
/* Plus Size */
@media screen and (min-width: 400px) and (max-width: 760px) {
    .demo-pos {
        position: absolute;
        bottom: -15px;
    }
}

@media screen and (max-width: 400px) {
    .demo-pos {
        position: absolute;
        bottom: 12px;
    }
}

@media screen and (max-width: 760px) {
    [class*='isotope-filters-list'].active {
        flex-direction: column;
    }

    .button-min-width {
        min-width: auto;
    }

    .home-banner {
        height: 416px;
    }

    .footer-minimal-bottom-panel {
        text-align: center;
    }

    .border-dotted {
        border-bottom: 1px dotted #000 !important;
    }

    .modal.show .modal-dialog {
        transform: none;
        top: 10%;
    }
}

@media screen and (min-width: 760px) and (max-width: 1000px) {
    .home-banner {
        background: url('/Assets/images/arena_home/landing-tablet-770.png') no-repeat !important;
        height: 362px;
    }

    .modal.show .modal-dialog {
        transform: none;
        top: 10%;
    }

    .height-features {
        min-height: 300px;
    }

    .height-works {
        min-height: 500px;
    }

    .image-wrapper {
        width: 420px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1050px) {
    .home-banner {
        background: url('/Assets/images/arena_home/landing-tablet-1024.png') no-repeat !important;
        height: 362px;
    }

    .height-features {
        min-height: 340px;
    }

    .height-works {
        min-height: 460px;
    }

    .modal.show .modal-dialog {
        transform: none;
        top: 10%;
    }
}

/* IPHONE - 5 */
@media screen and (max-width : 320px) {
    .iFont {
        font-size: 18px;
    }

    .home-banner {
        height: 370px;
    }
}

/* Small screen Mobiles */
@media screen and (max-width : 400px) {
    .label-mobile {
        top: 38px;
    }
}

.framecontainer {
    overflow: hidden;
}

.frameset iframe {
    position: relative;
    top: -65px;
}

@media (min-width: 1600px) {
    .form-wrap {
        width: 80%;
    }

    .titlehome {
        width: 700px;
    }

    .mx-market {
        margin: 0 7% !important;
    }
}

@media (max-width: 1600px) {
    .titlehome {
        width: 590px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .col-width {
        max-width: 22%;
    }

    .leftmenu_min_width {
        min-width: 20%;
    }
}

.text-blue2 {
    color: #1b1929;
}

.rounded {
    border-radius: .25rem !important;
}

.h-18 {
    height: 70px;
}

.mobile2-img-pos {
    position: absolute;
    right: 42px;
    bottom: -5px;
}

.wrapper {
    display: flex;
    flex-flow: row wrap;
    text-align: left;
}

.kiosk-img-pos {
    position: absolute;
}

.venueTipping input::placeholder,
.venueTipping textarea::placeholder {
    color: #000;
    padding-left: 15px;
    font-size: 12px;
}

@media screen and (min-width: 770px) {
    .aside-1 {
        max-width: 23%;
    }

    .aside {
        flex: 3;
    }

    .aside-50 {
        flex: 1 1 44%;
    }

    .kiosk-img-pos {
        bottom: -25px;
        left: 10px;
    }
}

/* Styles for iPad PRO */
@media screen and (min-width: 1024px) and (max-width: 1030px) {
    .kiosk-img-pos {
        bottom: -11px;
        left: 24px;
    }

    .tab-img {
        height: 320px;
        width: 280px;
    }
}

.table-td-valign td {
    vertical-align: top !important;
}

.bg-navigation {
    background: url(/assets/images/arena_home/business_arena.png) no-repeat;
    background-size: 100% 100%;
    height: 250px;
}

.heading1 {
    font-size: 55px;
    text-shadow: 0px 5px 0px rgba(0, 35, 48, 0.004);
    -moz-transform: matrix(0.99988953473242, 0, 0, 1.00106295845206, 0, 0);
    -webkit-transform: matrix(0.99988953473242, 0, 0, 1.00106295845206, 0, 0);
    -ms-transform: matrix(0.99988953473242, 0, 0, 1.00106295845206, 0, 0);
}

.heading2 {
    font-size: 45px;
}

@media screen and (max-width: 770px) {
    .bg-navigation {
        background: url(/assets/images/arena_home/business_arena_mobile.png) no-repeat;
        background-size: 100% 100%;
        height: 200px;
    }

    .kiosk-img-pos {
        height: 100px;
        top: 123px;
        right: 100px;
    }

    .tab-img {
        height: 200px;
        width: 130px;
    }

}

@media screen and (max-width: 765px) {
    .mobile2-img-pos {
        right: 15px;
        height: 150px;
        bottom: -3px
    }
}

#tab1.active {
    background-image: -webkit-linear-gradient(90deg, #1b1929 0%, #1b1929 100%);
    color: #fff !important;
}

#tab2.active {
    background-image: -webkit-linear-gradient(90deg, #ec412b 0%, #ec412b 100%);
    color: #fff;
}

.w-45 {
    width: 45%;
}

.tab-active {
    background-image: -moz-linear-gradient(90deg, rgb(2, 174, 239) 0%, rgb(44, 193, 250) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 174, 239) 0%, rgb(44, 193, 250) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 174, 239) 0%, rgb(44, 193, 250) 100%);
}

.tab-notactive {
    background-image: -moz-linear-gradient(90deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
}

.text-gray {
    color: #7b7b7b;
}

.w-70 {
    width: 70%;
}

/* Styles for Iphone 5 */
@media screen and (max-width: 320px) {

    .img-iphone5-width {
        width: 160px;
    }

    .i5-font-h3 {
        font-size: 25px;
    }

    .i5-font-20 {
        font-size: 20px;
    }

    .i5-font-13 {
        font-size: 13px;
    }

    .h-i5 {
        min-height: 300px;
    }

    .tab-img {
        height: 250px;
    }

    .kiosk-img-pos {
        top: 175px;
        right: 95px;
    }
}