/* Body $$ Html */
body, html{
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  scroll-behavior: smooth;
  background: #080808;
}
.site-container{
  background: #080808;
  display: table;
  height: inherit;
  width: 100%;
  margin: 0px !important;
  margin-bottom: 0px;
  padding: 0px !important;
}

.navbar-style{
  background: transparent;
}

.navbar-style-active {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.8);
}

.navbar a {
  color: white;
  font-family: 'anuphan';
  font-size: 16px;
}

.auth-nav-bg {
  background: #45deaa;
}

.auth-page-bg {
  background: radial-gradient(circle at top right, #367560, #080808 50%);
}

a{
  text-decoration: none !important;
  color: #fff !important;
  font-size: 14px;
}

.menu-bar{
  background: #fff;
}

.header-mobile{
  background: #000;
}
.db-mobile-nav{
  background: #0d0f14;
  border-bottom: 1px solid #2f3a4d;
}

.index-header-active{
  background: #fff;
  border-bottom: 1px solid #e1e5ef;
}
.index-header-active a{
  color: #000 !important;
}
.index-header-active .name-brand{
  color: #004cc0;
}
.index-header-active .reg-btn{
  background-color: #004cc0 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.index-header-active .m-bar{
  background: #000 !important;
}

.m-bar{
  width: 25px; 
  height: 3px; 
  background: #fff;
  transition: all 0.1s linear;
}

.m-bar-pos {
  transform: rotate(45deg);
  margin: 0 !important;
}
.m-bar-neg {
  transform: rotate(-45deg);
  margin: 0 !important;
  bottom: 3px;
  position: relative;
}

/* 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: #000 !important;
}

.blur-bg{
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.8);
}

.blur-light {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.modal-bg{
  background: #202020 !important;
}

.primary-color{
  color: #3bd8a4 !important;
}

.border-colored {
  border: 1px solid #45deaa;
}

.primary-bg{
  background: #45deaa !important;
}

.secondary-bg {
  background: #303030;
}

.text-gradient{
  background: #afade3;
  background: linear-gradient(to right, #afade3 12%, #C7CFC1 41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 7F7CCF */
}
.gradient-bg{
  background: linear-gradient(to right, rgba(41, 50, 49, 0.4), rgba(134, 156, 150, 0.1), rgba(227, 175, 184, 0.1)) !important;
}

.trans-primary-bg{
  background: #2d3b38 !important;
}

.primary-bg-from-light{
  /* background: #2267e7 !important; */
  background: #004cc0 !important;
}
.index-intro-bg{
  background-image: url('/static/assets/images/scm-bg-main.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.intro-bg-overlay{
  /* background: linear-gradient(to bottom, rgba(5, 18, 40, 0.8), rgba(5, 18, 40, 0.95), rgb(12, 26, 45), #0d0f14); */
  background: rgba(14, 20, 30, 0.7);
}


.i-ex-r-bg{
  background: linear-gradient(to right, transparent, rgba(33, 46, 75, 0.8),rgba(33, 46, 75, 0.8), transparent);
}


.primary-bg-gradient{
  background: linear-gradient(50deg, #004cc0, #004cc0, #fff);
}

.white-bg{
  background: #fff !important;
}

.black-bg {
  background: black;
}

.white-bg-2{
  background: #232731 !important;
}
.green-color{
  color: #0ac989 !important;
}
.green-bg{
  background: #0ac989 !important;
}
h1, h2, h3, h4, h5, p, small, label, i{
  color: #fff;
}
.grey-color{
  color: #b5b2b2 !important;
}
.grey-color-2{
  color: #cccaca !important;
}

.grey-color-from-light{
  color: #505669;
}

.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';
}
.anuphan{
  font-family: 'anuphan';
  font-weight: 400;
}
.anuphan-2{
  font-family: 'anuphan';
  font-weight: 500;
}
.anuphan-3{
  font-family: 'anuphan';
  font-weight: 600;
}
.gabarito{
  font-family: 'gabarito';
}

.xsmall{
  font-size: 14px !important;
}
.xsmall2{
  font-size: 12px;
}
.bold-text{
  font-weight: bold;
}
/* ----------------------------- */


/* Buttons */
button{
  background: #45deaa;
  border:none;
  border-radius: 12px;
  text-align: center;
  padding: 12px;
  color: #000;
  width: 100%;
  font-family: 'anuphan';
  font-size: 14px;
}

button:hover{
  opacity: .9;
}

.btn-white{
  background: white;
  color: black;
}

.btn-black{
  background: black;
  color: white;
}

.btn-grey{
  background: #303030;
  color: #fff;
}

.btn-grey-light{
  background: #e6e6e6;
  color: #000;
}

.btn-border{
  border: 1px solid #caabee !important;
}

.btn-rounded{
  border-radius: 30px !important;
}

.btn-open{
  background: none;
  color: #fff;
  border: 1px solid #caabee;
}

.btn-open-white{
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.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: #282828;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  z-index: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.pointed-left{
  background: #505669;
}

.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 15px;
  border: 1px solid #242424;
  border-radius: 6px;
  color: white;
  background: transparent;
  caret-color: white;
}
.form-wrapper .reduce-pl{
  padding-left: 5px !important;
}
.form-wrapper select{
  width: 100%;
  height: 52px;
  border: 1px solid #505669;
  border-radius: 6px;
  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: 15px;
  font-size: 14px;
  color: #b9b6b6;
  opacity: .5;
  transition: linear 0.2s;
  pointer-events: none;
}
@media (max-width:576px){
  .form-wrapper label{
      top: 16px;
      left: 15px;
  }
}

