/*new CSS*/

#bigWrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: auto;
}

.nav-link {
    cursor: pointer;
}

li.nav-link.active {
    border-bottom: solid 1px;
    border-bottom-color: inherit;
    opacity: 1 !important;
}

.cover-heading {
    font-size: 2.2rem !important;
    color: #FFD100 !important;
}

[data-lang="AR"] .cover-heading {
    font-size: 2rem !important;
    /*color: #EAC620 !important;*/
    padding-top: 7px;
    padding-bottom: 0;
}

.carousel .slide {
    background: none;
}

.carousel .control-dots {
    margin: 0 auto !important;
    padding: 0 !important;
}

.home-top-carousel .telegram-banner-caption {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #fff;
}

.home-top-carousel .telegram-slide img {
    width: 50% !important;
    max-width: 182px;
    margin: 0 auto;
    display: block;
}

.contentBg {
    padding-top: 0.5rem !important;
    border-radius: 20px;
}

#signInContainer {
    width: 100%;
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
    color: white;
    border-radius: 20px !important;
    padding: 0 1rem;
}

#doubleConfirmation {
    list-style: disc;
    width: 100%;
    max-width: 480px;
    margin: 20px auto;
    padding: 0;
    padding-left: 25px;
    font-size: 0.8em;
    height: 0;
    overflow: hidden;
}

.confirmationHeader {
    /*overflow: hidden;*/
    color: rgb(255, 255, 255);
}

#doubleConfirmation li {
    text-align: left;
    list-style: disc;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #000;
}

#signInContainer button {
    background: #FFF;
    color: #000;
    margin: 0 auto;
}

#subscriptionTypes {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    width: 260px;
    margin: 0 auto;
    z-index: 1;
    margin-top: 25px;
    border-radius: 5px;
    display: none;
}

#subscriptionTypes.disabled {
    opacity: 0.6;
}

#subscriptionTypes button {
    background: #FFF;
    color: #DA3832;
    outline: none;
    border: 0px;
    box-shadow: unset !important;
    width: 45%;
    border-radius: 10px;
}

#subscriptionTypes button small {
    color: #000;
    line-height: 100%;
}

#subscriptionTypes button.selected {
    background: #ffd401;
    color: #DA3832;
    outline: none !important;
    border: 0px !important;
}


.flag-container {
    z-index: 100;
    font-size: 15px;
}

.intl-tel-input .selected-flag .iti-arrow {
    right: 5px;
}

.primary_color {
    color: rgba(255, 255, 255, .5)
}

.form-signin {
    width: 100%;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.questionContainer {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-inline: 25px;
    padding-top: 15px;
    padding-bottom: 0;
}

[data-lang="AR"] .questionContainer {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 0;
    padding-inline: 25px;
}

.questionNumberContainer {
    width: auto;
    margin: 0 auto;
}

.questionNumber {
    font-size: 25px;
    color: #000;
    width: 25px;
    height: 25px;
    background: #666;
    display: inline-block;
    margin: 1px 2px;
    margin-top: 2.5px;
    line-height: 25px;
    border-radius: 7px;
    -webkit-transition: width 0.1s, height 0.1s, transforn 0.1s; /* Safari prior 6.1 */
    transition: width 0.1s, height 0.1s, transforn 0.1s;
}

.questionNumber.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
    background: #DA3832;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    top: -8px;
    position: relative;
}

[data-lang="AR"] .questionNumber.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
    background: #DA3832;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    top: -8px;
    position: relative;
    padding-top: 7px;
    padding-bottom: 0px;
}

.questionNumber.dark {
    background: #000;
}

.react-countdown-clock {
    position: relative;
    float: right;
}

.react-countdown-clock canvas {
    left: 0;
    top: 0;
}

.progressContainer {
    width: 300px;
    height: 20px;
    border: solid 2px #FFF;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.progressBar {
    width: 0%;
    height: 100%;
    background: #FFF;
}

.answerContainer {
    user-select: none;
    background-color: #FFFFFF !important;
    color: #161C4A !important;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    perspective: 100px;
    max-width: 600px;
    margin: 0 auto;
    height: 4rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

[data-lang="AR"] .answerContainer {
    background-color: #FFFFFF !important;
    color: #161C4A !important;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    perspective: 100px;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 20px !important;
    height: 4rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.orderedAnswerContainer {
    display: block;
    background-color: #FFFFFF !important;
    color: #161C4A !important;
}


.orderedAnswerContainer:hover {
    background-color: #FFFFFF !important;
    color: #161C4A !important;
}

.fa-grip-horizontal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

main[role='main'] canvas, .playContainer canvas {
    position: fixed !important;
}

.answerContainer.disabled {
    background-color: rgb(104, 62, 144, 0.3) !important;
}

.answerContainer.disabled:hover {
    background-color: rgb(104, 62, 144, 0.3) !important;
    color: inherit !important;
    cursor: not-allowed;
}

.answerContainer.active {
    color: #FFF !important;
    background-color: #000 !important;
    cursor: not-allowed;
}

.css-19bon8n {
    line-height: 1.5 !important;
}


.intl-tel-input {
    margin-bottom: 10px;
}

#languagePopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
    display: none;
}

#languagesWrapper {
    max-width: 320px;
    width: 80%;
    margin: 0 auto;
}

#languagesWrapper .language {
    background: rgb(237, 28, 36);
    height: 70px;
    line-height: 70px;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 30px;
}

#languagesWrapper .language:hover {
    background: #FFF;
    color: rgb(237, 28, 36);
}

.fantasyFont {
    font-family: "self_deceptionregular";
}

.luckiestGuy {
    font-family: "LuckiestGuy-Regular";
}

[data-lang="AR"] .luckiestGuy {
    font-family: "Cairo-Bold";
}

.languageSwitcher, .languageSwitcher option {
    background: none;
    border: none !important;
    font-weight: bold;
    color: inherit;
    outline: none !important;
    width: 77px;
    font-size: 0.9rem;
}

