.loginpopup .popup-content{padding: 0; min-height: auto;}
.loginpopup-content { display: flex; justify-content: center; flex-wrap: wrap; position: relative; margin-bottom: 60px; width: 100%;}
.loginpopup-content .lp-row{display: flex; justify-content: center; flex-wrap: wrap; background-color: var(--white-color); border-radius: 30px; overflow: hidden; width: 100%;}
.loginpopup-content .lp-row .lp-col { flex: 0 0 auto; width: 50%; }
.loginpopup-content .lp-row .lp-col .login-banner { height: 100%; }
.loginpopup-content .lp-row .lp-col .login-banner > img{ height: 100%; }
.loginpopup-content .login-form-wraper { padding: 0 1.5rem 15px; }
.loginpopup-content .logo { display: flex; align-items: center; justify-content: center; padding-bottom: 10px; }
.loginpopup-content .logo img {max-height: 120px; max-width: 220px; padding: 8px; }
.loginpopup-content .input-group { margin-bottom: 1rem; }
.loginpopup-content label { font-size: 15px; padding-left: 10px; margin-bottom: .2rem; font-weight: 400;}
.loginpopup-content input:not([type="checkbox"]) {border-radius: 30px; border: 1px solid var(--primary-color); font-size: 15px; font-weight: 400; display: block; width: 100%; padding: .375rem .75rem; line-height: 1.5; height: auto;}
.loginpopup-content .input-group .input-with-icon{ position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.loginpopup-content .input-group .input-with-icon .icon { position: absolute; right: 0; top: 0; line-height: 1; height: 100%; display: flex; align-items: center; min-width: 40px; justify-content: center; cursor: pointer; }
.loginpopup-content .login-btns { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.loginpopup-content .login-btns button{font-weight: 400; background: var(--primary-gradient); font-size: 15px; padding: 9px 20px;}
.loginpopup-content .login-btns button.demo-loginbtnn{background: transparent; border: 1px solid var(--primary-color); color: var(--primary-color); font-weight: 600;}
.loginpopup-content .login-close{font-weight: 400; position: absolute; bottom: -60px; font-size: 15px; padding: 8px 20px; background: var(--header-bg);}

.signup-popup .loginpopup-content { width:100%; max-width: 700px; margin-left: auto; margin-right: auto;}
.signup-popup .loginpopup-content .lp-row .lp-col{width: 100%;}
.loginpopup-content .input-group.checkbox{display: flex; align-items: center;}
.loginpopup-content .input-group.checkbox label { margin-bottom: 0; line-height: 1;}
.loginpopup-content .input-group.checkbox input { margin: 0; }
.otp-number { display: flex; gap: 5px; margin: 0 0 15px; align-items: center; padding: 5px; }
.otp-number input[type="text"] { width: 35px !important; height: 35px !important; }
.signup-form button.loginbtnn{width: 100%;}
.signup-form .row { margin-right: -8px; margin-left: -8px; }
.signup-form .row .col-6 {padding-right: 8px; padding-left: 8px; }

.loginpopup-content button.popup-close{ position: absolute; right: -17px; top: -17px; padding: 0; width: 26px; height: 26px; background: #fff; color: #000; font-size: 15px; }


/* 23-7-25 */
.signup-popup .whatsapp-box { background: #efefef; padding: 12px; border-radius: 10px; max-width: 350px; width: 100%; margin: 0 auto 5px; text-align: center; border: 1px solid var(--primary-color);}
.signup-popup .whatsapp-box .title-text  h4 { font-weight: bold; font-size: 18px; margin-bottom: 0; color: var(--primary-color); }
.signup-popup .create-whatsapp-link { margin-top: 15px; display: flex; flex-wrap: wrap; align-items: center; cursor: pointer; }
.signup-popup .whatsapp-box .create-whatsapp-link .click-here { background-color: #3cc142; color: #fff; padding: 8px; width: calc(100% - 45px); margin-left: -5px; height: auto; line-height: 1; border-radius: 0; font-weight: bold; text-transform: uppercase; text-align: center; }
.signup-popup .whatsapp-box .create-whatsapp-link .whatsapp-icon { background-color: #3cc142; color: #fff; padding: 10px; border-radius: 0; font-size: 24px; width: 50px; box-shadow: 0 0 3px #fff; z-index: 1; display: flex; justify-content: center; align-items: center; }
.signup-popup .create-account-seperator { margin-top: 15px; position: relative; width: 100%; font-weight: bold; text-align: center; margin-bottom: 10px; }
.signup-popup .create-account-seperator::before { position: absolute; content: ""; background-color: var(--primary-color); width: 30px; left: calc(50% - 41px); height: 2px; top: 50%; transform: translateX(-50%); }
.signup-popup .create-account-seperator::after { position: absolute; content: ""; background-color: var(--primary-color); width: 30px; right: calc(50% - 64px); height: 2px; top: 50%; transform: translateX(-50%); }
.signup-popup .agree-box a { color: var(--primary-color); vertical-align: top; display: inline-block; text-decoration: underline; }
.signup-popup .recaptchaTerms { text-align: center; display: inline-block; padding: 10px 0; width: 100%; font-size: 12px; }
.signup-popup .recaptchaTerms a { color: var(--primary-color); vertical-align: top; display: inline-block; text-decoration: underline; }
.signup-popup .react-tel-input .form-control {padding-left: 52px;}
.signup-popup .react-tel-input .country-list .search-box{margin-left: 0;}
.signup-popup .react-tel-input .selected-flag:focus:before, .signup-popup .react-tel-input .selected-flag.open:before{border: 0; box-shadow: none; outline: 0;}

@media (max-width:999px) {
    .loginpopup-content{margin: 0 auto 60px; max-width: 500px; padding-bottom: 20px;}
    .loginpopup-content .lp-row{flex-direction: column;}
    .loginpopup-content .lp-row .lp-col { width: 100%; }
    .loginpopup-content .login-banner { border-top-left-radius: 30px; border-top-right-radius: 30px; overflow: hidden;}
    .loginpopup-content .lp-row .lp-col .login-banner, .loginpopup-content .lp-row .lp-col .login-banner>img{height: auto;}
}
@media (max-width:767px) {
    .loginpopup-content .login-form-wraper { padding: 0 0.5rem 15px; }
    .login-popup .popup-content{padding: 4%;}
    .loginpopup-content .input-group { margin-bottom: 0.8rem; }
    .signup-popup .whatsapp-box .title-text h4{font-size: 16px;}
    .signup-form .input-group.col-6.mobile-number { order: 4; }
    .signup-form .input-group.col-6.user-name { order: 1; }
    .signup-form .input-group.col-6.new-password { order: 2; }
    .signup-form .input-group.col-6.confirm-password { order: 3; }
    .signup-form .input-group.col-6.referrer-code { order: 5; }
    .signup-form .input-group.col-12.agree-box-wrapper { order: 6; }
}

body.popup-open{overflow: hidden;}
.popup { position: fixed; top: 0; left: 0; background: #00000070; height: 100%; width: 100%; z-index: 1111111; opacity: 0; pointer-events: none; transition: all 0.4s ease-in-out; overflow: auto;}
.popup.open {opacity: 1; pointer-events: auto; transition: all 0.4s ease-in-out;}
.popup-content { position: absolute; left: 0; right: 0; margin: auto; max-width: 880px; transform: scale(0); border-radius: 30px; padding: 40px; transition: all 0.4s ease-in-out; min-height: 100vh; display: flex; align-items: center;}
.popup.open .popup-content { transform: scale(1); transition: all 0.4s ease-in-out;}
.popup .close-btn { cursor: pointer; position: absolute; right: -15px; top: -15px; width: 30px; height: 30px; background: var(--primary-color); color: var(--white-color); font-size: 25px; font-weight: 600; line-height: 27px; text-align: center; border-radius: 50%;}


.popup.alertMsgpopup { background: none; z-index: 999999999; }
.popup.alertMsgpopup .popup-content, .popup.alertMsgpopup.open .popup-content { top: 0; transform: none; min-height: auto; }
/* .popup.alertMsgpopup .alert-msg{ background: var(--green-color); z-index: 11; width: 100%;text-align: center; padding: 10px; font-size: 20px; color: var(--white-color); display: block; max-width: 500px; margin: auto; position: relative;}
.popup.alertMsgpopup.Error .alert-msg, .popup.alertMsgpopup .alert-msg.err{background: var(--red-color);} */
.popup.alertMsgpopup .alert-msg { background: var(--white-color); color: var(--black-color); display: table; font-size: 16px; margin: auto; max-width: 500px; padding: 10px; position: relative; text-align: center; width: auto; z-index: 11; border-radius: 10px; box-shadow: 0px 0px 20px #00000021; }
.popup.alertMsgpopup .alert-msg:before { background: var(--green-color); border-radius: 30px; color: var(--white-color); display: inline-block; font-weight: 600; height: 22px; line-height: 23px; margin-right: 6px; width: 22px; font-size: 13px; }
.popup.alertMsgpopup.Error .alert-msg:before { content: "\f00d"; background: var(--red-color); }
.popup.alertMsgpopup .alert-msg.err:before { content: "\f00d"; background: var(--red-color); }
/* .alert-progress-bar {position: absolute; bottom: 0; left: 0; height: 6px; width: 100%; overflow: hidden;}
.alert-progress-bar:before { content: ""; position: absolute; bottom: 0; right: 0; height: 100%; width: 100%; background-color: #03b303; }
.popup.alertMsgpopup.open .alert-progress-bar:before {animation: progress 4s linear forwards;}
.popup.alertMsgpopup.Error .alert-progress-bar:before, .popup.alertMsgpopup .alert-msg.err .alert-progress-bar:before{ background-color: #ad0000; }

@keyframes progress {
    100% { right: 100%; }
} */

.popup.alertMsgpopup .alert-msg:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
}
.fa {
    font-family: "Font Awesome 6 Free";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: 900;
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(2em*-1);
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: 2em;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-radius: .1em;
    border-radius: var(--fa-border-radius, .1em);
    border: .08em solid #eee;
    border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
    padding: .2em .25em .15em;
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: .3em;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: .3em;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    animation-name: fa-beat;
    animation-delay: 0s;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: normal;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: 1s;
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: infinite;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: ease-in-out;
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: 0s;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: normal;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: 1s;
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: infinite;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: cubic-bezier(.28, .84, .42, 1);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    animation-name: fa-fade;
    animation-iteration-count: infinite;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: cubic-bezier(.4, 0, .6, 1);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
    animation-delay: 0s;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: normal;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: 1s;
    animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-iteration-count: infinite;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: cubic-bezier(.4, 0, .6, 1);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: 0s;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: normal;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: 1s;
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: infinite;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: ease-in-out;
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    animation-name: fa-shake;
    animation-duration: 1s;
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: infinite;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: linear;
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
    animation-delay: 0s;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: normal;
    animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
    animation-name: fa-spin;
    animation-duration: 2s;
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: infinite;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: linear;
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: normal;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: 1s;
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: infinite;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: steps(8);
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {

    0%,
    90% {
        transform: scale(1)
    }

    45% {
        transform: scale(1.25);
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(1.1, .9) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        transform: scale(.9, 1.1) translateY(-.5em);
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        transform: scale(1.05, .95) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        transform: scale(1) translateY(-.125em);
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        transform: scale(1) translateY(0)
    }

    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: .4;
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-beat-fade {

    0%,
    to {
        opacity: .4;
        opacity: var(--fa-beat-fade-opacity, .4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.125);
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(0, 1, 0, -180deg);
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,
    24% {
        transform: rotate(-18deg)
    }

    12%,
    28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,
    to {
        transform: rotate(0deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

.fa-rotate-by {
    transform: rotate(none);
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: auto;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff;
    color: var(--fa-inverse, #fff)
}

.fa-0:before {
    content: "\30"
}

.fa-1:before {
    content: "\31"
}

.fa-2:before {
    content: "\32"
}

.fa-3:before {
    content: "\33"
}

.fa-4:before {
    content: "\34"
}

.fa-5:before {
    content: "\35"
}

.fa-6:before {
    content: "\36"
}

.fa-7:before {
    content: "\37"
}

.fa-8:before {
    content: "\38"
}

.fa-9:before {
    content: "\39"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-arrows-to-circle:before {
    content: "\e4bd"
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
    content: "\f138"
}

.fa-at:before {
    content: "\40"
}

.fa-trash-alt:before,
.fa-trash-can:before {
    content: "\f2ed"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-user-times:before,
.fa-user-xmark:before {
    content: "\f235"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-comment-alt:before,
.fa-message:before {
    content: "\f27a"
}

.fa-info:before {
    content: "\f129"
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
    content: "\f422"
}

.fa-explosion:before {
    content: "\e4e9"
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
    content: "\f15c"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-building-un:before {
    content: "\e4d9"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "\f073"
}

.fa-anchor-circle-check:before {
    content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
    content: "\e4d1"
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
    content: "\f45f"
}

.fa-arrows-up-to-line:before {
    content: "\e4c2"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-circle-minus:before,
.fa-minus-circle:before {
    content: "\f056"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
    content: "\f86d"
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
    content: "\f539"
}

.fa-bridge-circle-check:before {
    content: "\e4c9"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
    content: "\f689"
}

.fa-forward-step:before,
.fa-step-forward:before {
    content: "\f051"
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-football-ball:before,
.fa-football:before {
    content: "\f44e"
}

.fa-school-circle-exclamation:before {
    content: "\e56c"
}

.fa-crop:before {
    content: "\f125"
}

.fa-angle-double-down:before,
.fa-angles-down:before {
    content: "\f103"
}

.fa-users-rectangle:before {
    content: "\e594"
}

.fa-people-roof:before {
    content: "\e537"
}

.fa-people-line:before {
    content: "\e534"
}

.fa-beer-mug-empty:before,
.fa-beer:before {
    content: "\f0fc"
}

.fa-diagram-predecessor:before {
    content: "\e477"
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-burn:before,
.fa-fire-flame-simple:before {
    content: "\f46a"
}

.fa-male:before,
.fa-person:before {
    content: "\f183"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-truck-plane:before {
    content: "\e58f"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
    content: "\f587"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
    content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af"
}

.fa-spoon:before,
.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-jar-wheat:before {
    content: "\e517"
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
    content: "\f674"
}

.fa-file-circle-exclamation:before {
    content: "\e4eb"
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-pager:before {
    content: "\f815"
}

.fa-address-book:before,
.fa-contact-book:before {
    content: "\f2b9"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-k:before {
    content: "\4b"
}

.fa-landmark-flag:before {
    content: "\e51c"
}

.fa-pencil-alt:before,
.fa-pencil:before {
    content: "\f303"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-comments:before {
    content: "\f086"
}

.fa-file-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-code-pull-request:before {
    content: "\e13c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
    content: "\f4de"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-vial-virus:before {
    content: "\e597"
}

.fa-sheet-plastic:before {
    content: "\e571"
}

.fa-blog:before {
    content: "\f781"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-person-arrow-up-from-line:before {
    content: "\e539"
}

.fa-scroll-torah:before,
.fa-torah:before {
    content: "\f6a0"
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
    content: "\f458"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-archive:before,
.fa-box-archive:before {
    content: "\f187"
}

.fa-person-drowning:before {
    content: "\e545"
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-w:before {
    content: "\57"
}

.fa-earth-africa:before,
.fa-globe-africa:before {
    content: "\f57c"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
    content: "\f3fa"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-trowel-bricks:before {
    content: "\e58a"
}

.fa-face-flushed:before,
.fa-flushed:before {
    content: "\f579"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-tent-arrow-left-right:before {
    content: "\e57f"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
    content: "\f562"
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
    content: "\e068"
}

.fa-mars-and-venus-burst:before {
    content: "\e523"
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
    content: "\f152"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-sun-plant-wilt:before {
    content: "\e57a"
}

.fa-toilets-portable:before {
    content: "\e584"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magnifying-glass-arrow-right:before {
    content: "\e521"
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
    content: "\f566"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-clover:before {
    content: "\e139"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f3e5"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-house-fire:before {
    content: "\e50c"
}

.fa-minus-square:before,
.fa-square-minus:before {
    content: "\f146"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
    content: "\f150"
}

.fa-file-circle-question:before {
    content: "\e4ef"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-bars:before,
.fa-navicon:before {
    content: "\f0c9"
}

.fa-people-group:before {
    content: "\e533"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-heart-broken:before,
.fa-heart-crack:before {
    content: "\f7a9"
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
    content: "\f360"
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
    content: "\f597"
}

.fa-film:before {
    content: "\f008"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-people-robbery:before {
    content: "\e536"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-school-circle-xmark:before {
    content: "\e56d"
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
    content: "\f08b"
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
    content: "\f13a"
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
    content: "\f13e"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
    content: "\f58f"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
    content: "\f4b9"
}

.fa-memory:before {
    content: "\f538"
}

.fa-road-spikes:before {
    content: "\e568"
}

.fa-fire-burner:before {
    content: "\e4f1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-volume-down:before,
.fa-volume-low:before {
    content: "\f027"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-compress:before {
    content: "\f066"
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
    content: "\e2cd"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-hands-holding-child:before {
    content: "\e4fa"
}

.fa-asterisk:before {
    content: "\2a"
}

.fa-check-square:before,
.fa-square-check:before {
    content: "\f14a"
}

.fa-peseta-sign:before {
    content: "\e221"
}

.fa-header:before,
.fa-heading:before {
    content: "\f1dc"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-list-squares:before,
.fa-list:before {
    content: "\f03a"
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
    content: "\f87b"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-circle-dot:before,
.fa-dot-circle:before {
    content: "\f192"
}

.fa-dizzy:before,
.fa-face-dizzy:before {
    content: "\f567"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
    content: "\e513"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
    content: "\f1e3"
}

.fa-paint-brush:before,
.fa-paintbrush:before {
    content: "\f1fc"
}

.fa-lock:before {
    content: "\f023"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
    content: "\f593"
}

.fa-map-location:before,
.fa-map-marked:before {
    content: "\f59f"
}

.fa-house-flood-water:before {
    content: "\e50e"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-bridge-lock:before {
    content: "\e4cc"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-edit:before,
.fa-pen-to-square:before {
    content: "\f044"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-share-alt:before,
.fa-share-nodes:before {
    content: "\f1e0"
}

.fa-heart-circle-minus:before {
    content: "\e4ff"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
    content: "\f290"
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-person-rays:before {
    content: "\e54d"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-flask-vial:before {
    content: "\e4f3"
}

.fa-hand-paper:before,
.fa-hand:before {
    content: "\f256"
}

.fa-om:before {
    content: "\f679"
}

.fa-worm:before {
    content: "\e599"
}

.fa-house-circle-xmark:before {
    content: "\e50b"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-face-kiss:before,
.fa-kiss:before {
    content: "\f596"
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb"
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
    content: "\f589"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
    content: "\f58c"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-road-circle-check:before {
    content: "\e564"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-rss-square:before,
.fa-square-rss:before {
    content: "\f143"
}

.fa-land-mine-on:before {
    content: "\e51b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-stairs:before {
    content: "\e289"
}

.fa-i:before {
    content: "\49"
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-pills:before {
    content: "\f484"
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
    content: "\f581"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-v:before {
    content: "\56"
}

.fa-bangladeshi-taka-sign:before {
    content: "\e2e6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
    content: "\e579"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-ambulance:before,
.fa-truck-medical:before {
    content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-road-barrier:before {
    content: "\e562"
}

.fa-school:before {
    content: "\f549"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-joint:before {
    content: "\f595"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-q:before {
    content: "\51"
}

.fa-g:before {
    content: "\47"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-dong-sign:before {
    content: "\e169"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
    content: "\f75a"
}

.fa-face-frown-open:before,
.fa-frown-open:before {
    content: "\f57a"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-helmet-un:before {
    content: "\e503"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-arrow-up-from-bracket:before {
    content: "\e09a"
}

.fa-folder-blank:before,
.fa-folder:before {
    content: "\f07b"
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
    content: "\f478"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-chart-simple:before {
    content: "\e473"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-vial:before {
    content: "\f492"
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
    content: "\e2ca"
}

.fa-e:before {
    content: "\45"
}

.fa-pen-alt:before,
.fa-pen-clip:before {
    content: "\f305"
}

.fa-bridge-circle-exclamation:before {
    content: "\e4ca"
}

.fa-user:before {
    content: "\f007"
}

.fa-school-circle-check:before {
    content: "\e56b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
    content: "\f5b6"
}

.fa-building-user:before {
    content: "\e4da"
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
    content: "\f191"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-key:before {
    content: "\f084"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-person-half-dress:before {
    content: "\e548"
}

.fa-road-bridge:before {
    content: "\e563"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-c:before {
    content: "\43"
}

.fa-tablet-button:before {
    content: "\f10a"
}

.fa-building-lock:before {
    content: "\e4d6"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-area-chart:before,
.fa-chart-area:before {
    content: "\f1fe"
}

.fa-house-flag:before {
    content: "\e50d"
}

.fa-person-circle-minus:before {
    content: "\e540"
}

.fa-ban:before,
.fa-cancel:before {
    content: "\f05e"
}

.fa-camera-rotate:before {
    content: "\e0d8"
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
    content: "\f5d0"
}

.fa-star:before {
    content: "\f005"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-cross:before {
    content: "\f654"
}

.fa-box:before {
    content: "\f466"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
    content: "\f31e"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
    content: "\f61f"
}

.fa-random:before,
.fa-shuffle:before {
    content: "\f074"
}

.fa-person-running:before,
.fa-running:before {
    content: "\f70c"
}

.fa-mobile-retro:before {
    content: "\e527"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-spider:before {
    content: "\f717"
}

.fa-hands-bound:before {
    content: "\e4f9"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-plane-circle-exclamation:before {
    content: "\e556"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-slash:before {
    content: "\f715"
}

.fa-computer-mouse:before,
.fa-mouse:before {
    content: "\f8cc"
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
    content: "\f090"
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-server:before {
    content: "\f233"
}

.fa-virus-covid-slash:before {
    content: "\e4a9"
}

.fa-shop-lock:before {
    content: "\e4a5"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-building-wheat:before {
    content: "\e4db"
}

.fa-person-breastfeeding:before {
    content: "\e53a"
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-venus:before {
    content: "\f221"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
    content: "\f21e"
}

.fa-people-carry-box:before,
.fa-people-carry:before {
    content: "\f4ce"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-crown:before {
    content: "\f521"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-xmarks-lines:before {
    content: "\e59a"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-weight-scale:before,
.fa-weight:before {
    content: "\f496"
}

.fa-user-friends:before,
.fa-user-group:before {
    content: "\f500"
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
    content: "\f0aa"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-person-walking:before,
.fa-walking:before {
    content: "\f554"
}

.fa-l:before {
    content: "\4c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-bed-pulse:before,
.fa-procedures:before {
    content: "\f487"
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
    content: "\f197"
}

.fa-face-laugh:before,
.fa-laugh:before {
    content: "\f599"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-heart-circle-plus:before {
    content: "\e500"
}

.fa-code-fork:before {
    content: "\e13b"
}

.fa-city:before {
    content: "\f64f"
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
    content: "\f3c9"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-colon-sign:before {
    content: "\e140"
}

.fa-headset:before {
    content: "\f590"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-road-circle-xmark:before {
    content: "\e566"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-house-circle-exclamation:before {
    content: "\e50a"
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
    content: "\f574"
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
    content: "\f1eb"
}

.fa-bath:before,
.fa-bathtub:before {
    content: "\f2cd"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-user-edit:before,
.fa-user-pen:before {
    content: "\f4ff"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-bold:before {
    content: "\f032"
}

.fa-anchor-lock:before {
    content: "\e4ad"
}

.fa-building-ngo:before {
    content: "\e4d7"
}

.fa-manat-sign:before {
    content: "\e1d5"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-border-style:before,
.fa-border-top-left:before {
    content: "\f853"
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-poll:before,
.fa-square-poll-vertical:before {
    content: "\f681"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-battery-car:before,
.fa-car-battery:before {
    content: "\f5df"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-building-circle-check:before {
    content: "\e4d2"
}

.fa-person-chalkboard:before {
    content: "\e53d"
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
    content: "\f22b"
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
    content: "\f255"
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
    content: "\f151"
}

.fa-cloud-showers-water:before {
    content: "\e4e4"
}

.fa-bar-chart:before,
.fa-chart-bar:before {
    content: "\f080"
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
    content: "\e05e"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-train:before {
    content: "\f238"
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
    content: "\f2a8"
}

.fa-crow:before {
    content: "\f520"
}

.fa-sailboat:before {
    content: "\e445"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-plus-square:before,
.fa-square-plus:before {
    content: "\f0fe"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-bucket:before {
    content: "\e4cf"
}

.fa-image:before {
    content: "\f03e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-folder-closed:before {
    content: "\e185"
}

.fa-house-tsunami:before {
    content: "\e515"
}

.fa-square-nfi:before {
    content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5"
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
    content: "\f57b"
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-columns:before,
.fa-table-columns:before {
    content: "\f0db"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-dolly-box:before,
.fa-dolly:before {
    content: "\f472"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
    content: "\f78c"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-angle-double-right:before,
.fa-angles-right:before {
    content: "\f101"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-circle-play:before,
.fa-play-circle:before {
    content: "\f144"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
    content: "\f153"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-check-circle:before,
.fa-circle-check:before {
    content: "\f058"
}

.fa-circle-stop:before,
.fa-stop-circle:before {
    content: "\f28d"
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
    content: "\f568"
}

.fa-plate-wheat:before {
    content: "\e55a"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-person-shelter:before {
    content: "\e54f"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-helicopter-symbol:before {
    content: "\e502"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
    content: "\f139"
}

.fa-lari-sign:before {
    content: "\e1c8"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553"
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
    content: "\f154"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-square-person-confined:before {
    content: "\e577"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-tent-arrow-down-to-line:before {
    content: "\e57e"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-person-skating:before,
.fa-skating:before {
    content: "\f7c5"
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
    content: "\f0ab"
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
    content: "\f56f"
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
    content: "\f14c"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-location-pin-lock:before {
    content: "\e51f"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-hill-avalanche:before {
    content: "\e507"
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
    content: "\f516"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-diamond-turn-right:before,
.fa-directions:before {
    content: "\f5eb"
}

.fa-burst:before {
    content: "\e4dc"
}

.fa-house-laptop:before,
.fa-laptop-house:before {
    content: "\e066"
}

.fa-face-tired:before,
.fa-tired:before {
    content: "\f5c8"
}

.fa-money-bills:before {
    content: "\e1f3"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-arrows-turn-right:before {
    content: "\e4c0"
}

.fa-vest:before {
    content: "\e085"
}

.fa-ferry:before {
    content: "\e4ea"
}

.fa-arrows-down-to-people:before {
    content: "\e4b9"
}

.fa-seedling:before,
.fa-sprout:before {
    content: "\f4d8"
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
    content: "\f337"
}

.fa-boxes-packing:before {
    content: "\e4c7"
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
    content: "\f0a8"
}

.fa-group-arrows-rotate:before {
    content: "\e4f6"
}

.fa-bowl-food:before {
    content: "\e4c6"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-remove-format:before,
.fa-text-slash:before {
    content: "\f87d"
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
    content: "\f4da"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
    content: "\f07e"
}

.fa-house-lock:before {
    content: "\e510"
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-children:before {
    content: "\e4e1"
}

.fa-blackboard:before,
.fa-chalkboard:before {
    content: "\f51b"
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
    content: "\f4fa"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
    content: "\e05f"
}

.fa-mattress-pillow:before {
    content: "\e525"
}

.fa-guarani-sign:before {
    content: "\e19a"
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
    content: "\f021"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-cruzeiro-sign:before {
    content: "\e152"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-shield-alt:before,
.fa-shield-halved:before {
    content: "\f3ed"
}

.fa-atlas:before,
.fa-book-atlas:before {
    content: "\f558"
}

.fa-virus:before {
    content: "\e074"
}

.fa-envelope-circle-check:before {
    content: "\e4e8"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-arrows-to-dot:before {
    content: "\e4be"
}

.fa-archway:before {
    content: "\f557"
}

.fa-heart-circle-check:before {
    content: "\e4fd"
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
    content: "\f6f1"
}

.fa-file-archive:before,
.fa-file-zipper:before {
    content: "\f1c6"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
    content: "\f000"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cedi-sign:before {
    content: "\e0df"
}

.fa-italic:before {
    content: "\f033"
}

.fa-church:before {
    content: "\f51d"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-z:before {
    content: "\5a"
}

.fa-person-skiing:before,
.fa-skiing:before {
    content: "\f7c9"
}

.fa-road-lock:before {
    content: "\e567"
}

.fa-a:before {
    content: "\41"
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
    content: "\e03f"
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
    content: "\f56b"
}

.fa-p:before {
    content: "\50"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-ad:before,
.fa-rectangle-ad:before {
    content: "\f641"
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
    content: "\f0a9"
}

.fa-filter-circle-xmark:before {
    content: "\e17b"
}

.fa-locust:before {
    content: "\e520"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
    content: "\f0cb"
}

.fa-person-dress-burst:before {
    content: "\e544"
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
    content: "\f53d"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-question:before {
    content: "\3f"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
    content: "\f0b2"
}

.fa-house-chimney-user:before {
    content: "\e065"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
    content: "\f5c0"
}

.fa-code:before {
    content: "\f121"
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
    content: "\f7a0"
}

.fa-building-circle-exclamation:before {
    content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
    content: "\e522"
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
    content: "\f08e"
}

.fa-cubes-stacked:before {
    content: "\e4e6"
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
    content: "\f159"
}

.fa-virus-covid:before {
    content: "\e4a8"
}

.fa-austral-sign:before {
    content: "\e0a9"
}

.fa-f:before {
    content: "\46"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-road:before {
    content: "\f018"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-person-circle-plus:before {
    content: "\e541"
}

.fa-chart-pie:before,
.fa-pie-chart:before {
    content: "\f200"
}

.fa-bolt-lightning:before {
    content: "\e0b7"
}

.fa-sack-xmark:before {
    content: "\e56a"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-fish-fins:before {
    content: "\e4f2"
}

.fa-building-flag:before {
    content: "\e4d5"
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
    content: "\f582"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-poop:before {
    content: "\f619"
}

.fa-location-pin:before,
.fa-map-marker:before {
    content: "\f041"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
    content: "\f807"
}

.fa-eject:before {
    content: "\f052"
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
    content: "\f35a"
}

.fa-plane-circle-check:before {
    content: "\e555"
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-chart-line:before,
.fa-line-chart:before {
    content: "\f201"
}

.fa-mask-ventilator:before {
    content: "\e524"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-map-signs:before,
.fa-signs-post:before {
    content: "\f277"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-person-circle-question:before {
    content: "\e542"
}

.fa-h:before {
    content: "\48"
}

.fa-tarp:before {
    content: "\e57b"
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
    content: "\f7d9"
}

.fa-arrows-to-eye:before {
    content: "\e4bf"
}

.fa-plug-circle-bolt:before {
    content: "\e55b"
}

.fa-heart:before {
    content: "\f004"
}

.fa-mars-and-venus:before {
    content: "\f224"
}

.fa-home-user:before,
.fa-house-user:before {
    content: "\e1b0"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-house-crack:before {
    content: "\e3b1"
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
    content: "\f561"
}

.fa-face-surprise:before,
.fa-surprise:before {
    content: "\f5c2"
}

.fa-bottle-water:before {
    content: "\e4c5"
}

.fa-circle-pause:before,
.fa-pause-circle:before {
    content: "\f28b"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-apple-alt:before,
.fa-apple-whole:before {
    content: "\f5d1"
}

.fa-kitchen-set:before {
    content: "\e51a"
}

.fa-r:before {
    content: "\52"
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-bitcoin-sign:before {
    content: "\e0b4"
}

.fa-shield-dog:before {
    content: "\e573"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-elevator:before {
    content: "\e16d"
}

.fa-money-bill-transfer:before {
    content: "\e528"
}

.fa-money-bill-trend-up:before {
    content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f"
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
    content: "\f682"
}

.fa-circle:before {
    content: "\f111"
}

.fa-backward-fast:before,
.fa-fast-backward:before {
    content: "\f049"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-basketball-ball:before,
.fa-basketball:before {
    content: "\f434"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
    content: "\f35b"
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
    content: "\f3cd"
}

.fa-volume-high:before,
.fa-volume-up:before {
    content: "\f028"
}

.fa-users-rays:before {
    content: "\e593"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-burger:before,
.fa-hamburger:before {
    content: "\f805"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-bugs:before {
    content: "\e4d0"
}

.fa-rupee-sign:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-circle-question:before,
.fa-question-circle:before {
    content: "\f059"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-book-bookmark:before {
    content: "\e0bb"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-bridge:before {
    content: "\e4c8"
}

.fa-phone-alt:before,
.fa-phone-flip:before {
    content: "\f879"
}

.fa-truck-front:before {
    content: "\e2b7"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
    content: "\e4ab"
}

.fa-truck-field:before {
    content: "\e58d"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-clipboard-question:before {
    content: "\e4e3"
}

.fa-panorama:before {
    content: "\e209"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-file-circle-minus:before {
    content: "\e4ed"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-fast-forward:before,
.fa-forward-fast:before {
    content: "\f050"
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-parking:before,
.fa-square-parking:before {
    content: "\f540"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
    content: "\f828"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-mobile-button:before {
    content: "\f10b"
}

.fa-house-medical-flag:before {
    content: "\e514"
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
    content: "\f291"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-bus-alt:before,
.fa-bus-simple:before {
    content: "\f55e"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-person-military-to-person:before {
    content: "\e54c"
}

.fa-file-shield:before {
    content: "\e4f0"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-pen:before {
    content: "\f304"
}

.fa-tower-observation:before {
    content: "\e586"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
    content: "\f012"
}

.fa-bus:before {
    content: "\f207"
}

.fa-heart-circle-xmark:before {
    content: "\e501"
}

.fa-home-lg:before,
.fa-house-chimney:before {
    content: "\e3af"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-face-frown:before,
.fa-frown:before {
    content: "\f119"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-shop:before,
.fa-store-alt:before {
    content: "\f54f"
}

.fa-floppy-disk:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
    content: "\f515"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-comment-dots:before,
.fa-commenting:before {
    content: "\f4ad"
}

.fa-plant-wilt:before {
    content: "\e5aa"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
    content: "\f585"
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hands-praying:before,
.fa-praying-hands:before {
    content: "\f684"
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
    content: "\f01e"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-location-crosshairs:before,
.fa-location:before {
    content: "\f601"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-child-dress:before {
    content: "\e59c"
}

.fa-users-between-lines:before {
    content: "\e591"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
    content: "\f588"
}

.fa-phone:before {
    content: "\f095"
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
    content: "\f273"
}

.fa-child-reaching:before {
    content: "\e59d"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-user-cog:before,
.fa-user-gear:before {
    content: "\f4fe"
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-mosquito-net:before {
    content: "\e52c"
}

.fa-bridge-water:before {
    content: "\e4ce"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-digging:before,
.fa-person-digging:before {
    content: "\f85e"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
    content: "\f629"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
    content: "\f10e"
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
    content: "\f553"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-divide:before {
    content: "\f529"
}

.fa-tenge-sign:before,
.fa-tenge:before {
    content: "\f7d7"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-hands-holding:before {
    content: "\f4c2"
}

.fa-hands-clapping:before {
    content: "\e1a8"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-person-circle-xmark:before {
    content: "\e543"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-j:before {
    content: "\4a"
}

.fa-users-viewfinder:before {
    content: "\e595"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
    content: "\f35d"
}

.fa-table-cells:before,
.fa-th:before {
    content: "\f00a"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-bible:before,
.fa-book-bible:before {
    content: "\f647"
}

.fa-o:before {
    content: "\4f"
}

.fa-medkit:before,
.fa-suitcase-medical:before {
    content: "\f0fa"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-otter:before {
    content: "\f700"
}

.fa-female:before,
.fa-person-dress:before {
    content: "\f182"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-briefcase-clock:before,
.fa-business-time:before {
    content: "\f64a"
}

.fa-table-cells-large:before,
.fa-th-large:before {
    content: "\f009"
}

.fa-book-tanakh:before,
.fa-tanakh:before {
    content: "\f827"
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-plane-lock:before {
    content: "\e558"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-comment:before {
    content: "\f075"
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
    content: "\f1fd"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angle-double-up:before,
.fa-angles-up:before {
    content: "\f102"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-arrow-right-to-city:before {
    content: "\e4b3"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-litecoin-sign:before {
    content: "\e1d3"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-circle-nodes:before {
    content: "\e4e2"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-truck-field-un:before {
    content: "\e58e"
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
    content: "\f254"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-user-doctor:before,
.fa-user-md:before {
    content: "\f0f0"
}

.fa-circle-info:before,
.fa-info-circle:before {
    content: "\f05a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-camera-alt:before,
.fa-camera:before {
    content: "\f030"
}

.fa-square-virus:before {
    content: "\e578"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-car-on:before {
    content: "\e4dd"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-water:before {
    content: "\f773"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
    content: "\f486"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-person-cane:before {
    content: "\e53c"
}

.fa-tent:before {
    content: "\e57d"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-money-bill-wheat:before {
    content: "\e52a"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-hard-drive:before,
.fa-hdd:before {
    content: "\f0a0"
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-list-alt:before,
.fa-rectangle-list:before {
    content: "\f022"
}

.fa-tarp-droplet:before {
    content: "\e57c"
}

.fa-house-medical-circle-check:before {
    content: "\e511"
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
    content: "\f359"
}

.fa-subway:before,
.fa-train-subway:before {
    content: "\f239"
}

.fa-chart-gantt:before {
    content: "\e0e4"
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
    content: "\e1bc"
}

.fa-crop-alt:before,
.fa-crop-simple:before {
    content: "\f565"
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-dna:before {
    content: "\f471"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-minus:before,
.fa-subtract:before {
    content: "\f068"
}

.fa-chess:before {
    content: "\f439"
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-plug-circle-check:before {
    content: "\e55c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-franc-sign:before {
    content: "\e18f"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
    content: "\f2a3"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-mosquito:before {
    content: "\e52b"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-person-military-rifle:before {
    content: "\e54b"
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-vials:before {
    content: "\f493"
}

.fa-plug-circle-plus:before {
    content: "\e55f"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
    content: "\f148"
}

.fa-u:before {
    content: "\55"
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
    content: "\f698"
}

.fa-clock-four:before,
.fa-clock:before {
    content: "\f017"
}

.fa-backward-step:before,
.fa-step-backward:before {
    content: "\f048"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-baseball-bat-ball:before {
    content: "\f432"
}

.fa-s:before {
    content: "\53"
}

.fa-timeline:before {
    content: "\e29c"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
    content: "\f7f2"
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
    content: "\f3cf"
}

.fa-plane-up:before {
    content: "\e22d"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-battery-3:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-mountain-city:before {
    content: "\e52e"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-sliders-h:before,
.fa-sliders:before {
    content: "\f1de"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-cent-sign:before {
    content: "\e3f5"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-person-pregnant:before {
    content: "\e31e"
}

.fa-wand-sparkles:before {
    content: "\f72b"
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
    content: "\f142"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
    content: "\f30b"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-laptop-file:before {
    content: "\e51d"
}

.fa-teletype:before,
.fa-tty:before {
    content: "\f1e4"
}

.fa-diagram-next:before {
    content: "\e476"
}

.fa-person-rifle:before {
    content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-hiking:before,
.fa-person-hiking:before {
    content: "\f6ec"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-images:before {
    content: "\f302"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-people-pulling:before {
    content: "\e535"
}

.fa-n:before {
    content: "\4e"
}

.fa-cable-car:before,
.fa-tram:before {
    content: "\f7da"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-building-circle-xmark:before {
    content: "\e4d4"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-arrows-down-to-line:before {
    content: "\e4b8"
}

.fa-download:before {
    content: "\f019"
}

.fa-face-grin:before,
.fa-grin:before {
    content: "\f580"
}

.fa-backspace:before,
.fa-delete-left:before {
    content: "\f55a"
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-file-circle-check:before {
    content: "\e5a0"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f3ce"
}

.fa-face-meh:before,
.fa-meh:before {
    content: "\f11a"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-book-dead:before,
.fa-book-skull:before {
    content: "\f6b7"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-heart-circle-exclamation:before {
    content: "\e4fe"
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
    content: "\f015"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-b:before {
    content: "\42"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
    content: "\f0ec"
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
    content: "\f2f9"
}

.fa-cutlery:before,
.fa-utensils:before {
    content: "\f2e7"
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-mill-sign:before {
    content: "\e1ed"
}

.fa-bowl-rice:before {
    content: "\e2eb"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
    content: "\f519"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
    content: "\f30c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-upload:before {
    content: "\f093"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-mound:before {
    content: "\e52d"
}

.fa-toilet-portable:before {
    content: "\e583"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-file-arrow-down:before,
.fa-file-download:before {
    content: "\f56d"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-shield-cat:before {
    content: "\e572"
}

.fa-bolt:before,
.fa-zap:before {
    content: "\f0e7"
}

.fa-glass-water:before {
    content: "\e4f4"
}

.fa-oil-well:before {
    content: "\e532"
}

.fa-vault:before {
    content: "\e2c5"
}

.fa-mars:before {
    content: "\f222"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-plane-circle-xmark:before {
    content: "\e557"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-sun:before {
    content: "\f185"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-bore-hole:before {
    content: "\e4c3"
}

.fa-industry:before {
    content: "\f275"
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
    content: "\f358"
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1"
}

.fa-florin-sign:before {
    content: "\e184"
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-less-than:before {
    content: "\3c"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-car-tunnel:before {
    content: "\e4de"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-anchor-circle-xmark:before {
    content: "\e4ac"
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
    content: "\f141"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-first-aid:before,
.fa-kit-medical:before {
    content: "\f479"
}

.fa-person-through-window:before {
    content: "\e5a9"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-hands-holding-circle:before {
    content: "\e4fb"
}

.fa-bug:before {
    content: "\f188"
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
    content: "\f09d"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-hand-holding-hand:before {
    content: "\e4f7"
}

.fa-book-open-reader:before,
.fa-book-reader:before {
    content: "\f5da"
}

.fa-mountain-sun:before {
    content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-truck-droplet:before {
    content: "\e58c"
}

.fa-file-circle-xmark:before {
    content: "\e5a1"
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
    content: "\e040"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-bed:before {
    content: "\f236"
}

.fa-h-square:before,
.fa-square-h:before {
    content: "\f0fd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-plug-circle-xmark:before {
    content: "\e560"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
    content: "\f4c4"
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-file:before {
    content: "\f15b"
}

.fa-greater-than:before {
    content: "\3e"
}

.fa-person-swimming:before,
.fa-swimmer:before {
    content: "\f5c4"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-droplet:before,
.fa-tint:before {
    content: "\f043"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
    content: "\f57d"
}

.fa-person-burst:before {
    content: "\e53b"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-socks:before {
    content: "\f696"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-section:before {
    content: "\e447"
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
    content: "\f625"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
    content: "\f0f8"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
    content: "\f550"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
    content: "\f29d"
}

.fa-drum:before {
    content: "\f569"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-heart-circle-bolt:before {
    content: "\e4fc"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
    content: "\f772"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
    content: "\f468"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
    content: "\f2a2"
}

.fa-tree-city:before {
    content: "\e587"
}

.fa-play:before {
    content: "\f04b"
}

.fa-font:before {
    content: "\f031"
}

.fa-rupiah-sign:before {
    content: "\e23d"
}

.fa-magnifying-glass:before,
.fa-search:before {
    content: "\f002"
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
    content: "\f45d"
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
    content: "\f470"
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-naira-sign:before {
    content: "\e1f6"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-file-edit:before,
.fa-file-pen:before {
    content: "\f31c"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
    content: "\f14b"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-person-circle-exclamation:before {
    content: "\e53f"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-code-compare:before {
    content: "\e13a"
}

.fa-list-dots:before,
.fa-list-ul:before {
    content: "\f0ca"
}

.fa-school-lock:before {
    content: "\e56f"
}

.fa-tower-cell:before {
    content: "\e585"
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-ranking-star:before {
    content: "\e561"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-person-harassing:before {
    content: "\e549"
}

.fa-brazilian-real-sign:before {
    content: "\e46c"
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
    content: "\f752"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-shrimp:before {
    content: "\e448"
}

.fa-list-check:before,
.fa-tasks:before {
    content: "\f0ae"
}

.fa-jug-detergent:before {
    content: "\e519"
}

.fa-circle-user:before,
.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-car-burst:before,
.fa-car-crash:before {
    content: "\f5e1"
}

.fa-y:before {
    content: "\59"
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
    content: "\f48b"
}

.fa-fish:before {
    content: "\f578"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
    content: "\f042"
}

.fa-clapperboard:before {
    content: "\e131"
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-baseball-ball:before,
.fa-baseball:before {
    content: "\f433"
}

.fa-jet-fighter-up:before {
    content: "\e518"
}

.fa-diagram-project:before,
.fa-project-diagram:before {
    content: "\f542"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
    content: "\f6a9"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-grip-horizontal:before,
.fa-grip:before {
    content: "\f58d"
}

.fa-share-from-square:before,
.fa-share-square:before {
    content: "\f14d"
}

.fa-child-combatant:before,
.fa-child-rifle:before {
    content: "\e4e0"
}

.fa-gun:before {
    content: "\e19b"
}

.fa-phone-square:before,
.fa-square-phone:before {
    content: "\f098"
}

.fa-add:before,
.fa-plus:before {
    content: "\2b"
}

.fa-expand:before {
    content: "\f065"
}

.fa-computer:before {
    content: "\e4e5"
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "\f00d"
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
    content: "\f047"
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
    content: "\f51c"
}

.fa-peso-sign:before {
    content: "\e222"
}

.fa-building-shield:before {
    content: "\e4d8"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-users-line:before {
    content: "\e592"
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
    content: "\f10d"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
    content: "\f829"
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0"
}

.fa-lines-leaning:before {
    content: "\e51e"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-equals:before {
    content: "\3d"
}

.fa-blender:before {
    content: "\f517"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-map:before {
    content: "\f279"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-photo-film:before,
.fa-photo-video:before {
    content: "\f87c"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-store:before {
    content: "\f54e"
}

.fa-arrow-trend-up:before {
    content: "\e098"
}

.fa-plug-circle-minus:before {
    content: "\e55e"
}

.fa-sign-hanging:before,
.fa-sign:before {
    content: "\f4d9"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-tablet-android:before,
.fa-tablet:before {
    content: "\f3fb"
}

.fa-school-flag:before {
    content: "\e56e"
}

.fa-fill:before {
    content: "\f575"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-notdef:before {
    content: "\e1fe"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-car-alt:before,
.fa-car-rear:before {
    content: "\f5de"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-battery-2:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
    content: "\f77d"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-percent:before,
.fa-percentage:before {
    content: "\25"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-glass-water-droplet:before {
    content: "\e4f5"
}

.fa-display:before {
    content: "\e163"
}

.fa-face-smile:before,
.fa-smile:before {
    content: "\f118"
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
    content: "\f08d"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-person-praying:before,
.fa-pray:before {
    content: "\f683"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-rotate:before,
.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-robot:before {
    content: "\f544"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
    content: "\f584"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-transgender-alt:before,
.fa-transgender:before {
    content: "\f225"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
    content: "\f149"
}

.fa-person-falling-burst:before {
    content: "\e547"
}

.fa-award:before {
    content: "\f559"
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
    content: "\f3ff"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-angle-double-left:before,
.fa-angles-left:before {
    content: "\f100"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-clock-rotate-left:before,
.fa-history:before {
    content: "\f1da"
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
    content: "\f56e"
}

.fa-shield-blank:before,
.fa-shield:before {
    content: "\f132"
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-house-medical:before {
    content: "\e3b2"
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
    content: "\f450"
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
    content: "\f137"
}

.fa-house-chimney-window:before {
    content: "\e00d"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
    content: "\e580"
}

.fa-tents:before {
    content: "\e582"
}

.fa-magic:before,
.fa-wand-magic:before {
    content: "\f0d0"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-moon:before {
    content: "\f186"
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
    content: "\f5ce"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-music:before {
    content: "\f001"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-biking:before,
.fa-person-biking:before {
    content: "\f84a"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-shield-heart:before {
    content: "\e574"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
    content: "\e47b"
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
    content: "\f2d3"
}

.fa-hashtag:before {
    content: "\23"
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
    content: "\f424"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-t:before {
    content: "\54"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-chart-column:before {
    content: "\e0e3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-vial-circle-check:before {
    content: "\e596"
}

.fa-person-arrow-down-to-line:before {
    content: "\e538"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-fan:before {
    content: "\f863"
}

.fa-person-walking-luggage:before {
    content: "\e554"
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
    content: "\f338"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-bahai:before,
.fa-haykal:before {
    content: "\f666"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-circle-plus:before,
.fa-plus-circle:before {
    content: "\f055"
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
    content: "\e55d"
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551"
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
    content: "\f7e4"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-file-circle-plus:before {
    content: "\e494"
}

.fa-book-quran:before,
.fa-quran:before {
    content: "\f687"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-angry:before,
.fa-face-angry:before {
    content: "\f556"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-arrow-trend-down:before {
    content: "\e097"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
    content: "\f24e"
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
    content: "\f62a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-desktop-alt:before,
.fa-desktop:before {
    content: "\f390"
}

.fa-m:before {
    content: "\4d"
}

.fa-table-list:before,
.fa-th-list:before {
    content: "\f00b"
}

.fa-comment-sms:before,
.fa-sms:before {
    content: "\f7cd"
}

.fa-book:before {
    content: "\f02d"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-check:before {
    content: "\f00c"
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-house-circle-check:before {
    content: "\e509"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-diagram-successor:before {
    content: "\e47a"
}

.fa-truck-arrow-right:before {
    content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
    content: "\e4bc"
}

.fa-fist-raised:before,
.fa-hand-fist:before {
    content: "\f6de"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-person-falling:before {
    content: "\e546"
}

.fa-image-portrait:before,
.fa-portrait:before {
    content: "\f3e0"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-rug:before {
    content: "\e569"
}

.fa-earth-europe:before,
.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f410"
}

.fa-baht-sign:before {
    content: "\e0ac"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
    content: "\f66a"
}

.fa-handcuffs:before {
    content: "\e4f8"
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
    content: "\f071"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-bottle-droplet:before {
    content: "\e4c4"
}

.fa-mask-face:before {
    content: "\e1d7"
}

.fa-hill-rockslide:before {
    content: "\e508"
}

.fa-exchange-alt:before,
.fa-right-left:before {
    content: "\f362"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-road-circle-exclamation:before {
    content: "\e565"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
    content: "\f5c5"
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
    content: "\f07d"
}

.fa-face-grimace:before,
.fa-grimace:before {
    content: "\f57f"
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
    content: "\e2ce"
}

.fa-level-down-alt:before,
.fa-turn-down:before {
    content: "\f3be"
}

.fa-person-walking-arrow-right:before {
    content: "\e552"
}

.fa-envelope-square:before,
.fa-square-envelope:before {
    content: "\f199"
}

.fa-dice:before {
    content: "\f522"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-band-aid:before,
.fa-bandage:before {
    content: "\f462"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
    content: "\f057"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-earth-asia:before,
.fa-globe-asia:before {
    content: "\f57e"
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
    content: "\f47f"
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
    content: "\f00e"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-allergies:before,
.fa-hand-dots:before {
    content: "\f461"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-coffee:before,
.fa-mug-saucer:before {
    content: "\f0f4"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
    content: "\f010"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-user-alt:before,
.fa-user-large:before {
    content: "\f406"
}

.fa-train-tram:before {
    content: "\e5b4"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-jar:before {
    content: "\e516"
}

.fa-note-sticky:before,
.fa-sticky-note:before {
    content: "\f249"
}

.fa-bug-slash:before {
    content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-plane:before {
    content: "\f072"
}

.fa-tent-arrows-down:before {
    content: "\e581"
}

.fa-exclamation:before {
    content: "\21"
}

.fa-arrows-spin:before {
    content: "\e4bb"
}

.fa-print:before {
    content: "\f02f"
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
    content: "\24"
}

.fa-x:before {
    content: "\58"
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
    content: "\f688"
}

.fa-users-cog:before,
.fa-users-gear:before {
    content: "\f509"
}

.fa-person-military-pointing:before {
    content: "\e54a"
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
    content: "\f19c"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-trowel:before {
    content: "\e589"
}

.fa-d:before {
    content: "\44"
}

.fa-stapler:before {
    content: "\e5af"
}

.fa-masks-theater:before,
.fa-theater-masks:before {
    content: "\f630"
}

.fa-kip-sign:before {
    content: "\e1c4"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
    content: "\f4c6"
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
    content: "\f0fb"
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
    content: "\f1e1"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-plus-minus:before {
    content: "\e43c"
}

.fa-video-camera:before,
.fa-video:before {
    content: "\f03d"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-person-circle-check:before {
    content: "\e53e"
}

.fa-level-up-alt:before,
.fa-turn-up:before {
    content: "\f3bf"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    font-display: swap;
    src: url(/static/media/fa-brands-400.e033a13ee751afc1860c.woff2) format("woff2"), url(/static/media/fa-brands-400.150de8eaa454d669c405.ttf) format("truetype")
}

.fa-brands,
.fab {
    font-weight: 400
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-js-square:before,
.fa-square-js:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-reddit-square:before,
.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-instagram-square:before,
.fa-square-instagram:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before,
.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before,
.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-rendact:before,
.fa-wpressr:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before,
.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-github-square:before,
.fa-square-github:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before,
.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before,
.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-facebook-square:before,
.fa-square-facebook:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-behance-square:before,
.fa-square-behance:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-git-square:before,
.fa-square-git:before {
    content: "\f1d2"
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram-plane:before,
.fa-telegram:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack-hash:before,
.fa-slack:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium-m:before,
.fa-medium:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    font-display: swap;
    src: url(/static/media/fa-regular-400.3223dc79c1adee56370b.woff2) format("woff2"), url(/static/media/fa-regular-400.d87474231f4192884802.ttf) format("truetype")
}

.fa-regular,
.far {
    font-weight: 400
}

:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    font-display: swap;
    src: url(/static/media/fa-solid-900.bb975c966c37455a1bc3.woff2) format("woff2"), url(/static/media/fa-solid-900.4a2cd718d7031b732e76.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    font-display: swap;
    src: url(/static/media/fa-brands-400.e033a13ee751afc1860c.woff2) format("woff2"), url(/static/media/fa-brands-400.150de8eaa454d669c405.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    font-display: swap;
    src: url(/static/media/fa-solid-900.bb975c966c37455a1bc3.woff2) format("woff2"), url(/static/media/fa-solid-900.4a2cd718d7031b732e76.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    font-display: swap;
    src: url(/static/media/fa-regular-400.3223dc79c1adee56370b.woff2) format("woff2"), url(/static/media/fa-regular-400.d87474231f4192884802.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    font-display: swap;
    src: url(/static/media/fa-solid-900.bb975c966c37455a1bc3.woff2) format("woff2"), url(/static/media/fa-solid-900.4a2cd718d7031b732e76.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    font-display: swap;
    src: url(/static/media/fa-brands-400.e033a13ee751afc1860c.woff2) format("woff2"), url(/static/media/fa-brands-400.150de8eaa454d669c405.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    font-display: swap;
    src: url(/static/media/fa-regular-400.3223dc79c1adee56370b.woff2) format("woff2"), url(/static/media/fa-regular-400.d87474231f4192884802.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    font-display: swap;
    src: url(/static/media/fa-v4compatibility.68577e40f3e70067b5da.woff2) format("woff2"), url(/static/media/fa-v4compatibility.0e3a648be390bd8cb094.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}
/* @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css); */
/* html { overflow-y: scroll; scrollbar-width: thin; scrollbar-color: #888 #f1f1f1; }
::-webkit-scrollbar { width: 10px; } */


*, ::after, ::before { box-sizing: border-box; scroll-behavior: smooth; vertical-align: middle;}
body{margin: 0; font-family: var(--primary-font); font-weight: 400; line-height: normal; font-size: 15px; background-color: var(--light-color); height: 100%; color: var(--text-color); min-height: 100vh;}
p{margin: 0 0 15px; padding: 0; line-height: normal; }
p a{}
p a:hover{text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 2px;}
h1, h2, h3, h4, h5, h6{margin: 0 0 30px; color: var(--text-color);}
h1{font-size: 42px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}
a{text-decoration: none; transition: 0.5s; cursor: pointer; outline: 0; color: var(--text-color);}
img{max-width: 100%; vertical-align: middle; transition: 0.5s;}
ul{padding: 0; margin: 0; list-style: none;}
ul li + li{margin-top: 15px;}
strong, b{font-weight: 600;}
button{font-family: var(--primary-font); border: 0; outline: 0; cursor: pointer;}
button.btn{font-family: var(--primary-font); border: 0; outline: 0; background: var(--primary-gradient); cursor: pointer;}
.container{max-width: 1620px; width: 100%; margin-left: auto; margin-right: auto;}
.container-fluid{max-width: 100%; width: 100%; padding-left: 15px; padding-right:15px;}
.green-txt { color: var(--green-color); }
.red-txt { color: var(--red-color); }
/* Bootstrap Css */
.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
[class*="col-"] { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
@media (min-width:767px) {
.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-between {justify-content: space-between !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.text-center{text-align: center;}
.text-left{text-align: right;}
.text-right{text-align: right;}
}

.btn{display: inline-flex; align-items: center; justify-content: center; border-radius: 30px; background: var(--primary-gradient); color: var(--white-color); padding: 8px 20px; font-size: 15px; font-weight: 600; transition: all 0.3s ease-in-out; font-family: var(--primary-font); border: 0; cursor: pointer; line-height: 1.5;}
.btn:hover{background: var(--primary-gradient-hover);}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], select, textarea{background: var(--white-color); font-family: var(--primary-font);height: 38px; border: 1px solid var(--border-color); color: var(--text-color); vertical-align: middle; padding: 5px 15px; width: 100%; font-size: 16px; font-weight: 500;outline: 0; border-radius: 4px;}
textarea{min-height: 150px;}
select{background: url(/static/media/select-arrow.aae2a8f793b1ab268f3f.svg); appearance:none; -moz-appearance: none; -webkit-appearance: none; background-position: center right 10px; background-size: 12px; background-repeat: no-repeat;}
::placeholder{}
label{font-weight: 600; color: var(--text-color); display: block; margin: 0 0 8px;}

.slick-slider .slick-slide{padding: 0 5px;}
.slick-slider .slick-prev{left: 10px;}
.slick-slider .slick-next{right: 10px;}

.banner{margin: 0 0 10px;}
.banner img{border-radius: 30px; width: 100%; aspect-ratio: 1 / 0.227; object-fit: cover; object-position: center;}
.content-full{margin: 10px 0 0;}
.content-w-sidebar { display: grid; grid-template-columns: calc(100% - 16.66666667% - 15px) 16.66666667%; grid-gap: 15px; gap: 15px; margin: 10px 0 0; align-items: flex-start;}
.content-w-sidebar .sidebar{ position: -webkit-sticky; position: sticky; display: flex; flex-direction: column; gap: 10px;}
.content-w-sidebar .sidebar .sidebar-box{padding: 5px; background-color: var(--white-color); border: 1px solid var(--border-color); border-radius: 20px; display: flex; flex-direction: column; gap: 10px; }
.content-w-sidebar .sidebar .sidebar-box .title{text-align: center; background: var(--primary-gradient); border-radius: 30px; padding: 10px 10px; color: var(--white-color); font-size: 18px; line-height: 1;}
.content-w-sidebar .sidebar .sidebar-box .sidebar-card a{display: block;}
.content-w-sidebar .sidebar .sidebar-box .sidebar-card a + a{margin-top: 10px;}
.content-w-sidebar .sidebar .sidebar-box .sidebar-card a img{width: 100%; border-radius: 30px;}

.flash-yellow{ animation: blinker 1.5s linear infinite alternate; }
@keyframes blinker {
0%{background-color: transparent;color: var(--white-color);}
50%{background-color: var(--yellow-color); color: var(--white-color);}
100%{background-color: transparent;color: var(--white-color);}
}

.no-data, .please-wait-data{margin: 0px; text-align: center; padding: 10px 10px; color: black; opacity: 0.4; font-weight: 500; font-size: 18px;}
.please-wait-data{opacity: 0.7;}

/* Dropdown */
.dropdown{position: relative;}
.dropdown .btn{gap: 5px;}
.dropdown .btn svg{ width: 20px; }
.dropdown .btn .profile-img{ width: 25px; }
.dropdown .dropdown-menu { display: none; position: absolute; background: var(--white-color); z-index: 11; min-width: 10rem; right: 0; top: 100%; margin-top: 5px; border-radius: 30px; padding: 10px; border: 1px solid var(--border-color); }
.dropdown .dropdown-menu ul { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.dropdown .dropdown-menu ul li{margin-top: 0; width: 100%; text-align: center;}
.dropdown .dropdown-menu ul li:not(:last-child){border-bottom: 1px solid var(--border-color);}
.dropdown .dropdown-menu ul li a{font-size: 15px; transition: all 0.3s ease-in-out; text-transform: capitalize;}
.dropdown .dropdown-menu.active { display: block; }

/* Table  */
table{ width: 100%; caption-side: bottom; border-collapse: collapse; border: 0;}
table td, table th { padding: .75rem; vertical-align: top; border-top: 1px solid var(--border-color); line-height: 1;}
tr.back{background: rgb(114 187 239 / 50%) !important;}
tr.back + tr.back{border-top:1px solid rgb(114 187 239 / 30%)!important;}
tr.lay{background: rgb(249 148 186 / 50%)!important;}
tr.lay + tr.lay{border-top:1px solid rgb(249 148 186 / 30%)!important;}

/* React Modal */
.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; z-index: 111111; transition: all 0.15s linear;}
.modal button.btn-close:after { content: "\f00d"; font-weight: 900; font-family: "Font Awesome 6 Free"; font-size: 16px;}
.modal-dialog { position: relative; width: auto; max-width: 500px; margin: 1.75rem auto; pointer-events: none; }
.modal-content { position: relative; display: flex; flex-direction: column; width: 96%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .2); border-radius: .5rem; outline: 0; margin: auto;}
.modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: .3rem; border-top-right-radius: .3rem; }
.modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }
.modal-footer { display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; }
.modal .modal-dialog.v-center{display: flex; align-items: center; min-height:calc(100vh - 1.75rem - 1.75rem); flex-direction: column;}
.modal-open { overflow: hidden; }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
/* Modal Animation */
.fade { transition: all 0.15s linear; }
.fade:not(.show) { opacity: 0; }
.modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0, -50px); }
.modal.show .modal-dialog { transform: translate(0, 0); }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 11111; background-color: #000; opacity: .5; }

.react-datepicker__input-container:after{content: "\f133"; font-weight: 900; font-family: "Font Awesome 6 Free"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none;}
.load-more-btn-sec{text-align: center; margin: 20px 0 0;}

/* Loader */
.loader-sec {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000000b8; text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px; color:var(--white-color); border-radius: 5px; display: none;}
.loader-sec.loading{display: flex;}
.loader-sec .loader-box{display: inline-block; position: relative;}
.loader-sec .loader-box .loader{ width: 26px; height: 26px; border: 2px solid rgb(255 255 255 / 80%); border-top: 2px solid rgba(107, 109, 110, 0.8); border-right: 2px solid rgb(255 255 255 / 80%); border-radius: 50%;  box-shadow: 0 0 15px rgba(91, 94, 95, 0.5); display: inline-block; animation: spin 5s linear infinite;}
.loader-sec .loader-box .loading-number { position: absolute; font-size: 12px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.hide{display: none;}
.skeleton { background-color: #e2e5e7; background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) ); background-size: 20px 100%; background-repeat: no-repeat; background-position: left -40px top 0; animation: shine 1s ease infinite; min-height: 100px; width: 100%; border-radius: 15px; border: 1px solid var(--border-color); margin-bottom: 20px;}
@keyframes shine {
	to {
		background-position: right -20px top 0;
	}
}

/* Inplay Filter */
.filter-btn-wrapper { width: 100%; display: flex; justify-content: space-between; gap: 10px; vertical-align: middle; margin: 0 0 5px; }
.filter-btn-wrapper .filter-btn { display: flex; align-items: center; gap: 5px; margin-left: auto;}
.filter-btn-wrapper .filter-btn select { background-color: var(--white-color); font-size: 14px; border-radius: 30px; border: 1px solid var(--border-color); width: 130px; outline: 0; height: 30px; padding: 0px 10px; background-size: 10px; }
.filter-btn-wrapper .filter-btn span{line-height: normal; font-size: 14px; white-space: nowrap;}

/* New css */
.sport-all-data .heading.w-star{width: calc(100% - 35px);position: relative;}
.sport-all-data .heading.w-star .star-icon{position: absolute;right: -35px;top:0 ;fill: var(--primary-color);font-size: 18px; vertical-align: middle; padding: 0 3px; display: inline-block; font-weight: 700; }
.sport-all-data .heading.w-star .star-icon path{fill: var(--primary-color);}
.sport-all-data .heading.w-star .star-icon.fill, .sport-all-data .heading.w-star .star-icon.fill path{fill: var(--primary-color);}

/* Keyframes */
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes blink {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
.blink{animation: blink 1s linear infinite alternate; }
.loader { width: 48px; height: 48px; border: 5px solid #FFF; border-bottom-color: var(--primary-color); border-radius: 50%; display: inline-block; box-sizing: border-box; animation: rotation 1s linear infinite; }
 .loader-page { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #0000009e; z-index: 123456789; display: flex; align-items: center; justify-content: space-around; }

 /* 16-12-24 */
.live-match-btns { display: flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap; white-space: nowrap; gap: 4px; margin: 5px 0; }
.live-match-btns .btn { gap: 5px; padding: 5px 10px; background: var(--primary-color); line-height: 1; font-weight: 400; font-size: 13px; animation: blink 1800ms infinite; transition: 0.5s;}
.live-match-btns .btn svg { width: 18px; height: 18px;}
.live-match-btns .btn svg, .live-match-btns .btn svg path{fill: #fff;}
/* multimarket */
.multimarket-page h3 { margin: 20px 0 0; }
svg.star-icon { min-width: 23px; }


/* 18-10-24 */
.match-odds.time-tag .box span { background: #D7D7D7; font-size: 16px; pointer-events: none;}
.match-odds.time-tag .box span.live { background: #1fc31f; color: #fff; pointer-events: auto;}


 /* Hourse Racing Popover  */
.match-info-row .title-w-popover { display: inline-flex; align-items: center; gap: 10px; position: relative;}
.match-info-row .title-w-popover .title { font-weight: 500; }
.match-info-row .title-w-popover .title span { display: block; margin: 5px 0 0; opacity: 0.7; font-size: 90%; }
.match-info-row .title-w-popover .horse-number{display: flex; flex-direction: column; text-align: center;}
.match-info-row .title-w-popover .horse-number span:last-child{opacity: 0.7;}
.match-info-row .title-w-popover .icon{min-width: 28px;}
.match-info-row .title-w-popover .popover { position: absolute; left: calc(100% + 20px); top: -5px; display: none; padding: 10px; filter: drop-shadow(2px 4px 6px black); border-color: #e9e9e9; background: #fff; border-radius: 8px; z-index: 1; }
.match-info-row .title-w-popover:hover .popover, .match-info-row .title-w-popover:focus .popover{display: block;}
.match-info-row .title-w-popover .popover:after { content: ''; background: #fff; height: 14px; width: 14px; position: absolute; left: -7px; transform: rotate(45deg); top: 15px; }
.match-info-row .title-w-popover .popover ul.popover-list { list-style: none; padding: 0; margin: 0; }
.match-info-row .title-w-popover .popover ul.popover-list li { display: flex; white-space: nowrap; font-size: 12px; margin: 0; line-height: 18px;}
.match-info-row .title-w-popover .popover ul.popover-list li strong { font-weight: 700; margin-right: 7px; }
.match-info-row .title-w-popover .popover ul.popover-list li strong:after { content: ':'; }
.data-with-betslip:nth-last-of-type(-n+3) .match-info-row .title-w-popover .popover { bottom: 0; top: auto; }
.data-with-betslip:nth-last-of-type(-n+3) .match-info-row .title-w-popover .popover:after{top: auto; bottom: 15px;}


button.btn.sm { padding: 3px 15px; font-size: 12px; font-weight: 500; }
.commission-popup .modal-header h2 { background: var(--primary-gradient); width: 100%; color: #fff; font-size: 16px; padding: 10px; border-radius: 30px; margin: 0; line-height: 1; font-size: 15px; font-weight: 400; text-align: center; }
.commission-popup .modal-header { border-bottom: 0; padding-bottom: 0; }
.commission-popup .account-table{margin-top: 0;}


.commission-popup .modal-dialog { max-width: 1000px; margin-bottom: 60px; }
.commission-popup button.btn-close::after { content: 'close'; font-size: 13px; text-transform: capitalize; color: #fff; line-height: 1; font-family: 'Kanit'; font-weight: 400; }
.commission-popup button.btn-close { font-weight: 400; position: absolute; bottom: -50px; padding: 8px 25px; font-family: var(--primary-font); border: 0; outline: 0; background: var(--primary-gradient); border-radius: 20px; left: 0; right: 0; max-width: 80px; margin: auto; }

/* Inplay Tab */
.allsport-tab { display: flex; gap: 15px; overflow: auto; border-bottom: 5px solid var(--primary-color); margin: 0 0 8px;}
.allsport-tab .tab-btn { background: var(--white-color); padding: 10px 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: auto; white-space: nowrap; display: flex ; align-items: center; justify-content: center; gap: 6px; font-size: 16px; color: var(--text-color); cursor: pointer; position: relative;}
.allsport-tab .tab-btn img { height: 20px; vertical-align: middle; }
.allsport-tab .tab-btn.active{background: var(--primary-color); color: var(--white-color);}

/* Mobile Sport tab */
.mobile-sport-menu { background: var(--white-color); text-align: center; overflow: auto; margin: 0 -15px; padding: 0 0; display: none;}
.mobile-sport-menu ul { display: inline-flex; align-items: center; justify-content: center; margin: 0 auto; gap: 20px;}
.mobile-sport-menu ul li{margin: 0;}
.mobile-sport-menu ul li .mobile-tab-btn { font-weight: 600; text-transform: uppercase; padding: 10px 3px 6px; display: inline-block; font-size: 14px; color: var(--text-color); white-space: nowrap; position: relative; overflow:hidden;}
.mobile-sport-menu ul li .mobile-tab-btn:after{ background: var(--primary-color); height: 3px; width: 100%; position: absolute; bottom: -3px; left: 0; content: ''; opacity: 0; transition: all 0.5s;}
.mobile-sport-menu ul li .mobile-tab-btn.active { color: var(--primary-color); }
.mobile-sport-menu ul li .mobile-tab-btn.active:after { opacity: 1; bottom: 0;}
.mobile-sport-menu ul li .icon { display: flex; width: 32px; height: 32px; margin: 0 auto 4px; align-items: center; justify-content: center; }
.error { color: red; font-size: 12px; margin-left: 5px; }

/* Payment Popup */
.paymentDepositePopup .modal-dialog{width: 96%;}
.paymentDepositePopup .choose-payment-option .payment-tab .payment-tab-list { display: flex; gap: 25px;}
.paymentDepositePopup .choose-payment-option .payment-tab .payment-tab-list .img-payment{display: flex; align-items: center; justify-content: center; border-bottom: 3px solid transparent; padding-bottom: 6px; cursor: pointer;}
.paymentDepositePopup .choose-payment-option .payment-tab .payment-tab-list .img-payment.active { border-bottom: 3px solid var(--primary-color); padding-bottom: 6px; }
.paymentDepositePopup .choose-payment-option .payment-tab .payment-tab-list .img-payment img{max-height: 15px; width: auto; max-width: none;}
.paymentDepositePopup .choose-payment-option .payment-tab .payment-tab-list .img-payment:first-child img{max-height: 25px;}
.paymentDepositePopup .choose-payment-option .payment-tab-content .title { font-size: 18px; font-weight: 500; margin: 20px 0 10px; }
.paymentDepositePopup .choose-payment-option .payment-tab-content .luck-enterprise ul{padding: 12px; margin: 0; list-style: none; background: #f6f6f6;}
.paymentDepositePopup .choose-payment-option .payment-tab-content .luck-enterprise ul li { position: relative; padding-right: 25px;}
.paymentDepositePopup .choose-payment-option .payment-tab-content .luck-enterprise ul li .copy-icon { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAQAAACQ9RH5AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAAd0SU1FB+kJGQozEU7SWpoAAAH7SURBVFjD7ZjLSiNBFIa/dNLxgmIW4zBEcSEyi0EQd4IDPoGISzcD3tEXcO8L+ASCzG5ewsfILAwqXhINashMRonppN2U3YFOuivVhY5af29ON9X1VZ1Tp7rrgNF7VyLwJMkAgxr6dSjRkAVbzLDCNP2xwRYFlriSbbzBBa6m65JR2VHOcqkN63IeDrY8y2adbGwXdwpiQCnPyjAtLIdbnJhYi2LY0moF95AW1jXbnLT4Qk11buTAvmrkyMfESrgkqETs2SqCX0QpqVY2Q/RErdOOcnmkwmO3YIvvLDPJJ8lBBtXgjhw/OWyfK6P8Fql/zNcW7BZFLRvKDTte3kiA5zRhXVzKLLQ6MkxpVvmi6OCgMmz6n59URNMpL04l5d0syTA2ABN85lQGnCYjrBKr5EkqYJtk2Wdc0LwoR63U51A45DlSnHGVWueOZRymKqvdDvBqO5cBG7ABG7ABG7ABG/CHBPuHU9XDWVfyf28dCgzQxKIQuxDRFbjEkrhzwosIusEN2XKYHv0HiytKTWWG2+5h1Nnp+aUkWapK/nEZaUcJB9f5K6xh9qkpJlqKMWE1/XwJB/8hxzcAbHHQjKdz+XyZp6ytFHHPD/kx2uxS1YJ9YI8+v+PoqPWyyBrjopigogR1zjjgF/+6AQMMkqVXGQw1ilRivG/0JvUENNc4/KaHk6EAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjUtMDktMjVUMTA6NTE6MDgrMDA6MDAHRilTAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDI1LTA5LTI1VDEwOjUxOjA4KzAwOjAwdhuR7wAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyNS0wOS0yNVQxMDo1MToxNyswMDowMBvswEcAAAAASUVORK5CYII=); height: 18px; display: inline-block; background-size: 100%; aspect-ratio: 1/1; opacity: 0.8; position: absolute; right: 0; top: 4px; cursor: pointer;}
.paymentDepositePopup .choose-payment-option .payment-tab-content .luck-enterprise-tag { background: #ffc107; display: inline-block; color: var(--primary-color); padding: 5px 10px 3px; margin: 0 0 15px; text-transform: uppercase; font-size: 14px; border-bottom: 3px solid var(--primary-color); font-weight: 500; }
.paymentDepositePopup .enter-payment-detail { border-top: 1px solid #ddd; margin: 30px 0 0; padding: 20px 0 0; }
.paymentDepositePopup .enter-payment-detail .title { font-size: 18px; font-weight: 500; margin: 0 0 10px; }
.paymentDepositePopup .payment-fom .input-box{ border:0; background-color: transparent; border-radius: 0; flex-direction: column;}
.paymentDepositePopup .payment-fom .input-box input{border: 1px solid var(--primary-color); background-color: var(--white-color); border-radius: 30px; width: 100%; }
.paymentDepositePopup .payment-fom .input-box>span.input_err { font-size: 12px; color: red; padding: 0 15px; }
.accountnamecontainer { width: 100%; display: inline-block; margin: 0 0 0; }
.accountnamecontainer .luck-enterprise-tag { border-bottom: 3px solid transparent !important; margin-right: 12px !important; cursor: pointer; }
.accountnamecontainer .luck-enterprise-tag.active { color: #000 !important; border-bottom: 3px solid var(--color2) !important; }
.accountnamecontainer .luck-enterprise-tag:last-child { margin-right: 0 !important; }

.paymentDepositePopup .choose-payment-option .payment-tab .payment-tab-list{gap: 0 25px; flex-wrap: wrap;}
.paymentDepositePopup .choose-payment-option .payment-tab .payment-tab-list .payment-mng-link { margin-left: auto; color: #1533ab; text-decoration: underline; line-height: 1; font-weight: 500; padding-bottom: 0;}

input[type=file]{padding: 0 !important;}
input[type=file]::-webkit-file-upload-button { background: #f8f9fa; border: 0; border-right: 1px solid var(--primary-color); padding: 7px 10px;}
input[type=file]::-webkit-file-upload-button,  input[type=file]::file-selector-button { background: #f8f9fa; border: 0; border-right: 1px solid var(--primary-color); padding: 7px 10px;}

.manage-accounts-sec .acount-stat-ro-titlselect-form .site-button{padding: 4px 15px;}
.manage-acccount-popup .choose-payment-option .payment-tab .payment-tab-list { margin: 0 0 10px; background-color: var(--primary-color); border-radius: 20px; padding: 6px; gap: 8px;}
.manage-acccount-popup .choose-payment-option .payment-tab .payment-tab-list .img-payment{ border-bottom: 0; cursor: pointer; color: var(--white-color); font-weight: 400; font-size: 15px; padding: 0 10px; border-radius: 30px; text-transform: uppercase;}
.manage-acccount-popup .choose-payment-option .payment-tab .payment-tab-list .img-payment.active{border-bottom: 0; padding-bottom: 0; background: var(--white-color); color: var(--primary-color); font-weight: 500;}
.manage-acccount-popup .enter-withdraw-detail .input-box.hide{display: none;}

/* 20-1-25 */
.sport-all-data .heading .odds-heading{gap: 4px;}
.inner-match-list.sport-all-data .match-heading .odds-heading .heading-text{padding: 4px 10px; line-height: 1; border-radius: 5px; max-width: 62px; width: 100%; justify-content: center; align-items: center; margin: 3px 0 0; font-size: 14px; min-height: 24px; transition: 0.45s;}
.inner-match-list.sport-all-data .match-heading .odds-heading .heading-text.blue{ background: #4c9ed9;}
.inner-match-list.sport-all-data .match-heading .odds-heading .heading-text.pink{background: #ed79a5;}
.inner-match-list.sport-all-data .match-heading .odds-heading .heading-text:hover, .match-odds .box span:hover{ box-shadow: inset 0 0 0 30px rgb(0 0 0 / 25%); }
.sport-all-data.inner-match-list.fancylist .match-heading .heading-text{color: var(--text-color) !important; margin-bottom: 3px;}
.sport-all-data .szh-accordion__item-btn{ background: transparent; width: 100%; padding: 0; margin: 0; vertical-align: middle;}
.sport-all-data .szh-accordion__item-content { transition: height 0.35s cubic-bezier(0, 0, 0, 1); }
.sport-all-data .szh-accordion__item-btn .heading { padding-left: 28px; position: relative; }
.sport-all-data .szh-accordion__item-btn .heading:before { content: ''; display: inline-block; border-left: 2px solid var(--white-color); border-bottom: 2px solid var(--white-color); padding: 3px; transform: rotate(135deg); cursor: pointer; margin-left: auto; position: absolute; left: 12px; top: 12px; }
.sport-all-data .szh-accordion__item--status-exited .szh-accordion__item-btn .heading:before{transform: rotate(-45deg); top: 8px;}
.sport-all-data  .szh-accordion__item-heading{line-height: 1; font-size: inherit;}

/* 21-1-25 */
.sport-all-data.inner-match-list .heading .odds-heading{justify-content: center;}
.sport-all-data.inner-match-list.fancylist .szh-accordion__item-btn .match-heading{padding-left: 28px; position: relative;}
.sport-all-data.inner-match-list.fancylist .szh-accordion__item-btn .match-heading:before{border-color: var(--text-color) !important;}

/* 22-1-24 */
.account-table .btn-set{ display: flex; align-items: center; gap: 3px; justify-content: center; }
.account-table .btn-set .btn { padding: 4px 15px; font-weight: 400; }
.account-table .btn-set .btn.delete-btn { background: #cb1b1c; }
.payment-mng-link{color: var(--primary-color);}

/* 23-1-25 */
.sticky-link { position: fixed; bottom: 10px; right: 10px; z-index: 99999; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; gap: 4px; }
.sticky-link .sticky-bets{  background: var(--primary-color); z-index: 1111; height: 50px; width: 50px; border-radius: 55px; text-align: center; line-height: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 14px; filter: drop-shadow(0px 0px 20px #ddd); cursor: pointer;}
.sticky-link .sticky-bets .count { color: #fff; font-weight: 600; font-size: 140%; }
.sticky-link .sticky-bets .label { font-size: 100%; color: #fff; font-weight: 300; }
.sticky-link .whatsup-app-link { margin-right: 4px; }
.sticky-link .whatsup-app-link a { display: flex; }
.sticky-link .whatsup-app-link a img.whatsapp_icon_alg { z-index: 2; width: 40px; border-radius: 50px; height: 40px; }
.sticky-link .whatsup-app-link a .whatsapp_font_alg { width: 220px; height: 40px; border-radius: 25px; opacity: 0; padding: 5px 20px 4px; color: #fff; background: #25d366; margin-right: -40px; padding-right: 40px; font-size: 14px; line-height: 1; display: flex; align-items: center; transition: 0.5s;}
.sticky-link .whatsup-app-link a:hover .whatsapp_font_alg { opacity: 1;  transition: 0.5s;}

/* 29-1-25 */
.user-profile.full-w{grid-template-columns: 100%;}
.mobile-sport-menu ul li .mobile-tab-btn .live-count, .allsport-tab .tab-btn .live-count{ position: absolute; right: 2px; top: 4px; background: #19b719; height: 18px; width: 18px; color: #fff; border-radius: 20px; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.allsport-tab .tab-btn{margin-top: 4px;}
.allsport-tab .tab-btn .live-count{right: 4px; top: -4px;}
.copy-icon { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAQAAACQ9RH5AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAAd0SU1FB+kJGQozEU7SWpoAAAH7SURBVFjD7ZjLSiNBFIa/dNLxgmIW4zBEcSEyi0EQd4IDPoGISzcD3tEXcO8L+ASCzG5ewsfILAwqXhINashMRonppN2U3YFOuivVhY5af29ON9X1VZ1Tp7rrgNF7VyLwJMkAgxr6dSjRkAVbzLDCNP2xwRYFlriSbbzBBa6m65JR2VHOcqkN63IeDrY8y2adbGwXdwpiQCnPyjAtLIdbnJhYi2LY0moF95AW1jXbnLT4Qk11buTAvmrkyMfESrgkqETs2SqCX0QpqVY2Q/RErdOOcnmkwmO3YIvvLDPJJ8lBBtXgjhw/OWyfK6P8Fql/zNcW7BZFLRvKDTte3kiA5zRhXVzKLLQ6MkxpVvmi6OCgMmz6n59URNMpL04l5d0syTA2ABN85lQGnCYjrBKr5EkqYJtk2Wdc0LwoR63U51A45DlSnHGVWueOZRymKqvdDvBqO5cBG7ABG7ABG7ABG/CHBPuHU9XDWVfyf28dCgzQxKIQuxDRFbjEkrhzwosIusEN2XKYHv0HiytKTWWG2+5h1Nnp+aUkWapK/nEZaUcJB9f5K6xh9qkpJlqKMWE1/XwJB/8hxzcAbHHQjKdz+XyZp6ytFHHPD/kx2uxS1YJ9YI8+v+PoqPWyyBrjopigogR1zjjgF/+6AQMMkqVXGQw1ilRivG/0JvUENNc4/KaHk6EAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjUtMDktMjVUMTA6NTE6MDgrMDA6MDAHRilTAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDI1LTA5LTI1VDEwOjUxOjA4KzAwOjAwdhuR7wAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyNS0wOS0yNVQxMDo1MToxNyswMDowMBvswEcAAAAASUVORK5CYII=); height: 18px; display: inline-block; background-size: 100%; aspect-ratio: 1/1; opacity: 0.8; cursor: pointer;}

.higilighted {background-color: gold !important;}

.casino-welcome-modal .cw-wraper { text-align: center; padding: 20px 0 30px; }
.casino-welcome-modal .cw-wraper h2 { text-shadow: 0 7px 10px #00000073; font-size: 80px; line-height: 1; margin: 0;}
.casino-welcome-modal .cw-wraper h2 span{font-weight: 400; display: block; font-size: 45px; text-shadow: none; margin: 0 0 20px;}
.casino-welcome-modal .cw-wraper h2 small{font-size: 100%;}
.casino-welcome-modal .note-point { padding:10px 0;}
.casino-welcome-modal .note-point .point { font-size: 40px; font-weight: 700; text-shadow: 0 7px 10px #00000073; margin: 0 0 15px;}
.casino-welcome-modal .note-point p { margin: 0; font-size: 24px;}
.casino-welcome-modal .devider img{max-width: 90%}
.casino-welcome-modal .limit-bet { text-align: center; font-size: 28px; display: flex; flex-direction: column; font-weight: 500; text-transform: capitalize; line-height: 1.2; }
.casino-welcome-modal .agree-btn span { background: #000; color: #fff; padding: 12px 25px 14px; display: inline-block; margin: 30px 0 0; font-weight: 600; text-transform: uppercase; border-radius: 30px; line-height: 1; font-size: 18px; box-shadow: inset 1px 3px 30px 10px #6d6d6de3, 0px 10px 15px 2px #0000003b; cursor: pointer; }
.casino-welcome-modal .modal-header { position: absolute; right: -8px; border: 0; padding: 0; top: -8px; }
.casino-welcome-modal .modal-header button.btn-close { background: #000; color: #fff; z-index: 1; height: 26px; padding: 0; width: 26px; line-height: 1; border-radius: 30px; }
@media (max-width:767px) {
    .casino-welcome-modal .cw-wraper { padding: 10px 0 20px; }
    .casino-welcome-modal .cw-wraper h2 span{font-size: 30px; margin: 0 0 10px;}
    .casino-welcome-modal .cw-wraper h2{font-size: 50px;}
    .casino-welcome-modal .note-point .point{font-size: 30px; margin: 0 0 10px;}
    .casino-welcome-modal .note-point p { font-size: 20px; }
    .casino-welcome-modal .limit-bet{font-size: 22px;}
    .casino-welcome-modal .agree-btn a { padding: 10px 25px 12px; margin: 20px 0 0; font-size: 16px; }
    .sticky-link { right: auto; left: 0; margin: 0 0 0 4px; }
    .sticky-link .whatsup-app-link { margin: 0; }
    .sticky-link .whatsup-app-link a .whatsapp_font_alg { display: none; }
    .sticky-link .sticky-bets { width: 40px; height: 40px; }
    .sticky-link .sticky-bets .count { font-size: 110%; }
    .sticky-link .sticky-bets .label { font-size: 90%; }

}
.whatsup-app-btn img.whatsapp_icon_alg { width: 27px; margin-left: 10px; vertical-align: middle; }
.whatsup-app-btn a.btn { background: #25d366; }
.whatsup-app-btn a.btn:hover { background: #24a654; }

.footer-row img.social-icon { height: 40px; width: 40px; }

/* After Login Popup */
.home-modal .popup-content{padding: 0; max-width: 90%;}
.home-modal  button.close-home-modal { position: absolute; right: -17px; top: -17px; height: 40px; width: 40px; border: 0; font-size: 24px; padding: 0; line-height: 0; background: red; color: #fff; border-radius: 40px; }
.home-modal .popup-body { margin: auto; display: table; box-shadow: 0 0 20px #a9a9a9; position: relative; }
.home-modal .img-set img { max-height: calc(100vh - 186px); }
.mobile-hide{ display: block !important;}
.mobile-hide.flex{ display: flex !important;}
.desktop-hide{display: none !important;}

/* 23-7-25 */
.success { color: rgb(23, 116, 0); font-size: 12px; margin-left: 5px; }
.signup-form .row .col-6 span.user-msg { position: absolute; bottom: -16px; left: 14px; }
.signup-form .row .col-6 .tooltip-mobile-number { position: absolute; background: #000; width: 200px; color: #fff; bottom: calc(100% - 26px); padding: 6px 5px 7px; font-size: 12px; line-height: 1; border-radius: 7px; text-align: center; right: 8px; z-index: 111; opacity: 0; visibility: hidden; pointer-events: none; transition: 0.4s; }
.signup-form .row .col-6 .tooltip-mobile-number.show { bottom: calc(100% - 18px); opacity:1; visibility: visible; pointer-events: all;}
.signup-form .row .col-6 .tooltip-mobile-number:after { content: ''; height: 10px; width: 10px; background: #000; position: absolute; right: 0; left: 0; margin: auto; bottom: -4px; transform: rotate(45deg); z-index: -1; }

.cms-content .page-title { text-transform: uppercase; text-align: center; margin-top: 20px; color: var(--primary-color); font-size: 35px; font-weight: bold; margin-bottom: 30px; }
.cms-content h4 { font-size: 24px; margin-bottom: .5rem; font-weight: 500; line-height: 1.2; }
.cms-content h5, .cms-content p { font-size: 16px; margin-bottom: 20px; font-weight: 300; line-height: 1.2;}
.cms-content dl, .cms-content ol, .cms-content ul { margin-top: 0; margin-bottom: 1rem; line-height: 1.2;}
.cms-content ul>li { list-style: disc; padding: 5px 10px; margin: 0 10px; }
.cms-content { background: #fff; display: inline-block; width: 100%; padding: 5%; }

.login-form-wraper .forgot-psw { display: flex; gap: 5px; }
.login-form-wraper .forgot-psw .link{ color: var(--primary-color); text-decoration: underline; cursor: pointer;}



.offline-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11111;
  background-color: var(--primary-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}

.offline-popup .offlinepopup-content {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.offline-popup .offlinepopup-content .icon-container {
  margin-bottom: 1.5rem;
  color: var(--primary-color);
}

.offline-popup .offlinepopup-content .icon-container .icon {
  margin-left: auto;
  margin-right: auto;
}

.offline-popup .offlinepopup-content .popup-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1f2937;
}

.offline-popup .offlinepopup-content .popup-message {
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.offline-popup .offlinepopup-content .refresh-button {
  padding: 0.75rem 1.5rem;
  background-color: #2563eb;
  color: white;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.2s;
}

.offline-popup .offlinepopup-content .refresh-button:hover {
  background-color: var(--header-bg);
}

.offline-popup .offlinepopup-content .refresh-button .button-icon {
  margin-right: 0.5rem;
}


/* 20-8-25 */
.sport-all-data .match-data .match-info-row.listview-name-row { align-items: stretch; }
.sport-all-data .match-data .match-info-row.listview-name-row .match-odds .box span{height: 100%;}
.sport-all-data .match-data .match-info-row.listview-name-row .list-group .list-group-item { display: flex; align-items: center; gap: 6px; }
.sport-all-data .match-data .match-info-row.listview-name-row .list-group .list-group-item i.fa-solid.fa-circle { font-size: 6px; vertical-align: middle; }
.sport-all-data .match-data .match-info-row.listview-name-row .book-value { margin-top: auto; margin-bottom: auto; }

/* 4-9-25 */
.sport-all-data.digit-list .match-odds .box span { height: 50px; width: 50px; border-radius: 50px; }
.sport-all-data.digit-list .match-odds { flex-wrap: wrap; }
.sport-all-data.digit-list .book-value { margin-right: auto; margin-left: 5px; }

/* 22-9-25 */
.betslip .betslip-top .betslip-minmax { margin-right: auto; font-weight: 600; line-height: 1; }
.betslip_mobileview .betslip-minmax { display: flex; flex-direction: column; line-height: 1; font-size: 12px; font-weight: 600; margin-right: auto; white-space: nowrap; }


.error-page { height: 100vh; display: flex; align-items: center; justify-content: center; padding: 10px; flex-direction: column; }
.error-page .error-container { background: #fff; padding: 20px 10px 35px; border-radius: 10px; text-align: center; width: 100%; max-width: 450px; }
.error-page .error-container > img { width: 80px; }
.error-page .error-container h2 { margin: 10px 0 5px; font-size: 22px; line-height: 1; }

.min-height100 {min-height: 101vh;}


@media (max-width:1600px) {
.allsport-tab{gap: 8px;}
.allsport-tab .tab-btn { padding: 6px 15px; font-size: 14px;}
}
@media (max-width:1450px) {
.content-w-sidebar .sidebar .sidebar-box .title{font-size: 17px;}
}
@media (max-width:1280px) {
.mobile-hide{ display: none !important;}
.desktop-hide{display: block !important;}
.desktop-hide.flex{display: flex !important;}
}

@media (max-width:1150px) {
.content-w-sidebar .sidebar { border-radius: 15px; }
.content-w-sidebar .sidebar .sidebar-box .title{padding:5px 10px; font-size: 15px;}
.content-w-sidebar .sidebar .sidebar-box .sidebar-card a + a { margin-top: 7px; }

/* Inplay Tab */
.allsport-tab{gap: 6px;}
.allsport-tab .tab-btn { padding: 6px 10px; font-size: 12px;}
.allsport-tab .tab-btn img { height: 16px; }
}
@media (max-width:999px) {
body{font-size: 14px;}
.btn{padding: 6px 20px; font-size: 14px;}
.no-data{font-size: 18px;}

/* Mobile Sport tab */
.mobile-sport-menu{display: block;}
.allsport-tab{display: none;}

/* 23-1-25 */
.sticky-link { bottom: 55px;}
.login-form-wraper .allsport-tab{display: flex;}

/* 4-9-25 */
.sport-all-data.digit-list .match-odds .box span { height: 35px; width: 35px; border-radius: 35px; }

/* 22-9-25 */
.betslip .betslip-top .betslip-minmax { display: flex ; flex-direction: column; white-space: nowrap; }

}
@media (max-width:767px) {
.sidebar{display: none !important;}
.content-w-sidebar{grid-template-columns: 100%;}
.content-w-sidebar .banner img{border-radius: 15px;}
.no-data{font-size: 16px;}
/* multimarket-page */
.multimarket-page .sport-all-data .heading { flex-wrap: wrap; line-height: 1; gap: 4px; font-size: 12px; margin-bottom: 5px;}
.multimarket-page .exchange-inner-page.content-w-sidebar .sidebar { display: block !important; order: 1; position: static;}
.multimarket-page .exchange-inner-page.content-w-sidebar .left-content{order: 2;}
.multimarket-page .exchange-inner-page.content-w-sidebar .sidebar .sidebar-box .betlist{max-height: 300px;}
.multimarket-page .sport-all-data .heading .heading-text { display: block; }

.match-odds.time-tag { justify-content: flex-start; }

/* Inplay Filter */
.filter-btn-wrapper .filter-btn select { font-size: 12px; width: 110px; }
.filter-btn-wrapper .filter-btn span{font-size: 12px;}

/* Inplay Tab */
.allsport-tab{gap: 5px;}
.allsport-tab .tab-btn { border-top-left-radius: 10px; border-top-right-radius: 10px; padding: 6px 15px;}

/* 20-1-25 */
.sport-all-data .heading .odds-heading { gap: 1.5px; }
.inner-match-list.sport-all-data .match-heading .odds-heading .heading-text{font-size: 14px; max-width: 51px; margin-left: 1px; min-height: 22px;}

/* 23-7-25 */
.cms-content .page-title { margin-top: 15px; font-size: 25px; line-height: 1.2; margin-bottom: 25px; }
.cms-content h4 { font-size: 22px;}
.cms-content h5, .cms-content p { font-size: 15px; margin-bottom: 15px;}
.cms-content dl, .cms-content ol, .cms-content ul { margin-bottom: 0.8rem; }
.cms-content {padding: 4%; }

/* 4-9-25 */
.inner-match-list.sport-all-data.digit-list .match-odds { max-width: 190px;}

/* 22-9-25 */
.inner-match-list.sport-all-data.line-market .match-data .match-info-row{flex-wrap: wrap;}
.sport-all-data.inner-match-list.line-market .match-odds{width: 100%; max-width: 100%;}
.sport-all-data.inner-match-list.line-market .match-odds .box span{display: inline-flex !important;}
.sport-all-data.inner-match-list.line-market .heading.match-heading { flex-wrap: nowrap; }
.sport-all-data.inner-match-list.line-market .heading .odds-heading { width: 100%; }
.sport-all-data.inner-match-list.line-market .match-heading .odds-heading .heading-text{max-width: 100%;}
.sport-all-data.inner-match-list.line-market button.fancy-book-btn{margin-left: auto;}
.sport-all-data.inner-match-list.line-market .match-data .match-info-row .match-name{max-width: 100%;}
.sport-all-data.inner-match-list.line-market .heading.match-heading .heading-text.sport-name { display: none; }
}
@media (max-width:480px) {
.container-fluid { padding-left: 5px; padding-right: 5px; }
.row{margin-left: -5px; margin-right: -5px;}
.btn { padding: 6px 15px; font-size: 13px; }
/* Hourse Racing Popover  */
.match-info .title-w-popover .popover { left: 40px; top: 38px; }
.match-info .title-w-popover .popover:after { left: 20px; top: -5px;}

/* Mobile Sport tab */
.mobile-sport-menu { margin: 0 -5px; padding: 0 10px;}
.mobile-sport-menu ul li .mobile-tab-btn{font-size: 12px; padding: 8px 3px 4px;}
.mobile-sport-menu ul li .icon { width: 28px; height: 28px;}

.oneclick-bt, .diposit-bt{ padding: 0; font-size: 0; font-weight: 400; background: url(data:image/png;base64,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); height: 30px; width: 60px; height: 30px; background-size: contain; background-repeat: no-repeat; background-color: #f49d1d; background-position: center;}
.diposit-bt { background: url(data:image/png;base64,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);background-size: contain; background-repeat: no-repeat; background-position: center;}


 /* Hourse Racing Popover  */
.match-info-row .title-w-popover .popover{left: calc(100% - 70px);}

.error-page .error-container h2{font-size: 16px;}
}
header{width: 100%; position: -webkit-sticky; position: sticky; top: 0; z-index: 9999; background: var(--light-color);}
header .main-menu { display: flex; justify-content: space-between; align-items: center; background: var(--header-bg); padding: 11px 15px; margin: 0 -15px; }
header .logo{display: flex; align-items:center; padding-right: 6px;}
header .logo img{max-width: 160px; width: 100%;}
header .menu { border-radius: 90px; background: rgba(255, 255, 255, 0.20); }
header .menu-wrap {gap: 10px; display: flex; align-items: center; padding: 5px 10px;}
header .menu .menu-links { display: inline-block; color: var(--white-color); transition: all 0.3s ease-in-out; font-size: 15px; border-radius: 30px; background-color: transparent; padding: 2px 5px; font-weight: 400; line-height: 1.5; cursor: pointer;}
header .menu .menu-links:hover, header .menu .menu-links.active {transition: all 0.3s ease-in-out; border-radius: 30px; background-color: var(--white-color); color: var(--text-color); font-weight: 600;}
header .account-btns { display: flex; align-items: center; gap: 5px; }
header .account-btns a.btn, header .account-btns button { display: flex; align-items: center; justify-content: center; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; background: var(--white-color); color: var(--text-color); border-radius: 30px; font-weight: 600; transition: all 0.3s ease-in-out; font-size: 15px; cursor: pointer; padding: 8px 8px; border: 0; line-height: 1; text-transform: uppercase;}
header .account-btns a.btn:hover, header .account-btns button:hover {background: var(--primary-color); color: var(--white-color);}
header .account-btns .dropdown .btn{background: var(--white-color); border:1px solid var(--white-color); color: var(--text-color); padding: 5px; line-height: 1.5;}
header .account-btns .dropdown .btn.logout-btn { margin: auto; color: var(--primary-color); margin-top: 10px; }
header .account-btns .dropdown .btn-header-username{font-weight: 400; text-transform: capitalize;}
header .natification-bar{ padding: 0 10px; background-color: var(--primary-light); color: var(--notification-text); margin: 0 -15px; position: relative; padding-left: 110px; font-size: 15px;}
header .natification-bar button { position: absolute; top: 0; left: 0; padding: 0 15px; height: 100%; background: var(--yellow-color); border: 0; z-index: 1; text-transform: uppercase; font-weight: 400; color: var(--notification-text); display: flex; align-items: center; font-size: 15px; gap: 7px; font-family: var(--primary-font); }
header .account-btns .dropdown .dropdown-menu ul li span{cursor: pointer;}
header .account-btns .dropdown .dropdown-menu ul li span.active{color: var(--primary-color);}

.wallet-bal { cursor: pointer; display: inline-flex; align-items: center; gap: 0px; width: -webkit-max-content; width: max-content; min-width: 70px; font-size: 13px; padding: 5px 12px; border-radius: 15px; background-color: #32962a; color: var(--white-color); flex-direction: column; position: relative; line-height: 1.2; font-weight: 400;}
header .account-btns button.my-bet-btn { background: var(--yellow-color); color: var(--text-color); border-radius: 50px; font-size: 15px; padding: 6px 15px; min-height: 37px; display: flex; align-items: center; font-weight: 400; text-transform: capitalize;}


.latest-notifiction-popup .modal-header h2{margin: 0; color: var(--primary-color);font-size: 24px; font-weight: 400;}
.latest-notifiction-popup .modal-header h2 i{margin-right: 6px;}
.latest-notifiction-popup .modal-header button{border: 0; background: transparent;}
.latest-notifiction-popup .modal-dialog{max-width: 1000px; width: 96%;}
.notification-list .box + .box{margin-top: 14px;}
.notification-list .box .notification-header{background: var(--primary-color); color: var(--white-color); padding: 10px 15px; border-top-left-radius: 6px; border-top-right-radius: 6px; font-size: 15px; }
.notification-list .notification-content { display: grid; grid-gap: 20px; gap: 20px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border: 1px solid #ddd; border-top: 0; grid-template-columns: 110px auto; align-items: center;}
.notification-list .notification-content .date-titme { white-space: nowrap; opacity: 0.6; border-right: 1px solid #ddd; padding: 10px 15px; height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.notification-list .notification-content .date-titme p { margin: 0; font-size: 15px; }
.notification-list .notification-content .conent{padding:10px 15px 10px 0;}
.notification-list .notification-content .conent p{margin: 0;font-size: 15px;}
.notification-list .notification-content .conent p+p{margin-top: 15px; opacity: 0.6;}

.oneclick-bt, .diposit-bt{ background: #f39c12; color: #fff; padding: 8px 20px; font-size: 15px; font-weight: 600; border: none; border-radius: 30px; cursor: pointer; transition-duration: 0.4s; }
.oneclick-bt:hover, .diposit-bt:hover { background: #fff; box-shadow: 0px 2px 20px -3px #97B1BF; color: #000; }
/* .diposit-bt{ background: #f39c12; color: #fff; padding: 8px 20px; font-size: 15px; font-weight: 600; border: none; border-radius: 30px; cursor: pointer; transition-duration: 0.4s; }
.diposit-bt:hover { background: #fff; box-shadow: 0px 2px 20px -3px #97B1BF; color: #000; } */

@media (max-width:1440px) {
    header .account-btns .dropdown .btn{gap: 3px; font-size: 14px;}
    .wallet-bal{font-size: 12px;}
    header .menu .menu-links{font-size: 14px;}
    .oneclick-bt, .diposit-bt{font-size: 14px;}
}
@media (max-width:1280px) {
    .dropdown .btn .profile-img, .dropdown .btn svg { width: 22px; }
    header .menu-wrap{gap: 7px;}
    header .menu .menu-links{font-size: 13px;}
    .oneclick-bt, .diposit-bt{font-size: 13px;}
}
@media (max-width:1150px) {
    header .main-menu { padding: 5px 15px; margin: 0 -15px; }
    header .menu-wrap{gap: 5px;}
    header .menu .menu-links{font-size: 12px;}
    .oneclick-bt, .diposit-bt{font-size: 12px; padding: 7px 15px;}
    header .logo img{ max-width: 100px; }
    header .account-btns a.btn, header .account-btns button{font-size: 13px;}
    header .account-btns button.my-bet-btn{font-size: 12px; min-height: 35px;}
    .wallet-bal{font-size: 10px;}
    header .account-btns .dropdown .btn { gap: 2px;}
    .dropdown .btn .profile-img, .dropdown .btn svg { width: 20px; }
}
@media (max-width:999px) {
    header .logo img{ max-width: 130px; }
    header .main-menu { padding: 6px 15px 0; flex-wrap: wrap; }
    header .menu { order: 3; width: calc(100% + 30px); margin: 6px -15px 0; border-radius: 0; overflow-x: auto; white-space: nowrap; gap: 6px; display: flex;}
    header .menu .menu-wrap {white-space: nowrap; gap: 6px; margin: auto;}
    header .menu .menu-links{font-size: 14px;}
    header .account-btns a { font-size: 13px; padding: 5px 8px; }
}
@media (max-width:767px) {
    header .logo img{ max-width: 110px;}
    header .main-menu { padding: 6px 15px 0; flex-wrap: wrap; }
    header .menu .menu-wrap {white-space: nowrap; gap: 6px; margin: auto;}
    header .menu .menu-links{font-size: 14px;}
    header .account-btns a { font-size: 13px; padding: 5px 8px; }
    header .account-btns button.my-bet-btn{padding: 5px 10px;}
    .wallet-bal { font-size: 9px; line-height: 10px; font-weight: 400; }
    .dropdown .btn .profile-img, .dropdown .btn svg { width: 18px; }
    .oneclick-bt {padding: 8px 16px;font-size: 12px;font-weight: 500;}
    .diposit-bt {padding: 8px 16px;font-size: 12px;font-weight: 500;}
}
@media (max-width:480px) {
    header .main-menu { padding: 6px 10px 0; }
    header .main-menu, header .natification-bar{margin: 0 -5px;}
    header .menu { margin: 6px -10px 0; width: calc(100% + 20px); }
    header .menu .menu-links { font-size: 13px; padding: 2px; }
    header .account-btns .dropdown .btn { padding: 5px 3px; gap: 2px; font-size: 11px; }
    header .natification-bar{font-size: 13px; padding-left: 85px;}
    header .natification-bar button{font-size: 12px; padding: 0 10px;}
    header .account-btns button.my-bet-btn { padding: 3px 6px; min-height: 28px; }
    /* header .account-btns .dropdown .btn-header-username{display: none;} */
    header .account-btns{gap: 3px;}
    .oneclick-bt, .diposit-bt { padding: 0; font-size: 0; font-weight: 400; background: url(data:image/png;base64,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); height: 30px; width: 30px; background-size: contain; background-repeat: no-repeat; background-color: #f49d1d; background-position: center;}
    .diposit-bt{ background: url(data:image/png;base64,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); background-size: contain; background-repeat: no-repeat; background-color: #f49d1d; background-position: center;}
    .wallet-bal{ padding: 5px 8px;}
    .sportmenu-bar { margin-right: 5px; }
}
.menu-dropdown-popup h2 { margin-bottom: 0px; color: var(--primary-color); font-weight: 600; font-size: 20px; position: relative; text-transform: uppercase; display: flex; align-items: center; gap: 10px; line-height: 1;}
.menu-dropdown-popup h2 .title-v-border { height: 15px; width: 8px; display: flex; align-items: center; justify-content: center; background-color: var(--primary-color); }
.menu-dropdown-popup button.btn-close{background: transparent;}
.menu-dropdown-popup button.btn-close:after { font-weight: 400; font-family: "Font Awesome 6 Free"; content: "\f057"; font-size: 20px; color: var(--primary-color);}
.menu-dropdown-popup .btn-sec{ margin-top: 20px; }
.menu-dropdown-popup .btn-sec .btn { width: 100%; font-weight: 400; }
.menu-dropdown-popup .modal-content{border-radius: 30px;}
.menu-dropdown-popup .modal-header{border-bottom: 0;}
.menu-dropdown-popup .input-box input:not(input[type="checkbox"], input[type="radio"]) { font-size: 13px; color: var(--text-color); border-radius: 30px; border: 1px solid var(--primary-color); background-color: var(--white-color); height: auto; padding: 6px 15px;}
.menu-dropdown-popup label { font-size: 15px; margin: 0px; font-weight: 400;}
.menu-dropdown-popup .input-box { margin: 0 0 10px; }
.menu-dropdown-popup .input-box .input-w-icon { position: relative; }
.menu-dropdown-popup .input-box .input-w-icon span.input-icon { position: absolute; right: 8px; top: 5px; order: none; background-color: transparent; font-size: 13px; color: var(--text-color);}

.on-off-btn-section{display: inline-block;}
.on-off-btn-section span { font-weight: 400; font-size: 14px; line-height: normal; color: var(--text-color); float: left; }
.on-off-btn-section span.on-off { display: flex; flex-direction: row-reverse; flex-wrap: nowrap; align-items: center; align-content: center; line-height: 0; }
.on-off-btn-section span.on-off label.switch { position: relative; width: 46px; height: 22px; background: var(--border-color); border-radius: 50px; display: inline-block; padding: 0; margin: 0 10px; line-height: 0; cursor: pointer; vertical-align: middle; }
.on-off-btn-section span.on-off label.switch input[type="checkbox"] { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; padding: 0; margin: 0; }
.on-off-btn-section span.on-off label.switch span.slider { position: absolute; top: 50%; transform: translateY(-50%); right: 4px; width: 18px; height: 18px; border-radius: 50%; background: white; display: inline-block; }
.on-off-btn-section span.on-off label.switch input:checked + span.slider { left: 4px; }
.on-off-btn-section span.on-off label.switch.on{ background: var(--primary-color); }

.one-click-popup .input-box { display: flex; gap: 8px; align-items: center; }
.menu-dropdown-popup.one-click-popup .bet-value-add .input-box input { border-radius: 6px; }
.one-click-popup .bet-slip-btn { display: flex; align-items: center; gap: 5px; justify-content: flex-start; overflow: auto; }
.one-click-popup .bet-slip-btn span { height: 27px; min-width: 52px; display: flex; align-items: center; justify-content: center; font-weight: 400; background-color: var(--light-color2); font-size: 13px; padding: 2px 5px; border-radius: 30px; cursor: pointer; border: 1px solid var(--primary-color); color: var(--primary-color);}

.menu-dropdown-popup .change-psw-wraper .input-box label{padding-left: 5px;}
.menu-dropdown-popup .stack-change-wraper label{font-weight: 500; padding-left: 5px; font-size: 16px; margin: 0 0 3px;}
.react-tel-input{font-family:'Roboto',sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:25px;height:20px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat}.react-tel-input .ad{background-position:-48px -24px}.react-tel-input .ae{background-position:-72px -24px}.react-tel-input .af{background-position:-96px -24px}.react-tel-input .ag{background-position:-120px -24px}.react-tel-input .ai{background-position:-144px -24px}.react-tel-input .al{background-position:-168px -24px}.react-tel-input .am{background-position:-192px -24px}.react-tel-input .an{background-position:-216px -24px}.react-tel-input .ao{background-position:-240px -24px}.react-tel-input .aq{background-position:-264px -24px}.react-tel-input .ar{background-position:-288px -24px}.react-tel-input .as{background-position:-312px -24px}.react-tel-input .at{background-position:-336px -24px}.react-tel-input .au{background-position:-360px -24px}.react-tel-input .aw{background-position:-384px -24px}.react-tel-input .ax{background-position:0 -48px}.react-tel-input .az{background-position:-24px -48px}.react-tel-input .ba{background-position:-48px -48px}.react-tel-input .bb{background-position:-72px -48px}.react-tel-input .bd{background-position:-96px -48px}.react-tel-input .be{background-position:-120px -48px}.react-tel-input .bf{background-position:-144px -48px}.react-tel-input .bg{background-position:-168px -48px}.react-tel-input .bh{background-position:-192px -48px}.react-tel-input .bi{background-position:-216px -48px}.react-tel-input .bj{background-position:-240px -48px}.react-tel-input .bl{background-position:-264px -48px}.react-tel-input .bm{background-position:-288px -48px}.react-tel-input .bn{background-position:-312px -48px}.react-tel-input .bo{background-position:-336px -48px}.react-tel-input .br{background-position:-360px -48px}.react-tel-input .bs{background-position:-384px -48px}.react-tel-input .bt{background-position:0 -72px}.react-tel-input .bw{background-position:-24px -72px}.react-tel-input .by{background-position:-48px -72px}.react-tel-input .bz{background-position:-72px -72px}.react-tel-input .ca{background-position:-96px -72px}.react-tel-input .cc{background-position:-120px -72px}.react-tel-input .cd{background-position:-144px -72px}.react-tel-input .cf{background-position:-168px -72px}.react-tel-input .cg{background-position:-192px -72px}.react-tel-input .ch{background-position:-216px -72px}.react-tel-input .ci{background-position:-240px -72px}.react-tel-input .ck{background-position:-264px -72px}.react-tel-input .cl{background-position:-288px -72px}.react-tel-input .cm{background-position:-312px -72px}.react-tel-input .cn{background-position:-336px -72px}.react-tel-input .co{background-position:-360px -72px}.react-tel-input .cr{background-position:-384px -72px}.react-tel-input .cu{background-position:0 -96px}.react-tel-input .cv{background-position:-24px -96px}.react-tel-input .cw{background-position:-48px -96px}.react-tel-input .cx{background-position:-72px -96px}.react-tel-input .cy{background-position:-96px -96px}.react-tel-input .cz{background-position:-120px -96px}.react-tel-input .de{background-position:-144px -96px}.react-tel-input .dj{background-position:-168px -96px}.react-tel-input .dk{background-position:-192px -96px}.react-tel-input .dm{background-position:-216px -96px}.react-tel-input .do{background-position:-240px -96px}.react-tel-input .dz{background-position:-264px -96px}.react-tel-input .ec{background-position:-288px -96px}.react-tel-input .ee{background-position:-312px -96px}.react-tel-input .eg{background-position:-336px -96px}.react-tel-input .eh{background-position:-360px -96px}.react-tel-input .er{background-position:-384px -96px}.react-tel-input .es{background-position:0 -120px}.react-tel-input .et{background-position:-24px -120px}.react-tel-input .eu{background-position:-48px -120px}.react-tel-input .fi{background-position:-72px -120px}.react-tel-input .fj{background-position:-96px -120px}.react-tel-input .fk{background-position:-120px -120px}.react-tel-input .fm{background-position:-144px -120px}.react-tel-input .fo{background-position:-168px -120px}.react-tel-input .fr{background-position:-192px -120px}.react-tel-input .ga{background-position:-216px -120px}.react-tel-input .gb{background-position:-240px -120px}.react-tel-input .gd{background-position:-264px -120px}.react-tel-input .ge{background-position:-288px -120px}.react-tel-input .gg{background-position:-312px -120px}.react-tel-input .gh{background-position:-336px -120px}.react-tel-input .gi{background-position:-360px -120px}.react-tel-input .gl{background-position:-384px -120px}.react-tel-input .gm{background-position:0 -144px}.react-tel-input .gn{background-position:-24px -144px}.react-tel-input .gq{background-position:-48px -144px}.react-tel-input .gr{background-position:-72px -144px}.react-tel-input .gs{background-position:-96px -144px}.react-tel-input .gt{background-position:-120px -144px}.react-tel-input .gu{background-position:-144px -144px}.react-tel-input .gw{background-position:-168px -144px}.react-tel-input .gy{background-position:-192px -144px}.react-tel-input .hk{background-position:-216px -144px}.react-tel-input .hn{background-position:-240px -144px}.react-tel-input .hr{background-position:-264px -144px}.react-tel-input .ht{background-position:-288px -144px}.react-tel-input .hu{background-position:-312px -144px}.react-tel-input .ic{background-position:-336px -144px}.react-tel-input .id{background-position:-360px -144px}.react-tel-input .ie{background-position:-384px -144px}.react-tel-input .il{background-position:0 -168px}.react-tel-input .im{background-position:-24px -168px}.react-tel-input .in{background-position:-48px -168px}.react-tel-input .iq{background-position:-72px -168px}.react-tel-input .ir{background-position:-96px -168px}.react-tel-input .is{background-position:-120px -168px}.react-tel-input .it{background-position:-144px -168px}.react-tel-input .je{background-position:-168px -168px}.react-tel-input .jm{background-position:-192px -168px}.react-tel-input .jo{background-position:-216px -168px}.react-tel-input .jp{background-position:-240px -168px}.react-tel-input .ke{background-position:-264px -168px}.react-tel-input .kg{background-position:-288px -168px}.react-tel-input .kh{background-position:-312px -168px}.react-tel-input .ki{background-position:-336px -168px}.react-tel-input .xk{background-position:-144px 0}.react-tel-input .km{background-position:-360px -168px}.react-tel-input .kn{background-position:-384px -168px}.react-tel-input .kp{background-position:0 -192px}.react-tel-input .kr{background-position:-24px -192px}.react-tel-input .kw{background-position:-48px -192px}.react-tel-input .ky{background-position:-72px -192px}.react-tel-input .kz{background-position:-96px -192px}.react-tel-input .la{background-position:-120px -192px}.react-tel-input .lb{background-position:-144px -192px}.react-tel-input .lc{background-position:-168px -192px}.react-tel-input .li{background-position:-192px -192px}.react-tel-input .lk{background-position:-216px -192px}.react-tel-input .lr{background-position:-240px -192px}.react-tel-input .ls{background-position:-264px -192px}.react-tel-input .lt{background-position:-288px -192px}.react-tel-input .lu{background-position:-312px -192px}.react-tel-input .lv{background-position:-336px -192px}.react-tel-input .ly{background-position:-360px -192px}.react-tel-input .ma{background-position:-384px -192px}.react-tel-input .mc{background-position:0 -216px}.react-tel-input .md{background-position:-24px -216px}.react-tel-input .me{background-position:-48px -216px}.react-tel-input .mf{background-position:-72px -216px}.react-tel-input .mg{background-position:-96px -216px}.react-tel-input .mh{background-position:-120px -216px}.react-tel-input .mk{background-position:-144px -216px}.react-tel-input .ml{background-position:-168px -216px}.react-tel-input .mm{background-position:-192px -216px}.react-tel-input .mn{background-position:-216px -216px}.react-tel-input .mo{background-position:-240px -216px}.react-tel-input .mp{background-position:-264px -216px}.react-tel-input .mq{background-position:-288px -216px}.react-tel-input .mr{background-position:-312px -216px}.react-tel-input .ms{background-position:-336px -216px}.react-tel-input .mt{background-position:-360px -216px}.react-tel-input .mu{background-position:-384px -216px}.react-tel-input .mv{background-position:0 -240px}.react-tel-input .mw{background-position:-24px -240px}.react-tel-input .mx{background-position:-48px -240px}.react-tel-input .my{background-position:-72px -240px}.react-tel-input .mz{background-position:-96px -240px}.react-tel-input .na{background-position:-120px -240px}.react-tel-input .nc{background-position:-144px -240px}.react-tel-input .ne{background-position:-168px -240px}.react-tel-input .nf{background-position:-192px -240px}.react-tel-input .ng{background-position:-216px -240px}.react-tel-input .ni{background-position:-240px -240px}.react-tel-input .nl{background-position:-264px -240px}.react-tel-input .no{background-position:-288px -240px}.react-tel-input .np{background-position:-312px -240px}.react-tel-input .nr{background-position:-336px -240px}.react-tel-input .nu{background-position:-360px -240px}.react-tel-input .nz{background-position:-384px -240px}.react-tel-input .om{background-position:0 -264px}.react-tel-input .pa{background-position:-24px -264px}.react-tel-input .pe{background-position:-48px -264px}.react-tel-input .pf{background-position:-72px -264px}.react-tel-input .pg{background-position:-96px -264px}.react-tel-input .ph{background-position:-120px -264px}.react-tel-input .pk{background-position:-192px -264px}.react-tel-input .pl{background-position:-216px -264px}.react-tel-input .pn{background-position:-240px -264px}.react-tel-input .pr{background-position:-264px -264px}.react-tel-input .ps{background-position:-288px -264px}.react-tel-input .pt{background-position:-312px -264px}.react-tel-input .pw{background-position:-336px -264px}.react-tel-input .py{background-position:-360px -264px}.react-tel-input .qa{background-position:-384px -264px}.react-tel-input .ro{background-position:0 -288px}.react-tel-input .rs{background-position:-24px -288px}.react-tel-input .ru{background-position:-48px -288px}.react-tel-input .rw{background-position:-72px -288px}.react-tel-input .sa{background-position:-96px -288px}.react-tel-input .sb{background-position:-120px -288px}.react-tel-input .sc{background-position:-144px -288px}.react-tel-input .sd{background-position:-168px -288px}.react-tel-input .se{background-position:-192px -288px}.react-tel-input .sg{background-position:-216px -288px}.react-tel-input .sh{background-position:-240px -288px}.react-tel-input .si{background-position:-264px -288px}.react-tel-input .sk{background-position:-288px -288px}.react-tel-input .sl{background-position:-312px -288px}.react-tel-input .sm{background-position:-336px -288px}.react-tel-input .sn{background-position:-360px -288px}.react-tel-input .so{background-position:-384px -288px}.react-tel-input .sr{background-position:0 -312px}.react-tel-input .ss{background-position:-24px -312px}.react-tel-input .st{background-position:-48px -312px}.react-tel-input .sv{background-position:-72px -312px}.react-tel-input .sy{background-position:-96px -312px}.react-tel-input .sz{background-position:-120px -312px}.react-tel-input .tc{background-position:-144px -312px}.react-tel-input .td{background-position:-168px -312px}.react-tel-input .tf{background-position:-192px -312px}.react-tel-input .tg{background-position:-216px -312px}.react-tel-input .th{background-position:-240px -312px}.react-tel-input .tj{background-position:-264px -312px}.react-tel-input .tk{background-position:-288px -312px}.react-tel-input .tl{background-position:-312px -312px}.react-tel-input .tm{background-position:-336px -312px}.react-tel-input .tn{background-position:-360px -312px}.react-tel-input .to{background-position:-384px -312px}.react-tel-input .tr{background-position:0 -336px}.react-tel-input .tt{background-position:-24px -336px}.react-tel-input .tv{background-position:-48px -336px}.react-tel-input .tw{background-position:-72px -336px}.react-tel-input .tz{background-position:-96px -336px}.react-tel-input .ua{background-position:-120px -336px}.react-tel-input .ug{background-position:-144px -336px}.react-tel-input .us{background-position:-168px -336px}.react-tel-input .uy{background-position:-192px -336px}.react-tel-input .uz{background-position:-216px -336px}.react-tel-input .va{background-position:-240px -336px}.react-tel-input .vc{background-position:-264px -336px}.react-tel-input .ve{background-position:-288px -336px}.react-tel-input .vg{background-position:-312px -336px}.react-tel-input .vi{background-position:-336px -336px}.react-tel-input .vn{background-position:-360px -336px}.react-tel-input .vu{background-position:-384px -336px}.react-tel-input .wf{background-position:0 -360px}.react-tel-input .ws{background-position:-24px -360px}.react-tel-input .ye{background-position:-48px -360px}.react-tel-input .za{background-position:-96px -360px}.react-tel-input .zm{background-position:-120px -360px}.react-tel-input .zw{background-position:-144px -360px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{font-size:16px;background:#FFFFFF;border:1px solid #CACACA;border-radius:5px;width:300px;outline:none;padding:18.5px 14px 18.5px 60px;transition:box-shadow ease .25s,border-color ease .25s;color:#495057}.react-tel-input .form-control:focus{background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.react-tel-input .form-control:focus.invalid-number{box-shadow:0 0 0 .2rem rgba(222,0,0,0.25)}.react-tel-input .form-control.invalid-number{border:1px solid #f44336}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:52px;height:100%;padding:0 0 0 11px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:before{content:'';display:block;position:absolute;top:2px;bottom:2px;left:0;width:100%;border-radius:4px 2px 2px 4px;border:1px solid transparent;transition:box-shadow ease .25s,border-color ease .25s}.react-tel-input .selected-flag:focus:before,.react-tel-input .selected-flag.open:before{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-12px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-1px;left:29px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 18px rgba(0,0,0,0.25);background-color:white;width:300px;max-height:220px;overflow-y:scroll;border-radius:7px}.react-tel-input .country-list .flag{display:inline-block;position:absolute;left:13px;top:8px}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{position:relative;padding:12px 9px 13px 46px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{z-index:2;position:-webkit-sticky;position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{display:none;font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:25px;top:-7px;background:#fff;padding:0 5px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:25px;top:-7px;background:#fff;padding:0 5px;white-space:nowrap}
.home-grid-sec{margin: 10px 0 0; border-radius: 30px; background-color: var(--white-color); border: 1px solid var(--light-color); padding: 10px;}
.home-grid-sec h2{margin: 0;}
.home-grid-sec h2.home-grid-title { margin-bottom: 0px; color: var(--primary-color); font-weight: 600; font-size: 30px; position: relative; text-transform: uppercase; display: flex; align-items: center; gap: 10px; padding:0 5px; z-index: 11;}
.home-grid-sec h2.home-grid-title::before {content: ''; height: 25px; width: 8px; display: flex; align-items: center; justify-content: center; background-color: var(--primary-color); }
.home-grid-sec h2.home-grid-title::after { content: attr(title); position: absolute; font-size: 200%; top: -10px; left: 0px; line-height: 1; z-index: -1; opacity: 0.15;}

@media (max-width:999px) {
    .home-grid-sec h2.home-grid-title{font-size: 20px;}
    .home-grid-sec h2.home-grid-title::after { font-size: 160%; top: -2px; }
    .home-grid-sec h2.home-grid-title{font-size: 20px;}
}
@media (max-width:767px) {
    .home-grid .col{padding: 3px;}
}
@media (max-width:480px) {
    .home-grid-sec { margin: 6px 0 0; border-radius: 15px; padding: 6px; }
    .home-grid-sec h2.home-grid-title{font-size: 18px;}
    .home-grid-sec h2.home-grid-title::after { font-size: 140%; top: 0; }
    .home-grid-sec h2.home-grid-title::before{width: 6px;}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(/static/media/slick.295183786cd8a1389865.woff) format('woff'), url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format('truetype'), url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-slider{margin-top: 10px;}
.slick-slider .slick-slide img{border-radius: 15px;}

@media (max-width:480px) {
    .home-top-slider .slick-list { padding-left: 0 !important; }
}
.home-grid{display: flex; flex-wrap: wrap;}
.home-grid .col{width: 25%; padding:5px 5px;}
.home-grid .col img{border-radius: 15px; width: 100%;}
@media (max-width:999px) {
    .home-grid .col{width: 33.33%;}
}
@media (max-width:480px) {
    .home-grid .col{width: 50%;}
    .home-grid .col { padding: 3px; }

}
.browser-banner .browser-banner-grid { display: flex; }
.browser-banner .browser-banner-grid .col{ width: 50%; padding: 0 5px; position: relative;}
.browser-banner .browser-banner-grid .overlay { position: absolute; top: 50%; z-index: 11; color: #fff; transform: translateY(-50%); padding: 2rem; }
.browser-banner .browser-banner-grid .overlay h4 { font-size: 30px; color: var(--white-color); font-weight: 600; max-width: 360px; line-height: 1.2; margin:0 0 18px; }
.browser-banner .browser-banner-grid .col img{width: 100%; border-radius: 30px;}

@media (max-width:999px) {
    .browser-banner .browser-banner-grid .overlay h4{font-size: 18px;}
    .browser-banner .browser-banner-grid .overlay { padding: 1rem; max-width: 260px; }
}
@media (max-width:767px) {
    .browser-banner .browser-banner-grid{flex-wrap: wrap; gap: 6px;}
    .browser-banner .browser-banner-grid .col{width: 100%;}
}
@media (max-width:480px) {
    .browser-banner .browser-banner-grid .col{padding: 0;}
    .browser-banner .browser-banner-grid .overlay { padding: 0.69em; max-width: 227px; }
    .browser-banner .browser-banner-grid .overlay h4{font-size: 17px; margin: 0 0 10px;}
    .browser-banner .browser-banner-grid .col img { border-radius: 15px; }
}
.service-box-sec .row { display: flex; margin: 10px -5px 0; flex-wrap: nowrap;}
.service-box-sec .row .col{width: 33.33%; padding: 0 5px;}
.service-box-sec .row .col .service-box { border-radius: 30px; background-color: var(--white-color); border: 1px solid var(--light-color); padding: 2em 2em; text-align: center; height: 100%;}
.service-box-sec .row .col .service-box .icon{ display: inline-flex; align-items: center; justify-content: center; padding: 10px; border-radius: 80px; background: var(--primary-light); }
.service-box-sec .row .col .service-box .icon svg{ height: 35px; width: 35px; fill: var(--primary-color);}
.service-box-sec .row .col .service-box .icon svg path{fill: var(--primary-color);}
.service-box-sec .row .col .service-box h2{ font-size: 20px; color: var(--primary-color); font-weight: 600; margin-bottom: .5rem; line-height: 1.2;}

@media (max-width:767px) {
    .service-box-sec .row .col .service-box h2{font-size: 16px;}
}
@media (max-width:767px) {
    .service-box-sec .row .col{width: 100%;}
    .service-box-sec .row .col .service-box h2{font-size: 12px;}
    .service-box-sec .row .col .service-box{padding: 10px; border-radius: 10px;}
    .service-box-sec .row .col .service-box .icon svg{width: 22px; height: 22px;}
}
@media (max-width:480px) {
    .service-box-sec .row .col .service-box h2{font-size: 10px; margin: 2px 0 0;}
    .service-box-sec .row .col .service-box{padding: 5px;}
    .service-box-sec .row .col { padding: 0 2px; }
}
.home-tab{margin: 10px 0 0;}
.home-tab .tab-header{ display: flex; justify-content: space-between; list-style: none; margin: 0; padding: 0; }
.home-tab .tab-header button { position: relative; font-weight: 600; font-size: 16px; line-height: normal; color: var(--white-color); background: var(--primary-gradient); cursor: pointer; text-align: center; transition: 0.1s ease-in-out; display: flex; flex: auto; align-items: center; justify-content: center; padding: 10px; margin: 0; }
.home-tab .tab-header button svg, .home-tab .tab-header button img{margin-right: 8px; width: 20px; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(246deg) brightness(106%) contrast(102%);}
.home-tab .tab-header button.active svg, .home-tab .tab-header button.active img{filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(304deg) brightness(100%) contrast(102%);}
.home-tab .tab-header button.active { position: relative; color: var(--text-color); background: var(--white-color); z-index: 1; box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1); }
.home-tab .tab-header button:first-child { border-top-left-radius: 30px; }
.home-tab .tab-header button:last-child { border-top-right-radius: 30px; }

.home-tab .tab-content{ position: relative; background-color: var(--white-color); border-top: none; border-radius: 0 0 30px 30px; padding: 20px; box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1); z-index: 9; overflow: hidden}
.home-tab .tab-content .tab-panel{transform: translateY(-100%); transition: 0.5s; position: absolute; top: 0; left: 0; width: 100%; height: 420px; overflow: hidden; overflow-y: auto; }
.home-tab .tab-content .tab-panel.active{transform: translateY(0%); position: relative;}
.home-tab .sport-name{visibility: hidden; opacity: 0; pointer-events: none;}
.home-tab .tab-content .tab-panel::-webkit-scrollbar { width: 5px; }
.home-tab .tab-content .tab-panel::-webkit-scrollbar-track { background: var(--border-color); }
.home-tab .tab-content .tab-panel::-webkit-scrollbar-thumb { background: var(--text-color); }
.home-tab .tab-content .tab-panel::-webkit-scrollbar-thumb:hover { background: var(--text-color); }

@media (max-width:1150px) {
    .home-tab .tab-header button{min-width: 90px; font-size: 14px; white-space: nowrap;}
    .home-tab .tab-header { overflow: hidden; overflow-x: auto; scrollbar-width: none; border-radius: 30px 30px 0 0; }
}
@media (max-width:767px) {
    .home-tab .tab-content{padding: 15px;}
    .home-tab .tab-header button{flex: none; min-width: auto;}
}
@media (max-width:480px) {
    .home-tab .tab-content{padding: 15px 8px;}
}
.sport-all-data{padding: 5px; background-color: var(--white-color); border: 1px solid var(--border-color); border-radius: 20px; margin: 0 0 10px; display: flex; flex-wrap: wrap; overflow: auto;}
.sport-all-data .match-wrapper{ flex-grow: 1; flex-shrink: 1; flex-basis: calc(50% - 20px); }
.sport-all-data .heading { background: var(--primary-gradient); border-radius: 30px; display: flex; justify-content: space-between; padding:3px 10px; flex-wrap: wrap;}
.sport-all-data .heading .odds-heading { display: flex; justify-content: space-around; width: 392px;}
.sport-all-data .heading .heading-text {color: var(--white-color); font-weight: 600; display: flex; align-items: center; gap: 5px;}
.sport-all-data .match-data .series-title{background-color: var(--primary-light); color: var(--primary-color); text-align: left; padding: 3px 10px 3px; margin: 4px -5px 4px; border-radius: 0; font-weight: 600; position: relative; font-size: 14px; line-height: 1;}
.sport-all-data .match-data .match-info-row{display: flex; justify-content: space-between; align-items: center; padding: 3px 0; gap:5px; line-height: 1;}
.sport-all-data .match-data .match-info-row:hover{background: var(--light-color);}
.sport-all-data .match-data .match-info-row + .match-info-row{border-top: 1px solid var(--border-color);}
.sport-all-data .match-data .match-info-row .match-name{font-size: 15px; display: flex; align-items: center; gap: 5px; width: 100%;}
.sport-all-data .match-data .match-info-row .match-date{font-size: 13px; border: 1px solid var(--primary-color); border-radius: 10px; padding: 4px 8px; font-weight: 400; line-height: 12px; white-space: nowrap; color: var(--primary-color); display: inline-block;     margin-right: 5px;}
.sport-all-data .match-data .match-info-row .match-live-status{ color: var(--white-color); cursor: pointer; display: inline-block; font-size: 11px; padding: 3.5px 15px; text-align: center; font-weight: 400; line-height: 1; text-transform: uppercase; background-color: #32962a; border: 1px solid #32962a; border-radius: 60px; animation: glowing 1200ms infinite; transition: 0.5s; display: none;}
@keyframes glowing {
    0% {
    background-color: #32962a;
    color: var(--white-color);
    }
    50% {
    background-color: transparent;
    color: #32962a;
    }
    100% {
    background-color: #32962a;
    color: var(--white-color);
    }
}
.sport-all-data .match-data .match-info-row .match-update { display: flex; gap: 6px; align-items: center; justify-content: space-between; }
.sport-all-data .match-data .match-info-row .match-update .match-live-status{display: none !important;}
.sport-all-data .match-data .match-info-row .match-stream { display: flex; gap: 0 5px; margin-left: auto; align-items: end;}
.sport-all-data .match-data .match-info-row .match-stream .box{ display: flex; flex-direction: column; line-height: 1; text-align: center; font-size: 12px;}
.sport-all-data .match-data .match-info-row .match-stream .box .blue-bg{background: var(--primary-color); color: var(--white-color); border-radius: 4px; padding: 2px 4px; text-transform:uppercase;}
.match-odds { display: flex; justify-content: space-between; position: relative; gap: 4px;}
.match-odds .suspended { background: #000000b0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 8px; color: red; text-align: center; padding: 7px; text-transform: uppercase; font-weight: 600; z-index: 1; display: flex; align-items: center; justify-content: center; line-height: 1.5; font-size: 15px;}
.match-odds .box{ display: flex; gap: 4px;}
.match-odds .box span{display: inline-flex; align-items: center; justify-content: center; height: 36px; width: 62px; border-radius: 5px; font-weight: 600; font-size: 18px; flex-direction: column; vertical-align: top; line-height: 1; background-color: var(--lightblue-color);}
.match-odds .box span.lock{pointer-events: none;}
.match-odds .box span small{font-size: 11px; font-weight: 400;}
.match-odds .box span .fa-lock{font-size: 90%; opacity: 0.7; pointer-events:none;}
.match-odds .box span.pink{background-color: var(--lightpink-color);}

.short-score{display: flex; min-width: 62px; max-width: 62px; height: 28px; border-radius: 3px; overflow: hidden; position: relative;}
.short-score .block{flex:1 1; display: flex; flex-direction: column; justify-content: center; height: 100%; width: 50%;}
.short-score .block span{color: var(--white-color);font-size: 12px; font-weight: 600; line-height: 1; padding: 1px; text-align: center; animation: inplayTxtAnim 2s linear infinite; animation-delay: 1s;}
.short-score .block.left{background-color: #45ba77;}
.short-score .block.right{background-color: #20a855;}


/* Animation Inplay */
@keyframes inplayTxtAnim {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}

@keyframes animate1 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

  @keyframes animate2 {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(100%); }
  }

  @keyframes animate3 {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }

  @keyframes animate4 {
    0% { transform: translateY(100%); }
    100% { transform: translateY(-100%); }
  }
.short-score .animBorder { overflow: hidden; position: absolute; left: 0; top: 0; height: 100%; width: 100%; }
.short-score .animBorder span:nth-child(1) { position: absolute; top: 0; right: 0; width: 100%; height: 3px; background: linear-gradient(to right,#45ba77, red); animation: animate1 2s linear infinite; }
.short-score  .animBorder span:nth-child(2) { position: absolute; top: 0; right: 0; height: 100%; width: 3px; background: linear-gradient(to bottom,#45ba77, red); animation: animate2 2s linear infinite; animation-delay: 1s; }
.short-score .animBorder span:nth-child(3) { position: absolute; bottom: 0; right: 0; width: 100%; height: 3px; background: linear-gradient(to left,#45ba77, red); animation: animate3 2s linear infinite; }
.short-score .animBorder span:nth-child(4) { position: absolute; top: 0; left: 0; height: 100%; width: 3px; background: linear-gradient(to top,#45ba77, red); animation: animate4 2s linear infinite; animation-delay: 1s; }


@media (max-width:1280px) {
    .sport-all-data .match-data .match-info-row .match-stream .box{font-size: 11px;}
    .sport-all-data .match-data .match-info-row .match-name{font-size: 14px;}
}
@media (max-width:1150px) {
    .sport-all-data{overflow: auto;}
    .sport-all-data .match-data .match-info-row .match-name{font-size: 14px; min-width: 400px;}
}
@media (max-width:767px) {
  .match-odds, .match-odds .box{gap: 3px;}
    .match-odds .box span {font-size: 17px; padding: 0 2px; width: 50px; height: 34px;}
    .sport-all-data .heading .odds-heading{display: none;}
    .sport-all-data .match-data .match-info-row{flex-direction: column;}
    .sport-all-data .match-data .match-info-row .match-update{width: 100%;}
    .sport-all-data .match-data .match-info-row .match-name{width: 100%; font-size: 13px; min-width: auto;}
    .match-odds{width: 100%;}
    .sport-all-data .match-data .match-info-row .match-name .match-live-status{display: none;}
    .sport-all-data .match-data .match-info-row .match-update .match-live-status{display: inline-block;}
    .sport-all-data .match-data .match-info-row .match-date{font-size: 12px; margin-right: 0;}
    .match-odds .suspended{font-size: 13px;}

    /* 29-1-25 */
    .match-odds .box{flex: 1 1;}
    .match-odds .box span{width: 100%;}
}

footer.footer .footer-row { padding:2em 15px 16px; border-radius: 30px; border: 1px solid var(--light-color); background-color: var(--white-color); text-align: center; margin: 10px 0;}
.footer-logo a { display: inline-block; width: 137px; margin: 0 0 10px;}
.footer-content p { line-height: 1.28; margin: 0 auto 0; width: 78%; }
.footer-contact{margin: 16px 0 0;}
.footer-contact h3 { color: var(--primary-color); font-size: 15px; font-weight: 600; margin: 0; }
.footer-contact ul.footer-social { display: flex; align-items: center; justify-content: center; }
.footer-contact ul.footer-social li { width: 30px; margin: 8px 5px; }
.footer-contact .contact-num { display: flex; align-items: center; justify-content: center; gap: 7px; }
.footer-links { display: flex; align-items: center; justify-content: center; gap:0 10px; flex-wrap: wrap; margin: 10px 0 0; }
.footer-links .link a{color: var(--primary-color); line-height: 1.3;}
.footer-links .link:not(:last-child):after { content: '|'; display: inline-block; vertical-align: middle; line-height: 1; margin-left: 5px; color: var(--primary-color);}

@media (max-width:480px) {
    .footer-content p{width: 100%;}
    footer.footer .footer-row{padding: 2em 8px 16px;}

}
.side-sport-menu { position: fixed; left: 32px; top: calc(50% + 45px); transform: translateY(-50%); z-index: 111; }
.side-sport-menu ul{display: flex; flex-direction: column;}
.side-sport-menu ul::before{background: var(--sidemenu-bg);content: ''; padding-top: 40px; border-top-left-radius: 50px; border-top-right-radius: 50px; }
.side-sport-menu ul:after{background: var(--sidemenu-bg);content: ''; padding-bottom: 40px; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px;}
.side-sport-menu ul li{margin: 0; position: relative; background: var(--sidemenu-bg);}
.side-sport-menu ul li a { display: flex; transition: 0.5s all ease-in-out linear;  min-height: 76px; width: 68px; margin: 0; padding: 0; flex-direction: column; align-items: center; justify-content: center; }
.side-sport-menu ul li:hover a {padding-left: 20px; flex-direction: row; justify-content: flex-start; gap: 5px; white-space: nowrap;}
.side-sport-menu ul li:hover, .side-sport-menu ul li.active{background: transparent;}
.side-sport-menu ul li::after{content: ''; position: absolute; top: 0; left: 0;background-color: var(--sidemenu-bg); -webkit-mask: url(/static/media/Asset.e69ae19727febca2cd8e.svg) no-repeat 100% 100%; mask: url(/static/media/Asset.e69ae19727febca2cd8e.svg) no-repeat 100% 100%; -webkit-mask-size: 100% 100%; mask-size: 100% 100%; -webkit-mask: url(/static/media/Asset.e69ae19727febca2cd8e.svg) no-repeat 100% 100%; -webkit-mask-size: auto 100%; height: 100%; width: 100%; opacity: 0; transition: none; pointer-events: none;}
.side-sport-menu ul li:hover::after, .side-sport-menu ul li a.active::after{opacity: 1;}
.side-sport-menu ul li a span.icon{ min-width: 42px; min-height: 42px; background: rgba(239, 239, 239, 0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0;}
.side-sport-menu ul li:hover span.icon, .side-sport-menu ul li a.active span.icon{ background: #fff;}
.side-sport-menu ul li a span.icon svg{width: 20px; height: 20px; fill: none;}
.side-sport-menu ul li span.icon svg[fill], .side-sport-menu ul li a span.icon svg[fill]{fill: var(--sidemenu-text);}
.side-sport-menu ul li span.icon svg path[stroke], .side-sport-menu ul li a span.icon svg path[stroke]{stroke: var(--sidemenu-text);}
.side-sport-menu ul li span.icon svg path[fill], .side-sport-menu ul li a span.icon svg path[fill]{fill: var(--sidemenu-text);}
.side-sport-menu ul li span.icon svg circle, .side-sport-menu ul li a span.icon svg circle{stroke: var(--sidemenu-text);}

.side-sport-menu ul li:hover span.icon svg[fill], .side-sport-menu ul li a.active span.icon svg[fill]{fill: var(--sidemenu-text-hover);}
.side-sport-menu ul li:hover span.icon svg path[fill], .side-sport-menu ul li a.active span.icon svg path[fill]{fill: var(--sidemenu-text-hover);}
.side-sport-menu ul li:hover span.icon svg path[stroke], .side-sport-menu ul li a.active span.icon svg path[stroke]{stroke: var(--sidemenu-text-hover);}
.side-sport-menu ul li:hover span.icon svg circle, .side-sport-menu ul li a.active span.icon svg circle{stroke: var(--sidemenu-text-hover);}
.side-sport-menu ul li a span:not(.icon){color: var(--sidemenu-text);padding: 5px; border-radius: 5px; font-size: 12.5px; line-height: 12px; text-align: center;}
.side-sport-menu ul li:hover span:not(.icon), .side-sport-menu ul li a.active span:not(.icon){background: var(--sidemenu-bg); }
body.page-with-side-menu main.main-content, body.page-with-side-menu footer{ padding-left: 120px; }

@media (max-width:1280px) {
    body.page-with-side-menu main.main-content, body.page-with-side-menu footer { padding-left: 80px; }
    .side-sport-menu{left: 16px;}
}
@media (max-height:800px) {
    .side-sport-menu ul li a span:not(.icon){font-size: 11px; padding: 3px; line-height: 10px;}
    .side-sport-menu ul li a span.icon svg { width: 18px; height: 18px; }
    .side-sport-menu ul li a { min-height: 62px; width: 60px; }
    .side-sport-menu ul li a span.icon { min-width: 30px; min-height: 30px; }
    .side-sport-menu ul:after{ padding-bottom: 28px; }
    .side-sport-menu ul::before { padding-top: 28px; }
}
@media (max-width:999px) {
    body.page-with-side-menu main.main-content, body.page-with-side-menu footer { padding-left: 0; }
    .side-sport-menu{display: none;}
}


.live-casino-banner img{aspect-ratio: auto;}
.game-provider-list{margin: 10px 0 0;}
.game-provider-list .swiper-slide { background: var(--light-color4); border: 1px solid var(--primary-color);; white-space: nowrap; margin: 0; border-radius: 6px; transform: skew(-14deg, 0deg) !important; margin: 0 10px;}
.game-provider-list .swiper-slide:hover, .game-provider-list .swiper-slide.active{background: var(--primary-gradient); }
.game-provider-list .swiper-slide span { white-space: nowrap; padding: 10px; line-height: normal; font-size: 22px; font-weight: 700; text-transform: uppercase; margin: 0; transform: skew(14deg, 0deg); background: transparent; border: 0; height: 61px; display: flex; align-items: center; min-width: 130px; justify-content: center; cursor: pointer;}
.game-provider-list .swiper-slide:hover span, .game-provider-list .swiper-slide.active span{color: var(--white-color);}
.search-with-swiper { background: var(--white-color); padding: 10px 120px 10px 10px !important; margin: 10px 0!important; display: flex; position: relative; z-index: 111; border-radius: 20px;}
.search-with-swiper .search-dropdown{top: 0; height: 100%; padding: 10px;}
.search-with-swiper .search-dropdown button .icon, .game-category-list .swiper-slide .game-tab .icon{width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;}
.search-with-swiper .game-category-list { margin: 0; display: flex; }
.game-category-list .swiper-slide .game-tab { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--light-color3); padding: 8px 20px; border-radius: 8px; font-size: 18px; color: var(--primary-color); gap: 4px 0; cursor: pointer; height: 100%;}
.game-category-list .swiper-slide .game-tab.active { background: var(--primary-gradient); color: var(--white-color);}
.search-dropdown { display: flex; min-width: 79px; position: absolute; z-index: 1; border-radius: 8px; top: 10px; right: 0; height: 79px; padding: 0 10px; background: var(--white-color);}
.search-dropdown button { display: flex; flex-direction: column; align-items: center; justify-content: center; background: #E8EAF6; padding: 8px 20px; border-radius: 8px; font-size: 18px; color: var(--primary-color); gap: 4px 0; }
.dropdown.search-dropdown .dropdown-menu { min-width: 350px; box-shadow: 0 0 90px 0px #000; right: 15px; border-radius: 0;}
.dropdown.search-dropdown .dropdown-menu input{ border-radius: 0;}
.dropdown.search-dropdown .dropdown-menu .search-result { position: absolute; top: 100%; left: 0; width: 100%; background: #ffffff; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); border-radius: 0 0 10px 10px; z-index: 99; display: inline-block; max-height: 315px; overflow: hidden; overflow-y: auto; padding: 15px; }
.dropdown.search-dropdown .dropdown-menu .search-result li { width: 100%; display: inline-block; list-style: none; padding: 0; margin: 0 0 5px; font-weight: 400; font-size: 15px; line-height: normal; color: var(--text-color); border: 0; text-align: left; cursor: pointer;}
.dropdown.search-dropdown .dropdown-menu .search-result li:hover{color: var(--primary-color);}
.game-provider-list, .search-with-swiper .game-category-list { overflow: auto !important; display: flex !important; padding-bottom: 2px !important;}

.casino-grid-sec{padding: 15px; margin: 15px 0 0;}
.casino-grid { grid-gap: 10px; gap: 10px; display: grid; grid-template-columns: repeat(5, 1fr); }
.casino-grid .col{position: relative; padding: 0; border-radius: 15px; width: 100%; overflow: hidden;}
.casino-grid .col img{ aspect-ratio: 1 / 0.691; object-fit: cover; object-position: center; background: var(--black-color);}
.casino-grid .title { position: absolute; bottom: 0; left: 0; width: 100%; color: var(--white-color); display: flex; justify-content: space-between; padding: 5px 10px; z-index: 2; line-height: 1; font-size: 13px;}
.casino-grid .title::after{content: ''; background: var(--primary-color); position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.7; pointer-events: none; z-index: -1;}
.casino-grid .title i { margin: 3px 0 0; }
.casino-grid .login-btn-overlay { position: absolute; left: 0; top: -100%; z-index: 1; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 1; transition: 0.5s all ease-in-out;}
.casino-grid .col:hover .login-btn-overlay, .casino-grid .col:focus .login-btn-overlay, .casino-grid .col:active .login-btn-overlay  { top:0; transition: 0.5s all ease-in-out;}
.casino-grid .login-btn-overlay::after{content: ''; background: var(--black-color); position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.5; pointer-events: none; z-index: -1;}
.casino-grid .login-btn-overlay .btn { background: var(--white-color); color: var(--text-color); font-weight: 400; text-transform: uppercase;}

.game-iframe-sec { position: fixed; bottom: 0; left: 0; width: 100%; height: calc(100% - 89px); background: #000; }
.game-iframe-sec iframe{border: 0; width: 100%; height: 100%;}

@media (max-width:1280px) {
    .game-provider-list .swiper-slide a { line-height: normal; font-size: 20px; height: 50px; min-width: 110px; }
    .game-provider-list .swiper-slide span { font-size: 20px; height: 55px; min-width: 120px; }
    .search-with-swiper .search-dropdown button .icon, .game-category-list .swiper-slide .game-tab .icon{width: 30px;}
    .game-category-list .swiper-slide div{font-size: 16px;}
    .search-with-swiper{padding-right: 110px !important}
    .search-dropdown button{font-size: 16px;}
}
@media (max-width:1150px) {
    .casino-grid { grid-template-columns: repeat(4, 1fr); }
    .game-iframe-sec { height: calc(100% - 72px); }
}
@media (max-width:999px) {
    .casino-grid { grid-template-columns: repeat(3, 1fr); }
    .game-provider-list .swiper-slide span { font-size: 18px; height: 50px; min-width: 100px; }
    .game-category-list .swiper-slide div{font-size: 15px; padding: 4px 10px;}
    .search-with-swiper{padding-right: 98px !important; margin: 10px -15px !important; border-radius: 0;}
    .search-dropdown button{font-size: 15px; padding: 8px 15px;}
    .game-iframe-sec { height: calc(100% - 109px); }
}
@media (max-width:767px) {
    .game-provider-list, .search-with-swiper .game-category-list{padding-bottom: 0 !important;}
    .game-provider-list .swiper-slide{margin: 0 4px;}
    .game-provider-list .swiper-slide span { font-size: 14px; height: 34px; min-width: 70px; }
    .search-with-swiper .search-dropdown button .icon, .game-category-list .swiper-slide .game-tab .icon{width: 24px; height: 26px;}
    .search-with-swiper .search-dropdown { padding: 7px; }
    .search-with-swiper { padding: 7px 80px 7px 7px !important; }
    .search-dropdown button{padding: 8px 10px;}
    .game-category-list .swiper-slide div{font-size: 14px; padding: 4px 8px;}
    .game-category-list .swiper-slide{margin-right: 6px !important;}
    .game-category-list .swiper-slide .game-tab { padding: 6px 15px; font-size: 15px; }
    .dropdown.search-dropdown .dropdown-menu{min-width: 300px;}
    .game-iframe-sec { height: calc(100% - 108px); }
    .casino-grid{gap: 5px;}
    .casino-grid .title{font-size: 10px;}
    .casino-grid .col img{border-radius: 10px;}
}
@media (max-width:480px) {
    .search-with-swiper{margin: 10px -5px !important;}
    .game-provider-list .swiper-slide span { font-size: 10px; height: 24px; min-width: 54px; }
    .game-provider-list .swiper-slide{margin: 0 3px;}
    .game-category-list .swiper-slide .game-tab{font-size: 12px;}
    .game-category-list .swiper-slide .game-tab { padding: 5px 8px; font-size: 11px; gap: 2px 0; min-width: 40px; }
    .search-with-swiper { margin: 5px -5px 0!important; padding: 5px 65px 5px 5px !important; }
    .search-with-swiper .search-dropdown button .icon, .game-category-list .swiper-slide .game-tab .icon { width: 19px; height: 27px; }
    .game-category-list .swiper-slide{margin-right: 4px !important;}
    .search-with-swiper .search-dropdown{padding: 5px; min-width: 65px;}
    .search-dropdown button{font-size: 12px;}
    .game-iframe-sec { height: calc(100% - 97px); }
    .casino-grid .title{font-size: 8px;}
}
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

.user-profile { display: grid; grid-template-columns: auto 66.66666667%; grid-gap: 10px; gap: 10px; padding-top: 10px;}
.user-profile .box{padding: 10px 10px; background-color: var(--white-color); border: 1px solid var(--border-color); border-radius: 30px;}
.user-profile .box + .box{margin-top: 10px;}
.user-profile .box .title { display: flex; align-items: center; flex-wrap: wrap; background: var(--primary-gradient); padding: 10px 10px; border-radius: 30px; color: var(--white-color); font-size: 16px; margin-bottom: 10px; line-height: 1.2;}
.user-profile .box p{margin: 0; font-size: 13px; text-align: center;}
.user-profile .box p + p{margin-top: 15px;}
.user-profile .user-icon { height: 60px; width: 60px; border-radius: 50%; overflow: hidden; margin: 0 auto; margin-bottom: 5px; background: var(--primary-color); }
.user-profile .username { text-align: center; font-size: 16px; margin: 0 0 10px; font-weight: 500;}
.user-profile .user-info { display: flex; align-items: center; justify-content: space-between; padding: 10px 0px; flex-wrap: wrap; }
.user-profile .change-psw-link{text-align: center;}
.user-profile .change-psw-link a{ text-decoration: none; color: var(--primary-color); font-size: 15px; font-weight: 600;}
.user-profile .profit-box-row { display: flex; gap: 10px; }
.user-profile .profit-box-row + .profit-box-row{margin-top: 10px;}
.user-profile .profit-box { background-color: var(--light-color2); text-align: center; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 30px; flex: 1 1;}
.user-profile .profit-box p { font-size: 16px; margin: 0;}
.user-profile .profit-box p strong { display: block; color: var(--primary-color); margin: 10px 0 0; }

@media (max-width:999px) {
    .user-profile { grid-template-columns: auto 56.666667%; }
}
@media (max-width:767px) {
    .user-profile { grid-template-columns: 100%; }
}
@media (max-width:480px) {
    .user-profile .profit-box p { font-size: 14px; padding: 0 5px; line-height: 1; }
}
@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: normal;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:not([aria-disabled=true]):hover,
.react-datepicker__month-text:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
.react-datepicker__year-text:not([aria-disabled=true]):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:not([aria-disabled=true]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover, .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  -webkit-clip-path: circle(0);
          clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.account-sec { padding: 15px 0; }
.account-sec .react-datepicker-wrapper{width: 100%;}
.acount-header-filter { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 1em 1em; border-radius: 30px; background-color: var(--white-color); border: 1px solid var(--border-color); flex-wrap: wrap; }
.acount-header-filter .title-wraper { display: flex; align-items: center; gap: 10px; position: relative; z-index: 20; }
.acount-header-filter .title-wraper .v-border { height: 20px; width: 8px; display: flex; align-items: center; justify-content: center; background-color: var(--primary-color); }
.acount-header-filter .title { margin-bottom: 0px; color: var(--primary-color); font-weight: 600; font-size: 25px; position: relative; text-transform: uppercase; display: flex; align-items: center; gap: 10px;}
.acount-header-filter .title.back-icon{cursor: pointer;}
.acount-header-filter .right-filter { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.acount-header-filter .right-filter input, .acount-header-filter .right-filter select { background-color: var(--light-color2); color: var(--text-color); font-size: 15px; border: none; border-radius: 30px; min-width: 140px; height: 32px; padding: 5px 10px; font-weight: 400; font-family: var(--primary-font); max-width: 185px; min-width: 150px;}
.acount-header-filter .right-filter .btns{display: flex; gap: 20px; align-items: center; white-space: nowrap;}
.acount-header-filter .right-filter .btns .btn { font-weight: 400; font-size: 16px; width: 100%; gap: 7px; line-height: 1;}
.acount-header-filter .right-filter .bet-amount { display: flex; align-items: center; gap: 10px; }
.acount-header-filter .right-filter .bet-amount span { display: flex; align-items: center; gap: 2px; }
.account-table { padding: 1em 1em; border-radius: 30px; background-color: var(--white-color); border: 1px solid var(--border-color); margin-top: 20px; overflow: auto;}
.account-table thead { text-align: center; background: var(--primary-gradient); }
.account-table thead th:first-child{ border-top-left-radius: 30px; border-bottom-left-radius: 30px; }
.account-table thead th:last-child{ border-top-right-radius: 30px; border-bottom-right-radius: 30px; }
.account-table thead th{color: var(--white-color); border: 0; font-size: 15px; font-weight: 600; padding: 10px 10px; white-space: nowrap; line-height: 1.5; text-align: center;}
.account-table tbody td { padding: 5px 5px; border: 0; border-bottom: 1px solid var(--border-color); line-height: 1.5; text-align: center;}
.account-table tbody tr:nth-child(odd) { background: var(--light-color2); }
.account-table tbody tr:hover{background: var(--light-color);}
.account-table tbody tr.account-statment-expand.back{background: var(--lightblue-color) !important;}
.account-table tbody tr.account-statment-expand.lay{background: var(--lightpink-color) !important;}
.account-table td.arrow:after{content: ''; border-left: 2px solid #000; border-bottom: 2px solid #000; display: inline-block; padding: 3px; transform: rotate(-45deg);}
.account-table tr.address-header{background: var(--border-color);}

.account-table table.user-data-table tbody tr:hover{background: var(--yellow-color);}
.account-table tr.inner-heading td { font-size: 16px; font-weight: 500; }

@media (max-width:999px) {
    .acount-header-filter .right-filter > div{min-width: 150px; flex: auto;}
    .acount-header-filter .right-filter input, .acount-header-filter .right-filter select{width: 100%; max-width: 100%;}
    .account-table thead th.transaction { min-width: 140px; }
    .account-table thead th.date, .account-table thead th.time, .account-table thead th.event, .account-table thead th.game, .account-table thead th.match, .account-table thead th.beton{ min-width: 210px; }
}
@media (max-width:767px) {
    .acount-header-filter .title{font-size: 20px;}
    .acount-header-filter .title-wraper .v-border{width: 5px;}
    .acount-header-filter .right-filter { gap: 10px 16px; }
    .account-table tr.inner-heading td{font-size: 14px;}
}
@media (max-width:480px) {
    .acount-header-filter .right-filter > div { width: 100%; flex: auto; }
}
.mobile-bottom-menu{display: none; min-height: 50px;}
.mobile-bottom-menu .menu-links { display: flex; background: var(--white-color); justify-content: space-around; padding: 3px 0;     position: fixed; bottom: 0; left: 0; width: 100%; z-index: 111;}
.mobile-bottom-menu .menu-links a, .mobile-bottom-menu .menu-links span { display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 16px; font-weight: 500; color: var(--text-color); line-height: 1.2; cursor: pointer;}
.mobile-bottom-menu .menu-links a.menu-popup-icon { width: 44px; height: 44px; background: var(--primary-color); text-align: center; border-radius: 44px; }
.bottom-menu-popup { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 111111; opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.5s;}
.bottom-menu-popup.open{opacity: 1; visibility: visible; pointer-events: auto;}
.pop-menu-sec { padding: 10px 20px; background-color: var(--white-color); border-radius: 20px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: auto; position: absolute; left: 0; right: 0; text-align: center; bottom: 0; transform: translateY(100%); transition: all 0.5s;}
.pop-menu-sec ul.popup-menu-links { list-style: none; display: inline-flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; margin-bottom: 0px; border-radius: 20px; }
.pop-menu-sec ul.popup-menu-links li{margin: 0;}
.pop-menu-sec ul.popup-menu-links li span{padding: 2px 9px; display: inline-block; border-radius: 30px;}
.pop-menu-sec ul.popup-menu-links li span.active{background: var(--primary-color); color: var(--white-color);}
.bottom-menu-popup.open .pop-menu-sec{bottom: 150px; transform: translateY(0%);}
.bottom-menu-popup .overlay{background: #000; opacity: 0.5; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
@media (max-width:999px) {
    .mobile-bottom-menu{display: flex;}
}
.profile-menu-list { padding: 10px 10px; border-radius: 30px; background-color: var(--white-color); border: 1px solid var(--light-color); display: flex; flex-direction: column; margin-top: 10px; gap: 10px;}
.profile-menu-list a { display: flex; align-items: center; justify-content: start; width: 100%; padding: 5px; border-bottom: 1px solid var(--light-color); gap: 10px; font-size: 15px;}
.profile-menu-list a .icon{ height: 30px; width: 30px; border-radius: 40px; background-color: var(--light-color2); display: flex; align-items: center; justify-content: center;}
.profile-menu-list .fa-chevron-right{margin-left: auto;}
.rulespopup-btn{display: inline-block; vertical-align: middle; line-height: 1; cursor: pointer;}
.game-rules-popup .gr-accordian-item{border-bottom: 1px solid var(--border-color);}
.game-rules-popup .gr-accordian-title { padding: 16px; font-size: 15px; display: flex; align-items: center; color: var(--text-color); justify-content: space-between; cursor: pointer; transition: 0.5s;}
.game-rules-popup .gr-accordian-title.active svg { transform: rotate(-180deg); }
.game-rules-popup .gr-accordian-title svg { width: 20px; height: auto; }
.game-rules-popup .gr-accordian-content { padding: 16px; display: none;}
.game-rules-popup .gr-accordian-content.active{display: block;}
.game-rules-popup .gr-accordian-content .content { background-color: var(--light-color2); border-radius: 15px; padding: 20px 15px; }
.game-rules-popup .gr-accordian-content .content ol{ counter-reset: item; padding: 0; margin: 0; }
.game-rules-popup .gr-accordian-content .content ol ol{margin-top: 10px;}
.game-rules-popup .gr-accordian-content .content ol li{ display: block; position: relative; padding-left: 20px; font-size: 14px;}
.game-rules-popup .gr-accordian-content .content ol li li{ padding-left: 22px; }
.game-rules-popup .gr-accordian-content .content ol li:before { content: counters(item, ".") ". "; counter-increment: item; position: absolute; left: 0; }
.game-rules-popup .gr-accordian-content .content > ol > li { margin: 0 0 12px; }
@media (max-width:767px) {
    .game-rules-popup .gr-accordian-title{padding: 10px 0;}
    .game-rules-popup .gr-accordian-content { padding: 10px 0; }
    .game-rules-popup .gr-accordian-content .content ol li{font-size: 13px;}
}
.inner-match-list.sport-all-data .match-heading{background: transparent; padding: 0; font-size: 17px;}
.inner-match-list.sport-all-data .match-heading .heading-text{color: var(--text-color);}
.inner-match-list.sport-all-data .match-odds .box span{cursor: pointer;}
.inner-match-list.sport-all-data .heading .odds-heading.col2-odds-heading{width: 128px;}
.inner-match-list.sport-all-data .match-data .match-info-row .match-name{font-size: 16px;}

/* Fancy Css */
.sport-all-data.inner-match-list.fancylist .match-heading { background: #182ea61a; margin: 7px 0; padding: 0px 10px; }
.sport-all-data.inner-match-list.fancylist .match-heading .heading-text{color: var(--primary-color);}
.sport-all-data.inner-match-list.fancylist .match-info-row{padding: 5px 10px;}
.fancytab-btns { background-color: var(--primary-color); border-radius: 30px; padding: 5px 5px; display: flex; align-items: center; margin-bottom: 5px !important; gap: 10px; margin-top: 7px; flex-wrap: nowrap; overflow-x: auto; white-space: nowrap;}
.fancytab-btns button{padding: 2px 10px; transition: all 0.0s ease-in-out; font-size: 15px; color: var(--white-color); line-height: 1; background: transparent; border: 0; border-radius: 20px; font-weight: 400; width: -webkit-max-content; width: max-content;}
.fancytab-btns button.active{background:var(--white-color); color: var(--primary-color);}
.fancytab.hide { display: none; }

/* Betslip */
.betslip-wraper{overflow: hidden; transition: max-height 0.5s ease; max-height: 0; position: relative;}
.betslip-wraper.open{max-height: 300px; overflow: visible;}
.betslip{background: rgb(114 187 239 / 50%); border-radius: 6px; border: 1px solid var(--border-color); padding:0; margin: 5px 0; width: 100%; max-width: 100%; position: relative;}
.betslip.lay{background: rgb(249 148 186 / 50%);}
.betslip .close-btn { position: absolute; right: -6px; top: -7px; background: rgb(187, 9, 9); height: 20px; width: 20px; color: var(--white-color); font-size: 25px; padding: 8px 5px; line-height: 0; border-radius: 20px; cursor: pointer; }
.betslip-top{border-radius: 0; justify-content: flex-end; align-items: flex-end; gap: 10px; margin-bottom: 6px; display: flex; background: var(--primary-color-w-opacity); padding:3px 10px 5px; border-top-left-radius: 6px; border-top-right-radius: 6px;}
.betslip .bet-selection-name{font-size: 14px; color: var(--text-color); font-weight: 500; position: relative; padding-top: 16px; padding-right: 6px; line-height: 1;}
.betslip .bet-selection-name:after { content: '|'; position: absolute; right: -4px; bottom: 1px; }
.betslip .bet-profit { display: flex; align-items: center; font-size: 16px; color: var(--text-color); }
.betslip .betslip-odds, .betslip .betslip-stake{ flex-direction: column; gap: 0; line-height: 1; display: flex; align-items: center;}
.betslip .betslip-odds span{font-weight: 600; color: var(--betslip-elements); width: 80px; border: 1px solid var(--betslip-elements); border-radius: 0; font-size: 14px; height: 26px; display: flex; align-items: center; justify-content: center;}
.betslip .betslip-stake .input-group{ display: flex; }
.betslip .betslip-stake .input-group span{width: 26px; height: 26px; background: var(--betslip-elements); color: var(--white-color); font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.betslip .betslip-stake .input-group input{background: transparent; height: 26px; width: 80px; font-size: 14px; font-weight: 500; color: var(--betslip-elements); border-radius: 0; border: 1px solid var(--betslip-elements); text-align: center; padding: 0;}
.betslip .betslip-stake .input-group input::placeholder{font-size: 14px; font-weight: 500; color: var(--betslip-elements); border-radius: 0;}

.betslip-placebutton { display: flex; justify-content: flex-end; align-items: center; padding: 6px 10px;}
.betslip-placebutton .price-btns{ display: flex; align-items: center; gap: 5px; justify-content: flex-start; }
.betslip-placebutton .price-btns span { height: 27px; min-width: 52px; display: flex; align-items: center; justify-content: center; font-weight: 500; background: var(--primary-color-w-opacity); font-size: 13px; padding: 2px 5px; border-radius: 30px; cursor: pointer; border: 1px solid var(--betslip-elements); color: var(--betslip-elements);}
.betslip-placebutton .betplace-btn button{padding: 0 15px; font-weight: 600; font-size: 14px; height: 30px; margin-left: 5px; animation: glowingplace 1200ms infinite; background: var(--green-color); display: inline-flex; align-items: center; justify-content: center; color: var(--white-color); border-radius: 30px; text-transform: uppercase; line-height: 1;}
@keyframes glowingplace {
    0% {
        opacity: 1;
    }
    50% {
    opacity: 0.5;
    }
    100% {
       opacity: 1;
    }
}

.sport-all-data.inner-match-list .match-info-row .market-limit { white-space: nowrap; line-height: 1; text-align: right; font-size: 16px; color: var(--primary-color); font-weight: 600; padding: 0 6px; margin-left: auto;}
.sport-all-data .match-data .data-with-betslip + .data-with-betslip { border-top: 1px solid var(--border-color); }
.disable{opacity: 0.7; pointer-events: none;}
.betlist table.betlist-table th, .betlist table.betlist-table td{text-align: center; padding: 5px; border: 0; background: transparent;}


/* Mobile Betslip */
.betslip_mobileview{display: none; padding: 5px; background: rgb(184, 221, 247); border-radius: 10px; position: relative; margin: 8px 5px 6px;}
.betslip_mobileview table.eventdetails td { padding: 0; border: 0;}
.betslip_mobileview .close-btn { position: absolute; right: -5px; top: -7px; background:#bb0909; height: 20px; width: 20px; color: var(--white-color); font-size: 25px; padding: 8px 5px; line-height: 0; border-radius: 20px; cursor: pointer; }
.betslip_mobileview table.eventdetails .plus-minus-wraper { display: flex; gap: 10px; padding: 0 15px; margin: 0 0 8px; justify-content: center;}
.betslip_mobileview table.eventdetails .plus-minus-wraper .plus-minus { display: flex; }
.betslip_mobileview table.eventdetails .plus-minus-wraper .plus-minus span { background: var(--primary-color) !important; border: 1px solid var(--primary-color); min-width: 20%; color: var(--white-color); font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.betslip_mobileview table.eventdetails .plus-minus-wraper .plus-minus input[type="text"] { font-weight: 600; font-size: 12px; line-height: normal; color: #000000; background: transparent; border: 1px solid var(--primary-color); border-radius: 0; text-align: center; letter-spacing: 0; width: 100%; height: 26px; margin: 0; padding: 5px; }
.betslip_mobileview table.eventdetails .mbet-slip{border: 1px solid var(--primary-color); background: var(--light-color2); }
.betslip_mobileview table.eventdetails .mbet-slip-wraper { display: table; width: 100%;}
.betslip_mobileview table.eventdetails .mbet-slip-wraper .odds-value { font-weight: 600; font-size: 12px; height: 30px; line-height: 22px; padding: 4px 1px; border-right: 1px solid var(--primary-color); color: var(--black-color); width: 12.5%; display: table-cell; text-align: center; }
.betslip_mobileview table.eventdetails .mbet-slip-wraper .odds-value.max{background: var(--lightblue-color);}
.betslip_mobileview table.eventdetails .mbet-slip-wraper .odds-value.all{background: var(--lightpink-color);}
.betslip_mobileview table.eventdetails .mbet-slip-wraper .odds-value:last-child{border-right:0;}
.betslip_mobileview table.eventdetails tr.numbering{border-top: 1px solid var(--border-color);}
.betslip_mobileview table.eventdetails tr.numbering td { width: 14%; height: 30px; font-weight: 600; font-size: 14px; line-height: 30px; text-align: center; vertical-align: middle; border: 1px solid var(--border-color); background: var(--light-color2);}
.betslip_mobileview table.eventdetails .btn-wraper { display: flex; }
.betslip_mobileview table.eventdetails .btn-wraper .btn { width: 100%; border-radius: 0; color: var(--white-color); cursor: pointer; font-weight: 600; font-size: 11px; height: auto; line-height: 17px; padding: 6.5px 10px; text-align: center;}
.betslip_mobileview table.eventdetails .btn-wraper .btn.cancel-bet { background: #c92233; background-color: #c30529; background-image: linear-gradient(#ff5071, #c30529); }
.betslip_mobileview table.eventdetails .btn-wraper .btn.place-bet{ background: var(--green-color); animation: glowingplace 1200ms infinite;}

.exchange-inner-page.content-w-sidebar, .exchange-page.content-w-sidebar { grid-template-columns: calc(100% - 450px - 15px) 450px; }
.sidebar-box .betlist { overflow: auto; border-radius: 15px;}
.fancy-popup h2 { font-size: 15px; padding: 10px 10px; background-color: var(--primary-color); border-radius: 30px; color: var(--white-color); text-align: center; margin-bottom: 10px; width: 100%; font-weight: 400; line-height: 1.2;}
.fancy-book-content table thead tr { background-color: var(--primary-color); color: var(--white-color); }
.fancy-book-content table tbody tr th{font-size: 16px; font-weight: 400;}
.fancy-book-content table tbody tr td{border-bottom: 1px solid var(--border-color); padding: 10px 5px; font-size: 16px; font-weight: 400; line-height: normal; text-align: center;}
.fancy-book-content table tbody tr:nth-child(even){background-color: #e7eaf6;}
.fancy-popup .modal-dialog { max-width: 520px; }
.fancy-popup .modal-content { padding: 15px; border-radius: 30px; }
.fancy-popup .modal-header { padding: 0; border: 0; margin: 0; }
.fancy-popup .modal-body { padding: 10px; }
.fancy-popup .close-btn { position: absolute; text-align: center; bottom: -90px; left: 0; width: 100%; padding-bottom: 15px; }
.fancy-popup .close-btn button.btn { font-weight: 400; }
button.btn.fancy-book-btn { padding: 2px 15px 3px; font-size: 12px; line-height: 1; margin-left: 4px; font-weight: 400;}
.cashout-btn { margin-right: auto; }
.cashout-btn .btn { padding: 2px 10px; font-size: 12px; margin-left: 10px; background: var(--yellow-color); color: var(--black-color); font-weight: 400; line-height: 1; border-radius: 20px; }

.title.live-stream-title{display: flex; align-items: center; justify-content: space-between; cursor: pointer;}
.title.live-stream-title:after{content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 600; vertical-align: middle; margin-left: 15px;}
.livestream-iframe { overflow: hidden; transition: max-height 0.5s ease; max-height: 0;}
.livestream-iframe iframe{ width: 100%; overflow: hidden !important; overflow-y: hidden !important; aspect-ratio: 1 / 0.565; vertical-align: middle; border-radius: 20px; border: 0; background: #000000;}
.livestream-iframe.open { max-height: 700px; }
.book-value{margin-left: auto;}


.match-not-found{ height: 100vh; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center;position: fixed; left: 0; top: 0; width: 100%; z-index: 111111111; background: var(--light-color);}
.match-not-found.hide{display: none;}
.match-not-found h2 { margin: 0; font-size: 45px; text-align: center; padding: 0 10px;}
.match-not-found h2 span::before { content: ''; height: 160px; width: 160px; background: url(/static/media/error-crying-face.6a9c84af969b54c25d9d.svg) no-repeat center, linear-gradient(15deg, var(--primary-color) 40%, var(--secondary-color) 60%, var(--light-color) 1000%) repeat; color: var(--white-color); display: table; background-size: 100px; margin: auto; border-radius: 50%; animation: error404anim infinite 2s; transform: scale(1);}
.match-not-found p { margin: 10px 0 40px; font-size: 20px; }
.match-not-found .error-404-btn a { display: inline-block; text-decoration: none; background: var(--primary-color); color: var(--white-color); padding: 11px 15px 12px; min-width: 110px; text-align: center; border-radius: 5px; font-size: 20px; border: 1px solid var(--primary-color); margin: 0 5px; transition: 0.5s;}
.match-not-found .error-404-btn a:hover{background: transparent; color: var(--primary-color);}
.match-not-found .error-404-btn a:nth-child(2) { background: transparent; color: var(--primary-color); }
.match-not-found .error-404-btn a:nth-child(2):hover{background: var(--primary-color); color: var(--white-color);}

@keyframes error404anim {
0%{transform: scale(1.03);}
50%{transform: scale(1);}
100%{transform: scale(1.03);}
}

/* 7-2-24 */
.sport-all-data.lottery-list .match-odds .box span { width: 30px; height: 30px; }

/* 30-6-25 */
.inner-match-list.sport-all-data .heading .odds-heading.col1-odds-heading,
.inner-match-list.sport-all-data .match-odds.col1-odds{ max-width: 128px; width: 100%; }
.inner-match-list.sport-all-data .match-heading .odds-heading.col1-odds-heading .heading-text{max-width: 100%; width: 100%;}
.inner-match-list.sport-all-data .match-odds.col1-odds .box, .inner-match-list.sport-all-data .match-odds.col1-odds .box span{max-width: 100%; width: 100%;}


@media (max-width:1800px) {
    .exchange-inner-page.content-w-sidebar, .exchange-page.content-w-sidebar { grid-template-columns: calc(100% - 400px - 15px) 400px; }
}
@media (max-width:1600px) {
    .exchange-inner-page.content-w-sidebar, .exchange-page.content-w-sidebar { grid-template-columns: calc(100% - 350px - 15px) 350px; }
}
@media (max-width:1450px) {
    .exchange-inner-page.content-w-sidebar, .exchange-page.content-w-sidebar { grid-template-columns: calc(100% - 300px - 15px) 300px; }
    .inner-match-list.sport-all-data .match-data .match-info-row .match-name{min-width: auto; max-width: 300px;}
}
@media (max-width:1280px) {
    .exchange-inner-page.content-w-sidebar, .exchange-page.content-w-sidebar { grid-template-columns: calc(100% - 250px - 15px) 250px; }
}
@media (max-width:1150px) {
    .inner-match-list.sport-all-data .match-data .match-info-row .match-name{min-width: auto; max-width: 300px;}
}
@media (max-width:999px) {
    .exchange-inner-page.content-w-sidebar, .exchange-page.content-w-sidebar { grid-template-columns: calc(100% - 200px - 15px) 200px; gap: 15px; }
    /* 7-2-25 */
    .sport-all-data.lottery-list .match-data .match-list  .match-info-row{ display: grid; grid-template-columns: auto auto; }
    .sport-all-data.lottery-list .match-odds{grid-column: 1 / -1; max-width: 100%;}
    .sport-all-data.lottery-list .match-odds .box{flex: auto;}
    .sport-all-data.lottery-list .match-odds .box span {width: 100%;}
}
@media (max-width:767px) {
    .betslip{display: none;}
    .betslip_mobileview{display: block;}
    .betslip_mobileview.lay{background: rgb(252, 201, 220);}
    .exchange-inner-page.content-w-sidebar, .exchange-page.content-w-sidebar { grid-template-columns: 100%; gap: 0; }
    .inner-match-list.sport-all-data .match-data .match-info-row { flex-direction: row; }
    .inner-match-list.sport-all-data .match-odds .box span:not(:last-child, .pink), .inner-match-list.sport-all-data .match-odds .box span.pink:not(:first-child) { display: none; }
    .inner-match-list.sport-all-data .heading .odds-heading, .inner-match-list.sport-all-data .heading .odds-heading.col2-odds-heading { display: flex; width: 106px; }
    .inner-match-list.sport-all-data .match-odds{min-width: 106px; max-width: 106px;}
    .inner-match-list.sport-all-data .match-data .match-info-row .match-name, .inner-match-list.sport-all-data .match-heading{font-size: 14px;}
    .sport-all-data.inner-match-list .match-info-row .market-limit{font-size: 12px;display: flex; flex-direction: column; margin-left: auto;}
    .sport-all-data.inner-match-list.fancylist .fancytabs { overflow: hidden; }
    .sport-all-data.inner-match-list.fancylist .match-wrapper{overflow: hidden;}
    .fancy-popup .modal-body{padding: 0;}
    .match-not-found h2 span::before{    height: 130px; width: 130px; background-size: 80px;}
    .match-not-found h2 { font-size: 28px;}
    .match-not-found p{font-size: 16px; margin: 10px 0 30px;}
    .match-not-found .error-404-btn a{font-size: 16px;padding: 8px 15px 9px; min-width: 85px;}
    /* 7-2-25 */
    .sport-all-data.lottery-list .match-odds{max-width: 100%;}

    /* 30-6-25 */
.inner-match-list.sport-all-data .heading .odds-heading.col1-odds-heading,
.inner-match-list.sport-all-data .match-odds.col1-odds{ max-width: 106px;}
}

.live-score { padding: 10px 10px; background-color: var(--white-color); border: 1px solid var(--border-color); border-radius: 30px; margin: 0 0 10px; display: flex; flex-wrap: nowrap; flex-direction: column;}
.live-score .heading { background: var(--primary-gradient); border-radius: 30px; display: flex; justify-content: space-between; padding:5px 10px; width: 100%; line-height: 1.2;}
.live-score .heading .heading-text { color: var(--white-color); font-weight: 600; display: flex; align-items: center; gap: 6px;}
.live-score .heading .heading-text.time { font-weight: 300; }
.live-score .heading .heading-text .fa-clock{ font-size: 14px; vertical-align: middle; line-height: 1;}
.live-score .scoreboard{margin-top: 10px;}
.live-score .scoreboard iframe{width: 100%; border: 0; outline: 0; vertical-align: middle; background: #ddd; border-radius: 20px;}

/* Mobile live stream tab */
.live-stream-mobile-tab{display: none; margin: 5px 0 0;}
.live-stream-mobile-tab button.btn { background: transparent; border: 0; color: var(--text-color); padding: 3px 16px; border-radius: 30px; font-size: 12px; font-weight: 400; }
.live-stream-mobile-tab button.btn.active { background: var(--primary-gradient); color: #fff; }
.live-stream-mobile-tab .live-stream-tab-btns { display: flex; justify-content: space-between; background: var(--light-color); border-radius: 30px; margin: 0 0 5px; }
.live-stream-mobile-tab .live-stream-tab-content .live-stream-tab-panel:not(.active) { display: none; }
.live-stream-mobile-tab .live-stream-tab-content .live-stream-tab-panel iframe{ border-radius: 10px; vertical-align: middle; border: 0; width: 100%; aspect-ratio: 1 / 0.567; }
.live-stream-mobile-tab .live-stream-tab-content .live-stream-tab-panel.score-card iframe{aspect-ratio: auto; min-height: 170px;}
.live-stream-mobile-tab .title{ display: flex; align-items: center; justify-content: space-between; cursor: pointer; background: var(--primary-color); color: var(--white-color); border-radius: 15px; padding: 5px 10px; font-size: 15px; line-height: 1.2; margin: 0 0 5px; }

@media (max-width:767px) {
    .live-stream-mobile-tab{display: block;}
    .live-score .scoreboard, .live-score .heading .heading-text span.series-name, .live-score .heading .heading-text span.seprator { display: none; }
    .live-score .heading{ flex-wrap: wrap;}
}
body.page-with-side-menu main.main-content, body.page-with-side-menu footer { padding-left: calc(16.66666667% - 30px - 15px); }
.side-sport-menu{display: none;}
body:not(.page-with-side-menu) .sportsmenu-sec, body:not(.page-with-side-menu) .sportmenu-bar{display: none;}
.sportsmenu-sec { position: fixed; top: 94px; left: 15px; width: calc(16.66666667% - 30px - 15px - 15px); overflow: auto; padding-bottom: 20px;}
/* .sportsmenu-sec::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #F5F5F5; }
.sportsmenu-sec::-webkit-scrollbar { width: 4px; background-color: #F5F5F5; display: none;}
.sportsmenu-sec::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #ccc; } */
.sportsmenu-sec .sportmenu .title { background: var(--primary-color); color: var(--white-color); padding: 5px 10px; font-size: 15px;     line-height: 1.3;}
.sportsmenu-sec .sportmenu .box { background: var(--white-color); border-radius: 15px; overflow: hidden; box-shadow: 0 0 20px 0px #00000017;     border: 1px solid #ddd;}
.sportsmenu-sec .sportmenu .box + .box{margin-top:10px;}
.sportsmenu-sec .sportmenu .box > ul { padding: 5px 0 8px; }
.sportsmenu-sec .sportmenu .box > ul > li { padding: 0; margin: 0; line-height: 1; position: relative;}
.sportsmenu-sec .sportmenu .box > ul li + li { border-top: 1px solid #ddd; margin-top: 0;}
.sportsmenu-sec .sportmenu .box > ul > li .menu_link { display: flex; gap: 6px; align-items: center; padding: 10px; color: var(--text-color); font-size: 14px; line-height: normal; cursor: pointer; position: relative;}
.sportsmenu-sec .sportmenu .box > ul > li > .menu_link{text-transform: capitalize;}
.sportsmenu-sec .sportmenu .box > ul > li .menu_link img { height: 18px; }
.sportsmenu-sec .sportmenu .box > ul > li .menu_link:hover { color: var(--primary-color); }
.sportsmenu-sec .sportmenu .box > ul li.dropdown > .menu_link:after { content: ''; display: inline-block; border-left: 2px solid #333333; border-bottom: 2px solid #333; padding: 3px; transform: rotate(-45deg); cursor: pointer; transition: 0.35s all; margin-left: auto;}
.sportsmenu-sec .sportmenu .box > ul > li ul.sport-dropdown-menu{display: none; background: #f4f4f4;}
.sportsmenu-sec .sportmenu .box > ul > li ul.sport-dropdown-menu.active{display: block;}
.sportsmenu-sec .sportmenu .box > ul > li ul li .menu_link{font-size: 13px; padding-left: 30px; font-size: 90%;}
.sportsmenu-sec .sportmenu .box > ul > li ul li li .menu_link{padding-left: 45px; font-size: 85%;}
.sportsmenu-sec .sportmenu .box > ul li.dropdown.active > .menu_link:after { transform: rotate(-135deg); margin-top: 3px; }

.sportmenu-bar{ width: 18px; height: 18px; margin-right: 8px; cursor: pointer; display: none;}
.sportmenu-bar span{ width: 18px; height: 2px; display: block; background: #fff; margin: 4px 0; transition: all 0.5s; position: relative;}
button.sport-close-menu { background: var(--primary-color); color: var(--white-color); border-radius: 24px; line-height: 1; height: 24px; width: 24px; position: absolute; right: 4px; top: 4px; display: none; padding: 0; text-align: center;}
.sportsmenu-sec .sport-overlay { content: ''; background: #000; position: fixed; right: 0; top: 0; height: 100%; width: calc(100% - 260px); z-index: 1; opacity: 0.5; display: none;}


@media (max-width:1450px) {
    .sportsmenu-sec .sportmenu .box > ul > li a{font-size: 13px;}
}
@media (max-width:1280px) {
    body.page-with-side-menu main.main-content, body.page-with-side-menu footer { padding-left: calc(20% - 30px - 15px); }
    .sportsmenu-sec{ width: calc(20% - 30px - 15px - 15px);}
}
@media (max-width:1150px) {
    .sportsmenu-sec .sportmenu .box > ul > li a img { height: 16px; }
    body.page-with-side-menu main.main-content, body.page-with-side-menu footer { padding-left: 0 !important; }
    .sportmenu-bar{ display: inline-block;}
    .sportsmenu-sec { display: none; background: #f5f5f5; z-index: 11111111; left: 0; padding: 15px; height: 100% !important; top: 0 !important; width: 100%; max-width: 260px; overflow: auto; padding-top: 35px;}
    .sportsmenu-sec.open .sport-overlay { display: block;}
    .sportsmenu-sec.open{display: block;}
    button.sport-close-menu{display: block;}
}


