body, html{
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
}
body{
  background: #061121 !important;
}

a{
  text-decoration: none !important;
}

.site-container{
    background: #061121;
    /* background: #17223b; */
    display: table;
    height: inherit;
    width: 100%;
    margin: 0px !important;
    margin-bottom: 0px;
    padding: 0px !important;
}

.navMobileActive{
  background: #061121 !important;
}
.navbar-active{
  background: #061121 !important;
}

.mobileNavBg{
  /* background-color: #18223a !important; */
  background-color: #071224 !important;
}
.dark-bg{
    background: #061121 !important;
}.dark-bg2{
    background: #1b2941 !important;
}.dark-bg3{
    background: #0a1830 !important;
}.dark-bg4{
    background: #141f33 !important;
}
.light-bg{
  background: #fff !important;
}.light-bg2{
  background: #fff !important;
}
.yellow-bg{
  background: #24cff5 !important;
}
.green-bg{
  background: #2ebd85 !important;
}
.red-bg{
  background: #f6465d !important;
}

.hide{
  display: none !important;
}

/* texts */
.textColor{
    color: #fff !important;
}.textColor2{
    color: #fff !important;
}
.redText{
  color: #f6465d !important;
}
.greenText{
  color: #2ebd85 !important;
}

.site-yellow{
    color: #24cff5 !important;
    /* formal color: #24cff5 !important; */
}

p,h1,h2,h3,h4,h5,span,small{
    color: #fff;
}

.messageText{
  font-size: 16px;
}

/* 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: #d4d6e6 !important;
}.greyWhite3{
    color: #d4d6e6 !important;
}
.greyWhite2{
    color: #93a2b6 !important;
}

input:focus {
    border-color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

input{
    background: none !important;
    color: #fff !important;
}
select:focus {
  border-color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

select{
  background: #141d33 !important;
  color: #fff !important;
}

textarea{
  background: none !important;
  color: #fff !important;
}textarea:focus {
  border-color: #24cff5 !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: #24cff5;
    border:none;
    border-radius: 4px;
    text-align: center;
    padding: 12px;
    color: #fff;
    width: 100%;
    }.Btn:hover{
        opacity: 0.8;
        }
.Btn:focus{
    outline: 0px;
    box-shadow: 0px;
    -webkit-box-shadow:none;
  }

.BtnWhite{
    background: #fff;
    border:none;
    border-radius: 4px;
    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;
  }

.blackText{
  color: #000 !important;
}.blackText2{
  color: #141d33 !important;
}
.blackText3{
  color: #000 !important;
}

.floating-icon-div{
    background: rgba(25, 36, 56, 1);
    padding: 15px;
    border-radius: 50%;
    position: relative; z-index: 1;
    margin-top: -85px;
    width: fit-content;
    border: 1px solid #53586b;
}

.fixIcon{
    position: relative;
    top: 2px;
  }.fixIcon2{
    position: relative;
    top: 3px;
  }.fixIcon3{
    position: relative;
    top: 4px;
  }.fixIcon4{
    position: relative;
    top: 5px;
  }

.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%;
    }

  

.trans-post-form{
    background: rgba(20, 29, 51, 0.7) !important;
    transition: all 2s;
}
.post-form-border{
    border: 1px solid #273347;
}

/* dual ring animation */
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 14px;
    border-radius: 20%;
    background: #fff;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
/* 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: #141e33;
    padding: 20px;
    width: 90%;
    border-radius: 4px;
    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: rgba(93, 221, 200, 0.3);
  color: #fff;
  width: fit-content;
}
.round-icon{
  border-radius: 100px;
  padding: 14px 18px 12px 18px;
}

/* animated Success */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #24cff5;
  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: #24cff5;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #24cff5;
  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: #192438;
  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;
  }

  .border-t{
    border-top: 1px solid #37465a;
}.border-r{
    border-right: 1px solid #37465a;
}
.border-b{
    border-bottom: 1px solid #37465a !important;
}.border-l{
    border-left: 1px solid #37465a;
}.my-border{
    border: 1px solid #bbc9e0;
    border-radius: 4px;
}.my-border2{
    border: 1px solid #37465a;
    border-radius: 4px;
}

.side-icon{
  background: #323c4d;
  color: #9c9fb4;
  padding: 8px 10px;
  border-radius: 8px;
}
.side-icon-active{
  background: #24cff5 !important;
  color: #fff;
}

.side_bar_link_active{
  background: #1b2941;
  margin-left: 4px;
  padding: 10px 2px;
  border-radius: 12px 0px 0px 12px;
  border-right: 4px solid #24cff5;
}

.post-box{
  background: #141e33;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #273347;
}

.progress-track ul{
  text-align: center;
}.progress-track li{
  display: inline-block;
  width: 50px;
}

.side-bar-mobile{
  position: fixed;
  left: 0;
  width: 75%;
  height: 100%;
  background: #141e33;
  z-index: 999;
  top: 0 !important;
  overflow: auto !important;
  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 #24cff5;
  content: ""; 
  display: block;
  margin: 0 auto;
  width: 30%;
  padding-top: 10px;
}

.pay-option-container-active2{
  border: 2px solid #24cff5;
  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 #24cff5;
  color: #fff !important;
}

.account-control-panel{
  background: #192438;
  position: fixed;
  z-index: 999;
  right: 30px;
  top: 70px;
  width: 300px;
}.account-control-panel .a-p-inner:hover{
background: #223350;
}

.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: #24cff5; 
  display: table;
  border-radius: 4px;
   }

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.9);
  height: 100%;
  }

.theme-swap{
  height: 100%; width: 100%;
  position: fixed;
  z-index: 9999999;
  background: #061121;
  top: 0px;
  display: none;
}





/* media queries */
/* small screen */
@media only screen and (max-width: 768px){
    .table-responsive-sm{
        max-width: 90vw !important;
    }
    .no-border-sm{
      border: none !important;
    }
    .no-bg-sm{
      background: none;
    }
    .account-control-panel{
      right: 10px;
    }
    .post-form{
        background: #141e33;
        padding: 30px;
        border-radius: 4px;
    }
    .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/index-bg-sm.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }.index-bg-overlay{
    background: rgba(6, 17, 33, 0.9);
    height: 100%;
    }
}


/* 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: #141e33;
        padding: 50px;
        border-radius: 4px;
        width: 40%;
    }
    .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: #141e33;
        padding: 20px;
        width: 35%;
        border-radius: 4px;
        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: 48px;
  }
  .index-bg{
    background-image: url('/static/assets/images/site-image/index-bg-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }.index-bg-overlay{
    background: rgba(6, 17, 33, 0.9);
    height: 100%;
    }
}