*{
    margin: 0;
    padding: 0;
}
body{background-color: #24293D; font-family: 'Oswald'; font-style: normal; color: #FFFFFF;}

/* Hide scrollbar for IE, Edge and Firefox */
.list-group::-webkit-scrollbar {
    display: none;
}

.list-group {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for IE, Edge and Firefox End*/

/*==INDEX STYLE==*/
/*==NAVBAR STYLE==*/
.bg-header{
    background: #1C202F;
}  
.img-logo{
    width: 75px;
}  
.logo-bar{
    border-right: 1px solid #90BCFC;
    height: 21px;
    position: absolute;
    margin-left: 100px;
    margin-top: -29px;
}
.navbar-expand-lg .navbar-collapse {
    margin-left: 3%;
}
.noti-icon{
    position: relative;
}
.glow-txt{
    position: absolute;
    width: 26px;
    height: 25px;
    background: #3CC4FF;
    left: 6px;
    border-radius: 50%;
    top: 1.62px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #ffffff;
}
.text-white{
    color: #ffffff;
}

.dropdown-menu{
    background: #37415E;
}

/*==SECOND HEADER*/

.txt-dropown{
    position: absolute;
    width: auto;
    height: 28px;
    left: 69px;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #E6E6E6;
}
.rank-dropown{
    position: absolute;
    left: 72px;
    top: 33px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #E6E6E6;
}
.second-pt{
    padding-top: 20px;
}

.card{
    background: #24293D;
    border: none;
}

.mt-rankcard{
    margin-top: -101px;
    margin-bottom: 15px;    
    width: 28.333333%;
}

.u-owncard{
    display: flex;
    background: #24293d00;
}

.u-dropcard{
    display: flex;
    padding: 12px 0 6px 15px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 15px;
    background: #24293d00;
    border: 1px solid #3CC4FF;
}
.drop-notify{
    margin-left: -21px;
    margin-top: -12px;
}
.avatar-img{
    width: 77px;
    height: 77px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
}
.drop-notify{
    margin-left: -21px;
    margin-top: -12px;
}
.avatar-name{
    position: absolute;
    width: max-content;
    height: 28px;
    left: 103px;
    top: -6px;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #E6E6E6;
}

.wh-avatar{
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.avatar-rank{
    position: absolute;
    left: 103px;
    top: 33px;
    width: max-content;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #E6E6E6;
}
.fontt{  
    width: max-content;
    font-size: 14px;
    font-weight: 700;
    line-height: 0.8;
    font-family: 'Source Sans Pro';
    font-style: normal;
    text-transform: uppercase;
}

.rnk-font{
    padding-top: 10px;
    color: #D8D8D8;
    line-height: 1.2;
}

.rank-type{
    color: #84FFDA;
}

.wh-add{
    width: 44px;
    height: auto;
}

.wh-addrank {
    width: 46px;
    height: 60px;
}

.add-txt{
    font-family: 'Oswald';
    font-size: 45px;
    font-weight: 600;
    color: #E6E6E6;
    line-height: 1.2;
}

.earn-txt{
    color: #E6E6E6;
}

.drop-owntxt{
    font-size: 49px;
    font-weight: 600;
    color: #E6E6E6;
}

.u-card{
    top: 28px;
}

.self{
    justify-content: center;
    display: flex;
}

.ps-6{
    padding-left: 2rem;
}

.colmn{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ago{
    position: relative;
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    text-align: right; 
    float: right;
}

.head-text{
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.head-text:hover{
    color: #90BCFC;
    text-align: left;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #90BCFC;
}

/*Progress Bar*/
.progress {
    padding: 6px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  }
  
  .progress-bar {	
    height: 18px;
    background-color: #ee303c;  
    border-radius: 4px; 
    transition: 0.4s linear;  
    transition-property: width, background-color;    
  }
  
.progress2 {
    padding: 4px;
    margin-top: -6px;
    margin-left: -6px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);  
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  }
  
  .progress-bar2 {
    height: 10px;
    border-radius: 30px;
    background-image: 
      linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;  
    transition-property: width, background-color;    
  }

.progress-bar-striped{
    height: 14px ;
    background: #D7E7FF !important;
    border-radius: 100px !important;
}

/*End*/

.bck-none{
    background: none !important;
    border: none !important;
    height: 148px;
}
.cwh-notify{
    padding: 30px 20px;
    position: relative;
    max-width: 260px;
    width: 100%;
    background: #37415E;
    border-radius: 30px;
}

.-notify h2{
    height: 33px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #E6E6E6;
}

.-notify .noti-txt{
    height: auto;
    padding: 5px 10px;
    background: #24293D;
    border-radius: 10px;
    margin-bottom: 10px;
}

.-notify .noti-txt p{
    position: relative;
    width: auto;
    height: auto;
    left: 6px;
    top: 5px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.carousel-inner .noti-txt{
    height: 80px;
    padding: 10px;
    background: #24293D;
    border-radius: 10px;
    margin-bottom: 10px;
}

.carousel-inner .noti-txt p{
    width: 100%;
    position: relative;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.-whatsnew h2{
    height: 33px;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #E6E6E6;
}

.-whatsnew .news-txt{
    height: auto;
    padding: 10px;
    background: #323C56;
    border-radius: 10px;
    margin-bottom: 10px;
}

.-whatsnew .news-txt p{
    position: relative;
    width: auto;
    height: auto;
    left: 5px;
    top: 0px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.carousel-inner .news-txt{
    height: 80px;
    padding: 10px;
    background: #24293D;
    border-radius: 10px;
    margin-bottom: 10px;
}

.carousel-inner .news-txt p{
    width: 100%;
    position: relative;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.todo-txt{
    width: auto;
    height: 47px;
    font-weight: 700;
    font-size: 32px;
    color: #E6E6E6;
}
.tile-area{
    height: 170px;
}
.tile-area ul{
    height: 170px;
    gap: 22px;
}
.tile-block1{
    width: 54%;
}
.tile-block2{
    width: 27%;
}
.suggest-txt{
    width: auto;
    height: 47px;
    font-weight: 700;
    font-size: 32px;
    color: #E6E6E6;
    flex: none;
    flex-grow: 0; 
}
.todo-card img{
    width: 270px;
    height: auto;
    position: relative;
}
.new-Tag{
    width: auto !important;
    top: -160px;
    border-top-left-radius: 15px;
}
.ctxt-todo{
    position: relative;
    width: 78px;
    height: 37px;
    left: 15px;
    top: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #D7E7FF;
}
.crnk-todo{
    position: relative;
    /* width: 45px; */
    height: 36px;
    top: -7px;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: 5px;
    color: #FFFFFF;
}
.bstr-bg{
    position: relative;
    width: 19px;
    height: 19px;
    top: 3px;
    background: #84FFDA;
    border-radius: 50%;
}
.bstr-text{
    font-weight: 700;
    font-size: 12.2353px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #24293D;
    justify-content: center;
}
.line-text{
    font-weight: 400;
    font-size: 10px;
    align-items: center;
    text-align: right;
    color: #D7E7FF;
    margin-top: -20px;
}
.cpara-todo{
    position: relative;
    width: auto;
    height: 39px;
    left: 15px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    color: #FFFFFF;
}

.info-m{
    margin-top: 25px;
}

.p-absolute{
    position: absolute;
    width: 100%;
}

.cico-avtar{
    width: 17px !important;
    height: 17px !important;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

.cico-{
    width: 15px !important;
    height: 15px !important;
}

.c-icon{
    width: 17px !important;
    height: 17px !important;
}

.cico-para{
    position: relative;
    width: auto;
    height: 19px;
    margin-left: 4px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    color: #FFFFFF;
}

.cico-para1{
    position: relative;
    width: auto;
    height: 19px;
    margin-left: 7px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    color: #FFFFFF;
}

.-padding{
    position: relative;
    top: 40px;
}

.-padding1{
    position: relative;    
    width: 40%;
    padding-left: 14px;
    display: flex;
}
.-padding2{
    position: relative; 
    width: 35%;
    padding-left: 0;
    display: flex;
}
.-padding3{
    position: relative;
    width: 48%;
    display: flex;
    justify-content: end;
}
.-padding4 {
    position: relative;
    margin-left: auto;
    top: -6px;
}
.lh{
   line-height: 0;
}

.neg-pd{
    margin-top: -12px;
}

.arrow-shadow{
    position: absolute;
    width: 148px;
    height: 180px;
    z-index: 1;
    background: linear-gradient(266.74deg, #24293d 55.43%, rgba(36, 41, 61, 0) 97.07%);
}

.market{
    position: absolute;
    width: 48px;
    height: 15px;
    left: 31px;
    top: 15px;
    font-weight: 700;
    font-size: 10px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #D7E7FF;
}

.scroll-ico{
    margin-top: 42px;
}

.scroll-ico2{
    margin-top: 7px;
    margin-left: 7px;
}

.arrow-shadow1{
    position: absolute;
    width: 148px;
    height: 350px;
    z-index: 1;
    background: linear-gradient(266.74deg, #24293d 55.43%, rgba(36, 41, 61, 0) 97.07%);
}

.scroll-ico1{
    margin-top: 118px;
}

.m-top{
    margin-top: 36px;
}
.fcus{
    color: #90BCFC;
}

.line{
    width: 100%;
    height: 0px;
    border: 1px solid #37415E;
}

.scrol-todo{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    height: 160px;
    overflow-x: scroll;
    flex: none;
    order: 1;
    flex-grow: 0;  
}

#mob-notify{
    display: none;
}

#mob-whtnew{
    display: none;
}

/*==INDEX STYLE END==*/
/*==INDEX STYLE END==*/

/*==CAMPAIGN STYLE==*/
/*==CAMPAIGN STYLE==*/
.oswald{
    font-family: 'Oswald';
    font-style: normal;
}
.breakline{
    background-color: #323C56;
    width: 1px;
    height: 90px;
    margin-left: 30px;
    margin-right: 40px;
}
.nav-flex{
    display: flex;
}
.camp-topnav{
    background: #24293d00;
    border: none;
}
.camp-sidenav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 215px;
    height: 103px;
    background: #3D4661;
    border-radius: 5px;
}
.camp-sidenav:hover{
    background: #0A1021;
}
.camp-sidenav:active{
    background: #0A1021;
}
.camp-navtxt{
    display: flex;
    font-weight: 900;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #D8D8D8;
}
.pb-8{
    padding-bottom: 8rem;
}
#my-c , #new-c , #enrolled-c, #past-c{
    display: none;
}
.camp-font1{
    font-weight: 700;
    font-size: 28px;
}
.camp-font2{
    font-weight: 700;
    font-size: 20px;
    color: #E6E6E6;
}
.camp-font3{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}
.camp-gap{
    gap: 25px;
}
.campcard {
    background: #323C56;
    border: none;
}
.button-area{
    float: right;
    margin-right: -8%;
}
.btn-begin{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    width: 109px;
    height: 62px;
    color: #1c202f;
    background: #90BCFC;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
.btn-begin:hover{
    background: #BED9FF;
    color: #24293D;
}
.btn-draft{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    text-transform: uppercase;
    text-decoration: none;
    height: 62px;
    border: 3px solid #90BCFC;
    color: #90BCFC;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}
.btn-draft:hover{
    border: 3px solid #BED9FF;
    color: #BED9FF;
}
#ask , #publsh{
    display: none;
}
.btn-section{
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 2px solid #3CC4FF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D7E7FF;
}
.btn-section:hover{
    border: none;
    background: #D7E7FF;
    color: #24293D;
}
.btn-section.active{
    border: none;
    background: #D7E7FF;
    color: #24293D;
}
.que-h{
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #E6E6E6;
}
.que-form{
    height: 55px;
    background: #2B344F;
    border-radius: 5px;
}
.publsh-label{
    font-weight: 600;
    font-size: 14px;
}
.publsh-label1{
    font-weight: 600;
    font-size: 14px;
    color: #8E94A6;
    text-transform: uppercase;
}
.publsh-form{
    height: 42px;
    width: 35px;
    padding: 5px;
    margin-left: -4px;
    background: #24293d;
    border-radius: 5px;
    border: none;
}
.form-select{
    background: #24293d;
    border: none;
    height: 42px;
    color: #d5d5d5;
}
.big-font{   
    font-size: 20px;
    font-weight: 700;
}
.input-font{
    font-weight: 400;
    font-size: 12px;
}
.line1 {
    width: 100%;
    height: 0px;
    border: 1px solid #90BCFC;
}
.addmore{
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #90BCFC;
    text-decoration: none;
}
.w-campmodal{
    max-width: 972px;
    width: auto;
}
.enrol-bg{
    background: #333D5A;
    border-bottom-right-radius: 12px;
    width: auto;
}
.head-enrol{
    font-weight: 700;
    font-size: 20px;
    color: #E6E6E6;
}
.week-txt{
    font-weight: 400;
    font-size: 10px;
}
.enrol-avtar{
    width: 27px;
    height: auto;
}
.enrol-usr{
    font-weight: 400;
    font-size: 14px;
    margin-left: 9px;
    padding-top: 12px;
    color: #E6E6E6;
}
.h-pbar{
    height: 12px;
}
.btn-msg{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0px 25px;
    height: 52px;
    background: #90BCFC;
    font-weight: 600;
    font-family: 'Oswald';
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 20px;
}
.btn-msg:hover{
    background: #BED9FF;
    color: #24293D;
}
.btn-boost{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    text-transform: uppercase;
    height: 52px;
    border: 2px solid #90BCFC;
    color: #90BCFC;
    border-radius: 6px;
    font-weight: 600;
    font-size: 20px;
}
.btn-boost:hover{
    border: 2px solid #BED9FF;
    color: #BED9FF;
}
.input-group-append {
    cursor: pointer;
}

/*==CAMPAIGN STYLE END==*/
/*==CAMPAIGN STYLE END==*/


/*==REWARD STYLE==*/
#my-r , #new-r , #past-r{
    display: none;
}

/*==REWARD STYLE END==*/

/*==NOTIFICATION STYLE==*/
/*==NOTIFICATION STYLE==*/

.notication-area{
    padding-top: 10px;
}

.notication-area h2{
    color: #F5F5F5;
    font-weight: 600;
}
.form-bg{
    background: #37415E !important;
    height: 38px;
    border: none;
    color: #FFFFFF !important;
}
.label-font{
    color: #8E94A6;
    font-size: 14px;
    width: 70px;
}
.notify-card{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #37415E;
    padding: 9px 22px;
    margin-bottom: 10px;
}
.new-notify{
    border: 1px solid #3CC4FF;
}
.noti-img2{
    margin-top: 18px;
    margin-left: 7px;
}
.noti-middle{
    width: 88%;
    margin-left: 20px;
    padding-top: 16px;
}
.noti-title{
    height: 0;
    font-weight: 700;
    font-size: 13px;
}
.noti-ago{
    font-weight: 400;
    font-size: 12px;
    color: #8E92A2;
}
.noti-msg{
    font-weight: 400;
    font-size: 12px;
}
.noti-usr{
    width: 46px;
    height: 46px;
    left: 24px;
}
.btn-review{
    display: flex;
    align-items: center;
    padding: 6px 20px;
    background: #90BCFC;
    text-transform: uppercase;
    color: #24293D;
    border-radius: 3px;
    border: none;
}
.btn-review:hover{
    background: #BED9FF;
    color: #24293D;
}

/*==PROFILE STYLE==*/
/*==PROFILE STYLE==*/
.prof-owncard {
    padding-left: 35px;
    background: #24293d00;
    border: none;
}
.pro-card{
    top: 28px;
    margin-left: 69px;
}
.pro-cam{
    position: absolute;
    top: 32px;
    left: 56px;
}
.pro-cam{
    position: absolute;
    top: 32px;
    left: 56px;
}
.profname{
    width: auto;
    font-weight: 600;
    font-size: 36px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #E6E6E6;
}
.profrank{
        font-style: normal;
        font-weight: 400;
        font-size: 8px;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        width: max-content;
        color: #E6E6E6;
}
.profdetail{
    font-size: 16px;
    color: #E6E6E6
}
.drop-cbg{   
    background: #37415E;
    padding: 18px;
}
.drop-card{
    height: 42px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 22px;
    margin-bottom: 10px;
}
.dcard-bdr{
    border-bottom: 2px solid #24293D;
}
.stat-name{
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #E6E6E6;
}
.stat-label{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    height: 0;
    color: #8E92A2;
}
.okr{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
}
.okr-p{
    padding: 11px;
}
.okr-img{
    width: 24px;
    height: 25px;
}
.okr-img2 {
    margin-top: 18px;
    margin-left: 9px;
}

/*==HELP STYLE*/
.help-name{
    color: #3CC4FF;
}
.faq-title{
    height: 15px;
    font-weight: 700;
    font-size: 23px;
}
.contact-form{
    width: 100%;
    background: #1c202f;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #FFFFFF;
    border-radius: 5px;
    border: none;
    padding: 9px;
}
/*==MODALBOX STYLE START==*/
.welcomTile{
    width: auto;
    max-width: 630px;
    min-height: auto;
    top: 20px;
    background: #37415E;
    border-radius: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    outline: 0;
    transform: translate(0,-50px);
}
.welcomTile span{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.welcomTile .box{
    padding: 39px 38px 42px 38px;
}
.welcomTile .video-area{
    min-width: 100%;
    height: 312.75px;
    left: 37px;
    top: 275px;
    border-radius: 10px;
}
/*==MODALBOX STYLE START==*/
/* ===INDEX CAMPAIGN MODAL PANEL=== */

.modal{
    background: rgb(0 0 0 / 66%);
    opacity: 1;
    backdrop-filter: blur(5px);
}

.modal-content{ 
    min-width: 540px;
    background: #37415E;
    border-radius: 30px;
}

.modal-font{
    color: #D7E7FF;
}

.modal-sans{
    font-family: 'Source Sans Pro';
    font-style: normal;
}
.h-camphead{
    height: 96px !important;
}
.m-header{
    height: auto;
    max-height: 90px;
    background: linear-gradient(0deg, #2C3653, #2C3653), #2C3653;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom: 6px solid #a24098;
}
.camp-align{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.msg-lable{
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}
.msg-modal{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.edit-head{
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
}
.border-pink{
    border-bottom: 6px solid #A14098;
}
.border-brightblue{
    border-bottom: 6px solid #3CC4FF;
}

.title-head{
    margin-top: 7px;
    font-size: 12px;
    font-weight: 700;
}

.title{
    margin-top: -9px;
    font-size: 32px;
    font-weight: 700;
}

.modal-describe{
    position: relative;
    width: 285px;
    height: 63px;
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
}

.headding{
    position: relative;
    width: 99px;
    font-weight: 500;
    font-size: 12px;
    color: #B3B3B3;
}

.usr-icon{
    width: 16px;
    height: 16px;
    margin-top: -7px;
    position: absolute;
}

.usr-name{
    font-size: 10px;
    margin-left: 21px;
}

.icon-lap1{
    margin-left: 12px;
    z-index: 99;
}
.icon-lap2{
    margin-left: 24px;
    z-index: 99;
}
.icon-lap3{
    margin-left: 36px;
    z-index: 99;
}
.icon-lap4{
    margin-left: 48px;
    z-index: 99;
}

.more{
    font-size: 9px;
    margin-left: 70px;
    font-weight: 300;
}

.btn-share{
    position: absolute;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    padding: 6px 18px;
    margin-left: 9px;
    margin-top: -3px;
    border: 1px solid #90BCFC;
    color: #90BCFC;
    border-radius: 3px;
    font-size: 8px;
    background: #00ffff00;
}
.btn-share:hover{
    border: 1px solid #BED9FF;
    color: #BED9FF;
}
.recent-own{
    font-size: 30px;
    font-weight: 700;
    text-align: end;
}

.btn-enroll{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0px 10px;
    width: 155px;
    height: 53px;
    background: #90BCFC;
    margin-left: -9px;
    margin-top: 22px;
    font-weight: 600;
    font-family: 'Oswald';
    border-radius: 10px;
}

.btn-enroll:hover{
    background: #BED9FF;
    color: #24293D;
}

.manage-bg{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    background: #24293D;
    border-radius: 10px;
    overflow: hidden;
}

.manage-heading1{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #E6E6E6;
    text-align: left;
}

.manage-heading2{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #B3B3B3;
}

.manage-text{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #84FFDA;
}

.spot-m{
    margin-left: 10px;
}

.detail-para{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.suport-link{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #90BCFC;
    text-decoration: none;
}

.stick{
    border-right: 1px solid #D7E7FF;
    height: 89px;
    margin-top: -102px;
}
.stick1 {
    border-right: 1px solid #D7E7FF;
    height: 69px;
    margin-top: -70px;
}

.stick-t{
    display: none;
} 

.review-stat{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #E6E6E6;
}

.review-head{
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
}
.small-ratings i{
    color:#24293D;
    font-size: larger;   
}  
.rating-color{
    color:#3CC4FF !important;
}
.cmnt-lable{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #E6E6E6;
}
.review-lable{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #8E94A6;
    text-transform: capitalize;
}
.review-per{
    font-weight: 700;
    font-size: 25px;
    line-height: 14px;
    color: #FFFFFF;
}
.w-per{
    width: 85px !important;
}
.close-camp{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 6px;
    width: 96px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #24293D;
    background: #90BCFC;
    border-radius: 4px;
}
.close-camp:hover{
    background: #BED9FF;
    color: #24293D;
}
.usr-enrol-mdl{
    min-width: 690px;
    padding-bottom: 15px;
}
.traking span{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}
.traking p{
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.traking input{
    width: 65px;
    height: 32px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: #24293D;
    border-radius: 5px;
}
.traking button{
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 5.05263px 16.8421px;
    width: 85.89px;
    height: 32px;
    font-weight: 600;
    font-size: 10px;
    color: #24293D;
    background: #90BCFC;
    border-radius: 5px;
}
.tracked-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 32px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #84FFDA;
    background: #323C56;
    border-radius: 5px;
}
.tracked-txt{
    color: #8E94A6 !important;
}
.track-bdr-btm{
    max-width: 630px;
    border-bottom: 1px solid #24293D;
}
/* ===INDEX CAMPAIGN PANEL END=== */

/* ===DROP DETAILS PANEL=== */
.drop-heading{
    font-size: 20px;
    line-height: 30px;
    color: #E6E6E6;
}

.form-control{
    background: #24293D;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    border: none;
}
.form-ctrl{
    width: 100%;
    background: #24293D;
    line-height: 18px;
    color: #FFFFFF;
    border-radius: 5px;
    border: none;
    padding: 9px;
}
.h-txtarea{
    height: 80px;
}
.border1{
    border-bottom: 6px solid #65C8FF;
}

.opr{
    padding: 9px 11px;
    gap: 10px;
    width: 61px;
    height: 44px;
    background: #24293D;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 700;
}

.opr-availble{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 7px 15px;
}
.opr-span{
    color: #84FFDA;
}
.mt-7{
    margin-top: 60px;
}
#attach{
    display: none;
}
.files{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0.1em 0;
    margin-bottom: 6px;
    width: fit-content;
    height: auto;
    color: #212529;
    cursor: auto;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans Pro';
}
.file-close{
    cursor: auto;
    background: #FFFFFF;
    padding: 0 8px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.down{
    position: absolute;
    margin-top: 12px;
    right: 10%;
    z-index: 9;
}
input[type=radio] {
    border: 5px solid #24293D;
    margin-right: 8px;
    padding: 0.4em;
    appearance: none;
    -webkit-appearance: none;
  }
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
    color: #FFFFFF;
}
.form-check-input:checked {
    border-color: #24293D;
} 
  input[type=radio]:checked {
    background: #90BCFC;
    background-size: 9px 9px;
    border-radius: 50%;
  }
  
  input[type=radio]:focus {
    outline-color: transparent;
  }
/* ===DROP DETAILS PANEL END=== */


/* ===REWARD DETAILS PANEL=== */
.m-header2{
    height: 90px;
    background: linear-gradient(0deg, #333E54 , #333E54 ), #333E54; 
    border-bottom: 6px solid #9DFFD4;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.title2{
    font-size: 27px;
    font-weight: 700;
}

.reward-own{
    font-size: 30px;
    font-weight: 700;
    text-align: end;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
    background-color: #fff;
}
.pointer{
    cursor: pointer;
}
/* ===REWARD DETAILS PANEL END=== */
/*==MODALBOX STYLE END==*/

/*========MOBILE RESPONSIVE========*/
@media only screen and (max-width: 759px){
    /*==INDEX STYLE==*/
    /*==INDEX STYLE==*/
    .fontt{
        font-size: 11px;
    }

    .second-pt {
        padding-top: 27px;
    }

    .avatar-img {
        width: 46px !important;
        height: 46px !important;
        border-radius: 50%;
        margin-top: -5px;
        border: 3px solid #FFFFFF;
    }

    .wh-avatar {
        border-radius: 50% !important;
        width: 42px;
        height: 42px;
    }

    .avatar-name {
        width: max-content;
        left: 52px;
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        color: #E6E6E6;
    }

    .avatar-rank{
        position: absolute;
        left: 52px;
        top: 26px;
        font-style: normal;
        font-weight: 400;
        font-size: 8px;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        width: max-content;
        color: #E6E6E6;
    }

    .drop-owntxt {
        font-family: 'Oswald';
        font-style: normal;
        font-size: 17px;
        line-height: 0.8;
    }

    .earn-txt {
        font-size: 12px;
        font-weight: 700;
    }

    .rank-txt{
        margin-bottom: 9px;
        font-size: 27px;
        margin-top: 9px;
    }

    .wh-add {
        width: 27px;
        height: auto;
    }

    .wh-addrank {
        width: 36px;
        height: auto;
    }

    .u-dropcard{
        border-radius: 9px;
        padding: 6px 9px;
        gap: 18px;
        margin-top: -16px;
    }

    .u-owncard {
        border: none;
        border-top: 1px solid #323C56;
        padding-top: 9px;
    }

    .progress2 {
        padding: 2px;
        height: 12px;
    }

    .progress-bar-striped {
        height: 7px;
    }

    .-notify h2{
        font-size: 18px;
    }

    .-whatsnew h2{
        font-size: 18px;
    }

    .u-card{
        top: 0;
    }

    .mt-rankcard {
        margin-top: 18px;
        width: auto;
    }

    .mb-n{
        margin-bottom: -20px;
    }

    .self{
        justify-content: left;
        display: flex;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 6px !important;
        height: 6px !important;
        border-radius: 50%;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: -1rem !important;
        margin-left: 15%;
    }


    .todo-txt{
        width: auto;
        height: 47px;
        font-weight: 700;
        font-size: 27px;
        color: #E6E6E6;
        flex: none;
        flex-grow: 0;
    }

    .suggest-txt{
        width: auto;
        height: 47px;
        font-weight: 700;
        font-size: 27px;
        color: #E6E6E6;
        flex: none;
        flex-grow: 0; 
    }

    .logo-bar{
        border: none;
      }

    .mt-todo{
        margin-top: 30px;
    }

    .ps-6{
        padding-left: 1.6rem;
    }
    .lh{
        line-height: 1;
     }

     .neg-pd{
        margin-top: 0;
        margin-left: 52px;
    }

    .arrow-shadow{
        display: none;
    }

    .arrow-shadow1{
        display: none;
    }

    .line{
        display: none;
    }

    .cwh-notify{
    padding: 30px 25px;
    position: relative;
    max-width: 100%;
    border-radius: 30px !important;
    }
    .pro-cam {
        position: absolute;
        top: 25px;
        left: 30px;
    }

    .pro-cam {
        position: absolute;
        top: 25px;
        left: 30px;
    }

    /*==INDEX CAMPAIGN MODAL START==*/

    .modal-content {
        min-width: 320px;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .modal-header{
        border-radius: 0;
    }

    .wrap{
        display: flex;
        justify-content: space-between;
    }

    .recent-own{
        font-size: 32px;
        font-weight: 700;
        margin-left: 0;
    }
    
    .btn-enroll{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 0px 10px;
        width: 155px;
        height: 53px;
        background: #90BCFC;
        margin-left: 0;
        margin-top: 0;
        font-weight: 600;
        font-family: 'Oswald';
        border-radius: 10px;
    }

    .group1{
        width: 50%;
    }
    .group2{
        margin-top: 12px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -15px;
    }

    .manage-text {
        font-size: 20px;
    }
    
    .stick-t{
        display: block;
        border-top: 1px solid #D7E7FF;
        width: 100%;
    }

    .usr-icon{
        width: 18px;
        height: 18px;
        margin-top: -7px;
        position: absolute;
    }

    /*==INDEX CAMPAIGN MODAL END==*/
    /*==INDEX CAMPAIGN MODAL END==*/

    /*==CAMPAIGN STYLE==*/
    /*==CAMPAIGN STYLE==*/
    .me-topsecond{
        margin-left: 0;
    }
    .self {
        justify-content: left;
        display: flex;
    }
    .x-scroll{
        overflow-x: scroll;
    }
    .nav-flex {
        display: flow-root;
    }
    .flex-rw{
        display: flex;
        flex-direction: row;
    }
    .gap-9{
        gap: 9px;
    }
    .camp-sidenav {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        padding: 5px 15px;
        width: max-content;
        justify-content: left;
        gap: 9px;
        height: 45px;
        border-radius: 5px;
    }
    .camp-bg{
        background: #00000000;
        padding: 0;
    }
    .camp-heading{
        font-size: 25px !important;
    }
    .enrol-bg {
        width: 95%;
        margin-left: 11px;
    }
    .btn-boost {
        font-size: 14px;
    }
    .btn-msg{
        font-size: 14px;
        padding: 0 15px;
    }
    .manage-bg {
        width: 100%;
    }
    .camp-navtxt {
        font-size: 11px;
    }
    .pro-card{
        top: 0;
        margin-left: 0;
    }
    
    #mob-notify{
        display: block;
    }
    
    #mob-whtnew{
        display: block;
    }
}


/*========TAB RESPONSIVE========*/
@media only screen and (min-width: 756px) and (max-width: 998px){
    

/*==Second Header==*/
.u-owncard {
    margin-top: 123px;
    padding-top: 15px;
    border: none;
    border-top: 2px solid #323C56;
}
.mt-rankcard {
    width: auto;
}
/*==Second HeaderEnd==*/ 
.cwh-notify{
    padding: 30px 25px;
    position: relative;
    max-width: 100%;
    border-radius: 30px !important;
    }
    #mob-notify{
        display: block;
    }

    #mob-whtnew{
        display: block;
    }
    .faq-title {
        display: contents;
        height: 15px;
        font-weight: 700;
        font-size: 16px;
    }
    .camp-align{
        display: block;
    }   
    .ps-6{
        padding-left: 1.6rem;
    }
    .mt-todo{
        margin-top: 30px;
    }
    .self {
        justify-content: left;
        display: flex;
    }
    .x-scroll{
        overflow-x: scroll;
    }
    .nav-flex {
        display: flow-root;
    }
    .flex-rw{
        display: flex;
        flex-direction: row;
    }
    .gap-9{
        gap: 9px;
    }
    .camp-sidenav {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        padding: 5px 15px;
        width: max-content;
        justify-content: left;
        gap: 9px;
        height: 45px;
        border-radius: 5px;
    }
    .camp-bg{
        background: #00000000;
        padding: 0;
        padding-left: 12px;
    }
    

}

/*========TAB RESPONSIVE========*/
@media only screen and (min-width: 998px) and (max-width: 1499px) {
    .mt-rankcard {
        margin-top: -93px;
    }
    .owncad-bdr1 {
        border-right: 2px solid #323C56;
        height: 85px;
        padding-left: 63px;
        margin-top: 9px;
    }
    .owncad-bdr2 {
        border-right: 2px solid #323C56;
        height: 85px;
        padding-left: 115%;
        margin-top: -80px;
    }
    .wh-addrank {
        width: 39px;
        height: 56px;
    }
    .add-txt {
        font-size: 38px;
        line-height: 1.2;
    }
    .earn-txt {
        padding-top: 3px;
        /* width: 99px; */
    }

    .rnk-font {
        font-size: 12px;
    }

    .u-dropcard {
        gap: 24px;
    }

    .drop-owntxt {
        font-size: 34px;
    }
    /*==Second HeaderEnd==*/ 
    .ps-24{
        padding-left: 1.4rem !important;
    }
    .faq-title {
        display: contents;
        height: 15px;
        font-weight: 700;
        font-size: 16px;
    }
    .camp-align{
        display: block;
    }
    .avatar-rank {
        position: absolute;
        top: 33px;
        font-style: normal;
        font-weight: 600;
        font-size: 9px;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        color: #E6E6E6;
        }
    
    }
@media only screen and (min-width: 998px) and (max-width: 1200px) {
    .wh-addrank {
        width: 39px;
        height: 56px;
    }
    .add-txt {
        font-size: 38px;
        line-height: 1.2;
    }
    .earn-txt {
        font-size: 12px;
        padding-top: 3px;
        width: 99px;
    }

    .rnk-font {
        font-size: 12px;
    }

    .u-dropcard {
        gap: 24px;
        width: fit-content;
    }

    .drop-owntxt {
        font-size: 34px;
    }
    /*==Second HeaderEnd==*/ 
    .ps-24{
        padding-left: 1.4rem !important;
    }
    .faq-title {
        display: contents;
        height: 15px;
        font-weight: 700;
        font-size: 16px;
    }
    .camp-sidenav {
        width: 175px;
    }
}
    @media only screen and (min-width: 1200px) and (max-width: 1496px) {
        .u-card {
            top: 36px;
        }
        .u-dropcard {
            gap: 24px;
        }
    
        .drop-owntxt {
            font-size: 42px;
        }
        .owncad-bdr1 {
            margin-top: 18px;
        }
     }
    @media only screen and (min-width: 1500px) and (max-width: 1799px) {
        .u-card {
            top: 36px;
        }
        .fontt{
            line-height: 1.1;
        }
        .ps-24{
            padding-left: 0 !important;
        }
        .owncad-bdr1 {
            border-right: 2px solid #323C56;
            height: 85px;
            padding-left: 55px;
            margin-top: 16px;
        }
        .owncad-bdr2 {
            border-right: 2px solid #323C56;
            height: 85px;
            padding-left: 115%;
            margin-top: -92px;
        }
    }
