.sidebar {
  min-height: calc(100vh - 136px);
}

.settings-container {
  height: 100%;
  background: #111;
  border-radius: 11px;
  display: flex;
}

ul.settings_list {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 10px;
  list-style: none;
  background: #222;
  border-radius: 11px;
  overflow: hidden;
  flex-direction: column;
  min-width: 280px;
}

ul.settings_list li {
  width: 100%;
  text-align: center;
}

ul.settings_list li a {
  line-height: 48px;
  color: #9a9898;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 11px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 20px;
}

ul.settings_list li.active a {
  background: #333;
  color: #08a66e;
}

ul.settings_list li a svg {
  width: 22px;
}

ul.settings_list li.active a svg path {
  fill: #08a66e;
}

.form-group {
  margin: 0 0 20px 0;
}

.settings-container .inner_card {
  padding: 25px 25px 25px 25px;
  width: 100%;
}

.inner_card form label {
  color: #fff;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 1;
}

.inner_card .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 6px;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: #1e1e1e !important;
}

.form-control::placeholder {
  color: #777777;
}

.btn_grp {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid rgb(255 255 255 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.btn {
  border-radius: 6px;
  font-size: 15px;
  color: #fff;
  padding: 8px 10px;
  font-weight: 500;
  /* border: none !important; */
  border: none;
  font-family: var(--bs-body-font-family);
  min-width: 100px;
}

.btn:focus-visible {
  box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible {
  background: #08a66e !important;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active {
  background: #ffffff !important;
  border: none !important;
  color: #111111 !important;
}

.flatpickr-calendar,
.flatpickr-weekdaycontainer span {
  background: #000 !important;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background: #1e1e1e !important;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: #1e1e1e !important;
  border-color: #1e1e1e !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #000 !important;
  border-radius: 5px !important;
}

.flatpickr-current-month {
  font-size: 100% !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #08a66e !important;
  border-color: #08a66e !important;
}

.iti {
  width: 100%;
}

.iti__country-list {
  background: #000 !important;
}

.iti__divider {
  border-bottom: 1px solid rgb(255 255 255 / 10%) !important;
}

.iti__country-list {
  border: 1px solid rgb(255 255 255 / 10%) !important;
  border-radius: 8px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgb(255 255 255 / 10%) !important;
  border-radius: 6px !important;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: #1e1e1e !important;
  height: auto !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #777777 !important;
  line-height: 44px !important;
  padding: 0px !important;
}

.select2-dropdown {
  background-color: #000000 !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  border-radius: 8px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgb(255 255 255 / 22%) !important;
  background: #000000;
  color: #fff;
  border-radius: 6px;
  line-height: 30px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #08a66e !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px !important;
  right: 10px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #9a9898 transparent transparent transparent !important;
  border-width: 7px 6px 0 6px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #9a9898 transparent !important;
  border-width: 0 6px 7px 6px !important;
}

/* General container styling for the custom controls */
.inner_card .custom-control-group {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

/* Styling for each radio button container */
.inner_card .custom-control {
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 0;
}

/* Custom small radio button styling */
.inner_card
  .custom-control.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: #08a66e;
  background-color: #08a66e;
  box-shadow: 0 0 0 0.2rem rgb(242 116 50 / 25%);
}

/* Radio button size */
.inner_card
  .custom-control.custom-radio.custom-control-sm
  .custom-control-input:checked
  ~ .custom-control-label::before {
  width: 16px;
  height: 16px;
}

/* Styling for the radio button label */
.inner_card .custom-control-label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #9a9898;
  padding: 16px 20px 20px 20px;
  line-height: 1.25rem;
  border-radius: 8px;
  border: 1px solid #9a9898;
  font-weight: 500;
  margin: 0;
}

/* Creating a custom radio circle */
.inner_card .custom-control-label::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
}

.inner_card .custom-control-label::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 0.9em;
  z-index: 9;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 10px;
}

/* Hover effect for radio buttons */
.inner_card .custom-control-label:hover::before {
  border-color: #08a66e;
}

/* Focus effect when the radio button is in focus */
.inner_card .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(242 116 50 / 25%);
}

.inner_card input.custom-control-input {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}

