

.account-sidebar .icon-user {
    width: 3rem;
    margin: 1rem 0;
}
.afterlogin-sidepanel {
    background: #232e46;
    border-radius: 1.5rem;
    min-width: 15rem;
    padding-bottom: 20px;
}
.account-sidebar .title-sidebar {
    text-align: center;
    color: #fc7100;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
    padding: 0.75rem 1.25rem;
}
.account-sidebar .list-group img{
    max-height: 30px;
}
.account-sidebar .list-group .list-group-item {
    background-color: transparent !important;
    border: 0;
    padding: 0.5rem 1.5rem;
    margin-top: 0.3rem !important;
    display: flex;
    grid-gap: 10px;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.account-sidebar .list-group .list-group-item:hover,.account-sidebar .list-group .list-group-item.active {
    border-radius: 0.8rem;
    background: linear-gradient(#FFB217 0%, #FC7100 80%, #FC7100 90%, #FFBD87 100%);
}
.account-content {
    background-color: #f3f3f3;
    border-radius: 2rem 2rem 1.5rem 1.5rem;
}
.account-header {
    background: #232e46;
    border-radius: 1.5rem 1.5rem 0 0;
}
.account-header .row {
    padding: 1rem;
    align-items: center;
}
.account-header svg{
    max-height: 20px;
}
.account-header .account-dashboard-bottom {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.account-header .balance-container {
    display: flex;
    min-height: 3rem;
    border: 1px solid #9396a1;
    background-color: #19243a;
    text-align: center;
    border-radius: 0.8rem;
    /* min-width: 12rem; */
}
.account-header .balance-container .balance {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5rem 1rem;
}
.account-header .show-balance-icon {
    font-size: 1rem !important;
    --fa-animation-iteration-count: 1;
    --fa-beat-scale: 1.5;
    color: #fc7100;
    padding-left: 0.5rem;
    cursor: pointer;
}
.account-header .balance-container .balance .currency-code-text {
    color: #fc7100;
    font-weight: 700;
    font-size: 0.7rem;
    margin-right: 0.2rem;
    vertical-align: text-top;
}
.account-header .balance-container .balance .balance-amount {
    display: inline-block;
    min-width: 8rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}
.account-header .account-dashboard-bottom img{
    max-height: 40px;
}
.account-header .account-dashboard-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #9396a1;
    margin-bottom: 1rem;
}
.account-header .refresh-icon {
    margin-left: 1.3rem;
}
.account-header .restore-balance-icon {
    margin-left: 1.3rem;
}
.account-header .restore-wallet-text {
    color: #9396a1;
    line-height: 1rem;
    margin-left: 0.8rem;
    font-size: 12px;
}
.restore-wallet-container{
    grid-gap: 10px;
}
/* Style the switch container */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide the default checkbox */
.switch input {
    display: none;
}

/* Style the slider (rounded) */
.slider.round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    padding: 0;
}

/* Move the slider when the checkbox is checked */
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

/* Style the checked state */
input:checked + .slider {
    background: linear-gradient(#436EC2 0%, #243965 80%, #243965 90%, #436EC2 100%);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.account-bg{
    padding: 30px;
}
.account-bg .nav-tabs{
    border-bottom: none;
}
.account-bg .nav-tabs .nav-item{
    margin-right: 10px;
}
.account-bg .nav-tabs .nav-link {
    background: #d8d8d8 0% 0% no-repeat padding-box;
    color: #9396a1;
    padding: 10px;
    min-width: 130px;
}
.account-bg .nav-tabs .nav-item.show .nav-link, .account-content .nav-tabs .nav-link.active{
    background: linear-gradient(#436EC2 0%, #243965 80%, #243965 90%, #436EC2 100%);
    color: #fff;
}
.account-bg .nav-tabs .nav-link img{
    max-height: 20px;
}
.account-form{
    padding: 30px 0;
}
ul.deposit_bank_pro {
    background-color: #f2f1f1;
    border-bottom: 0;
    border-radius: 5px;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    padding-left: 0;
}
.deposit_bank_pro li{
    overflow: hidden;
    border-radius: 0.8rem;
    border: 1px solid #9396a1;
    padding: 0.5rem;
    min-height: 62px;
    display: flex;
    align-items: center;
}
.deposit_bank_pro li img{
    max-height: 40px;
    max-width: 70px;
    margin-right: 10px;
}
.deposit_bank_pro li:hover, .deposit_bank_pro li.active{
    background-color: #232e46;

    cursor: pointer;
}
.deposit_bank_pro li a{
    color: #000;
    display: flex;
    align-items: center;
    font-size: 17px;
}
.deposit_bank_pro li:hover a, .deposit_bank_pro li.active a{
    color: #fc7100;
}
.sidebarpanel_from_wrap {
    display: grid;
    grid-template-columns: 30% auto;
    margin-bottom: 20px;
    font-size: 13px;
    color: #00335d;
}

.sidebarpanel_from_wrap label{
    font-size: 14px;
    font-weight: 600;
}
.trx-rd-wrpr {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    margin: 10px 0;
  }
  .trx-rd-wrpr input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.trx-rd-wrpr .amount-radiobtn {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: linear-gradient(#FFB217 0%, #FC7100 80%, #FC7100 90%, #FFBD87 100%);
    color: #fff;
    margin: 0;
    cursor: pointer;
}
.trx-rd-wrpr .amount-radiobtn:hover{
    box-shadow: 0 8px 25px -8px #fc7100;
}
.sidepanel_important {
    background-color: #e6e6e6;
    padding: 15px;
    border-radius: 5px;
}

.sidepanel_important h4 {
    color: #2365ff;
    font-size: 16px;
    font-weight: bold;
}

.sidepanel_important ul {
    padding: 0;
    list-style-type: none;
    font-size: 12px;
}

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
  }

  #file-input {
    display: none;
  }

  #file-label {
    display: inline-block;
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }

  #file-label:hover {
    background-color: #45a049;
  }
  .account-form .input-group{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .account-form .input-group .form-control{
  border: 1px solid #00335d;
  border-right: none;
  }
  .account-form .input-group .input-group-text {
    border: 1px solid #00335d;
    border-radius: 0px 10px 10px 0;
    height: 100%;
    cursor: pointer;
  }
  .account-form .input-group .input-group-text img{
    max-height: 20px;
  }
.title{
    color: #fc7100;
  }
  .trx-all-out{
    display: grid;
    grid-template-columns: 70% auto;
    grid-gap: 10px;
  }

  .btn-all-in{
    border: 0 !important;
    background: linear-gradient(#436EC2 0%, #243965 80%, #243965 90%, #436EC2 100%) !important;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 17px;
    text-transform: uppercase;
  }
  .btn-group{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
  }
  .btn_reset{
    background: linear-gradient(#FFB217 0%, #FC7100 80%, #FC7100 90%, #FFBD87 100%) !important;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
  }
  .transfer-list-group{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  .transfer-list-group .list-group-item {
    border-radius: 0.8rem!important;
    border: 1px solid #9396a1;
    padding: 5px;
    border-left-width: 1px!important;
    width: 100%;
    height: auto;
}
.transfer-list-group  .provider-balance-text {
    color: #fc7100;
    font-weight: 700;
    padding: 10px 0;
}
.transfer-list-group .provider-name-text {
    color: #242b4a;
    font-weight: 700;
    font-size: 12px;
}
.transaction-type-container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.5rem;
}
.transaction-type-button {
    font-size: 0.857rem;
    font-weight: 500 !important;
    text-transform: none !important;
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
    background: #fff;
    color: #9396a1;
    border: 1px solid #9396a1 !important;
}
.transaction-type-button.active {
    background: linear-gradient(#436EC2 0%, #243965 80%, #243965 90%, #436EC2 100%);
    color: #fff;
    border: 1px solid #2365ff !important;
    font-weight: 600 !important;
}
.history_search{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.history_table{
    border-radius: 1.3rem !important;
    border: 1px solid #b6b6b6;
    background-color: #fff;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right calc(0.3rem / 2) center;
    padding-right: calc(0.3rem + 0.65em);
}
.b-table th {
    background-color: #232e46 !important;
    padding: 1rem;
    color: #fff;
}
.b-table td{
    --bs-table-bg-type: #fff!important;
    border-bottom: none;
}
.bank-table {
    background: #9396a1;
    border-radius: 0.8rem;
    border: 1px solid #9396a1;
}
.bank-table thead th {
    border-bottom: 2px solid #ebe9f1;
    background: #232e46 !important;
    padding: 10px;
    color: #fff;
}
.bank-table td img{
    max-height: 30px;
}

.referral-page .referral-box {
    background: #e6e6e6;
    border-radius: 8px;
    opacity: 1;
    padding: 1rem;
    color: #000;
    font-size: 14px;
}
.referral-page .referral-box .copy-link {
    margin: 0.5rem;
}
.referral-page svg{
    max-height: 20px;
    filter: invert(1);
}
.font-weight-bold {
    font-weight: 600 !important;
}
.f-12{
 font-size: 12px;
}

.m-af-wallet img{
    max-width: 40px;
  }
  .desktop-af-wallet{
    display: flex;
  }
  .functional-bar{
    background-color: #19243a !important;
    border-radius: 0 0 250px 100%/15px;
    padding: 10px!important;
    display: none;
    border-top: 2px solid #cb9837;
    border-bottom: 2px solid #cb9837;
  }
  .transaction-bar-container{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin: 0;
  }
  .transaction-bar-container img{
    max-width: 40px;
  }
  .transaction-bar{
    background: #232e46 !important;
    border-radius: 10px;
  }
  .transaction-bar .col{
    padding: 10px;
    font-size: 12px;
  }
  .transaction-bar .col.active{
  background: linear-gradient(#FFB217 0%, #FC7100 80%, #FC7100 90%, #FFBD87 100%);
  border-radius: 10px;
  
  }
  .transaction-bar .col.active img{
    filter: grayscale(10) brightness(1111);
  }
  .transaction-bar-container.grid-4{
    grid-template-columns: repeat(4,1fr);
  }
.profile-container{
    grid-template-columns: repeat(4,1fr);
}

.add-withdraw{
    background: linear-gradient(#FFB217 0%, #FC7100 80%, #FC7100 90%, #FFBD87 100%);
    border-radius: 10px;
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 10px;
}
