@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    /* Light Mode */
    --light-switch-logo: url("../img/betsintel.png") no-repeat;
    --light_cardFill: #f8f8f8;
    --light_lightInputbrder: #b3b3b3;
    --light_textWhite: rgba(0, 0, 0, 1.00);
    --light_fade_txt_White: rgba(117, 117, 117, 1);
    --light_textDark: rgb(255, 255, 255);
    --light_greenBG: #53af75;
    --light_greenBorder: #488d57;
    --light_greenBa: #d2dcd6;
    --light_greenBaBorder: #beeac8;
    --light_borderlight: rgb(224, 224, 224);
    --light_lightBG: #f7f7f7;
    --light_darkBorderlight: rgb(218, 220, 224);
    --light_darkBG: #f8fbff;
    --light_darkBGFade: #f4f6f9;
    --light_darkBGShaded: #ffffff;
    --light_gradientyblue: #dce8ff;
    --light_bleColor: #6798d0;
    --light_zoverTop: 9999999999 !important;
    --light_like: rgb(243 64 64);
    --light_likebg: #f6e9e8;
    --light_primary-button-text-color: #fff;
    --light_primary-button-text-color-hover: rgb(4, 17, 29);
    --light_primary-button: #6798d0;
    --light_hot: #ff801f;
    --input_focus: hsl(206, 90%, 69.5%);
    --light_betopick: #f9b175;


    --primary-color: #8b5cf6;
    --primary-dark: #7c3aed;
    --primary-light: #a78bfa;
    --secondary-color: #10b981;
    --accent-color: #f59e0b;
    --danger-color: #ef4444;
    --warning-color: #f59e0b;
    --dark-color: #1f2937;
    --gray-color: #6b7280;
    --light-gray: #f3f4f6;
    --white: #ffffff;
    --border-color: #e5e7eb;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-magical: 0 0 20px rgba(139, 92, 246, 0.3);
    --border-radius: 16px;
    --transition: all 0.3s ease;
    --gradient-primary: linear-gradient(135deg, #5ce9f6, #3ac0ed, #6366f1);
    --gradient-secondary: linear-gradient(135deg, #10b981, #059669);
    --gradient-mystical: linear-gradient(135deg, #5ce9f6, #ec4899, #f59e0b);


    /* Dark mode */
    --dark-switch-logo: url("../img/betsintel.png") no-repeat;
    --dark_cardFill: #160211;
    --dark_lightInputbrder: #343a3f;
    --dark_textWhite: #fff;
    --dark_fade_txt_White: rgb(195, 195, 195);
    --dark_textDark: rgb(4, 17, 29);
    --dark_greenBG: #53af75;
    --dark_greenBorder: #488d57;
    --dark_greenBa: #393b3a;
    --dark_greenBaBorder: #272a28;
    --dark_borderlight: rgb(0, 0, 0);
    --dark_lightGreenBorder: rgba(47, 40, 110, 30%);
    --dark_darkBorderlight: #22262c;
    --dark_darkBG: rgb(12, 13, 14);
    --dark_darkBGFade: rgb(31, 31, 34);
    --dark_darkBGShaded: #22262c;
    --dark_gradientyblue: #dce8ff;
    --dark_bleColor: #6798d0;
    --dark_zoverTop: 9999999999 !important;
    --light_like: #f34040;
    --light_likebg: #f6e9e8;
    --dark_primary-button-text-color: #fff;
    --dark_primary-button-text-color-hover: #fff;
    --dark_primary-button: #6798d0;
    --dark_betopick: #c58c5e;
    --dark_hot: #ffdd1f;


    /* Default mode */
    --switch-logo: var(--light-switch-logo);
    --switch-cardFill-color: var(--light_cardFill);
    --switch-lightInputbrder: var(--light_lightInputbrder);
    --switch-textWhite: var(--light_textWhite);
    --switch-fade_txt_White: var(--light_fade_txt_White);
    --switch-textDark: var(--light_textDark);
    --switch-greenBG: var(--light_greenBG);
    --switch-greenBorder: var(--light_greenBorder);
    --switch-greenBa: var(--light_greenBa);
    --switch-greenBaBorder: var(--light_greenBaBorder);
    --switch-borderlight: var(--light_borderlight);
    --switch-lightBG: var(--light_lightBG);
    --switch-darkBorderlight: var(--light_darkBorderlight);
    --switch-darkBG: var(--light_darkBG);
    --switch-darkBGFade: var(--light_darkBGFade);
    --switch-darkBGShaded: var(--light_darkBGShaded);
    --switch-gradientyblue: var(--light_gradientyblue);
    --switch-bleColor: var(--light_bleColor);
    --switch-zoverTop: var(--light_zoverTop);
    --switch-like: var(--light_like);
    --switch-likebg: var(--light_likebg);
    --switch-likebg: var(--light_likebg);
    --switch-primary-button-text-color: var(--light_primary-button-text-color);
    --switch-primary-button-text-color-hover: var(--light_primary-button-text-color-hover);
    --switch-primary-button: var(--light_primary-button);
    --switch-betopick: var(--dark_betopick);
    --switch-hot: var(--light_hot);
}

/* Switched mode */
.theme-switch:checked~#page {
    --switch-logo: var(--dark-switch-logo);
    --switch-cardFill-color: var(--dark_cardFill);
    --switch-lightInputbrder: var(--dark_lightInputbrder);
    --switch-textWhite: var(--dark_textWhite);
    --switch-fade_txt_White: var(--dark_fade_txt_White);
    --switch-textDark: var(--dark_textDark);
    --switch-greenBG: var(--dark_greenBG);
    --switch-greenBorder: var(--dark_greenBorder);
    --switch-greenBa: var(--dark_greenBa);
    --switch-greenBaBorder: var(--dark_greenBaBorder);
    --switch-borderlight: var(--dark_borderlight);
    --switch-lightBG: var(--dark_lightBG);
    --switch-darkBorderlight: var(--dark_darkBorderlight);
    --switch-darkBG: var(--dark_darkBG);
    --switch-darkBGFade: var(--dark_darkBGFade);
    --switch-darkBGShaded: var(--dark_darkBGShaded);
    --switch-gradientyblue: var(--dark_gradientyblue);
    --switch-bleColor: var(--dark_bleColor);
    --switch-zoverTop: var(--dark_zoverTop);
    --switch-like: var(--dark_like);
    --switch-likebg: var(--dark_likebg);
    --switch-likebg: var(--dark_likebg);
    --switch-primary-button-text-color: var(--dark_primary-button-text-color);
    --switch-primary-button-text-color-hover: var(--dark_primary-button-text-color-hover);
    --switch-primary-button: var(--dark_primary-button);
    --switch-betopick: var(--light_betopick);
    --switch-hot: var(--dark_hot);
}

.theme-switch {
    /* Hides the checkbox */
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    z-index: 99999999999999999999999;
}

.switch-label {
    cursor: pointer;
    display: flex;
}

/* .switch-label::before {
    content: var(--switch-icon);
    font-size: 40px;
    transition: text-shadow .2s;
  } */

/* .switch-label::after {
    align-self: center;
    content: var(--switch-text);
    color: var(--switch-shadow-color);
    font-size: 28px;
    line-height: 40px;
    opacity: 0;
    padding-left: 15px;
    transition: opacity .2s;
  } */

.theme-switch:focus~#page .switch-label::before,
.switch-label:hover::before {
    text-shadow: 0 0 15px var(--switch-shadow-color);
}

.theme-switch:focus~#page .switch-label::after,
.switch-label:hover::after {
    opacity: 1;
}



/*SEO content */
.content-section {
    padding: 40px 0;
}

.main-heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--switch-textWhite);
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.sub-heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--switch-textWhite);
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.intro-text,
.body-text {
    font-size: 1rem;
    color: var(--switch-textWhite);
    margin-bottom: 20px;
    line-height: 1.8;
}