.card-header {
    background: none;
    padding: 3px;
}

.card-body {
    color: #161C4A !important;
}

.offlineHidden {
    display: none;
}

.offlineWarning {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1000;
    color: #000;
    display: table;
}

.offlineWarning div {
    vertical-align: middle;
    display: table-cell;
}

.transparentBlack {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#navbarSupportedContent .nav-item {
    margin-left: 0.5em;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

header[data-lang="AR"] #navbarSupportedContent .nav-item {
    margin-left: 0.1em !important;
    margin-right: 0.1rem !important;
}

#bigWrapper[data-lang="AR"] #subscriptionTypes {
    direction: rtl;
}

footer {
    z-index: 1000;
}

.social_media {
    text-align: left;
}

#footerMenu {
    /* padding: 0; */
    margin: 0;
}

#footerMenu .nav-item {
    /* padding: 0; */
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
    list-style-type: none;
}

.languageItem {
    margin-top: -6px;
}

.inlineAutDiv li {
    display: inline-block;
}

.volumeIcon {
    color: #DA3832;
    cursor: pointer;
    left: 10px;
}

.languageIcon {
    color: #FFFFFF;
    cursor: pointer;
}

.currentLang {
    color: rgb(104, 62, 144);
}

.settingsIcon {
    cursor: pointer;
}

.languageItem {
    margin-left: 5em !important;
    margin-right: 0px !important;
}

.rounded {
    border-radius: 50% !important;
    width: 100px;
    height: 100px;
}

.card-block {
    position: relative;
}

.winnersContainer {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 10px;
}

.winnersContainer .card {
    background-color: #FFFFFF !important;
    color: #DA3832 !important;
    border-radius: 20px;
}

.winnersContainer .nav-pills .nav-link {
    border-radius: 15px;
}

.winnerImageContainer {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    /* border: solid 2px #FFF;
    box-shadow: 5px 5px 15px 1px #666;
    width: 130px;
    height: 130px; */
}

.winnerDate {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin-bottom: -8px;
}

.winnerImageContainer img {
    width: 100%;
    object-fit: cover;
}

.winnersDropDown .dropdown-toggle {
    border-radius: 15px;
}

.dropdown-menu, .winnersDropDown .dropdown-toggle {
    box-shadow: 5px 5px 15px 1px #666;
}

