/* Body $$ Html */
body, html{
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  scroll-behavior: smooth;
  background: #13131e;
}
.site-container{
  background: #13131e;
  display: table;
  height: inherit;
  width: 100%;
  margin: 0px !important;
  margin-bottom: 0px;
  padding: 0px !important;
}

a{
  text-decoration: none !important;
  color: #fff !important;
  font-size: 14px;
}

.menu-bar{
  background: #c8ceea;
}

.index-nav-header{
  background: rgba(19, 19, 30, 0.95);
  padding: 12px;
}

.index-nav-header a{
  color: #cccaca !important;
  font-size: 14px;
  font-family: 'anuphan';
}
.blur {
  backdrop-filter: blur(5px); /* Apply the blur effect */
  -webkit-backdrop-filter: blur(10px); /* For Safari support */
}
.header-mobile{
  background: rgba(19, 19, 30, 0.95);
}

/* intro section */
.ball{
  height: 30px;
  width: 30px;
  /* background: radial-gradient(circle at 100px 100px, #fff, #1a56c5, #1CA7EC); */
  background: radial-gradient(circle at 30% 30%, #fff, #0b7ce6, #1a56c5);
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 100px;
  animation: floating 5s infinite linear;
}
.ball-2{
  width: 50px;
  height: 50px;
  background: radial-gradient(circle at 30% 30%, #f1f3f5, #e0e3e7, #6c8db8);
  top: auto;
  bottom: 70px;
  left: 50px;
  animation: floating 8s infinite linear;
}
.ball-3{
  width: 50px;
  height: 50px;
  background: radial-gradient(circle at 30% 30%, #fff, #1CA7EC, #1a56c5);
  top: 90px;
  bottom: auto;
  right: 50px;
  left: auto;
  z-index: 1;
  animation: floating 8s infinite linear;
}
.ball-4{
  background: radial-gradient(circle at 30% 30%, #fff, #0b7ce6, #1a56c5);
}


.the-line{
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.the-line img{
  height: 150px;
  width: 100%;
}

/* mobile mockup */
.mobile-mockup{
  width: 300px;
  height: 500px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 2;
}

/* --------- */

/* Colors $$ Backgrounds */
.dark-bg{
  background: #13131e !important;
}

.dark-bg2{
  background: #181818 !important;
}

.primary-color{
  color: #5f8cfe !important;
}
.primary-color-from-light{
  color: #0c72d9 !important;
}
.primary-color-2{
  color: #2883f3 !important;
}
.primary-bg{
  background: #3F75FF !important;
}
.primary-bg-gradient{
  background: linear-gradient(to right, #4e80ee,#336ef1);
}


.secondary-bg{
  background: #101114 !important;
}

.text-gradient{
  background: #afade3;
  background: linear-gradient(to right, #afade3 12%, #C7CFC1 41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 7F7CCF */

}

.trans-primary-bg{
  background: #283448 !important;
}

.primary-bg-from-light{
  /* background: #2267e7 !important; */
  background: #0c72d9 !important;
}
.index-intro-bg{
  background-image: url('/static/assets/images/satin-glow.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}


.i-ex-r-bg{
  background: linear-gradient(to right, transparent, rgba(33, 46, 75, 0.8),rgba(33, 46, 75, 0.8), transparent);
}

.white-bg{
  background: #fff !important;
}
.black-bg{
  background: #000 !important;
}
.green-color{
  color: #0ac989 !important;
}
.green-bg{
  background: #0ac989 !important;
}
h1, h2, h3, h4, h5, p, small, span, label, i{
  color: #fff;
}
.grey-color{
  color: #b9b6b6 !important;
}
.grey-color-3{
  color: #b9b6b6 !important;
}
.grey-color-2{
  color: #c8ceea !important;
}
.grey-color-3_{
  color: #c8ceea !important;
}

.grey-color-light{
  color: #555657;
}

.error-text{
  color: #e43737;
}
.white-text{
  color: #fff !important;
}
.white-text2{
  color: #fff !important;
}
.black-text{
  color: #000 !important;
}
/* ------------- */

/* Fonts $$ font-size $$ font-weight */
.roboto{
  font-family: 'roboto';
}
.ubuntu{
  font-family: 'ubuntu';
}
.sans-pro{
  font-family: 'source sans pro';
}
.meri-weda{
  font-family: 'merriweather sans';
}
.noto-sans{
  font-family: 'noto sans';
}
.gabarito{
  font-family: 'gabarito';
}
.anuphan{
  font-family: 'anuphan';
  font-weight: 400;
}
.anuphan-2{
  font-family: 'anuphan';
  font-weight: 500;
}
.anuphan-3{
  font-family: 'anuphan';
  font-weight: 600;
}
.xsmall{
  font-size: 14px !important;
}
.xsmall2{
  font-size: 12px;
}
.bold-text{
  font-weight: bold;
}
.capitalize{
  text-transform: capitalize;
}
.uppercase{
  text-transform: uppercase;
}
/* ----------------------------- */


/* Buttons */
button{
  background: #3F75FF;
  border:none;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  padding-left: 14px;
  padding-right: 14px;
  color: #fff;
  width: 100%;
  font-family: 'anuphan';
  font-size: 14px;
}


.btn-3d{
  position: relative;
  background-image: linear-gradient(180deg,#4e80ee,#336ef1);
  box-shadow: 0 0 #0000, 0 0 #0000, inset 0 2px 2px 0 #ffffff38;
}

.gradient-btn{
  background: linear-gradient(255deg,#4e80ee,#336ef1);
}

.btn-rounded{
  border-radius: 30px !important;
}
.btn-grey{
  background: #152438;
  color: #fff;
}
.card{
  background: #171723;
}
.post-card{
  background: #171723;
}
.btn-border{
  border: 1px solid #3F75FF !important;
}

.border-blue{
  border: 1px solid #1c2b53;
}

.btn-open{
  background: none;
  color: #3F75FF;
  border: 2px solid #3F75FF;
}
.btn-open-grey{
  background: none;
  color: #fff;
  border: 1px solid #383940;
}
.btn-open:hover{
  border-color: #fff;
  color: #fff;
}
.add-btn-border{
  border: 2px solid #6645cf !important;
}

.btn-open-2{
  background: none;
  color: #fff;
  border: 2px solid #c8ceea;
}
.btn-border-grey{
  border: 1px solid #505669 !important;
}
button:focus{
  outline: 0px;
  box-shadow: 0px;
  -webkit-box-shadow:none;
}

.polygon-btn{
  background: #2a3548;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 12px;
  z-index: 1;
  font-weight: bold;
  color: #3777ed;
  text-align: center;
  cursor: pointer;
}

.pointed-left{
  background: #2a3548;
}

.polygon-btn-blank{
  background: transparent;
  color: #81869b;
}

.dismiss-btn{
  background: #383d4c;
  color: #d1d9e9 !important;
}

/* --------------------------------------------- */


/* Forms $$ Inputs $$ select $$ Labels */
.form-wrapper{
  position: relative;
  margin: 25px 0px;
}

.form-wrapper input{
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #383940;
  border-radius: 12px;
  color: #fff !important;
  background: transparent;
  caret-color: #fff;
}
.form-wrapper select{
  width: 100%;
  height: 52px;
  border: 1px solid #383940;
  border-radius: 12px;
  padding: 0px 15px;
  color: #fff !important;
  background: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:focus, select:focus{
  box-shadow: none !important;
  outline: none !important;
}

.form-wrapper label{
  position: absolute;
  top: 16px; left: 25px;
  font-size: 14px;
  color: #7989a8;
  transition: linear 0.2s;
  pointer-events: none;
}
@media (max-width:576px){
  .form-wrapper label{
      top: 16px;
      left: 20px;
  }
}

.form-wrapper input:focus + label,
.form-wrapper input:not(:placeholder-shown) + label
{
    top: -10px;
    font-size: 14px;
    background: #181b24;
    padding: 0px 6px;
    color: #d1d9e9;
    border-radius: 4px;
} 

@media (min-width:1200px){
  .form-wrapper input:focus + label,
  .form-wrapper input:not(:placeholder-shown) + label
  {
      background: #181b24;
  } 
}


.form-wrapper select:focus + label,
.form-wrapper select:valid + label,
.form-wrapper textarea:focus + label,
.form-wrapper textarea:valid + label
{
    top: -8px;
    font-size: 14px;
    background: #181b24;
    padding: 0px 4px;
    color: #d1d9e9;
    border-radius: 4px;
}
@media (min-width:1200px) {
  .form-wrapper select:focus+label,
  .form-wrapper select:valid+label
  {
    background: #181b24;
  }
}


/* input icons and text */
.form-wrapper .has-icon{
  padding-right: 30% !important;
  position: relative;
}
.form-wrapper .has-dual-icon{
  padding-right: 30% !important;
  padding-left: 30% !important;
  position: relative;
}

.form-wrapper .input-icon-wrapper{
  position: absolute;
  right: 10px;
  top: 0px;
  display: flex;
  height: 100%;
  width: auto;
  padding: 0px 8px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 0px 4px 4px 0px;
}
.input-icon-wrapper-left{
  left: 10px;
  right: auto !important;
  background: red;
}
.input-icon{
  color: var(--text-color);
  position: relative;
  top: -1px !important;
}
@media (max-width: 576px){
  .input-icon{
      top: -1px !important;
  }
  .psw-c-icon{
    top: -1px !important;
  }
}

.winged-text{position: relative; justify-content: center; align-items: center; display: flex;}
.winged-text .line{
    height: 1px; width: 100%;
    background: #2b2b2d;
}

.winged-text h5{
  position: absolute; top: -8px;
  background: #1a1d25; font-size: 14px !important;
  padding: 0px 12px;
  color: #7989a8;
}

@media (min-width: 768px){
  .winged-text .line{
    background: #3a3a3d;
  }
  .winged-text h5{
    background: #181b24;
  }
}

.post-form{
  box-shadow: 0 4px 8px 0 rgba(54, 39, 39, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #181b24;
  padding: 50px;
  border-radius: 6px;
}
@media (max-width:768px){
  .post-form{
    padding-left: 30px;
    padding-right: 30px;
    /* background: transparent; */
  }
}
@media (min-width:967px) {
  .post-form {
    width: 50%;
    margin-top: 10%;
  }
  .post-form-mini{
    width: 40%;
  }
}

@media (max-width:966px) and (min-width:577px) {
  .post-form {
    width: 50%;
    margin-top: 10%;
  }
  .post-form-mini{
    width: 50%;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.dark-input{
  background: #232731 !important;
}
input{
  caret-color: #fff !important;
}
/* -------------------------------------------- */


/* Dialog $$ Messages */
.dialog{
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
}
.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: #17191d;
  padding: 20px;
  width: 80%;
  border-radius: 8px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media(min-width: 1200px) {
  .dialogContent {
    width: 35%;
  }
}


/* ----------------------------------------- */

/* Others */
.pointer{
  cursor: pointer;
}
.border-bottom{
  border-bottom: 1px solid #28292e !important;
}
.border-top{
  border-top: 1px solid #28292e !important;
}
.border-left{
  border-left: 1px solid #28292e !important;
}
.border-right{
  border-right: 1px solid #28292e !important;
}


.border-top-light{
  border-top: 1px solid #dee2e6 !important;
}
.border-bottom-light{
  border-bottom: 1px solid #dee2e6 !important;
}

.border{
  border: 1px solid #1d2028 !important;
}
.my-border-2{
  border: 1px solid #28292e !important;
}
.blue-border{
  border: 2px solid #3777ed;
}

.top-1{ position: relative; top: 1px !important; }
.top-2{ position: relative; top: 2px !important; }
.top-3{ position: relative; top: 3px !important; }
.top-4{ position: relative; top: 4px !important; }
.top-5{ position: relative; top: 5px !important; }
.top-6{ position: relative; top: 6px !important; }
.top-7{ position: relative; top: 7px !important; }
.top-8{ position: relative; top: 8px !important; }

.n-top-1{ position: relative; top: -1px !important; }
.n-top-2{ position: relative; top: -2px !important; }
.n-top-3{ position: relative; top: -3px !important; }

.radius-1{
  border-radius: 12px !important;
}

.radius-2{
  border-radius: 30px !important;
}


.page-pb{
  padding-bottom: 80px;
}

  /* dual ring animation */
  .lds-dual-ring {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    padding: 10px;
    background: #1a1d25;
    border-radius: 8px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #0c72d9;
    border-color: #0c72d9 transparent #0c72d9 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .lds-dual-ring-grey:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #999eb2;
    border-color: #999eb2 transparent #999eb2 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }

/* animated Success */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #0ac989;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #0ac989;
  stroke-miterlimit: 10;
  margin: 0% auto;
  box-shadow: inset 0px 0px 0px #0ac989;
  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 */

.border-none{
  border: none !important;
}

.post-box{
  background: #101c2c;
  padding: 12px;
  border-radius: 6px;
}
.fit-content{
  width: fit-content !important;
}
.h-fit-content{
  height: fit-content;
}

.side-bar-mobile{
  position: fixed;
  right: 0;
  width: 75%;
  height: 100%;
  background: #13131e;
  z-index: 999999;
  top: 0 !important;
  overflow: auto !important;
  padding-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  border-left: 1px solid #28292e;
}
.side-bar-mobile a{
  color: #fff !important;
}
.overlayDiv{
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.side-bar{
  background: #13131e;
  height: 100vh;
  z-index: 99 !important;
  left: 0px;
  overflow: auto;
  margin: 0px;
  border-right: 1px solid #28292e;
  }

.side-bar .side-link{
  color: white !important;
  font-size: 14px !important;
  display: flex;
  align-items: 'center';
}

.side-bar .side-link-active{
  background: #24243e;
}

.side-bar .bi{
  color:#fff;
  position: relative;
  font-size: 14px;
  margin-right: 8px;
}

.timeline-wrapper .timeline-body{
  border-left: 1px dashed #40434f;
  margin-left: 10px;
  padding-left: 37px;
  margin-top: 4px;
}

.cs-list-item:hover{
  background: #232731 !important;
  cursor: pointer;
}
.hide{
  display: none !important;
}

.add-radius{
  border-radius: 12px;
}

.bottom-padding{
  padding-bottom: 80px;
}
.sigil{
  color: #fff !important;
  padding: 3px 8px;
  border-radius: 4px;
}
.sigil-waiting{
  background: #212836;
  color: #276df1 !important;
}
.sigil-paid{
  background: #1b332f;
  color: #3bdec3 !important;
}
.sigil-danger{
  color: #e94747; background: #452626; 
}

.sigil-unavailable{
  background: rgba(214, 96, 96, 0.9);
}
.sigil-error{
  background: rgba(226, 88, 88, 0.9);
}

.position-relative{
  position: relative !important;
}

.position-absolute{
  position: absolute !important;
}

.context-menu{
  position: absolute;
  width: 100%;
  z-index: 1;
  border-radius: 4px;
  top: 90%;
  padding: 0px 12px;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}

#particles-js{
  position: absolute;
  width: 100%;
  height: 90vh;
  opacity: .2;
  top: 0;
  left: 0;
}

.app-showcase{
  width: 280px;
  margin: 0 auto;
  bottom: 40px;
  backdrop-filter: blur( 6px );
  position: absolute;
  left: 100px;
  z-index: 2;
  background: white;
  border-radius: 20px;
}

.app-showcase-wrp{
  z-index: 2;
  position: relative;
}
.app-showcase-connect{
  width: 250px;
  height: 300px;
  margin: 0 auto;
  bottom: 80px;
  backdrop-filter: blur( 6px );
  position: absolute;
  left: 160px;
  z-index: 1;
  background: white;
  border-radius: 50px;
  background: transparent;
  border: 1px dashed #81869b;
}

.border-left-gradient{
  border-left: 1px solid red;
}

.gradient-border{
  border-left: 3px solid !important;
  border-image: linear-gradient(to bottom, #000, transparent) 1 !important;
}
.gradient-border-2{
  border-left: 3px solid !important;
  border-image: linear-gradient(to bottom, #2883f3, transparent) 1 !important;
}

/* scroll menu */
.scrollmenu {
  overflow-x: scroll;
  display: flex;
  width: 100% !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 12px;
}.scrollmenu::-webkit-scrollbar {
  display: none;
} 
.scrollmenu .s-m-item {
  /* display: inline-block !important; */
}
.account-control-panel{
  position: fixed;
  z-index: 999;
  right: 30px;
  top: 56px;
  min-width: 260px;
}.account-control-panel .a-p-inner:hover{
background: #181826;
}

.account-control-panel-overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 99;
  left: 0;
  top: 0;
}

.toggle-icon{
  width: 30px;
  height: 16px;
  background: none;
  position: relative;
  top: 6px;
  border-radius: 20px;
}
.toggle-icon::before{
  position: absolute;
  right: 3px;
  top: 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: ' ';
}

.toggle-icon-on{
  background: #3777ed;
}

/* Preloader */
.page-preloader{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0d0f14;
  z-index: 28928;
}
.page-preloader-wrapper{
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Preloader */
.pre-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #98a0ac;
  border-bottom-color: #0c72d9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  left: 25%;
  top: 25%;
  position: relative;
  transform: translate(-50%, -50%);
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  }  
/* End preloader */

@keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 25px); }
  to   { transform: translate(0, -0px); }    
}

/* .floating-object{
  animation-name: floating;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
} */
/* ===== */
.order-tab-bg{
  background: none !important;
}


.l1-mg{
  position: absolute;
  left: 100px;
  top: 40px;
}
.l2-mg{
  position: absolute;
  left: 250px;
  top: 30px;
}
@media (max-width:570px){
  .l2-mg{
    top: -20px;
  }
}

.l3-mg{
  position: absolute;
  left: 60px;
  top: 100px;
}

.l4-mg{
  position: absolute;
  left: 150px;
  top: 120px;
}
.l5-mg{
  position: absolute;
  left: 60px;
  top: 230px;
}
.l6-mg{
  position: absolute;
  left: 280px;
  top: 230px;
}


.l7-mg{
  position: absolute;
  right: 40px;
  bottom: 40px; 
}

.croped-chart{
  position: relative;
  left: 20px;
  width: 270px;
  height: 160px;
  top: 180px;
  z-index: 1;
  border-radius: 8px;
}
@media (min-width:920px){
  .croped-chart{
    left: 100px;
    width: 270px;
    height: 160px;
    top: 250px;
  }
}

.scroll-top-btn{
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 12px;
  z-index: 999;
  display: none;
}
.scroll-top-btn i{
  background: #0c72d9;
  border: 2px solid #0c72d9;
  border-radius: 50%;
}
.i-section-height{
  height: 500px;
}
.index-overlay{
  background:rgba(19, 19, 30, .8) 
}
.intro-overlay-height{
  min-height: 500px;
}

.intro-text{
  font-size: 60px;
}

@media (max-width:570px){
  .i-section-height{
    height: 400px;
  }
  .intro-text{
    font-size: 42px;
  }
  .intro-overlay-height{
    min-height: 500px;
  }
}

.back-video{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  top:56px;
  width: auto;
  height: auto;
	min-width: 100%;
	min-height: 100%;
}

@media(min-aspect-ratio: 16/9){
  .back-video{
    width: 100%;
    height: auto;
  }
}
@media(max-aspect-ratio: 16/9){
  .back-video{
    width: auto;
    height: 100%;
  }
}

@media (max-width:576px){
  .back-video{
    transform: translateX(-50%);
    top: 0;
  }
}

/* login $$ Reg $$ Auth */

.auth-header-style{
  background-image: url('/static/assets/images/bsc-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.auth-header-style-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: auto;
  background: linear-gradient(to right, rgba(59, 62, 243, 0.8) 10%, rgba(8, 101, 195, 0.8));
  left: 0;
}
@media (min-width: 967px){
  .auth-header-style{
    height: 450px;
  }
  .auth-header-style-overlay{
    background: linear-gradient(to right, rgba(59, 62, 243, 0.8), rgba(8, 101, 195, 0.8) 50%);
  }
}

.a-h-s-svg-path{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.auth-form-wrapper .post-form{
  position: relative;
  margin-top: -150px;
}
@media (min-width: 967px){
  .auth-form-wrapper .post-form{
    position: relative;
    margin-top: -300px;
  }
}

#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
}
/* End */

.lined-grad-b{
  background: linear-gradient(to bottom, #d3d7b5, #0c72d9, #172D3E, transparent, transparent);
  border-radius: 12px 12px 0px 0px;
}
.lined-grad-b .box{
  border-radius: 12px;
  background: linear-gradient(to bottom, #232731, #232731, transparent);
}

.mobile-show-lg{
  width: 100%;
  height: 300px;
}


.mobile-show-2{
  width: 150px;
  height: 270px;
}
.ms{
  position: absolute;
  left: 0;
  top: 0;
}
.ms-2{
  position: absolute;
  right: 20px;
  top: 40px;
}

@media(max-width:576px){
  .d-box-he{
    height: 260px;
  }
  .mobile-show-lg{
    height: 190px;
  }
  .mobile-show-2{
    width: 120px;
    height: 200px;
  }
}

  /* Tabs Button ======================== */
  .tabs{
    padding: 8px 12px;
    font-size: 14px;
    color: grey !important;
    cursor: pointer;
  }
  @media(max-width:576px){
    .tabs{
      font-size: 12px;
    }
  }
  .tabs:hover{
    background: #1c1d1d;
    border-radius: 4px 4px 0px 0px;
  }
  .tabs.active{
    position: relative;
    color: #fff !important;
    font-weight: 500;
  }

  .tabs.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: #3F75FF;
    border-radius: 4px;
  }

  /* -- */
  .tabs-pill-wrapper{
    background: #f3f6f8;
    border-radius: 4px;
    padding: 2px;
  }
  .tabs-pill{
    font-size: 14px;
    padding: 4px 12px;
    cursor: pointer;
    color: grey !important;
  }
  @media(max-width:576px){
    .tabs-pill{
      font-size: 12px;
    }
  }
  .tabs-pill.active{
    background: #fff;
    color: #000 !important;
    border-radius: 4px;
    font-weight: 500;
  }
  /* ========= END =========  */

  .back-video{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    /* height: 100%;
    width: 100%; */
  }
  
  @media(min-aspect-ratio: 16/9){
    .back-video{
      width: 100%;
      height: auto;
    }
  }
  @media(max-aspect-ratio: 16/9){
    .back-video{
      width: auto;
      height: 100%;
    }
  }

.h-100{
  height:100%
}
.m-h-100{
  min-height:100%
}



/* MEDIA QUERIES CLASSES */
/* Desktop screen */
@media (min-width:1200px){
  .add-padding-lg{
    padding-left: 130px;
    padding-right: 130px;
  }
  .header-text{
    font-size: 50px !important;
  }
  .fix-mt{
    margin-top: 100px;
  }
  .bg-lg-none{
    background: none !important;
  }
  .border-lg-none{
    border: none !important;
  }
  .monstText{
    font-size: 38px;
  }
  .monst-text-2{
    font-size: 70px;
  }
  .fit-content-lg{
    width: fit-content;
  }
  .wel-text{
    font-size: 22px !important;
  }
  .i-p-fl{
    padding-left: 160px;
    padding-right: 160px;
  }
  .xsmall2{
    font-size: 14px;
  }
}


/* mobile screen */
@media (max-width:576px){
  .monst-text-2{
    font-size: 60px;
  }
  .align-center-sm{
    text-align: center;
  }
  .bg-sm-none{
    background: none !important;
  }
  .border-sm-none{
    border: none !important;
  }
  .xsmall-mobile{
    font-size: 14px !important;
  }
  .xsmall-mobile-2{
    font-size: 12px !important;
  }
  .border-mobile-none{
    border: none !important;
  }
  .style-scrollbar::-webkit-scrollbar {
    display: none;
  }
  h1{
    font-size: 32px;
  }
  .app-showcase{
    margin: inherit;
    margin-left: auto;
  }
  .app-showcase-2{
    left: 0;
  }
  .app-showcase-shield{
    left: 16px;
    bottom: 190px;
  }
  .app-showcase-ball{
    right: 0;
  }

  .px-mobile-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .monstText{
    font-size: 28px !important;
  }
  .text-center-sm{
    text-align: center;
  }
  .fix-mt-sm{
    margin-top: 100px !important;
  }

  .mobile-mockup{
    width: 240px;
    height: 400px;
  }
  .ball-2{
    left: 30px;
    right: auto;
    bottom: 50px;
    top: auto;
  }
  .ball-3{
    top: auto;
    bottom: 50px;
    right: 10px;
  }
  
  .app-showcase{
    left: 0;
    right: auto;
    bottom: 115px;
  }
  .app-showcase-connect{
    left: 50px;
    height: 100px;
    bottom: auto;
    top: -10px;
  }
  .index-jumbo{
    font-size: 34px !important;
  }
  .index-mt-sm{
    margin-top: 70px !important;
  }
  .wel-text{
    font-size: 16px !important;
  }
  .in-bg-lines{
    width: 100% !important;
  }
  /* @admin */
  .table-responsive-sm {
    width: 90vw !important;
    overflow: auto !important;
    flex-wrap: wrap;
    margin: auto;
  }
}