﻿/*body{
     font-family: 'Raleway', sans-serif !important; 
}*/
*, ::after, ::before {
    box-sizing: border-box;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000 !important;
}

.comwin br {
    display: none;
}

.ctcText span {
    vertical-align: top;
    display: inline-block;
}

.ctcText {
    background-color: #333;
    position: fixed;
    text-align: center;
    color: #fff;
    padding: 15px;
    width: 265px;
    bottom: 40px;
    right: 50px;
    z-index: 99;
    border-radius: 7px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 50%);
    display: none;
    box-sizing: border-box !important;
    font-size: 16px;
}

#helpform.modal {
    height: auto !important;
    padding: 50px;
}

.btn-primary {
    background-color: #44a512 !important;
    border: none;
}

.modal .icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    cursor: pointer;
}

.lblhelpAlert.modal .icon-close {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 14px;
}

.icon-close:before {
    /*content: "\ea7c";*/
    content: "X";
    font-family: proxima-nova,arial,sans-serif;
    font-size: 25px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'ms-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#helpform .modal-head {
    border-bottom: 0;
    margin-bottom: 0;
}

.help-frm.modal .modal-head {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    padding-right: 20px;
}

.help-frm.modal {
    background: #fff none repeat scroll 0 0;
    margin: auto;
    display: block !important;
    width: auto;
    overflow: auto;
    position: fixed;
    text-align: left;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -56%, 0);
    -moz-transform: translate3d(-50%, -56%, 0);
    transform: translate3d(-50%, -56%, 0);
    float: left;
    z-index: 99999;
    padding: 20px;
    max-height: 490px;
    width: 100%;
    max-width: 600px;
}

.get-quote, .help-frm {
    max-width: 300px;
}

#helpform.modal {
    max-height: 600px;
    padding: 25px 50px 50px 50px;
}

#helpform .modal-head {
    border-bottom: 0;
    margin-bottom: 0;
}

.help-frm {
    padding-top: 5px;
}

    .help-frm .alert {
        padding: 10px 15px;
        margin: 0 15px 10px 15px;
        width: 100%;
    }

.alert-danger {
    font-size: 13px;
}

