:root {
    --main-color: #E60000;
    --sub-color: #000000;
    --third-color: #61C9D4;
    --forth-color: #67B2E1;
    --fifth-color: #dad8d8;
    --sixth-color: #61C9D4;
    --seventh-color: #9851D8;
    --eighth-color: #FAE954;
    --success-color: #56C18F;
    --border-color: #57B4BD;
}

.text-red {

}

#bigWrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: auto;
    background-color: var(--main-color);
    scroll-behavior: smooth;
    font-family: 'Vodafone-Medium' !important;
}

#bigWrapper[data-lang="AR"] {
    font-family: 'GESSTV-Regular' !important;
    font-size: smaller !important;
}

.forceFont {
    font-family: 'Vodafone-Medium' !important;
}

.forceFont[data-lang="AR"] {
    font-family: 'GESSTV-Regular' !important;
}

.navbar-text-color {
    color: black !important;
    /*font-size: 1.6rem;*/
}

#navbarSupportedContent {
    background-color: #ffffff;
    color: black;
    z-index: 1000;
    border: solid 2px #ebebeb;
    border-radius: 10px !important;
    position: absolute;
    top: 90%;
    right: 10%;
    width: 15em;
    padding: 1rem;
}

[data-lang="AR"] #navbarSupportedContent {
    width: 18em;
}

#navbarSupportedContent .nav-item a:hover {
    color: var(--main-color) !important;
    font-weight: 700 !important;
}

#navbarSupportedContent .nav-item div:hover {
    color: var(--main-color) !important;
    font-weight: 700 !important;
}

.nav-masthead .nav-link {
    padding: 0.25rem 0;
    font-weight: 300;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: 0.25rem solid transparent;
}

.headerLeftSide {
    padding-right: 0px;
}


body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
}

.winnersInnerContainer {
    background: none;
    color: white;
    border: solid 1px white;
    border-radius: 8px;
}

.winnersInnerContainer .carousel .control-dots .dot {
    background-color: white !important;
}

.carousel .control-dots .dot {
    margin-inline: 3px;
    box-shadow: unset !important;
}

.winnersInnerContainer .control-dots {
    color: white !important;
    margin: 0px !important;
}

.winnersContainer {
    position: relative;
    width: 100%;
    margin: 0;
}

.winnerImage {
    width: 40px !important;
    border-radius: 45%;
    overflow: hidden;
    height: 40px !important;
}

.show-counter .countdown {
    background: var(--main-color);
    color: white;
    border-radius: 10px;
}

.get-bundle-btn {
    background: white;
    color: black;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.8rem !important;
}

.get-bundle-btn-text {
    color: var(--sub-color) !important;
    margin: 0;
}

#points-popup {
    position: absolute;
    min-width: 300px;
    background-color: var(--third-color) !important;
    color: black;
    padding: 12px;
    top: 80%;
    left: 50%;
    transform: translate(-40%, 0%);
    z-index: 99999;
    font-size: 11px;
    border: unset;
    border-radius: 10px !important;
}

.points-popup-activator:hover ~ #points-popup {
    display: block !important;
}

#questions-popup {
    position: absolute;
    min-width: 300px;
    background-color: #EB9700 !important;
    color: black;
    padding: 12px;
    top: 80%;
    left: 50%;
    transform: translate(-40%, 0%);
    z-index: 99999;
    font-size: 11px;
    border: unset;
    border-radius: 10px !important;
}

.questions-popup-activator:hover ~ #questions-popup {
    display: block !important;
}

.card-body {
    position: relative;
    padding-top: 30px;
}

.questionImage {
    max-height: 150px !important;
}

.answerContainer {
    user-select: none;
    background-color: #000;
    color: white;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    font-family: 'Vodafone-Medium' !important;
    height: 4rem;
    display: flex !important;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.answerContainer.disabled {
    background-color: rgb(104, 62, 144, 0.3) !important;
}

.answerContainer.disabled:hover {
    background-color: rgb(104, 62, 144, 0.3);
    color: inherit !important;
    cursor: not-allowed;
}

.answerContainer.active {
    color: #FFF;
    background-color: #000;
    cursor: not-allowed;
}

#accordion {
    color: black;
}

.faqBtn {
    width: 85%;
    border: none;
    float: left;
    display: flex;
    text-align: left;
}

.faqBtn[data-lang="AR"] {
    width: 85%;
    border: none;
    float: right;
    display: flex;
    text-align: right;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-body {
    padding-top: unset;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset !important;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: unset !important;
}

#header {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}

.languageBtn {
    padding: 3px 12px;
    color: #969696 !important;
    vertical-align: unset;
    font-family: 'Vodafone-Medium' !important;
}

.languageBtnActive {
    color: #FFFFFF !important;
    background: #E60000;
    height: -webkit-fill-available;
    display: grid;
    align-content: center;
    border-radius: 15px;
}


.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;*/
    background-color: black;
    border-radius: 10px;
    border: transparent !important;
    padding: 3% !important;
    color: white;
}