.form-wrapper input:focus + label,
.form-wrapper input:not(:placeholder-shown) + label
{
    top: -10px;
    left: 0;
    font-size: 12px;
    background: none;
    padding: 0px 6px;
    color: #fff;
    border-radius: 4px;
    opacity: 1;
} 

@media (min-width:1200px){
  .form-wrapper input:focus + label,
  .form-wrapper input:not(:placeholder-shown) + label
  {
      background: none;
  } 
}


.form-wrapper select:focus + label,
.form-wrapper select:valid + label,
.form-wrapper textarea:focus + label,
.form-wrapper textarea:valid + label
{
    top: -8px;
    font-size: 12px;
    /* background: #131620; */
    padding: 0px 4px;
    color: #d1d9e9;
    left: 0;
    border-radius: 4px;
}

.input-border-lighter {
  border: 1px solid #343434 !important;
}
.input-border-grey {
  border: 1px solid grey !important;
}

/* @media (min-width:1200px) {
  .form-wrapper select:focus+label,
  .form-wrapper select:valid+label
  {
    background: #131620;
  }
} */


/* input icons and text */
.form-wrapper .has-icon{
  padding-right: 30% !important;
  position: relative;
}
.form-wrapper .has-icon-left{
  padding-left: 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: 0px;
  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;
}
.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 .xline{
    height: 1px; width: 100%;
    background: #2b2b2d;
}

.winged-text h5{
  position: absolute; top: -8px;
  background: #131620; font-size: 14px !important;
  padding: 0px 12px;
  color: #b9b6b6;
}

