@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Regular.ttf") format("truetype"), url("../fonts/Gopher-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Bold.ttf") format("truetype"), url("../fonts/Gopher-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Heavy.ttf") format("truetype"), url("../fonts/Gopher-Heavy.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-BoldItalic.ttf") format("truetype"), url("../fonts/Gopher-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Black.ttf") format("truetype"), url("../fonts/Gopher-Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Light.ttf") format("truetype"), url("../fonts/Gopher-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Heavy.ttf") format("truetype"), url("../fonts/Gopher-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-HeavyItalic.ttf") format("truetype"), url("../fonts/Gopher-HeavyItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
.brand-btn-white {
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  padding: 9px 35px;
  font-size: 20px;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Gopher", sans-serif !important;
  background-color: #000 !important;
  color: #fff;
}

h1 {
  font-size: 60px;
}

.hidden {
  display: none;
}

nav ul li a {
  font-size: 15px;
  font-weight: 500;
}
nav ul li a:hover, nav ul li a.active {
  color: #8F3CF8;
}

.brand-btn, .daterangepicker .btn-primary {
  background-color: #8F3CF8;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0.7em 2em;
  border-radius: 7px;
  transition: 0.2s ease-in-out;
  border: 1px solid transparent;
}
.brand-btn:hover, .daterangepicker .btn-primary:hover {
  background-color: transparent;
  border-color: #8F3CF8;
  transition: 0.2s ease-in-out;
  color: #8F3CF8;
}

.user-btn {
  background: #3A3AF5;
  display: flex;
  padding: 11px;
  border-radius: 300px;
  border: 2px solid #fff;
}

nav {
  padding: 3em 0;
  transition: 0.3s ease-in-out;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 2em;
  padding: 0;
  margin: 0;
}
nav a {
  color: #fff;
  text-decoration: none;
}

.landing .intro {
  padding: 5em 0;
  margin-bottom: 2em;
}
.landing .text-end {
  position: relative;
  z-index: 999999;
}
.landing .brand-btn {
  font-size: 20px;
}
.landing h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 75.62px;
}
.landing h1 span {
  font-size: 30px;
  position: relative;
  display: block;
  margin-bottom: 12px;
  line-height: 37.81px;
}
.landing h1 span svg {
  position: absolute;
  bottom: -13px;
  left: 0;
}
.landing h3 {
  color: #8F3CF8;
  font-size: 25px;
  margin-bottom: 0;
}
.landing p {
  margin-bottom: 0;
}

#loginModal .modal-dialog {
  max-width: 956px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#loginModal .modal-dialog .modal-content {
  background: #202020;
  padding: 2em;
  border-radius: 51px;
}
#loginModal .modal-dialog .modal-content h2 {
  font-size: 40px;
  font-weight: 500;
}
#loginModal .modal-dialog .modal-content label {
  padding-bottom: 6px;
}
#loginModal .modal-dialog .modal-content .form-control {
  border-radius: 10px;
  background: #DEDEDE;
  padding: 13px;
}
#loginModal .modal-dialog .modal-content p {
  font-size: 14px;
}
#loginModal .modal-dialog .modal-content p a {
  color: #fff;
}

#withdrawModal .modal-dialog,
#approveModal .modal-dialog,
#approveAllModal .modal-dialog {
  max-width: 622px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#withdrawModal .modal-dialog .modal-content,
#approveModal .modal-dialog .modal-content,
#approveAllModal .modal-dialog .modal-content {
  background: #F8B83C;
  padding: 2em 7em;
  border-radius: 51px;
}
#withdrawModal .modal-dialog .modal-content h2,
#approveModal .modal-dialog .modal-content h2,
#approveAllModal .modal-dialog .modal-content h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
#withdrawModal .modal-dialog .modal-content .form-control,
#approveModal .modal-dialog .modal-content .form-control,
#approveAllModal .modal-dialog .modal-content .form-control {
  border-radius: 10px;
  background: #fff;
  opacity: 0.87;
  padding: 13px;
}
#withdrawModal .modal-dialog .modal-content .btn,
#approveModal .modal-dialog .modal-content .btn,
#approveAllModal .modal-dialog .modal-content .btn {
  border-radius: 15px;
  background: #fff;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #fff;
  transition: 0.2s ease-in-out;
}
#withdrawModal .modal-dialog .modal-content .btn:hover,
#approveModal .modal-dialog .modal-content .btn:hover,
#approveAllModal .modal-dialog .modal-content .btn:hover {
  background: transparent;
}

#transactionModal .modal-dialog {
  max-width: 76%;
}
#transactionModal .modal-dialog .modal-content {
  background: rgba(1, 1, 1, 0.89);
  padding: 6%;
  border: 1px solid #8F3CF8;
  border-radius: 113px;
}
#transactionModal .modal-dialog h2 {
  font-size: 35px;
}
#transactionModal .modal-dialog .loader {
  border: 3px solid #8F3CF8;
  border-top: 3px solid transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
}
#transactionModal .modal-dialog .loader .second-loader {
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
}
#transactionModal .modal-dialog p {
  color: #7C7A7A;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#transactionModal .modal-dialog .main-load {
  animation: spin 1s linear infinite;
}
#transactionModal .modal-dialog h3 {
  color: #7C7A7A;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
