.fix-cost-last{
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #575656;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  padding: 0 20px;
}
.fix-cost-last p{
  margin-bottom: 0;
}
.verticle-tabs {
    box-shadow: 0 10px 20px #1a488e0f!important;
    width: 100%;
    display: inline-block;
    position: relative;
    border: 1px solid #f6f9fd!important;
    border-radius: 8px;
    background-color: #fcfdfe;
    overflow: hidden;
}
.verticle-tabs .tab__head {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 220px;
  height: auto;
  margin-right: 25px;
  min-width: 220px;
}
.verticle-tabs .tab__head li {
  
  margin: 0 0 1px 0;
  cursor: pointer;
  padding: 0;
  line-height: 36px;
  color: #333;
  border-bottom: 0px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
.verticle-tabs .tab__head li .nav-link,.verticle-tabs .tab__head li a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 6px 40px;
  background-color: transparent !important;
  border-radius: 0 !important;
  text-align: left;
  color: #000;
}
.verticle-tabs .tab__head li .nav-link:hover, .verticle-tabs .tab__head li .nav-link.active,.verticle-tabs .tab__head li a:hover,.verticle-tabs .tab__head li a:active {
  background-color: #1c3591 !important;
  color: #fff;
  display: block;
  border-bottom: 1px solid #1c3591;
  opacity: 1;
}
.verticle-tabs .tab__head li i{
  font-size: 14px;
  padding-right: 10px;
}

.verticle-tabs {
  background-color: #fff;
  box-shadow: 0 10px 20px #1a488e0f;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.verticle-tabs .tab__content {
  padding: 30px;
  display: none;
}
.verticle-tabs .tab__content > :first-child {
  margin-top: 0;
}

.verticle-tabs .form-box  h5{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #1a488e99;
    margin-bottom: 30px;
}

.verticle-tabs .form-box .input-field{
    margin-bottom: 30px;
}
.verticle-tabs .form-box .input-field select{
  display: none;
}
.verticle-tabs .form-box .input-field > span{
    display: block;
    font-size: 14px;
    color: #1a488e99;
    margin-bottom: 5px;
}
.verticle-tabs .form-box .input-field input{
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    background-color: #eaf0f8;
    padding: 5px 15px;
    box-shadow: 0 8px 16px #1a488e14;
    border-radius: 6px;
    font-size: 14px;
    height: 35px;
}
.verticle-tabs .form-box .nice-select{
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    background-color: #fff;
    padding: 0px 10px;
    box-shadow: 0 8px 16px #1a488e14;
    border-radius: 6px;
    font-size: 14px;
    height: 35px;
}
.verticle-tabs .form-box .nice-select.open .list{
    width: 100%;
}
.verticle-tabs .form-box .input-field input[type="submit"]{
    background-color: #1A3390;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 25px;
    box-shadow: 0 8px 16px #1a488e14;
    transition: 0.3s ease;
    font-weight: 600;
    height: 40px;
}
.verticle-tabs .security-box h5{

    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #1a488e99;
    margin-bottom: 30px;
}
.verticle-tabs .security-box a{
  text-decoration: none;
  color: #09214799;
}
.verticle-tabs .security-box  .h-100{
  height: 100%;
  padding: 10px 0;
}
.verticle-tabs .security-box .sec-box{
    height: 100%;
    padding: 3vh 1vw 0;
    border: 1px solid #f6f9fd;
    border-radius: 8px;
    box-shadow: 0 8px 16px #1a488e14;
    margin-bottom: 20px;
}
.verticle-tabs .security-box .sec-box .box-flex{
    display: flex;
    justify-content: start;
    align-items: center;
}
.verticle-tabs .security-box .sec-box .box-flex .img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.verticle-tabs .security-box .sec-box .box-flex .virus{
    display: block;
    text-align: end;
    margin-left: auto;
}
.verticle-tabs .security-box .sec-box .box-flex p{
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 0;
    color: #000;
}
.verticle-tabs .security-box .sec-box .des p{
  font-size: 12px;
  padding: 10px 10px;
  margin-bottom: 0;
  line-height: 22px;
}
#tab5{
  position: relative;
}
.nomin-des{
  padding-left: 20px;
}
.nomin-des h4{
  font-size: 15px;
  font-weight: 100;
}
.nomin-des::before{
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 100vh;
  background-color:#eaf0f8;
}
.nomin-des p{
  font-size: 12px;
  font-weight: 100;
  line-height: 22px;
}
.nomin-des ol li{
  font-size: 12px;
  font-weight: 100;
  line-height: 22px;
  padding-bottom: 10px;

}
.transact-box .header-table .tabs{
  display: flex;
  justify-content: start;
  width: 100%;
}
.transact-box .header-table{
  position: relative;
}
.transact-box .header-table::before{
  content: '';
  top: 37px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #1a488e99;
}
.transact-box .header-table .filter-flex{
    display: flex;
    justify-content: end;
    align-items: center;
}
.transact-box .header-table .filter-flex .one{
  padding-left: 20px;
}
.transact-box .header-table .filter-flex .one span{
  font-size: 14px;
  color: #1a488e99;
}
.transact-box .header-table .content{
  margin-top: 10px;
}
.transact-box .header-table .content .table-responsive > table{
  width: 100%;
}
.transact-box .header-table .content .table-responsive > table > thead > tr > th{
  font-size: 14px;
  /* color:  #1a3390;; */
  font-family: 'Roboto';
  font-weight: normal;
  padding: .75rem;
  text-align: center;
}
.transact-box .header-table .content .table-responsive > table > tbody > tr > td{
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
    /* padding: 0.75rem; */
    padding: 1.5rem 0.75rem;
    text-align: center;
}
/* .transact-box .header-table .content .table-responsive > table > tbody > tr > td:nth-child(4){
  display: flex;
  padding-top: 6px;
} */