.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;
}

.leftLogo {
    width: 10rem;
}

.font-small {
    font-size: 1.2rem !important;
}

.playNow {
    font-weight: bold;
    font-size: 1.8rem;
}

[data-lang="AR"] .playNow {
    font-weight: bold;
    font-size: 1.3rem;
}

.prizeText {
    font-weight: bold;
    font-size: 4.5rem;
}

.currencyText {
    color: var(--main-color);
    font-weight: bold;
    font-size: 3rem;
}

.navbar-dark .navbar-toggler {
    padding: 0px 8px;
    border: unset !important;
}

.infoContainer {
    position: relative;
    border-width: 1px;
    background-color: white;
    border-radius: 10px !important;
}

.infoListGroup {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-group-item {
    background-color: unset;
    padding: 1rem 25%;
}

[dir="rtl"] .list-group-item {
    padding: 1rem 6rem;
}

.infoText {
    font-family: 'Vodafone-Medium';
    padding-left: 15px;
}

.bundleIcon {
    width: 25%
}

@media only screen and (max-width: 992px) {

    .clock_design {
        background-color: #FFFFFF !important;
        border-radius: 10px !important;
        color: #000000 !important;
        width: 23% !important;
        /*height: 3.4em !important;*/
        padding-bottom: 23% !important;
        font-size: 20px !important;
        position: relative;
    }

    .howToPlayBox {
        width: 35vh;
        height: 6vh;
        background-color: white !important;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .subs-btn {
        background: var(--sub-color) !important;
        color: #FFFFFF !important;
        border-radius: 10px !important;
        /*width: 21rem;*/
        font-size: 20px;
        height: 4rem;
    }

    .subs-btn2 {
        background: var(--sub-color) !important;
        color: #FFFFFF !important;
        border-radius: 10px !important;
        width: 17rem;
        font-size: 20px;
        height: 2.8rem;
    }

    #oneTimePassword {
        text-align: center;
        /*width: 21rem;*/
    }

    #oneTimePassword2 {
        text-align: center;
        width: 17rem;
    }

    #mobileNumber {
        border-radius: 10px;
        /*width: 21rem;*/
        z-index: 2;
        height: 4rem;
        text-align: start;
    }

    .spinnerStatic {
        background-color: #FFFFFF;
        /*height: 40rem;*/
    }

    .share-modal-content {
        width: 90% !important;
        padding: 3% !important;
    }

    .watch-modal-content {
        width: 90% !important;
        padding: 3% !important;
    }

    .full-width {
        width: 100%;
    }

    .vertical-horizontal-line {
        position: relative !important;
        padding-block: 20px !important;
    }

    .vertical-horizontal-line::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%; /* Position it at the center horizontally */
        transform: translateX(-50%); /* Center it horizontally */
        width: 50%;
        height: 1px; /* Adjust the height as needed */
        background-color: #F7F7FA;
    }

    .infoFooter {
        background-color: var(--sub-color);
        /*height: 20vh;*/
    }

    .featuresPage {
        background-color: #FFFFFF;
        height: 45rem;
        display: flex;
        align-items: center;
    }

    .money-pic-size {
        /*width: 35% !important*/
    }

    .subscriptionContentBackGround {
        height: 15vh;
    }

    .subscriptionVerificationBackGround {
        height: 45vh;
        align-items: start !important;
    }

    ul.infoListGroup li:not(:last-child) {
        border-right: 1px solid black;
        border-bottom: none;
        border-radius: 0px;
    }

    .list-group-item {
        padding: 10px 2px;
        padding-inline: 5px;
    }

    [dir="rtl"] .list-group-item {
        padding: 10px 2px;
        padding-left: 5px;
    }

    [dir="rtl"] .infoListGroup {
        direction: ltr !important;
    }

    .infoText {
        font-size: 0.8rem;
        padding-left: 0px;
        margin-right: auto !important;
        margin-left: auto !important;
        text-decoration: none !important;
    }

    .infoContainer {
        padding: 0px;
    }

    .BundleBtnContainer1 {
        display: none;
    }

    .infoContainer {
        width: 100%;
    }
}

.float-end[data-lang="AR"] {
    float: left !important;
}

