@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
	font-family: 'Outfit', sans-serif!important;
}

:root {
  --primary-color: #e47c3f;
  --secondary-color:#fff;
}

.dark .text-info,
.dark .text-secondary {
  color: #fff;
}

.errorMsg {
  color: red;
  text-align: right;
  font-size: 0.9em;
}

.active-page a {
  background: #eb7732;
  color: white;
}

.dummy-loading {
  width: 1.75rem;
}

.editor .ql-container {
  min-height: 200px;
}

.react-tooltip {
  z-index: 10003;
  padding: 5px 9px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.react-tooltip.secondary {
  background-color: #f000b9 !important;
  color: #fff !important;
}

.react-tooltip.info {
  background-color: #0ea5e9 !important;
  color: #fff;
}

.react-tooltip.error {
  background-color: #ff5724 !important;
  color: #fff;
}

.react-tooltip.success {
  background-color: #10b981 !important;
  color: #fff;
}

.side-link {
  height: 62px;
  align-items: center;
}

/* Login CSS */

.efi-auth-sec {
  /* background-image: url("../images/auth-img-bg.png"); */
  background-image: url("../images/auth-bg-wrapper-img.png");
  background-color: #000000e5;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position:center left;
  background-size: cover;
  position: relative;
  width: 100%;
  display: block;
}

.efi-auth-sec::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  /* mix-blend-mode: so; */
  /* background: linear-gradient(89.12deg, #ffcd00 0.53%, #ff9900 96.47%); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 1em 0;
  position: absolute;
  top: 0;
  width: 90%;
  z-index: 9;
}

.efi-auth-item {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 79%; */
  /* min-height: calc(100vh - 100px); */
  position: relative;
  height: 100vh;
}

.efi-auth-box {
  background-color: rgb(255 255 255 / 0%);
  border-radius: 24px;
  padding: 2em;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  border: 1px solid #ffffff47;
}

.efi-auth-title-sec {
  font-size: 1.4em;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 0.5em;
}

.efi-auth-btn {
  border-color: var(--primary-color);
    background-color: var(--primary-color)!important;
  /* background: linear-gradient(89.12deg, #3d8b9c 0.53%, #1d9bb3 96.47%); */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.6em 2em!important;
  border-radius: 8px !important;
  letter-spacing: 0.5px;
  border-width: 0px;
  color: var(--secondary-color)!important;
  text-decoration: none !important;
  font-size: 0.9em!important;
  line-height: 25px;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 600!important;
  width: 100%;
  border: 0!important;
  background-size: 300% 100%;
}

.efi-auth-btn:active,
.efi-auth-btn:focus,
.efi-auth-btn:hover {
  /* -webkit-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0); */
  text-decoration: none !important;
  color: var(--secondary-color)!important;
  border-color: var(--primary-color)!important;
    background-color: var(--primary-color)!important;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.efi-auth-btn svg{
  fill: var(--secondary-color);
}

.efi-auth-form .form-label {
  font-size: 0.9em;
  font-weight: 500;
  color: #999;
}

.efi-auth-form .form-check-label {
  font-size: 0.9em;
  font-weight: 500;
  color: #999;
}

.efi-auth-form .form-control {
  border: 1px solid #57637245 !important;
  height: 2.5em;
  border-radius: 0.5rem!important;
  background-color: rgba(0, 0, 0, 0.3);
  color: var(--secondary-color);
}

.efi-auth-form .form-control:focus {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: var(--secondary-color);
}

.efi-auth-form .form-control::placeholder {
  font-size: 0.9em;
  color: var(--secondary-color)!important;
}

.forgot-password-link-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}

.forgot-password-link-flex .forgot-password-link {
  font-size: 0.9em;
  font-weight: 600;
  color: #777;
  text-decoration: underline;
}

.efi-footer-link-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-top: 1em;
}

.efi-footer-link-sec a {
  font-size: 0.9em;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: underline;
}

.efi-footer-link-sec span{
  color: #fff;
}

