body, html{
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
}
body{
  background: #fff !important;
}

a{
  text-decoration: none !important;
}

.boldText{
  font-weight: 600;
}

.site-container{
    background: #fff;
    /* background: #17223b; */
    display: table;
    height: inherit;
    width: 100%;
    margin: 0px !important;
    margin-bottom: 0px;
    padding: 0px !important;
}
#navMobile{
  background: #fff;
}

.navMobileActive{
  background: #fff !important;
}
.navbar-active{
  background: #fff !important;
}

.mobileNavBg{
  /* background-color: #18223a !important; */
  background-color: #111931 !important;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; */
}

.dark-bg{
    background: #fff !important;
}
.dark-bg2{
    background: #f7f9fd !important;
    color: #000 !important;
}
.dark-bg3{
    background: #edeff5 !important;
}
.dark-input{
  background: #f0f3fc !important;
  color: #000 !important;
}
.modal-bg{
  background: #fff !important;
}

.light-border{
    border: 1px solid rgb(238, 241, 245);
}

.light-bg{
  background: rgb(21, 48, 68) !important;
}.light-bg2{
  background: #fff !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.yellow-bg{
  background: #fcd535 !important;
}
.green-bg{
  background: #2ebd85 !important;
}
.blue-bg{
  background: #0051ff !important;
}

.red-bg{
  background: #f6465d !important;
}

.hide{
  display: none !important;
}

/* texts */
.sans-pro{
  font-family:'source sans pro'
}

.textColor{
    color: #000 !important;
}.textColor2{
    color: #fff !important;
}
.redText{
  color: #f6465d !important;
}
.greenText{
  color: #2ebd85 !important;
}

.site-yellow{
    color: #0051ff !important;
    /* formal color: #fcd535 !important; */
}
.blueText{
  color: #0051ff !important;
}

p,h1,h2,h3,h4,h5,span,small{
    color: #000;
}

.messageText{
  font-size: 16px;
  color: #000;
}

/* END Texts */

/* End Colors */