@media only screen and (min-width: 992px) {

    .signin {
        height: 70.5vh !important;
    }

    .infoFooter {
        height: 22vh !important;
    }

    .clock_design {
        background-color: #FFFFFF !important;
        border-radius: 10px !important;
        color: #000000 !important;
        width: 23%;
        /*height: 3.4em !important;*/
        padding-bottom: 23% !important;
        font-size: 1.5rem !important;
        position: relative;
    }

    .howToPlayBox {
        width: 95%;
        height: 7vh;
        background-color: white !important;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #mobileNumber {
        border-radius: 10px;
        width: 22rem;
        z-index: 2;
        height: 3.4rem;
    }

    #oneTimePassword {
        text-align: center;
        width: 22rem;
    }

    #oneTimePassword2 {
        text-align: center;
        width: 17rem;
    }

    .subs-btn {
        background: var(--sub-color) !important;
        color: #FFFFFF !important;
        border-radius: 10px !important;
        width: 22rem;
        font-size: 20px;
        height: 3.4rem;
    }

    .error-width {
        width: 22rem;
    }

    .subs-btn2 {
        background: var(--sub-color) !important;
        color: #FFFFFF !important;
        border-radius: 10px !important;
        width: 17rem;
        font-size: 20px;
        height: 2.8rem;
    }

    .infoContainer {
        width: 25rem;
    }

    .text-lg-start[data-lang="AR"] {
        text-align: right !important
    }

    .spinnerStatic {
        background-color: #FFFFFF;
        min-height: 32rem;
        display: flex;
        align-items: center;
    }

    .share-modal-content {
        width: 40% !important;
        padding: 3% !important;
    }

    .watch-modal-content {
        width: 40% !important;
        padding: 2% !important;
    }

    .vertical-horizontal-line {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
    }

    [data-lang="EN"] .vertical-horizontal-line::before {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 70%;
        background-color: #F7F7FA;
    }

    [data-lang="AR"] .vertical-horizontal-line::before {
        content: "";
        position: absolute;
        left: 0;
        width: 1px;
        height: 70%;
        background-color: #F7F7FA;
    }


    .infoFooter {
        background-color: var(--sub-color);
        /*min-height: 25vh;*/
    }

    .featuresPage {
        background-color: #FFFFFF;
        height: 40rem;
        display: flex;
        align-items: center;
    }

    .money-pic-size {
        /*width: 65% !important*/
    }

}

