body {
        overflow-x: hidden;
  background:blue;
    }
    
    @import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap&subset=cyrillic);
    .rounded-slider {
        border-radius: 10px;
    }
    
    .header-logo {
        max-width: 9.375rem;
        max-height: 4.0625rem;
    }
    
    .bg-body {
        background-color: #101010 !important;
        border: none;
        color: #f4f4f4;
    }
    
    .bg-body-dark {
        background-color: #212225 !important;
        border: none;
        color: #f4f4f4;
    }
    
    .bg-card {
        background-color: #323436 !important;
        border: none;
        color: #f4f4f4;
    }
    
    .bg-transparent {
        background: transparent !important;
    }
    
    .cradius {
        border-radius: 10px !important;
    }
    
    .btn-custom {
        background: -webkit-linear-gradient(to right, #f7b733, #fa6941);
        background: linear-gradient(to right, #f7b733, #fa6941);
        color: #fff;
        border: none !important;
        border-radius: 20px;
        text-align: center;
        padding: 10px;
        box-shadow: 1px 1px 5px 2px #f7b6336c !important;
    }
    
    .btn-custom-nav {
        background: -webkit-linear-gradient(to right, #f7b733, #fa6941);
        background: linear-gradient(to right, #f7b733, #fa6941);
        color: #fff;
        border-radius: 20px;
        border: none !important;
        text-align: center;
        box-shadow: 1px 1px 5px 2px #f7b6336c !important;
    }
    
    .btn-custom-outline-nav {
        border: 1px solid #f7b733;
        color: #f7b733;
        border-radius: 20px;
        background: transparent;
    }
    
    .btn-custom-outline:hover {
        background: linear-gradient(to right, #f7b733, #fa6941);
    }
    
    .btn-custom:hover {
        color: #fff;
        text-align: center;
    }
    
    .bg-custom {
        background-color: #fa6941 !important;
    }
    
    .btn-custom-outline {
        border: 1px solid #f7b733;
        color: #f7b733;
        background: transparent;
    }
    
    .btn-custom-outline:hover {
        color: #fff;
        /* background: linear-gradient(to right, #f7b733, #fa6941); */
        background: #f7b733;
    }
    
    .text-custom {
        color: #f7b733;
    }
    
    .input-dark {
        background-color: #a3a3a3 !important;
        border: none !important;
    }
    
    .shadow-dreamy {
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), 0 4px 2px rgba(0, 0, 0, 0.2), 0 8px 4px rgba(0, 0, 0, 0.2), 0 16px 8px rgba(0, 0, 0, 0.2), 0 32px 16px rgba(0, 0, 0, 0.2);
    }
    
    .shadow-card {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.2), 0 8px 8px rgba(0, 0, 0, 0.2), 0 16px 16px rgba(0, 0, 0, 0.2), 0 32px 32px rgba(0, 0, 0, 0.2);
    }
    
    .img-hover-zoom {
        overflow: hidden;
    }
    
    .img-hover-zoom img {
        margin: 20px;
        transition: transform .5s ease;
    }
    
    .img-hover-zoom:hover img {
        margin: 20px;
        transform: scale(1.5);
    }
    
    .w-c {
        width: 200px;
    }
    
    .list-group-item:hover {
        background-color: #17171873 !important;
        color: #fff !important;
    }
    
    .list-group-item {
        color: rgb(185, 184, 184) !important;
    }
    
    .thumbnail {
        position: relative;
    }
    
    .caption {
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }
    
    .overlay {
        background-color: #0f0f0fb7 !important;
        color: #fff !important;
        overflow: hidden;
    }
    
    a {
        text-decoration: none;
    }
    
    .user-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .owl-carousel {
        position: relative;
    }
    
    .owl-carousel .owl-stage-outer {
        padding-top: 1.5em;
        position: relative;
    }
    
    .owl-carousel .owl-item {
        opacity: 1;
    }
    
    .owl-carousel .owl-item.active {
        opacity: 1;
    }
    
    .owl-carousel .owl-nav {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
        color: rgba(0, 0, 0, 0.2) !important;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
        opacity: 1;
    }
    
    @media (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }
    
    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
        font-size: 16px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    
    @media (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev span:before,
        .owl-carousel .owl-nav .owl-next span:before {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }
    
    .owl-carousel .owl-nav .owl-prev:hover span:before,
    .owl-carousel .owl-nav .owl-next:hover span:before {
        color: #83b582;
    }
    
    .owl-carousel .owl-nav .owl-prev {
        right: 0;
        margin-right: 20px;
    }
    
    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
    
    .owl-carousel .owl-dots {
        text-align: center;
        margin-top: 10px;
    }
    
    .owl-carousel .owl-dots .owl-dot {
        width: 7px;
        height: 7px;
        margin: 5px;
        background: rgba(252, 202, 137, 0.705);
        position: relative;
        border-radius: 1px;
        /* box-shadow: 1px 1px 5px 1px #FAFFFD45 !important; */
    }
    
    .owl-carousel .owl-dots .owl-dot:hover,
    .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important;
    }
    
    .owl-carousel .owl-dots .owl-dot.active {
        background: rgb(255, 244, 235);
    }
    
    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }
    
    .testimony-wrap {
        display: block;
        position: relative;
        background: white;
        padding: 0 30px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    }
    
    .testimony-wrap .user-img {
        width: 60px;
        height: 60px;
        position: relative;
        border-radius: 50%;
    }
    
    .testimony-wrap .name {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 0;
        color: #fff;
    }
    
    .testimony-wrap .position {
        font-size: 16px;
        color: #f7b733;
    }
    
    .ad-image {
        width: 100%;
        height: inherit;
        overflow: hidden;
        border: none !important;
    }
    
    .promo-caption {
        font-size: 12px !important;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
    }
    
    .underline {
        background: linear-gradient(to left, #fa6941, #f7b733 100%);
        background-position: 0 100%;
        background-size: 100% 2px;
        background-repeat: repeat-x;
    }
    
    .blur-image {
        background-image: url("assets/img/1.jpg");
        filter: blur(8px);
        -webkit-filter: blur(8px);
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .div-image {
        background: -webkit-linear-gradient(to right, #222224, #151718);
        background: linear-gradient(to right, #222224, #151718);
    }
    /* Clock */
    
    .clock {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .clock span {
        font-family: "Exo 2", sans-serif;
        color: #ffffff;
        font-size: 22px;
        line-height: 1;
    }
    
    .clock>div {
        border-radius: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .clock>div {
        width: calc(25% - 20px);
        padding: 1.875rem 1.25rem;
        background-color: #1f1f1f;
        box-shadow: inset 0 0 10px rgba(108, 108, 109, 0.85);
    }
    
    .clock>div span {
        font-family: "Exo 2", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #f99537;
    }
    
    .lottery-details-header .content .clock>div p {
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 10px;
    }
    /* Small Clock */
    
    .sm-clock {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .sm-clock span {
        font-family: "Exo 2", sans-serif;
        color: #ffffff;
        font-size: 12px;
        line-height: 1;
    }
    
    .sm-clock>div {
        border-radius: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .sm-clock>div {
        width: calc(25% - 20px);
        padding: 0.3rem;
        background-color: #1f1f1f;
        box-shadow: inset 0 0 10px rgba(108, 108, 109, 0.85);
    }
    
    .sm-clock>div p {
        font-size: 12px !important;
        margin: 0px;
    }
    
    .sm-clock>div span {
        font-family: "Exo 2", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #f99537;
    }
    /* Clock End */
    
    .lottery-details-body {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .lottery-details-body .top-part {
        padding: 20px 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    }
    
    .lottery-details-body .top-part .left {
        width: 30%;
    }
    
    @media (max-width: 575px) {
        .lottery-details-body .top-part .left {
            width: 100%;
            text-align: center;
        }
    }
    
    .lottery-details-body .top-part .middle {
        width: 40%;
        text-align: center;
    }
    
    @media (max-width: 575px) {
        .lottery-details-body .top-part .middle {
            width: 100%;
            margin-top: 15px;
        }
    }
    
    .lottery-details-body .top-part .middle .balance {
        font-family: "Exo 2", sans-serif;
        font-size: 32px;
        color: #f99537;
    }
    
    @media (max-width: 991px) {
        .lottery-details-body .top-part .middle .balance {
            font-size: 28px;
        }
    }
    
    .lottery-details-body .top-part .right {
        width: 30%;
        text-align: right;
    }
    
    @media (max-width: 575px) {
        .lottery-details-body .top-part .right {
            text-align: center;
            width: 100%;
            margin-top: 20px;
        }
    }
    
    .lottery-details-body .body-part {
        padding: 80px 30px;
    }
    
    .lottery-details-body .footer-part {
        border-top: 2px solid rgba(255, 255, 255, 0.05);
        padding: 20px 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .lottery-details-instruction .cumtom--nav-tabs {
        border-radius: 20px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    
    .lottery-details-instruction {
        padding: 1.875rem;
    }
    
    .lottery-details-instruction .cumtom--nav-tabs {
        padding: .625rem;
        background-color: #1d1c1c;
    }
    
    .cumtom--nav-tabs {
        border-bottom: none;
    }
    
    .cumtom--nav-tabs .nav-item {
        padding: 5px;
    }
    
    .cumtom--nav-tabs .nav-item .nav-link {
        background-color: transparent;
        border: 1px solid #f99537;
        color: #fff;
    }
    
    .cumtom--nav-tabs .nav-item .nav-link.active {
        border-color: #f99537;
        color: #1b1b1b !important;
    }
    
    .cumtom--nav-tabs .nav-item .nav-link.active,
    .custom--table thead,
    .inline-social-links li a:hover,
    .button-nav-tabs .nav-item .nav-link.active {
        background-color: transparent;
        color: #fff !important;
    }
    
    .account-wrapper {
        padding: 3.125rem;
        border: 1px solid rgba(249, 133, 55, 0.4);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        box-shadow: 0 0 15px rgba(249, 133, 55, 0.55);
        animation: shadowGlow 2s infinite ease;
        position: relative;
        z-index: 2;
        --shadow-1: rgba(249, 133, 55, 0.25);
        --shadow-2: rgba(249, 133, 55, 0.35);
        --shadow-3: rrgba(249, 133, 55, 0.45);
    }
    
    .account-thumb-area {
        margin-bottom: 1.5rem;
    }
    
    .account-thumb-area .title {
        font-size: 1.5rem;
    }
    
    .form-group {
        margin-bottom: .9375rem;
    }
    
    .form--control {
        padding: .625rem 1.25rem;
        border: 1px solid #fec882;
        width: 100%;
        background-color: #222325;
        border-radius: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        color: #fff;
        height: 2.75rem;
    }
    
    .form--control::-webkit-input-placeholder {
        color: #ccc;
    }
    
    .form--control::-moz-placeholder {
        color: #ccc;
    }
    
    .form--control:-ms-input-placeholder {
        color: #ccc;
    }
    
    .form--control:-moz-placeholder {
        color: #ccc;
    }
    
    .form--control:focus {
        background-color: #222325;
        border-color: #fec882 !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.65) !important;
        color: #fff;
    }
    
    .form--control:placeholder-shown {
        border-color: #fec882;
        color: #fff;
    }
    
    .form--control[readonly] {
        background-color: #222325;
    }
    
    .form--control.style--two {
        border-width: 0 0 1px 0;
        padding: .625rem 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        font-family: "Exo 2", sans-serif;
        border-bottom-color: #999;
    }
    
    .form--control.style--two:focus {
        box-shadow: none;
    }
    
    .form--control.form-control-sm {
        height: 35px;
    }
    
    .select {
        padding: .625rem 1.25rem;
        width: 100%;
        border: 1px solid #212122;
        cursor: pointer;
        color: #fafafa;
        background-color: #fff;
        height: 3.125rem;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    
    .select option {
        padding: .625rem 0;
        display: block;
        border-top: 1px solid #e5e5e5;
    }
    
    .select.style--trans {
        background-color: transparent;
        color: #fff;
        border-color: rgba(255, 255, 255, 0.5);
    }
    
    .select.style--trans option {
        color: #363636;
    }
    
    .select.select-sm {
        height: 2.1875rem;
        font-size: .875rem;
        padding: .3125rem;
    }
    
    textarea {
        min-height: 9.375rem !important;
        resize: none;
        width: 100%;
    }
    
    label {
        color: #fff;
        margin-bottom: .625rem;
        font-size: .875rem;
        font-weight: 500;
    }
    
    @media (max-width: 575px) {
        .account-wrapper {
            padding: 30px;
        }
    }
    
    @media (max-width: 440px) {
        .account-wrapper {
            padding: 20px;
        }
    }
    
    .w-80 {
        width: 80% !important;
    }
    
    .about-thumb img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: center;
        -o-object-position: center;
    }
    
    .about-thumb,
    .lottery-details-instruction .cumtom--nav-tabs {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    
    .about-thumb {
        overflow: hidden;
        height: 100%;
    }
    
    .about-thumb img {
        width: 100%;
        height: 100%;
    }
    
    .overview-card__icon {
        color: #f99537;
    }
    
    .text-shadow--base i {
        color: #fcfcfc;
        text-shadow: -1px -1px 5px rgba(231, 181, 41, 0.2), 1px -1px 5px rgba(228, 189, 19, 0.4), -1px 1px 5px rgba(255, 201, 52, 0.623), 1px 1px 5px rgba(238, 204, 55, 0.7);
    }
    
    .text-shadow--base {
        color: #F7AF35;
        text-shadow: 1px 1px 5px 2px #F7AF35 !important;
    }
    
    .overview-card__icon {
        font-size: 1.5rem;
        line-height: 1;
    }
    
    .overview-card .amount {
        font-size: 1.65rem;
        font-weight: 500;
    }
    
    .contact-info i,
    .contact-info p a:hover {
        color: #f99537 !important;
    }
    
    .contact-info i {
        font-size: 1.75rem;
        width: 45px;
    }
    
    .contact-info p {
        width: calc(100% - 45px);
    }
    
    .contact-info p a {
        color: #ffffff !important;
    }
    
    .contact-info-card {
        padding: 1.25rem;
    }
    
    @media (max-width: 991px) {
        .overview-card .amount {
            font-size: 1.5rem;
        }
    }
    
    @media (max-width: 767px) {
        .overview-card .amount {
            font-size: 1.375rem;
        }
    }
    /* Media Query */
    
    @media (max-width: 767px) {
        .lottery-details-header .content .clock>div span {
            font-size: 32px;
        }
    }
    
    @media (max-width: 575px) {
        .lottery-details-header .content .clock>div span {
            font-size: 24px;
        }
    }
    
    @media (max-width: 767px) {
        .lottery-details-header .content .clock>div {
            width: calc(25% - 5px);
        }
    }
    
    @media (max-width: 575px) {
        .lottery-details-header .content .clock>div {
            padding: 20px 10px;
            width: calc(50% - 10px);
            margin-top: 15px;
        }
    }
    
    @media (max-width: 1199px) {
        .caption {
            padding-top: 3.5rem;
            padding-bottom: 7.5rem;
        }
    }
    
    @media (max-width: 767px) {
        .caption {
            padding-top: 3.25rem;
            padding-bottom: 6.25rem;
        }
    }
    
    @media (max-width: 575px) {
        .caption {
            padding-top: 2.25rem;
        }
        .caption .sub-text {
            display: none;
        }
        .caption .caption-button {
            font-size: 9px;
        }
    }
    
    .description {
        color: #f7b733;
        font-size: 1.8rem;
    }
    
    @media (max-width: 991px) {
        .description {
            font-size: 1.8rem;
        }
    }
    
    @media (max-width: 767px) {
        .description {
            font-size: 1.2rem;
        }
    }
    
    @media (max-width: 575px) {
        .description {
            font-size: 0.8rem;
        }
    }
    
    @media (max-width: 480px) {
        .description {
            font-size: 0.8rem;
        }
    }
    /* Custom check box */
    
    input[type="radio"] {
        display: none;
    }
    
    .custom-check {
        transition: .4s;
        background: transparent;
        color: #FFA000;
        border-radius: 20px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.26);
        border: 1px solid #FFF;
    }
    
    .custom-check {
        padding: 20px;
    }
    
    .custom-check:before {
        font-size: 17px;
        position: absolute;
        left: 24px;
        top: 6px;
        opacity: 0;
    }
    
    input:checked+label {
        border-color: #fff;
        background: #fff;
        color: #333;
        box-shadow: 0 4px 12px 0 rgba(180, 179, 179, 0.26);
    }
    
    .custom-check:checked:before {
        opacity: 1;
    }
    
    .custom-check:checked:after {
        opacity: 1;
        border-color: #333;
    }
    
    .custom-check:hover {
        transition: .4s;
        box-shadow: 0 4px 12px 0 rgba(180, 179, 179, 0.26);
        border: 1px solid #FFF;
    }
    
    .game-card {
        background-image: url(https://t4.ftcdn.net/jpg/01/29/27/79/360_F_129277968_ebx6W45pOdbdy3kFxZtfpJcoIeiTwpkR.jpg);
        background-repeat: inherit;
        border: 1px solid;
        box-shadow: 0 4px 12px 0 rgba(180, 179, 179, 0.26);
    }
    
    .glowing-card:hover {
        box-shadow: 0 5px 14px #f8e10f7a, inset 0 0 14px #FFA000;
        border-color: #FFA000;
        border: 2px solid #f7b733;
        ;
    }
    
    .progress-height {
        height: 10px !important;
    }
    
    .progress-color {
        background-color: #FA6D40 !important;
    }
    
    .table-game {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
    }
    
    .table-game {
        align-items: center !important;
    }
    
    .table-game img {
        max-width: 50px !important;
    }
    
    .table-game .name {
        padding-left: .625rem !important;
    }
    
    .balance-card {
        text-align: center;
        padding: 20px 30px;
        background: linear-gradient(to left, #fa6941, #f7b733 100%);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .balance-card .number {
        font-size: 16px;
    }
    
    .dashboard-card {
        background-color: #313335;
        padding: 20px 30px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        position: relative;
        overflow: hidden;
    }
    
    .dashboard-card:hover {
        background-color: #535557d4 !important;
    }
    
    .dashboard-card .number {
        font-size: 16px;
        color: #f7b733;
    }
    
    .dashboard-card .icon {
        position: absolute;
        color: #f7b733;
        font-size: 100px;
        bottom: -15px;
        right: 0;
        opacity: 0.2;
    }
    
    .dashboard-card .view--btn {
        padding: 4px 10px;
        font-size: 11px;
        float: right;
        color: #ffffff;
        border-radius: 999px;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        -ms-border-radius: 999px;
        -o-border-radius: 999px;
        margin-top: -10px;
        background: linear-gradient(to left, #fa6941, #f7b733 30%);
        margin-right: -15px;
    }
    /* Transaction Table */
    
    .custom--table {
        background-color: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    
    .custom--table.white-space-nowrap th {
        white-space: nowrap;
    }
    
    .custom--table thead tr {
        box-shadow: 0 5px 5px rgba(189, 189, 189, 0.35);
    }
    
    .custom--table thead th {
        border-top: none;
        padding: .625rem 1.25rem;
        color: #fff;
        background-color: transparent;
        border: none;
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
    }
    
    .custom--table thead th:first-child {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
        -ms-border-radius: 5px 0 0 0;
        -o-border-radius: 5px 0 0 0;
        text-align: left;
    }
    
    .custom--table thead th:last-child {
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -ms-border-radius: 0 5px 0 0;
        -o-border-radius: 0 5px 0 0;
        text-align: right;
    }
    
    .custom--table tbody td {
        border-top: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        padding: .9375rem 1.25rem;
        color: #fafafa;
        vertical-align: middle;
        font-size: 1rem;
        text-align: center;
    }
    
    .custom--table tbody td:first-child {
        text-align: left;
    }
    
    .custom--table tbody td:last-child {
        text-align: right;
    }
    
    .custom--table tbody tr td {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px !important;
    }
    
    .custom--table tbody tr:hover {
        background-color: #22232538;
        border-radius: 0 5px 0 0;
    }
    
    .custom--table tbody tr:last-child td {
        border-bottom: none;
    }
    /* Custom file upload*/
    
    .custom--file-upload {
        line-height: 40px;
    }
    
    .custom--file-upload~label {
        position: absolute;
        top: 4px;
        left: -1px;
        width: 121px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f9cc37;
        color: #fff;
        border-radius: 5px 0 0 5px;
    }
    
    .btn-disabled {
        opacity: 0.5;
        cursor: no-drop !important;
    }
    
    .profile-thumb {
        position: relative;
        width: 11.25rem;
        height: 11.25rem;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        display: inline-flex;
        margin-top: -100px;
    }
    
    .profile-thumb .profilePicPreview {
        width: 11.25rem;
        height: 11.25rem;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        display: block;
        border: 3px solid #ffffff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        background-size: cover;
        background-position: center;
    }
    
    .profile-thumb .profilePicUpload {
        font-size: 0;
        opacity: 0;
    }
    
    .profile-thumb .avatar-edit {
        position: absolute;
        right: 35%;
        bottom: -30px;
    }
    
    .profile-thumb .avatar-edit input {
        width: 0;
    }
    
    .profile-thumb .avatar-edit label {
        width: 45px;
        height: 45px;
        background: linear-gradient(to left, #fa6941, #f7b733 30%);
        border-radius: 50%;
        text-align: center;
        line-height: 45px;
        border: 2px solid #ffffff;
        font-size: 18px;
        cursor: pointer;
        color: #ffffff;
    }
    /* profile section css end */
    
    .badge-warning {
        background-color: #ffc107;
    }
    
    .badge-success {
        background-color: #24f358;
    }
    
    .badge-custom {
        background: linear-gradient(to right, #f7b733, #fa6941);
        box-shadow: 1px 1px 5px 2px #f7b6336c !important;
    }
    
    .image-upload .thumb .profilePicPreview {
        width: 100%;
        height: 310px;
        display: block;
        border: 3px solid #f1f1f1;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        background-size: cover !important;
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
    }
    
    .image-upload .thumb .profilePicPreview.logoPicPrev {
        background-size: contain !important;
        background-position: center;
    }
    
    .image-upload .thumb .profilePicUpload {
        font-size: 0;
        opacity: 0;
    }
    
    .image-upload .thumb .avatar-edit label {
        text-align: center;
        line-height: 45px;
        font-size: 18px;
        cursor: pointer;
        padding: 2px 25px;
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
        transition: all 0.3s;
    }
    
    .image-upload .thumb .avatar-edit label:hover {
        transform: translateY(-3px);
    }
    
    .image-upload .thumb .profilePicPreview .remove-image {
        position: absolute;
        top: -9px;
        right: -9px;
        text-align: center;
        width: 55px;
        height: 55px;
        font-size: 24px;
        border-radius: 50%;
        background-color: #df1c1c;
        color: #fff;
        display: none;
    }
    
    .image-upload .thumb .profilePicPreview.has-image .remove-image {
        display: block;
    }
    
    .text-shadow-base a:hover {
        color: #f7b733 !important;
        text-decoration: underline !important;
    }
    
    .text-shadow-base {
        color: #F7AF35;
        text-shadow: 1px 1px 5px 2px #F7AF35 !important;
    }
    
    th,
    td {
        padding: 20px !important;
        align-content: center;
    }
    
    .glass-card {
        backdrop-filter: blur(4px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(9, 9, 10, 0.75);
    }
    
    .glass-game-card {
        backdrop-filter: blur(4px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(38, 38, 40, 0.75);
    }
    
    .light-gradient-bg {
        background-image: linear-gradient(to bottom, #c3c3c3, #ebb164);
    }
    
    .btn-custom-sm {
        height: 30px;
        border-radius: 10px;
        background: linear-gradient(to right, #f7b733, #fa6941);
        color: #fff;
        border: none !important;
        text-align: center;
        font-size: 12px;
        box-shadow: 1px 1px 5px 2px #f7b6336c !important;
    }
    
    .btn-custom-sm:hover {
        color: #fff;
        text-align: center;
    }
    
    .bradius10 {
        border-radius: 10px !important;
    }
    
    .stat-card {
        padding: 1.5rem;
        box-shadow: inset 0 0 10px rgba(249, 253, 253, 0.85);
        border: 2px solid transparent;
        height: 100%;
    }
    
    @media (max-width: 575px) {
        .stat-card {
            padding: 1.25rem;
        }
    }
    
    .stat-card__header {
        align-items: center;
    }
    
    .stat-card__header .thumb {
        width: 70px;
    }
    
    .stat-card__header .thumb img {
        max-height: 80px;
    }
    
    .stat-card__header .content {
        width: calc(100% - 70px);
        padding-left: 1.25rem;
    }
    
    .stat-card .caption-list-one .caption {
        width: 40%;
    }
    
    .stat-card .caption-list-one .value {
        width: 60%;
    }
    
    .stat-card {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .stat-card {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    
    .stat-card__header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .caption-list-one {
        padding: .625rem .9375rem;
        background-color: rgba(110, 236, 238, 0.1);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .caption-list-one li {
        font-family: "Exo 2", sans-serif;
        font-weight: 500;
        color: #fff;
        font-size: .75rem;
        align-items: center;
        padding: 10px;
    }
    
    .caption-list-one li .caption {
        width: 30%;
        position: relative;
        font-weight: 700;
    }
    
    ul,
    ol {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    /*Winner Card */
    
    #f1_container {
        border-radius: 5px;
        position: relative;
        margin: 10px auto;
        height: 270px;
        z-index: 1;
    }
    
    #f1_container {
        perspective: 1000px;
    }
    
    #f1_card {
        border-radius: 5px;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: all 0.5s linear;
    }
    
    #f1_container:hover .back {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
    
    .face {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
    }
    
    .face.back {
        display: block;
        transition: .2s;
        transform: translateY(1em);
        box-sizing: border-box;
        padding: 5px;
        /*color: white;*/
        text-align: center;
        /*background-color: #aaa;*/
        visibility: hidden;
        opacity: 0;
    }
    
    #f1_container img {
        border-radius: 5px;
        width: inherit;
        height: inherit;
    }
    /* .back {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        backdrop-filter: blur(4px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(252, 252, 253, 0.2);
        
        border: none;
        margin-top: auto;
        margin-bottom: auto;
    } */
    
    .center {
        display: inline-block;
        vertical-align: middle;
    }
    
    .font40 {
        font-size: 40px !important;
    }
    
    .warm-card {
        width: 100%;
        border: 1px solid #fec882;
        background-color: rgba(50, 46, 47, 0.7);
        background-image: radial-gradient(circle at 90% 40%, rgba(254, 200, 130, 0.3), transparent 60%, transparent);
        border-radius: 5px;
        color: #fffaf3;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .title:hover {
        color: #fec882 !important;
    }
    /* Promo Slider */
    
    .promo-link {
        width: 100%;
        border: 1px solid #fec882;
        background-color: rgba(50, 46, 47, 0.7);
        background-image: radial-gradient(circle at 90% 40%, rgba(254, 200, 130, 0.3), transparent 60%, transparent);
        border-radius: 5px;
        position: relative;
        padding: 20px 80px 30px 23px;
        color: #fffaf3;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .promo-slide {
        position: relative;
        transition: transform 0.7s ease, filter 0.6s ease;
        transform: scale(0.75);
    }
    
    .active-slide .promo-slide {
        transform: scale(1);
        filter: blur(0);
    }
    
    .promo-slide__image {
        position: absolute;
        display: block;
        bottom: 1px;
        left: 270px;
        z-index: 2;
        height: 100%;
        width: auto;
    }
    
    .promo-slide__inner {
        height: 300px;
        border-radius: 5px;
        position: relative;
        display: flex;
        align-items: flex-end;
    }
    
    @media screen and (max-width: 767px) {
        .promo-slide {
            height: 100%;
            width: 100%;
        }
        .promo-slide__image {
            bottom: auto;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 90px;
            width: 200px !important;
        }
        .promo-slide__inner {
            padding: 70px 40px 40px;
            background: rgba(78, 72, 66, 0.85);
            border-radius: 10px;
            width: 100%;
            align-items: center !important;
            flex-direction: column;
            justify-content: space-evenly;
            text-align: center !important;
        }
        .promo-slide__inner .app-button {
            height: 30px;
            min-width: 130px;
            margin-top: 5px;
            font-size: 12px;
            font-weight: 500;
        }
        .promo-slide__inner .promo-link__text--large {
            font-size: 20px;
            color: #fec882;
            margin-bottom: 15px;
            width: 100%;
        }
        .promo-slide__inner .promo-link__text--large * {
            font-size: inherit !important;
        }
        .promo-slide__inner .promo-link__text--medium {
            font-size: 14px !important;
            width: 100%;
        }
        .promo-slide__inner .promo-link__text--small {
            display: none;
        }
        .promo-slide__title {
            font-size: 16px;
            margin-bottom: 5px;
            color: #fffaf3;
        }
    }
    
    @media screen and (max-width: 459px) {
        .promo-slide {
            height: 100%;
            width: 100%;
        }
        .promo-slide__image {
            height: 100px;
            width: 100px;
        }
        .promo-slide__inner .promo-link__text--large {
            font-size: 18px;
        }
        .promo-slide__title {
            font-size: 14px;
        }
        .promo-link__content {
            width: 100% !important;
        }
        .promo-slide__inner {
            padding: 60px 10px 10px;
        }
        .promo-link--in_slider {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center !important;
        }
        .promo-link {
            padding: 0px;
        }
        .promo-slide__inner .promo-link__text--medium {
            width: 100% !important;
        }
    }
    
    .promo-link__title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 1;
    }
    
    .promo-link__text--large {
        font-size: 50px;
        font-weight: 700;
        line-height: 1.1;
    }
    
    .promo-link__text--medium {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.3;
    }
    
    .promo-link__text--small {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .promo-link__text--active {
        color: #fec882;
    }
    
    .promo-link__text+.promo-link__text {
        margin-top: 6px;
    }
    
    .promo-link__actions {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }
    
    .promo-link__actions .app-button {
        margin-right: 22px;
        min-width: 170px;
        padding: 5px 10px;
        font-size: 16px;
        height: 55px;
    }
    
    .promo-link__action-info {
        font-size: 31px;
        color: #94897a;
        transition: color 0.2s ease;
        cursor: pointer;
    }
    
    .promo-link__action-info:hover {
        color: #fffaf3;
    }
    
    .promo-link__label {
        position: absolute;
        top: 14px;
        left: -17px;
    }
    
    .promo-link__label-bg {
        fill: #fec882;
        height: 37px;
        width: auto;
        display: block;
    }
    
    .promo-link__label-icon {
        position: absolute;
        top: 3px;
        left: 8px;
        z-index: 1;
        color: #322e2f;
        font-size: 29px;
    }
    
    .promo-link--in_slider {
        height: 100%;
        width: 100%;
        background-color: #292526;
    }
    
    .promo-link--in_slider .promo-link__title {
        font-size: 20px;
    }
    
    .promo-link--in_slider .promo-link__text--large {
        font-size: 30px;
    }
    
    .promo-link--in_slider .promo-link__text--medium {
        font-size: 16px;
    }
    
    .promo-link--in_slider .promo-link__text--small {
        display: none;
    }
    
    .promo-link--in_slider .promo-link__content {
        max-height: 100%;
        overflow: hidden;
    }
    
    .promo-link--in_slider .promo-link__actions {
        margin-top: 10px;
    }
    
    .promo-link--in_slider .promo-link__actions .app-button {
        margin-right: 15px;
        height: 35px;
        font-size: 14px;
        width: auto;
        min-width: 130px;
    }
    
    .promo-link--in_slider .promo-link__action-info {
        font-size: 21px;
    }
    
    .promo-link--in_slider .promo-link__label {
        top: 9px;
        left: -12px;
    }
    
    .promo-link--in_slider .promo-link__label-bg {
        height: 28px;
    }
    
    .promo-link--in_slider .promo-link__label-icon {
        top: 2px;
        left: 7px;
        font-size: 22px;
    }
    
    .promo-section {
        position: relative;
        overflow: hidden;
        margin: 0px;
    }
    
    .promo-section__bg {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 427px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: top center;
    }
    
    .promo-section__bg::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 427px;
        z-index: 0;
        opacity: 0.6;
        border-radius: 5px;
        background: #000000e7;
    }
    
    .promo-section__bg-shadow {
        position: absolute;
        width: 100%;
        height: 40%;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, rgba(41, 37, 38, 0.7), transparent);
    }
    
    .promo-section__content {
        position: relative;
        z-index: 2;
        padding: 40px 0 0;
    }
    
    @media screen and (min-width: 768px) {
        .promo-section {
            width: 90%;
            margin: 0px;
        }
    }
    
    .promo-link--in_slider .promo-link__text--medium {
        font-size: 20px;
    }
    
    .promo-link__text+.promo-link__text {
        margin-top: 6px;
    }
    
    .promo-link__text--medium {
        font-weight: 600;
        font-size: 25px !important;
        line-height: 1.3;
    }
    
    *,
     ::before,
     ::after {
        box-sizing: border-box;
    }
    
    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }
    
    a:hover {
        color: #ffe19b !important;
    }
    
    .heading {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #f0f0f0;
        text-align: center;
        margin-top: 0;
        -webkit-user-select: none;
        user-select: none;
    }
    /* Review Slide */
    
    .review-slide {
        position: relative;
    }
    
    .review-slide__inner {
        background: #191B1D;
        border-radius: 5px;
        padding: 20px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
    }
    
    .review-slide__inner .app-button {
        min-width: 160px;
        max-width: 100%;
        position: absolute;
        bottom: 25px;
        font-size: 12px;
        height: 45px;
        left: calc(50% - 80px);
        z-index: 2;
    }
    
    .review-slide__inner-title {
        font-weight: 700;
        font-size: 24px;
        color: #ffb742;
        line-height: 1.2;
        margin-bottom: 14px;
    }
    
    .review-slide__inner-nick {
        font-size: 16px;
        color: #d4c5b1;
        line-height: 1;
        margin-bottom: 12px;
    }
    
    .review-slide__inner-text {
        flex: 1 0 auto;
        font-size: 16px;
        line-height: 1.4;
        color: #94897a;
        position: relative;
        text-align: center;
    }
    
    .review-slide__inner-shadow {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
        width: 100%;
        height: 120px;
        background: linear-gradient(to top, #322e2f 20px, transparent);
        border-radius: 5px;
    }
    
    @media screen and (max-width: 459px) {
        .review-slide {
            width: 100%;
        }
        .review-slide__inner {
            padding: 70px 18px 50px;
        }
        .review-slide__inner-title {
            font-size: 21px;
        }
        .review-slide__inner-nick {
            font-size: 14px;
        }
        .review-slide__inner-text {
            font-size: 14px;
        }
    }
    
    .review-modal .heading--h2 {
        margin-bottom: 15px;
    }
    /* Latest Winners */
    
    .latest-winners {
        margin: 12px 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        overflow: auto;
        height: 200px;
        line-height: 17px;
    }
    
    .latest-winners__item {
        display: flex;
        flex-wrap: nowrap;
        min-height: 51px;
        transition: transform 0.3s ease, opacity 0.25s ease;
        transform: translateY(-100%);
        opacity: 0;
        background: radial-gradient(circle at 90% 40%, rgba(254, 200, 130, 0.3), transparent 60%, transparent);
        padding: 5px;
        border-radius: 5px;
    }
    
    .latest-winners__item:hover {
        background-color: #22222230;
    }
    
    .latest-winners__item+.latest-winners__item {
        margin-bottom: 10px;
    }
    
    .latest-winners__item.animate {
        transform: translateY(0);
        opacity: 1;
    }
    
    .latest-winners__item-image {
        display: block;
        height: 51px !important;
        min-height: 51px;
        width: 51px !important;
        border-radius: 3px;
        margin-right: 8px;
        box-shadow: 1px 2px 5px #eaeaf05d;
    }
    
    .latest-winners__item-info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        font-size: 14px;
        height: 51px;
        min-height: 51px;
        width: calc(100% - 60px);
    }
    
    .latest-winners__item-info p {
        width: 100%;
    }
    
    .latest-winners__item-info p span {
        display: inline-block;
        vertical-align: bottom;
    }
    
    .latest-winners__item-info p div {
        display: block;
    }
    
    .latest-winners__item-upper {
        width: 100%;
    }
    
    .latest-winners__item-amount {
        color: #fec882;
    }
    
    .latest-winners__item-game {
        cursor: pointer;
        color: #d4c5b1;
    }
    
    .latest-winners__item-name {
        margin-right: 4px;
    }
    
    .latest-winners__text-flow {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .latest-winners--main-winners {
        width: 200px;
        height: 150px;
        margin: 10px auto 0;
        line-height: 14px;
    }
    
    .latest-winners--main-winners .latest-winners__item {
        background: rgba(41, 37, 38, 0.7);
        border-radius: 5px;
        padding: 3px;
        min-height: 48px;
        align-items: center;
        margin-bottom: 2px !important;
    }
    
    .latest-winners--main-winners .latest-winners__item-image {
        height: 42px;
        min-height: 42px;
        width: 42px;
    }
    
    .latest-winners--main-winners .latest-winners__item-info {
        font-size: 11px;
        height: 42px;
        min-height: 42px;
        width: calc(100% - 50px);
    }
    /* ===== Scrollbar CSS ===== */
    /* Firefox */
    
    * {
        scrollbar-width: thin;
        scrollbar-color: #fec88262 transparent;
    }
    /* Chrome, Edge, and Safari */
    
    *::-webkit-scrollbar {
        width: 10px;
    }
    
    *::-webkit-scrollbar-track {
        background: transparent;
    }
    
    *::-webkit-scrollbar-thumb {
        background-color: #fec88262;
        border-radius: 10px;
        border: 3px solid #ffffff;
    }
    /* Pagination */
    
    .pagination {
        margin: -.3125rem -.4375rem;
        flex-wrap: wrap;
    }
    
    .pagination .page-item {
        margin: .3125rem .4375rem;
    }
    
    .pagination .page-item.active .page-link {
        background-color: #fec882;
        color: rgb(44, 44, 44);
    }
    
    .pagination .page-item .page-link {
        width: 1.8125rem;
        height: 1.8125rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border: 1px solid rgba(255, 225, 90, 0.25);
        color: #FA6D40;
    }
    
    .pagination .page-item .page-link:hover {
        background-color: #f99537;
        border-color: #f99537;
        color: rgb(29, 29, 29);
    }
    
    .pagination-md .page-item .page-link {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    .pagination-sm .page-item .page-link {
        width: 2.1875rem;
        height: 2.1875rem;
        font-size: .875rem;
    }
    /* Image Modal CSS Start */
    
    .modal-target {
        width: 300px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }
    
    .modal-target:hover {
        opacity: 0.7;
    }
    /* The Modal (background) */
    
    .imgmodal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 100px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.8);
        /* Black w/ opacity */
    }
    /* Modal Content (image) */
    
    .imageModal .modal-content {
        margin: auto;
        display: block;
        width: 100%;
        opacity: 1 !important;
        max-width: 500px;
        height: 400px;
        background-color: transparent !important;
        border: 0px !important;
    }
    /* Caption of Modal Image */
    
    .imageModal .modal-caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 1200px;
        text-align: center;
        color: white;
        font-weight: 700;
        font-size: 1em;
        margin-top: 32px;
    }
    /* Add Animation */
    
    .imageModal .modal-content,
    .imageModal .modal-caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }
    
    @-webkit-keyframes zoom {
        from {
            -webkit-atransform: scale(0)
        }
        to {
            -webkit-transform: scale(1)
        }
    }
    
    @keyframes zoom {
        from {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }
    /* The Close Button */
    
    .imageModal .modal-close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #000;
        font-size: 15px;
        font-weight: normal;
        transition: 0.3s;
        padding: 0px 7px;
    }
    
    .imageModal .modal-close:hover,
    .imageModal .modal-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
    /* Image Modal CSS End*/
    
    .banner-img-gradient::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
        border-radius: 10px;
    }
    
    .language-select {
        background-color: transparent;
        color: #fff;
        height: 35px;
        padding: 10px;
        border: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        color: #fff;
        font-size: .875rem;
        padding: 0;
    }
    
    .language-select option {
        background-color: #2c2c2c;
        color: #fff;
    }
    
    .text-warm {
        color: #fec882;
    }
    
    .font12 {
        font-size: 12px !important;
    }
    
    .elevated-card {
        /* background-image: url(https://t4.ftcdn.net/jpg/01/29/27/79/360_F_129277968_ebx6W45pOdbdy3kFxZtfpJcoIeiTwpkR.jpg);
        background-repeat: inherit;*/
        box-shadow: 0 4px 12px 0 rgba(180, 179, 179, 0.26);
        z-index: 3;
    }
    
    .game-img-gradient::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
        border-radius: 10px;
    }
    
    .game-img-gradient {
        position: relative;
        background-size: cover;
        background-image: url("https://thecinemaholic.com/wp-content/uploads/2019/04/2494093b.jpg");
    }
    
    .week-comps-fix {
        height: 250px;
        overflow-y: scroll;
        z-index: 3;
        overflow-x: hidden;
    }
    
    .week-join {
        height: 230px;
    }
    
    .ring {
        width: 20px;
        height: 20px;
        border-radius: 50px;
        border: 3px solid transparent;
        background: linear-gradient(45deg, rgb(255, 51, 0), rgb(255, 236, 61)) border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
        box-shadow: 1px 1px 5px 2px #f7f7f7a6 !important;
    }
    
    .inline-social-links {
        margin: -.1875rem -.4375rem;
    }
    
    .inline-social-links li {
        padding: .1875rem .4375rem;
    }
    
    .inline-social-links li a {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 20%;
        color: #fff;
    }
    
    .footer {
        padding-top: 3.125rem;
        padding-bottom: 1.875rem;
    }
    
    .footer hr {
        background-color: rgba(255, 255, 255, 0.55);
    }
    
    .footer-logo img {
        max-height: 50px;
    }
    
    .inline-menu {
        margin: -.1875rem -.625rem;
    }
    
    .inline-menu li {
        padding: .1875rem .625rem;
    }
    
    .inline-menu li a {
        color: #fff;
    }
    
    .font18 {
        font-size: 18px !important;
    }
    
    .w-30 {
        width: 35% !important;
    }
    
    .custom--file-upload {
        line-height: 40px;
    }
    
    .custom--file-upload~label {
        position: absolute;
        top: 4px;
        left: -1px;
        width: 121px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 5px 0 0 5px;
    }
    
    .warm-card-tr {
        margin: 10px;
        width: 100%;
        border: 1px solid #fec882;
        background-color: rgba(50, 46, 47, 0.7);
        background-image: radial-gradient(circle at 90% 40%, rgba(254, 200, 130, 0.3), transparent 60%, transparent);
        border-radius: 5px;
        color: #fffaf3;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 10px;
    }
    /* Subscribe Section */
    
    .subscribe-wrapper {
        padding: 50px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        background-color: #323436;
        box-shadow: 0 0 10px rgba(252, 252, 252, 0.5);
    }
    
    @media (max-width: 575px) {
        .subscribe-wrapper {
            padding: 30px;
        }
    }
    
    .subscribe-form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    @media (max-width: 420px) {
        .subscribe-form {
            justify-content: flex-end;
        }
    }
    
    .subscribe-form .form--control {
        width: calc(100% - 125px);
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 247, 132, 0.5);
        padding-left: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        color: #fff;
    }
    
    .subscribe-form .form--control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .subscribe-form .form--control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .subscribe-form .form--control:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .subscribe-form .form--control:-moz-placeholder {
        color: rgba(255, 255, 255, 0.8);
    }
    
    @media (max-width: 420px) {
        .subscribe-form .form--control {
            width: 100%;
            margin-bottom: 15px;
        }
    }
    
    .subscribe-form .form--control:focus {
        box-shadow: none;
        border-color: #ffd970;
    }
    
    .subscribe-form .subscribe-btn {
        width: 113px;
    }
    
    .coin-shadow {
        text-shadow: 1px 2px 5px #fabf74;
    }
    
    .coin-text {
        font-size: 11px !important;
        text-shadow: none !important;
    }
    /* Win card */
    
    .dark {
        background: #110f16;
    }
    
    a,
    a:hover {
        text-decoration: none;
        transition: color 0.3s ease-in-out;
    }
    
    #pageHeaderTitle {
        margin: 2rem 0;
        text-transform: uppercase;
        text-align: center;
        font-size: 2.5rem;
    }
    /* Cards */
    
    .postcard {
        flex-wrap: wrap;
        display: flex;
        box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
        border-radius: 10px;
        margin: 0 0 2rem 0;
        overflow: hidden;
        position: relative;
        color: #fff;
    }
    
    .postcard.dark {
        background-color: #18151f;
    }
    
    .postcard.light {
        background-color: #e1e5ea;
    }
    
    .postcard .t-dark {
        color: #18151f;
    }
    
    .postcard a {
        color: inherit;
    }
    
    .postcard h1,
    .postcard .h1 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .postcard .small {
        font-size: 80%;
    }
    
    x .postcard .postcard__title {
        font-size: 1.3rem;
    }
    
    .postcard .postcard__img {
        max-height: 300px;
        width: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .postcard .postcard__img_link {
        display: contents;
    }
    
    .postcard .postcard__bar {
        width: 50px;
        height: 5px;
        margin: 10px 0;
        border-radius: 5px;
        background-color: #424242;
        transition: width 0.2s ease;
    }
    
    .postcard .postcard__text {
        padding: 1.5rem;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .postcard .postcard__preview-txt {
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
        margin-bottom: 20px;
    }
    
    .postcard .postcard__tagbox {
        display: flex;
        flex-flow: row wrap;
        font-size: 14px;
        padding: 0;
        justify-content: center;
    }
    
    .postcard .postcard__tagbox .tag__item {
        display: inline-block;
        background: rgba(83, 83, 83, 0.4);
        border-radius: 3px;
        padding: 2.5px 10px;
        margin: 0 5px 5px 0;
        cursor: default;
        user-select: none;
        transition: background-color 0.3s;
    }
    
    .postcard .postcard__tagbox .tag__item:hover {
        background: rgba(83, 83, 83, 0.8);
    }
    
    .postcard:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(-70deg, #424242, transparent 50%);
        opacity: 1;
        border-radius: 10px;
    }
    
    .postcard:hover .postcard__bar {
        width: 100px;
    }
    
    @media screen and (min-width: 769px) {
        .postcard {
            flex-wrap: inherit;
        }
        .postcard .postcard__title {
            font-size: 1.6rem;
        }
        .postcard .postcard__tagbox {
            justify-content: start;
        }
        .postcard .postcard__img {
            max-width: 300px;
            max-height: 100%;
            transition: transform 0.3s ease;
        }
        .postcard .postcard__text {
            padding: 3rem;
            width: 100%;
        }
        .postcard .media.postcard__text:before {
            content: "";
            position: absolute;
            display: block;
            background: #18151f;
            top: -20%;
            height: 130%;
            width: 55px;
        }
        .postcard:hover .postcard__img {
            transform: scale(1.1);
        }
        .postcard:nth-child(2n+1) {
            flex-direction: row;
        }
        .postcard:nth-child(2n+0) {
            flex-direction: row-reverse;
        }
        .postcard:nth-child(2n+1) .postcard__text::before {
            left: -12px !important;
            transform: rotate(4deg);
        }
        .postcard:nth-child(2n+0) .postcard__text::before {
            right: -12px !important;
            transform: rotate(-4deg);
        }
    }
    
    @media screen and (min-width: 1024px) {
        .postcard__text {
            padding: 2rem 3.5rem;
        }
        .postcard__text:before {
            content: "";
            position: absolute;
            display: block;
            top: -20%;
            height: 130%;
            width: 55px;
        }
        .postcard.dark .postcard__text:before {
            background: #18151f;
        }
        .postcard.light .postcard__text:before {
            background: #e1e5ea;
        }
    }
    /* COLORS */
    
    .postcard .postcard__tagbox .yellow.play:hover {
        background: #fec882;
        color: black;
    }
    
    .yellow .postcard__title:hover {
        color: #fec882;
    }
    
    .yellow .postcard__bar {
        background-color: #fec882;
    }
    
    .yellow::before {
        background-image: linear-gradient(-30deg, rgba(218, 182, 85, 0.164), transparent 50%);
    }
    
    .yellow:nth-child(2n)::before {
        background-image: linear-gradient(30deg, rgba(218, 182, 85, 0.164), transparent 50%);
    }
    
    @media screen and (min-width: 769px) {
        .yellow::before {
            background-image: linear-gradient(-80deg, rgba(228, 203, 91, 0.1), transparent 50%);
        }
        .yellow:nth-child(2n)::before {
            background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
        }
    }
    
    .text-warm-glow {
        color: #ffd27d !important;
        text-shadow: -1px -1px 5px rgba(241, 163, 60, 0.2), 1px -1px 5px rgba(247, 174, 40, 0.4), -1px 1px 5px rgba(247, 174, 40, 0.623), 1px 1px 5px rgba(247, 174, 40, 0.7);
    }
    /* Single Winner Card */
    
    .card-wrapper {
        display: flex;
    }
    
    @media screen and (max-width: 700px),
    (max-height: 500px) {
        .card-wrapper {
            flex-wrap: wrap;
            flex-direction: column;
        }
    }
    
    .card-form {
        max-width: 570px;
        margin: auto;
        width: 100%;
    }
    
    @media screen and (max-width: 576px) {
        .card-form {
            margin: 0 auto;
        }
    }
    
    .card-form__inner {
        background-color: rgba(9, 9, 10, 0.75);
        box-shadow: 0 2px 8px 0 rgba(189, 189, 189, 0.4);
        border-radius: 10px;
        padding: 35px;
        padding-top: 130px;
    }
    
    @media screen and (max-width: 480px) {
        .card-form__inner {
            padding: 25px;
            padding-top: 130px;
        }
        .card-item {
            max-width: 100%;
            height: 260px !important;
        }
        .card-heading {
            font-size: 20px !important;
        }
        .card-heading-ticket {
            font-size: 18px !important;
        }
    }
    
    @media screen and (max-width: 360px) {
        .card-form__inner {
            padding: 15px;
            padding-top: 130px;
        }
        .card-item {
            max-width: 100%;
            height: 260px !important;
        }
        .card-heading {
            font-size: 20px !important;
        }
        .card-heading-ticket {
            font-size: 18px !important;
        }
    }
    
    .card-form__group {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    
    .card-form__group .card-input__input {
        flex: 1;
        margin-right: 15px;
    }
    
    .card-form__group .card-input__input:last-child {
        margin-right: 0;
    }
    
    @media screen and (max-width: 480px) {
        .card-form__button {
            margin-top: 10px;
        }
    }
    
    .card-item {
        max-width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
        width: 100%;
    }
    
    @media screen and (max-width: 480px) {
        .card-item {
            max-width: 310px;
            height: 220px;
            width: 90%;
        }
    }
    
    @media screen and (max-width: 360px) {
        .card-item {
            height: 180px;
        }
    }
    
    .card-item.-active .card-item__side.-front {
        transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
    }
    
    .card-item.-active .card-item__side.-back {
        transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
    }
    
    .card-item__side {
        border-radius: 15px;
        overflow: hidden;
        transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
        transform-style: preserve-3d;
        transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
        backface-visibility: hidden;
        height: 100%;
    }
    
    .card-item__side.-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
        z-index: 2;
        padding: 0;
        height: 100%;
    }
    
    .card-item__side.-back .card-item__cover {
        transform: rotateY(-180deg);
    }
    
    .card-item__bg {
        max-width: 100%;
        display: block;
        max-height: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    .card-item__cover {
        height: 100%;
        background-color: transparent;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .card-list {
        margin-bottom: -130px;
    }
    
    @media screen and (max-width: 480px) {
        .card-list {
            margin-bottom: -120px;
        }
    }
    /* Small Winner Card */
    
    .win-card {
        background: #212225;
        width: 20em;
        text-align: center;
        position: relative;
        padding: 0 0 0.5em 0;
        margin-top: 20px;
        -webkit-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.19);
        box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.19);
        border-radius: 10px;
    }
    
    .win-card .profile__picture {
        position: absolute;
        height: 128px;
        width: 128px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 5px solid #212225;
        -webkit-box-shadow: 0 -5px 5px 0 rgba(117, 136, 194, 0.19);
        box-shadow: 0 -5px 5px 0 rgba(117, 136, 194, 0.19);
    }
    
    .text {
        padding: 3.7em 0 1em;
    }
    
    .text h3 {
        margin: 0 0 0 0;
        font-size: 1.5rem;
        font-weight: 500;
    }
    
    .text h5 {
        margin: 0 0 0 0;
        color: #fff;
        font-weight: 300;
        font-size: 0.9rem;
    }
    
    .text p {
        margin: 14px 0 0 0;
        color: #fff;
    }
    /* relevant styles */
    
    .img__wrap {
        position: relative;
        height: 200px;
        width: 257px;
    }
    
    .img__description_layer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(36, 62, 206, 0.6);
        color: #fff;
        visibility: hidden;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        /* transition effect. not necessary */
        transition: opacity .2s, visibility .2s;
    }
    
    .img__wrap:hover .img__description_layer {
        visibility: visible;
        opacity: 1;
    }
    
    .img__description {
        transition: .2s;
        transform: translateY(1em);
    }
    
    .img__wrap:hover .img__description {
        transform: translateY(0);
    }
    /* FAQ */
    
    .accordion-item {
        background-color: rgba(9, 9, 10, 0.75) !important;
    }
    
    .custom--accordion .accordion-item+.accordion-item {
        margin-top: 1.25rem;
    }
    
    .custom--accordion .accordion-item {
        border: 1px solid #fec882;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .custom--accordion .accordion-item:first-child .accordion-button {
        border-top: none;
    }
    
    .custom--accordion .accordion-item:last-child .accordion-button {
        border-bottom: none;
    }
    
    .custom--accordion .accordion-button {
        padding: 1.25rem 1.5625rem;
        background-color: rgba(55, 245, 249, 0.01);
        font-size: 1.125rem;
        position: relative;
        text-align: left;
        color: #fff;
    }
    
    .custom--accordion .accordion-button::after {
        position: absolute;
        top: 1.25rem;
        right: .8125rem;
        font-size: 1.0625rem;
        content: '\f107';
        font-family: 'Line Awesome Free';
        font-weight: 900;
        background-image: none;
        color: #fff;
    }
    
    .custom--accordion .accordion-button:not(.collapsed) {
        background-color: #fec882;
        color: #fff;
        background: radial-gradient(circle at 90% 40%, rgba(254, 200, 130, 0.3), transparent 60%, transparent);
    }
    
    .custom--accordion .accordion-button:not(.collapsed)::after {
        color: #fff;
    }
    
    .custom--accordion .accordion-button:focus {
        box-shadow: none;
        outline: none;
        border-color: transparent;
    }
    
    .custom--accordion .accordion-body {
        padding: 1.25rem 1.5625rem;
    }
    
    .custom--accordion-two .accordion-button {
        background-color: #212225;
    }
    
    .custom--accordion-two .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 0, 0.125);
    }
    
    .custom--accordion-two .accordion-button:not(.collapsed) {
        background-color: #212225;
    }
    
    .bg-comps {
        background: radial-gradient(circle at 90% 40%, rgba(254, 200, 130, 0.3), transparent 60%, transparent);
        background-color: rgba(0, 0, 0, 0);
    }
    
    #fileUploadsContainer {
        margin-top: 15px;
    }
    
    .file-upload-wrapper+.file-upload-wrapper {
        margin-top: 15px;
    }
    
    .file-upload-wrapper {
        position: relative;
        width: 100%;
        height: 40px;
    }
    
    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 0 15px;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: 100%;
        line-height: 40px;
        color: #999;
        border-radius: 5px;
        font-weight: 300;
        border: 1px solid #e5e5e5;
    }
    
    .file-upload-wrapper:before {
        content: 'Upload';
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 100%;
        background: #f99537;
        color: #fff;
        font-weight: 500;
        z-index: 25;
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
    }
    
    .file-upload-wrapper:hover:before {
        background: #f99537;
    }
    
    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 40px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    
    .icon-btn {
        padding: 3px 8px;
        background-color: #7367f0;
        color: #ffffff;
        border-radius: 3px;
        font-size: 13px;
    }
    
    a.icon-btn {
        padding: 4.5px 7px;
    }
    
    .icon-btn:hover {
        color: #ffffff;
    }
    
    div.stars {
        margin-left: auto;
        margin-left: auto;
        display: inline-block
    }
    
    input.star {
        display: none
    }
    
    label.star {
        float: right;
        padding-left: 20px;
        padding-left: 20px;
        font-size: 25px;
        color: #fec882;
        transition: all .2s
    }
    
    input.star:checked~label.star:before {
        content: '\f005';
        color: #FD4;
        transition: all .25s
    }
    
    input.star-5:checked~label.star:before {
        color: #FE7;
        text-shadow: 0 0 20px #952
    }
    
    input.star-1:checked~label.star:before {
        color: #F62
    }
    
    label.star:hover {
        transform: rotate(-15deg) scale(1.3)
    }
    
    label.star:before {
        content: '\f006';
        font-family: FontAwesome
    }
    
    .dropdown-menu {
        pointer-events: none;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        display: block;
        opacity: 0;
        visibility: hidden;
    }
    
    .dropdown-menu.show {
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .dropdown-menu.dropdown-menu--md {
        min-width: 18rem;
    }
    
    .dropdown-menu.dropdown-menu--sm {
        min-width: 12rem;
    }
    
    .dropdown-menu__header {
        padding: 15px 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .dropdown-menu__header .caption {
        font-size: 0.75rem;
        font-weight: 700;
    }
    
    .dropdown-menu__header p {
        font-size: 0.75rem;
    }
    
    .dropdown-menu__item {
        display: block;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .dropdown-menu__item:hover {
        background-color: #00000092;
    }
    
    .dropdown-menu__item .dropdown-menu__icon {
        font-size: 1.25rem;
        color: #34495e;
        text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    }
    
    .dropdown-menu__item .dropdown-menu__caption {
        color: #34495e;
        font-size: 0.875rem;
        font-weight: 500;
    }
    
    .dropdown-menu__item .dropdown-menu__icon~.dropdown-menu__caption {
        padding-left: 8px;
    }
    
    .dropdown-menu .slimScrollDiv .slimScrollBar {
        background-color: #000000 !important;
        width: 3px !important;
        opacity: 0.15 !important;
    }
    
    .dropdown-menu__footer {
        border-top: 1px solid #e5e5e5;
    }
    
    .dropdown-menu__footer .view-all-message {
        font-size: 0.75rem;
        display: block;
        padding: 15px 15px;
        text-align: center;
        color: #ffdfad;
        font-weight: 600;
    }
    
    .dropdown-menu__footer .view-all-message:hover {
        color: #1f1e22;
    }
    
    .message-notifi {
        padding: 15px 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .message-notifi__left {
        width: 45px;
    }
    
    .message-notifi__left img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: center;
        -o-object-position: center;
    }
    
    .message-notifi__right {
        width: calc(100% - 45px);
        padding-left: 10px;
    }
    
    .message-notifi__right .name {
        font-weight: 500;
        font-size: 0.875rem;
        color: #34495e;
    }
    
    .message-notifi__right p {
        color: #5b6e88;
        font-size: 0.8125rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .message-notifi__right .time {
        font-size: 0.6875rem;
        font-weight: 600;
    }
    
    .navbar-notifi {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 15px;
    }
    
    .navbar-notifi__left {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    
    .navbar-notifi__left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .navbar-notifi__left i {
        font-size: 1.35rem;
    }
    
    .navbar-notifi__right {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
    
    .navbar-notifi__right .notifi__title {
        font-weight: 600;
        font-size: 0.875rem;
    }
    
    .navbar-notifi__right .time {
        font-size: 0.75rem;
        margin-top: 5px;
    }
    
    .pulse--primary {
        display: block;
        position: absolute;
        top: 3px;
        right: 7px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #7367f0;
        cursor: pointer;
        box-shadow: 0 0 0 rgba(115, 103, 240, 0.9);
        animation: pulse-primary 2s infinite;
        animation-duration: .9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-out;
    }
    
    @-webkit-keyframes pulse-primary {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(115, 103, 240, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(115, 103, 240, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(115, 103, 240, 0);
        }
    }
    
    @-moz-keyframes pulse-primary {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(115, 103, 240, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(115, 103, 240, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(115, 103, 240, 0);
        }
    }
    
    @-ms-keyframes pulse-primary {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(115, 103, 240, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(115, 103, 240, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(115, 103, 240, 0);
        }
    }
    
    @keyframes pulse-primary {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(115, 103, 240, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(115, 103, 240, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(115, 103, 240, 0);
        }
    }
    
    .pulse--secondary {
        display: block;
        position: absolute;
        top: 3px;
        right: 7px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #868e96;
        cursor: pointer;
        box-shadow: 0 0 0 rgba(134, 142, 150, 0.9);
        animation: pulse-secondary 2s infinite;
        animation-duration: .9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-out;
    }
    
    @-webkit-keyframes pulse-secondary {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(134, 142, 150, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(134, 142, 150, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(134, 142, 150, 0);
        }
    }
    
    @-moz-keyframes pulse-secondary {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(134, 142, 150, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(134, 142, 150, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(134, 142, 150, 0);
        }
    }
    
    @-ms-keyframes pulse-secondary {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(134, 142, 150, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(134, 142, 150, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(134, 142, 150, 0);
        }
    }
    
    @keyframes pulse-secondary {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(134, 142, 150, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(134, 142, 150, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(134, 142, 150, 0);
        }
    }
    
    .pulse--info {
        display: block;
        position: absolute;
        top: 3px;
        right: 7px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #1e9ff2;
        cursor: pointer;
        box-shadow: 0 0 0 rgba(30, 159, 242, 0.9);
        animation: pulse-info 2s infinite;
        animation-duration: .9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-out;
    }
    
    @-webkit-keyframes pulse-info {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(30, 159, 242, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(30, 159, 242, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(30, 159, 242, 0);
        }
    }
    
    @-moz-keyframes pulse-info {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(30, 159, 242, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(30, 159, 242, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(30, 159, 242, 0);
        }
    }
    
    @-ms-keyframes pulse-info {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(30, 159, 242, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(30, 159, 242, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(30, 159, 242, 0);
        }
    }
    
    @keyframes pulse-info {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(30, 159, 242, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(30, 159, 242, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(30, 159, 242, 0);
        }
    }
    
    .pulse--warning {
        display: block;
        position: absolute;
        top: 3px;
        right: 7px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ff9f43;
        cursor: pointer;
        box-shadow: 0 0 0 rgba(255, 159, 67, 0.9);
        animation: pulse-warning 2s infinite;
        animation-duration: .9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-out;
    }
    
    @-webkit-keyframes pulse-warning {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 159, 67, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(255, 159, 67, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 159, 67, 0);
        }
    }
    
    @-moz-keyframes pulse-warning {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 159, 67, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(255, 159, 67, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 159, 67, 0);
        }
    }
    
    @-ms-keyframes pulse-warning {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 159, 67, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(255, 159, 67, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 159, 67, 0);
        }
    }
    
    @keyframes pulse-warning {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 159, 67, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(255, 159, 67, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 159, 67, 0);
        }
    }
    
    .pulse--danger {
        display: block;
        position: absolute;
        top: 3px;
        right: 7px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ea5455;
        cursor: pointer;
        box-shadow: 0 0 0 rgba(238, 51, 94, 0.9);
        animation: pulse-danger 2s infinite;
        animation-duration: .9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-out;
    }
    
    @-webkit-keyframes pulse-danger {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(220, 53, 69, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
        }
    }
    
    @-moz-keyframes pulse-danger {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(220, 53, 69, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
        }
    }
    
    @-ms-keyframes pulse-danger {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(220, 53, 69, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
        }
    }
    
    @keyframes pulse-danger {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.9);
        }
        70% {
            -webkit-box-shadow: 0 0 0 6px rgba(220, 53, 69, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
        }
    }
    /*Notification Css*/
    
    .notify__item {
        display: flex;
        text-decoration: none !important;
        align-items: center;
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.478);
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        transition: all ease .3s;
    }
    
    .notify__item:not(:last-child) {
        margin-bottom: 5px;
    }
    
    .notify__item .notify__thumb {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .notify__item .notify__thumb i {
        color: #fff;
        font-size: 20px;
    }
    
    .notify__item .notify__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .notify__item .notify__content {
        width: calc(100% - 50px);
        padding-left: 15px;
        color: #fcfcfc;
    }
    
    .notify__item .notify__content .title {
        font-size: 16px;
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    .notify__item .notify__content .info {
        font-size: 14px;
        line-height: 1.4;
        display: block;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    .notify__item .notify__content .date {
        font-size: 12px;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }
    
    .notify__item .notify__content .date i {
        color: #f74a05;
        font-size: 18px;
        margin-right: 5px;
    }
    
    .notify__item:hover {
        background: rgba(242, 204, 113, 0.1);
    }
    
    .unread--notification {
        background-color: #d6d6e633 !important;
    }
    
    .menu-badge {
        color: #fff !important;
    }
    
    .checked {
        color: #f99537;
    }
    
    .form-check-input:checked {
        background-color: #f99537;
        border-color: #f99537;
    }