.inner_card .custom-control-input:checked ~ .custom-control-label {
  border-color: #08a66e;
  box-shadow: none;
  z-index: 2;
  margin: 0;
}

.inner_card span.icon-wrap {
  width: 60px;
  margin: auto;
}

.auth_options {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  gap: 20px;
}

span.lead-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 6px 0;
}

span.sub-text {
  font-size: 13px;
}

.complete-card_head .btn {
  padding: 6px 12px;
  font-size: 13px;
}

.settings-container .complete-card--type-3-v3 {
  /* background:#000; */
  background: #222;
}

.settings-container .complete-card--type-3-v3 .complete-card_head {
  background: #333;
}

span.delete {
  cursor: pointer;
}

table.table tbody td {
  vertical-align: middle;
}

span.copy_key label {
  width: 100%;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

span.copy_key i {
  cursor: pointer;
  color: #08a66e;
}

span.copy_key i.fa-regular.fa-check {
  font-weight: 600;
}

table.table tbody tr:last-child td {
  border-bottom: none;
}

.form-group small {
  color: #9a9898;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  margin: 5px 0 0 0;
}

.modal-header {
  padding: 16px 20px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.modal-title {
  margin-bottom: 0;
  font-size: 18px;
  color: #9a9898;
  font-weight: 600;
  line-height: 1;
}

.modal-body {
  padding: 15px 20px;
  font-size: 15px;
  color: #d6d6d6;
}

.modal-content {
  background-color: #222;
}

.modal .btn {
  border-radius: 4px;
  font-size: 14px;
  padding: 7px 17px;
  font-weight: 400;
  min-width: inherit;
}

button.btn.btn-danger {
  background: #cf0000;
}

.modal-footer {
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.modal button.close {
  border: none;
  border-radius: 40px;
  font-size: 24px;
  background: none;
  color: #929191;
  position: absolute;
  right: 10px;
  font-weight: 600;
  top: 0px;
}

.modal .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 6px;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: #1e1e1e !important;
}

.form-check {
  display: block;
  padding-left: 0;
}

.form-check .form-check-input {
  float: left;
  margin-left: 0;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check [type="checkbox"]:not(:checked),
.form-check [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
}

.form-check [type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #9a9898;
  font-weight: 400;
}

.form-group label {
  font-weight: 500;
}

.form-check [type="checkbox"] + label:before,
.form-check [type="checkbox"]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 4px;
  margin-top: 4px;
  transition: 0.2s;
}

.form-check [type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-check [type="checkbox"]:checked + label:before {
  top: -0.386rem;
  border-radius: 3px !important;
  left: 0px;
  width: 13px;
  height: 20px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #08a66e;
  border-bottom: 2px solid #08a66e;
  transform: rotate(40deg);
}

.form-check [type="checkbox"]:checked + label:before {
  border-right: 2px solid #08a66e;
  border-bottom: 2px solid #08a66e;
}

.kyc-box {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background: #000000;
  text-align: center;
}

.kyc-box:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(
    222.92deg,
    rgba(154, 152, 152, 0.4) 0%,
    rgba(17, 18, 19, 0) 52.99%,
    rgba(154, 152, 152, 0.4) 96.63%
  );
  border-radius: 20px;
  z-index: 0;
}

.kyc-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  border-radius: 20px;
  z-index: 0;
}

.verify-kyc-box:before {
  background: linear-gradient(
    222.92deg,
    rgb(8 166 110 / 51%) 0%,
    rgba(17, 18, 19, 0) 52.99%,
    rgb(8 166 110 / 50%) 96.63%
  );
}

.kyc-box * {
  z-index: 1;
  position: relative;
}

.kyc-box img {
  width: 100%;
  max-width: 240px;
  height: 150px;
  object-fit: contain;
}

.kyc-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 0 0;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.level_limit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px 0 50px 0;
}

.level_limit label {
  font-size: 16px;
  font-weight: 600;
  color: #9a9898;
  line-height: 1;
}

.level_limit span {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.level_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 0.7px solid rgb(255 255 255 / 10%);
}

.level_info:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

.level_info label {
  font-weight: 500;
  font-size: 14px;
  color: #9a9898;
  padding: 0 5px 0 0;
}

.level_info span {
  font-size: 14px;
  text-align: right;
}