.transact-box .header-table .content .table-responsive > table > tbody > tr > td span{
    font-size: 12px;
    color: #1a488e66;
    font-family: 'Roboto';
    font-weight: normal;
}
.transact-box .header-table .content .table-responsive > table > tbody > tr > td .text-ellipsis{
  white-space: nowrap; 
  width: 150px; 
  overflow: hidden;
  text-overflow: ellipsis; 
  padding: 0 10px;
}
.transact-box .header-table .content .table-responsive > table > tbody > tr > td .green{
    color: #02ad96;
    text-transform: capitalize;
    font-weight: 500;
}
.transact-box .header-table .content .table-responsive > table > tbody > tr > td .red{
    color: #e8891f;
    text-transform: capitalize;
    font-weight: 500;
}
.transact-box .header-table .content .table-responsive > table > tbody > tr > td img{
  width: 25px;
  padding-right: 5px;
}


.dropbtn {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
}
/* .dropdown::after{
  content: '';
  position: absolute;
    left: 45px;
    top: 45%;
    display: block;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
} */

/*.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
    background-color: #fff;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    right: -15px;
    top: 45px;
    border-radius: 6px;
}

.dropdown-content a {
    color: #44475b;
    font-size: 14px;
    padding: 10px 14px;
    border-bottom: 1px solid #ddd;
    display: block;
    text-decoration: none;
}
.dropdown-content a i{
  margin-right: 8px;
}

.dropdown a:hover,
.dropdown a:focus,
.dropdown a:active {
  background-color: #1c3591 !important;
  color: #fff !important;
}
.blue-dropdown .dropdown-menu a:hover{
  background-color: #1c3591 !important;
}
.back-blue-drop .dropdown-menu .dropdown-item:hover, .back-blue-drop .dropdown-menu .dropdown-item:focus,.back-blue-drop  .dropdown-menu .dropdown-item:active{
  background-color: #1c3591 !important;
}

.show {display: block;}



@media (min-width: 320px) and (max-width: 480px){
  .verticle-tabs .tab__head {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%!important;
    height: 100%;
}
  .verticle-tabs {
    background-color: #fff;
    float: left;
    width: 100%!important;
    height: 100%;
    box-shadow: 0 10px 20px #1a488e0f;
    border-radius: 4px;
}
  .dropdown-content a {
    color: #44475b;
    font-size: 14px;
    padding: 10px 14px;
    border-bottom: 1px solid #ddd;
    display: block;
    text-decoration: none;
    text-align: left;
}
  .dropdown::after {
    content: '';
    position: absolute;
    left: 38px!important;
    top: 45%;
    display: block;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
}
.dropdown-content {
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    right: 0px;
    top: 45px;
    border-radius: 6px;
}
.verticle-tabs .form-box .nice-select {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    background-color: #fff;
    padding: 0px 10px;
    box-shadow: 0 8px 16px #1a488e14;
    border-radius: 6px;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
}
.verticle-tabs .tab__content{
  padding: 20px;
}
.nomin-des::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #eaf0f8;
}
.nomin-des {
    padding-left: 0;
}

}


@media (min-width: 481px) and (max-width: 767px){

    .dropdown-content a {
      color: #44475b;
      font-size: 14px;
      padding: 10px 14px;
      border-bottom: 1px solid #ddd;
      display: block;
      text-decoration: none;
      text-align: left;
}
  .dropdown::after {
    content: '';
    position: absolute;
    left: 38px!important;
    top: 45%;
    display: block;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
}
.dropdown-content {
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    right: 0px;
    top: 45px;
    border-radius: 6px;
}
.verticle-tabs .tab__head li {
    float: left;
    margin: 0 0 1px 0;
    cursor: pointer;
    padding: 6px 10px;
    line-height: 36px;
    color: #333;
    border-bottom: 0px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    width: 100%;
    font-weight: 400;
    color: #000;
    /* opacity: 0.6; */
    font-size: 14px;
}
.verticle-tabs .form-box .nice-select {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    background-color: #fff;
    padding: 0px 10px;
    box-shadow: 0 8px 16px #1a488e14;
    border-radius: 6px;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
}
.nomin-des::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #eaf0f8;
}

}