#transactionModal .modal-dialog .processing h3 {
  color: #8F3CF8;
}
#transactionModal .modal-dialog .your-transaction .address {
  color: #7c7a7a;
  font-size: 15px;
}
#transactionModal .modal-dialog .vr {
  width: 2px;
  height: 46px;
  background-color: #fff;
  opacity: 1;
  margin: 3px 0;
}
#transactionModal .modal-dialog .hidden {
  display: none;
}
#transactionModal .modal-dialog .active h3 {
  color: #8F3CF8;
}
#transactionModal .modal-dialog .active svg {
  display: inline;
}
#transactionModal .modal-dialog .brand-btn {
  text-transform: capitalize;
  font-size: 15px;
  border-radius: 12px;
  padding: 15px 0px;
  width: 17%;
}
#transactionModal .modal-dialog .too-slow {
  border-radius: 20px;
  padding: 17px;
  background: #fff;
  color: #000;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#transactionModal .modal-dialog .too-slow .brand-btn {
  font-size: 11px;
  width: auto;
  padding: 5px 10px;
}
#transactionModal .modal-dialog .too-slow h5 {
  font-size: 17px;
  margin: 0;
  color: #000;
}
#transactionModal .modal-dialog .too-slow p {
  font-size: 15px;
  margin: 4px 0;
  color: #000;
}
#transactionModal .modal-dialog #speed-up {
  display: none;
}
#transactionModal .modal-dialog .speed-up {
  width: 55%;
  margin: auto;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 3em;
}
#transactionModal .modal-dialog .speed-up h3 {
  font-size: 36px;
  color: #000;
}
#transactionModal .modal-dialog .speed-up p {
  font-size: 15px;
  color: #000;
}
#transactionModal .modal-dialog .speed-up .select-box {
  margin: 2em auto;
  display: flex;
  background: #D9D9D9;
  border-radius: 10px;
  align-items: center;
  width: 62%;
  justify-content: center;
  padding: 6px;
  gap: 4em;
  font-size: 12px;
}
#transactionModal .modal-dialog .speed-up .select-box select {
  background: #D9D9D9;
  border-radius: 10px;
  border: none;
  padding: 10px;
  font-size: 12px;
}
#transactionModal .modal-dialog .speed-up .btn-grp .btn-sm {
  font-size: 15px;
  padding: 5px 13px;
  width: auto;
}
#transactionModal .modal-dialog .speed-up .btn-grp .outline {
  border: 1px solid #000;
  border-radius: 9px;
}

#newTransactionModal .modal-dialog {
  max-width: 76%;
}
#newTransactionModal .modal-dialog .modal-content {
  background: rgba(1, 1, 1, 0.89);
  padding: 6%;
  border: 1px solid #8F3CF8;
  border-radius: 113px;
}
#newTransactionModal .modal-dialog .btn-grp {
  display: flex;
}
#newTransactionModal .modal-dialog .loader {
  border: 3px solid #8F3CF8;
  border-top: 3px solid transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
}
#newTransactionModal .modal-dialog .loader .second-loader {
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#newTransactionModal .modal-dialog .main-load svg {
  animation: spin 1s linear infinite;
}
#newTransactionModal .modal-dialog #regular h3 {
  font-size: 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#newTransactionModal .modal-dialog #regular h3::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -27px;
  background-image: url(../images/ellipse.png);
  width: 118%;
  height: 7vh;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 100% 100%;
}
#newTransactionModal .modal-dialog .declined {
  display: flex;
}
#newTransactionModal .modal-dialog .declined small {
  font-size: 12px;
  width: 38%;
  display: block;
  margin: auto;
  line-height: 1.8;
}
#newTransactionModal .modal-dialog h5 {
  font-size: 25px;
  margin-top: 2em !important;
  width: 48%;
  margin: auto;
  line-height: 1.5;
}
#newTransactionModal .modal-dialog h2 {
  font-size: 50px;
  color: #8F3CF8;
}
#newTransactionModal .modal-dialog .processing h3 {
  color: #8F3CF8;
}
#newTransactionModal .modal-dialog .your-transaction .address {
  color: #7c7a7a;
  font-size: 15px;
}
#newTransactionModal .modal-dialog .vr {
  width: 2px;
  height: 46px;
  background-color: #fff;
  opacity: 1;
  margin: 3px 0;
}
#newTransactionModal .modal-dialog .hidden {
  display: none;
}
#newTransactionModal .modal-dialog .brand-btn {
  text-transform: capitalize;
  border-radius: 12px;
  width: auto;
  padding: 9px 35px;
  font-size: 20px;
}
#newTransactionModal .modal-dialog p {
  font-size: 20px;
}
#newTransactionModal .modal-dialog .too-slow {
  border-radius: 20px;
  padding: 17px;
  background: #fff;
  color: #000;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#newTransactionModal .modal-dialog .too-slow .brand-btn {
  font-size: 11px;
  width: auto;
  padding: 5px 10px;
}
#newTransactionModal .modal-dialog .too-slow h5 {
  font-size: 17px;
  margin: 0;
  color: #000;
  width: 100%;
  margin-top: 0 !important;
}
#newTransactionModal .modal-dialog .too-slow p {
  font-size: 15px;
  margin: 4px 0;
  color: #000;
}
#newTransactionModal .modal-dialog #speed-up {
  display: none;
}
#newTransactionModal .modal-dialog .speed-up {
  width: 55%;
  margin: auto;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 3em;
}
#newTransactionModal .modal-dialog .speed-up h3 {
  font-size: 36px;
  color: #000;
}
#newTransactionModal .modal-dialog .speed-up p {
  font-size: 15px;
  color: #000;
}
#newTransactionModal .modal-dialog .speed-up .select-box {
  margin: 2em auto;
  display: flex;
  background: #D9D9D9;
  border-radius: 10px;
  align-items: center;
  width: 62%;
  justify-content: center;
  padding: 6px;
  gap: 4em;
  font-size: 12px;
}
#newTransactionModal .modal-dialog .speed-up .select-box select {
  background: #D9D9D9;
  border-radius: 10px;
  border: none;
  padding: 10px;
  font-size: 12px;
}
#newTransactionModal .modal-dialog .speed-up .btn-grp .btn-sm {
  font-size: 15px;
  padding: 5px 13px;
  width: auto;
}
#newTransactionModal .modal-dialog .speed-up .btn-grp .outline {
  border: 1px solid #000;
  border-radius: 9px;
}