@media (min-width: 768px){
  .winged-text .xline{
    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: #fff;
  padding: 50px;
  border-radius: 6px;
}
@media (max-width:768px){
  .post-form{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width:1200px) {
  .post-form {
    width: 50%;
    margin-top: 10%;
  }
  .post-form-mini{
    width: 40%;
  }
}

@media (min-width:577px) and (max-width:1200px) {
  .post-form {
    width: 50%;
    margin-top: 10%;
  }
  .post-form-mini{
    width: 60%;
  }
}

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: #242424 !important;
}
.dark-input-light{
  background: #e5e5e5 !important;
}
input{
  caret-color: #fff;
}

.input-light-theme{
  caret-color: black !important;
  color: black !important;
}

.input-light-theme:-webkit-autofill,
.input-light-theme:-webkit-autofill:hover, 
.input-light-theme:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
/* -------------------------------------------- */


/* 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: #fff;
  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 #242424 !important;
}
.border-top{
  border-top: 1px solid #242424 !important;
}
.border-left{
  border-left: 1px solid #242424 !important;
}
.border-right{
  border-right: 1px solid #242424 !important;
}

.border-top-light{
  border-top: 1px solid #dee2e6 !important;
}
.border-bottom-light{
  border-bottom: 1px solid #dee2e6 !important;
}



@media(min-width:1200px){
  .border-right-lg{
    border-right: 1px solid #dee2e6 !important;
  }
}
@media(max-width:767px){
  .border-bottom-mobile{
    border-bottom: 1px solid #202020 !important;
  }
}

.border{
  border: 1px solid #242424 !important;
}
.border-light{
  border: 1px solid #dee2e6 !important;
}

.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; }



.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 #004cc0;
    border-color: #004cc0 transparent #004cc0 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;
  }



.border-none{
  border: none !important;
}

.post-box{
  background: #202020;
  padding: 12px;
  border-radius: 6px;
}

.post-box-bg-2{
  background: white !important;
}
.post-box-2{
  background: #080808 !important;
}

.fit-content{
  width: fit-content !important;
}

.side-bar-mobile{
  position: fixed;
  right: 0;
  width: 75%;
  height: 100%;
  background: #080808;
  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;
}
.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;
}

.sideBar{
  background: #080808;
  height: 100vh;
  z-index: 99 !important;
  left: 0px;
  overflow: auto;
  margin: 0px;
  border-right: 1px solid #202020;
}

.sideBar a:hover{
  color: #fff;
  opacity: 0.9;
}

.sideBar a{
  color: #fff !important;
  font-size: 14px !important;
}
.sideBar i{
  font-size: 14px;
  margin-right: 8px !important;
}
.sideBar .sl-dsk{
  padding: 10px 14px 10px 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.sideBar .sl-dsk:hover{
  background: #222;
}

.sideBar .side-link-active{
  background: #222;
}
.side-link-active{
  background: #222 !important;
}
.side-link{
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.timeline-wrapper .timeline-body{
  border-left: 1px dashed #40434f;
  margin-left: 10px;
  padding-left: 37px;
  margin-top: 4px;
}

.cs-list-item:hover{
  background: #252525 !important;
  cursor: pointer;
}
.cs-list-item-light-theme:hover{
  background: #eee !important;
  cursor: pointer;
}

.hide{
  display: none !important;
}

.bottom-padding{
  padding-bottom: 100px;
}
.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;
}

.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: #272727 !important;
}

.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;
}



@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: #004cc0;
  border: 2px solid #004cc0;
  border-radius: 50%;
}
.i-section-height{
  height: 500px;
}
.index-overlay{
  background: linear-gradient(to bottom, rgba(30, 41, 59, 0.6), rgba(30, 41, 59, 0.7), rgba(30, 41, 59, 0.95), rgb(20, 29, 44))  
}
.pulse-mt{
  padding-top: 61px;
}

@media (max-width:570px){
  .i-section-height{
    height: 400px;
  }
  .index-overlay{
    background: linear-gradient(to bottom, rgba(30, 41, 59, 0.6), rgba(30, 41, 59, 0.7), rgba(30, 41, 59, 0.95), rgb(20, 29, 44)) 
  }
  .pulse-mt{
    margin-top: 55px;
  }
}

.back-video{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: auto;
  height: auto;
	min-width: 100%;
	min-height: 100%;
  top: 0;
  object-fit: cover;
}

@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: 767px) {
  /* Adjust the video size for mobile screens */
  .back-video {
      left: -100% !important;
      right: auto;
  }
}


/* INDEX IMAGE SECTION DESIGN */
.index-hero-text{
  font-size: 75px;
}
.text-jmb {
  font-size: 50px;
}
.text-jmb-2{
  font-size: 40px;
}
@media(max-width:767px){
  .index-hero-text{
    font-size: 50px;
  }
  .text-jmb {
    font-size: 40px;
  }
  .text-jmb-2 {
    font-size: 30px;
  }
}