.intro-text {
    font-size: 1.05rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-heading {
        font-size: 1.8rem;
    }

    .sub-heading {
        font-size: 1.5rem;
    }

    .content-section {
        padding: 40px 0px;
    }
}

@media (max-width: 480px) {
    .main-heading {
        font-size: 1.5rem;
    }

    .sub-heading {
        font-size: 1.3rem;
    }
}

.renw_pln {
    background: var(--dark_betopick);
    color: #fff !important;
}

.renw_pln:hover {
    background: initial;
    color: var(--dark_betopick) !important;
}

.submitnucard_details_btn {
    width: 70%;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    background-color: var(--switch-betopick) !important;
    border: 1px solid var(--switch-betopick) !important;
    color: rgb(255, 255, 255) !important;
}

#login2 {
    display: none;
}

.result_tick {
    background: #53af75;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.result_tick_red {
    background: #f34040;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.icon-tick {
    width: 20px;
    height: 20px;
    stroke: none;
    stroke-width: 2px;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: var(--switch-fade_txt_White);
    cursor: pointer;
}

.polyline {
    stroke: #fff;
}

/*app install*/
#primaryheader {
    display: none;
}

.close-button {
    margin-right: 6px;
    cursor: pointer;
    font-size: 20px;
    color: #555;
}

.close-button span:hover {
    color: #ff0000;
}

.app-container {
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: 100%;
}

.app-icon {
    width: 80px;
    height: 50px;
}

.app-icon img {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    object-fit: contain;
}

.app-details {
    flex-grow: 1;
    padding-left: 10px;
}

.app-name {
    font-size: 15px;
    padding: 5px 0;
    font-weight: 400;
    color: var(--switch-textWhite);
    height: 40px;
}

.app-rating {
    display: flex;
    align-items: center;
    margin-top: 5px;
    position: relative;
    bottom: 15px;
}

.star {
    color: #4CAF50;
    font-size: 14px;
}

.half-star {
    color: #4CAF50;
    font-size: 14px;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.download-button {
    padding-left: 10px;
}

.download-button button {
    background-color: var(--switch-betopick);
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
}


/* breathing */

.breathing1 {
    -webkit-animation: breathing 1.5s ease-out infinite normal;
    animation: breathing 1.5s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
    color: var(--switch-textWhite) !important;
}


@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.breathing2 {
    -webkit-animation: breathing 2.5s ease-out infinite normal;
    animation: breathing 2.5s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
}


@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.breathing3 {
    -webkit-animation: breathing 3.5s ease-out infinite normal;
    animation: breathing 3.5s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
}


@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.breathing4 {
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
}


@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.breathing5 {
    -webkit-animation: breathing 3.1s ease-in infinite normal;
    animation: breathing 3.1s ease-in infinite normal;
    -webkit-font-smoothing: antialiased;
}


@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.grenwon {
    border-left: 3px solid var(--light_greenBG) !important;
}

.badred {
    border-left: 3px solid var(--light_like) !important;
}


/*sure pick slide*/
.accum_slide_con {
    max-width: 800px;
    /*height:50px;*/
    padding: 10px 0;
    /*background:var(--switch-darkBGShaded);*/
    margin: 0 auto;
}

.accum_slide {
    width: 100%;
    /* Set the width of your container */
    overflow-x: scroll;
    /* Enable horizontal scrolling */
    overflow-y: none;
    white-space: nowrap;
    /* Prevent text from wrapping */
    scroll-snap-type: x mandatory;
    /* Enable mandatory horizontal snap points */
    /*background-color: var(--switch-darkBGFade);*/

    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

/* Hide the scrollbar in WebKit (Chrome, Safari) */
.accum_slide::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.accum_slide_card {
    /*width: 250px; */
    /* Set the width of each scroll item */
    height: ;
    /* Set the height of each scroll item (optional) 
      scroll-snap-align: start; /* Snap items to the start of the container */
    /*display: inline-block; /* Display items in a row 
      margin-right: 10px; /* Add some spacing between items (optional) */
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--switch-borderlight);
    border-radius: 5px;
    color: var(--switch-textWhite);
    justify-content: start !important;
    background-color: var(--switch-darkBGShaded);
}

.accum_slide_img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.accum_slide_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
















body {
    font-family: 'Poppins', sans-serif;
    /* background-color: var(--switch-darkBG); */
}

#page {
    background: var(--switch-darkBG);
    /* min-height: 100%; */
    transition: color .2s, background-color .2s;
    width: 100%;
    position: relative;
}

input[type="button" i] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    /* color: var(--switch-textWhite)!important; */
    cursor: pointer;
    /* padding: 1px 6px; */
    border-width: 1px;
    border-style: inset;
    border-color: transparent;
    border-image: initial;
}

.accordion-button {
    font-weight: 500 !important;
}

.accordion-button:not(.collapsed) {
    color: var(--switch-textWhite) !important;
    /* background-color: #f00000 !important; */
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/svg/chevron-up.svg") !important;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.35rem !important;
    height: 1.35rem !important;
    margin-left: auto;
    content: "";
    background-image: url("../img/svg/chevron-up.svg") !important;
    background-repeat: no-repeat;
    background-size: 1.7rem !important;
    transition: transform .2s ease-in-out;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

.accordion-button:focus {
    /* z-index: 3; */
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent !important;
}

a:hover {
    color: var(--switch-fade_txt_White) !important;
}

.fa-check {
    color: #36d200 !important;
    margin-right: 5px;
}

.fa-timesred {
    color: red !important;
    margin-right: 5px;

}

.fa {
    /*color:rgb(183, 183, 183) !important;*/
}

.fa-times {
    color: rgb(183, 183, 183);
}

.greenText {
    color: var(--switch-textDark) !important;
}

.greenText:hover {
    color: var(--greenBorder) !important;
}

::-webkit-scrollbar {
    width: 15px;
    height: 13px;
    display: none;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--switch-bleColor);
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--switch-gradientyblue);
}