.register {
  padding: 4em 0;
}
.register form {
  padding: 2em 4em;
  background-color: #fff;
  border-radius: 36px;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 4em;
}
.register form h3 {
  color: #8F3CF8;
  font-size: 40px;
  font-weight: 500;
}
.register form p {
  font-weight: 500;
  font-size: 20px;
}
.register form .alert {
  color: #fff;
  background-color: #F85E3C;
  padding: 10px;
  border: 0;
  border-radius: 0;
}
.register form label {
  display: block;
  font-weight: 500;
  padding-bottom: 4px;
}
.register form label span {
  color: #F85E3C;
}
.register form input,select {
  border-radius: 10px;
  border: none;
  background-color: #DEDEDE;
  padding: 6px;
  margin-bottom: 20px;
  width: 100%;
}
.register form input:focus {
  outline: 1.5px solid #f85e3c;
}
.register form #drop-area {
  background-color: #DEDEDE;
  border-radius: 10px;
  padding: 4em 2em;
  text-align: center;
  margin-bottom: 20px;
}
.register form #drop-area .brand-btn {
  border-radius: 0;
  text-transform: lowercase;
  padding: 10px 20px;
}
.register form #fileInput {
  display: none;
}
.register form .file-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.register form .file-item span {
  margin-right: 10px;
}
.register form .remove-btn {
  color: #000;
  border-radius: 200px;
  background: transparent;
  cursor: pointer;
  border: 1px solid #8F3CF8;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
}
.register form .tick {
  width: 20px;
  height: 20px;
  background: #8f3cf8;
  padding: 4px;
  border-radius: 200px;
  margin-right: 9px;
}
.register form #agreement .brand-btn {
  text-transform: none;
  font-size: 15px;
}
.register form #agreement .checkbox-container {
  position: relative;
  display: inline-block;
}
.register form #agreement .checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.register form #agreement .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #8f3cf8;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.register form #agreement .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.register form #agreement .checkbox-container input:checked + .checkmark {
  background-color: #8f3cf8;
}
.register form #agreement .checkbox-container input:checked + .checkmark::after {
  display: block;
}
.register form #agreement label {
  padding-left: 10px;
}
.register form #agreement label a {
  color: #000;
}

.listing {
  padding: 0;
  list-style: none;
  gap: 2em;
}
.listing li a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  transition: 0.4s ease-in-out;
}
.listing li a.active, .listing li a:hover {
  color: #8F3CF8;
  position: relative;
}
.listing li a.active::before, .listing li a:hover::before {
  position: absolute;
  width: 80%;
  height: 2px;
  content: "";
  background-color: #fff;
  left: 11%;
  bottom: -6px;
  margin: auto;
}

.daterangepicker {
  font-family: "Gopher", sans-serif !important;
}

.daterangepicker .calendar-table th {
  color: #000;
}

.daterangepicker .calendar-table td {
  color: #000 !important;
  width: 28px;
  height: 28px;
  padding: 12px;
}

.daterangepicker.show-calendar .drp-calendar {
  display: inline-table !important;
}

.daterangepicker .drp-calendar.left {
  margin-right: 3em !important;
}

.daterangepicker .drp-selected {
  font-size: 14px;
  color: #000;
}

.daterangepicker table thead tr :nth-child(1) {
  margin: 24px 0;
}
.daterangepicker table thead tr th {
  font-weight: 200 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #8f3cf8 !important;
  border-color: transparent;
  color: #fff !important;
  border-radius: 0 !important;
}

.daterangepicker td.in-range {
  background-color: #8F3CF8 !important;
  color: #fff !important;
}

.daterangepicker {
  top: 301.695px !important;
}
.daterangepicker .btn-primary, .daterangepicker .btn-default {
  font-weight: 400 !important;
}
.daterangepicker .btn-default:hover {
  color: #8F3CF8 !important;
}

#date {
  background-color: rgb(249, 249, 249);
  border: none;
}
#date input {
  border: 0;
  font-size: 15px;
  vertical-align: sub;
  padding: 0 12px;
  outline: none;
}
#date input:focus {
  border: none;
}

