@import url("https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap");
.popup_modal_sure {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    right: 0;
    z-index: 9999;
}

.popup_main_content {
    width: 406px;
    padding: 36px;
    background-color: #ffffff;
    margin: auto;
    text-align: center;
}

.popup_main_content p {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #43444a;
}

.popup_button_last {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 5px;
}

@media (max-width: 600px) {
    .popup_main_content {
        margin: auto 6px;
    }
}

.mb-button.mb-button--medium.mb-button--modal {
    border-radius: 2px;
    height: 45px;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
}

.mb-button.mb-button--medium.mb-button--white {
    background-color: #fff;
    color: #43444a;
    border: 1px solid #aeaeae;
}

.only-xs {
    display: none;
}

.no-xs {
    display: block;
}

.opt5 {
    padding: 2px 16px !important;
}

.row-fluid {
    margin-top: -30px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.btn-default {
    border: none;
    border-bottom: 1px solid #a3a1a7;
    background: none;
    border-radius: 0px;
}

.html body a.btn,
html body button.btn {
    font-family: roboto condensed, HelveticaNeue, helvetica neue, Helvetica,
        Arial, lucida grande, sans-serif;
}

.btn {
    padding: 0px 0px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: transparent;
}

.dropdown-menu .open {
    max-height: 500px !important;
    overflow: hidden !important;
    min-height: 134px !important;
}

.dropdown-menu .inner {
    max-height: 310px !important;
    min-height: 80px !important;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: transparent;
    border-color: none;
    box-shadow: none;
}

.bootstrap-select .btn:focus {
    outline: none !important;
    outline: none !important;
    outline-offset: 0px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #43444a;
    text-decoration: none;
    background-color: #e2e3e3;
    outline: 0;
}

a {
    background-color: transparent;
    color: #43444a;
    text-decoration: none;
}

.error {
    color: #f00;
    background-color: #fff;
}

.idclick1 {
    pointer-events: none;
}

.idclick2 {
    pointer-events: none;
}

.idclick3 {
    pointer-events: none;
}

HEAD .nextBtn1,
.nextBtn2,
.nextBtn3 {
    pointer-events: none;
}

.joinNow {
    background-color: rgba(0, 0, 0, 0);
}

.SearchBar__searchList--active___36hl6 {
    transition-delay: 0.7s;
    z-index: 20000;
}

.noSearchContent.no-items-drop-down {
    height: 86vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.noSearchContent.no-items-drop-down p {
    color: #fff;
}

.no-items-drop-down {
    position: relative;
    background: #43444a;
    padding: 9px 40px;
    font-size: 17px;
    color: #2b2f35;
    position: absolute;
    z-index: 30;
    width: 456px;
    transition-delay: 0.5s;
    /* margin-left: -8px;
    margin-top: 6px; */
}

.searchContent.no-items-drop-down {
    padding: 8px !important;
    max-height: 70vh;
    overflow: auto;
}

.searchContent.no-items-drop-down.cls_srh_content {
    max-height: calc(100vh - 108px);
}

.NavSubMenu__menuLink___JVOuL a:hover {
    color: #fff !important;
}

.SearchBar__searchLabelImage___1Ugdb.remove-background {
    background: none;
}

.SearchBar__form___3KsGK.change-bg-color {
    background-color: #53555b !important;
}

.SearchBar__form___3KsGK.change-bg-color.change-bg-color1,
.SearchBar__form___3KsGK.change-bg-color1 {
    background: #43444a !important;
}

.ReactModalPortal#loginId,
.ReactModalPortal#registerId {
    display: none;
}

body.ReactModal__Body--open .ReactModalPortal#loginId {
    display: block;
}

body.ReactModal__Body--opens .ReactModalPortal#registerId {
    display: block;
}

body.ReactModal__Body--opens .ReactModalPortal {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
}

body.ReactModal__Body--opens .ReactModalPortal .ReactModal__Overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5000;
}