.alert {
    font-size: 13px;
    font-weight: 300;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.borderRed {
    border: 1px solid red;
}

.help-frm .field-wrapper {
    display: block;
    height: auto;
    margin-bottom: 15px;
}

    .help-frm .field-wrapper input {
        border-radius: 4px;
    }

.add-product-text {
    max-height: 270px !important;
}

.help-frm textarea {
    resize: none;
    border-radius: 5px;
    height: 80px;
}

.help-frm .btn {
    width: 100%;
}

.help-frm .field-wrapper input {
    border-radius: 4px;
}

input, select {
    vertical-align: baseline;
}

input {
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-radius: 2px;
    padding: 8px 12px;
    width: 100%;
    outline: 0 none;
}

textarea {
    font-size: 13px;
    background-color: #fff;
    width: 100%;
    height: 100px;
    border: 1px solid #C0C0C0;
    outline: 0 none;
    resize: vertical;
    padding: 10px;
    overflow: auto !important;
}

.help-otp-black-layer {
    z-index: 999;
    opacity: .5;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.winnerscoment {
    max-width: 1001px;
    margin: auto;
    max-height: 364px;
    /*margin-bottom: 70px;*/
}

.hide {
    display: none;
}

.help-otp-verify-holder {
    width: 320px;
    padding: 20px;
    margin: auto;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-51%);
    -webkit-transform: translate(-50%,-51%);
    -moz-transform: translate(-50%,-51%);
    float: left;
    text-align: center;
    background: #fff;
    z-index: 10000;
    display: none;
}

.leaderboard {
    padding: 35px 0;
}

.cardarea {
    border-radius: 15px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}

.help-otp-title-text {
    padding-bottom: 15px;
    font-size: 24px;
}

.help-otp-message {
    font-size: 15px;
    margin-bottom: 15px;
    color: #333;
}

.help-otp-hyper {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #44a512;
    cursor: pointer;
}

.help-input-otp-code {
    padding: 8px 12px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 13px;
    border: 1px solid silver;
    border-radius: 2px;
    min-width: 100%;
    background-color: #fff;
}

.help-otp-verify-btn {
    width: 120px;
}

.soft-container {
    max-width: 1200px;
    margin: 0 auto;
}

.idper {
    /*height: 644px;*/
    width: 100%;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
}

.workschart {
    text-align: center;
    background-color: #f1f1f1;
    padding-top: 60px;
}

    .workschart h2, .leaderboard h2 {
        font-size: 51px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        margin-bottom: 35px;
        margin-top: 0px;
    }

.starwinn {
    margin-right: 3px;
}

.step-winner {
    display: flex;
    justify-content: space-between;
    height: 437px;
    align-items: center;
}

.exploringcard {
    width: 287px;
    height: 302px;
    border-radius: 8px;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 140px;
}

.idpe {
    width: 244px;
    height: auto;
    position: relative;
    margin-right: 42px;
    bottom: 75px;
}

.idpers {
    width: 60.7px;
    height: 42.4px;
}

.idperss {
    width: 39.6px;
    height: 27.7px;

}

.textcard {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: 0.35px;
    text-align: center;
    color: #000;
    position: relative;
    top: -80px;
    padding-top: 22px;
}

@media (max-width:992px) {
    .textcard:nth-child(1) {
        padding-left: 34px;
        padding-right: 45px !important;
    }

    .textcard:nth-child(2) {
        padding-left: 34px;
        padding-right: 26px !important;
    }

    .textcard:nth-child(3) {
        padding-left: 34px;
        padding-right: 45px !important;
    }
}

.flexy {
    position: relative;
    left: 0;
    right: 0;
    padding: 0 15px;
    top: -80px;
}

.textstar {
    padding-bottom: 10px;
    padding-left: 18px;
    padding-top: 30px;
}

.eligibilty {
    height: auto;
    background-color: #d1e3ff;
    padding: 0 15px;
    padding-bottom: 0px;
}

    .eligibilty h2 {
        font-size: 51px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        margin-top: 0;
        text-transform: uppercase;
    }

.checkpx {
    width: 47px;
    height: 47px;
    margin-right: 16px;
}

.textjunk {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 0.13px;
    text-align: left;
    color: #000;
}

.sub_holder {
    display: flex;
    height: 120px;
}
/*.holdersup{
                      margin-top:76px;

       }
        .holdersup1{
                      margin-top:50px;

       }*/
.sharecontest {
    height: 400px;
    background-color: #f1f1f1;
    text-align: center;
}

    .sharecontest h2 {
        padding-top: 71px;
        margin-bottom: 55px;
        margin-top: 0px;
        font-size: 51px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: normal;
        text-align: center;
        color: #000;
    }

    .sharecontest p {
        font-size: 20px;
        font-weight: 600;
        margin-left: 30px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.4px;
        text-align: center;
        color: #000;
    }

.iconboxa {
    display: flex;
    /*justify-content: space-between;*/
    max-width: 307px;
    margin: auto;
    margin-top: 32px;
    cursor: pointer;
    gap: 50px;
}

/*.iconocial:nth-child(1) {
   margin-top: 32px; margin-right: 35px;
    
}
    .iconocial:nth-child(3){
           margin-top: 32px; margin-right: 35px;

    }
    .iconocial:nth-child(5){
           margin-top: 32px; margin-right: 35px;

    }
    .iconocial:nth-child(7){
           margin-top: 32px; margin-right: 35px;

    }*/
.winnerscoment {
    font-family: 'Inter', sans-serif !important;
    /*max-width: 989px;
    margin: auto;
    margin-bottom: 70px;*/
}

    .winnerscoment h3 {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #060503;
    }

.winnercotext {
    position: relative;
    overflow: hidden;
}

    .winnercotext h2 {
        margin: 70px 0;
        font-size: 51px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: normal;
        text-align: center;
        color: #060503;
    }

.idepe {
    width: 93px;
    height: 93px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 4px #4169b2;
    border-radius: 50%;
    margin: auto;
    position: sticky;
    margin-bottom: -43px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    /*opacity: .45;*/
    display: none !important;
}

.weeklybox {
    padding: 52px 12px 20px;
    border-radius: 15px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
}

.leftaroo {
    transform: rotate(180deg);
}

.cardarea {
    text-align: center;
}

.user_nameee {
    color: rgba(36, 44, 66, 0.6);
}

    .user_nameee:hover {
        color: #3d6cb4 !important;
    }

.userwin:hover {
    color: #4169b2 !important;
    text-decoration: none;
}

.userwin {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
}

.titlewin a:hover {
    color: #44a512;
    text-decoration: none;
}

.titlewin a {
    font-family: proxima-nova,arial,sans-serif;
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    padding: 0 20px;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: center;
    color: #242c42;
    margin-bottom: 10px;
}

.comwin {
    font-family: proxima-nova,arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #242c42;
    margin-bottom: 13px;
}

.comdattn {
    font-family: proxima-nova,arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: rgba(36, 44, 66, 0.6);
}

.stars-rated {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

    .stars-rated img {
        margin-right: 3px;
    }

.faqss {
    padding: 70px 80px 53px;
    background-color: rgba(36, 44, 66, 0.06);
    text-align: center;
}

.ttlefaq {
    font-size: 51px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.questionfaq {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
}

.ansfaq {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 25px;
}

.idepeo {
    position: absolute;
    position: absolute;
    right: 93px;
    top: 62px;
    width: 31px;
}

.profileimgg {
    position: relative;
}

.anssick {
    margin-left: 112px;
    margin-right: 110px;
}

.sen {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.clik {
    font-weight: 600;
    color: #000;
}

    .clik:link {
        text-decoration: none;
        color: #000;
    }

.redemvoucher {
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #fffbd9;
    padding-bottom: 51px;
    margin-top: 50px;
}

.redemmtitle {
    padding-top: 51px;
    font-size: 51px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 12px;
}

.userwin:link {
    color: rgba(36, 44, 66, 0.6);
    text-decoration: none;
}

.titlewin:link {
    color: #242c42;
    text-decoration: none;
}
/*.comwin:link{
      color: #242c42;
       text-decoration: none;
  }*/
.redempara {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.cardsredem {
    width: 315px;
    height: 131px;
    border-radius: 15px;
    border: solid 2px #f19725;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    padding: 8px;
}

    .boxredem .cardsredem a, .boxredem .cardsredem a:hover {
        text-decoration: none;
        padding-bottom: 1px;
        border-bottom: 2px solid;
        color: #1e3c90;
    }

.boxredem {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap:22px;
    align-items:center;
}

.slick-prev, .slick-next {
    top: 150px !important;
}

.titlewin:hover, .onhover a {
    color: #4169b2 !important;
}

.onhover {
    transition: 0.5s;
}

.slick-prev {
    left: -76px !important;
    transform: rotate(180deg) !important;
}

.slick-next {
    right: -75px !important;
    transform: rotate(0deg) !important;
}

.winnerscoment .slick-prev, .winnerscoment .slick-next {
    width: 60.7px;
    height: 42.4px;
    background-color: #fff !important;
    background-image: url('/APP_THEMES/images/contest/icon4.svg') !important;
    z-index: 1 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: .45;
}

.slick-prev:before, .slick-next:before {
    content: ' ' !important;
}

.profileimgg:first-child {
    margin-left: 1px;
}

.lead_content {
    width: 610px;
    margin: auto;
    padding-top: 140px;
}

.users_lead {
    display: flex;
    justify-content: space-between;
}

.left_user img, .right_user img {
    width: 123px;
    border-radius: 50%;
    height: 123px;
}

.middle_user img {
    width: 215px;
    height: 215px;
    border-radius: 50%;
}

.crown_img img {
    width: 57.3px;
    height: 45.8px;
    border-radius: 0;
}

.user_count {
    width: fit-content;
    padding: 4px 18px;
    background-color: #fcf5db;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 12px;
    font-size: 30px;
    color: #000;
}

.middle_user {
    margin-top: -150px;
}

.crown_img {
    text-align: center;
    margin-bottom: 10px;
}

.right_user .user_count {
    background-color: #fff0eb;
}

.user_name {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 125px;
    cursor: pointer;
    margin: auto;
    margin-top: 12px;
}

    .user_name:hover, .clik:hover, .user_listName:hover {
        color: #4169b2 !important;
    }

.user_pts {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.lead_list {
    width: 800px;
    margin-left: 300px;
    padding-top: 25px;
}

.inner_list {
    max-height: 270px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.user_listimg {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    margin-right: 20px;
}

.single_user {
    border: solid 1px #c6c3c3;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    padding: 8px 20px;
    width: 610px;
    margin: 0;
}

.inner_list .col-4 {
    padding: 0;
}

.d_flex {
    display: flex;
    align-items: center;
}

.user_listName {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user_listName, .user_listPts {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.user_listPts {
    font-size: 15px;
    font-weight: normal;
}

.onhover:hover {
    transition: 0.5s;
    transform: scale(1.1)
}

.user_no {
    width: fit-content;
    padding: 14px 20px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 15px;
    color: #000;
}

/* width */
.inner_list::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.inner_list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f8f8f8;
}

/* Handle */
.inner_list::-webkit-scrollbar-thumb {
    background: #3d6cb4;
    border-radius: 10px;
}


@media (min-width: 991px) {
    .eligibilty h2 {
        padding-top: 69px;
        padding-bottom: 55px;
        text-transform: uppercase;
        word-spacing: 5px;
    }

    .profileimgg {
        z-index: -1;
        padding-bottom: 16px;
    }
}

.lblhelpAlert.modal {
    background: #fff none repeat scroll 0 0;
    margin: auto;
    display: block !important;
    width: auto;
    overflow: auto;
    position: fixed;
    text-align: left;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -56%, 0);
    -moz-transform: translate3d(-50%, -56%, 0);
    transform: translate3d(-50%, -56%, 0);
    float: left;
    height: auto;
    z-index: 99999;
    padding: 20px;
    max-height: 490px;
    width: 100%;
    max-width: 600px;
}

@media (max-width:990px) {
    .flexy {
        position: relative;
        left: 0;
        right: 0;
        padding: 0 !important;
        top: -80px;
    }

    .sub_holder {
        display: flex;
        height: 171px;
    }

    .eligibilty h2 {
        padding-top: 69px;
        padding-bottom: 55px;
        text-transform: capitalize;
    }
}

@media (max-width:990px) {
    profileimgg {
        padding-left: 0px !important;
        padding-bottom: 16px;
        padding-right: 0px !important;
    }

    .idpers {
        display: none;
    }

    .scrollwinne {
        flex-wrap: inherit;
        overflow-x: scroll;
        z-index: 10;
        position: relative;
        padding-bottom: 15px;
    }

    .flexy {
        top: 0;
    }

    .workschart {
        text-align: center;
        margin-top: 11px;
    }

    .idpers {
        display: none;
    }

    .step-winner {
        display: inline;
    }

    .exploringcard {
        width: auto;
        height: auto;
        margin-top: 109px;
    }

    .eligibilty {
        height: 100%;
        padding: 0 51px;
        background-color: #d1e3ff;
    }

        .eligibilty h2 {
            padding-top: 40px;
        }

    .faqss {
        padding: 70px 16px 73px;
        background-color: rgba(36, 44, 66, 0.06);
    }

    .textcard {
        padding-top: 30px;
    }
}