.invest {
  padding: 2em 0 4em 0;
}
.invest .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5em;
}
.invest .loadId, .invest .amount, .invest .client, .invest .date {
  font-family: "Gopher", sans-serif;
}
.invest .vscomp-ele {
  max-width: 190px;
}
.invest .vscomp-dropbox {
  padding: 10px;
  background-color: rgb(249, 249, 249);
}
.invest .vscomp-search-container {
  border: 1px solid rgb(230, 230, 230);
  border-radius: 5px;
}
.invest .vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: 1;
}
.invest .vscomp-toggle-button {
  background-color: rgb(249, 249, 249);
  border: none;
}
.invest .vscomp-wrapper {
  color: rgb(37, 43, 66);
}
.invest .pop-comp-wrapper {
  box-shadow: none;
  top: -8px;
  background: rgb(249, 249, 249);
}
.invest .grid-item {
  padding: 1.5em 2em;
  transition: 0.2s ease-in-out;
  border-radius: 45px;
  text-align: center;
  position: relative;
  /* Add the tick mark when the radio button is checked */
}
.invest .grid-item .loan-radio {
  position: absolute;
  right: 24px;
  width: 34px;
  height: 34px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invest .grid-item .loan-radio:checked::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzUyNzUsNS44NzI3NUw0LjAwMjI1LDguMTI1TDEwLjI0OTIsMS44NzUwNUwxMS40OTUsMy4xMjVMNC4wMDIyNSwxMC41TDAuMTAxNzUsNi42MjUwNUwxLjc1Mjc1LDUuODcyNzVaIiBmaWxsPSIjRkZGIi8+Cjwvc3ZnPgo=") no-repeat center center;
  background-size: contain;
}
.invest .grid-item .clickable {
  cursor: pointer;
}
.invest .grid-item .logo {
  background-color: #fff;
  border-radius: 7px;
  padding: 9px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.invest .grid-item .logo svg {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.invest .grid-item .title {
  font-size: 22px;
  font-weight: 500;
  margin: 12px 0;
}
.invest .grid-item .address {
  color: #A6A2A2;
  font-size: 15px;
  font-weight: 200;
  margin: 0;
}
.invest .grid-item .percentage {
  padding: 13px 0;
}
.invest .grid-item .percentage h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #8F3CF8;
}
.invest .grid-item .clickable {
  text-decoration: none !important;
  color: inherit;
}
.invest .grid-item ul {
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 2.4;
}
.invest .grid-item ul li {
  font-size: 15px;
}
.invest .grid-item ul li a {
  color: #000;
}
.invest .grid-item .text-end li {
  font-weight: 100;
}
.invest .grid-item .text-start li {
  font-weight: 700;
}
.invest .grid-item b {
  display: block;
  margin: 20px 0;
  font-size: 13px;
  font-weight: 700;
}
.invest .grid-item .brand-btn {
  padding: 15px 39px;
  text-transform: none;
}
.invest .white {
  background: #fff;
  color: #000;
}
.invest .white .logo {
  border: 2px solid #000;
}
.invest .white .loan-radio {
  border-color: #8F3CF8;
}
.invest .grey {
  background: #3F3F3F;
  color: #fff;
}
.invest .grey .loan-radio {
  border-color: white;
}
.invest .grey .logo {
  border: 2px solid transparent;
}
.invest .grey .percentage h2 {
  color: #F8B83C;
}
.invest .grey ul li a {
  color: #fff;
}
.invest .purple {
  background: #8F3CF8;
  color: #fff;
}
.invest .purple .logo {
  border: 2px solid #000;
}
.invest .purple .percentage h2 {
  color: #fff;
}
.invest .purple .percentage h2 span {
  font-size: 13px;
  font-weight: 100;
}
.invest .purple .brand-btn {
  background: #fff;
  color: #000;
}
.invest .purple .loan-radio {
  border-color: #fff;
  border-width: 1px;
}
.invest .purple ul li a {
  color: #fff;
}
.invest .semi-container {
  padding: 0 26px 26px 26px;
}
.invest .semi-container .brand-btn {
  text-transform: none;
  margin-top: 1em;
}
.invest .filters {
  padding: 2em 0;
}
.invest .filters .select {
  width: 15%;
  border-radius: 0;
  border: none;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem top 15px;
  background-size: 16px 12px;
  color: #000;
  padding: 6px 11px;
  position: relative;
  transition: height 0.3s ease-out;
}
.invest .filters .select .content-box {
  display: none; /* Initially hide content-box */
  position: absolute;
  width: 100%;
  left: 0;
  top: 26px;
  z-index: 999;
  overflow-y: auto; /* Enable vertical scroll */
  max-height: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out; /* Smooth transition for max-height and opacity */
}
.invest .filters .select.active {
  height: 200px;
}
.invest .filters #search, .invest .filters #client_search {
  position: relative;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px 17px;
  margin-top: 11px;
}
.invest .view-mode a.active svg path, .invest .view-mode a:hover svg path {
  fill: #8F3CF8;
}
.invest .table-striped tbody tr:nth-child(even) {
  background-color: rgb(124, 122, 122);
  color: #fff !important;
}
.invest .table-striped tbody tr:nth-child(odd) {
  background-color: rgb(64, 66, 69);
  color: #fff !important;
}
.invest .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #fff !important;
}
.invest table {
  background: #DEDEDE;
  color: #000;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 10px solid #000;
}
.invest table .input {
  padding: 21px;
}
.invest table thead {
  background: #DEDEDE;
  color: #000;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 10px solid #000;
}
.invest table thead th {
  padding: 18px 20px;
  font-weight: 500;
  color: #000;
}
.invest table tbody tr {
  background: #404245;
  border: 0;
  border-color: transparent;
  vertical-align: middle;
  text-align: center;
  border-bottom: 5px solid #000;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  color: #fff !important;
}
.invest table tbody tr:hover {
  background-color: #2D2E2F;
}
.invest table tbody tr .btn-sm {
  color: #000;
}
.invest table tbody tr td {
  padding: 20px 14px;
}
.invest table tbody tr td a {
  color: #fff;
}
.invest table tbody tr td .btn {
  background: #fff;
  border: 1px solid #fff;
}
.invest table tbody tr td .btn:hover {
  background: transparent;
}
.invest table tbody tr .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 200px;
  border: 2px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invest table tbody tr .checkbox:checked::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzUyNzUsNS44NzI3NUw0LjAwMjI1LDguMTI1TDEwLjI0OTIsMS44NzUwNUwxMS40OTUsMy4xMjVMNC4wMDIyNSwxMC41TDAuMTAxNzUsNi42MjUwNUwxLjc1Mjc1LDUuODcyNzVaIiBmaWxsPSIjRkZGIi8+Cjwvc3ZnPgo=") no-repeat center center;
  background-size: contain;
}
.invest table tbody tr .checkbox:checked {
  background-color: #8F3CF8;
}
.invest table tbody .highlight {
  background-color: #8F3CF8 !important;
}
.invest .pagination {
  justify-content: center;
  gap: 8px;
}
.invest .pagination li a {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 17px;
}
.invest .pagination li a.active, .invest .pagination li a:hover {
  color: #8F3CF8;
}