.index-grad-txt{
  background-image: linear-gradient(to right, #fff, #12815c, #12815c);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-blur{
  background: rgba(162, 160, 160, 0.1); /* Semi-transparent white */
  backdrop-filter: blur(5px); /* Blur effect */
  -webkit-backdrop-filter: blur(5px); /* For Safari */
  border: 1px solid #dee2e6; /* Border to enhance the glass effect */
  box-shadow: 0 4px 6px rgba(80, 80, 80, 0.1); /* Optional: Shadow for depth */
}

/* END */

/* activity loader */
.activity-screen{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}

.m-h-100 {
  min-height: 100% !important;
}




/* @media (max-width:576px){
  .back-video{
    transform: translateX(-50%);
  }
} */

/* login $$ Reg $$ Auth */
@media(min-width:1200px) {
  .auth-section-wrp{
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
  }
  .auth-section-lp{
    height: 100vh;
    overflow: auto;
    /* background: linear-gradient(to bottom, #004cc0, #1776a2); */
    background-image: url('/static/assets/images/finance-market.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .auth-section-lp-overlay{
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(14, 173, 152, 0.5), rgba(26, 211, 211, 0.9), rgb(23, 118, 162));
    z-index: 1; 
  }

  .auth-section-rp{
    height: 100vh;
    overflow: auto;
    /* background: #fff; */
  }
  .auth-post-form{
    width: 80%;
    margin: auto;
  }
  .auth-post-form-mini{
    width: 70%;
    margin: auto;
  }

  .auth-vid-displ{
    z-index: 2;
    width: 300px;
    position: relative;
    background: transparent;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/* login $$ Reg $$ Auth */
.auth-header-style{
  background-image: url('/static/assets/images/auth-one-bg.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.auth-header-style-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: auto;
  background: linear-gradient(to right, rgba(89, 81, 230, 0.8), rgba(1, 63, 194, 0.8), rgba(23, 128, 202, 0.8));
  left: 0;
}
@media (min-width: 967px){
  .auth-header-style{
    height: 500px;
  }
  .auth-header-style-overlay{
    background: linear-gradient(to right, rgba(89, 81, 230, 0.8), rgba(1, 63, 194, 0.8), rgba(23, 128, 202, 0.8))
  }
}

.a-h-s-svg-path{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.auth-form-wrapper .post-form{
  margin-top: -210px;
  z-index: 3;
  background: #21252f;
}

@media (min-width: 967px){
  .auth-form-wrapper .post-form{
    margin-top: -360px;
  }
}
/* End ----- */


#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, #004cc0, #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;
  }
}

.mobile-nav-sheet{
  position: fixed;
  top: 59px;
  min-height: 100%;
  width: 100%;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 1);
  display: none;
}

.dropdown-item:hover{
  background: rgba(27, 27, 46, 0.6) !important;
}

.marquee {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
}

.lines {
  display: flex;
  flex-direction: row;
  width: 200%; /* Important to accommodate both line instances */
}

.line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  white-space: nowrap;
}

.line.forward {
  animation: marquee 30s linear infinite;
}

.line.reverse {
  animation: marquee-reverse 40s linear infinite;
}

.line div {
  padding: 8px;
  margin-left: 18px;
  background-color: #4A90E2;
  color: white;
  border-radius: 5px;
  font-size: 16px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.slide-nm-text {
  font-size: 70px;
}

.pointer-anim {
  animation: bounce-pointer 1s infinite;
}

@keyframes bounce-pointer {
  0%, 100% {
      transform: translateX(0); /* Initial and final position */
  }
  50% {
      transform: translateX(-10px); /* Move up */
  }
}





/* MEDIA QUERIES CLASSES */
/* Desktop screen */
@media (min-width:1200px){
  .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: 50px;
  }
  .fit-content-lg{
    width: fit-content;
  }
  .wel-text{
    font-size: 22px !important;
  }
  .i-p-fl{
    padding-left: 160px;
    padding-right: 160px;
  }
  .header-text-padding{
    padding-left: 100px;
    padding-right: 100px;
  }
}


/* mobile screen */
@media (max-width:576px){
  .inset-top {
    padding-top: 70px !important;
  }
  .align-center-sm{
    text-align: center;
  }
  .bg-sm-none{
    background: none !important;
  }
  .xsmall-sm{
    font-size: 14px !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: 165px !important;
  }
  .wel-text{
    font-size: 16px !important;
  }
  .in-bg-lines{
    width: 100% !important;
  }
  .table-responsive-sm {
    width: 90vw !important;
    overflow: auto !important;
    /* display: flex !important; */
    flex-wrap: wrap;
  }
}