/*.winnerImageContainer img{
  z-index: 2;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 10px;
  left: 50%;
  margin-left: -50px;
}*/
.winnerTopBg {
    /*background-color: rgb(104, 62, 144, 0.8);*/
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

header.masthead {
    z-index: 10000;
}

.card-title {
    min-height: 20px;
    font-size: 16px;
    color: #DA3832 !important;
}

/*
header[data-lang="AR"] {
    direction: rtl;
}
 */

header[data-lang="AR"] .dropdown-menu.show {
    text-align: right !important;
}

/* header[data-lang="AR"] .nav-masthead {
    float: left !important;
    padding-left: 0px !important;
    padding-right: auto !important;
} */

header[data-lang="AR"] .signInOut {
    margin-left: 0 !important;
}

header[data-lang="AR"] .nav-masthead .nav-link {
    margin-left: 1rem;
    /* font-size: 1rem; */
}

header[data-lang="AR"] .authDiv {
    float: left !important;
    margin-left: 0px !important;
}

header[data-lang="AR"] .authDiv li {
    text-align: left !important;
}

header[data-lang="AR"] .userWallet {
    direction: rtl;
    left: 0;
    right: auto;
    text-align: left !important;
    padding-top: 7px;
    padding-bottom: 0;
    line-height: 2;
}

header[data-lang="AR"] .userWallet small a {
    direction: rtl;
    font-weight: bold !important;
}

header[data-lang="AR"] .masthead-brand {
    float: right !important;
}

header[data-lang="AR"] .languageSwitcher {
    width: 65px;
    font-size: 1rem;
}


header[data-lang="AR"] .languageItem {
    margin-right: 5em !important;
    margin-left: 0px !important;
}

main[data-lang="AR"] {
    direction: rtl;
    text-align: right;
    margin-bottom: 10px;
}

main[data-lang="AR"] .timeTo figure {
    direction: ltr !important;
}

.navbar-light .navbar-toggler-icon {
    background: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(104, 62, 144, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    padding-right: 0px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    padding-bottom: 0px;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 33px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #DA3832;
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger-inner:before {
    top: -9px;
}

.hamburger-inner:after {
    bottom: -9px;
}


.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

header[data-lang="AR"] .hamburger {
    padding-left: 0px;
}

.questionContainer {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.questionMask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

.winnersContainer, header {
    z-index: 1000;
}

.logoImage {
    max-height: 100px;
    margin-top: 25px;
}

#accordion {
    color: #000;
}

.staticPage h4 {
    width: 100%;
    font-size: 1.1rem;
}

.card {
    /* border: 1px; */
    background: none;
    background-color: #FFF !important;
    color: #000;
    border: 1px solid #67AA0B;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
}

.card-header {
    border-bottom: 0px;

}

.winnersContainer .nav-pills .nav-link {
    border: 1px solid #DA3832;
    color: #DA3832;
}

.winnersContainer .nav-pills .nav-link.active {
    border: 1px solid #DA3832;
    background-color: #DA3832 !important;
    color: #FFFFFF !important;
}

.question-image {
    max-height: 170px !important;
    border-radius: 20px;
    margin: 0 auto;
}

.userWallet small a {
    color: white;
}

.upgrade-badge {
    position: absolute;
    right: -2%;
    top: 12%;
    z-index: 99;
}

.upgrade-badge img {
    width: 150px;
    height: 150px
}

@media only screen and (max-width: 1280px) {
    main.inner.cover.text-left:not(.staticPage):not(.winnersPage) {
        padding: 20px;
        padding: 0;
    }

    .winnerImageContainer img {
        min-height: unset;
    }

}

@media only screen and (max-width: 1024px) {
    .winnerImageContainer {
        width: 100px;
    }

}

@media only screen and (max-width: 376px) {

    .userWallet {
        background-color: #DA3832;
        color: #FFFFFF !important;
        padding: 2px 4px !important;
        border-radius: 10px 10px 10px 10px !important;
        font-weight: bold !important;
        font-size: 7px !important;
        display: inline !important;
        position: absolute !important;
    }

    [data-lang="AR"] .userWallet {
        padding: 3px 5px !important;
    }

}

.userWalletiPhone {
    color: #DA3832 !important;
    font-weight: bold !important;
    font-size: 8px !important;
    margin-top: 3px !important;
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .userWallet {
        background-color: #DA3832;
        color: #FFFFFF !important;
        padding: 2px 4px;
        border-radius: 10px 10px 10px 10px;
        font-weight: bold;
        font-size: 9px !important;
    }

}

@media only screen and (max-width: 767px) {

    /* .col-custom{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    } */
    #navbarSupportedContent {
        background-color: #ffffff;
        z-index: 1000;
        width: 500px;
        border: solid 1px #ebebeb;
        border-radius: 5px !important;
        margin-top: 65px !important;
        margin-right: -10px !important;
    }


    .navbar-light .navbar-toggler {
        margin-top: 35px;
        border: none;
        font-weight: bold;
        outline: none;
        right: 0px;
        /* top: -20px; */
    }


    header[data-lang="AR"] .userWallet-position .userWallet {
        direction: rtl;
        margin-top: 2.6rem;
    }

    .userWallet-position {
        position: absolute;
        margin-top: 2.6rem;
    }

    header[data-lang="AR"] .userWallet-iPhone-position .userWallet {
        direction: rtl;
        margin-top: 2.9rem;
    }

    .userWallet-iPhone-position {
        position: absolute;
        margin-top: 2.9rem;
    }

    .termsContent {
        padding: 0 !important;
    }

    .cover-heading {
        font-size: 1.5rem !important;
    }

    [data-lang="AR"] .cover-heading {
        font-size: 1.5rem !important;
        padding-top: 7px;
        padding-bottom: 0;
    }

    .our-team {
        font-size: 1.5rem !important;
        color: #FFD100 !important;
    }

    [data-lang="AR"] .points-position {
        top: 49%;
        left: 50%;
        position: absolute;
        color: #FFC800 !important;
        -webkit-text-stroke: 1px #001285 !important;
        font-size: 9vw;
        transform: translate(-50%, -50%);
    }

    .points-position {
        top: 46%;
        left: 50%;
        position: absolute;
        color: #FFC800 !important;
        -webkit-text-stroke: 1px #001285 !important;
        font-size: 9vw;
        transform: translate(-50%, -50%);
    }

    .social_media {
        text-align: center;
    }

    .navbar.nav {
        position: absolute;
        right: 1rem;
    }

    .winnersIcon {
        float: right;
    }

    #navbarSupportedContent .nav-item {
        margin: 0 !important;
    }

    /*
        .phone-number-style{
            color: #FFD700 !important;
            font-size: 13px;
            position: absolute;
            font-weight: bold;
        } */
    #languageSwitcher[data-sessionexists=true] .languageIcon {
        color: #FFF;
    }

    .userWallet small a {
        font-size: 15px;
        color: #FFF;
    }

    #languageSwitcher[data-sessionexists=true] a {
        color: #FFF;
    }

    #languageSwitcher {
        z-index: 10;
    }

    /*
        header[data-lang="AR"] .navbar.nav {
            position: absolute;
            right: auto;
            left: 1rem;
        } */
    .signInOut {
        margin-top: 0;
    }

    .languageItem {
        margin-top: 0;
        margin-left: 0.5rem !important;
    }

    .questionContainer {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .playContainer {
        margin-top: 10px;
    }

    main.inner.cover.text-left:not(.staticPage) {
        text-align: center !important;
    }

    header[data-lang="AR"] .signInOut {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* .h1, h1 {
        font-size: 1.5em;
        font-weight: bold;
    } */
    .lead {
        font-size: 1.5em;
    }

    .questionContainer {
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 600;
        line-height: 24px;
        padding-inline: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    [data-lang="AR"] .questionContainer {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 30px;
        font-weight: 600;
        padding-top: 15px;
        padding-bottom: 0;
        padding-inline: 25px;
    }

    .questionNumber.current {
        font-size: 15px;
        font-weight: bold;
        color: rgb(247, 137, 50)
    }

    .answerContainer {
        font-size: 13px;
        background-color: #FFFFFF !important;
        color: #161C4A !important;
    }

    [data-lang="AR"] .answerContainer {
        background-color: #FFFFFF !important;
        color: #161C4A !important;
        padding: 10px;
        font-weight: bold;
        font-size: 13px !important;
        border-radius: 10px;
        perspective: 100px;
        max-width: 600px;
        margin: 0 auto;
        padding-top: 20px !important;
        height: 3.5rem !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    header[data-lang="AR"] .text-left {
        text-align: right !important;
    }

    .signInOut {
        margin-left: 0.5em !important;
        margin-top: 0;
        text-align: left !important
    }

    header[data-lang="AR"] .signInOut {
        margin-right: 0.5em !important;
        margin-top: 0;
        text-align: right !important
    }

    header[data-lang="AR"] .languageItem {
        margin-top: 0;
        margin-right: 0.5rem !important;
        margin-left: 0 !important;
    }

    header[data-lang="AR"] .winnersIcon {
        float: left;
    }

    .logoImage {
        max-height: 60px;
        min-height: unset !important;
        margin-top: 35px;
    }

    #bigWrapper {
        background-position-x: 64% !important;
    }

    #footerMenu .nav-item {
        font-size: 0.8em;
    }

    .upgrade-badge {
        right: 0;
        top: 17%;
    }

    .homeContainer {
        margin-top: 10px;
    }

    .upgrade-badge img {
        width: 100px;
        height: 100px;
    }
}

#bigWrapper[data-lang='AR'] .winnerDate {
    right: unset;
    left: 0;
}