.dashboard {
  padding-top: 4em;
}
.dashboard .box-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
.dashboard .box-container .grid-item {
  border-radius: 26px;
  padding: 20px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5em;
}
.dashboard .box-container .grid-item h3 {
  font-size: 24px;
  line-height: 2;
  margin: 0;
  font-weight: 500;
}
.dashboard .box-container .grid-item p {
  margin-bottom: 0;
}
.dashboard .box-container .yellow {
  background: #F8B83C;
}
.dashboard .box-container .orange {
  background: #F85E3C;
}
.dashboard .box-container .green {
  background: #00BA80;
}
.dashboard .box-container .brand {
  background: #8F3CF8;
  color: #fff;
}
.dashboard .btn-grp .btn {
  border-radius: 200px;
  background: #fff;
  padding: 11px 4em;
  border: 1px solid #fff;
  transition: 0.2s ease-in-out;
}
.dashboard .btn-grp .btn-outline {
  background: transparent;
  color: #fff;
}
.dashboard .btn-grp .btn-outline:hover {
  background: #fff;
  color: #000;
}
.dashboard .btn-grp .btn-full:hover {
  background: transparent;
  color: #fff;
}
.dashboard .listing {
  margin-bottom: 2em;
}
.dashboard .listing li a {
  font-size: 17px;
}
.dashboard .tab-container > div {
  display: none;
  transition: 0.3s ease-in-out;
}
.dashboard .tab-container > div.active {
  display: block;
}
.dashboard .tab-container .btn-grp .btn {
  background: #D9D9D9;
  border-color: #D9D9D9;
  border-radius: 10px;
  padding: 10px 21px;
  font-size: 14px;
}
.dashboard .tab-container .btn-grp .btn:hover {
  background: transparent;
  color: #fff;
}
.dashboard table {
  font-size: 13px;
}
.dashboard table .input {
  padding: 21px;
}
.dashboard table thead {
  background: #DEDEDE;
  color: #000;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 10px solid #000;
}
.dashboard table thead th {
  padding: 15px 9px;
  font-weight: 500;
}
.dashboard table tbody tr {
  background: #404245;
  border: 0;
  border-color: transparent;
  vertical-align: middle;
  text-align: center;
  border-bottom: 5px solid #000;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.dashboard table tbody tr:hover {
  background-color: #2D2E2F;
}
.dashboard table tbody tr td {
  padding: 18px 8px;
}
.dashboard table tbody tr td .btn {
  background: #fff;
  border: 1px solid #fff;
}
.dashboard table tbody tr td .btn:hover {
  background: transparent;
}
.dashboard table tbody tr .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 200px;
  border: 2px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard table tbody tr .checkbox:checked::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzUyNzUsNS44NzI3NUw0LjAwMjI1LDguMTI1TDEwLjI0OTIsMS44NzUwNUwxMS40OTUsMy4xMjVMNC4wMDIyNSwxMC41TDAuMTAxNzUsNi42MjUwNUwxLjc1Mjc1LDUuODcyNzVaIiBmaWxsPSIjRkZGIi8+Cjwvc3ZnPgo=") no-repeat center center;
  background-size: contain;
}
.dashboard table tbody tr .checkbox:checked {
  background-color: #8F3CF8;
}
.dashboard table .highlight {
  color: #AE76EF;
}
.dashboard #repayments .mobile-components, .dashboard #repayments .mobile, .dashboard #history .mobile-components, .dashboard #history .mobile, .dashboard #open-operations .mobile-components, .dashboard #open-operations .mobile {
  display: none;
}
.dashboard #repayments thead th,
.dashboard #history thead th {
  font-size: 16px;
  font-weight: 500;
}
.dashboard #repayments select,
.dashboard #history select {
  background: #fff;
  border: none;
  padding: 10px;
  border-radius: 7px;
  outline: none;
}

.settings h1 {
  padding-bottom: 1em;
}
.settings h4 {
  font-size: 30px;
  margin: 35px 0;
}
.settings .listing a {
  font-size: 16px;
}
.settings .listing li a.active::before,
.settings .listing li .listing li a:hover::before {
  background-color: #8F3CF8;
}
.settings form label {
  font-size: 20px;
  padding-bottom: 6px;
}
.settings form .input-wrapper {
  position: relative;
}
.settings form .input-wrapper .form-control {
  padding: 7px 17px;
  margin-bottom: 18px;
  font-size: 19px;
  position: relative;
}
.settings form .input-wrapper::before {
  background-image: url(../images/lock.svg);
  position: absolute;
  width: 10px;
  height: 27px;
  content: "";
  right: 16px;
  bottom: 2px;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
}
.settings form .btn-white {
  color: #000;
  background: #fff;
}
.settings form .brand-btn {
  font-size: 20px;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 7px 2em;
}
.settings form .btn-grp {
  padding-top: 5em;
}
.settings .security h5 {
  font-size: 20px;
  font-weight: 500;
}
.settings .security p {
  color: #A6A2A2;
  font-weight: 500;
}
.settings .security .input-wrapper {
  position: relative;
}
.settings .security .input-wrapper::before {
  display: none;
}
.settings .security .input-wrapper .toggle-password {
  position: absolute;
  right: 18px;
  top: 73%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #000;
}
.settings .tab-content {
  display: none;
}
.settings .tab-content.active {
  display: block;
}

