/* Body $$ Html */
body, html{
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  scroll-behavior: smooth;
  background: #1a1d25;
}
.site-container{
  background: #000;
  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;
}

.header-mobile{
  background: #000;
}
.index-header-active{
  background: #fff;
  border-bottom: 1px solid #e1e5ef;
}
.index-header-active a{
  color: #000 !important;
}
.index-header-active .name-brand{
  color: #0ead98;
}
.index-header-active .reg-btn{
  background-color: #0ead98 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.reg-btn.white-bg,
.white-bg.reg-btn{
  color: #071020 !important;
}
.index-header-active .m-bar{
  background: #000 !important;
}


/* 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, #1fbca7, #0ead98);
  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, #1eb7a3, #0ead98);
  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, #27d4bd, #0ead98);
}


.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: -50px;
  right: 10px;
  z-index: 3;
}


/* --------- */


/* Colors $$ Backgrounds */
.dark-bg{
  background: #232731 !important;
}
.dark-bg2{
  background: #181b24 !important;
}
.dark-bg3{
  background: #1a1d25 !important;
}
.dark-bg4{
  background: #181b24 !important;
}
.dark-bg5{
  background: #000 !important;
}
.dark-bg6{
  background: #181a20;
}
.dark-bg33{
  background: #181b24 !important;
}
.primary-color{
  color: #0ead98 !important;
}
.primary-color-from-light{
  color: #0ead98 !important;
}
.primary-color-2{
  color: #0ead98 !important;
}
.primary-bg{
  background: #0a9583 !important;
  color: #000 !important;
}

.trans-primary-bg{
  background: #283448 !important;
}

.primary-bg-from-light{
  /* background: #2267e7 !important; */
  background: #0ead98 !important;
}
.index-intro-bg{
  /* background: linear-gradient(to right, #0c40a0, #1a56c5, #3777ed); */
  background: #000000;
}


.primary-bg-gradient{
  background: linear-gradient(45deg, #276df1, #fff);
}

.white-bg{
  background: #fff !important;
}
.white-bg-2{
  background: #232731 !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-2{
  color: #c8ceea !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';
}
.xsmall{
  font-size: 14px !important;
}
.xsmall2{
  font-size: 12px;
}
.bold-text{
  font-weight: bold;
}
/* ----------------------------- */


/* Buttons */
button{
  background: #0a9583;
  border:none;
  border-radius: 30px !important;
  text-align: center;
  padding: 12px;
  color: #fff;
  width: 100%;
  font-family: 'noto sans';
  font-size: 14px;
}
.btn-grey{
  background: #505669;
  color: #fff;
}
.btn-border{
  border: 1px solid #0a9583 !important;
}
.btn-open{
  background: none;
  color: #0a9583;
  border: 1px solid #0a9583;
}
.btn-open-2{
  background: none;
  color: #fff;
  border: 1px 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: #0a9583;
  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 25px;
  border: 1px solid #505669 !important;
  border-radius: 15px;
  color: #fff !important;
  background: transparent;
  caret-color: #fff;
}
.form-wrapper select{
  width: 100%;
  height: 55px;
  border: 1px solid #505669 !important;
  border-radius: 15px;
  padding: 0px 12px;
  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: #000;
    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: #000;
    padding: 0px 4px;
    color: #d1d9e9;
}
@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 .input-icon-wrapper{
  position: absolute;
  right: 10px;
  top: 2px;
  display: flex;
  height: 100%;
  width: auto;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 0px 4px 4px 0px;
}
.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: #000; 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: 20px;
}
@media (max-width:768px){
  .post-form{
    padding-left: 30px;
    padding-right: 30px;
    background: transparent;
  }
}
@media (min-width:1200px) {
  .post-form {
    width: 50%;
    margin-top: 10%;
  }
}

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 {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.dark-input{
  background: #262c38 !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: #172D3E;
  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 #2f3a4d !important;
}
.border-top{
  border-top: 1px solid #2f3a4d !important;
}
.border-top-light{
  border-top: 1px solid #dee2e6 !important;
}
.border-bottom-light{
  border-bottom: 1px solid #dee2e6 !important;
}

.my-border{
  border: 1px solid #2f3a4d !important;
}
.blue-border{
  border: 2px solid #3777ed;
}

.top-1{ position: relative; top: 1px; }
.top-2{ position: relative; top: 2px; }
.top-3{ position: relative; top: 3px; }
.top-4{ position: relative; top: 4px; }
.top-5{ position: relative; top: 5px; }
.top-6{ position: relative; top: 6px; }
.top-7{ position: relative; top: 7px; }
.top-8{ position: relative; top: 8px; }

.n-top-1{ position: relative; top: -1px !important; }
.n-top-2{ position: relative; top: -2px !important; }
.n-top-3{ position: relative; top: -3px !important; }

.add-radius{
  border-radius: 8px !important;
}
.add-radius-2{
  border-radius: 30px;
}
.add-radius-3{
  border-radius: 12px !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 #276df1;
    border-color: #276df1 transparent #276df1 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: #181b24;
  padding: 12px;
  border-radius: 6px;
}
.fit-content{
  width: fit-content !important;
}

.side-bar-mobile{
  position: fixed;
  right: 0;
  width: 75%;
  height: 100%;
  background: #1a1d25;
  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: #2d37c2;
  height: 100vh;
  z-index: 99 !important;
  left: 0px;
  overflow: auto;
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  max-width: 10% !important;
  }

.sideBar a:hover{
color: #fff;
opacity: 0.9;
}

.sideBar a{
  color: #fff !important;
  font-size: 13px !important;
}
.sideBar i{
  color:#fff;
  position: relative;
  top: 4px;
}

.timeline-wrapper .timeline-body{
  border-left: 1px dashed #40434f;
  margin-left: 10px;
  padding-left: 37px;
  margin-top: 4px;
}

.cs-list-item:hover{
  background: #232731;
}
.hide{
  display: none !important;
}

.bottom-padding{
  padding-bottom: 80px;
}
.sigil{
  color: #fff !important;
  padding: 3px 8px;
  border-radius: 4px;
}
.sigil-waiting{
  background: #3c341f;
  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;
}

.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, #0ead98, 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: 230px;
}.account-control-panel .a-p-inner:hover{
background: #2d3142;
}

.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: #000;
  z-index: 28928;
}
.page-preloader-wrapper{
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pre-loader {
  width: 48px;
  height: 48px;
  border: 3px solid #a1a5b1;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  left: 25%;
  top: 25%;
  transform: translate(-50%, -50%);
  animation: rotation 1s linear infinite;
} 
.pre-loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #0ead98;
}