#bigWrapper[data-lang='AR'] .cashWinners .card-body, #bigWrapper[data-lang='AR'] .cashWinners .card-body h4, #bigWrapper[data-lang='AR'] .cashWinners .card-body h3 {
    text-align: left !important;
    direction: ltr !important;
}

#bigWrapper[data-lang='AR'] .cashWinners .col-4 {
    order: 1
}

#bigWrapper[data-lang='AR'] .cashWinners .col-8 {
    order: 0
}

.qProgressRowContainer {
    margin-top: 1rem !important;
}

@media only screen and (max-width: 500px) {
    .qProgressRowContainer {
        margin-top: 0.2rem !important;
    }

    .cashWinners .card-body h4, .cashWinners .card-body h3 {
        font-size: 0.9rem
    }

    .cashWinners .card-body {
        padding-left: 5px;
    }

    .winnerPrizeCol {
        padding-top: 0px !important;
    }

    .question-image {
        max-width: 100% !important;
        max-height: 120px !important;
    }

    .progressContainer {
        width: 100%;
    }

    .questionNumber {
        font-size: 20px;
        color: #000;
        width: 7.8%;
        height: 25px;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .questionNumber.current {
        font-size: 21px;
        color: #FFFFFF !important;
        width: 27px;
        height: 27px;
    }
}

@media only screen and (max-width: 350px) {

    .upgrade-badge img {
        width: 70px;
        height: 70px;
    }

    .upgrade-badge {
        top: 14%;
    }

    #mobileNumber, #oneTimePassword {
        width: 100%;
    }

    #signInContainer {
        margin-top: 20px;
    }

    .questionNumber {
        font-size: 20px;
        color: #000;
        width: 7%;
        height: 18px;
    }

    .questionNumber.current {
        font-size: 25px;
        color: #000;
        width: 25px;
        height: 25px;
    }

}

html body[current-page='privacy'], body[current-page='privacy'], body[current-page='terms'], body[current-page='how-to-play'],
html body.unsetHeight {
    height: unset;
}

html body[current-page='winners'] #hundredSecondsContainer {
    /*display: block !important;*/
}

main[data-lang="AR"] .faq-styling {
    text-align: right !important;
}

main[data-lang="AR"] .card .text-left {
    text-align: right !important;
}

main[data-lang="AR"] .float-right {
    float: left !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media only screen and (orientation: landscape) and (max-width: 989px) {
    html, body {
        height: unset;
    }
}

/*@media only screen and (max-height: 582px) {*/
/*html, body:not(current-page="play"){*/
/*height: unset;*/
/*}*/
/*}*/

@media only screen and (max-height: 570px) {
    .contentBg {
        padding: 0rem !important;
    }
}

.video-react {
    max-width: 767px !important;
    margin: 0 auto;
    border: solid 5px rgb(234 198 32);
    border-radius: 20px;
    overflow: hidden;
}

.video-react .video-react-big-play-button {
    /*background: rgb(236 28 35);*/
    color: white;
}

.carousel .slider-wrapper.axis-horizontal .slider {
    direction: ltr !important;
}

@media (min-width: 479px) {
    [data-lang="AR"] .confirmationHeader {
        font-size: 2rem !important;
    }

    [data-lang="AR"] .confirmationHeader2 {
        font-size: 3rem !important;
    }

    #mobileNumber {
        border-radius: 15px;
        width: 250px;
        z-index: 2;
    }

    .clock_design {
        background-color: #FFFFFF !important;
        border-radius: 10px !important;
        color: #DA3832 !important;
        width: 3em !important;
        height: 3em !important;
        font-size: 20px !important;
        position: relative;
    }
}

@media (max-width: 479px) {
    [data-lang="AR"] .confirmationHeader {
        font-size: 1.5rem !important;
    }

    [data-lang="AR"] .confirmationHeader2 {
        font-size: 2.5rem !important;
    }

    #mobileNumber {
        border-radius: 15px;
        width: 200px;
        z-index: 2;
    }

    .clock_design {
        background-color: #DA3832 !important;
        border-radius: 10px !important;
        color: #FFFFFF !important;
        width: 2.7em !important;
        height: 2.7em !important;
        font-size: 20px !important;
        position: relative;
    }
}

.smaller-font {
    font-size: 8px;
    color: #FFF;
}


@media (min-width: 479px) {
    #oneTimePassword {
        font-size: 17px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 250px;
        margin: 0 auto;
        z-index: 1;
        height: 40px;
        margin-top: -50px;
        border-radius: 20px !important;
    }
}


@media (max-width: 479px) {
    #oneTimePassword {
        font-size: 17px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 200px;
        margin: 0 auto;
        z-index: 1;
        height: 40px;
        margin-top: -50px;
        border-radius: 20px !important;
    }

    .text-medium {
        font-size: 0.75rem;
    }
}

@media (min-width: 479px) {
    .subs-btn {
        background: #DA3832 !important;
        border-bottom: solid 5px #9A1117 !important;
        color: #FFFFFF !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        border-radius: 15px !important;
        width: 250px;
        font-size: 20px;
        height: 50px !important;
        /* height: 70px !important; */
    }
}

@media (max-width: 479px) {
    .subs-btn {
        background: #DA3832 !important;
        border-bottom: solid 5px #9A1117 !important;
        color: #FFFFFF !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        border-radius: 15px !important;
        width: 200px !important;
        font-size: 16px !important;
        height: 50px !important;
        /* height: 70px !important; */
    }
}