#qrModal {
  color: #000;
}
#qrModal .desktop-components {
  display: block;
}
#qrModal .mobile {
  display: none;
}
#qrModal .modal-dialog {
  max-width: 1212px;
}
#qrModal .modal-dialog .modal-content {
  padding: 3em 0;
  background: #fff;
  border-radius: 92px;
}
#qrModal .modal-dialog .modal-content #enabled {
  display: none;
  align-items: center;
  height: 67vh;
  justify-content: center;
}
#qrModal .modal-dialog .modal-content #not-enabled {
  display: flex;
}
#qrModal .modal-dialog .modal-content .copy-box {
  position: relative;
}
#qrModal .modal-dialog .modal-content .copy-box .tooltip {
  visibility: hidden;
  background-color: #8F3CF8;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 8px;
  left: 105%;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 999999999999999;
}
#qrModal .modal-dialog .modal-content .copy-box .show {
  visibility: visible;
  opacity: 1;
}
#qrModal .modal-dialog .modal-content h2 {
  font-size: 30px;
  font-weight: 500;
  padding: 0 10em;
  margin: 0;
}
#qrModal .modal-dialog .modal-content .main-qr .qr {
  width: 11em;
  height: 11em;
}
#qrModal .modal-dialog .modal-content p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0px 17em;
}
#qrModal .modal-dialog .modal-content .copy-box {
  background: #D9D9D9;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 8em;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 15px;
}
#qrModal .modal-dialog .modal-content .input-boxes input {
  background: #d9d9d9;
  border: none;
  width: 40px;
  height: 45px;
  padding: 4px;
  border-radius: 10px;
  text-align: center;
}
#qrModal .modal-dialog .modal-content .brand-btn {
  text-transform: capitalize;
  font-size: 20px;
  padding: 7px 68px;
}
#qrModal .show {
  display: flex;
  align-items: center;
  justify-content: center;
}

#receivablesModal .modal-dialog {
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#receivablesModal .modal-dialog .modal-content {
  background: rgba(30, 30, 30, 0.9490196078);
  border: none;
  border-radius: 89px;
  padding: 4em;
}
#receivablesModal .modal-dialog .modal-content .col-lg-12 {
  padding: 2em 13em;
}
#receivablesModal .modal-dialog .modal-content table {
  font-size: 13px;
}
#receivablesModal .modal-dialog .modal-content table .input {
  padding: 21px;
}
#receivablesModal .modal-dialog .modal-content table thead {
  background: #7C7A7A;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-bottom: 10px solid rgba(28, 28, 28, 0.968627451);
}
#receivablesModal .modal-dialog .modal-content table thead th {
  padding: 15px 9px;
  font-size: 16px;
  font-weight: 500;
}
#receivablesModal .modal-dialog .modal-content table tbody tr {
  background: #fff;
  border: 0;
  border-color: transparent;
  vertical-align: middle;
  text-align: center;
  border-bottom: 5px solid rgba(28, 28, 28, 0.968627451);
  cursor: pointer;
  color: #000;
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
}
#receivablesModal .modal-dialog .modal-content table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.7333333333);
}
#receivablesModal .modal-dialog .modal-content table tbody tr td {
  padding: 18px 8px;
}
#receivablesModal .modal-dialog .modal-content table tbody tr td .btn {
  background: #fff;
  border: 1px solid #fff;
}
#receivablesModal .modal-dialog .modal-content table tbody tr td .btn:hover {
  background: transparent;
}
#receivablesModal .modal-dialog .modal-content table .highlight {
  color: #AE76EF;
}

#receivable-list {
  background: #fff;
  color: #000;
  border-radius: 26px;
  display: none;
  flex-direction: column;
  width: 95%;
  margin: auto;
  border-color: transparent;
  padding: 2em;
  gap: 2em;
  transition: 0.2s ease-in-out;
  position: relative;
}
#receivable-list #back-to-close {
  position: absolute;
  top: 35px;
}
#receivable-list #back-to-close svg {
  width: 20px;
  height: 20px;
}
#receivable-list h2 {
  font-size: 24px;
  font-weight: 500;
}
#receivable-list span {
  font-size: 14px;
  font-weight: 500;
}
#receivable-list h5 {
  font-size: 16px;
  font-weight: 600;
}