.verify_now_btn {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  background: #08a66e;
  color: #ffffff;
  padding: 3px 7px;
  border-radius: 3px;
}

.verify_now_btn:hover {
  color: #fff;
}

.page_titles {
  margin: 20px 0 40px 0;
}

.page_titles h4 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 300;
}

.page_titles p {
  color: #9a9898;
  font-size: 16px;
  margin: 15px 0 0 0;
  line-height: 22px;
}

.asset_top_bar {
  background: #111111;
  border-radius: 11px;
  display: flex;
  position: relative;
  z-index: 111;
  overflow: hidden;
}

.acc_over {
  padding: 15px;
}

.acc_over label {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
}

.acc_over span {
  font-size: 14px;
  color: #888787;
  font-weight: 500;
  line-height: 1;
}

.account-options-col {
  display: flex;
  flex: 1;
  max-width: 700px;
  margin-left: auto;
  gap: 1px;
  justify-content: end;
}

.account-option {
  padding: 15px;
  background: #1e1e1e;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.account-option label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  width: 100%;
  margin: 0 0 3px 0;
}

.account-option small {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #888787;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.account-option .form-group {
  max-width: 170px;
  margin: 0px;
}

.account-option
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #888787 !important;
  line-height: 24px !important;
}

.account-option .select2-container--default .select2-selection--single {
  font-size: 13px;
  padding: 0 10px;
}

.account-option
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 22px !important;
}

.account-option
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 5px 4px 0 4px !important;
}

select#currency-selector {
  width: 100%;
  max-width: 100px;
}