/* Utility classes */
.flex {
    display: flex;
    gap: var(--gap, 1rem);
}

.flexrow {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex_sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tc {
    text-align: center;
    justify-content: center;
}

.primary_logo {
    display: flex;
    justify-content: left;
    width: 170px;
    height: 60px;
    padding-top: 1px;
}

/* Primary header */
.logo {
    padding-block: 20px;
    display: flex;
    justify-content: left;
    justify-content: center;
    width: 180px;
    margin-top: 6px;
    background: var(--switch-logo);
    background-position: left;
    background-size: contain;

}

.logoimg {
    width: 38px;
    height: 38px;
    padding-right: 5px;
}

.logoimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.primary_logo img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flex_header_sb {
    display: flex;
    justify-content: space-between;
}

.primary-header {
    position: relative;
    /* position: fixed; */
    width: 100%;
    z-index: 999999999;
    background: transparent;
    /* background:var(--darkBGFade); */
    align-items: center;
    justify-content: space-between;
    /* box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px; */
    max-width: 100vw;
    height: 54px;
    padding-left: 4rem;
    padding-right: 4rem;
    /* margin-bottom: 2rem; */
}

.wrapa {
    /* position: -webkit-sticky; */
    position: relative;
    z-index: 999999999;
    background: var(--switch-darkBGShaded) !important;
    border-bottom: 1px solid var(--switch-darkBorderlight);
    /*box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;*/
    max-width: 100vw;
    width: 100%;
    /* height: 92px; */
    /* margin-bottom: 2rem; */
}

/* Category slidder under header */
.MenuNavBarsContainer {
    float: left;
    width: 100%;
    position: relative;
    z-index: 6;
}

.MenuNavBarsContainerPadding {
    padding: 0px 4rem;
    padding-bottom: 5px !important;
    /*background-color: var(--switch-darkBGFade);*/
}

.MenuNavBarsContainerInner {
    width: 100%;
    height: 30px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.MenuNavBarsContainerInner ul {
    padding: 0;
    float: right;
    overflow: hidden;
    flex-wrap: no-wrap;
    /*animation: scollLeft 50s linear 0s infinite;*/
    animation: scollLeft 50s cubic-bezier(0.4, 0, 1, 1) 0s infinite;
    position: relative;
    box-sizing: border-box;
    display: flex;
}

/* Animation */
#container ul {
    width: 100%;
    right: 0;
    top: 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: no-wrap;
    animation: scollLeft 70s linear 0s infinite;
}

@keyframes scollLeft {
    from {
        right: 0;
    }

    to {
        right: 100%;
    }
}



.MenuNavBarsContainerInner li {
    display: inline-block;
    list-style: none;
    padding-left: 0;
}

.MenuNavBarsContainerInner a {
    font-size: 14px;
    color: var(--switch-textWhite);



    /*padding: 0.5em;*/
    font-weight: 400 !important;
    text-transform: capitalize;
    text-decoration: none;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    letter-spacing: .025em;
    display: flex;
    /* background: #fff; */

    border: 1px solid var(--switch-darkBorderlight);
    cursor: pointer;
    /* background-color: var(--switch-darkBGShaded); */
    /* border-radius: 24px; */
    /* margin: 0 6px 3px 0; */
    max-width: 260px;
    padding: 5px 12px !important;
    position: relative;
    white-space: nowrap;
}

.search_ba {
    /* background-color: greenyellow; */
    width: 500px;
    position: relative;
}

.search_it {
    height: 3rem;
    width: 100%;
    min-width: 0px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition-property: none;
    transition-duration: 220ms;
    font-size: 1rem;
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem;
    -webkit-padding-end: 3rem;
    padding-inline-end: 3rem;
    border-radius: 333px;
    border: 2px solid;
    border-color: transparent;
    background: var(--switch-darkBGShaded);
    padding-left: 2.5rem;
    color: var(--switch-textWhite);
    font-weight: 500;
}

.search_it:hover {
    background: var(--switch-darkBGFade);
}

.search_it:focus {
    color: var(--switch-textWhite);
}

.css-wig88s {
    left: 0;
    width: 3rem;
    height: 100%;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    z-index: 2;
    color: #c3c7d4;
}

.css-n5gr1q {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    line-height: 1em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: currentColor;
    vertical-align: middle;
}

.primary-navigation {
    list-style: none;
    padding: 0 1rem;
    margin: 0;
    color: var(--switch-textWhite);

}

.primary-navigation li {
    position: relative;
}

.primary-navWrap {
    flex-wrap: wrap;
}

.primary-navigation li a {
    padding: 1rem 3px;
    color: var(--switch-textWhite);
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
}

.primary-navigation li a:hover {
    color: var(--switch-betopick) !important;
    border-bottom: 2px solid var(--switch-betopick);
    /*right: 0;*/
}

.dot {
    background: red;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 1px -4px;
}

.mobile-nav-toggle {
    display: none;
}

.login {
    color: #fff !important;
    background-color: var(--dark_betopick);
    border-radius: 50px;
    padding: 4px 10px
}

:focus-visible {
    outline: transparent !important;
}

/* Profile nav toggle */
.profile-nav-toggle__con {
    display: flex;
    padding: 0.2rem;
    justify-content: center;
    align-items: center;
}

.profile-nav-toggle {
    width: 1.4rem;
    height: 1.4rem;
    /* background: url(../img/svg/user.svg); */
    background-size: contain;
    text-transform: capitalize;
    font-size: 17px !important;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    background-color: var(--switch-betopick);
    /*top: 1.8rem;*/
    /*right: 0.7rem;*/
    border-radius: 50px;
    color: #fff;
    box-shadow: inset 0px 0px 0px 0.8px var(--switch-borderlight);
    /* padding: 0 2rem; */
    cursor: pointer;
    position: relative;

}

/*Nav dropdown*/
.navbar-soft .navbar-nav .nav-item {
    margin-left: 5px;
    margin-right: 5px;
}

.nav-link {
    padding: 1rem 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--switch-textWhite);
    border: 2px solid transparent;
}

.dropdown-toggle[data-toggle="dropdown"]:after {
    border: none;
}

.nav-link:hover {
    border-bottom: 2px solid var(--switch-betopick);
    color: #111;
}