@media (min-width: 840px) {

    .playContainer {
        width: 70%;
        background: #161C4A !important;
        border: solid 3px #141B4D !important;
        border-radius: 20px;
    }

    .playContainer2 {
        width: 70%;
        padding-top: 15px;
        background: #1BA19A !important;
        /*background: rgba(237, 28, 36, 0.7);*/
        border-radius: 20px;
    }

    .react-responsive-modal-modal {
        Top: 13%;
        max-width: 350px !important;
        display: inline-block;
        text-align: center !important;
        vertical-align: middle;
        background-color: #134221 !important;
        border: 7px solid #FFFFFF;
        box-shadow: 0 12px 15px 0 rgb(0 0 0 / 25%);
        margin: 1.2rem;
        padding: 1.2rem;
        position: relative;
        overflow-y: auto;
        border-radius: 10px !important;
    }

    .subs-btn2 {
        background: #DA3832 !important;
        border-bottom: solid 5px #971318 !important;
        color: #FFFFFF !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        border-radius: 20px !important;
        font-size: 25px !important;
        width: 370px !important;
        /* height: 70px !important; */
    }

    .credit_btn {
        color: #fff !important;
        background: #DA3832 !important;
        border: 1px solid #F4F4F4;
        border-radius: 10px !important;
        font-size: 1.5rem;
        width: 370px;
        /* height: 70px !important; */
    }

    .credit_btn2 {
        color: #ffd401 !important;
        border: 1px solid #ffd401;
        background-color: #ffd401;
        border-radius: 10px !important;
        font-size: 1.5rem;
        width: 370px;
        /* height: 70px !important; */
    }

    .claim_btn {
        color: #1D361C !important;
        background: #EAC620 !important;
        border-bottom: solid 5px #75630E !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        border-radius: 20px !important;
        font-size: 1.7rem;
        width: 370px;
        /* height: 70px !important; */
    }

    .free_credit_btn {
        color: #DA3832 !important;
        background: #FFFFFF !important;
        border: 3px solid #DA3832;
        border-radius: 10px !important;
        font-size: 1.5rem;
        /* height: 70px !important; */
    }

    [data-lang="AR"] #navbarSupportedContent {
        direction: rtl !important;
    }
}

@media (max-width: 840px) {
    @media (min-width: 479px) {
        .playContainer {
            width: 70%;
            background: #161C4A !important;
            border: solid 3px #141B4D !important;
            /*background: rgba(237, 28, 36, 0.7);*/
            border-radius: 20px;
        }

        .playContainer2 {
            width: 70%;
            padding-top: 15px;
            background: #1BA19A !important;
            /*background: rgba(237, 28, 36, 0.7);*/
            border-radius: 20px;
        }

        .react-responsive-modal-modal {
            Top: 13%;
            max-width: 350px !important;
            display: inline-block;
            text-align: center !important;
            vertical-align: middle;
            background-color: #134221 !important;
            border: 7px solid #FFFFFF;
            box-shadow: 0 12px 15px 0 rgb(0 0 0 / 25%);
            margin: 1.2rem;
            padding: 1.2rem;
            position: relative;
            overflow-y: auto;
            border-radius: 10px !important;
        }

        .subs-btn2 {
            background: #DA3832 !important;
            border-bottom: solid 5px #971318 !important;
            color: #FFFFFF !important;
            border-top: unset !important;
            border-left: unset !important;
            border-right: unset !important;
            border-radius: 20px !important;
            font-size: 1.2rem !important;
            width: 300px !important;
            /* height: 70px !important; */
        }

        .credit_btn {
            color: #fff !important;
            background: #DA3832 !important;
            border: 1px solid #F4F4F4;
            border-radius: 10px !important;
            font-size: 1.5rem;
            width: 300px;
            /* height: 70px !important; */
        }

        .credit_btn2 {
            color: #ffd401 !important;
            border: 1px solid #ffd401;
            background-color: #ffd401;
            font-size: 1.5rem;
            width: 300px;
            /* height: 70px !important; */
        }

        .claim_btn {
            color: #1D361C !important;
            background: #EAC620 !important;
            border-bottom: solid 5px #75630E !important;
            border-top: unset !important;
            border-left: unset !important;
            border-right: unset !important;
            border-radius: 20px !important;
            font-size: 1.7rem;
            width: 300px;
            /* height: 70px !important; */
        }

        .free_credit_btn {
            color: #DA3832 !important;
            background: #FFFFFF !important;
            border: 3px solid #DA3832;
            border-radius: 10px !important;
            font-size: 1.5rem;
            /* height: 70px !important; */
        }
    }
}


@media (max-width: 479px) {
    .playContainer {
        background: #161C4A !important;
        border: solid 3px #141B4D !important;
        /*background: rgba(237, 28, 36, 0.7);*/
        border-radius: 20px;
    }

    .playContainer2 {
        padding-top: 15px;
        background: #1BA19A !important;
        /*background: rgba(237, 28, 36, 0.7);*/
        border-radius: 20px;
    }

    .react-responsive-modal-modal {
        Top: 12%;
        max-width: 350px !important;
        display: inline-block;
        text-align: center !important;
        vertical-align: middle;
        background-color: #134221 !important;
        border: 7px solid #FFFFFF;
        box-shadow: 0 12px 15px 0 rgb(0 0 0 / 25%);
        margin: 1.2rem;
        padding: 1.2rem;
        position: relative;
        overflow-y: auto;
        border-radius: 10px !important;
    }

    .subs-btn2 {
        background: #DA3832 !important;
        border-bottom: solid 5px #971318 !important;
        color: #FFFFFF !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        border-radius: 20px !important;
        font-size: 1.2rem !important;
        width: 250px !important;
        /* height: 70px !important; */
    }

    [data-lang="AR"] .subs-btn2 {
        background: #DA3832 !important;
        border-bottom: solid 5px #971318 !important;
        color: #FFFFFF !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        border-radius: 20px !important;
        font-size: 1.5rem;
        width: 250px !important;
    }

    .credit_btn {
        color: #fff !important;
        background: #DA3832 !important;
        border: 1px solid #F4F4F4;
        border-radius: 10px !important;
        font-size: 1rem;
        width: 250px;
        /* height: 70px !important; */
    }

    .credit_btn2 {
        color: #ffd401 !important;
        border: 1px solid #ffd401;
        background-color: #ffd401;
        border-radius: 10px !important;
        font-size: 1rem;
        width: 250px;
        /* height: 70px !important; */
    }

    .claim_btn {
        color: #1D361C !important;
        background: #EAC620 !important;
        border-bottom: solid 5px #75630E !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        border-radius: 20px !important;
        font-size: 1.7rem;
        width: 250px;
        /* height: 70px !important; */
    }

    .free_credit_btn {
        color: #DA3832 !important;
        background: #FFFFFF !important;
        border: 3px solid #DA3832;
        border-radius: 10px !important;
        font-size: 1.5rem;
        /* height: 70px !important; */
    }
}