#closed-operations .mobile-components, #closed-operations .mobile {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the spinners for Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Custom class to apply the styles */
.no-spinner {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

/* Ensure the width of the input is consistent */
.single-digit {
  width: 50px;
  /* adjust as needed */
}

@media (max-width: 700px) {
  h1 {
    font-size: 30px;
  }
  nav {
    position: relative;
  }
  nav ul {
    position: absolute;
    margin: auto;
    bottom: 0;
    justify-content: space-around;
    gap: 3em;
    padding: 0 1em;
    width: 100%;
    left: 0;
  }
  nav .brand-btn {
    padding: 0.5em 1em;
    font-size: 15px;
  }
  nav .btn-section svg {
    width: 13px;
    height: 13px;
  }
  nav .logo svg {
    width: 31px;
  }
  .landing .intro {
    padding: 3em 1em;
    margin-bottom: 0;
  }
  .landing .intro .col-md-3 {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 1em;
  }
  .landing .intro .col-md-3 .brand-btn {
    font-size: 15px;
  }
  .landing h1 {
    font-size: 27px;
    line-height: 34.03px;
  }
  .landing h1 span {
    line-height: 15.12px;
    font-size: 15px;
    width: -moz-max-content;
    width: max-content;
  }
  .landing h1 span svg {
    width: -webkit-fill-available;
  }
  .landing p {
    font-size: 15px;
    padding: 0 3em;
  }
  .landing .text-center {
    gap: 4em;
  }
  #loginModal .modal-dialog {
    max-width: 341px;
    margin: 9em auto 0;
  }
  .register {
    padding: 4em 12px;
  }
  .register form {
    padding: 2em;
  }
  .register form h3 {
    font-size: 18px;
  }
  .register form p {
    font-size: 15px;
  }
  .register form .alert {
    font-size: 11px;
  }
  .register form .alert svg {
    width: 17px;
  }
  .register form label {
    font-size: 15px;
  }
  .register form input,select {
    padding: 9px;
  }
  .invest .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    padding: 0 2em;
  }
  .invest .grid-item {
    padding: 2.5em;
  }
  .invest .grid-item ul li {
    font-size: 14px;
  }
  .invest .listing {
    padding: 0 1em !important;
    justify-content: center;
  }
  .invest .listing li a {
    font-size: 20px;
  }
  .invest .semi-container {
    padding: 0 26px 0 26px;
  }
  .invest .semi-container .brand-btn {
    font-size: 15px;
    margin: 2em auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .invest .view-mode {
    display: none;
  }
  .invest #table-view-content {
    display: none;
  }
  .invest #grid-view-content {
    display: grid;
  }
  .invest .filters {
    flex-direction: column;
    padding: 0;
  }
  .invest .filters .svg {
    background: rgb(255, 255, 255);
    border-radius: 9px;
    padding: 6px;
    text-align: center;
    position: relative;
    margin: 0em 3em;
    margin-top: 2em;
  }
  .invest .filters .svg svg {
    position: relative;
    left: -46px;
  }
  .invest .filters .svg::before {
    position: absolute;
    content: "Filter Options";
    color: rgb(199, 194, 194);
    font-size: 17px;
    top: 8px;
  }
  .invest .filters .svg svg path {
    fill: rgb(199, 194, 194);
  }
  .invest .filters .select {
    width: 100%;
    display: none;
  }
  .invest .filters .svg.hide-before::before {
    display: none;
  }
  .dashboard {
    padding-top: 2em;
  }
  .dashboard .btn-grp {
    padding: 2em 22px !important;
    margin: 0 !important;
  }
  .dashboard .btn-grp .btn {
    font-size: 12px;
    padding: 10px 32px;
    border-radius: 12px;
  }
  .dashboard .listing {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 5vh;
    margin-bottom: 16px;
  }
  .dashboard .listing li a {
    font-size: 16px;
    white-space: nowrap;
  }
  .dashboard .box-container {
    padding: 0.5em;
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard .box-container .grid-item {
    gap: 0.5em;
    border-radius: 19px;
    padding: 17px;
  }
  .dashboard .box-container .grid-item h3 {
    font-size: 16px;
  }
  .dashboard .box-container .grid-item p {
    font-size: 11px;
  }
  .dashboard .tab-container #repayments .mobile-components, .dashboard .tab-container #history .mobile-components, .dashboard .tab-container #closed-operations .mobile-components, .dashboard .tab-container #open-operations .mobile-components {
    display: block;
    font-weight: 700;
  }
  .dashboard .tab-container #repayments .white-space, .dashboard .tab-container #history .white-space, .dashboard .tab-container #closed-operations .white-space, .dashboard .tab-container #open-operations .white-space {
    white-space: nowrap;
  }
  .dashboard .tab-container #repayments .transaction-hash, .dashboard .tab-container #repayments .copy-svg, .dashboard .tab-container #history .transaction-hash, .dashboard .tab-container #history .copy-svg, .dashboard .tab-container #closed-operations .transaction-hash, .dashboard .tab-container #closed-operations .copy-svg, .dashboard .tab-container #open-operations .transaction-hash, .dashboard .tab-container #open-operations .copy-svg {
    display: none;
  }
  .dashboard .tab-container #repayments table thead, .dashboard .tab-container #history table thead, .dashboard .tab-container #closed-operations table thead, .dashboard .tab-container #open-operations table thead {
    display: none;
  }
  .dashboard .tab-container #repayments table tbody, .dashboard .tab-container #history table tbody, .dashboard .tab-container #closed-operations table tbody, .dashboard .tab-container #open-operations table tbody {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .dashboard .tab-container #repayments table tbody tr, .dashboard .tab-container #history table tbody tr, .dashboard .tab-container #closed-operations table tbody tr, .dashboard .tab-container #open-operations table tbody tr {
    background: #fff;
    color: #000;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: auto;
    border-color: transparent;
    align-items: flex-start;
    padding: 2em;
    gap: 2em;
    text-align: start;
  }
  .dashboard .tab-container #repayments table tbody tr td, .dashboard .tab-container #history table tbody tr td, .dashboard .tab-container #closed-operations table tbody tr td, .dashboard .tab-container #open-operations table tbody tr td {
    padding: 0;
    display: flex;
    font-size: 16px;
    width: 100%;
    gap: 5px;
    flex-wrap: wrap;
  }
  .dashboard .tab-container #repayments table tbody tr td .btn-grp, .dashboard .tab-container #history table tbody tr td .btn-grp, .dashboard .tab-container #closed-operations table tbody tr td .btn-grp, .dashboard .tab-container #open-operations table tbody tr td .btn-grp {
    padding: 0em 0 !important;
  }
  .dashboard .tab-container #repayments table tbody tr td .btn-grp .btn, .dashboard .tab-container #history table tbody tr td .btn-grp .btn, .dashboard .tab-container #closed-operations table tbody tr td .btn-grp .btn, .dashboard .tab-container #open-operations table tbody tr td .btn-grp .btn {
    background: rgba(0, 0, 0, 0.8705882353);
    color: #fff;
    font-size: 10px;
  }
  .dashboard .tab-container #history .btn-grp {
    padding: 0px 0 1em 1em !important;
  }
  .dashboard .tab-container #open-operations .tr.highlight {
    background-color: #9337FE;
    color: #fff;
  }
  .dashboard .tab-container #open-operations .btn {
    border: 0;
    padding: 6px 21px;
  }
  .dashboard .tab-container #closed-operations .desktop-components, .dashboard .tab-container #open-operations .desktop-components {
    display: none;
  }
  .dashboard .tab-container #closed-operations .mobile h4, .dashboard .tab-container #open-operations .mobile h4 {
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    text-align: right;
  }
  .dashboard .tab-container #closed-operations .mobile h4 span, .dashboard .tab-container #open-operations .mobile h4 span {
    display: block;
    font-size: 10px;
    margin-bottom: 4px;
    font-weight: 400;
  }
  .dashboard .tab-container #closed-operations .mobile p, .dashboard .tab-container #open-operations .mobile p {
    font-size: 14px;
    font-weight: 400;
  }
  .dashboard .tab-container #closed-operations .mobile h3, .dashboard .tab-container #open-operations .mobile h3 {
    font-size: 16px;
    font-weight: 500;
  }
  .dashboard .tab-container #closed-operations .mobile .btn, .dashboard .tab-container #open-operations .mobile .btn {
    background: rgba(0, 0, 0, 0.8705882353);
    color: #fff;
    margin: auto;
    font-size: 13px;
    border-radius: 6px;
  }
  .settings {
    padding: 3em;
  }
  .settings .listing {
    padding: 10px 0 1em 0;
  }
  .settings .listing a {
    font-size: 20px;
  }
  .settings h1 {
    padding-bottom: 0;
  }
  .settings h4 {
    display: none;
  }
  .settings form {
    width: 100%;
    margin: auto;
  }
  .settings form label {
    font-size: 15px;
  }
  .settings form .input-wrapper .form-control {
    background: #DEDEDE;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    padding: 12px;
  }
  .settings form .brand-btn {
    padding: 13px 3em;
    font-size: 15px;
  }
  .settings .ps-4, .settings .pe-4 {
    padding: 0 !important;
  }
  .settings .security .ps-4 {
    text-align: center;
    padding-top: 3em !important;
  }
  .settings .security .ps-4 h5 {
    font-size: 30px;
  }
  #transactionModal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  #transactionModal .modal-dialog .too-slow p {
    font-size: 12px;
    display: block;
  }
  #transactionModal .modal-dialog .too-slow h5 {
    font-size: 15px;
  }
  #transactionModal .modal-dialog h2 {
    font-size: 25px;
    margin-bottom: 2em;
  }
  #transactionModal .modal-dialog p {
    display: none;
  }
  #transactionModal .modal-dialog .process {
    padding: 0 4em;
    overflow: hidden;
  }
  #transactionModal .modal-dialog .your-transaction .address {
    font-size: 12px;
    word-break: break-word;
  }
  #transactionModal .modal-dialog .brand-btn {
    width: 100%;
  }
  #transactionModal .modal-dialog .speed-up {
    width: 100%;
    padding: 2em 1em;
  }
  #transactionModal .modal-dialog .speed-up .select-box {
    width: 100%;
    justify-content: space-around;
  }
  #transactionModal .modal-dialog .speed-up p {
    font-size: 12px;
    padding-top: 17px;
    display: block;
  }
  #transactionModal .modal-dialog .speed-up h3 {
    font-size: 30px;
  }
  #transactionModal .modal-dialog .modal-content {
    border-color: transparent;
    width: 100%;
    border-radius: 0;
    padding: 4%;
    height: 100vh;
    overflow: auto;
  }
  #transactionModal .modal-dialog .modal-content .col-lg-12 {
    padding: 0;
  }
  #withdrawModal .modal-dialog, #approveModal .modal-dialog, #approveAllModal .modal-dialog {
    max-width: 350px;
  }
  #withdrawModal .modal-dialog .modal-content, #approveModal .modal-dialog .modal-content, #approveAllModal .modal-dialog .modal-content {
    padding: 1em;
  }
  #withdrawModal .modal-dialog .modal-content h2, #approveModal .modal-dialog .modal-content h2, #approveAllModal .modal-dialog .modal-content h2 {
    font-size: 30px;
  }
  #withdrawModal .modal-dialog .modal-content .btn, #approveModal .modal-dialog .modal-content .btn, #approveAllModal .modal-dialog .modal-content .btn {
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
  }
  #withdrawModal .modal-dialog .modal-content .gap-1, #approveModal .modal-dialog .modal-content .gap-1, #approveAllModal .modal-dialog .modal-content .gap-1 {
    gap: 3em !important;
  }
  #qrModal .desktop-components {
    display: none;
  }
  #qrModal .mobile {
    display: block;
  }
  #qrModal .modal-dialog {
    max-width: 370px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #qrModal .modal-dialog .modal-content {
    border-radius: 58px;
  }
  #qrModal .modal-dialog .modal-content .copy-box {
    gap: 5em;
    margin-bottom: 3em;
  }
  #qrModal .modal-dialog .modal-content .copy-box .tooltip {
    top: 53px;
    left: 80%;
  }
  #qrModal .modal-dialog .modal-content #not-enabled h2, #qrModal .modal-dialog .modal-content #not-enabled .main-qr {
    display: none;
  }
  #qrModal .modal-dialog .modal-content #not-enabled p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0;
  }
  #qrModal .modal-dialog .modal-content #enabled {
    height: 45vh;
  }
  #newTransactionModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    top: 41px;
  }
  #newTransactionModal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    background: #000;
    padding: 3%;
  }
}/*# sourceMappingURL=style.css.map */