body.ReactModal__Body--opens .ReactModalPortal .ReactModal__Content {
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 0 20px 8px rgb(0 0 0 / 30%);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    outline: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    opacity: 0.2;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.85);
    transform: translateX(-50%) translateY(-50%) scale(0.85);
    transition: opacity 0.25s ease-in-out,
        -webkit-transform 0.25s cubic-bezier(0.5, -0.1, 0, 1.11);
    transition: opacity 0.25s ease-in-out,
        transform 0.25s cubic-bezier(0.5, -0.1, 0, 1.11);
    transition: opacity 0.25s ease-in-out,
        transform 0.25s cubic-bezier(0.5, -0.1, 0, 1.11),
        -webkit-transform 0.25s cubic-bezier(0.5, -0.1, 0, 1.11);
    transition-delay: 25ms;
    will-change: opacity, transform;
}

body.ReactModal__Body--opens
    .ReactModalPortal
    .ReactModal__Content--after-open {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.toggle-password {
    display: none;
}

.toggle-password.show-password-icon {
    display: block;
}

.mb-registration {
    flex-wrap: wrap;
}

.mb-registration.cls_mb-registration {
    flex-wrap: inherit;
}

.form-tab-section {
    width: 50%;
    display: inline-block;
    background: #fff;
}

.form-tab-mobile-verification {
    width: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 100px; */
}

.mb-login__container-reset-password-text2 {
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 10px 3vw;
    text-align: center;
}

.editRegisteredNum {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 16px;
    font-weight: 700;
    color: #2b2f35;
    column-gap: 5px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
}

.leftDivOtpRegister {
    position: relative;
}

.otpRegisterForm {
    padding: 0 8px;
}

.otpRegBottom {
    width: 100%;
    position: static !important;
    bottom: 0;
    left: 0;
    padding: 12px 16px;
}

.otpTimeProgress {
    display: flex;
    width: 70px;
    margin: auto;
    text-align: center;
}

.bottomLinks {
    margin-top: 18px;
    line-height: 1.5;
    text-align: center;
}

.bottomLinks a {
    font-weight: 700;
}

.form-tab-section .mb-registration__section--left {
    width: 100%;
    padding-top: 50px;
}

.form-tab-section .mb-registration__container-steps {
    top: 50px;
    margin-bottom: 10px;
}

.mb-modal--registration .mb-modal__content {
    padding-top: 0;
}

.mb-registration__stepactive {
    width: 32px;
    min-width: 32px;
    height: 32px;
    line-height: 31px;
    background-color: #a3a1a7;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.mb-registration__container-step--account--active .mb-registration__stepactive {
    background: #c51a1b;
}

.mb-registration__container-step--account {
    left: 0;
}

span.mb-registration__step-title-section,
.mb-registration__container-step--account--active.label-hide
    span.mb-registration__step-title-section,
.mb-registration__container-step--about-you--active.label-hide
    span.mb-registration__step-title-section,
.mb-registration__container-step--address--active.label-hide
    span.mb-registration__step-title-section {
    display: none;
}

.mb-registration__container-step--account--active
    span.mb-registration__step-title-section,
.mb-registration__container-step--about-you--active
    span.mb-registration__step-title-section,
.mb-registration__container-step--address--active
    span.mb-registration__step-title-section {
    display: block;
    opacity: 1;
}

.mb-registration__section--right {
    z-index: 9999;
}

.mb-registration__container-step--about-you--active.form--done
    .mb-registration__step,
.mb-registration__container-step--about-you--active.form--done
    .mb-registration__stepactive,
.mb-registration__container-step--address--active.form--done
    .mb-registration__stepactive,
.form--done .mb-registration__step {
    background: #00b181;
}

.mb-registration__step.aboutyou-step {
    left: 80%;
}

.mb-registration__step.address-step {
    left: 90%;
}

.tablinks.mb-registration__step.aboutyou-stepactive {
    left: 38px;
}

.tablinks.mb-registration__step.address-stepactive {
    left: 70px;
}

.forgotPassword {
    position: relative;
    z-index: 1;
    color: #00b2ff;
    text-align: right;
    float: right;
    cursor: pointer;
    margin-top: 8px;
}

.loginOR {
    margin-bottom: 0 !important;
    width: 100%;
    text-align: center;
}

.load_more {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c51a1b;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

.loginMobileSubmit {
    margin-bottom: 10px !important;
}

@media (max-width: 600px) {
    .load_more {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .ReactModal__Content.ReactModal__Content--after-open.react-modal {
        width: 100% !important;
        height: 100% !important;
    }
    .c__img {
        width: auto !important;
    }
}

@media (max-height: 550px) {
    .ReactModal__Content.ReactModal__Content--after-open.react-modal {
        width: 100% !important;
        overflow: auto !important;
        height: 100% !important;
        transform: 6;
        transform: translateX(-50%) translateY(0%) scale(1) !important;
        top: 0 !important;
    }
    #withdrawId .ReactModal__Content.react-modal {
        transform: translate(-50%, -50%) !important;
        top: 50% !important;
    }
}

@media (max-width: 600px) {
    .no-items-drop-down {
        width: 100%;
        margin-top: 60px;
        /* padding: 9px 12px; */
    }
}

.mb-static-content {
    padding-bottom: 13vw !important;
}

@media (max-width: 380px) {
    .mb-form-mobile-space {
        margin: 20px 0px;
    }
    .mb-form__container-buttons_space {
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    .form-tab-mobile-verification {
        width: inherit;
    }
    .form-tab-section {
        width: 100%;
    }
}

.facebook_logo,
.google_logo {
    margin-right: 8px;
    text-align: center;
    width: 40px;
    height: 36px;
    border: solid 1px #c51a1b;
}

.facebook_logo i,
.google_logo i {
    margin-top: 10px;
    color: white;
}

@media only screen and (min-width: 768px) {
    .mob26 {
        display: none !important;
    }
    /* .desk26 {
            display: block !important;
        } */
}

@media only screen and (max-width: 767px) {
    .desk26 {
        display: none !important;
    }
}

.facebook_logo:hover,
.google_logo:hover {
    background-color: #53555b;
}

.btn-group.bootstrap-select {
    width: 100% !important;
}

a.loginWithMobileOpen.mb-button.mb-button--wider.mb-button--flat.mb-button_login_color {
    color: #43444a;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 36px;
    /* padding: 13px 0px; */
    height: auto;
}

.mb-form__container-buttons
    a.loginWithMobileClose.mb-button.mb-button--wider.mb-button--flat.mb-button.mb-button-back_login {
    /* margin-top: 20px; */
    color: #43444a;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    /* padding: 13px 0px; */
    height: auto;
}

.mb-form-input-field--dark .mb-form-input-field__input,
.mb-form-input-field--dark .mb-form-input-field__label {
    color: #8a8a8a;
    opacity: 1;
}

p.loginOR.login_or {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    padding: 15px 0px;
}

.forgotPassword.forgotPassword_color {
    color: #0486ff;
    font-size: 14px;
    font-weight: 400;
    top: -10px;
    margin-top: 0;
}

.forgotPassword.forgotPassword_color.forgotPassword_space {
    top: 0;
}

form.mb-form.undefined.mb-form-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.divOuter_six {
    width: 235px;
}

.countdown-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter_timerBorder {
    position: absolute;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    border: 5px solid #e1e1e1;
    /* z-index: -1; */
}

.loginWithSocialAccounts.mb-button.mb-button--flat {
    color: #43444a;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    /* padding: 18px 0px; */
}

.mb-login__form .mb-verify-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

.mb-login__container-reset-password-text.mb-login_text_color {
    color: #1b1b1b;
}

.mb-form__container-buttons_space {
    padding-top: 30px;
}

.mb-login__container-reset-password-text2.otp-received-text {
    color: #2b2f35;
    font-weight: 700;
}

.timeProgress canvas {
    z-index: 1;
}

@media (max-height: 250px) {
    form.mb-form.undefined.mb-form-center {
        left: 50%;
        top: 0%;
        transform: translate(-50%, 0%);
    }
}

.left___arrow,
.right___arrow {
    top: 35px !important;
}

.to_name_tag {
    padding: 0 5px;
}

.left___arrow,
.left___arrow1 {
    position: absolute;
    top: 22px;
    left: -12px;
    font-size: 20px;
}

.right___arrow,
.right___arrow1 {
    position: absolute;
    top: 22px;
    right: -12px;
    font-size: 20px;
}

.list-container2 .right___arrow,
.list-container2 .right___arrow1,
.list-container2 .left___arrow,
.list-container2 .left___arrow1 {
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 34px !important;
}

.list-container2 .right___arrow,
.list-container2 .right___arrow1 {
    right: -30px;
}

.list-container2 .left___arrow,
.list-container2 .left___arrow1 {
    left: -30px;
}

.list-container2 {
    width: 90% !important;
    margin: 0 5% !important;
}

.disb {
    opacity: 0.3;
    pointer-events: none !important;
}

@media (min-width: 768px) {
    .dsas {
        display: none !important;
    }
}

.c__img {
    width: 34px;
}

.c__img img {
    width: 100%;
}

.right___arrow1 {
    top: 35px;
}

.left___arrow1 {
    top: 35px;
}

@media (max-width: 767px) {
    .c__img.icici-bank-sec {
        width: 30px !important;
    }
    .c__img img {
        width: 40px;
    }
}

.langu__code {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    margin-right: 10px;
}

.selected__language {
    width: 80px;
    background: #2b2f35;
    border-radius: 2px;
    color: #fff;
}

img.lan_con_img {
    max-width: 20px;
    margin: 0 4px;
}

.lan_con {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
    text-transform: uppercase;
}

.dr_img {
    float: right;
    position: relative;
    top: 14px;
    right: 5px;
}

.selct__lang-content {
    position: absolute;
    width: 80px;
    z-index: 99999;
    background: #fff;
}

span.lan_con1 {
    color: #000;
    margin-left: 9px;
    font-size: 12px;
}

.select__language {
    border-bottom: 1px solid rgba(83, 85, 90, 0.2);
}

img.lan_con_img1 {
    margin-left: 5px;
    max-width: 17px;
}

.activate .dr_img {
    transform: rotate(180deg);
}

.activate .selct__lang-content {
    display: block !important;
}

.mng_15::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.myBets_menu {
    margin-bottom: 10px;
}

button.cls_sel_bet {
    height: 27px;
    background: #2b2f35;
    border-radius: 5px;
    min-width: 60px;
    color: #fff;
    width: max-content;
}

button.cls_sel_bet:hover {
    background: #fff;
    color: #2b2f35;
}

.cls_refresh {
    float: right;
    margin: 0 10px;
}

.myBets_menu {
    position: relative;
}

.myBets_heading {
    margin-top: 7px;
}

.cal_wrapper {
    border-radius: 3px;
}

.history_cal {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    /* border: 1px solid #; */
    border-radius: 3px;
}

.history_cal_date {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    border-bottom: 0.5px solid #cacaca;
}

.to_cal {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    border-bottom: 0.5px solid #fff;
    color: #cacaca;
    padding-left: 5px;
    padding-right: 5px;
}

.betHistoryHeading {
    margin-right: 20px;
}

.fa.fa-calendar {
    color: #000 !important;
}

@media only screen and (max-width: 360px) {
    .myBets_top {
        display: block !important;
    }
    .myBets_top .fromToDateDiv {
        height: 33px;
    }
    .myBets_top .cal_range {
        float: right !important;
        margin-top: 3px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 420px) {
    .erfee {
        display: block !important;
    }
    .erfee .fromToDateDiv {
        height: 33px;
    }
    .erfee .cal_range {
        float: right !important;
        margin-top: 3px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 750px) {
    .erfee {
        display: block !important;
    }
    .erfee .fromToDateDiv {
        height: 33px;
    }
    .erfee .cal_range {
        float: right !important;
        margin-top: 8px;
        position: absolute;
        right: 10px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 650px) {
    .myBets_heading {
        font-size: 18px !important;
    }
}

.ke__sc__section__sc__inner ul {
    overflow: scroll;
    display: flex;
    overflow-x: scroll;
    list-style-type: none;
    padding-left: 100px;
    margin-bottom: 0;
}

.ke__sc__section__sc__inner ol {
    list-style-type: none;
}

.ke__sc__section__sc__inner ol img {
    max-width: 100%;
}

.ke__sc__section__sc__inner ul img {
    max-width: 120px;
    /* max-width: 100%; */
    border-radius: 10px;
}

.ke__sc__section__sc__inner ul li {
    flex-shrink: 0;
    padding: 5px;
    /* border-radius: 5px; */
    z-index: 9999;
    cursor: pointer;
}

.ke__sc__section__sc__inner ul::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.ke__sc__section {
    padding: 10px;
    background: radial-gradient(
        31.28% 58.28% at 51.39% 44.78%,
        #7ab4b4 0%,
        #43444a 100%
    );
    border-radius: 0px;
    margin-bottom: 10px;
}

.ke__sc__section__sc__inner {
    position: relative;
}

.ke__sc__section__sc__inner p {
    position: absolute;
    font-size: 21px;
    margin-top: 10px;
    color: #fff;
    width: 100px;
    text-align: center;
}

.ke__sc__section__sc__inner ol {
    width: 100px;
    position: absolute;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 0;
}

.ke__sc__section__sc__inner ol li {
    width: 50px;
    float: left;
    padding: 1px 3px;
}

.type-carousel .owl-prev.disabled,
.to-carousel .owl-prev.disabled,
.to-carousel .owl-next.disabled {
    display: none;
}

.type-carousel .owl-next.disabled {
    display: none;
}

.the__bet16 {
    text-transform: uppercase;
    /* color:green; */
}

.ke__sc__section__sc__inner ul li p {
    position: relative;
    opacity: 1 !important;
    margin: 0;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-provider-sec p {
    text-transform: uppercase !important;
}

.im___tahf {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: unset;
    background-size: contain;
}

.im___tahf48 {
    position: relative;
    height: 0;
    padding-top: calc(500 / 350 * 100%);
}

.im___tahf img {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    height: 100%;
    max-width: 100%;
}

.cont__code {
    position: absolute;
    top: 24px;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    display: none;
}

@media screen and (max-width: 600px) {
    .new1.affix {
        position: sticky;
        top: 48px;
        left: 0;
        width: calc(100% + 20px) !important;
        z-index: 9;
        margin: 0 !important;
        transform: translateX(-10px);
        transition: transform 0.3s ease, z-index 0.3s ease;
    }
    .new1.affix .Double_Menu_tabs{
        padding: 0 10px;
    }
    .new1.affix .Top_carousel_sec .menu-carousel.owl-carousel.owl-theme .owl-nav .owl-prev::after{
        left: -15px;
    }

    .affix .slots_providers1 {
        top: -9px;
        position: relative;
        background: #2b2f35;
    }
}

@media screen and (min-width: 1200px) {
    .new1 nav {
        justify-content: end !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .be__log {
        max-width: calc(100% - 230px) !important;
        background: transparent !important;
        width: calc(100% - 230px) !important;
    }
    .be__log .lok1 {
        width: calc(100% - 30px);
    }
    .be__log .header_logo_main1 {
        padding: 0 !important;
    }
}

@media screen and (min-width: 601px) {
    .lok1 {
        display: none;
    }
}

@media screen and (max-width: 319px) {
    .lok1 {
        display: none;
    }
}

.cls_trans_filter:hover {
    background: #c51a1b !important;
}

.search_icon_leftimg input {
    display: inline-block !important;
}

.searchbar_Right2 .cls_open_srch {
    display: none !important;
}

.searchbar_Right2 .cls_close_srch {
    display: block !important;
}

@media (max-width: 600px) {
    .smr881 .owl-carousel {
        width: calc(100% - 120px);
        margin: 0 0 0 48px;
    }
    .smr881 .Top_carousel_sec {
        width: calc(100% - 28px);
        margin: 0;
    }
    .slots_providers1 .Top_carousel_sec.top-provider-sec {
        width: 100%;
    }
}

@media screen and (min-width: 359px) and (max-width: 420px) {
    .cls_games_display {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .GameTile-module__nameHolder___2ySxj {
        height: 27px;
    }
    .GameTile-module__limits___1npON {
        padding-right: 5px;
    }
}

#d_casinohistory tr {
    cursor: inherit !important;
}

@media screen and (min-width: 1199px) {
    .video_flow.div1 {
        position: relative;
        top: 0;
    }
}

.inf___icn {
    font-size: 10px;
    width: 16px;
    float: left;
    position: relative;
    top: 8px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    height: 16px;
    margin-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
}

.Price-module__main--lay___xtHR6.Price-module__level-0___1N8Rt,
.Price-module__main--back___13AND.Price-module__level-0___1N8Rt {
    cursor: pointer;
}

.searchContent.no-items-drop-down.cls_srh_content {
    padding-bottom: 60px !important;
}

@media only screen and (max-width: 600px) {
    .smr1081 {
        position: fixed;
        top: 48px;
        z-index: 1000;
        width: 100%;
    }
}

.Menu_tab_Right_lists.searchbar_cir {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Menu_tab_Right_lists.searchbar_cir input {
    width: 141px;
    padding-left: 25px;
    border-radius: 3px;
    border: 1px solid teal;
    margin: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .Menu_tab_Right_lists.searchbar_cir input {
        width: 210px;
    }
    .searchbar_Right,
    .searchbar_Right2 {
        width: 30px;
        height: 30px !important;
    }
    .searchInput {
        height: 30px !important;
    }
    .Menu_tab_Right
        .Menu_tab_Right_lists.showhidecls.cls_sorting_alpha.sortBy_pop.searchShowCls
        .popular_btn,
    .Menu_tab_Right
        .Menu_tab_Right_lists.showhidecls.cls_sorting_alpha.sortBy_pop.searchHideCls
        .popular_btn,
    .Menu_tab_Right_lists.showhidecls.searchShowCls.cls_sorting_alpha.sortBy_alpha
        .az_lists,
    .Menu_tab_Right_lists.showhidecls.cls_sorting_alpha.sortBy_alpha.searchHideCls
        .az_lists {
        line-height: 30px !important;
    }
    .Menu_tab_Right1
        .Menu_tab_Right_lists.showhidecls.cls_sorting_alpha.sortBy_pop.searchShowCls
        .popular_btn,
    .Menu_tab_Right1
        .Menu_tab_Right_lists.showhidecls.cls_sorting_alpha.sortBy_pop.searchHideCls
        .popular_btn,
    .Menu_tab_Right_lists.showhidecls.searchShowCls.cls_sorting_alpha.sortBy_alpha
        .az_lists,
    .Menu_tab_Right_lists.showhidecls.cls_sorting_alpha.sortBy_alpha.searchHideCls
        .az_lists {
        line-height: 30px !important;
    }
}

.see__more__sec {
    display: none;
}

.filterTab:hover .tournamentFilterTabs .cornerSkewFill {
    display: none;
}

#ticketListing tr {
    cursor: pointer;
}

span.combo_item_count {
    color: #a0a0a0;
}

@media screen and (max-height: 568px) {
    #matchbokLoginForm1 {
        margin-bottom: 52px;
    }
}
.form_verify_in {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
}

@media (max-width: 767px) {
    #registerId.register_modal .ReactModal__Content {
        top: 0 !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        transition-delay: unset;
        transition: none;
    }
}
