@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");.dashboard-content-container {
  padding-left: 100px;
  width: 80%;
}.widget-container {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 98%;
  overflow-x: auto;
  height: 250px;
  border-top: 1px solid #e0e0e0;
}

.book-balance-table-container {
  background-color: red;
  width: 73vw;
}.price-not-found {
  font-size: 11.5px;
  border: 1px solid red;
  color: red;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
}.fear-and-greed-title {
  font-size: 23px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

.jVLcFz {
  position: relative;
  width: 177px;
  height: 178px;
  margin: 0px auto;
  text-align: center;
}

.jVLcFz svg {
  position: absolute;
  top: 0px;
  left: 0px;
}

.ihbxXq {
  text-decoration: inherit;
  margin: 0px;
  padding: 43px 0px 0px;
  line-height: 130%;
  font-weight: 700;
  display: block;
  font-size: 20px;
  color: #0D1421;
}

.ixUkLq {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background-color: #0D1421;
  position: absolute;
  top: 81px;
  left: -5px;
  z-index: 1;
  transform-origin: 93.5px 8px;
}

.lmVtTe {
  text-decoration: inherit;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  line-height: 150%;
  font-weight: 400;
  display: initial;
  font-size: 11px;
  margin-top: -4px;
  color: #616E85;
}

.fear-greed-card {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.0509803922) 0 0 0 1px;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  width: 300px;
  height: 170px;
  margin-top: 20px;
  margin-bottom: 20px;
}.cash-ledger-filter-container {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.cash-ledger-filter-container .title {
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
}

.cash-ledger-filter-main {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.user-title-container {
  display: flex;
  gap: 5px;
}

.user-verification-check {
  color: #2CA6F8;
  cursor: pointer;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 5px;
}

.message-info {
  font-size: 12px;
  width: 300px;
}

.access-container {
  margin-top: 10px;
  border: 1px solid #E5E5E5;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
}

.access-button {
  background-color: #c9c8c8;
  color: 0;
  border: 1px solid transparent;
  padding: 2px 8px;
  font-size: 12px;
  cursor: pointer;
}
.access-button:hover {
  background-color: #000000;
  color: #fff;
  border: 1px solid #000000;
}
.access-button:active {
  border-bottom: 1px solid #c9c8c8;
  border-right: 1px solid #c9c8c8;
}

.success-shield {
  color: #1ED760;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 5px;
}

.error-shield {
  color: #FF0000;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 5px;
}.icon-color-add {
  color: #218C3F;
}

.icon-color-substract {
  color: #CE392C;
}

.add-icon {
  font-size: 1.5rem;
  margin-left: 0.5rem;
  border: 2px solid transparent;
  border-radius: 50%;
  color: #218C3F;
}
.add-icon:hover {
  border-radius: 50%;
  border: 2px solid #218C3F;
}

.substract-icon {
  font-size: 1.5rem;
  margin-left: 0.5rem;
  border: 2px solid transparent;
  border-radius: 50%;
  color: #CE392C;
  margin-left: -1px;
}
.substract-icon:hover {
  border-radius: 50%;
  border: 2px solid #CE392C;
}

.reconciliation-actions-container {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}.blocked-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 520px;
  width: 520px;
  position: absolute;
  z-index: 100;
  content: "";
}

.additional-info-container {
  margin-top: 50px;
  margin-bottom: 40px;
}

.crypto-deposit-message {
  font-size: 14px;
  color: #1565C0;
}
.crypto-deposit-message:hover {
  cursor: pointer;
}

.clear-container {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}
.clear-container span {
  color: #1565C0;
  cursor: pointer;
}.tracker-logger {
  margin-top: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-size: 13px;
  width: 500px;
  padding: 10px;
  height: 85px;
  padding-left: 20px;
}

.copy-click {
  cursor: pointer;
}
.copy-click:active {
  font-weight: bold;
}

.value-copied {
  font-size: 10px;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 5px;
  position: absolute;
  padding-top: 1.8px;
  opacity: 0;
}.user-association-table td,
.user-association-table th {
  border: 1px solid;
  text-align: center;
  padding: 6px;
}
.user-association-table thead {
  background-color: #000;
  color: #fff;
}

.user-association-table {
  width: 100%;
  border-collapse: collapse;
}.main-container {
  padding: 30px;
}

.bcb-container {
  border: 1px solid #e0e0e0;
  padding: 30px;
  margin-bottom: 20px;
}

.error-text {
  color: red;
  font-size: 12px;
  position: relative;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #ffe6e6;
  border-radius: 4px;
  display: inline-block;
}

.additional-fields {
  display: flex;
  justify-content: space-between;
}.main-container {
  padding: 30px;
}

.bcb-container {
  border: 1px solid #e0e0e0;
  padding: 30px;
  margin-bottom: 20px;
}

.bank-account-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.error-text {
  color: red;
  font-size: 12px;
  position: relative;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #ffe6e6;
  border-radius: 4px;
  display: inline-block;
}

.additional-fields {
  display: flex;
  justify-content: space-between;
}.general-tab {
  margin-bottom: 20px;
}

.button-tab {
  margin: 4px !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: #fff !important;
}

.button-tab-active {
  margin: 4px !important;
  background-color: #000 !important;
  color: #fff !important;
}

.create-type-wallet-container {
  display: inline-block;
  border: 1px solid #7E7E7E;
  border-radius: 20px;
  padding: 10px;
  margin-left: 20px;
}
.create-type-wallet-container div {
  display: flex;
}
.create-type-wallet-container div .otc__item-dense {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
}.commissions-container {
  padding-left: 15px;
}
.commissions-container .commissions-line {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.commissions-container .commissions-line .commissions-line-item {
  flex: 1;
}.result div {
  display: inline-block;
  padding: 1px;
  vertical-align: middle;
}

.ml-10 {
  margin-left: 10px !important;
}

.json-container {
  height: 600px;
  overflow-y: auto;
}.aml-check-container {
  background-color: #FFFFFF;
  padding: 10px;
  padding-left: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.aml-check-options {
  padding-left: 10px;
}

.score-check-container {
  margin-top: 20px;
  margin-bottom: 10px;
}.table-separator {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 10px 0;
  margin-top: 20px;
}

.summary-data {
  display: flex;
  flex-flow: row wrap;
}
.summary-data > div {
  margin-left: 10px;
  display: block;
  padding-top: 12px;
}.radio-input {
  padding-right: 30px;
}

.input-value-field {
  margin-top: 10px;
  width: 140px;
}

.first-container {
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.textarea-input {
  resize: none;
  width: 400px;
  height: 120px !important;
}

.td-description {
  text-align: left;
}

.trade-value {
  height: 40px;
}

.fee-panel {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  padding-bottom: 3.5px;
  padding-left: 10px;
  color: #1976D2;
}

.otc-adjustments-table {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 700px;
}
.otc-adjustments-table th {
  text-align: right;
  font-weight: 400;
}
.otc-adjustments-table td {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 5px;
}.additional-charges {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
}.manual-entry-form {
  width: 460px;
}

.item-container {
  padding-top: 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.title-header {
  background-color: #000;
  color: #fff;
  height: 30px;
  margin-bottom: 10px;
}
.title-header p {
  margin: 0;
  padding: 5px;
}.manual-entry-preview-results {
  margin-top: 30px;
}.dashboard-header {
  background-color: #fff !important;
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
  z-index: 1000 !important;
  right: 0 !important;
  float: right !important;
  height: 60px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
}

.dark-mode-warning {
  font-size: 11px !important;
  background-color: #f8d7da !important;
  color: #721c24 !important;
  padding: 4px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 1px;
  text-align: center !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #721c24 !important;
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 75px;
  margin-right: 20px;
}

.cache-icon {
  font-size: 25px !important;
  margin-right: 15px !important;
  padding-top: -5px;
}

.cache-reset-notification {
  cursor: pointer !important;
  width: 350px !important;
  height: 80px !important;
  background-color: #E5F6FD !important;
  color: #014361 !important;
  border-radius: 10px !important;
  padding: 4px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 1px;
  font-weight: 500 !important;
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 75px;
  margin-right: 20px;
  z-index: 1000;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.cache-reset-notification p {
  padding-top: 5px !important;
  font-weight: bold !important;
}

.bell-logo {
  height: 30px !important;
  width: 30px !important;
}

.flex-container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: 100% !important;
  gap: 10px !important;
}

.fullscreen-icon {
  font-size: 25px !important;
  margin-right: -15px !important;
  margin-left: -30px !important;
  padding-top: -5px;
}

.avatar-name-text {
  font-size: 12px !important;
}

.user-info-container {
  padding-left: 20px;
  padding-right: 20px;
}.summary-total-here {
  display: flex;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: -25px;
}
.summary-total-here p {
  margin-left: auto;
}.total {
  font-size: 1.3em;
  font-weight: 600;
}

.locked {
  margin-top: 10px;
}

.flow-root {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -25px;
}

.float-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 20px;
}

.float-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filtered-accounts-container {
  padding-bottom: 20px;
  margin-bottom: -80px;
}

.filtered-account {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #1982D6;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #1982D6;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 8px;
}
.filtered-account:hover {
  background-color: #1982D6;
  color: white;
}.summary-total {
  display: flex;
  font-size: 1.3em;
  font-weight: 600;
}
.summary-total p {
  margin-left: auto;
}

.loading-container {
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}.general-tab {
  margin-bottom: 20px;
}

.button-tab {
  margin: 4px !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: #fff !important;
}

.button-tab-active {
  margin: 4px !important;
  background-color: #000 !important;
  color: #fff !important;
}.date-selector-container {
  padding: 20px;
  margin-bottom: 20px;
}

.refresh-icon {
  cursor: pointer;
  color: #1976D2;
  font-size: 24px;
}

.date-selected {
  text-align: center;
  margin-top: -20px;
}

.date-selected-p {
  margin-top: -15px;
}

.date-selector-buttons {
  margin-left: 35px;
}

.btn-active {
  background-color: #1976D2 !important;
  color: white !important;
}.notes-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.notes-textarea {
  resize: none;
  padding: 10px;
}

.notes-buttons-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.approve-button {
  margin-top: 3px !important;
  margin-right: 8px !important;
}

.reject-button {
  margin-top: 3px !important;
  margin-right: 8px !important;
}

.aml-check-hold-container {
  margin-top: 20px;
  width: 800px;
  border: 3px solid #000;
  padding-left: 10px;
  vertical-align: middle;
}
.aml-check-hold-container .timer-icon {
  vertical-align: middle;
  padding-right: 10px;
  margin-left: 10px;
  font-weight: bold;
}

.withdraw-ledgers-container {
  margin-top: 10px;
}

.aml-check-retry-container {
  margin-top: 20px;
  width: 800px;
  padding-left: 20px;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.wt-notes {
  vertical-align: super;
}.tag {
  font-size: 12px;
  color: #0A0D23;
  border: 1px solid #0A0D23;
  border-radius: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.link-container {
  width: 180px;
  font-size: 12px;
}
.link-container .item {
  cursor: pointer;
}.global-tab {
  height: 100px;
  width: 100%;
  z-index: 1100;
}
.global-tab .tab-separator {
  padding: 5px;
  display: inline-block;
}
.global-tab .tab-option {
  padding: 5px;
  display: inline-block;
}.date_filters {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}.date_filters {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}.searchBar {
  display: flex;
  gap: 20px;
  z-index: 100;
  margin-bottom: 25px;
}

.backfill_fx_rate_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}.balance-update-banner {
  position: fixed;
  background-color: #1BA0A6;
  bottom: 0;
  height: 60px;
  width: 100%;
  z-index: 9999999;
  text-align: center;
  border-top: 6px solid #315465;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
}
.balance-update-banner p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 20px;
  margin-left: 140px;
  text-shadow: 1px 1px 2px rgb(76, 76, 76);
}
.balance-update-banner .button {
  margin-left: 10px;
  width: 90px;
  height: 30px;
  background-color: #315465;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  float: right;
  margin-top: -5px;
  text-shadow: 1px 1px 2px rgb(111, 111, 111);
}
.balance-update-banner .button:hover {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}
.balance-update-banner .button:active {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}.wallet-type-banner {
  background-color: #A8A8A8;
  color: #000;
  padding: 6px;
  padding-left: 15px;
}

.web3-listener-tab {
  margin-top: 20px;
}
.web3-listener-tab .main-tab {
  border: 1px solid #A8A8A8;
  padding: 20px;
  height: 100%;
}
.web3-listener-tab .option {
  padding: 10px;
  cursor: pointer;
  margin-right: 10px;
  border-top: 1px solid #A8A8A8;
  border-left: 1px solid #A8A8A8;
  border-right: 1px solid #A8A8A8;
  border-bottom: 1px solid #fff !important;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s;
}
.web3-listener-tab .option:hover {
  background-color: #A8A8A8;
  color: #000;
}.transaction-details {
  margin-top: 30px;
  padding-left: 20px;
  border: 1px solid;
}.rebalance-report {
  border: 1px solid #e5e5e5;
  padding: 20px;
  width: 600px;
}

.trash-container {
  padding: 5px;
  margin: 6px;
}
.trash-container:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.trash-icon {
  margin-left: 5px;
  color: #D03A2E;
}

.remove-notification {
  color: #D03A2E;
  width: 200px;
  font-size: 12px;
  float: right;
  margin-top: -50px;
  margin-right: 10px;
  border: 1px solid #D03A2E;
  padding: 5px;
}.general-tab {
  margin-bottom: 20px;
}

.button-tab {
  margin: 4px !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: #fff !important;
}

.button-tab-active {
  margin: 4px !important;
  background-color: #000 !important;
  color: #fff !important;
}

.table-cell {
  padding: 5px;
  background-color: #000;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px !important;
  color: #fff !important;
  width: 20%;
}

.current_date {
  padding-bottom: 15px;
}

.hint_summary {
  font-size: 12px !important;
}

.tabs_section {
  display: flex;
  justify-content: space-between;
}

.reconciliation_header {
  display: flex;
  justify-content: space-between;
}
.reconciliation_header .time_option_selector {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.reconciliation_header .time_option_selector .report_time_options {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 20px;
  margin-bottom: 10px;
}

.otc_fees_page_buttons_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 250px;
  margin-bottom: 10px;
}

.data_selection_bar {
  display: flex;
  flex-direction: column;
}

.loading-container {
  margin-top: 20px;
}.wallet-setup-button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13.5px;
}

.wallet-setup-button {
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  padding: 10px 15px;
  border-radius: 15px;
  cursor: pointer;
}
.wallet-setup-button:hover {
  background-color: #F5F5F5;
}
.wallet-setup-button > img {
  margin-right: 10px;
  vertical-align: middle;
}

.wallet-setup-info-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13.5px;
}

.wallet-setup-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #E0E0E0;
  padding: 10px 15px;
  border-radius: 15px;
  padding-bottom: 20px;
}.events-banner {
  z-index: 1111111;
  position: fixed;
  background-color: #282C34;
  width: 100%;
  bottom: 0;
  padding: 10px;
  border-top: 1px solid #595959;
  overflow-y: auto;
  overflow-x: hidden;
}
.events-banner .ws-events-text {
  font-family: "Courier New", Courier, monospace !important;
  font-size: 13px;
  color: #0DBC79;
}
.events-banner .event-hover:hover {
  background-color: #0DBC79;
  color: #282C34;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.events-banner .bold {
  font-weight: bold;
}
.events-banner::-webkit-scrollbar {
  width: 12px;
  background: #282C34;
}
.events-banner::-webkit-scrollbar-thumb {
  background: #0DBC79;
  border-radius: 3px;
  border: 3px solid #282C34;
}

.hide-events {
  color: #fff;
  font-size: 12.5px;
  cursor: pointer;
}

.hide-event-text-container {
  position: absolute;
  right: 0;
  margin-right: 40px;
}

.show-events {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  padding: 5px;
  font-size: 13.8px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  cursor: pointer;
  background-color: #282C34;
  color: #fff;
  width: 100px;
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.show-events span {
  text-align: center;
  padding-left: 22px;
}
.show-events:hover {
  box-shadow: rgba(17, 26, 23, 0.1) 0px 8px 24px, rgba(17, 26, 24, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.hide-events {
  position: fixed;
  right: 0;
  margin-right: 10px;
  padding: 5px;
  font-size: 13.8px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  margin-top: -24px;
  cursor: pointer;
  background-color: #282C34;
  color: #fff;
  width: 100px;
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.hide-events span {
  text-align: center;
  padding-left: 30px;
}
.hide-events:hover {
  box-shadow: rgba(17, 26, 23, 0.1) 0px 8px 24px, rgba(17, 26, 24, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.tag-icon {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.ws-events-detail {
  border: 1px solid #0DBC79;
  padding: 20px;
  width: 90%;
}.price-banner {
  z-index: 11111;
  position: fixed;
  background-color: #282C34;
  bottom: 0;
  width: 67%;
  height: 8px;
  padding: 10px;
  overflow-y: hidden;
  overflow-x: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  right: 0;
  margin-right: 150px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 14px;
  color: #fff;
  padding-bottom: 12px;
}

.price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  animation: scrolling 15s linear infinite;
  cursor: pointer;
}
.price-box:hover {
  animation-play-state: paused;
}

.price-item {
  padding-left: 10px;
  padding-right: 10px;
}

.asset-container {
  display: flex;
}

.asset-logo {
  display: "inline-block";
  vertical-align: "middle";
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 100%;
  padding: 1px;
}

.asset {
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

@keyframes scrolling {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}.bbook-update-banner {
  position: fixed;
  background-color: #1BA0A6;
  top: 0;
  height: 60px;
  width: 100%;
  z-index: 9999999;
  text-align: center;
  border-bottom: 6px solid #315465;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
}
.bbook-update-banner p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 20px;
  margin-left: 140px;
  text-shadow: 1px 1px 2px rgb(76, 76, 76);
}
.bbook-update-banner .button {
  margin-left: 10px;
  width: 90px;
  height: 30px;
  background-color: #315465;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  float: right;
  margin-top: -5px;
  text-shadow: 1px 1px 2px rgb(111, 111, 111);
}
.bbook-update-banner .button:hover {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}
.bbook-update-banner .button:active {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}.table-row-hover:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}

.table-row-details {
  width: 100%;
}

.details-container {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 600px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.simple-table {
  border-collapse: collapse;
}

.simple-th {
  background: #F5F5F5;
}

.simple-th,
.simple-td {
  border: 1px solid #ccc;
  padding: 8px;
}

.asset-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.migration-info {
  font-size: 14.2px;
  color: #1565C0;
  border: 1px solid #1565C0;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  width: 80%;
}

.options-container {
  border: 1px solid #ccc;
}.table-row-hover:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}

.table-row-details {
  width: 100%;
}

.details-container {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 600px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.simple-table {
  border-collapse: collapse;
}

.simple-th {
  background: #F5F5F5;
}

.simple-th,
.simple-td {
  border: 1px solid #ccc;
  padding: 8px;
}

.asset-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.migration-info {
  font-size: 14.2px;
  color: #1565C0;
  border: 1px solid #1565C0;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  width: 80%;
}

.options-container {
  border: 1px solid #ccc;
}.nofity-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
}
.nofity-button:hover {
  background-color: #e0e0e0;
}.nofity-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
}
.nofity-button:hover {
  background-color: #e0e0e0;
}.commissions-report-details-view {
  height: 90%;
  width: 50%;
  background-color: #fff;
  position: fixed;
  top: 61px;
  right: 0;
  border-left: 3px solid #E0E0E0;
  padding: 20px;
  z-index: 99999;
  display: none;
  overflow-y: auto;
}

.button-close-container {
  display: flex;
  justify-content: flex-end;
}

.commissions-report-buttons-container {
  float: right;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.date-picker-container {
  float: right;
  padding-left: 80%;
}

.date-info-log {
  float: right;
}
.date-info-log p {
  display: inline-block;
  margin-right: 5px;
  margin-top: -10px;
  font-size: 13.5px;
}.web3-listener-status-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #282C34;
  color: #fff;
  padding: 5px;
  font-size: 13.8px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  width: 200px;
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top-right-radius: 15px;
}
.web3-listener-status-banner .web3-listener-status-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
}

.success-status {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #00FF00;
  border-radius: 50%;
}

.error-status {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #FF0000;
  border-radius: 50%;
}

.web3-listener-status-power-icon {
  padding-top: 3px;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.467);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}.commissions-report-details-view {
  height: 90%;
  width: 50%;
  background-color: #fff;
  position: fixed;
  top: 61px;
  right: 0;
  border-left: 3px solid #E0E0E0;
  padding: 20px;
  z-index: 99999;
  display: none;
  overflow-y: auto;
}

.button-close-container {
  display: flex;
  justify-content: flex-end;
}

.commissions-report-buttons-container {
  float: right;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.date-picker-container {
  float: right;
  padding-left: 80%;
}

.date-info-log {
  float: right;
}
.date-info-log p {
  display: inline-block;
  margin-right: 5px;
  margin-top: -10px;
  font-size: 13.5px;
}

.refresh-button {
  float: right;
}.rtest-main-container {
  margin-top: 30px;
}

.info-text {
  font-size: 13.5px;
  color: #665;
  float: right;
}.rtest-main-container {
  margin-top: 30px;
}

.info-text {
  font-size: 13.5px;
  color: #665;
  float: right;
}


* {
  font-family: "Inter", sans-serif !important;
}
html,
body {
  margin: 0px;
  font-size: 15.6px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  color: rgb(18, 19, 20);
}
.text-center {
  text-align: center !important;
}
.mt-5 {
  margin-top: 5px;
}
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.fs-20 {
  font-size: 20px;
}
.pointer {
  cursor: pointer;
}
.flex-gap25 {
  display: flex;
  gap: 25px;
  align-items: center;
}
.flex-gap25-normal {
  display: flex;
  gap: 25px;
}
.flex-normal {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-justify-center {
  display: flex;
  justify-content: center;
}
.table-cell-vertical-header {
  padding: 5px !important;
  background-color: black;
  text-transform: capitalize;
  font-weight: 700 !important;
  color: white !important;
  width: 10%;
  text-align: center !important;
}
.table-cell-vertical-content {
  padding: 5px !important;
  display: flex !important;
  gap: 10px !important;
  border-bottom: none !important;
}
.tab-option {
  cursor: pointer;
}
.tab-option:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #1976D2;
          text-decoration-color: #1976D2;
  color: #1976D2;
}
.tab-separator {
  margin-left: 10px;
  margin-right: 10px;
}
.tab-selected {
  text-decoration: underline;
  -webkit-text-decoration-color: #1976D2;
          text-decoration-color: #1976D2;
  color: #1976D2;
}
.text-oblique {
  font-style: oblique;
}
.text-underline {
  text-decoration: underline;
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.fund-cross-pair-exchanges-table th,
.fund-cross-pair-exchanges-table td {
  border-collapse: collapse;
  text-align: center;
}
.fund-cross-pair-exchanges-table th {
  padding: 10px;
  background-color: black;
  text-transform: capitalize;
  font-weight: 700;
  color: white;
}
.fund-cross-pair-exchanges-table td {
  padding: 10px;
}
.mimic-bbook-table {
  width: 100%;
  margin: 0 auto;
}
.mimic-bbook-table th,
.mimic-bbook-table td {
  border: 1px solid #fff;
}
.mimic-bbook-table th {
  padding: 10px;
  background-color: black;
  text-transform: capitalize;
  font-weight: 700;
  color: white;
  width: 45%;
}
.mimic-bbook-table td {
  padding: 10px;
  border: 1px solid black;
  font-weight: 700;
}
.cursor-pointer {
  cursor: pointer;
}
.link {
  color: #1976D2;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.center {
  text-align: center;
  align-items: center;
  margin: 0 auto;
}
.button-kyc-check {
  background-color: #1976D2;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.button-kyc-check:hover {
  background-color: #0D47A1;
}
h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h4 {
  display: block;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.opacity {
  opacity: 0;
}
.test-suite-title {
  color: #0095FF;
}
.test-suite-table {
  width: 100%;
}
.test-suite-table th,
.test-suite-table td {
  border: 1px solid #fff;
}
.test-suite-table th {
  padding: 10px;
  background-color: #0095FF;
  text-transform: capitalize;
  font-weight: 700;
  color: white;
}
.test-suite-table td {
  padding: 10px;
  border: 1px solid black;
}
.test-suite-table tr:hover {
  background-color: rgba(0, 149, 255, 0.0509803922);
}
.test-suite-table th {
  text-align: left;
}
.test-suite-table td {
  text-align: left;
}
.test-suite-result-container {
  height: 100%;
  width: 800px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 3px solid #0095FF;
  padding: 20px;
  z-index: 1000000000000000000000000000000;
  display: none;
}
.auth__main {
  align-items: center;
  background: linear-gradient(199.77deg, #1BA3A8 1.24%, #373D51 72.26%);
  display: flex;
  justify-content: center;
  margin: 0px;
  height: 100vh;
}
.auth__box-container {
  display: flex;
  z-index: 2;
  flex-direction: column;
}
.auth__input {
  border: 1.24px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(248.72deg, rgba(255, 255, 255, 0.4) 3.01%, rgba(255, 255, 255, 0) 103.3%);
  -webkit-backdrop-filter: blur(51.993px);
          backdrop-filter: blur(51.993px);
  height: 46px;
  border-radius: 12.3793px;
  color: white;
  font-size: 17.331px;
  line-height: 21px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
}
.auth__input:focus {
  outline: none;
  border: 1.24px solid;
}
.auth__input::placeholder {
  color: white;
}
.auth__form {
  display: flex;
  z-index: 2;
  flex-direction: column;
}
.auth__main_v2 {
  align-items: center;
  background: white;
  display: flex;
  justify-content: center;
  margin: 0px;
  height: 100vh;
}
.auth__main__gb10 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0px;
  height: 100vh;
}
.auth__gb10__step1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.auth__box-container_v2 {
  display: flex;
  z-index: 2;
  flex-direction: column;
  padding: 40px;
  width: 380px;
  height: 608px;
}
.auth__box-container_v3 {
  display: flex;
  z-index: 2;
  flex-direction: column;
  padding: 40px;
  width: 380px;
}
.auth__container_input {
  position: relative;
  width: 100%;
}
.auth__error_login {
  margin: 0px;
  position: absolute;
  top: -20px;
  color: indianred;
  font-size: 12px;
  font-weight: bold;
  right: 0;
}
.auth__error_login_v2 {
  margin: 0px;
  position: absolute;
  top: 5px;
  color: indianred;
  font-size: 12px;
  font-weight: bold;
  right: 0;
}
.auth__input__gb10 {
  width: calc(100% - 60px);
  border: 1.24px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(248.72deg, rgba(255, 255, 255, 0.4) 3.01%, rgba(255, 255, 255, 0) 103.3%);
  height: 36px;
  color: black;
  font-size: 17.331px;
  line-height: 21px;
  padding-left: 30px;
  padding-right: 30px;
  border: 2px solid #979797;
  border-radius: 18.5px;
}
.auth__input__gb10:focus {
  outline: none;
}
.auth__input__gb10::placeholder {
  color: #979797;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.auth__corporate_font {
  color: white;
  margin: 0px;
  text-align: center;
  margin-bottom: 25px;
}
.auth__corporate_font_v2 {
  color: black;
  margin: 0px;
  text-align: center;
}
.auth__form_v2 {
  display: flex;
  align-items: center;
  z-index: 2;
  width: 100%;
  flex-direction: column;
}
.auth__gb10_register_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  cursor: pointer;
  color: #313c50;
}
.auth__gb10_register_text:hover {
  text-decoration: underline;
}
.auth__login_gb10_maincontainer {
  background: #ffffff;
  box-shadow: inset 0px -4px 15px rgba(0, 0, 0, 0.1), inset 0px 4px 17px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(-15px 15px 25px rgba(0, 0, 0, 0.35));
  border-radius: 30px;
  width: 70%;
  max-width: 840px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 85;
}
.auth__login_gb10_innercontainer {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.auth__login_gb10_innercontainer-widget {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.auth__gb10_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 51px;
  text-align: center;
  color: #313c50;
  margin: 0px;
  padding-bottom: 15px;
}
.auth__gb10_desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0px;
  color: #313c50;
  padding-top: 15px;
}
.auth__gb10_desc_np {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0px;
  color: #313c50;
}
.auth__gb10_flexcontainer {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.auth__gb10_walletconnect_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin: 0px;
  color: #ffffff;
}
.auth__gb10_walletconnect_text_v2 {
  color: #fff;
  font-size: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  line-height: 148.523%;
  /* 29.705px */
  margin: 0px;
}
.auth__gb10_walletconnect_text_topnav {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0px;
  cursor: pointer;
  color: #ffffff;
}
.auth__gb10_emaillogin_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin: 0px;
  color: #313c50;
}
.auth__gb10_walletconnect_icon {
  position: absolute;
  width: 60px;
  left: -20px;
}
.auth__gb10_walletconnect_icon_topnav {
  width: 30px;
  cursor: pointer;
}
.auth__gb10_or_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  margin: 0px;
  color: #303649;
}
@media (max-width: 1000px) {
  .auth__login_gb10_maincontainer {
    min-width: 730px;
  }
}
.logo__filter-login {
  filter: drop-shadow(0px 7.20513px 7.20513px rgba(0, 0, 0, 0.09));
}
.button__btn-primary {
  background: #1ba3a8;
  box-shadow: 0px 4.95172px 16.0931px rgba(27, 163, 168, 0.19);
  border-radius: 12.3793px;
  border: none;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 22.2827px;
  line-height: 27px;
  width: 100%;
  height: 60px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.button__btn-sidebar {
  width: 295px;
  height: 35px;
  background: transparent;
  border: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: white;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 25px;
  padding-right: 15px;
}
.button__btn-sidebar:hover {
  cursor: pointer;
  background-color: rgba(243, 244, 246, 0.2235294118);
  border-radius: 0 20px 20px 0;
  color: #fff !important;
}
.button__btn-sidebar-subitem {
  width: 250px;
  height: 35px;
  background: transparent;
  border: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: white;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 35px;
}
.button__btn-sidebar-subitem:hover {
  cursor: pointer;
  background-color: rgba(243, 244, 246, 0.2235294118);
  border-radius: 0 20px 20px 0;
  color: #fff !important;
  width: 95%;
}
.button__btn-gradient {
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
  line-height: 22px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: url(./../../../public/assets/patterns/button-left-pattern.svg), linear-gradient(217.44deg, #1ba3a8 21.68%, #373d51 106.17%);
  background-position: left;
}
.button__btn-black {
  background-color: black;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 22px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.button__btn-black:disabled {
  background-color: grey;
  cursor: not-allowed;
}
.button__btn-logout {
  width: 207px;
  height: 64px;
  background: transparent;
  border: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #CCD626;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 25px;
  margin-top: auto;
  margin-bottom: 25px;
}
.button__btn-logout:hover {
  cursor: pointer;
  font-weight: 700;
}
.button__btn-icon {
  width: 22px;
  height: 22px;
}
.button__navlink {
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  color: white;
  text-decoration: none;
  text-align: left;
  width: 100%;
}
.mini-button {
  background-color: #1875D2;
  outline: none;
  border: none;
  color: #fff;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
}
.checkboxContainer {
  display: flex;
  align-items: center;
}
.checkboxContainer .label {
  font-size: 14px;
}
.header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.pattern__top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 100%;
  height: auto;
}
.pattern__bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
  height: auto;
}
.sidebar__sidebar-container {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  background: linear-gradient(3.89deg, #373D51 -15.94%, #1BA3A8 100%);
  height: 100%;
  position: fixed;
  overflow-y: auto;
  z-index: 1300;
}
.sidebar__sidebar-container .sidebar__sidebar-logo {
  padding-top: 30px;
  text-align: center;
  margin: 0 auto;
}
.sidebar__sidebar-container::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.sidebar__sidebar-container ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.sidebar__sidebar-container::-webkit-scrollbar-thumb {
  background: #2C6473;
}
.sidebar__sidebar-logo {
  max-width: 200px;
}
.sidebar__buttons-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 120px;
  margin-top: -30px;
}
.sidebar_items {
  padding: 2px;
  padding-top: 5px;
}
.sidebar__container-for-hover {
  position: relative;
  width: 100%;
}
.sidebar__green-thing {
  position: absolute;
  background-color: rgba(243, 244, 246, 0.2235294118);
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  left: -15px;
  border-radius: 16px;
}
.dashboard__router-container {
  display: flex;
  position: relative;
}
.dashboard__content-main {
  padding: 30px;
  width: 100%;
  margin-left: 220px;
  padding-top: 60px;
}
.dashboard__form-notification {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #F7F5F1;
  padding: 20px;
  border-radius: 36px;
}
@media (max-width: 1023px) {
  .dashboard__content-main {
    width: 93%;
  }
}
@media (max-width: 1669px) {
  .dashboard__content-main {
    width: 93%;
  }
}
@media (max-width: 1023px) {
  .dashboard__content-main {
    width: 93%;
  }
}
.loading__main {
  align-items: center;
  background: linear-gradient(199.77deg, #1BA3A8 1.24%, #373D51 72.26%);
  display: flex;
  justify-content: center;
  margin: 0px;
  height: 100vh;
  flex-direction: column;
}
.loading__internal-loading-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.error__error-container {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(199.77deg, #1BA3A8 1.24%, #373D51 72.26%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.error__error-main {
  width: 300px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error__error-h3 {
  text-align: center;
  color: white;
  font-weight: 400;
}
.error__internal-error-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.fixed-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.header-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}
.footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  gap: 10px;
}
.button {
  font-weight: 600;
}
.button-cancel {
  color: gray;
}
.payments__main-container {
  width: 450px;
  height: 680px;
  filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.15));
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 40px transparent;
  position: relative;
  overflow-y: scroll;
}
.payments__title-1 {
  font-size: 34px;
  font-weight: 700;
  color: "#1F2024";
  margin: 0px;
  text-align: center;
}
.payments__main-container::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
  height: 8px;
  background: transparent;
  background-color: transparent;
  background-clip: padding-box;
}
.payments__main-container::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
  background-clip: padding-box;
}
.payments__main-container::-webkit-scrollbar-thumb {
  background-color: rgba(107, 114, 128, 0.28);
  /* color of the scroll thumb */
  border-radius: 10px;
  /* roundness of the scroll thumb */
  border: 1px solid transparent;
  /* creates padding around scroll thumb */
  background-clip: padding-box;
}
.payments__subtitle-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: black;
  margin: 0px;
}
.payments__button-1 {
  background: #1BA2A7;
  height: 70px;
  border-radius: 5px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  border: none;
  width: 100%;
  transition: 0.2s ease;
  cursor: pointer;
}
.payments__button-1:disabled {
  background: #e8e9ed;
  color: #b3b3b3;
  cursor: not-allowed;
}
.payments__button-1:hover:enabled {
  transition: 0.2s ease;
  background: #1BA2A7;
  opacity: 0.8;
}
.payments__button-1_v2 {
  background: #1BA2A7;
  height: 50px;
  border-radius: 5px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  border: none;
  width: 100%;
  transition: 0.2s ease;
  cursor: pointer;
}
.payments__button-1_v2:disabled {
  background: #e8e9ed;
  color: #b3b3b3;
  cursor: not-allowed;
}
.payments__button-1_v2:hover:enabled {
  transition: 0.2s ease;
  background: #1BA2A7;
  opacity: 0.8;
}
.payments__little-font {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: black;
  margin: 0px;
}
.payments__little-font-logout {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #313c50;
  margin: 0px;
}
.payments__little-font-logout:hover {
  text-decoration: underline;
  cursor: pointer;
}
.payments__bottom-qredo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  gap: 6px;
}
.payments__get-started-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 56px;
  padding-bottom: 20px;
  height: 100%;
  position: relative;
}
.payments__get-started-pattern {
  position: absolute;
  top: 155px;
  z-index: 1;
  overflow: hidden;
  width: 530px !important;
}
.payments__subtitle-1_v2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: black;
  margin: 0px;
}
.payments__subtitle-1_v3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: black;
  margin: 0px;
}
.payments__logo-container {
  margin-bottom: auto;
}
.payments__subtitle-1-bis {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1BA2A7;
  margin: 0px;
}
.payments__subtitle-1-bis:hover {
  text-decoration: underline;
  cursor: pointer;
}
.payments__logo-container_v2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: auto;
}
.payments__titles-main-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.payments__title-h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  color: #313c50;
}
.payments__subtitle-p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin: 0px;
  color: #313c50;
}
.payments__subtitle-p2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  margin: 0px;
  color: #313c50;
}
.payments__subtitle-p3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  color: #313c50;
}
.payments__source-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}
.payments__source-options-container {
  background: #f4f5f9;
  border-radius: 20px;
  padding: 30px;
  cursor: pointer;
  transition: 0.2s ease;
}
.payments__source-options-container:hover {
  transition: 0.2s ease;
  background: #e8e9ed;
}
.payments__source-options-container-bis {
  background: #f4f5f9;
  border-radius: 20px;
  padding: 30px;
  margin-top: 44px;
  height: -webkit-fill-available;
  margin-bottom: 25px;
  width: calc(100% - 60px);
}
.payments__input-basic {
  background: #ffffff;
  box-shadow: 0px 0.873874px 12.8896px rgba(0, 0, 0, 0.18);
  border-radius: 10px !important;
}
.payments__input-basic_v2 {
  background: #ffffff;
  /* aS */
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e0e1e4;
}
.payments__source-option-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.payments__arrow-next-source-option {
  margin-left: auto;
}
.payments__selected-option-container-inner {
  display: flex;
  justify-content: center;
  height: 85%;
  align-items: center;
}
.payments__selected-option-container-inner-gbprods {
  display: flex;
  justify-content: center;
  height: 85%;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.inputs__input-primary {
  background-color: white;
  padding: 20px;
  font-size: 16px;
  outline: none;
  border: 0;
  -webkit-backdrop-filter: blur(48.2659px);
          backdrop-filter: blur(48.2659px);
  border-radius: 11px;
}
.inputs__input-primary-dense {
  background-color: white;
  padding: 10px;
  font-size: 16px;
  height: 40px;
  outline: none;
  border: 0;
  display: flex;
  gap: 25px;
  border-radius: 11px;
  align-items: center;
}
.inputs__textarea-primary {
  background-color: white;
  padding: 20px;
  height: 150px;
  font-size: 16px;
  outline: none;
  border: 0;
  -webkit-backdrop-filter: blur(48.2659px);
          backdrop-filter: blur(48.2659px);
  border-radius: 11px;
}
.inputs__input-checkbox {
  background-color: white;
  padding: 20px;
  font-size: 16px;
  outline: none;
  border: 0;
  -webkit-backdrop-filter: blur(48.2659px);
  backdrop-filter: blur(48.2659px);
  border-radius: 11px;
  display: flex;
  justify-content: space-between;
}
.sof__card-container {
  background: #FFFFFF;
  box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 35px;
}
.sof__card-container h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #373D51;
}
.sof__card-container p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #373D51;
}
.sof__card-data-container {
  display: flex;
  justify-content: space-between;
}
.otc__searchbar {
  display: flex;
  gap: 25px;
  padding: 15px;
}
.otc__item-dense {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.otc__otc-form-dense {
  width: 500px;
}
.otc__p-title {
  min-width: 150px;
  margin: 0px;
}
.cp__main-contanier {
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: flex-start;
}
.users__main-container {
  width: 100%;
}
.users__actions-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 13.8px;
}
.users__header {
  display: flex;
  gap: 25px;
  align-items: center;
}
.users__hover_ib:hover {
  background-color: #e6f7ff;
}
.users__support-main-container {
  padding-left: 63px;
}
.users__support-item {
  display: flex;
  gap: 25px;
  width: 400px;
  justify-content: space-between;
}
.users__text-item {
  margin: 2px;
}
.users__searchbar {
  display: flex;
  gap: 25px;
  padding-bottom: 5px;
  align-items: flex-end;
}
.users__external-links {
  margin: 0px;
  cursor: pointer;
  color: grey;
}
.users__external-links:hover {
  text-decoration: underline;
}
.users__external-links-active {
  text-decoration: underline;
}
.users__submenu {
  display: flex;
  align-items: center;
  gap: 5px;
}
.reports__navigation {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
}
.reports__select-trader-container {
  display: flex;
  gap: 25px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
}
.reports__user-balances {
  padding-left: 250px;
  width: 100%;
  overflow-x: hidden;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.reports__container-title {
  display: flex;
  gap: 25px;
  align-items: center;
}
.reports__button-navigation-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.avatar__container {
  position: absolute;
  display: flex;
  right: 5%;
  align-items: center;
  gap: 25px;
}
.chat__main_container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.chat__inner_container {
  display: flex;
  height: 600px;
  width: 600px;
  flex-direction: column;
  overflow-y: scroll;
  padding-left: 13px;
  padding-right: 5px;
  gap: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.chat__sentby {
  position: absolute;
  margin: 0px;
  font-size: 10px;
  left: 5px;
  top: -15px;
  color: black;
}
.chat__sentat {
  position: absolute;
  margin: 0px;
  font-size: 10px;
  right: 5px;
  bottom: -13px;
  color: black;
  display: flex;
  align-items: center;
  gap: 4px;
}
.chat__inner_container::-webkit-scrollbar {
  width: 8px; /* width of the entire scrollbar */
  height: 8px;
  background: transparent;
  background-color: transparent;
  background-clip: padding-box;
}
.chat__inner_container::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
  background-clip: padding-box;
}
.chat__inner_container::-webkit-scrollbar-thumb {
  background-color: rgba(107, 114, 128, 0.28); /* color of the scroll thumb */
  border-radius: 10px; /* roundness of the scroll thumb */
  border: 1px solid transparent; /* creates padding around scroll thumb */
  background-clip: padding-box;
}
.chat__client_bubble {
  width: 70%;
  background-color: #e4e6eb;
  margin: 15px;
  padding: 10px;
  border-radius: 18px;
  text-wrap: wrap;
  overflow-wrap: break-word;
  position: relative;
  font-size: 15px;
}
.chat__support_bubble {
  width: 70%;
  font-size: 15px;
  background-color: #615bf6;
  color: white;
  margin: 15px;
  padding: 10px;
  border-radius: 18px;
  align-self: flex-end;
  text-wrap: wrap;
  overflow-wrap: break-word;
  position: relative;
}
.chat__container_dashboard {
  display: flex;
  width: 100%;
  gap: 25px;
}
.chat__container_users {
  height: 100%;
  width: 250px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.chat__container_actual_chat {
  height: 100%;
  width: 100%;
}
.chat__container_users_two {
  height: 100%;
  width: 250px;
  display: flex;
  flex-direction: column;
  background-color: lightgrey;
  border-radius: 10px;
  cursor: pointer;
}
.chat__username {
  font-size: 15px;
  font-weight: 600;
  margin: 0px;
  padding: 10px;
}
.no-margin-block {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.pricing-card-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid gray;
  width: 100px;
  height: 70px;
  background-color: white;
  color: blue;
  gap: 1rem;
}
.pricing-card-box-selected {
  border: 1px solid blue;
}
.pricing-card-spread-box {
  position: absolute;
  left: 50%;
  padding: 0.4rem;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  top: 10%;
  background-color: white;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-card-spread-box > * {
  margin: 0 0.5rem;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.aml-red-icon {
  color: #FF6D5C;
  background-color: #FF6D5C;
  height: 16px;
  width: 16px;
  border-radius: 20%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}
.aml-green-icon {
  color: #00BF59;
  background-color: #00BF59;
  height: 16px;
  width: 16px;
  border-radius: 20%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}
.aml-yellow-icon {
  color: #FF9900;
  background-color: #FF9900;
  height: 16px;
  width: 16px;
  border-radius: 20%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}
.aml-grey-icon {
  color: #E0E0E0;
  background-color: #E0E0E0;
  height: 16px;
  width: 16px;
  border-radius: 20%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}
.main-widget-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  min-width: 200px;
  height: 150px;
  padding-bottom: 30px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.main-widget-button {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
}
.main-widget-title {
  min-width: 200px;
  max-width: 200px;
}
body::-webkit-scrollbar-thumb {
  background: #7B7B7B;
  border-radius: 5px;
  border: 3px solid #fff;
}
body::-webkit-scrollbar {
  width: 13.5px;
  background: #fff;
}
.MuiTableContainer-root::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 5px;
  border: 3px solid #fff;
}
.MuiTableContainer-root::-webkit-scrollbar {
  width: 13.5px;
  background: #fff;
}
[data-tooltip] {
  position: relative;
  cursor: help;
  text-decoration: underline;
}
[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  width: 150px;
  display: block;
  background: #FFF;
  padding: 10px;
  top: -40px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5490196078);
  border-radius: 3px;
  text-align: center;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-tooltip]:hover::before {
  transform: translate(0);
  opacity: 1;
}
[data-position=right]::before {
  top: -50%;
  left: 105%;
  transform: translateX(-20px);
}
[data-position=bottom]::before {
  top: 150%;
  transform: translateY(-20px);
}
[data-position=left]::before {
  top: -50%;
  right: 105%;
  left: auto;
  transform: translateX(20px);
}
.theme-icon {
  font-size: 20px !important;
  color: #000 !important;
  margin-right: 20px !important;
  padding-top: 4px;
}
.icon-error {
  color: #ff0000;
}
.icon-success {
  color: #00ff00;
}
.icon-pending {
  color: #5E438E;
}
.global-tag {
  font-size: 10px;
  font-weight: 600;
  color: #0A0D23;
  border: 2px solid #0A0D23;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.global-tag:hover {
  background-color: #0A0D23;
  color: #fff;
}
.selected-row {
  background-color: #F5F5F5;
}