.spinner-loader {
  width: 24px;
  height: 24px;
  border: 3px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.register-phone-input .PhoneInput {
  display: flex;
  align-items: center;
  height: 2.5em;
  border: 1px solid #57637245;
  width: 25em;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0 18px 0 14px;
  font-size: 0.9em;
  font-weight: 500;
}

.register-phone-input .PhoneInput:focus input {
  border: none !important;
  box-shadow: none !important;
}

.register-phone-input .PhoneInput input {
  border: none;
  outline: none;
  background: transparent;
  height: 40px;
  color: #212529;
}

.profile-tab .PhoneInput input {
  border: none;
  outline: none;
  background: transparent;
}

.deposite-card {
  margin-top: 3em;
  padding-left: 6em;
  justify-content: center;
}

.bank-detail .deposite-amount-card p {
  font-weight: 400;
  margin-bottom: 0.5em;
}

.bank-detail {
  width: auto;
  /* padding: 2em 4em; */
  /* margin-top: 2.5em; */
  gap: 1em;
  background: #fff;
  border-radius: 8px;
}

.bank-detail-container {
  padding-top: 1.5em;
}

.amount-deposit-container {
  width: 100%;
  height: calc(100vh - 100px);
  /* display: flex; */
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* 
.bank-detail-container {
  height: calc(100vh - 100px);
} */

.deposite-amount-card {
  /* background: linear-gradient(287deg, #ede9fb, transparent); */
}

.deposite-card .deposite-card-img,
.bank-detail .deposite-card-img {
  display: flex;
  align-items: center;
}

.bank-detail-card p {
  margin-bottom: 0.3em;
  font-size: 0.9em;
  font-weight: 400;
  color: #878e96;
}

.bank-detail-card h4 {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.bank-detail-card h5 {
  margin-bottom: 0.3em;
}

.money-deposit {
  width: auto;
  margin-top: 1.5em;
  background: #fff;
  border-radius: 8px;
  /* height: 100%; */
  /* overflow: hidden; */
  height: calc(100vh - 100px);
}

.money-deposite-card {
  padding: 0 2em !important;
}

.money-deposite-card .exchange-form {
  padding: 2em !important;
  /* width: 60%;
  height: 60%; */
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}

.money-deposite-card {
  padding: 0 2em !important;
}

.money-deposite-card .exchange-form {
  padding: 2em 5em !important;
  /* width: 60%;
 height: 60%; */
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  border: 1px solid #e9eef5;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  margin-right: 0;
  min-height: 25em;
  position: relative;
}

.bank-detail .deposite-card-img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.money-deposite-img-sec {
  background: url('../images/deposit-bg.png');
  padding: 2em 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.money-deposite-img {
  width: 25em;
}

.money-deposite-img {
  max-width: 30em;
}

.money-deposite-img-sec .money-deposite-text {
  text-align: center;
}

.money-deposite-img-sec .money-deposite-text h3 {
  font-size: 2em;
  color: #fff;
  font-weight: 600;
  margin-bottom: .9em;
}

.money-deposite-img-sec .money-deposite-text p {
  font-size: .9 em;
  color: #fff;
  font-weight: 200;
  margin-bottom: 2em;
}

.bank-detail-card {
  padding: 2em 2em;
}


.bank-details-frame {
  margin-bottom: 1em;
}

.bank-detail-card .heading {
  margin-bottom: 1em;
}

.text-slate-800 {
  color: #1e293b !important;
  border: 0px;
  text-align: left;
}

.text-slate-801 {
  color: #1e293b !important;
  border: 0px;
  text-align: center;
}

.text-right {
  text-align: right;
  color: #f91010;
  font-weight: 500;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Responsive CSS */

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 992px) {}

@media (min-width: 1440px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
  .resp-marg-btm-xs {
    margin-bottom: 2em;
  }

  .efi-auth-item {
    padding-top: 1em;
  }

  .efi-logo-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 575.98px) {}

/* Large Device CSS */

@media screen and (min-width: 1400px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1900px) {
  .container {
    width: 1520px;
    max-width: 100%;
  }
}

.bank-details {
  margin-top: 2em;
}

.bank-details h5 {
  margin-bottom: 1em;
}

.bank-details p {
  margin: 1em 0;
}

.paid,
.processing {
  border-radius: 20px;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0.5em 1em;
  text-align: center;
}

.paid {
  background: #27c12433;
  color: #27c124;
}

.processing {
  background: #fce5e5;
  color: #e10000;
}

.text-success {
  color: #10b981;
}

.histroy-id-frame {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 1em;
  color: #1e293b !important;
  font-weight: 600;
  background: rgb(228 124 64 / 10%);
  padding: 1em;
  border-radius: 8px;
  margin-top: .8em;
}

.swap-connect-icon {
  cursor: pointer;
}

form.exchange-form {
  margin-right: 0.5em;
}

.exchange-form .form-label {
  font-size: 1.2em;
  font-weight: 600;
}

.exchange-form .form-control {
  background: rgb(228 124 64 / 5%);
}

.exchange-form .form-control:focus {
  border: 1px solid var(--primary-color);
}

.exchange-form .form-control[type="number"]::-webkit-inner-spin-button,
.exchange-form .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.exchange-form .form-control[type="number"] {
  -moz-appearance: textfield;
}

.exchange-form input:focus-visible {
  outline: none;
}

.exchange-form .amount-field-required {
  text-align: center;
  color: #f91010;
}

.search-btn {
  margin: 8px;
}

.payment-initiated {
  background-color: #fffbf1;
  border-radius: 8px;
  padding: 0.5em 1.5em;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  color: #ffce22;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5em;
  max-width: 150px;
  justify-content: center;
}

.payment-verified {
  background-color: #eaffec;
  border-radius: 8px;
  padding: 0.5em 1.5em;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  color: #197e23;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5em;
  max-width: 150px;
  justify-content: center;
}

.payment-declined {
  background-color: #fff3e5;
  border-radius: 8px;
  padding: 0.5em 1.5em;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  color: #ff8a00;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5em;
  max-width: 150px;
  justify-content: center;
}

.payment-expired {
  background-color: #fff6f6;
  border-radius: 8px;
  padding: 0.5em 1.5em;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  color: #ff6a6a;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5em;
  max-width: 150px;
  justify-content: center;
}

.payment-cancelled {
  background-color: rgba(255, 87, 36, .1);
  border-radius: 4px;
  padding: 0.5em 1.5em;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  color: #ff5724;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5em;
  max-width: 150px;
  justify-content: center;
}

.payment-processed {
  background-color: #eff7ff;
  border-radius: 8px;
  padding: 0.5em 1.5em;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  color: #5c9eeb;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5em;
  max-width: 150px;
  justify-content: center;
}

.side-menu {
  margin-left: 0.5em;
}

.no-data-img {
  width: 30%;
  margin: auto;
}

.no-bot-exists-info h4 {
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 1em;
}

img.efi-login {
  width: 100px;
}

.amount-text {
  width: 100%;
  font-weight: 700;
  border: 1px solid rgba(171, 171, 171, 0.10);
  background: rgba(125, 125, 125, 0.02);
  border-radius: 10px;
  font-size: 1.4em;
  padding: 0.5em;
}

.amount-text:focus {}

.amount-text::placeholder {
  font-size: 0.8em;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.min-width-search-input {
  min-width: 15rem !important;
}

.request-payout-payment-method-btn-sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  margin-top: 1.5em;
}

button.efi-cancel-btn.btn.btn-primary {
  background-color: #ccc;
  color: #000;
  width: auto;
  min-width: 150px;
  height: 40px;
}

button.request-payment-btn {
  width: auto;
  min-width: 150px;
}

.whitespace-nowrap p {
  text-align: center;
}

.select-dates .rmdp-input {
  width: 160px;
}

.dashboard-filter-sec .text-danger.select-date {
  margin-bottom: 10px;
  text-align: center;
}

.dashboard-filter-sec button.apply-filter.btn.btn-primary {
  padding: 8px 1.8em;
}

.select-dates {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  gap: 1em;
  position: relative;
}
.select-dates .error-message{
  position: absolute;
  left: 0;
  bottom: -18px;
}

.rmdp-input {
  border: 1px solid #c0c4d6;
}

.select-dates .rmdp-input {
  border: 0 !important;
  border-radius: 0.5rem;
  height: 3.5em !important;
  text-align: center;
  margin: 1px 0;
  padding: 2px 5px;
  text-align: center;
  height: 41px !important;
  font-size: 0.9em !important;
  font-weight: 600;
  color: hsl(0, 0%, 50%);
  background-color: #F5F7FB;
  border: 1px solid #ccc !important;
}

.select-dates .floating-inputs,
.select-dates .floating-select {
  height: auto;
}

.header-search {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
  align-items: center;
}

.header-search .form-control {
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding-left: 0.5em !important;
  font-weight: 700 !important;
}

.form-control::placeholder {
  color: #000 !important;
}

.text-danger.select-date {
  color: #dc3545 !important;
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: -12px;
  margin-left: 5em;
}

.deposit-search {
  padding: 10px 3px;
}

.search-header {
  display: flex;
  gap: 0.5em;
  justify-content: flex-end;
}

.deposit-btn {
  color: #fff;
}

.auth-bg-img{
	background-image: url(../admin-assets/images/efi-aut-bg-img.png);
	background-position: 100% 15%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .darkmode-toggle{
	display: none;
  }

  .card table th:first-child{
	border-top-left-radius: .5rem;
	border-bottom-left-radius: 0;
  }

  .card table th:last-child{
	border-bottom-right-radius: 0rem;
  }

  .fill-text-warning{
	stroke:#ff9800;
  }

  .fill-text-success{
	stroke:#10b981;
  }

  .modal-content{
	min-width: 400px;
  }

  .w-100{
	width: 100%;
  }

  .bg-black{
	background-color:#171d28;
  }

  .hover\:bg-success-focus:hover{
	background-color:#171d28;
  }

  .active\:bg-success-focus\/90:active{
	background-color:#171d28;
  }

  .focus\:bg-success-focus:focus{
	background-color:#171d28;
  }

  #tab-folder-social-settings label span{
	display: block;
	margin-bottom: 0.5em;
  }

  #tab-folder-social-settings label.block label{
	display: block;
	margin-bottom: 0.5em;
  }

  .buy-processing-img{
    max-width: 20em;
  }

  #profile-box{
    right: -80px!important;
    top: 52px!important;
  }

  .register-phone-input .PhoneInput input {
    color: #fff;
}
table.is-hoverable.w-full.text-left.mb-4.table {
  margin-bottom: 1.5em;
}

.new-billings-pagination-sec ul {
  margin-left: 0;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0;
  display: flex;
  padding-right: 1em;
}
.settlement-header-info-sec {
  font-size: 1em;
  font-weight: 600;
}