.text-gradient-copper {
  background: linear-gradient(135deg, #b65c0b, #944d22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

span.fee-tier {
  margin: 0 0 4px 0;
}

.fee-tier i {
  font-weight: 600;
  font-size: 12px;
}

span.user-fee-pc {
  color: #888787;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.asset_second_cont {
  display: flex;
  padding: 20px 0;
  margin: 20px 0 0 0;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.btns-container {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 10px;
}

.btns-container a {
  position: relative;
  font-size: 12px;
  background: #2c2c2c;
  padding: 6px 10px;
  min-width: inherit;
}

.btns-container a:hover {
  background: #2c2c2c;
}

.tradebal_details_dash {
  display: flex;
  gap: 11px;
  margin-bottom: 11px;
}

.details_dash_left {
  min-width: 25%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.details_dash_left .complete-card {
  min-width: 100%;
}

.details_dash_left .graph-complete-card.complete-card:last-child {
  flex: 1;
}

.acc_bal_row {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: auto;
}

.balrow {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  padding-left: 12px;
  margin: 0 0 8px 0;
  color: #888787;
  font-size: 13px;
  font-weight: 500;
}

.balrow label {
  min-width: 120px;
}

.balrow:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 6px;
  height: 6px;
}

.freebalance:before {
  background: #32bb89;
}

.lockbalance:before {
  background: #fd3249;
}

.tradebal_details_dash .head__title_icon:before {
  z-index: 0;
}

.tradebal_details_dash .head__title_icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  border-radius: 8px;
  z-index: 0;
}

.tradebal_details_dash .head__title_icon img {
  position: relative;
  z-index: 1;
}

.acc_bal_row_right {
  width: 100%;
  max-width: 120px;
  margin: -37px -20px 0 0px;
}

.details_dash_right {
  width: 100%;
}

.details_dash_right .complete-card_head {
  padding: 14px 20px;
  background: #222;
}

.details_dash_right .complete-card_head h6 {
  color: #9a9898;
}

span.curr_pair {
  gap: 7px;
}

span.curr_pair img {
  width: 24px;
}

span.curr_pair label,
span.balamtvalue {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

span.curr_pair label small {
  text-transform: capitalize;
  font-weight: 500;
  color: #9a9898;
  font-size: 13px;
}

label.amtvalue {
  font-weight: 500;
  color: #9a9898;
  font-size: 13px;
}

table.dataTable tbody td {
  padding: 7px 20px;
  white-space: nowrap;
}

.dataTable .dropdown {
  width: 30px;
  margin: auto;
}

.dataTable .dropdown a.dropdown-toggle {
  background: #2c2c2c;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  line-height: 19px;
  font-size: 20px;
  color: #d6d6d6;
  font-weight: 500;
}

.dataTable .dropdown-menu {
  background: #000000;
  border: 1px solid rgb(255 255 255 / 10%);
}

.dataTable ul.link-list-opt {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dataTable ul.link-list-opt li a {
  font-size: 13px;
  display: block;
  padding: 5px 10px;
  color: #9a9898;
  font-weight: 500;
}

.fa-regular {
  font-family: "Font Awesome 5 Free";
  /* Ensure the Regular font is used */
  font-weight: 400;
  /* Regular weight */
}

.history_bal_dash {
  display: flex;
  gap: 11px;
}

.history_bal_dash .custom_tab {
  width: 100%;
}

.balances_change {
  min-width: 25%;
}

.balances_change .complete-card {
  height: 100%;
}

.balances_change .complete-card_head {
  padding: 14px 20px;
  background: #222;
}

.balances_change .complete-card_head h6 {
  color: #9a9898;
}

.balances_change .percent_col {
  justify-content: center;
}

.balances_change .dataTables_filter label {
  display: none;
}

.date_filter_data {
  display: inline-flex;
  margin: 0px auto 0px 0px;
  font-size: 14px;
  font-weight: 600;
  background: #1e1e1e;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 6px;
  color: #9a9898;
  order: 2;
}

.date_filter_data input {
  border: none;
  border-radius: 6px;
  line-height: 38px;
  padding: 0 10px;
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  background: #1e1e1e;
  max-width: 100px;
}

.date_filter_data span {
  display: flex;
  align-items: center;
}

.dt-buttons {
  order: 3;
  margin-left: 0px;
}

.dataTables_filter {
  gap: 15px;
  flex-wrap: wrap;
}

.c-selector-flex {
  display: flex;
  margin: 0 -20px;
}

.c-selector {
  width: 50%;
}

.selector_head {
  width: 100%;
  display: flex;
}

.selector_head label {
  width: 50%;
  padding: 10px 20px;
  background: #1e1e1e;
  color: #9a9898;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.selector_head label:last-child {
  text-align: right;
}

.currency_item {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  color: #d6d6d6;
  font-size: 13.5px;
  font-weight: 400;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  line-height: 1;
}

.currency_item span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.currency_item img {
  width: 22px;
  border-radius: 30px;
}

.currency_item label {
  color: #fff;
  cursor: pointer;
}

.currency_item:last-child {
  border-bottom: none;
}

.modal .form-group {
  margin: 0 0 15px 0;
}

.network_head {
  display: flex;
  align-items: center;
}

.network_head h6 {
  font-size: 18px;
  font-weight: 500;
}

.network_head .navbar {
  padding: 0px;
  margin-left: auto;
}

.network_head ul {
  display: flex;
  align-items: center;
  margin: 0px;
  list-style: none;
  background: #000000;
  padding: 8px;
  border-radius: 6px;
  gap: 10px;
}

.network_head ul li .nav-link {
  font-size: 13.5px;
  font-weight: 500;
  color: #9a9898;
  line-height: 1;
  cursor: pointer;
}

.network_head ul li .nav-link.active {
  color: #fff;
  position: relative;
}

.network_head ul li .nav-link.active:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 3px;
  background: #08a66e;
  border-radius: 6px 6px 0 0;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.wallet_address {
  position: relative;
  margin: 30px 0 3px 0;
  border: 1px solid #08a66e;
  padding: 18px 10px 10px 10px;
  border-radius: 6px;
  text-align: center;
  background: #061417;
}

.wallet_address span.copy_key {
  border-radius: 6px;
  line-height: 1;
  padding: 0px 15px 0px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: left;
}

.wallet_address small {
  line-height: 1;
  font-size: 13px;
  margin: 0 0 10px 0;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: -9px;
  left: 10px;
  background: #222222;
  padding: 5px 7px;
  border-radius: 4px;
}

.wallet_address span.copy_key label {
  max-width: 100%;
}

.wallet_address a.copy_add {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0px 5px 15px;
  border-left: 1px solid rgb(255 255 255 / 10%);
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
}

p.network_text {
  font-size: 13px;
  line-height: 18px;
  margin: 5px 0 0 0;
  text-align: center;
}

p.network_text label {
  font-weight: 500;
  color: #08a66e;
}

.scan_sec {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
  gap: 12px;
  flex-direction: column;
}

.scan_sec img {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  border: 1px solid rgb(255 255 255 / 10%);
  background: #161616;
  border-radius: 11px;
}

.deposit_value {
  display: flex;
  line-height: 1;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.deposit_value span {
  font-weight: 500;
  color: #fff;
}

.modal-body .tab-content .form-group label {
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 5px 0;
}

.modal-body .tab-content .form-group {
  position: relative;
}

a.max-btn {
  position: absolute;
  right: 10px;
  bottom: 9px;
  color: #08a66e;
  font-weight: 400;
  font-size: 13px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.fee_balance {
  display: flex;
  line-height: 18px;
  font-size: 12px;
  justify-content: space-between;
}

.fee_balance label {
  color: #fff;
}

.fee_sec,
.avail_amt_sec {
  max-width: 49%;
}

.fee_sec i {
  font-size: 13px;
  cursor: pointer;
}

button.btn.withdraw-btn {
  background: #08a66e;
  padding: 10px;
  font-weight: 500;
}

button.btn.withdraw-btn:hover {
  color: #fff;
}

body table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  content: "\f067";
  background-color: #08a66e;
  color: #ffffff;
  border: 0.15em solid #08a66e;
  margin-top: -7px;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.show {
  z-index: 2050;
}

.modal-backdrop.show {
  z-index: 2040;
}

span.copy_key {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast {
  width: 100%;
  max-width: 350px;
}

.toast-body {
  word-wrap: break-word;
  position: relative;
  line-height: 16px;
  border: 1px solid #08a66e4a;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  background: #061417;
  font-size: 12px;
  color: #08a66e;
  font-weight: 600;
  display: flex;
  gap: 7px;
}

.toast-body i {
  margin: 3px 0 0 0;
  font-size: 15px;
}

.details_dash_right table.dataTable tbody td.dataTables_empty {
  padding: 110px 0 0px 0;
  background: url(../../media/images/nodata.png) no-repeat;
  background-position: top 30px center;
  border: none;
  background-size: 110px;
}

/* table#balances  {
	width: 100%;              
	border-collapse: collapse; 
	table-layout: fixed;       
}

table#balances thead, 
table#balances tbody {
	display: block; 
}

table#balances thead tr, table#balances tbody tr {
	display: flex; 
	width: 100%;
}

table#balances th, table#balances td { 
	flex: 1;  
}

table#balances tbody {
	max-height: 135px;
	overflow-y: auto;          
	width: 100%; 
} */

@media screen and (min-width: 768px) and (max-width: 1300.9px) {
  .level_row {
    gap: 20px 0;
  }

  .level_row .col-md-4 {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200.9px) {
  .details_dash_left,
  .balances_change {
    min-width: 35%;
    max-width: 35%;
  }

  .dataTables_filter {
    gap: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024.9px) {
  ul.settings_list {
    min-width: 250px;
  }

  ul.settings_list li a {
    padding: 0 10px;
  }

  .settings-container .inner_card .col-md-8,
  .settings-container .inner_card .col-md-6.m-auto {
    width: 100%;
  }

  .kyc-box {
    padding: 15px;
  }

  .level_info label,
  .level_info span {
    font-size: 13px;
  }

  .kyc-box img {
    max-width: 140px;
    height: 100px;
  }

  .level_limit label {
    font-size: 15px;
  }

  .level_limit span {
    font-size: 20px;
  }

  .acc_over {
    max-width: 170px;
  }

  .acc_over,
  .account-option {
    padding: 10px;
  }

  .acc_over label {
    font-size: 16px;
  }

  .account-option label,
  .account-option small {
    font-size: 12px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 5px !important;
  }

  .account-option .select2-container--default .select2-selection--single {
    font-size: 12px;
    padding: 0 7px;
  }

  span.user-fee-pc {
    font-size: 12px;
    white-space: nowrap;
  }

  .btns-container {
    gap: 5px;
  }

  .details_dash_left,
  .balances_change {
    min-width: 35%;
    max-width: 35%;
  }

  table.dataTable tbody td,
  table.table thead td,
  table.dataTable thead td {
    white-space: nowrap;
  }

  .dataTables_filter {
    gap: 8px;
  }

  .dataTables_filter input[type="search"] {
    max-width: 200px;
  }

  .acc_bal_row_right {
    display: none;
  }

  .table_bottom {
    padding: 10px;
  }
}

@media screen and (max-width: 767.9px) {
  .sidebar {
    min-height: inherit;
  }

  .settings-container {
    flex-wrap: wrap;
  }

  ul.settings_list {
    flex-direction: initial;
    align-items: flex-end;
    padding: 6px;
    overflow: auto;
    border-radius: 5px;
  }

  ul.settings_list li {
    min-width: 25%;
  }

  ul.settings_list li a {
    padding: 5px;
    flex-direction: column;
    line-height: 1;
    font-size: 10px;
    border-radius: 5px;
    gap: 3px;
    background: transparent !important;
  }

  .settings-container .inner_card {
    padding: 15px;
  }

  .page_titles {
    margin: 10px 0 20px 0;
  }

  .page_titles h4 {
    font-size: 24px;
  }

  .auth_options {
    gap: 0px;
    flex-wrap: wrap;
  }

  .page_titles p {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 20px;
  }

  .kyc-box {
    padding: 20px;
  }

  .kyc-box img {
    max-width: 150px;
    height: 110px;
  }

  .level_row {
    gap: 20px;
  }

  .level_limit {
    margin: 20px 0 30px 0;
  }

  .level_info {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }

  .level_info span,
  .level_info label {
    font-size: 13px;
  }

  .asset_top_bar,
  .account-options-col,
  .asset_second_cont,
  .btns-container,
  .tradebal_details_dash,
  .history_bal_dash {
    flex-wrap: wrap;
  }

  .btns-container {
    gap: 5px;
  }

  .asset_second_cont .hold_account ul {
    background: #111111;
  }

  .account-options-col {
    justify-content: flex-start;
    max-width: 100%;
  }

  .account-option {
    width: 49%;
    padding: 10px;
  }

  .account-option label {
    font-size: 12px;
  }

  .account-option small {
    font-size: 12px;
  }

  .account-option .select2-container--default .select2-selection--single {
    font-size: 12px;
    padding: 0 5px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 5px !important;
  }

  .select2-results__option {
    padding: 4px !important;
    font-size: 11px;
    line-height: 15px;
  }

  .btns-container a {
    padding: 4px 8px;
  }

  .details_dash_left .complete-card__balance_value p {
    margin: 0 0 10px 0;
  }

  .dataTables_filter {
    gap: 8px;
  }

  .date_filter_data input {
    line-height: 30px;
    padding: 0 8px;
    font-size: 12px;
    max-width: 90px;
  }

  table.dataTable tbody td {
    white-space: nowrap;
  }

  .details_dash_left,
  .balances_change,
  .acc_over {
    width: 100%;
  }

  .modal .form-control {
    line-height: 36px;
    font-size: 13px;
  }

  .c-selector-flex {
    flex-wrap: wrap;
  }

  .c-selector {
    width: 100%;
  }

  .c-selector + .c-selector .selector_head {
    display: none;
  }

  .network_head h6 {
    font-size: 16px;
  }

  .network_head ul li .nav-link {
    font-size: 12px;
  }

  .network_head ul {
    flex-wrap: wrap;
    margin-left: 10px;
  }

  .scan_sec img {
    max-width: 140px;
  }

  a.max-btn {
    bottom: 4px;
  }

  .modal .form-group {
    margin: 0 0 10px 0;
  }

  .settings-container .complete-card--type-3-v3 .complete-card_head {
    padding: 9px 15px;
  }

  .complete-card_head .btn {
    padding: 6px 10px;
    font-size: 12px;
  }

  .form-check [type="checkbox"] + label {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .dashboard_mid {
    flex-direction: column;
  }
  .orderbook {
    order: 0; /* Move to top */
  }
  .dashboard_mid_left {
    order: 1;
  }
}

.announcement-title {
  font-size: 12px;
  background: #08a66e38;
  line-height: normal;
  padding: 10px 10px 10px 10px;
  border-left: 3px solid #08a66e;
  border-radius: 3px;
  color: #08a66e;
  font-weight: 600;
  width: 100%;
}