.p-50{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.px-50{
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.align-center{
    text-align: center
}
.align-right{
    text-align: right
}

.greyWhite{
    color: #262e38 !important;
}
.white-bg2{
  background: #fff;
}
.greyWhite3{
  color: #d4d6e6 !important;
}
.greyWhite2{
    color: #384352 !important;
}

input:focus {
    border-color: #b1bfd6 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

input{
    background: none !important;
    color: rgb(5, 13, 26) !important;
}
select:focus {
  border-color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

select{
  background: #fff !important;
  color: rgb(5, 13, 26) !important;
}

textarea{
  background: none !important;
  color: #000 !important;
}textarea:focus {
  border-color: #fcd535 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.mt-70{
    margin-top:70px
}.mt-50{
    margin-top:50px
}
.mb-50{
  margin-bottom:50px
}
.mt-30{
    margin-top: 30px;
}

.Btn{
    background: #0051ff;
    border:none;
    border-radius: 5px;
    text-align: center;
    padding: 12px;
    color: #fff;
    width: 100%;
    font-family: 'source sans pro';
    }
    
.Btn:focus{
    outline: 0px;
    box-shadow: 0px;
    -webkit-box-shadow:none;
  }

  .btn-outline{
    background: none;
    border:1px solid #0051ff;
    border-radius: 5px;
    text-align: center;
    padding: 12px;
    color: #0051ff;
    width: 100%;
    font-family: 'source sans pro';
  }
  
.btn-outline:focus{
    outline: 0px;
    box-shadow: 0px;
    -webkit-box-shadow:none;
  }
  .add-btn-border{
    border:1px solid #0051ff;
  }

.BtnWhite{
    background: none;
    border:1px solid #000;
    border-radius: 8px;
    text-align: center;
    padding: 12px;
    color: #000;
    width: 100%;
    }.BtnWhite:hover{
        opacity: 0.8;
        }
.BtnWhite:focus{
    outline: 0px;
    box-shadow: 0px;
    -webkit-box-shadow:none;
  }

.BtnDark{
    background: #c9d4f5;
    border:none;
    border-radius: 5px;
    text-align: center;
    padding: 12px;
    color: #000;
    width: 100%;
    }.BtnDark:hover{
        opacity: 0.9;
        }
.BtnDark:focus{
    outline: 0px;
    box-shadow: 0px;
    -webkit-box-shadow:none;
  }


.blackText{
  color: #fff !important;
}.blackText2{
  color: #fff !important;
}.blackText3{
  color: #000 !important;
}

.floating-icon-div{
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  position: relative; z-index: 1;
  margin-top: -70px;
  width: fit-content;
  border: 3px solid #f5f7fa;
}

.fixIcon{
    position: relative;
    top: 2px;
  }.fixIcon2{
    position: relative;
    top: 3px;
  }.fixIcon3{
    position: relative;
    top: 4px;
  }.fixIcon4{
    position: relative;
    top: 5px;
  }.fixIcon5{
    position: relative;
    top: 7px;
  }

.login-bg{
    background-image: url('/static/assets/images/site-image/bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
.caro-bg-overlay{
    background: rgba(26, 37, 63, 0.95);
    height: 100%;
    }

.tabs-wrapper{
  background: #e7ecf3;
  }

.blankBtn{
  background: none; border: none;
  color: #000;
}
  

.trans-post-form{
    background: rgba(20, 29, 51, 0.7) !important;
    transition: all 2s;
}
.post-form-border{
    border: 1px solid #273347;
}

/* dual ring animation */
/* dual ring animation */
.lds-dual-ring {
  display: inline-block;
  border-radius: 8px;
  transform:rotate(45deg);
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #0051ff;
  border-color: #0051ff transparent #0051ff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* END Animation */

.dialog{
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}
.dialogContent{
    box-shadow: 0 4px 8px 0 rgba(54, 39, 39, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    padding: 20px;
    width: 90%;
    border-radius: 8px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.round-icon-trans{
  border-radius: 50%;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  background: #fff;
  color: #000;
  width: fit-content;
}
.round-icon{
  border-radius: 100px;
  padding: 14px 18px 12px 18px;
}

.roboto{
  font-family: 'roboto';
}

/* animated Success */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #fcd535;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fcd535;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #fcd535;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px transparent;
  }
}
/* END animated success */

.sideBar{
  background: #17213d;
  height: 100vh;
  z-index: 999 !important;
  left: 0px;
  overflow: auto;
  padding-top: 10px !important;
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  max-width: 15%;
  }

  .border-t{
    border-top: 2px solid #bbc9e0;
}.border-r{
    border-right: 1px solid #bbc9e0;
}
.border-b{
    border-bottom: 1px solid #bbc9e0 !important;
}.border-l{
    border-left: 1px solid #bbc9e0;
}.my-border{
    border: 1px solid #bbc9e0;
    border-radius: 4px;
}.my-border2{
    border: 1px solid #bbc9e0;
    border-radius: 4px;
}

.side-icon{
  background: none;
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
}
.side-icon-active{
  background: none;
  color: #fff;
}

.side_bar_link_active{
  background: #ecf0f7;
  margin-left: 4px;
  /* margin-right: 8px; */
  padding: 10px 2px;
  border-radius: 8px 0px 0px 8px;
  border-right: 4px solid #0051ff;
}

.post-box{
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #dde6f7;
}

.progress-track ul{
  text-align: center;
}.progress-track li{
  display: inline-block;
  width: 50px;
}

.side-bar-mobile{
  position: fixed;
  right: 0;
  width: 85%;
  height: 100%;
  background: #fff;
  z-index: 999;
  top: 0 !important;
  /* overflow: auto !important; */
  overflow-y: scroll; overflow-x: hidden;
  /* padding-bottom: 30px; */
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.overlayDiv{
  position: fixed;
  background: none;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.15);
}

.activeTabLine::after{
  border-bottom: 3px solid #0051ff;
  content: ""; 
  display: block;
  margin: 0 auto;
  width: 30%;
  padding-top: 10px;
}

.pay-option-container-active2{
  border: 2px solid #fcd535;
  border-radius: 4px;
}
.pay-option-container-active{
  background: #323c4d;
}
.p-50{
  padding: 50px;
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.px-50{
  padding-left: 50px;
  padding-right: 50px;
}
.py-50{
  padding-top: 50px;
  padding-bottom: 50px;
}

.pointer{
  cursor: pointer;
}

.border-active{
  border: 2px solid #fcd535;
  color: #000 !important;
}

.account-control-panel{
  background: #fff;
  position: fixed;
  z-index: 999;
  right: 30px;
  top: 70px;
  width: 300px;
}.account-control-panel .a-p-inner:hover{
background: #e7ecf3;
}

.account-control-panel-overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99;
  left: 0;
  top: 0;
}
.popLabel{
  padding: 10px;
  background: none; 
  display: table;
  border-radius: 4px;
  border: 1px solid #0051ff;
  color: #0051ff;
   }

input[type="file"] {
  display: none;
}

.index-bg-2{
  background-image: url('/static/assets/images/site-image/bg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}.index-bg-2-overlay{
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  }

  .theme-swap{
    height: 100%; width: 100%;
    position: fixed;
    z-index: 9999999;
    background: #fff;
    top: 0px;
    display: none;
  }
.index-bg-overlay-2{
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  }



/* media queries */
/* small screen */
@media only screen and (max-width: 768px){
  .monstTextSm{
    font-size: 42px !important;
    font-weight: bold;
    font-family: 'source sans pro';
  }.monstText{
    font-size: 32px;
    font-weight: bold;
    font-family: 'source sans pro';
  }
    .table-responsive-sm{
        max-width: 90vw !important;
    }
    .no-bg-sm{
      background: none;
    }
    .account-control-panel{
      right: 10px;
    }
    .post-form{
        background: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid #dde6f7;
    }
    .card-mt{
        margin-top: 40px;
    }
    .reduceH5{
      font-size: 16px;
    }
    .floating-icon-div{
      margin-top: -60px;
    }
    .fix-mtSm{
      margin-top: 20px;
  }.fix-mtSm2{
      margin-top: 35px;
  }
  .fix-mtSm3{
    margin-top: 100px;
}
  .xsmall{
    font-size: 15px !important;
  }.xsmall2{
    font-size: 13px !important;
  }
    .align-center-sm{
      text-align: center
  }
  .index-bg{
    background-image: url('/static/assets/images/site-image/inner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }.index-bg-overlay{
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    }
  .dialogWidth{
    width: 80% !important;
  }
  .index-mt{
    margin-top: 25%;
  }
  /* ****** */
  .icon-19-sm{
    position: absolute;
    top: 25px;
    right: 14px;
    width: 35px;
    height: 20px;
  }.icon-21-sm{
    position: absolute;
    top: 40px;
    left: 15px;
  }.icon-23-sm{
    position: absolute;
    top: 470px;
    left: 35px;
  }
  /*  */
  #circlesPathSm{
    position: absolute;
    background: none;
    width: fit-content;
    z-index: -1;
    left: -70px;
  }

  /* **** */
  .index-image{
    position: relative;
  }
  .floating-post-box-1{
    position: relative;
    top: 120px;
    left: 5px;
    width: 250px;
    height: 130px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
  }.floating-post-box-2{
    position: relative;
    top: 70px;
    left: 44px;
    right: 5px;
    width: 300px;
    height: 200px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
  }
}







/* large screen */
@media only screen and (min-width: 768px){
    .style-scrollbar::-webkit-scrollbar {
      background: none;
      width: 8px;
    } .style-scrollbar::-webkit-scrollbar-track{background: none; width: 5px;} 
    .style-scrollbar::-webkit-scrollbar-thumb{
        background-color: #a8a8a7; border-radius: 4px;
    }
    .post-form{
        background: #fff;
        padding: 40px;
        border-radius: 8px;
        width: 38%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .card-mt{
        margin-top: 100px;
    }
    .dialogContent{
        box-shadow: 0 4px 8px 0 rgba(54, 39, 39, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: #fff;
        padding: 20px;
        width: 35%;
        border-radius: 8px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .fix-mt{
      margin-top: 100px;
    }
    .mml{
        margin-left: 30px !important;
    }
    small{
        font-size: 14px !important;
    }
    .border-l-lg{
      border-left: 1px solid #323c4d;
  }
  .dashed-border-lg{
    border: 1px dashed #323c4d;
  }
  .monstText{
    font-size: 45px;
    font-weight: bold;
    font-family: 'source sans pro';
  }
  .index-bg{
    background-image: url('/static/assets/images/site-image/inner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }.index-bg-overlay{
    background: rgba(255, 255, 255, 0);
    height: 100%;
    }

  .side_bar_link_active{
    background: #0051ff;
    margin-left: 4px;
    padding: 10px 2px;
    border-radius: 5px;
  }
  .cont-lg-100{
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.index-mt{
  margin-top: 150px;
}
  .index-image{
    position: relative;
  }
  .floating-post-box-1{
    position: absolute;
    top: 200px;
    left: -50px;
    width: 300px;
    height: 130px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
  }.floating-post-box-2{
    position: absolute;
    top: 300px;
    left: 40px;
    width: 300px;
    height: 200px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
  }
  /* ****** */
  .icon-19{
    position: absolute;
    top: 15px;
    right: 14px;
    width: 120px;
    height: 80px;
  }.icon-21{
    position: absolute;
    top: 10px;
    left: -50px;
  }.icon-23{
    position: absolute;
    top: 470px;
    left: -80px;
  }
  /*  */

  #circlesPath{
    position: absolute;
    background: none;
    width: fit-content;
    z-index: -1;
    left: -70px;
  }

}