.nunitoSans-Bold[data-lang="EN"] {
    font-family: NunitoSans-Bold;
}

[data-lang="AR"] .nunitoSans-Bold {
    font-family: 'OoredooArabic-Heavy' !important;
    line-height: 1.7 !important;
    padding-bottom: 0px !important;
}

.nunitoSans-Bold-normal[data-lang="EN"] {
    font-family: NunitoSans;
}


#leftArrows {
    color: #DA3832 !important;
    position: relative;
    -webkit-animation: linear infinite;
    -webkit-animation-name: runleft;
    -webkit-animation-duration: 1s;
}

@-webkit-keyframes runleft {
    from {
        left: -10%;
    }
    to {
        left: 1%;
    }
}

#rightArrows {
    color: #DA3832 !important;
    position: relative;
    -webkit-animation: linear infinite;
    -webkit-animation-name: runRight;
    -webkit-animation-duration: 1s;
}

@-webkit-keyframes runRight {
    from {
        left: 10%;
    }
    to {
        left: 1%;
    }
}

@media (min-width: 767px) {

    .answerContainer:hover:not(.moving) {
        background-color: #ffd401 !important;
        color: #DA3832 !important;
        cursor: pointer;
    }

    .show-logo-small {
        display: none;
    }

    #navbarSupportedContent {
        background-color: #ffffff;
        z-index: 1000;
        width: 100px;
        border: solid 2px #ebebeb;
        border-radius: 5px !important;
        margin-top: 72px !important;
        margin-right: 217px !important;
    }

    .navbar-light .navbar-toggler {
        border: none;
        font-weight: bold;
        outline: none;
        right: 225px;
        top: 50px;
    }

    .navbar.nav {
        position: absolute;
        right: 1rem;
        top: 1rem !important;
    }
}

.container-style {
    color: #000;
    background-color: #161C4A !important;
    border: solid 2px #141B4D !important;
    /*height: 16rem;*/
    border-radius: 20px !important;
    z-index: 10 !important;
    padding: 12px !important;
}

[data-lang="AR"] .container-style {
    color: #000;
    background-color: #161C4A !important;
    border: solid 2px #141B4D !important;
    /*height: 16rem;*/
    border-radius: 20px !important;
    z-index: 10 !important;
    padding: 12px !important;
}

.container-style2 {
    background-color: #D46B29;
    height: 5rem;
    border-radius: 15px !important;
    z-index: 10 !important;
}

[data-lang="AR"] .container-style2 {
    background-color: #D46B29;
    height: 5rem;
    border-radius: 15px !important;
    z-index: 10 !important;
    padding-top: 5px !important;
}

.container-style3 {
    background-color: #FFFFFF;
    height: 5rem;
    border-radius: 15px !important;
    z-index: 10 !important;
}

[data-lang="AR"] .container-style3 {
    background-color: #FFFFFF;
    height: 5rem;
    border-radius: 15px !important;
    z-index: 10 !important;
    padding-top: 5px !important;
}

.container-style4 {
    color: #000;
    background-color: #EAC620;
    height: 13.5rem;
    border-radius: 10px !important;
    z-index: 10 !important;
}

.container-style5 {
    background-color: #161C4A !important;
    border: solid 2px #141B4D !important;
    height: 30rem;
    border-radius: 20px !important;
    z-index: 10 !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.container-style5::-webkit-scrollbar {
    width: 10px;
}

.container-style5::-webkit-scrollbar-thumb {
    background: #FCAE26 !important;
    border-radius: 10px;
}

.container-style5::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.container-style6 {
    color: #000;
    background-color: #EAC620;
    border-radius: 10px !important;
    z-index: 10 !important;
}

.container-style7 {
    background-color: #DA3832;
    height: 5rem;
    border-radius: 15px !important;
    z-index: 10 !important;
}

[data-lang="AR"] .container-style7 {
    background-color: #DA3832;
    height: 5rem;
    border-radius: 15px !important;
    z-index: 10 !important;
    padding-top: 5px !important;
}

.container-style8 {
    background-color: white;
    border: solid 2px #DA3832 !important;
    border-radius: 20px !important;
    z-index: 10 !important;
}

.col-6 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.fa-size {
    font-size: 2.2rem;
}

#drawDateContainer {
    color: #FFFFFF !important;
    font-size: 12px;
}

.winnersInnerContainer {
    background: #FFFFFF;
    color: #DA3832;
    border: solid 2px #DA3832;
    border-radius: 10px;
}

.winnersInnerContainer .carousel .control-dots .dot {
    background-color: red !important;
}

.winnersInnerContainer .control-dots {
    color: #DA3832 !important;
}

.winnerImage {
    width: 50px !important;
    border-radius: 50%;
    overflow: hidden;
    height: 50px !important;
}