@media only screen and (min-width: 767px) {

    .select-subscription {
        width: 22rem !important;
    }

    .your-account{
        width: 25rem;
        font-size: 1.7rem
    }

    .drawImg {
        width: 200% !important;
    }

    .instantImg {
        width: 3.5rem !important;
        height: 3.5rem;
        border-radius: 10rem;
    }

    .img-fluid {
        width: 3rem !important;
        height: 3rem;
        border-radius: 10rem;
    }

    .winnerText {
        font-size: 0.7rem;
    }

    #header {
        height: 7.5vh !important;
    }

    .home {
        height: 70.5vh !important;
        display: flex;
        align-items: center;
    }

    .coming-soon-text {
        font-size: 1rem;
    }

    #header li a {
        position: relative;
    }

    #header li a::after {
        content: "";
        width: 0;
        height: 1px;
        background-color: #d0d2d9;
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: all 0.3s;
        transform: translate(-50%, -50%);
    }

    #header li a:hover::after {
        width: 90%;
    }

    .orderedAnswerContainer {
        height: 3.4rem !important;
    }

    .questionContainer {
        font-size: 1.5rem;
        margin-bottom: 20px;
        line-height: 30px;
        font-weight: 600;
        padding-inline: 25px;
    }

    .winner-name {
        color: #ED1C24;
        opacity: 0.9;
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .winner-msisdn {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
    }

    .info-bottom-text {
        font-size: 1.5rem;
    }

    .language-container {
        background: #F2F2F2;
        border-radius: 15px !important;
        margin-inline: 5px;
        display: flex;
        align-items: center;
    }

    .result-page-title {
        font-size: 1.5rem;
    }

    .result-page-sub-title {
        font-size: 1.6rem;
    }

    .logo-size {
        /*width: 80px;*/
        /*height: 80px;*/
        width: 5rem;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

    .faq-styling {
        font-size: 1rem;
        color: #000000 !important;
        background-color: transparent !important;
        font-weight: bold !important;
        padding: 2%;
    }

    .playContainer {
        padding-top: 15px;
        background: white !important;
        border-radius: 10px;
        color: black;
    }

    .answerContainer:hover:not(.orderedAnswerContainer) {
        background: var(--main-color);
        color:  var(--sub-color);
        cursor: pointer;
    }

    .show-counter .countdown {
        margin: 10px;
        width: 25% !important;
    }


    [dir="rtl"] .infoText {
        padding-right: 15px;
    }

}

@media only screen and (max-width: 767px) {

    .your-account{
        width: 25rem;
        font-size: calc(1.275rem + .3vw)!important
    }

    .playText {
        font-weight: bold;
        font-size: 2.2rem;
        color: var(--eighth-color) !important;
        text-shadow: -1.7px -0.5px 1px white, 1.2px 0.5px 1px rgb(0, 0, 0, 0.5); /* Adds depth to both sides */
    }

    .playText[dir="RTL"] {
        font-weight: bold;
        font-size: 1.8rem;
        color: var(--eighth-color) !important;
        text-shadow: -1.7px -0.5px 1px white; /* Adds depth to the text */
        padding-block: 1rem;
    }


    .drawImg {
        width: 300% !important;
    }


    .instantImg {
        width: 3.5rem !important;
        height: 3.5rem;
        border-radius: 10rem;
    }

    .img-fluid {
        width: 2.5rem !important;
        height: 2.5rem;
        border-radius: 10rem;
    }

    .winnerText {
        font-size: 0.55rem;
    }

    .input-container {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .coming-soon-text {
        font-size: 0.8rem;
    }

    .winner-name {
        color: #ED1C24;
        opacity: 0.9;
        font-size: 0.8rem;
        text-align: left;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .winner-msisdn {
        font-size: 0.8rem;
        text-align: left;
        font-weight: bold;
    }

    .info-bottom-text {
        font-size: 1rem;
    }

    .questionContainer {
        font-size: 1.2rem;
        margin-bottom: 0px;
        font-weight: 600;
        line-height: 24px;
        padding-inline: 25px;
    }

    .language-container {
        background: #F2F2F2;
        border-radius: 15px !important;
        font-family: 'Vodafone-Medium' !important;
        margin-inline: 5px;
        display: flex;
        align-items: center;
    }

    .result-page-title {
        font-size: 1.4rem;
    }

    .result-page-sub-title {
        font-size: 1.7rem;
    }


    .logo-size {
        width: 25%;
    }

    .faq-styling {
        font-size: 0.9rem;
        color: #000000 !important;
        background-color: transparent !important;
        font-weight: bold !important;
        padding: 5%;
    }

    .feature-container {
        height: 13rem;
        border-radius: 10px !important;
        z-index: 10 !important;
        width: 10rem;
    }

    .playContainer {
        width: 100%;
        height: 100%;
        padding-top: 15px;
        background: white !important;
        border-radius: 10px;
        color: black;
    }

    .show-counter .countdown-link {
        line-height: 1.2rem;
    }

    .questionNumber {
        height: 1rem !important;
    }

    .questionNumberContainer {
        height: 1rem !important;
        font-family: 'Vodafone-Medium' !important;
    }

    .questionNumberContainer[data-lang="AR"] {
        height: 1rem !important;
        font-family: 'GESSTV-Regular' !important;
    }

    .profile-container-height {
        max-height: 0vh !important;
    }

    .show-counter .countdown {
        margin: 2.2px;
        width: 22% !important;
        font-size: 1.2rem
    }

    .otp-msg-font-size {
        font-size: 1.5vh !important;
    }

    #questions-popup {
        left: 100%;
        transform: translate(-100%, 0%);
    }

    #points-popup {
        left: 80%;
        transform: translate(-60%, 0%);
    }

    .playText {
        font-weight: bold;
        font-size: 2.2rem;
    }

    .playNow {
        font-weight: bold;
        font-size: 1rem;
    }

    .prizeText {
        font-weight: bold;
        font-size: 2.5rem;
    }

    .currencyText {
        color: var(--main-color);
        font-weight: bold;
        font-size: 1rem;
        font-family: 'Vodafone-Medium' !important;
    }

}

.verify-btn {
    background: var(--main-color) !important;
    border-radius: 10px !important;
    padding: 10px;
}

.playMorePosition {
    color: var(--main-color) !important;
    bottom: 25%;
    position: fixed;
}

.bundleIcon {
    width: 35%;
    padding-bottom: 2px
}

.watchIcon {
    width: 40%;
    padding-bottom: 2px
}


@media only screen and (min-width: 992px) {
    .BundleBtnContainer2 {
        display: none;
    }

}


.questionNumberContainer {
    background-color: gray;
    color: white;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 1rem;
    font-family: 'Vodafone-Medium' !important;
}

.questionNumberContainer[data-lang="AR"] {
    background-color: gray;
    color: white;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 1rem;
    font-family: 'GESSTV-Regular' !important;
}

.questionNumber {
    font-size: 15px;
    color: white;
    width: 10%;
    height: 1rem;
    background-image: linear-gradient(to right, #449897, #402B53);
    display: inline-block;
    line-height: 1.2rem;
    border-radius: 15px;
    -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;
    text-align: center;
    font-weight: bolder;
}

.questionNumber.current {
    width: 10%;
    height: 1rem;
    line-height: 30px;
    margin-top: 0px;
    background: var(--sub-color) !important;
    color: white !important;
    font-weight: bold;
    font-size: 0.9rem;
    position: relative;
}

.questionNumber.dark {
    background: #000;
}

/*.lastQuestionList {*/
/*    margin-left: auto;*/
/*    margin-right: 5px;*/
/*    text-align: right !important;*/
/*    color: #CBCBCB;*/
/*}*/


.lastQuestionList {
    font-size: 15px;
    color: white;
    width: 20%;
    height: 25px;
    background: grey;
    display: inline-block;
    margin: 1px 2px;
    margin-top: 2.5px;
    line-height: 25px;
    border-radius: 15px;
    -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;
    text-align: center;
    font-weight: bolder;
}

.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: white;
}

.main-color {
    color: var(--main-color) !important;
}

.sub-color {
    color: var(--sub-color) !important;
}

.text-center a {
    margin: 0 5px;
}

.react-tel-input .form-control {
    height: 60px !important;
}

[dir="rtl"] .text-start {
    text-align: right !important;
}

.spinner-border.space {
    margin: 0 5px;
}

.faq-sub-container {
    height: 88vh;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.faq-sub-container::-webkit-scrollbar {
    width: 10px;
}

.faq-sub-container::-webkit-scrollbar-thumb {
    background: var(--main-color) !important;
    border-radius: 10px;
}

.faq-sub-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bundleIcon.space {
    margin: 0 10px;
}

.watchIcon.space {
    margin: 0 10px;
}

.blur-effect {
    filter: blur(5px);
}

.modal_background {
    background: var(--main-color);
    color: white;
}

.fa-exclamation-circle.space {
    margin: 0 10px;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}


.navbar.nav {
    /*position: absolute;*/
    right: 0;
    /*top: 1rem !important;*/
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


#navbarSupportedContent .nav-item {
    margin-left: 0.5em;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}


.main-nav {
    justify-content: flex-end;
    text-align: right;
}


[data-lang="AR"] .test {
    color: orange !important;
}

.test[data-lang="AR"] {
    color: yellow !important;
}

.share-btn {
    background: white;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom: unset !important;
    border-radius: 10px !important;
    width: 125px;
    height: 40px !important;
    padding: 0px;
}

.share-btn-menu {
    background: white;
    border: 1px solid var(--sub-color);
    border-radius: 10px !important;
    width: 150px;
    height: 50px !important;
    padding: 0px;
}

@media (min-width: 479px) {
    .force-align {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature-title {
        font-size: 2.5rem;
    }

    .smallFont {
        font-size: 0.8rem;
    }

    .rewardFooter {
        font-size: 1rem;
    }

    .points-position {
        top: 89%;
        left: 50%;
        position: absolute;
        color: white !important;
        font-size: 0.9rem;
        transform: translate(-50%, -50%);
    }

    .msisdn-position {
        top: 70%;
        left: 50%;
        position: absolute;
        color: #000000 !important;
        font-size: 1rem;
        transform: translate(-50%, -50%);
    }


    .howToPlayText {
        width: 32vh;
    }

    .faqStatic {
        background-color: #FFFFFF;
        /*height: 30rem;*/
    }

    .copy-btn {
        background: #FFFFFF !important;
        color: #000000 !important;
        border-radius: 10px !important;
        width: 23rem;
        font-size: 1.4rem;
        height: 4rem;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .get-free-credits-btn {
        background: var(--sub-color) !important;
        color: #FFFFFF !important;
        border-radius: 10px !important;
        width: 23rem;
        font-size: 1.4rem;
        height: 4rem;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .grandPrizeText {
        color: var(--main-color);
        font-weight: bold;
        font-size: 1.2rem;
    }

    .winner-modal-content {
        width: 40% !important;
        padding-block: 2% !important;
    }

}

@media (max-width: 479px) {

    .prize-border {
        border: solid 1px var(--bs-white) !important;
        border-radius: 10px !important;
        margin-top: 1rem;
        height: 4rem !important;
    }

    .infoContainer {
        margin-bottom: 3rem !important;
    }

    .infoListGroup {
        background: white !important;
        border-radius: 10px !important;
        position: absolute !important;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: 4rem;
        padding: 10px;
        font-size: 16px;
        border-radius: 10px;
    }

    #header {
        height: 7vh;
    }

    .feature-title {
        font-size: 1.6rem;
    }

    .smallFont {
        font-size: 0.8rem;
    }

    .rewardFooter {
        font-size: 0.8rem;
    }

    .points-position {
        top: 88%;
        left: 50%;
        position: absolute;
        color: white !important;
        font-size: 0.8rem;
        transform: translate(-50%, -50%);
    }

    .msisdn-position {
        text-decoration: none !important;
        top: 70%;
        left: 50%;
        position: absolute;
        color: #000000 !important;
        font-size: 0.7rem;
        transform: translate(-50%, -50%);
    }

    .winner-modal-content {
        width: 90% !important;
        padding-block: 3% !important;
    }

    .howToPlayText {
        width: 35vh;
    }

    .faqStatic {
        background-color: #FFFFFF;
        /*height: 40rem;*/
    }

    .copy-btn {
        background: #FFFFFF !important;
        color: #000000 !important;
        border-radius: 10px !important;
        width: 18rem;
        font-size: 1rem;
        height: 4rem;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .get-free-credits-btn {
        background: var(--sub-color) !important;
        color: #FFFFFF !important;
        border-radius: 10px !important;
        width: 18rem;
        font-size: 1rem;
        height: 4rem;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .grandPrizeText {
        color: var(--main-color);
        font-weight: bold;
        font-size: 1rem;
    }

    .infoFooter {
        background-color: var(--sub-color);
    }

}

.form-signin .form-control:focus {
    z-index: 2;
}

main[data-lang="AR"] .faq-styling {
    text-align: right !important;
}

[data-lang="AR"] .me-1 {
    margin-left: 0.25rem !important;
}

[data-lang="AR"] .me-2 {
    margin-left: 0.5rem !important;
}


.headerText {
    font-size: 0.65rem;
}

/*[data-lang="AR"] .headerText {*/
/*    font-size: 0.8rem;*/
/*}*/

.winnersModal {
    background-color: var(--sub-color);
}

.winner-modal-overlay {
    z-index: 99999;
}

.winner-modal-content {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--main-color);
    border-radius: 10px;
}

.share-modal-content {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--main-color);
    border-radius: 10px;
    outline-color: var(--main-color);
}

.watch-modal-content {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 10px;
}

.winner-container {
    background-color: transparent;
    height: 27rem;
    z-index: 10 !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.winner-container::-webkit-scrollbar {
    width: 5px;
}

.winner-container::-webkit-scrollbar-thumb {
    background: #ffffff82 !important;
    border-radius: 10px;
}

.winner-container::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px white;*/
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.winnersContainer .nav-pills .nav-link {
    border: 1px solid white;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    color: #ffffff;
}

.winnersContainer .nav-pills .nav-link.active {
    border: 3px solid white;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    font-weight: bolder;
}

[data-lang="AR"] .winnersContainer .nav-pills .nav-link {
    border: 1px solid white;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 0px;
    line-height: 1.5;
    font-family: 'GESSTV-Regular';
}

[data-lang="AR"] .winnersContainer .nav-pills .nav-link.active {
    border: 3px solid white;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    color: #FFFFFF !important;
    padding-top: 12px;
    padding-bottom: 0px;
    line-height: 1.5;
    font-family: 'GESSTV-Bold';
}

[data-lang="AR"] .become-style {
    font-size: clamp(14px, 2vw, 22px);
    font-family: 'GESSTV-Regular';
}

.become-style {
    font-size: clamp(14px, 2vw, 22px);
}

.nav-pills .nav-link {
    border-radius: unset;
}

.card-title {
    min-height: 20px;
    font-size: 18px;
    color: black !important;
    opacity: 90%;
}

.winners-date {
    font-size: 12px;
    color: black;
    opacity: 50%;
}

.winnersContainer .card {
    background-color: #FFFFFF !important;
    color: #ED1C24 !important;
    border-radius: 20px;
    /*height: 5rem;*/
}

.clickable {
    cursor: pointer;
}

.question-image {
    max-height: 170px !important;
    border-radius: 20px;
    width: auto;
    margin: 0 auto 1rem;
}

.volumeIcon {
    color: var(--sub-color);
    cursor: pointer;
    left: 10px;
}

.font-bold {
    font-family: "Vodafone-Bold" !important;
}

.font-medium {
    font-family: "Vodafone-Medium" !important;
}

[data-lang="AR"] .font-bold {
    font-family: "GESSTV-Bold" !important;
}

[data-lang="AR"] .font-medium {
    font-family: "GESSTV-Regular" !important;
}

@media (min-width: 479px) {

    .onDemand-btn {
        color: var(--sub-color) !important;
        background: #FFFFFF !important;
        width: 25rem !important;
    }

    .modal-title {
        font-size: 2rem;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: 3.4rem;
        padding: 10px;
        font-size: 16px;
        border-radius: 10px;
    }

    .skeleton-position {
        transform: translate(-50%, -50%);
        top: 45%;
        left: 50%;
        position: absolute;
    }

    .result-position {
        transform: translate(-50%, 0%);
        left: 50%;
        position: absolute;
    }

    .btn-secondary,
    .btn-secondary:hover,
    .btn-secondary:focus {
        color: #FFFFFF !important;
        text-shadow: none;
        background-color: var(--main-color) !important;
        border-radius: 10px !important;
        width: 23rem;
        font-size: 1.2rem;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-color: unset;
    }

    .submit-btn,
    .submit-btn:hover,
    .submit-btn:focus {
        color: #000000 !important;
        text-shadow: none;
        background-color: var(--main-color) !important;
        border-radius: 10px !important;
        width: 24rem;
        font-size: 1rem;
        height: 3rem;
    }

    .our-team {
        font-size: 1.3rem !important;
        color: black !important;
    }
}

@media (max-width: 479px) {

    .play-btn {
        width: 20rem !important;
    }


    .onDemand-btn {
        color: var(--sub-color) !important;
        background: #FFFFFF !important;
        border-radius: 10px !important;
        width: 20rem !important;
        font-size: 1.5rem;
        height: 4rem;
    }

    .modal-title {
        font-size: 1.3rem;
    }

    .skeleton-position {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        height: 100vh;
    }

    .btn-secondary,
    .btn-secondary:hover,
    .btn-secondary:focus {
        color: #FFFFFF !important;
        text-shadow: none;
        background-color: var(--main-color) !important;
        border-radius: 10px !important;
        width: 15rem;
        font-size: 1rem;
        height: 3rem;
        border-color: unset;
    }

    .submit-btn,
    .submit-btn:hover,
    .submit-btn:focus {
        color: #000000 !important;
        text-shadow: none;
        background-color: var(--main-color) !important;
        border-radius: 10px !important;
        width: 20rem;
        font-size: 1rem;
        height: 3rem;
    }

    .our-team {
        font-size: 1rem !important;
        color: black !important;
    }

}

.faqDetails {
    font-size: 0.8rem;
    color: black !important;
}

.main-text-color {
    color: var(--main-color);
}

.secondary-text-color {
    color: var(--sub-color);
}

.forth-text-color {
    color: #161C4A !important;
}

.card {
    /* border: 1px; */
    background: none;
    background-color: #FFF !important;
    color: #000;
    border: 0.5px solid black;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-radius: unset !important;
}

.credit_btn {
    color: #fff !important;
    border: 1px solid #F4F4F4;
    border-radius: 10px !important;
    font-size: 1.5rem;
    width: 300px;
    background-color: var(--forth-color);
}

[data-lang="AR"] .our-team {
    direction: rtl;
    color: black !important;
}

/*!* Custom default button *!*/
/*[data-lang="AR"] .btn-secondary {*/
/*    color: #FFFFFF !important;*/
/*    text-shadow: none; !* Prevent inheritance from `body` *!*/
/*    background-color: var(--success-color) !important;*/
/*    padding-top: 7px;*/
/*    padding-bottom: 0px;*/
/*    line-height: 2;*/
/*}*/

.fa-grip-horizontal:before {
    color: #DA3832;
}

.fa-grip-horizontal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10% !important;
}

.fa-grip-vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*left: 10%;*/
}

.col-md-half {
    width: 5%;
}

.money-pic-size {
    width: 100px !important
}

@media only screen and (min-width: 1400px) {

    .playText {
        font-weight: bold;
        font-size: 3.5rem;
        color: var(--eighth-color) !important;
        text-shadow: -1.7px -0.5px 1px white, 1.2px 0.5px 1px rgb(0, 0, 0, 0.5); /* Adds depth to both sides */
    }

    .playText[dir="RTL"] {
        font-weight: bold;
        font-size: 3rem;
        color: var(--eighth-color) !important;
        text-shadow: -1.7px -0.5px 1px white; /* Adds depth to the text */
    }

    .onDemand-btn {
        color: var(--sub-color) !important;
        background: #FFFFFF !important;
        border-radius: 10px !important;
        width: 25rem;
        font-size: 1.5rem;
        height: 4.2rem;
        padding-top: 2px;
    }

    .play-btn {
        background: var(--sub-color) !important;
        color: #FFFFFF !important;
        border-radius: 10px !important;
        width: 22rem;
        font-size: 2rem;
        height: 4rem;
    }

    .play-btn {
        width: 25rem;
    }

    .howToPlay {
        background-color: var(--main-color);
        height: 24rem;
    }

    .feature-container {
        height: 20rem;
        border-radius: 10px !important;
        z-index: 10 !important;
        width: 16rem;
    }

    .col-large-9 {
        width: 75%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1400px) {

    .playText {
        font-weight: bold;
        font-size: 3rem;
        color: var(--eighth-color) !important;
        text-shadow: -1.7px -0.5px 1px white, 1.2px 0.5px 1px rgb(0, 0, 0, 0.5); /* Adds depth to both sides */
    }

    .playText[dir="RTL"] {
        font-weight: bold;
        font-size: 2.5rem;
        color: var(--eighth-color) !important;
        text-shadow: -1.7px -0.5px 1px white; /* Adds depth to the text */
    }

    .feature-container {
        height: 15rem;
        border-radius: 10px !important;
        z-index: 10 !important;
        width: 12rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .onDemand-btn {
        color: var(--sub-color) !important;
        background: #FFFFFF !important;
        width: 22rem !important;
    }

    .play-btn {
        width: 22rem !important;
    }
}

@media only screen and (max-width: 1400px) {

    #bigWrapper {
        height: 105vh !important;
    }

    .play-btn {
        background: var(--sub-color) !important;
        color: #FFFFFF !important;
        border-radius: 10px !important;
        /*width: 22rem;*/
        font-size: 2rem;
        height: 4rem;
    }

    .howToPlay {
        background-color: var(--main-color);
        /*height: 43rem;*/
    }
}

.text-start-ar {
    text-align: left !important
}

[data-lang="AR"] .me-xl-3 {
    margin-left: 1rem !important;
}

.navbar-toggler-icon {
    width: 1.7em !important;
    height: 1.7em !important;
    color: var(--main-color) !important;
    fill: var(--main-color);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23E60000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


.terms-footer {
    background-color: #E60000 !important;
    color: white !important;
    height: 3em;
}

.text-grey {
    color: var(--fifth-color) !important;
}

.no-underline {
    text-decoration: none; /* Remove the underline */
    cursor: pointer; /* Keep the pointer cursor */
}

.orderedAnswerContainer {
    display: block;
    background-color: black;
    color: white;
}

.orderedAnswerContainer:hover {
    background-color: black;
    color: white;
}

.header-text {
    font-size: 1.3em;
}

.background-blue {
    background-color: var(--main-color) !important;
}

.how-to-play-text {
    font-size: 0.9em;
}

.input-container {
    width: 100%;
    height: 100%;
}

[data-lang="EN"] .languageBtn {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

[data-lang="AR"] .languageBtn {
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

.winner-card {
    border-radius: 10px !important;
}

.winners-title {
    font-size: 1.5rem;
}

.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;
}

.error-msg-style {
    color: var(--sub-color);
    font-weight: bold;
}

.clock_info {
    font-size: 12px !important;
    margin-top: -5px !important;
}

.col-half {
    -ms-flex: 0 0 2%;
    flex: 0 0 2%;
    max-width: 2%;
}

.winner-prize {
    color: #ED1C24;
    font-size: 14px;
}

.intl-tel-input {
    display: grid;
}

.horizontal-line {
    width: 90%;
    height: 0.5px;
    background-color: #e8e8e8;
}

[data-lang="AR"] .points-position {
    direction: rtl;
}

.winner-text {
    color: var(--seventh-color);
    font-weight: bold;
    font-size: 1rem;
}

.signin .carousel .control-dots .dot.selected {
    background-color: red !important;
    width: 9px;
    height: 9px;
}

.signin .carousel .control-dots .dot {
    margin-inline: 3px;
}

.carousel .control-dots {
    position: absolute;
    bottom: 0;
    margin: 10px -10px;
    text-align: center;
    width: 100%
}

.infoFooter .carousel.carousel-slider {
    padding-bottom: 15px;
}

.backdrop {
    background-color: var(--main-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    /*filter: blur(5px);*/
    filter: brightness(0.3) contrast(1);
    z-index: 999;
    pointer-events: none; /* Change this line */
}

.font-smaller {
    font-size: 12px !important;
}

.text-decoration-underline {
    text-decoration: underline;
}

[data-lang="AR"] .accordion-button::after {
    margin-left: unset !important;
    margin-right: auto !important;
}

.unlock-title-size {
    font-size: 2rem;
}

.terms_table {
    border: 1px solid white;
    padding: 1px;
    font-size: clamp(10px, 2vw, 13px);
}

.terms_table th {
    font-size: clamp(12px, 2vw, 15px) !important;
}

@media only screen and (max-width: 1200px) {
    .drawNoImg {
        width: 25% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .drawNoImg {
        width: 200% !important;
    }
}

@media only screen and (min-width: 992px) {
    @media only screen and (max-width: 1200px) {
        .characterWidth {
            width: 80% !important;
        }
    }
}

@media only screen and (min-width: 1200px) {
    @media only screen and (max-width: 1400px) {
        .characterWidth {
            width: 75% !important;
        }
    }
}

@media only screen and (min-width: 1400px) {
    .characterWidth {
        width: 80% !important;
    }
}

.video-react {
    max-width: 767px !important;
    margin: 0 auto;
    border: solid 5px var(--main-color);
    border-radius: 20px;
    overflow: hidden;
}

.video-react .video-react-big-play-button {
    color: white;
}

.character-position {
    position: absolute;
    right: 14%;
    top: 20%;
}

.prize-border {
    border: solid 1px var(--bs-white) !important;
    border-radius: 10px !important;
    margin-top: 1rem;
}

.smaller-font {
    font-size: 0.8rem;
}

.text-red {
    color: var(--main-color) !important;
}

.vodafone-font {
    font-family: 'Vodafone-Bold' !important;
}