@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;
}













/* 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: 45px;
  }
  .fit-content-lg{
    width: fit-content;
  }
  .expand-page-content{
    min-width: 90%;
  }
}


/* mobile screen */
@media (max-width:576px){
  .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 !important;
  }
  .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;
  }

  .index-intro-bg{
    /* background: linear-gradient(to bottom, #0c40a0, #0c40a0, #2b6be0); */
    background: #000;
  }

  .mobile-mockup{
    width: 240px;
    height: 400px;
  }
  .ball-2{
    left: auto;
    right: 30px;
    bottom: auto;
    top: 100px;
  }
  .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;
  }
}

/* DiamondDex visual refresh */
:root{
  --dd-bg: #050816;
  --dd-bg-soft: rgba(13, 18, 38, 0.86);
  --dd-surface: rgba(17, 24, 44, 0.92);
  --dd-surface-2: rgba(10, 15, 32, 0.95);
  --dd-card: rgba(255, 255, 255, 0.06);
  --dd-card-border: rgba(140, 243, 255, 0.14);
  --dd-text: #f6f9ff;
  --dd-muted: #aebad7;
  --dd-accent: #7c8cff;
  --dd-accent-2: #61e7ff;
  --dd-success: #35d7a1;
  --dd-shadow: 0 18px 48px rgba(4, 9, 24, 0.48);
}