.dropdown-toggle[data-toggle="dropdown"]:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f078";
    width: 10%;
    text-align: right;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    /* vertical-align: 0.255em; */
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.nav-item .dropdown-menu {
    border: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-soft .dropdown-menu {
    border: 0;
    background-clip: initial;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(70, 70, 70, 0.2);
}

.fade-up {
    top: 100px;
}

.animate {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: var(--switch-textWhite);
    text-align: left;
    list-style: none;
    background-color: var(--switch-darkBGFade);
    background-clip: padding-box;
    border: 1px solid var(--switch-borderlight);
}

.dropdown-menu li {
    position: relative;
}

.nav-item .dropdown-menu .dropdown-item {
    border-bottom: 1px solid var(--switch-borderlight);
    padding: 10px 15px;
}

.navbar-soft .dropdown-menu .dropdown-item {
    padding: 0.6rem 1.5rem;
    border-bottom: 1px solid var(--switch-borderlight);
}

.navbar a {
    color: var(--switch-textWhite);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--switch-textWhite);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar .icon-arrow:after {
    content: "\f078";
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -2px;
    opacity: 0.3;
    font-size: 80%;
}

.dropdown:hover>.dropdown-menu,
.nav-item:hover>.dropdown-menu {
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.dropdown-menu.showit {
    display: block;
}


/* Dark mode toggle */
.dark-mode-toggle {
    width: 1.5rem;
    background: url("../img/svg/sun.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1;
    border: 0;
    /* background-color: rgb(242, 242, 242); */
    top: .9rem;
    right: 4.1rem;
    border-radius: 5px;
    padding: .6rem;
    cursor: pointer;
}

.dark-mode-togglefocus {
    width: 1.5rem;
    background: url("../img/svg/sun_fill.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1;
    border: 0;
    top: .9rem;
    right: 4.1rem;
    border-radius: 5px;
    padding: .6rem;
    cursor: pointer;
}

.primary-navigation a {
    text-decoration: none;
    list-style: none;
}

.search_toggle {
    padding: .6rem;
    border-radius: 5px;
    position: relative;
    margin-left: .5rem;
    cursor: pointer;
    display: none;
}

.css-n5gr1q2 {
    width: 2.4rem;
    height: 2.4rem;
    stroke-width: 2px;
    display: inline-block;
    line-height: 1em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: middle;
}

.mobile-search-toggle {
    display: block;
    position: absolute;
    z-index: 999992;
    width: 2.8rem;
    /* background: url('../img/hamburger.png') no-repeat fixed center; */
    background: url("../img/svg/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1;
    border: 0;
    top: .9rem;
    right: 1rem;
    border-radius: 5px;
    color: var(--switch-textWhite);
    padding: .6rem;
    display: none;
}


/* Profile pop container */
.buyPointsContainer {
    display: flex;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999999;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgba(126, 105, 105, 0.1);
    /* display:block; */
}

@supports(backdrop-filter: blur(1rem)) {
    .buyPointsContainer {
        background: rgba(126, 105, 105, 0.1);
        backdrop-filter: blur(1rem);
    }
}

.buyPointsBody {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 3rem;
    width: 100%;
    outline: transparent solid 2px;
    outline-offset: 2px;
    border-radius: 10px;
    background: var(--switch-darkBG);
    color: inherit;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    z-index: 9999999;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: var(--switch-darkBGFade);
    max-width: 500px;
}

.buyPointsHeader {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 10px 15px;
}

.mkoffer_h {
    padding-left: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--switch-textWhite) !important;
}

.expertmessage {
    color: var(--switch-textWhite) !important;
}

.buyPop_close {
    outline: 0;
    border: none;
    background: transparent;
}

.buypopbody {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.tutaCoin {
    padding: 15px 12px;
    margin: 5px;
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    border-image: initial;
    display: inline;
    font: 14px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 16px;
    font-weight: 500;
    border: 1px solid var(--switch-darkBorderlight) !important;
    border-radius: 4px;
    color: var(--switch-textWhite);
}

.tutaCoin:focus {
    border: 1px solid var(--switch-borderlight) !important;
    color: var(--switch-textWhite);
    background-color: var(--switch-greenBa);
}

.frst {
    border: 1px solid var(--switch-borderlight) !important;
    color: var(--switch-textWhite);
    /*background-color: var(--switch-greenBa);*/
}

.tutaAamount {
    font-weight: 700;
    font-size: 17px;
    color: var(--switch-bleColor);
}

.tutaAmountPrz {
    padding: 1rem;
    border-radius: 5px;
    color: var(--switch-textWhite) !important;
}

.fundwalbtn {
    padding: 10px;
    margin-top: 1rem;
}

.buyfunds_btn {
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    background-color: var(--switch-bleColor);
    border: 1px solid transparent;
    color: rgb(255, 255, 255);
    margin: 10px;
}

.card_weaccept {
    background-color: var(--switch-lightInputbrder);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pcard {
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.pcardimg {
    display: inline-block;
    margin: 10px;
    width: 60px;
    height: 60px;
    list-style: none;
}

.pcardimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.close_svg {
    width: 35px;
    height: 35px;
    stroke: var(--switch-fade_txt_White);
    stroke-width: 1;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: var(--switch-fade_txt_White);
}

.alert_sub {
    background-color: #53af75;
    color: #fff;
    /* width: 100%; */
    /* height: 30px; */
    font-size: 16px !important;
    text-align: center;
    padding-top: 3rem;
    padding: .5rem;
    text-transform: initial;
    position: relative;
    top: 10px;
}

.alert_subX {
    /*background-color: #f6efe9;*/
    color: #444;
    /* width: 100%; */
    /* height: 30px; */
    font-size: 14px !important;
    text-align: center;
    padding-top: 3rem;
    padding: 0.3rem;
    text-transform: initial;
    line-height: 18.5px;
    /*position: relative;*/
    /*top: 5px;*/
}

.alert_subX a {
    display: inline-block;
    white-space: nowrap;
    /*padding-left: 100%;*/
    animation: slide 15s linear infinite;
    text-decoration: none;
    color: var(--switch-textWhite);
}

@keyframes slide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}


.profPop_close {
    outline: 0;
    border: none;
    background: transparent
}

.profPop_close:focus {
    outline: 0;
    border: none;
    cursor: pointer;
    color: #727272
}

.avatarcon {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 20px;
}

.proavatarcon {
    width: 20%;
}

.proavatar {
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

.proavatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100px;
}

.waladdress {
    width: 100%;
    overflow: hidden;
    display: flex;
    padding: 10px;
    justify-content: flex-start;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: left;
}

.profitemContainer {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.profitems {
    padding: 1rem;
    margin: 5px;
    cursor: pointer;
    color: var(--switch-textWhite);
}

.profitems:hover {
    color: var(--switch-fade_txt_White);
    border-radius: 50px;
    cursor: pointer;
}

.fa_oncard {
    margin-right: 10px !important;
    color: var(--textWhite);
}

.profaddfunds_con {
    padding: 10px
}

.profaddfunds {
    background-color: var(--switch-darkBGFade);
    border: 1px solid var(--switch-borderlight);
    padding: 5px;
    border-radius: 5px;
}

.addftitle {
    padding: 20px;
    font-weight: 500 !important;
    color: var(--switch-textWhite);
}

.funds_body {
    padding: 5px;
}

.tot_balance {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--switch-fade_txt_White);
    text-align: center !important;
}

.bal {
    font-size: 23px !important;
    font-weight: 600 !important;
    color: var(--switch-textWhite) !important;
    text-align: center !important;
}

.fundwalbtn {
    padding: 10px;
}

.funds_btn {
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 80px;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    margin-top: 1rem;
    background-color: var(--switch-greenBG);
    border: 4px solid transparent;
    color: rgb(255, 255, 255);
    width: 100%;
}

.funds_btn:focus {
    outline: 0 !important;
    background-color: var(--switch-greenBorder);
    border: 4px solid rgba(225, 247, 224, 0.548);
}

button,
input {
    overflow: visible;
}

input[type="submit" i]:focus-visible,
input[type="submit" i]:visited {
    outline-offset: 0px;
    outline: none !important;
    border-bottom: 2px solid var(--dark_bleColor) !important;
}

[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-image: none;
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    /* color: var(--switch-textWhite)!important; */
    cursor: pointer;
    /* padding: 1px 6px; */
    border-width: 1px;
    border-style: inset;
    border-color: transparent;
    border-image: initial;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

button,
[role="button"] {
    cursor: pointer;
}

button {
    background: transparent;
    padding: 0;
}

.sidebar-sticky {
    position: fixed;
    /* top: 130px;
    right: 132px; */
    /*margin-left: 20px;*/
    -webkit-animation: bounce 0.6s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    animation: bounce 0.6s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}

.sidebar-sticky-none {
    top: auto;
    bottom: 0;
    margin-left: 20px;
    position: absolute;
}


/* FOOTER */
footer {
    position: relative;
    bottom: 0;
}

.footer__ {
    background-color: var(--switch-darkBGFade) !important;
    color: var(--switch-textWhite);
    padding: 2rem 3rem;
    box-sizing: border-box;
    margin-top: 2rem;
}

.container___footer {
    display: flex;
    justify-content: center;
}

.container___footer__inner {
    width: 80%;
    display: flex;
    justify-content: center;
}

.footer {
    width: 60%;
    padding: .2rem 1rem;
}

.footer_one {
    width: 70%;
    padding: .2rem 1rem;
}

.footer_title {
    font-size: 16px;
}

.footer_one ul {
    padding: .3rem 0;
}

.footer_one ul li {
    list-style: none;
    display: block;
    padding: .3rem 0;
    font-size: 13px;
    color: var(--switch-textWhite);
}

.footer_foot {
    /*padding: 1rem 5rem;*/
}

.footer_foot a {
    padding: .5rem;
}

.fa-facebook-square {
    color: #1877F2 !important;
    font-size: 20px;
}

.fa-twitter-square {
    color: #1DA1F2 !important;
    border-radius: 3px;
    font-size: 20px;
}

.fa-telegram {
    color: #0088cc !important;
    border-radius: 3px;
    font-size: 20px;
}

.fa-calendar {
    font-size: 15px;
    /*margin-right: 5px;*/
    /*position: relative;*/
    /*left: 8px;*/
    color: var(--switch-textWhite) !important;
}

.fa-whatsapp {
    color: #09ca2b !important;
    border-radius: 3px;
    font-size: 20px;
}

.footer p {
    font-size: 14px;
}

.footer h2 {
    font-size: 15px;
    padding: .5rem 0;
}

.footer_one ul li a {
    color: var(--switch-textWhite);
}

.footer_one__con {
    display: flex;
    flex-wrap: nowrap;
    width: 70%;

}

.notif_not {
    color: var(--switch-textWhite);
}

.container___footer_xternal_links {
    width: 80%;
    margin: 0 auto;
    padding: 1rem .9rem;
    margin-top: 1rem;
}

.container___footer_xternal_links ul {
    padding: 0;
    margin: 0;
}

.container___footer_xternal_links ul li {
    display: inline-block;
    margin-right: 10px;
}

.container___footer_xternal_links ul li a {
    display: inline-block;
    padding: 9px 0;
    padding-bottom: 2px;
    line-height: 1;
    text-decoration: none;
    color: var(--switch-textWhite);
    transition: background 0.3s ease;
    font-size: 13px;
    border-bottom: 1px solid var(--switch-betopick) !important;
}

.container___footer_xternal_links ul li a:hover {
    color: var(--switch-betopick) !important;
    cursor: pointer;
    border-bottom: 0 solid transparent !important;
}







/*.stke_con{*/
/*    color: var(--switch-betopick);*/
/*}*/
.stke__ {
    color: var(--switch-betopick);
    font-weight: 600;
}

/* PROMO POPUP */
.ModalContainer {
    background: rgba(39, 38, 38, 0.1);
    backdrop-filter: blur(1rem);
}

@supports (backdrop-filter: blur(1rem)) {
    .ModalContainer {
        background: rgba(54, 52, 52, 0.1);
        backdrop-filter: blur(.3rem);
    }
}

.ModalContainer {
    /* display: flex; */
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999999;
    -webkit-box-pack: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgba(126, 105, 105, 0.1);
    display: none;
    transition: all 2.ease-out;
}

#myModal {
    width: 600px;
    /*background: rgba(0, 0, 0, 0.227);*/
    text-align: center;
    box-sizing: border-box;
    /*padding: 10px;*/
    /*border: 1px solid var(--switch-betopick);*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
}

.modal-content {
    width: 400px;
    height: 400px;
}

.modal-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#myModal .modal-top,
#myModal .modal-bottom {
    width: 100%;
    position: relative;
}

#myModal .modal-top #closeBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    border: 0px;
    padding: 4px 8px;
    color: #919191;
    cursor: pointer;
}

#myModal:hover .modal-top #closeBtn {
    background: var(--dark_betopick);
    color: #fff;
}

#myModal .modal-bottom #startNowBtn {
    position: absolute;
    top: -40px;
    right: 3px;
    /*background: rgba(0,0,0,0.3);*/
    border: 0px;
    padding: 7px 15px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 17px;
    border-radius: 8px;
}


/*goo ads*/
.image-container {
    height: 50px;
}

/* Base styles */
.gads728x90_desktop,
.gads320x50_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.gads728x90_desktop img,
.gads320x50_mobile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Desktop ad */
.gads728x90_desktop {
    max-width: 728px;
    height: 90px;
}

/* Mobile ad */
.gads320x50_mobile {
    /*max-width: 320px; */
    /*height: 50px;*/
}

/* Hide mobile ads on desktop */
@media (max-width: 62rem) {
    .gads320x50_mobile {
        display: flex;
    }
}

/* Hide desktop ads on mobile */
@media (max-width: 43rem) {
    .gads728x90_desktop {
        display: none;
    }

    .gads320x50_mobile {
        display: flex;
    }
}

/* Google AdSense container */
.adsbygoogle {
    display: block;
    margin: 0 auto;
}


/* notification */
.notification_con {
    width: 1.5rem;
    display: flex;
    position: relative;
    justify-content: center;
    /* flex-direction: column; */
    padding: 0.3rem;
    margin: 0.5rem;
    cursor: pointer;
}

.notification_tag {
    background-color: #ed3232;
    color: #fff !important;
    border-radius: 50%;
    padding: 3px;
    width: 17px;
    right: 0;
    top: 1;
    height: 17px;
    font-size: 13px;
    text-align: center;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--switch-darkBG);

}

.notification-toggle {
    width: 1.5rem;
    background: url(../img/svg/envelope.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1;
    border: 0;

    top: 0.9rem;
    right: 4.1rem;
    border-radius: 5px;
    /*padding: 0.6rem;*/
    /*margin: 0.5rem;*/
    cursor: pointer;
}

.notification_body_con {
    background-color: var(--switch-darkBGFade);
    width: 100%;
    height: 100%;
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0;
    padding: 1rem;
    z-index: 99999;
    display: none;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    padding-bottom: 9rem;
}

.notif_clos {
    background: url(../img/svg/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    display: block;
    /* position: absolute; */
    z-index: 9999;
    width: 1.8rem;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 0.6rem;
    float: right
}

.notification_body__ {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.notification_body {
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid var(--switch-darkBorderlight);
    width: 650px;
    /* height: 300px; */
    padding: 1rem;
    background: var(--switch-darkBG);
}

.leaderboard_con {
    color: var(--switch-textWhite);

}

.leaderboard_row {
    gap: var(--gap, .7rem);
    font-weight: 500;
    border: 1px solid transparent;
    padding: 0 10px;

}

.leaderboard_row:hover {
    border: 1px solid var(--switch-darkBorderlight);
    background-color: var(--switch-darkBGFade);
    border-radius: 6px;
    cursor: pointer;
}

.leaderboard_expert {
    border: 1px solid var(--switch-betopick) !important;
    border-radius: 6px;
}

.leaderboard_sn {
    font-size: 20px;
    font-weight: 500;
    padding: 7px;
    font-size: 20px;
    font-weight: 500;
    padding: 7px;
    width: 6%;
    justify-content: flex-start !important;
    /* margin-right: 50px;*/
}

.leaderboard_badge {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    overflow: hidden;
}

.leaderboard_user {
    width: 50%;
    text-align: right;
    justify-content: flex-start !important;
    font-weight: 500;
    text-transform: capitalize;
}

.leaderboard_gp {
    width: 50%;
    text-align: right;
    justify-content: flex-start !important;
}

.leaderboard_gp span {
    font-size: 13px;
    padding: 0 7px;
    color: #66e258;
}

.lost-span {
    font-size: 13px;
    padding: 0 7px;
    color: #f64f4f !important;
}

.leaderboard_prce {
    width: 50%;
    text-align: right;
    justify-content: flex-end !important;
}




/* Expert selection */

.centersideHeader h6 {
    font-size: 35px;
    color: var(--switch-textWhite);
    text-align: left;
    line-height: 45px;
    font-weight: 700;
}

.centersideHeader p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding: .5rem 0 0;
    color: var(--switch-textWhite)
}

.expert_pricing-card {
    width: 100%;
    padding: 1rem;
    background-color: var(--switch-darkBGShaded);
    border: 1px solid var(--switch-darkBorderlight);
    color: var(--switch-textWhite);
}

.expert_pricing_head_img_container {
    position: relative;
}

.expert_pricing_head {
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--switch-darkBorderlight);
    ;
}

.expert_pricing_head_img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    background: #ca00ff14;
}





.expert_pricing_getaccess {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 5px 6px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    transition: all .3s ease;
    cursor: pointer;
    border: 1px solid var(--switch-betopick);
}

.expert_pricing_getaccess:hover {
    background: var(--switch-betopick);
    color: #fff;
}











.expert_pricing_head_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expert_pricing_head_title {
    /* background-color: blue; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.expert_pricing_title {
    font-size: 16px;
    padding: 0 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--switch-textWhite)
}

.expert_pricing_title_flag {
    position: absolute;
    top: 0px;
    border: 1px solid #fff;
    right: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    overflow: hidden;
}

.expert_pricing_title_flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expert_pricing_body {
    padding: 0.5rem 0 1rem;
}

.expert_pricing_body h2 {
    font-size: 17px;
    padding: 10px 0;
    font-weight: 400;
}

.expert_pricing_body span {
    font-size: 40px;
    color: var(--switch-betopick);
    font-weight: 600;
}

.expert_form {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    justify-content: center;
}

.expert_form h3 {
    font-size: 12px;
    font-weight: 400;
    color: var(--switch-textWhite)
}

.expert_item_count {
    font-weight: 500;
    font-size: 19px;
    color: var(--switch-textWhite)
}

.expert__odds_body {
    padding: 10px;
}

.expert_pricing_odds {
    font-size: 20px;
    font-weight: 500;
}

.expert_pricing_odds_ {
    font-size: 14px;
}

.expert_item_count_title {
    font-size: 13px;
    padding: 3px;
}

.btn_expert_ {
    font-size: 14px;
}

.btnExpertImg {
    width: 27px;
    border-radius: 50%;
    height: 27px;
    overflow: hidden;
    margin-right: 10px;
}

.btnExpertImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expert_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_expert_active {
    border-bottom: 4px solid var(--switch-betopick);
}

.viip_btn_expert3_con {
    background: var(--switch-greenBG);
}

.viip_btn_expert3_con {
    background: var(--switch-greenBorder);
}

.viip_btn_expert3_con {
    background: var(--switch-fade_txt_White);
}


/*Whatsapp*/
.ctc_wp_desktop {
    position: fixed;
    bottom: 120px;
    right: 15px;
    cursor: pointer;
    z-index: 99999999;
}

.wwctc-analytics {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 10px;
}

.wwht-ctc-cta-hover {
    padding: 0px 16px;
    line-height: 1.6;
    font-size: 15px;
    background-color: rgb(37, 211, 102);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    margin: 0px 10px;
    order: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.wwctc-analytics:hover>.wwht-ctc-cta-hover {
    opacity: 1;
}












@media(max-width:62rem) {
    .footer__ {
        background-color: var(--switch-darkBGFade);
        padding: 2rem 1rem;
        margin-bottom: .5rem;
    }

    .container___footer__inner {
        width: 100%;
        display: block;
        justify-content: center;
    }

    .footer {
        width: 100%;
        padding: .2rem .3rem;
    }

    .footer_one__con {
        flex-wrap: wrap;
        width: 100%;
    }

    .footer_one {
        width: 100%;
        padding: .2rem .2rem;
        margin-top: 1rem;
    }

    .footer_foot {
        padding: 0rem 0 5rem;
    }

    .container___footer_xternal_links {
        width: 100%;
        margin: 0 auto;
        padding: .3rem 0rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }


    .leaderboard_con {
        font-size: 13px;
        padding: 8px;
    }

    .leaderboard_sn {
        font-size: 18px;
        font-weight: 500;
        /*padding: 7px;*/
        /*font-size: 20px;*/
        /*font-weight: 500;*/
        /*padding: 7px;*/
        /*width: 6%;*/
        justify-content: flex-start !important;
        /* margin-right: 50px;*/
    }

    .leaderboard_badge {
        width: 20px;
        height: 20px;
        border-radius: 30px;
        overflow: hidden;
    }

}

/*expert*/
.centersideHeader h6 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    text-transform: capitalize;
}

.centersideHeader p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: .5rem 0 0;
}




@media (max-width: 82rem) {
    .primary-header {
        width: 100%;
        z-index: 999999999;
        background: transparent;
        /* background: var(--darkBGFade); */
        align-items: center;
        justify-content: space-between;
        /* box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px; */
        max-width: 100vw;
        height: 64px;
        padding-left: 0;
        padding-right: 0;
        /* margin-bottom: 2rem; */
    }
}

@media (max-width:62rem) {


    .primary-header {
        /* position: -webkit-sticky; */
        /* position: fixed; */
        align-items: center;
        justify-content: space-between;
        width: 100%;
        /* max-width: 100vw; */
        height: 52px;
        right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        background-color: transparent;
        /* background-color: red; */
    }

    .primary-navigation {
        --gap: .4em;
        position: fixed;
        z-index: 1000;
        inset: 0 0 0 30%;
        flex-direction: column;
        padding: min(30vh, 10rem) 2em;
        transform: translateX(100%);
        transition: transform 200ms ease-out;
        background: var(--switch-darkBGFade);

    }

    .login {
        color: #fff !important;
        background: linear-gradient(33.58deg, var(--switch-betopick) .86%, #FFB578 93.78%) !important;
    }

    @supports(backdrop-filter: blur(1rem)) {
        .primary-navigation {
            background: var(--switch-darkBGShaded);
            /* backdrop-filter: blur(1rem); */
        }

    }

    .primary-navigation[data-visible='true'] {
        transform: translateX(0%);
    }

    .mobile-nav-toggle {
        display: block;
        /* position: absolute; */
        z-index: 9999;
        width: 1.8rem;
        /* height: 1.8rem; */
        background: url(../img/svg/hamburger.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /* aspect-ratio: 1; */
        border: 0;
        /* top: 0rem; */
        right: 1rem;
        border-radius: 5px;
        color: #fff;
        padding: 0.6rem;

    }

    .mobile-nav-toggle:focus {
        outline: none;
    }

    .mobile-nav-toggle[aria-expanded="true"] {
        background: url("../img/svg/close.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    /* Profile nav toggle */
    .profile-nav-toggle {

        /* position: absolute; */
        z-index: 99;
        width: 1.7rem;
        height: 1.7rem;
        font-size: 17px !important;
        /* width: 2rem; */
        /* background: url(../img/svg/user.svg); */
        /* background-repeat: no-repeat; */
        /* background-size: contain; */
        /* background-position: center; */
        /* aspect-ratio: 1; */
        /* border: 0; */
        top: 0rem;
        right: 0;

    }

    /* Mobile Search Toggle */
    .mobile-search-toggle {
        display: block;
        position: absolute;
        z-index: 999992;
        width: 1.5rem;
        /* background: url(../img/hamburger.png) no-repeat fixed center; */
        background: url(../img/svg/close.svg);
        background-repeat: no-repeat;
        background-position: center;
        aspect-ratio: 1;
        border: 0;
        /* background-color: var(--darkBGFade); */
        top: 1.2rem;
        right: 1rem;
        border-radius: 5px;
        color: var(--textWhite);
        padding: 0.6rem;
        display: none;
    }

    /* Dark Mode Toggle */
    .dark-mode-toggle {
        display: block;
        position: relative;
        z-index: 99;
        width: 1.6rem;
        /*height: 1.6rem;*/
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 1;
        border: 0;
        top: 0;
        right: 0;
    }

    /* Dark Mode Toggle */
    .dark-mode-togglefocus {
        display: block;
        position: relative;
        z-index: 99;
        width: 2rem;
        /* background: url(../img/svg/user.svg); */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 1;
        border: 0;
        /* top: 1rem; */
        /* right: 9rem; */
        border-radius: 5px;
        padding: .6rem;
    }

    /* Mobile nav toggle */
    .search_toggle {
        display: block;
        position: absolute;
        z-index: 99;
        width: 2rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 1;
        border: 0;
        top: 1rem;
        right: 7.5rem;
        border-radius: 5px;
        padding: .6rem;

    }

    .wrapa {
        position: -webkit-sticky;
        position: fixed !important;
        z-index: 999999999;
        background: var(--switch-darkBG);
        /*box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;*/
        max-width: 100vw;
        /* height: 92px; */
        /* margin-bottom: 2rem; */
    }


    /* Category slidder under header */
    .MenuNavBarsContainer {
        float: left;
        width: 100%;
        position: relative;
        z-index: 6;
    }

    .MenuNavBarsContainerPadding {
        padding: 0px 1rem;
    }

    .MenuNavBarsContainerInner {
        width: 100%;
        /*height: 40px;*/
        padding: 0px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .MenuNavBarsContainerInner ul {
        padding: 0;
        float: left;
        overflow: hidden;
    }

    .MenuNavBarsContainerInner li {
        display: inline-block;
        list-style: none;
        padding-left: 0;
    }

    .MenuNavBarsContainerInner a {
        padding: 0;
        /*padding:.5em;*/
        font-size: 13px;
        font-weight: 400 !important;
        text-transform: capitalize;
        color: var(--switch-textWhite);
        text-decoration: none;
    }


    .search_ba {
        width: 0%;
        left: -2rem;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 99999;
        background: var(--switch-darkBG)
    }

    .search_it {
        height: 3rem;

        width: 100%;
        min-width: 0px;
        outline: 2px solid transparent;
        outline-offset: 2px;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        transition-property: none;
        transition-duration: 220ms;
        font-size: 1rem;
        -webkit-padding-start: 3rem;
        padding-inline-start: 3rem;
        -webkit-padding-end: 3rem;
        padding-inline-end: 3rem;
        border-radius: 333px;
        border: 2px solid;
        border-color: transparent;
        padding-left: 2.5rem;
        font-weight: 500;
    }

    .css-wig88s {
        left: 0;
        width: 3rem;
        height: 100%;
        font-size: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: absolute;
        top: 0px;
        z-index: 2;
    }

    .css-n5gr1q {
        /* width: 1.5rem;
        height: 1.5rem; */
        display: inline-block;
        line-height: 1em;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: currentColor;
        vertical-align: middle;
    }

    .notification_tag {
        padding: 3px;
        width: 17px;
        right: 0;
        top: 14px;
        height: 17px;
        font-size: 13px;
        ;
        position: absolute;
        justify-content: center;
        align-items: center;
        border: 2px solid var(--switch-darkBG);
    }


    /*Dropdown*/
    .dropdown-menu {
        top: 100%;
        width: 100%;
        left: 0;
        float: left;
        min-width: 10rem;
        max-height: 600px;
        overflow-y: scroll;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;

    }

    .nav-item .dropdown-menu {
        border: 0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: 0 0 0 0 rgba(138, 155, 165, 0.15);
    }

    .dropdown-item {
        font-size: 14px !important;
    }

    .primary-navigation {
        list-style: none;
        padding: 4rem .5rem;
        margin: 0;
        justify-content: initial !important;
        align-items: inherit !important;
    }

    .primary-navigation li a {
        padding: 9px 25px;
        /* color: #333; */
        font-weight: 500;
        font-size: 1rem;
        /*background: var(--switch-darkBGFade);*/
        border-bottom: 1px solid var(--switch-darkBorderlight);
        display: inline-block;
        width: 100%;
    }

    .primary-navigation li a:nth-last-child() {
        border-bottom: 1px solid transparent;
    }

    .prof_pop_container_card {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 3rem;
        width: 100%;
        outline: transparent solid 2px;
        outline-offset: 2px;
        border-radius: 10px;
        color: inherit;
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
        z-index: 9999999;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        max-width: 400px;
    }





}

@media (max-width: 62rem) {
    #primaryheader {
        display: block;
    }

    .search_ba {
        /* background-color:var(--darkBG);; */
        width: 0%;
        left: -20rem;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 99999;
    }

    .primary_logo {
        display: flex;
        justify-content: left;
        width: 150px;
        height: 50px;
    }

    .primary_logo img {
        margin: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Mobile nav toggle */
    .search_toggle {
        display: block;
        position: absolute;
        z-index: 99;
        width: 2rem;
        /* background: url('../img/hamburger.png') no-repeat fixed center; */
        /* background:url("../img/svg/user.svg"); */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-color: transparent;
        aspect-ratio: 1;
        border: 0;
        top: .2rem;
        right: 7rem;
        border-radius: 5px;
        color: #fff;
        padding: .6rem;

    }

    .prof_pop_container_card {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 3rem;
        width: 100%;
        outline: transparent solid 2px;
        outline-offset: 2px;
        border-radius: 10px;
        color: inherit;
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
        z-index: 9999999;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        max-width: 400px;
    }
}

@media (max-width: 43rem) {

    .primary-header {
        /* position: -webkit-sticky; */
        /* position: fixed; */
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 45px;
        right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        background-color: transparent;
    }

    .search_ba {
        background: var(--switch-darkBG);
        width: 0%;
        left: -20rem;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 99999;
    }

    .primary_logo {
        display: flex;
        justify-content: left;
        width: 120px;
        height: 50px;
    }

    .logo {
        font-size: 25px;
        width: 150px;
    }

    .logoimg {
        width: 35px;
        height: 35px;
        padding: 3px;
    }

    .logoimg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .primary_logo img {
        margin: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Mobile nav toggle */

    /* Profile pop container */
    .buyPointsContainer {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 999999999;
        -webkit-box-pack: center;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
        overflow-y: hidden;
        background: rgba(126, 105, 105, 0.1);
    }

    @supports(backdrop-filter: blur(1rem)) {
        .buyPointsContainer {
            background: rgba(126, 105, 105, 0.1);
            backdrop-filter: blur(1rem);
        }
    }

    .buyPointsBody {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        outline: transparent solid 2px;
        outline-offset: 2px;
        border-radius: 0;
        background: var(--switch-darkBG);
        color: inherit;
        margin-top: 0;
        margin-bottom: 0rem;
        z-index: 9999999;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        border-color: var(--switch-darkBGFade);
        max-width: 100%;
    }

    .buyPointsHeader {
        display: flex;
        justify-content: space-between;
        padding: 20px 15px 10px 15px;
    }



    .buypopbody {
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
    }

    .tutaAmountPrz {
        padding: .5rem;
        border-radius: 5px;
    }

    .fundwalbtn {
        padding: 10px;
        margin-top: .5rem;
    }

    .buyfunds_btn {
        display: inline-flex;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        border-radius: 3px;
        -webkit-box-pack: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        padding: 8px 20px;
        background-color: var(--switch-bleColor);
        border: 1px solid transparent;
        color: rgb(255, 255, 255);
        margin: 10px;
    }

    .card_weaccept {
        position: absolute;
        bottom: 107px;
        width: 100%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .pcard {
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    .pcardimg {
        display: inline-block;
        margin: 10px;
        width: 60px;
        height: 60px;
        list-style: none;
    }

    .pcardimg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #page {
        width: 100%;
        position: relative;
    }

    #login2 {
        display: block;
    }

    .bal_ {
        border-radius: 5px;
        border: 1px solid var(--switch-betopick);
        font-weight: 600;
        font-size: 14px;
        padding: 0.3rem 0.4rem;
        color: #fff;
        cursor: pointer;
    }

    .result_tick {
        background: #53af75;
        width: 15px;
        height: 15px;
    }

    .result_tick_red {
        background: #f34040;
        width: 15px;
        height: 15px;
    }

    /*POPUP*/

    #myModal {
        max-width: 350px;
        max-height: 350px;
        border-radius: 5px;
    }

    .modal-content {
        width: 100%;
        height: 100%;
    }

    /*goo ads*/
    .image-container {
        display: initial;
    }

    .gads728x90 {
        width: 320px;
        /*height:50px;*/
        overflow: hidden;
        display: flex !important;
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        margin: 0 auto;
        z-index: 0 !important;
    }

    .gads728x90_desktop {
        display: none !important;
    }

    .notification_body {
        margin: 0 auto;
        border: 1px solid transparent;
        width: 100%;
        padding: 0rem;
        background: transparent;
    }

    .btn_expert_ {
        font-size: 12px;
    }

    .active_tab {
        border-top: 3px solid var(--switch-betopick);
        border-radius: 1px;
    }





}