@media (min-width: 767px) {
    .col-fivepointfive {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        height: 95px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .col-fivepointfive {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        font-size: 11px !important;
    }

    [data-lang="AR"] .col-fivepointfive {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        font-size: 14px !important;
    }
}

.font_size {
    font-size: clamp(15px, 2vw, 20px);
}

.font_size2 {
    font-size: clamp(14px, 3vw, 20px);
    /*color: #EAC620;*/
    text-align: left;
}

.font_size3 {
    font-size: clamp(12px, 2vw, 16px);
}

.font_size4 {
    font-size: clamp(16px, 3vw, 20px);
}

.font_size5 {
    font-size: clamp(20px, 3vw, 20px);
}

.text-dir {
    direction: ltr !important;
}

[data-lang="AR"] .text-dir {
    direction: rtl !important;
}

@media only screen and (min-width: 767px) {

    header[data-lang="AR"] .userWallet {
        direction: rtl !important;
        padding-top: 7px;
        padding-bottom: 0;
    }

    .userWallet {
        background-color: #DA3832;
        color: #FFFFFF !important;
        border-radius: 10px 10px 10px 10px;
        font-weight: bold;
        font-size: 12px;
        padding: 3px 5px 5px;
        line-height: 2;
    }

    .our-team {
        font-size: 1.8rem !important;
        color: #FFD100 !important;
    }

    header[data-lang="AR"] .userWallet-position {
        position: absolute;
        margin-top: 3.5rem;
        left: 250px;
    }

    .userWallet-position {
        position: absolute;
        margin-top: 3.5rem;
        left: 250px;
    }

    header[data-lang="AR"] .userWallet-iPhone-position {
        position: absolute;
        margin-top: 3.7rem;
        left: 250px;
    }

    .userWallet-iPhone-position {
        position: absolute;
        margin-top: 3.7rem;
        left: 250px;
    }

    .points-position {
        top: 47%;
        left: 50%;
        position: absolute;
        color: #FFC800 !important;
        -webkit-text-stroke: 1px #001285 !important;
        font-size: 35px;
        transform: translate(-50%, -50%);
    }

    [data-lang="AR"] .points-position {
        top: 50%;
        left: 50%;
        position: absolute;
        color: #FFC800 !important;
        -webkit-text-stroke: 1px #001285 !important;
        font-size: 35px;
        transform: translate(-50%, -50%);
    }


    .info-position {
        position: absolute;
        left: 20px;
    }
}

.center {
    position: fixed;
    right: 11.5rem;
    top: 15px;
}

.font-small {
    font-size: clamp(8px, 2vw, 10px);
}

.font-color {
    color: #2C4464 !important;
}

.font-color2 {
    color: #DA3832 !important;
}

.success-color {
    color: white !important;
    opacity: 100% !important;
}

.fail-color {
    color: #ffd401 !important;
    opacity: 100% !important;
}

.btn-success {
    background-color: #DA3832 !important;
    height: 40px !important;
    border: unset !important;
}

.btn-light {
    border: unset;
    color: #fff !important;
    background-color: #1BA19A !important;
    height: 3rem;
}

.link-box-design {
    color: #DA3832;
    border: solid 2px #DA3832;
    background-color: transparent;
    border-radius: 5px !important;
    z-index: 10 !important;
    height: 40px !important;
}

.faq-styling {
    color: #DA3832 !important;
    background-color: transparent !important;
    font-weight: bold !important;
    /* font-size: 14px !important; */
}

.page-title {
    text-align: left !important;
    background-color: #E6E6E6;
    color: #E00002;
    height: 40px;
    vertical-align: middle;
    padding: 12px 0 0 12px;
    border-radius: 10px;
    font-family: 'Ooredoo', serif;
}

.terms-style {
    font-family: Larsseit-Bold !important;
    color: #fff !important;
}

.become-style {
    font-size: clamp(14px, 2vw, 22px);
}

.play-get-style {
    font-size: clamp(12px, 2vw, 15px);
}

.userPoints {
    background-color: #212847;
    color: white !important;
    padding: 5px 5px;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
    /* top: -16px;
    left: 20px; */
    font-size: 9px;
}


.shine-container {
    z-index: 0;
    overflow: hidden;
    width: 100%;
}


@-webkit-keyframes animShine {
    0% {
        opacity: 0;
        left: 10%;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 80%;
    }
}

.shine {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 40px;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    filter: blur(5px);
    -webkit-filter: blur(5px);
    z-index: 0;


    animation: animShine 1300ms infinite !important;
    animation-duration: 1300ms !important;
    animation-timing-function: ease-in-out !important;
    animation-delay: 0s !important;
    animation-iteration-count: infinite !important;
    animation-direction: normal !important;
    animation-fill-mode: forwards !important;
    animation-play-state: running !important;
    animation-name: animShine !important;
    -webkit-animation: animShine 1300ms infinite !important;
    -moz-animation: animShine 1300ms infinite !important;
}

.get-credits-size {
    font-size: clamp(14px, 2vw, 18px);
}

.error-msg-style {
    color: #FF0000;
    font-weight: bold;
}

.fontSize {
    font-size: 13px;
}

.instructionsFontSize {
    font-size: 13px;
}

.fontSize2 {
    font-size: 10px;
}

[data-lang="AR"] .fontSize {
    font-size: 16px;
}

[data-lang="AR"] .instructionsFontSize {
    font-size: 14px;
}

[data-lang="AR"] .fontSize2 {
    font-size: 14px;
}

[data-lang="AR"] .userPoints {
    background-color: #212847;
    color: white !important;
    padding: 5px 5px;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
    /* font-size: 11px; */
}

[data-lang="AR"] .userWallet {
    background-color: #DA3832;
    color: #FFFFFF !important;
    padding: 3px 5px;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
}

.Cairo-Bold {
    font-family: Cairo-Bold !important;
    font-size: 12px !important;
}

.space {
    margin-bottom: -15px !important;
}


.phone-number-style {
    color: #1D361C !important;
    font-size: 12px;
    font-weight: bold;
    position: relative !important;
}

#navbarSupportedContent .nav-item a {
    color: #000 !important;
    font-size: 15px !important;
}

#navbarSupportedContent .nav-item a:hover {
    color: #DA3832 !important;
}

.w-50 {
    width: 40% !important;
}

header[data-lang="AR"] .text-left {
    text-align: right !important;
}

.text-always-left {
    text-align: left !important;
}

[data-lang="AR"] .text-left {
    text-align: right !important;
}