.error-message {
  color: #b90000;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: center;
}
.react-tel-input .special-label{
  display: none !important;
}

@media (max-width:500px){
.responsive-vertical{
  display: block;
  
}
.responsive-vertical .tab__head {
  height: auto;
}
}

.verticle-tabs .nav-tabs .nav-link {
  background-color: transparent;
  padding: 6px 30px;
  font-size: 14px;
  font-weight: 500;
}
.verticle-tabs .nav-tabs .nav-item.show .nav-link, .verticle-tabs .nav-tabs .nav-link.active {
  border-bottom: 3px solid #1a3390;
  color: #1a3390;
  font-weight: 600;
  border-color: none;
}
.for-width-set{
  display: inline-block;
}
.verticle-tabs .nav-link i {
  font-size: 14px;
  padding-right: 10px;
}
.coming-text{
  display: flex;
  justify-content: center;
  min-height: 400px;
  align-items: center;
}
.coming-text h3{
  text-align: center;
  color: #1a3390;
  font-weight: 600;
  font-size: 40px;
}
@media (max-width:768px){
  .transact-box .header-table::before{
    top: 48px;
  }
  .coming-text h3{
    font-size: 20px;
    padding-top: 40px;
  }
  .coming-text{
    min-height: auto;
  }
}
@media (min-width: 320px) and (max-width: 480px){
  .verticle-tabs .tab-pane {
      padding: 15px;
  }
  }
  .welcome-modal .modal-body h4{
    font-size:22px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #44475B;
  }
  .welcome-modal .modal-header-h3{
    font-size:22px;
    font-weight: 600;
    color: #44475B;
  }
  .welcome-modal .modal-body .label{
    font-size: 16px;
    text-align: center;
  }
  .btn-close {
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    border: none !important;
}
.admin-common-modal .btn-close{
  background-image: url(../images/green-close.png);
}
  .buy-sell .bottom-btn .buy-btn button {
    background-color: #1A3390;
    color: #fff;
    text-decoration: none;
    margin: 0px 0 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 50px;
    /* line-height: 50px; */
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}
.chart-container h2{
  color: #1a3390;
  font-weight: 600;
  font-size: 20px;
  margin:10px 0;
}
.dashboard-search .form-control:focus{
  box-shadow: none;
  outline: none;
  border-color: #ced4da;
}
.custom-pagination ul .paginationActive{
  font-size: 18px;
  border-radius: 5px !important;
  border: 0px solid #1a3390 !important;
  background-color: #1a3390;
  color: #fff;
}
.custom-pagination ul li a:hover{
  background-color: #1a3390;
  border-radius: 5px !important;
  color: #fff;
}
.remove-line .transact-box .header-table::before{
  display: none;
}
.remove-line.header-table::before{
  display: none;
}
  @media (max-width:768px){
    .dropdown-select {
      margin-bottom: 30px;
    }
    .form-box{
      padding: 10px;
    }
    .swap-box .dropdown .select:after{
      right:15px;
    }
    .buy-sell .info-flex p{
      font-size: 14px;
    }
    .table-width-responsive{
      min-width: 740px;
    }
    .table-width-responsive thead th{
      font-size: 14px;
    }
    .table-width-responsive .token-flex p{
      font-size: 14px;
    }
    .dashboard-search{
      min-width: 100% !important;
    }
    .custom-pagination ul li a{
      font-size: 16px !important;
    }
  }
  .swap-dropdown .dropdown-menu  .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active{
    background-color: #1c3591 !important;
  }