body,
html{
  color: var(--dd-text);
  background:
    radial-gradient(circle at top left, rgba(97, 231, 255, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(124, 140, 255, 0.18), transparent 32%),
    linear-gradient(180deg, #071020 0%, #040814 54%, #02040d 100%);
}

body.white-bg{
  background:
    radial-gradient(circle at top left, rgba(97, 231, 255, 0.1), transparent 24%),
    radial-gradient(circle at top right, rgba(124, 140, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #091120 0%, #050916 58%, #02040d 100%) !important;
}

.site-container{
  background: transparent;
}

.header-mobile,
.navbar,
.db-nav-header,
.sideBar,
.side-bar-mobile{
  background: rgba(5, 10, 24, 0.82) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.navbar,
.db-nav-header,
.header-mobile{
  border-color: rgba(151, 166, 200, 0.16) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
}

.index-header-active{
  background: rgba(10, 15, 32, 0.94) !important;
  border-bottom: 1px solid rgba(151, 166, 200, 0.16) !important;
}

.index-header-active a,
.index-header-active .name-brand{
  color: #fff !important;
}

.index-header-active .m-bar{
  background: #fff !important;
}

.name-brand,
.primary-color,
.primary-color-from-light,
.primary-color-2{
  color: var(--dd-accent-2) !important;
}

.grey-color{
  color: #9daccc !important;
}

.grey-color-2{
  color: #cad5f6 !important;
}

.grey-color-from-light{
  color: #c9d4f1 !important;
}

.black-text{
  color: #eef4ff !important;
}

.primary-bg,
.primary-bg-from-light,
button,
.tab-nav-item.active,
.form-check-input:checked{
  background: linear-gradient(135deg, var(--dd-accent-2), var(--dd-accent)) !important;
  color: #071020 !important;
}

.btn-grey{
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-open,
.btn-open-2,
.btn-border{
  border: 1px solid rgba(124, 140, 255, 0.42) !important;
  color: #d8e2ff !important;
  background: rgba(124, 140, 255, 0.08) !important;
}

.btn-open:hover,
.btn-open-2:hover,
button:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(20, 34, 77, 0.32);
}

button{
  border-radius: 16px !important;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.post-box,
.post-form,
.dialogContent,
.dark-bg,
.dark-bg2,
.dark-bg3,
.dark-bg4,
.dark-bg5,
.dark-bg6,
.dark-bg33,
.white-bg-2{
  background: var(--dd-surface) !important;
}

.index-intro-bg{
  background:
    radial-gradient(circle at top left, rgba(97, 231, 255, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(124, 140, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(6, 11, 27, 0.98) 0%, rgba(4, 8, 20, 0.98) 100%) !important;
}

.white-bg{
  background: rgba(255, 255, 255, 0.96) !important;
}

.post-box,
.post-form,
.dialogContent,
.my-border,
.border-bottom,
.border-top,
.border-top-light,
.border-bottom-light{
  border-color: rgba(151, 166, 200, 0.14) !important;
}

.post-box,
.post-form,
.dialogContent,
.account-control-panel,
.side-bar-mobile,
.app-showcase{
  border: 1px solid rgba(140, 243, 255, 0.1);
  box-shadow: var(--dd-shadow);
}

.post-box,
.post-form{
  border-radius: 24px !important;
}

.add-radius{
  border-radius: 14px !important;
}

.add-radius-2{
  border-radius: 18px !important;
}

.add-radius-3{
  border-radius: 20px !important;
}

.mobile-mockup{
  filter: drop-shadow(0 24px 50px rgba(5, 9, 24, 0.42));
}

.app-showcase{
  background: rgba(235, 243, 255, 0.96) !important;
}

.app-showcase .black-text{
  color: #0b1224 !important;
}

.light-surface{
  color: #0b1224 !important;
}

.light-surface .black-text,
.light-surface .bold-text,
.light-surface h1,
.light-surface h2,
.light-surface h3,
.light-surface h4,
.light-surface h5,
.light-surface h6,
.light-surface p,
.light-surface li,
.light-surface small{
  color: #0b1224 !important;
}

.light-surface .grey-color,
.light-surface .grey-color-from-light,
.light-surface .grey-color-2{
  color: #505669 !important;
}

.light-surface .primary-color-from-light{
  color: var(--dd-accent) !important;
}

.app-showcase-connect{
  border: 1px dashed rgba(151, 166, 200, 0.45);
}

.form-wrapper input,
.form-wrapper select,
.dark-input,
.form-control{
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(151, 166, 200, 0.16) !important;
  border-radius: 16px !important;
  color: #f7f9ff !important;
}

.form-wrapper label{
  color: #95a7cd;
}

.form-wrapper input:focus,
.form-wrapper select:focus,
.form-control:focus{
  border-color: rgba(97, 231, 255, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(97, 231, 255, 0.08) !important;
}

.form-wrapper input:focus + label,
.form-wrapper input:not(:placeholder-shown) + label,
.form-wrapper select:focus + label,
.form-wrapper select:valid + label,
.form-wrapper textarea:focus + label,
.form-wrapper textarea:valid + label{
  background: #091122;
}

.winged-text .line{
  background: rgba(151, 166, 200, 0.22);
}

.timeline-wrapper .timeline-body{
  border-color: rgba(151, 166, 200, 0.22) !important;
}

.winged-text h5{
  background: #091122;
  color: #dbe5ff;
}

.ball{
  background: radial-gradient(circle at 30% 30%, #ffffff, #8cf3ff, #7c8cff);
  box-shadow: 0 0 30px rgba(124, 140, 255, 0.3);
}

.ball-2{
  background: radial-gradient(circle at 30% 30%, #fff, #cad4ff, #5f7fff);
}

.ball-3,
.ball-4{
  background: radial-gradient(circle at 30% 30%, #fff, #61e7ff, #7c8cff);
}

.gradient-border-2{
  border-image: linear-gradient(to bottom, var(--dd-accent-2), transparent) 1 !important;
}

.polygon-btn{
  background: rgba(124, 140, 255, 0.18);
  color: #dbe5ff;
  border-radius: 14px;
}

.polygon-btn-blank{
  background: transparent;
  color: #7e90b5;
}

.tab-button,
.mobile-tab-button{
  width: auto;
  background: transparent !important;
  color: #92a3c9;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.tab-button.active,
.mobile-tab-button.active{
  color: #8cf3ff;
}

.tab-button.active::after,
.mobile-tab-button.active::after{
  background-color: #8cf3ff;
}

.tab-nav-item{
  border-radius: 16px;
  color: #b8c6e8;
  transition: all 0.2s ease;
}

.tab-nav-item.active{
  color: #081121 !important;
  box-shadow: 0 10px 24px rgba(97, 231, 255, 0.22);
}

.side-link,
.a-p-inner{
  border-radius: 14px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.side-link:hover,
.a-p-inner:hover{
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(2px);
}

.side-link-active{
  background: linear-gradient(135deg, rgba(97, 231, 255, 0.14), rgba(124, 140, 255, 0.16));
  border-radius: 16px;
}

.page-preloader{
  background:
    radial-gradient(circle at top, rgba(97, 231, 255, 0.16), transparent 26%),
    linear-gradient(180deg, #050816 0%, #02040d 100%);
}

.pre-loader{
  border-color: rgba(222, 228, 242, 0.3);
}

.pre-loader::after{
  border-bottom-color: var(--dd-accent-2);
}

.badge.primary-bg{
  color: #061120 !important;
  border-radius: 999px;
}

.scrollmenu{
  scrollbar-width: none;
}

.account-control-panel,
.modal-content{
  background: transparent !important;
}

.dialog{
  background: rgba(1, 5, 15, 0.72);
}

.dialogContent{
  background: rgba(8, 14, 30, 0.94) !important;
}

.navbar-brand img,
.header-mobile img,
.sideBar img,
.logoStyle{
  filter: drop-shadow(0 8px 20px rgba(97, 231, 255, 0.18));
}

iframe{
  border-radius: 22px;
}

@media (max-width: 768px){
  .post-form,
  .post-box{
    border-radius: 20px !important;
  }

  .site-container{
    overflow-x: hidden;
  }
}