[data-lang="AR"] .our-team {
    direction: rtl;
    color: #FFD100 !important;
}

.leading {
    font-size: clamp(15px, 3vw, 18px);
    padding-bottom: 15px !important;
    color: #FFFFFF !important;
}

[data-lang="AR"] .direction {
    direction: rtl;
}

.cover-heading .col-lg-9 {
    position: unset !important;
}

.cover-heading .col-lg-9, .col-12, .col-xs-8, .col-sm-6, .col-md-9 {
    position: unset !important;
}

[data-lang="AR"] .cover-heading .col-lg-9 {
    position: unset !important;
    padding-top: 7px;
    /*padding-bottom: 0;*/
}

[data-lang="AR"] .cover-heading .col-lg-9, .col-12, .col-xs-8, .col-sm-6, .col-md-9 {
    position: unset !important;
    padding-top: 7px;
    /*padding-bottom: 0;*/
}

@media (max-width: 820px) {
    @media (min-width: 577px) {

        .points-position {
            top: 48%;
            left: 50%;
            position: absolute;
            color: #FFC800 !important;
            -webkit-text-stroke: 1px #001285 !important;
            font-size: 4vw;
            transform: translate(-50%, -50%);
        }

        [data-lang="AR"] .points-position {
            top: 48%;
            left: 50%;
            position: absolute;
            color: #FFC800 !important;
            -webkit-text-stroke: 1px #001285 !important;
            font-size: 4vw;
            transform: translate(-50%, -50%);
        }
    }
}

.text-yellow {
    color: #EAC620 !important;
}

.draggable .video-react.video-react-fluid, .video-react.video-react-16-9, .video-react.video-react-4-3 {
    width: 50%;
    max-width: 100%;
    height: 10%;
    max-height: 50%;
}

.videoInsert {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

.carousel-slider {
    direction: ltr !important;
}

.video {
    object-fit: fill;
}

.pop-up > .canvas {
    z-index: 999 !important;
}

.react-responsive-modal-root {
    z-index: 1000 !important;
}

.draggable > .react-responsive-modal-modal {
    Top: 13%;
    max-width: 350px !important;
    display: inline-block;
    text-align: center !important;
    vertical-align: middle;
    background-color: #000 !important;
    border: 7px solid #FFFFFF;
    box-shadow: 0 12px 15px 0 rgb(0 0 0 / 25%);
    margin: 1.2rem;
    padding: 1.2rem;
    position: relative;
    overflow-y: auto;
    border-radius: 10px !important;
}

.intl-tel-input {
    font-family: Cairo-Bold, QTZainText !important;
}

.react-share__ShareButton {
    border: solid 2px rgba(255, 255, 255, 0.24) !important;
    border-radius: 50px !important;
}

.react-share__ShareButton:hover {
    border: solid 2px #FFFFFF !important;
    border-radius: 50px !important;
}

.font-red {
    color: #DA3832 !important;
}

[data-lang="AR"] .credit_btn {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 2;
}

[data-lang="AR"] .btn-success {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 2;
}

[data-lang="AR"] #navbarSupportedContent {
    padding-top: 14px;
    padding-bottom: 0px;
    line-height: 1.5;
}

[data-lang="AR"] .winnersContainer .nav-pills .nav-link {
    border: 1px solid #DA3832;
    color: #DA3832;
    padding-top: 12px;
    padding-bottom: 0px;
    line-height: 1.5;
}

[data-lang="AR"] .winnersContainer .nav-pills .nav-link.active {
    border: 1px solid #DA3832;
    background-color: #DA3832 !important;
    color: #FFFFFF !important;
    padding-top: 12px;
    padding-bottom: 0px;
    line-height: 1.5;
}

.centered {
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
}

[data-lang="AR"] .centered {
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 56% !important;
}

.clock_info {
    font-size: 12px !important;
    margin-top: -10px !important;
}

.col-half {
    -ms-flex: 0 0 2%;
    flex: 0 0 2%;
    max-width: 2%;
}

.lst-kix_tabse98ilydv-0 > li:before {
    color: white !important;
    margin-top: 20px !important;
}

.lst-kix_tabse98ilydv-2 > li:before {
    color: white !important;
}

::marker {
    /*color: white !important;*/
}

.second-table {
    border: 1px solid #FFFFFF;
    padding: 10px !important;
    text-align: center !important;
}

.c29 {
    color: white !important;
}

.c21 {
    margin-left: 5px !important;
}

.c7 {
    margin-left: 40px !important;
}

.c8 {
    margin-left: 40px !important;
}

[data-lang="AR"] .c33 {
    margin-right: 40px !important;
}


@media only screen and (max-width: 767px) {
    .font-smaller {
        font-size: 9px !important;
    }
}

@media only screen and (min-width: 767px) {
    .font-smaller {
        font-size: 10px !important;
    }
}

.text-decoration-underline {
    text-decoration: underline;
}

.ThankYou{
    /*height: 100vh !important;*/
    min-height: 80vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-1{
    font-size: 2rem;
}

.fs-3{
    font-size: 1rem;
}

.calibri_font {
    font-family: Calibri, sans-serif !important;
}

.w-80{
    width: 80% !important;
}

.activity-modal-overlay {
    z-index: 99999;
}

.activity-modal-content {
    z-index: 99998;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #161C4A !important;
    border-radius: 10px;
    border: transparent !important;
}

.suspicious-close-btn {
    background: white !important;
    color: #161C4A !important;
    border-radius: 40px !important;
    width: 20rem;
    font-size: 20px;
    height: 4rem;
    border: transparent !important;
}

.blur-effect {
    filter: blur(4px) brightness(0.3);
    pointer-events: none;
}

/* Tapli */
.tapli-banner-section {
    cursor: pointer;
    width: 100%;
}

.tapli-banner-img {
    display: block;
    width: 100%;
}

.tapli-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tapli-popup-content {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    width: 90%;
    max-width: 400px;
}

.tapli-popup-img {
    border-radius: 8px;
}