@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');



.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

      font-variation-settings:
      'FILL' 0,
      'wght' 400,
      'GRAD' 0,
      'opsz' 48;
    
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }

  body{
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
  background:var(--body);
  color:var(--text)
  }
  ::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #121417;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #121417;
}

::-webkit-scrollbar-thumb:active {
    background-color: #121417;
}
  .nav-link,.nav-link:hover,.nav-link:focus{
    color: var(--text);
font-size: 16px;
font-weight: 500;
  }
  .navbar{
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);
    backdrop-filter: blur(20px);
background: #fff0;
  }
  section{
    padding:100px 0px;
    position: relative;
  }
.pick-box{
    border-radius: 20px;
display: flex;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
padding:1rem 0.7rem;
align-items: center;
backdrop-filter: blur(20px);
background: var(--default-bg);
}
.navbar-brand {
  filter: invert(1);
}
.card{
    
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-color:transparent;
border-radius: 20px;
    backdrop-filter: blur(20px);
    background:  var(--default-bg);
}
  .input-field{
    background-color: transparent !important;
    color: var(--text);
    outline: none !important;
    border: none !important;
    font-size: 20px;
    max-width: 130px;
  }
  .select-token{
    display: flex;
    align-items: center;
    margin-left:auto;
    padding:0.3rem 0.7rem;
    text-align: center;
    border-radius:10px;
    cursor: pointer;
    backdrop-filter: blur(20px);
    background:  var(--default-bg);
    border:1px solid var(--primary-bg)
  }
  .float-right{
    float:right
  }
  .token-name {
    font-weight: 500;
    width: 90px;
    margin-left:0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .button{
    font-size:14px;
    padding:0.4rem 0.9rem;
    border-radius: 10px;
    border:none;
    font-weight: 500;
  }
  .button.main{
    background-color: var(--primary-bg);
    color:#FFF
  }
  .button.large{
    border-radius: 20px;
    padding:1rem 0.7rem;
  }
  .icon-box{
        border-radius: 10px;
        user-select: none;
        backdrop-filter: blur(20px);
        background:  var(--default-bg);
    padding:0.3rem;
    display: flex;
    cursor: pointer;
    align-items: center;
  }

  .text-md{
    font-size:20px;
  }
  .text-sm{
    font-size:16px;
  }
  .wrapper {
    background-image: var(--gradient);
    background-size: cover;
    height: 100vh; /* Use viewport height for full height */
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed; /* Keep the position absolute */
    top: 0; /* Position it at the top of the viewport */
    left: 0; /* Position it at the left of the viewport */
    width: 100%; /* Make it cover the full width */
  }
 button.main.mt-3.text-md.large.px-4.py-2{
    border-radius: 12px;
  }
  .btn{
    border-radius: 3px;
    box-shadow: 0 4px 54px rgba(0,0,0,.57);
    font-size: 14px;
    line-height: 20px;
    padding: 10px 24px;
  }
  .btn-default,.btn-default:hover,.btn-default:focus{
    background-color: var(--primary-bg);
    color:#FFF
  }
  
  .btn-second,.btn-second:hover,.btn-second:focus{
    background-color: #797bf6 !important;
    box-shadow: 0 4px 34px rgba(30,35,40,.63);
      color: #fff !important;
  }
  .pagination-button.active{
    background-color: #797bf6 !important;
    box-shadow: 0 4px 34px rgba(30,35,40,.63);
      color: #fff !important;
  }
  button:disabled {
    /* Add your styles for disabled button here */
    background-color: var(--primary-bg);
    opacity: 0.9 !important;
    color: #fff !important;
    cursor: not-allowed;
  }
  .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border-color:transparent
  }
  .modal .form-control{
    color:var(--text);
    border-radius: 8px;
    background-color: var(--default-bg);
  }
  .wrapper-2{
    background-image: url("/assets/img/patterns/robots.svg");
    background-size: cover;
    height: 100vh; /* Use viewport height for full height */
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute; /* Keep the position absolute */
    top: 0; /* Position it at the top of the viewport */
    left: 0; /* Position it at the left of the viewport */
    width: 100%; /* Make it cover the full width */
  }
  .second-section{
    background-image: var(--gradient-2);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .btn-close{
    box-shadow: none !important;
  }
  .modal-content{
    backdrop-filter: blur(20px);
    background: var(--default-bg);
    border-color: none;
    border-radius: 18px;
  }
  .search-icon{
    position: absolute;
    color:#757575;
    margin-top:0.5rem;
    margin-left:0.7rem;
  }
  .search-input{
    text-indent: 1.5rem;
    color:#757575;
    outline: none !important;
    box-shadow: none;
    background: var(--default-bg);
    border: 1px solid var(--secondary-bg);
    border-radius: 12px;
    padding:0.5rem 1rem;
    font-weight: 500;
  }
  .coin-marquee-item-name, .coin-marquee-item-price{
    color:var(--text);
  }
  .modal-body{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .networks-wrapper{
    justify-content: center;
    background: var(--default-bg);
    border-radius: 10px;
    padding:0.5rem 0.3rem;
    border:1px solid transparent
  }
  .network-box{
    background: var(--default-bg);
    margin-bottom: 0.5rem;
    cursor: pointer;
    border-radius: 10px;
    padding: 0.5rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid var(--default-bg)
  }
  .network-box.active{
    background: linear-gradient(90deg,#ffa61f,#a80aff);
  }
  .network-box img{
    width:30px;
    height: 30px;
  }
  .currency-box{
    display: flex;
    align-items: center;
    background: var(--default-bg);
    margin-bottom: 0.5rem;
    cursor: pointer;
    border-radius: 10px;
    padding: 0.5rem 0.3rem;
    border:1px solid var(--default-bg);
  }
  .currency-symbol{
    text-transform: uppercase;
    opacity: 0.8;
  }
  .currency-box.active,.currency-box:hover{
    border-color:var(--default-bg);
  }
  .currency-image{
    width: 35px;
    height: 35px;
    margin-right:0.8rem;
    margin-left:0.5rem;
  }
  .currency-image img{
    width: 100%;
  }
 
  .main-text{
    font-size: 42px;
    line-height: 46px;
    font-weight: 800;
  }
  .page-title{
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
  }
  .secondary-text{
    color: var(--text);
    font-weight: 500;
    font-size: 20px;
    opacity: 0.800000011920929;
  }
  .gradient-text{
    background: -webkit-gradient(linear,left top,right top,from(#7b7dfb),to(#be9fcf));
    background: linear-gradient(90deg,#7b7dfb,#be9fcf);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
  }
 
  .input-field::-webkit-inner-spin-button,
  .input-field::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  .networks-wrapper{
    display: flex;
    flex-flow: wrap;
    overflow: scroll;
    height: 400px;
    border-radius: 4px;
    z-index: 99;
    overflow-x: hidden;
    align-content: flex-start;
  }
  .currencies-wrapper{
    display: flex;
    flex-flow: wrap;
    overflow: scroll;
    height: 400px;
    border-radius: 4px;
    z-index: 99;
    overflow-x: hidden;
    align-content: flex-start;
  }
  .currencies-wrapper .currency-box{
    width: 100%;
  }
  .currency-image img::not("loaded=true") {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2; /* Light gray background color */
    animation: skeleton-loading 1.5s infinite ease-in-out;
}

@keyframes skeleton-loading {
    0% { background-position: -200px 0; }
    100% { background-position: 200px 0; }
}

.loading-text{
  text-align: center;
}
.small-spinner {
  height: 0.9rem;
  width: 0.9rem;
  border-width: 0.05rem;
}
.order-direction {
  position: relative;
  background-size: cover;
  background-position: top;
  border-radius: 0.5em;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
}
/* Order Direction Section */


.order-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(20px);
    background:  var(--default-bg);
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.crypto-icon img {
  width: 50px;
  height: 50px;
}

.crypto-title {
  font-size: .8125em;
}

.crypto-amount {
  font-size: 1em;
  font-weight: bold;
  background: -webkit-gradient(linear,left top,right top,from(#7b7dfb),to(#be9fcf));
  background: linear-gradient(90deg,#7b7dfb,#be9fcf);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crypto-address {
  font-size: .8125em;
  color: #777;
  word-wrap: break-word;
}

.direction-arrow span{
  display: flex;
  font-size: 1.8em !important;
  align-items: center;
  margin: 0 20px;
}
.copy-icon{
  font-size: 1.3em !important;
  cursor: pointer;
  margin-left:.4rem
}
.copy-trigger{
display: flex;
cursor:copy ;
align-items: center;
}
.order-info{
  text-align: center;
}
.order-info label{
opacity: .8;
}
.order-info .tag-value{
  font-size:18px
  }
.arrow-icon {
  width: 20px;
  height: 20px;
  border: solid #999;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  padding: 4px;
}


.crypto-from{
  justify-content: end;
  display: flex;
  align-items: center;
  text-align: end;
}
.crypto-to{
justify-content: start;
display: flex;
align-items: center;
}

.form-control{
  border-radius: 20px;
  display: flex;
  padding:1rem 0.7rem;
  height: auto !important;
  align-items: center;
  backdrop-filter: blur(20px);
  background:  var(--default-bg);
  font-size: 18px;
  color:var(--text);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  border-color: transparent !important;
}
.form-control::placeholder{
  color: var(--text);
}
form .form-control{
  border-radius: 8px !important;
}
.coin-marquee-wrapper{
  border-top: 0px solid rgba(18, 18, 18, 0.08) !important;
    border-bottom: 1px solid rgba(18, 18, 18, 0.08) !important;
}
.coin-marquee-container{
  width: 100% !important
}
.coin-marquee-header{
  display: none !important;
}
.coin-marquee-header-signature{
  border-right: 1px solid rgba(18, 18, 18, 0.08) !important;
}
.form-control:focus{
  color:var(--text);
  background:  var(--default-bg);
}
.nav-pills .nav-link{
  font-size: 14px;
  padding:.6rem 1.1rem !important;
  font-weight: 500;
  border-color:transparent !important;
  border:1px solid;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  backdrop-filter: blur(20px);
  border-color:#121417;
  background:  var(--default-bg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  color: var(--text);
}


.tx-step--status {
  display: flex;
  width: 100%;
  margin: 35px auto
}

@media all and (max-width: 767px) {
  .tx-step--status {
      display:block;
      height: auto
  }
}

.tx-step--status-item {
  width: 33.3333%;
  margin: 0 auto;
  position: relative;
  display: flex;
  height: 86px;
  align-items: center;
  line-height: 26px
}

@media all and (max-width: 767px) {
  .tx-step--status-item {
      margin-bottom:2px;
      height: auto;
      width: 100%
  }
}

.tx-step--status-item .icon,.tx-step--status-item .button__arrow {
  margin-right: 8px;
  position: absolute;
  top: -3px;
  left: 4px;
  color: #fff;
  font-size: 10px
}

.linear-progress {
  height: 3px;
  background-color: red;
  width: 100%;
  position: absolute;
  left: 20px;
  right: -91px;
  top: 27px
}
.tx-step--status-text {
  position: relative;
  z-index: 3;
  color: #00c26f
}

@media all and (max-width: 767px) {
  .tx-step--status-text {
      margin-left:20px
  }
}

.tx-step--status-progress-wrap {
  height: 29px;
  width: 29px;
  display: flex;
  justify-content: center;
  align-items: center
}

.tx-step--status-item.active {
  position: relative;
  display: flex;
  padding-left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00c26f
}

.tx-step--status-item.active .tx-step--status-text {
  margin-left: 5px
}

.tx-step--status-item.inactive {
  position: relative;
  display: flex;
  padding-left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #a2a7ac;
}

.tx-step--status-error {
  width: 100%;
  color: #fff;
  background-color: #bf0000;
  border: 0
}
.alert{
  border-radius: 20px;
}
.alert-danger {
  --bs-alert-color: #ff3d4e;
  backdrop-filter: blur(20px);
  background:  var(--default-bg);
  --bs-alert-border-color: #ff3d4e;
}
.alert-success {
  --bs-alert-color: #62d39e;
  backdrop-filter: blur(20px);
  background:  var(--default-bg);
  --bs-alert-border-color: #62d39e;
}
.tx-step--status-content {
  flex-direction: column;
  display: flex;
  margin: auto;
  align-items: center;
  height: 86px;
  justify-content: space-evenly
}

@media all and (max-width: 767px) {
  .tx-step--status-content {
      position:relative;
      flex-direction: row;
      margin: 0 auto;
      height: 50px;
      width: 173px;
      justify-content: stretch
  }
}

.progress-line {
  height: 3px;
  width: 74%;
  position: absolute;
  top: 23px;
  left: 63%
}

@media all and (max-width: 767px) {
  .progress-line {
      width:10px;
      transform: rotate(90deg);
      left: 9px;
      top: 51px
  }
}

.progress-line.progress-active {
  background-color: #00c26f
}

.progress-line.progress-inactive {
  background-color: #a2a7ac;
}

.tx-step--status-text__inactive {
  color: #a2a7ac;
  font-size: 15px
}

.tx-step--status-text__active {
  font-size: 17px
}

.address-container {
  display: inline-block;
  max-width: 100%; /* Adjust as needed */
  overflow: hidden;
  white-space: normal;
}
#themeToggle{
  cursor: pointer;
}

.apps-card{
  min-height: 290px;
  background: url(https://uniswap.org/images/apps.png) 0% 0% / cover no-repeat;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 1px, rgba(0, 0, 0, 0.02) 0px 4px 8px, rgba(0, 0, 0, 0.02) 0px 16px 24px, rgba(0, 0, 0, 0.02) 0px 24px 32px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.19);
    border-image: initial;
    padding: 2rem;
    border-radius: 24px;
}
.cosmos-card{
  min-height: 290px;
  background: url(https://cosmos.network/_nuxt/img/abcd1c6.png) 0% 0% / cover no-repeat;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 1px, rgba(0, 0, 0, 0.02) 0px 4px 8px, rgba(0, 0, 0, 0.02) 0px 16px 24px, rgba(0, 0, 0, 0.02) 0px 24px 32px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.19);
    border-image: initial;
    padding: 2rem;
    border-radius: 24px;
}

.second-card {
    min-height: 290px;
    background: url(/assets/img/patterns/card-1.svg) 100% 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: 50%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 1px, rgba(0, 0, 0, 0.02) 0px 4px 8px, rgba(0, 0, 0, 0.02) 0px 16px 24px, rgba(0, 0, 0, 0.02) 0px 24px 32px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.19);
    border-image: initial;
    padding: 2rem;
    border-radius: 24px;
}




.custom-select {
    position: relative;
    width: 100%;
    display: inline-block;
}

.custom-select select {
    display: none;
}

.select-styled {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.19);
    cursor: pointer;
}

.select-styled:after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.select-options {
    display: none;
    width: 100%;
    padding-left:0rem !important;
    position: absolute;
    background-color: var(--default-bg);
    border: 1px solid rgba(255, 255, 255, 0.19);
    max-height: 150px;
    overflow-y: auto;
}

.select-option {
    padding: 10px;
    cursor: pointer;
}

.select-option:hover {
    background-color: var(--default-bg);
}

.color-row {
  display: flex;
}

.color-picker {

}

.color-label {
  font-size: 14px;
  margin-bottom: 6px;
}

.color-wrapper {
  display: flex;
  align-items: center;
}



.color-input {
  padding: 1px;
  width: 30px;
}

.badge-primary{
    border: 1.5px solid #7b7dfb;
    border-radius: 3px;
    color: #7b7dfb;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    margin-left: 10px;
    padding: 1px 5px 0;
}
.feature-title{
  font-size: 18px;
  line-height: 36px;
  color: var(--text);
    display: flex;
    align-items: center;
    font-weight: 600;
}
.part-title{
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: var(--text);
    font-weight: 600;
    margin-bottom:0.5rem;
}
.part-image{
width:70px;
height: 70px;
display: flex;
margin-left:auto;
margin-right:auto
}
.feature-description{
  font-size: 13px;
  color: #ffffff80;
  line-height: 24px;
}
@media (min-width: 1024px){
  .part-description{
    padding: 0rem 2rem;
  } 
}
.part-description{
 
  margin-bottom:1.5rem;
   text-align: center;
  font-size: 18px;
  color: #ffffff80;
  line-height: 24px;
}
.part-image{
  display: flex;
}
@media (min-width: 1024px){
  .feature-description{
    padding-left: 55px;
  } 
}
#navbarNav {
  transition-duration: 0.0s; /* Adjust the duration to your preference */
}
.image-wrapper{
  height: 56px;
    width: 56px;
    align-items: center;
    background: var(--default-bg);
    display: flex;
    border-radius: 10px;
    padding:10px;
    box-shadow: 0 4px 34px rgba(30,35,40,.63);
}
.coin-name{
  color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.navbar-toggler.material-icons {
  color: #fff;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  border:1px solid var(--default-bg);
  padding: 5px;
}
.icon-success:before {
  font-size: 18px;
  content: '\2713'
}

.price-card{
  padding: 28px;
  border-radius: 6px;
}
.card-text{
  color:#ffffff80
}
.step-count {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 10px;
  font-weight: 700;
 display: flex;
 align-items: center;
 gap:4px;
}
.step-count span{
  font-size: 38px;
}
.step-part{
 
}
.step-count{
  font-size: 32px;
  line-height: 44px;
    margin-bottom: 10px;
    font-weight:700;
}
.part-count span{
  font-size: 32px;
  line-height: 44px;
    margin-bottom: 10px;
}
.step-title{
  font-size: 28px;
    line-height: 36px;
    margin-bottom: 7px;
  font-weight:600;
}
.form-control.normal-border{
  border-radius: 8px;
  padding: 11px 24px;
  font-size: 14px;
  line-height: 20px;
}
.part-title{
  font-size: 16px;
  line-height: 24px;
    margin-bottom: 7px;
  font-weight:600;
}
.step-text{
  color:#ffffff80;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.34px;
}
.part-text{
  color:#ffffff80;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.34px;
}
.text-muted{
  color:#ffffff80 !important;
}

footer .nav-link{
  font-weight: 400 !important;
  font-size: 14px !important;
}

.border-top{
  border-top:1px solid hsla(0,0%,100%,0.1) !important;
}

ul .link-dark{
  font-size: 24px !important;
  color:#fff !important
}

.part-image span{
  background: -webkit-gradient(linear,left top,right top,from(#7b7dfb),to(#be9fcf));
  background: linear-gradient(90deg,#7b7dfb,#be9fcf);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  font-size: 38px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

table {
  background: var(--default-bg);
  border: none;
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden;

}
thead{
  background-color: #2f2e2eb0;
}
tbody{
  background-color: var(--default-bg);
}

thead th{
  padding: 10px 24px !important;
  font-size: 12px;
    line-height: 18px;
}

tbody td{
  padding: 10px 24px !important;
  font-size: 14px;
    line-height: 18px;
}
th{
  color:#d8e1ea;
  font-weight: 500;
}

td{
  color:#fff
}

.data-title{
 
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
    margin-bottom: 1px;
  font-weight:600;
}
.data-value{
  background: -webkit-gradient(linear,left top,right top,from(#7b7dfb),to(#be9fcf));
  background: linear-gradient(90deg,#7b7dfb,#be9fcf);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
.nav-special .nav-link{
  border-bottom: 2px solid transparent;
  font-size: inherit;
  font-weight: 600;
  padding: 14px 10px;
  white-space: nowrap;
  color: #abb6c1;
  transition: 0.2s;
}
.nav-special .nav-link:hover{
  color:#797bf6
}
.nav-special{
  flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
}
.nav-special .nav-link.active{
  color: #fff;
  font-size: inherit;
    font-weight: 700;
    padding: 14px 10px;
    white-space: nowrap;
    background: #292a2b;
    border-radius: 8px;
}


thead th .material-icons {
  font-size: 18px;
  margin-left: 0.5rem;
}

thead th .th-container{
  cursor: pointer;
  display: flex;
  align-items: center;
}

.arrow-container .material-icons{
  font-size: 48px;
}
.arrow-container{
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px){
  .arrow-container .material-icons{
    rotate: 90deg;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
}

.status-badge {
  border-radius: 4px;
  padding: 4px 6px;
  text-align: center;
  font-weight: 600;
}
.exchange-button{
    background-color: #797bf6 !important;

}
.status-badge-waiting {
  background-color: hsl(220deg 2.91% 79.8%);
  color: hsl(0deg 2.67% 46.78%);
}

.status-badge-confirming {
  background-color: #ffd8a8;
  color: #e65c00;
}

.status-badge-exchanging {
  background-color: #bdeed1;
  color: #008c5a;
}

.status-badge-sending {
  background-color: #d1b8e6;
  color: #7d3c98;
}

.status-badge-finished {
  background-color: #b8d1e6;
  color: #1f77b4;
}

.status-badge-failed {
  background-color: #f2c2c2;
  color: #c0392b;
}

.status-badge-refunded {
  background-color: #d8d8d8;
  color: #555555;
}

.status-badge-verifying {
  background-color: #b8e6e6;
  color: #00b3a6;
}


.toast {
  opacity: 1 !important;
  box-shadow: none !important;
  color: #fff  !important; /* Change the text color */
  border-radius: 8px !important; /* Adjust the border radius */
  padding: 10px  ; /* Adjust the padding */
}

/* Customize the toast title */
.toast-title {
  font-weight: bold; /* Adjust the font weight */
}

/* Customize the toast close button */
.toast-close-button {
  color: #fff; /* Change the close button color */
}

/* Customize the toast progress bar */
.toast-progress {
  background-color: #fff; /* Change the progress bar color */
}

.toast-error{
  background: rgb(255 228 230);
  color:#121417 !important
}
.toast-success{
  background: rgb(209 250 229);
  color:#121417 !important
}
#toast-container > .toast-error {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-alert-octagon'%3E%3Cpolygon points='7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2'%3E%3C/polygon%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check-circle'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E") !important;
}