/* @import url('https://fonts.cdnfonts.com/css/segoe-ui-4'); */
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@300;400;500;600;700&display=swap");

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

:root {
  --primary-color: #f9c201;
  --secondary-color: #ffffff;
  --tertiary-color: #000;
  /* --quaternary-color: #878E96; */
  --quaternary-color: #6b7178;
  --bg-hover: #fffbf3;
  --senary-color: #298bff;
  --overlay-bg: #f5f5f5;
  --new-action-gradient: linear-gradient(180deg, #ffffff 39.57%, rgb(249 246 246));
  --badges-success-bg: #f9fcf0;
  --badges-success-color: #7ab200;
  --badges-faile-color: #ff2222;
  --badges-pending-bg: #e89a3c21;
  --badges-faile-bg: rgb(237 56 51 / 5%);
  --new-placeholder: #d2d2d2;
  --light-color: #fff;

  /* border  */
  --border-color: #e5eaf4;
  --toastify-z-index: 99999999999999999 !important;
}

/*------------- Body -------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* -webkit-transition: 0.25s ease;
    transition: 0.25s ease; */
  overflow-x: hidden;
  position: relative;
  /* font-family: 'Segoe UI', sans-serif !important; */
  font-family: "Red Hat Text", sans-serif !important;
  color: var(--tertiary-color);
  background-color: var(--secondary-color);
  font-size: calc(0.5 * (1.5vh + 1.1vw)) !important;
  letter-spacing: 0.8px !important;
  /* background-image: url('../img/bg-body-img.png'); */
  background-size: cover;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

/*-----------------------------
  General
-----------------------------*/

/*.container {
  max-width: 1220px;
}
*/
a,
input,
textarea {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
}

.sm-padding {
  padding: 4em 0;
}

img {
  width: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.action-btn {
  --_background: var(--background, var(--primary-color));
  --_color: var(--color, var(--tertiary-color));
  --_border: var(--border, transparent);
  --_btn-width: var(--btn-width, auto);
  background: var(--_background) !important;
  color: var(--_color) !important;
  border: 1px solid var(--_border) !important;
  width: var(--_btn-width);
  padding: 0.8em 2em !important;
  text-align: center !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out !important;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px !important;
  display: inline-block;
  font-size: 0.85em !important;
  font-weight: 500 !important;
  z-index: 1;
}

.new-primary-btn::before,
.overlay::before,
.action-btn::before,
.new-overlay-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  z-index: 0;
  transition: all 0.5s ease;
}

.action-btn:hover::before,
.new-primary-btn:hover::before,
.overlay:hover::before,
.new-overlay-btn:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.new-overlay-btn:hover {
  border: 1px solid #fff !important;
}

.primary {
  --background: var(--primary-color);
  --color: var(--tertiary-color);
  --btn-width: auto;
  --border: transparent;
}

.secondary::before,
.overlay::before {
  background: rgba(0, 0, 0, 0.1);
}

.new-overlay-btn::before {
  background: rgb(249, 194, 1, 0.2);
}

.secondary {
  --background: #f9f9f9;
  --color: var(--tertiary-color);
  --btn-width: auto;
  --border: transparent;
}

.gradient {
  --background: linear-gradient(180deg, #fff, #eaeaea);
  --color: var(--tertiary-color);
  --btn-width: auto;
  --border: var(--secondary-color);
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.overlay {
  --background: transparent;
  --color: var(--tertiary-color);
  --btn-width: auto;
  --border: #e5eaf4;
}

.overlay-primary {
  --background: transparent;
  --color: var(--tertiary-color);
  --btn-width: auto;
  --border: var(--primary-color);
}

.link-btn {
  --background: transparent;
  --color: var(--senary-color);
  --btn-width: auto;
  --border: transparent;
  padding: 0 !important;
}

.copy-btn {
  --background: #eaf3ff;
  --color: var(--senary-color);
  --btn-width: 3em;
  --border: transparent;
  padding: 0 !important;
  height: 3em;
  border-radius: 50% !important;
}

/* Space nd Align style start  */
.item_center {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.item_center_column {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5em;
}

.item_center_x_5 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.item_center_x_1 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.item_line_between {
  display: flex !important;
  justify-content: space-between;
  gap: 0.5em;
}

.item_flex_x_5 {
  display: flex !important;
  align-items: center;
  gap: 0.5em;
}

.over_space_1 {
  padding: 1em;
}

.over_space_1_5 {
  padding: 1.5em;
}

.over_space_my_1 {
  padding: 1em 0;
}

.over_space_my_1_5 {
  padding: 1.5em 0;
}

.over_space_2 {
  padding: 1.5em;
}

.over_space_2_5 {
  padding: 2.5em;
}

.over_space_3 {
  padding: 3em;
}

.over_space_4 {
  padding: 4em;
}

.over_space_6 {
  padding: 6em;
}

.out_space_my_1_5 {
  margin: 1.5em 0;
}

.out_space_my_2 {
  margin: 2em 0;
}

.out_space_my_3 {
  margin: 3em 0;
}

.out_space_mx_1 {
  margin-bottom: 1em !important;
}

.out_space_mx_1_5 {
  margin-bottom: 1.5em !important;
}

.out_space_my_1_5 {
  margin-bottom: 1.5em;
}

.out_space_mx_2 {
  margin-bottom: 2em;
}

.out_space_mx_2_5 {
  margin-bottom: 2.5em;
}

.out_space_mt_1 {
  margin-top: 1em;
}

.out_space_mt_1_5 {
  margin-top: 1.5em;
}

.out_space_mt_2 {
  margin-top: 2em;
}

.out_space_mt_2_5 {
  margin-top: 2.5em;
}

/* Space nd Align style end */

/* Form Section Style start  */
.form_card {
  /* max-height: 499px; */
  height: calc(100vh - 0px);
  /* min-height: calc(100vh - 10px); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.form_card.register-form-card {
  justify-content: center;
  padding: 2em 4em;
}

.form-label {
  text-transform: capitalize;
}

.form_card .form-label,
.crypto_address_field .form-label,
.auth_deposit_form .form-label,
.deposit_form .form-label,
.deposit_address_field .form-label,
.deposit_card_form .form-label,
.change_password_form .form-label,
.delete_account_form .form-label,
.create-recipient-form .form-label,
.deposit_amount_form .form-label,
.change_form .form-label,
.form-forgot .form-label,
.business-from-card .form-label,
.buy-data-card h6 {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
}

.form_card .form-label span,
.auth_deposit_form .form-label span,
.deposit_form .form-label span,
.deposit_address_field .form-label span,
.deposit_card_form .form-label span,
.change_password_form .form-label span,
.delete_account_form .form-label span,
.create-recipient-form .form-label span,
.deposit_amount_form .form-label span,
.change_form .form-label span,
.form-forgot .form-label span,
.deposit_address_field .form-label span,
.crypto_address_field .form-label span,
.business-from-card .form-label span {
  color: red;
}

.form_card .form-control,
.wallet_sort_search .form-control,
.wallet_sort_date .rmdp-input,
.swap-modal-new .swap-token-input .form-control,
.exchange-swap-frame .swap-token-input .form-control,
.crypto_address_field .form-control,
.auth_deposit_form .form-control,
.deposit_form .form-control,
.deposit_address_field .form-control,
.deposit_card_form .form-control,
.change_password_form .form-control,
.delete_account_form .form-control,
.bank_serach_list_input .form-control,
.create-recipient-form .form-control,
.deposit_amount_form .form-control,
.change_form .form-control,
.form-forgot .form-control,
.business-from-card .form-control {
  height: 42px !important;
  border-radius: 10px !important;
  border: 1px solid var(--border-color);
  font-size: 0.9em !important;
  font-weight: 400 !important;
  color: var(--tertiary-color);
  background: transparent;
}

.crypto_address_field .form-control,
.deposit_address_field .form-control,
.form_card .form-control,
.form_card .input-group .input-group-text,
.form_card .input-group .form-control,
.business-from-card .input-group .form-control {
  background: var(--secondary-color) !important;
}

.form_card .input-group .input-group-text,
.wallet_sort_search .input-group .input-group-text,
.wallet_sort_date .input-group .input-group-text,
.wallet_sort_date .rmdp-input,
.change_password_form .input-group .input-group-text,
.delete_account_form .input-group .input-group-text,
.bank_serach_list_input .input-group .input-group-text {
  border-radius: 0px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border: 0 !important;
  background-color: transparent;
}

.form_card .input-group .form-control,
.wallet_sort_search .input-group .form-control,
.change_password_form .input-group .form-control,
.delete_account_form .input-group .form-control,
.bank_serach_list_input .input-group .form-control {
  border-radius: 0px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border: 0 !important;
  background-color: transparent;
}

.wallet_sort_date input {
  padding-left: 0.8em;
}

.form_card .input-group,
.wallet_sort_search .input-group,
.wallet_sort_date .input-group,
.change_password_form .input-group,
.delete_account_form .input-group,
.bank_serach_list_input .input-group {
  border-radius: 10px !important;
  border: 1px solid var(--border-color);
  /* overflow: hidden; */
}

.form_card .form-text {
  width: 100%;
  display: inline-block;
}

.form_card .form-text {
  margin-top: 2em;
}

.form_card .form-control:focus,
.form_card .form-control:focus-visible,
.form_card .form-control:focus-within,
.form_card .form-control:hover,
.wallet_sort_search .form-control:focus,
.wallet_sort_search .form-control:focus-visible,
.wallet_sort_search .form-control:focus-within,
.wallet_sort_search .form-control:hover,
.wallet_sort_date .rmdp-input:focus,
.wallet_sort_date .rmdp-input:focus-visible,
.wallet_sort_date .rmdp-input:focus-within,
.wallet_sort_date .rmdp-input:hover,
.swap-modal-new .swap-token-input .form-control:focus,
.swap-modal-new .swap-token-input .form-control:focus-visible,
.swap-modal-new .swap-token-input .form-control:focus-within,
.swap-modal-new .swap-token-input .form-control:hover,
.exchange-swap-frame .swap-token-input .form-control:focus,
.exchange-swap-frame .swap-token-input .form-control:focus-visible,
.exchange-swap-frame .swap-token-input .form-control:focus-within,
.exchange-swap-frame .swap-token-input .form-control:hover,
.crypto_address_field .form-control:focus,
.crypto_address_field .form-control:focus-visible,
.crypto_address_field .form-control:focus-within,
.deposit_address_field .form-control:focus,
.deposit_address_field .form-control:focus-visible,
.deposit_address_field .form-control:focus-within,
.auth_deposit_form .form-control:hover,
.auth_deposit_form .form-control:focus,
.auth_deposit_form .form-control:focus-visible,
.auth_deposit_form .form-control:focus-within,
.deposit_amount_field .form-control:hover,
.deposit_amount_field .form-control:focus,
.deposit_amount_field .form-control:focus-visible,
.deposit_amount_field .form-control:focus-within,
.deposit_amount_field .form-control:hover,
.deposit_card_form .form-control:hover,
.deposit_card_form .form-control:focus,
.deposit_card_form .form-control:focus-visible,
.deposit_card_form .form-control:focus-within,
.deposit_card_form .form-control:hover,
.change_password_form .form-control:focus,
.change_password_form .form-control:focus-visible,
.change_password_form .form-control:focus-within,
.change_password_form .form-control:hover,
.delete_account_form .form-control:focus,
.delete_account_form .form-control:focus-visible,
.delete_account_form .form-control:focus-within,
.delete_account_form .form-control:hover,
.bank_serach_list_input .form-control:focus,
.bank_serach_list_input .form-control:focus-visible,
.bank_serach_list_input .form-control:focus-within,
.bank_serach_list_input .form-control:hover,
.create-recipient-form .form-control:focus,
.create-recipient-form .form-control:focus-visible,
.create-recipient-form .form-control:focus-within,
.create-recipient-form .form-control:hover,
.deposit_amount_form .form-control:focus,
.deposit_amount_form .form-control:focus-visible,
.deposit_amount_form .form-control:focus-within,
.deposit_amount_form .form-control:hover,
.change_form .form-control:focus,
.change_form .form-control:focus-visible,
.change_form .form-control:focus-within,
.change_form .form-control:hover,
.form-forgot .form-control:focus,
.form-forgot .form-control:focus-visible,
.form-forgot .form-control:focus-within,
.form-forgot .form-control:hover,
.business-from-card .form-control:focus,
.business-from-card .form-control:focus-visible,
.business-from-card .form-control:focus-within,
.business-from-card .form-control:hover {
  border: 1px solid var(--border-color);
  box-shadow: unset !important;
}

.form_card .form-control::placeholder,
.wallet_sort_search .form-control::placeholder,
.wallet_sort_date .rmdp-input::placeholder,
.swap-modal-new .swap-token-input .form-control::placeholder,
.crypto_amount_field .form-control::placeholder,
.auth_deposit_form .form-control::placeholder,
.deposit_amount_field .form-control::placeholder,
.deposit_card_form .form-control::placeholder,
.change_password_form .form-control::placeholder,
.delete_account_form .form-control::placeholder,
.bank_serach_list_input .form-control::placeholder,
.create-recipient-form .form-control::placeholder,
.deposit_amount_form .form-control::placeholder,
.deposit_address_field .form-control::placeholder,
.change_form .form-control::placeholder,
.form-forgot .form-control::placeholder,
.business-from-card .form-control::placeholder,
.crypto_address_field .form-control::placeholder {
  color: var(--quaternary-color) !important;
  font-size: 0.9em;
  font-weight: 400;
}

.form_card_others p {
  font-size: 0.95em;
  font-weight: 400;
  color: var(--quaternary-color);
  margin-bottom: 0;
  line-height: 1.6;
  text-align: center;
}

.form_card_action p {
  font-size: 0.95em;
  font-weight: 400;
  color: var(--quaternary-color);
  margin-bottom: 0;
  line-height: 1.6;
  max-width: 400px;
}

.form_card_others .auth_link {
  color: var(--senary-color);
  text-decoration: underline !important;
  font-weight: 600;
  font-size: 0.9em;
  transition: 0.2s ease;
}

.form_card_others .auth_link:hover {
  color: var(--primary-color);
}

.form_card_titles h2 {
  font-size: 1.3em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.form_card .PhoneInput input {
  background-color: transparent !important;
  height: 45px;
  border-radius: 10px;
  font-size: 0.9em;
}

.form_card .PhoneInput {
  border: 1px solid var(--border-color) !important;
  background-color: var(--secondary-color) !important;
}

/* Form Section Style End  */
/* Modal Styles start */
.auth-otp-modal .modal-content,
.auth_2fa_modal .modal-content,
.crypto_modal .modal-content,
.auth_deposit_modal .modal-content,
.change_password_modal .modal-content,
.delete_account_modal .modal-content,
.edit_modal .modal-content,
.change-modal .modal-content,
.forgot-otp-modal .modal-content {
  padding: 2em;
}

.auth-otp-modal .modal-header,
.auth_2fa_modal .modal-header,
.auth_deposit_modal .modal-header,
.change_password_modal .modal-header,
.delete_account_modal .modal-header,
.edit_modal .modal-header,
.change-modal .modal-header,
.forgot-otp-modal .modal-header {
  padding: 0 !important;
  border-bottom: 1px solid transparent !important;
  position: absolute;
  right: 1.5em;
  z-index: 99;
}

.auth-otp-modal .modal-body,
.auth_2fa_modal .modal-body,
.onboard_modal .modal-body,
.crypto_modal .modal-body,
.auth_deposit_modal .modal-body,
.change_password_modal .modal-body,
.delete_account_modal .modal-body,
.edit_modal .modal-body,
.change-modal .modal-body,
.forgot-otp-modal .modal-body {
  padding: 0 !important;
}

.swap_modal_avater {
  text-align: center;
}

.auth_2fa-sec {
  margin: 0 auto;
}

/* Auth OTP Modal */
.auth-otp-modal {}

.auth_modal_img {
  width: 8em;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.auth_modal_content {}

.auth_modal_titles h2,
.auth_2fa_titles h2,
.auth_deposit_titles h2,
.deposit_fiat_titles h2,
.change_password_titles h2,
.delete_account_titles h2,
.change-title h2 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: var(--tertiary-color);
  text-align: center;
}

.crypto_modal_titles h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0em;
  color: var(--tertiary-color);
}

.auth_modal_titles p,
.auth_2fa_titles p,
.auth_deposit_titles p {
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  color: var(--quaternary-color);
  margin-bottom: 0;
}

.auth_modal_otp input,
.auth_2fa_action input {
  width: 45px !important;
  height: 45px;
  border: 1px solid var(--border-color) !important;
  background-color: var(--secondary-color) !important;
  border-radius: 10px;
}

.auth_modal_otp div,
.auth_2fa_action div {
  justify-content: center;
  gap: 1em;
  margin: 1.5em 0;
}

.auth_modal_time_out p {
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  color: var(--quaternary-color);
  margin-bottom: 0;
}

.auth_modal_time_out p span {
  font-weight: 600 !important;
  color: var(--tertiary-color) !important;
}

.auth_modal_resend_otp {
  text-align: center;
}

.auth_modal_resend_otp p {
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  color: var(--quaternary-color);
  margin-bottom: 0;
}

.resend_otp_btn {
  background: transparent !important;
  border: 0 !important;
  color: var(--senary-color) !important;
  padding: 0 !important;
}

.auth_otp_box {}

/* Auth OTP Modal  */
/* Modal Styles end */

.create-recipient-form .pretty.p-default input:checked~.state label:after {
  background-color: unset !important;
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" ><switch><g><path fill="%2302bc7d" d="M9.8 18c-.3 0-.5-.1-.7-.3l-4.9-5.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l4.1 4.4 8.4-9.2c.3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-.1.1-9.1 10c-.1.3-.4.4-.7.4z" ></path></g></switch></svg>') !important;
  background-position: center;
  background-size: 100%;
  padding: 0;
}

.create-recipient-form .pretty.p-default .state label:after {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.create-recipient-form .css-13cymwt-control {
  height: 45px !important;
  font-size: 0.85em !important;
  font-weight: 400 !important;
  border: 1px solid #dde1e6 !important;
  border-radius: 6px !important;
  color: #878e96 !important;
}

.create-recipient-form-back {
  display: flex;
  align-items: center;
  gap: 0.8em;
}

.create-recipient-form-back h2 {
  font-size: 1em;
  font-weight: 600;
  color: var(--black-text);
  margin-bottom: 0;
}

/* Onboard Section Style end */

/* Wallet Module Style Start  */

.table_head_titles h3 {
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tertiary-color);
}

.wallet_count {
  width: 32px;
  height: 32px;
  color: var(--tertiary-color);
  font-size: 0.7em;
  font-weight: 500;
  background: #f4f4f4;
  border-radius: 10px;
  margin-bottom: 0;
}

.table_head_titles,
.wallet_sort_form {
  display: flex;
  align-items: center;
  gap: 1em;
}

.wallet_sort_search {
  min-width: 329px;
}

.back_navigate_card {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  border: 1px solid var(--border-color);
}

/* Wallet Module Style end  */

/* Account module style start  */
.bank_list_title h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: var(--tertiary-color);
  text-align: center;
}

/* Account module style end */
/* Buy old css start */
.exchange-box {
  /* background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    border-radius: 16px; */
  box-shadow: 0px 0px 250px 0px rgba(6, 31, 17, 0.07);
  border-radius: 10px;
  background-color: #ffffff82;
  border: 1px solid #ffffff82;
  padding: 2em;
}

.exchange-box .nav-pills .nav-link.active {
  background-color: transparent;
  color: var(--tertiary-color);
  border-bottom: 3px solid var(--primary-color);
  border-radius: 0;
}

.exchange-box .nav-pills .nav-link {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  color: var(--tertiary-color);
  border-bottom: 3px solid var(--secondary-color);
  border-radius: 0;
}

.exchange-box .nav-pills {
  gap: 2em;
  justify-content: center;
  margin: auto;
}

.exchange-conversion-label {
  display: flex;
  align-items: center;
  gap: 1em;
}

.exchange-conversion-right-sec h5 {
  margin-bottom: 0;
}

.exchange-conversion-box {
  margin-top: 2em;
}

.exchange-conversion-card {
  /* grid-template-columns: 325px auto; */
  /* grid-template-columns: 275px auto; */
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.exchange-conversion-left-sec {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.border-theme-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.border-theme-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.exchange-conversion-right-sec {
  padding-left: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  word-break: break-all;
}

.exchange-conversion-right-sec h5 {
  font-size: 1em;
  font-weight: 400;
  color: var(--primary-color);
}

.exchange-conversion-right-sec h3 {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.or-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--quaternary-color);
  text-transform: uppercase;
  padding: 30px 0;
}

.or-line:before,
.or-line:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  background: rgba(0, 0, 0, 0.1);
}

.or-line span {
  padding: 0 13px;
  background: var(--secondary-color);
  position: relative;
  z-index: 2;
}

.exchange-select-sec h3 {
  font-size: 1.4em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.exchange-btn-sec p a {
  color: #7d00ff;
}

.exchange-btn-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin-top: 3em;
}

.exchange-btn-sec p {
  margin-bottom: 0;
}

.exchange-form {
  margin-top: 2em;
}

.error-card {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.error-card span {
  color: #ff0000;
  font-size: 0.9em;
  font-weight: 400;
}

.exchange-form .form-label {
  font-size: 0.85em;
  font-weight: 600;
  color: var(--tertiary-color);
}

.exchange-form .form-control {
  border-radius: 10px;
  padding-left: 16px;
  font-size: 0.85em;
  height: 45px;
}

.exchange-form textarea {
  height: auto !important;
}

.buy-flow-product-sec .exchange-form .form-control,
.login-box .exchange-form .form-control {
  background-color: #00000012 !important;
  height: 45px;
  /* border-radius: 8px!important; */
  border: 1px solid #00000012;
}

.login-box .exchange-form .input-group .input-group-text {
  border: 0px solid #00000012;
}

.login-box .exchange-form .input-group-text {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.buy-flow-product-sec .exchange-form .PhoneInput input {
  background-color: #00000012;
}

.exchange-form .form-control::placeholder {
  color: #999;
  font-size: 0.9em;
}

.exchange-form .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid var(--primary-color) !important;
}

.exchange-form .input-group:focus-within .input-group-text {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid var(--primary-color) !important;
}

.exchange-form .input-group .input-group-text {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}

.countdown-card {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
}

.countdown-box {
  background-color: var(--quinary-color);
  padding: 0.5em;
  border-radius: 5px;
  color: var(--secondary-color);
  font-size: 1em;
  font-weight: 600;
}

.countdown-card span {
  line-height: 1.8;
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

.countdown-card p {
  line-height: 1.8;
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.payment-processing-countdown-card {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
  justify-content: center;
}

.payment-text {
  line-height: 1.8;
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.buy-processing-img-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}

.payment-failure-text {
  line-height: 1.8;
  color: #db1d1d;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.payment-success-text {
  line-height: 1.8;
  color: rgb(25, 135, 84);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.buy-success-img {
  max-width: 6em;
}

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

.swap-icon {
  max-width: 4em;
}

/* .buy-crypto-sec{
    margin-bottom: 4em;
  } */

.buy-crypto-sec {
  padding: 2em 0;
}

/* Buy old css end */

/* Exchange Old style start  */

.exchange-box .nav-pills .nav-link.active {
  background-color: transparent;
  color: var(--tertiary-color);
  border-bottom: 3px solid var(--primary-color);
  border-radius: 0;
}

.exchange-box .nav-pills .nav-link {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  color: var(--tertiary-color);
  border-bottom: 3px solid var(--secondary-color);
  border-radius: 0;
}

.exchange-box .nav-pills {
  gap: 2em;
  justify-content: center;
  margin: auto;
}

.exchange-conversion-label {
  display: flex;
  align-items: center;
  gap: 1em;
}

.exchange-conversion-box {
  margin-top: 1em;
}

.exchange-conversion-card {
  /* grid-template-columns: 325px auto; */
  grid-template-columns: 275px auto;
  display: grid;
}

.exchange-conversion-left-sec {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.border-theme-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.border-theme-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.exchange-conversion-right-sec {
  padding-left: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.exchange-conversion-right-sec h5 {
  font-size: 1em;
  font-weight: 400;
  color: var(--primary-color);
}

.exchange-conversion-right-sec h3 {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.or-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--quaternary-color);
  text-transform: uppercase;
  padding: 40px 0;
}

.or-line:before,
.or-line:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  background: rgba(0, 0, 0, 0.1);
}

.or-line span {
  padding: 0 13px;
  background: var(--secondary-color);
  position: relative;
  z-index: 2;
}

.exchange-select-sec h3 {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.exchange-btn-sec p a {
  color: #7d00ff;
}

.exchange-btn-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin-top: 4em;
}

.exchange-btn-sec p {
  margin-bottom: 0;
}

.exchange-form {
  margin-top: 2em;
}

.error-card {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.error-card span {
  color: #ff0000;
  font-size: 0.9em;
  font-weight: 400;
}

.exchange-form .form-label {
  font-size: 0.85em;
  font-weight: 600;
  color: var(--tertiary-color);
}

.exchange-form .form-control::placeholder {
  color: #999;
  font-size: 0.9em;
}

.exchange-form .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--primary-color);
}

.countdown-card {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
}

.countdown-box {
  background-color: var(--quinary-color);
  padding: 0.5em;
  border-radius: 5px;
  color: var(--secondary-color);
  font-size: 1em;
  font-weight: 600;
}

.countdown-card span {
  line-height: 1.8;
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

.countdown-card p {
  line-height: 1.8;
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.payment-processing-countdown-card {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
  justify-content: center;
}

.payment-text {
  line-height: 1.8;
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.buy-processing-img-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}

.payment-failure-text {
  line-height: 1.8;
  color: #db1d1d;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.payment-success-text {
  line-height: 1.8;
  color: rgb(25, 135, 84);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.buy-success-img {
  max-width: 6em;
}

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

/* .buy-crypto-sec{
    margin-bottom: 4em;
  } */
/* Exchange Old style end  */

.default-btn:hover,
.default-btn:focus,
.default-btn:active {
  background-color: var(--primary-color);
  color: var(--tertiary-color);
}

.default-btn-outline {
  background: transparent;
  border: 1px solid var(--secondary-color);
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--secondary-color);
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
}

.default-btn-outline:hover,
.default-btn-outline:focus,
.default-btn-outline:active {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.select-option {
  display: flex !important;
  align-items: center;
  gap: 0.5em;
}

.select-input-text {
  padding: 0em !important;
  background: #e8606f !important;
  backdrop-filter: unset !important;
  -webkit-backdrop-filter: unset !important;
}

/* .exchange-btn-sec button {
  background-color: var(--primary-color);
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%);
  color: var(--secondary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 1em !important;
  font-weight: 600 !important;
  border: 0 !important;
  width: 100%;
} */

.exchange-btn-sec button:hover,
.exchange-btn-sec button:focus,
.exchange-btn-sec button:active,
.exchange-btn-sec button:focus-visible {
  /* background: linear-gradient(45deg, #FFCD00 3.44%, #F90 100%); */
  background-color: var(--primary-color) !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.landing-swap-exchange-btn-sec button {
  background-color: var(--primary-color) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%);
  color: var(--secondary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 1em !important;
  font-weight: 600 !important;
  border: 1px solid var(--primary-color) !important;
  width: 100%;
}

.landing-swap-exchange-btn-sec button:hover,
.landing-swap-exchange-btn-sec button:focus,
.landing-swap-exchange-btn-sec button:active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.form-exchange-input {
  border: none;
  font-size: 1.8em;
  font-weight: 700;
  width: 100%;
}

.round-icon {
  width: 89px;
  height: 89px;
  background-image: -webkit-linear-gradient(246deg, #2669b5, #3cdfd8);
  background-image: linear-gradient(204deg, #2669b5, #3cdfd8);
  border-radius: 45px;
  margin: 0 auto;
  color: var(--white-color);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.round-icon .icon {
  width: 36px;
  height: 36px;
  animation: spin 1s 0s infinite linear;
  fill: #fff;
}

.something-wrong {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.wallet-metamask-img-sec {
  display: flex;
  justify-content: center;
}

.wallet-metamask-img-sec img {
  width: 50px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.footer-logo {
  max-width: 15em;
}

.wallet-content .wallet-btn {
  background-color: var(--primary-color) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%);
  color: var(--secondary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 1em !important;
  font-weight: 600 !important;
  border: 1px solid var(--primary-color) !important;
  width: 100%;
}

.connect-wallet-modal .modal-header .btn-close {
  margin-top: 0.1em;
  margin-right: 1em;
  margin-bottom: 0.1em;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('data:image/svg+xml;utf8,<svg stroke="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M1.458 1.458l21.084 21.084m0-21.084L1.458 22.542" /></svg>');
}

.connect-wallet-modal .modal-header .btn-close:focus {
  box-shadow: none !important;
}

.connect-wallet-modal .modal-header .h4 {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  color: var(--tertiary-color);
}

.connect-wallet-modal .modal-body p {
  font-size: 0.9em;
  font-weight: 500;
  color: var(--quaternary-color);
}

/* .connect-wallet-modal .wallet-content{
  padding: 1.5em 3em;
} */

.connect-wallet-modal .wallet-content button {
  font-size: 0.9em;
  background: transparent;
  border: 0;
  width: 100%;
  padding: 0;
}

.connect-wallet-modal .wallet-metamask-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.connect-wallet-modal .wallet-metamask-left-sec {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.connect-wallet-modal .wallet-metamask-right-sec {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.connect-wallet-modal .wallet-metamask-img-sec {
  display: grid;
}

.connect-wallet-modal .wallet-metamask-img-sec img {
  width: 35px;
}

.wallet-metamask-info-sec h4 {
  font-size: 1em !important;
  font-weight: 600 !important;
  margin-bottom: 0;
}

.logo {
  max-width: 12em;
  font-size: 1.25rem;
}

/* FAQ Section CSS */

.faq-sec {
  background-color: #fcf9f6;
}

.faq-sec .accordion {
  background: var(--secondary-color);
  border-radius: 16px;
  padding: 2em;
}

.accordion-item {
  /* background-color: var(--secondary-color);
  color: #111;
  margin: 1em 0;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px; */
  border-bottom: 1px solid #d9dbe9 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.1em;
  color: var(--tertiary-color);
  box-shadow: none !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 1rem 0rem !important;
  border-radius: 0 !important;
}

.accordion-body {
  padding: 1rem 0rem !important;
  font-size: 1em;
  font-weight: 400;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.faq-sec .accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: var(--tertiary-color);
  font-size: 0.55em;
  font-weight: 600;
}

.faq-sec .accordion .accordion-button {
  border-bottom: none !important;
}

.faq-sec .accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq/arrow.svg);
}

.faq-sec .accordion .accordion-body {
  font-size: 0.9em;
  color: var(--quaternary-color);
  margin: 0 0 0.5em;
  font-weight: 400;
  line-height: 1.8;
}

.faq-sec .nav-pills .nav-link.active {
  background-color: var(--primary-color);
  border: 0.821579px solid var(--primary-color);
}

.faq-sec .nav-pills .nav-link {
  padding: 0.5em 2em;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  border: 0.821579px solid #d9dbe9;
  box-shadow: 0px 1.64316px 4.92947px rgba(0, 0, 0, 0.03);
  color: var(--tertiary-color);
}

.faq-sec .nav-pills {
  gap: 1em;
  justify-content: center;
}

.faq-sec .tab-content {
  padding-top: 2em;
}

.section-title-info {
  font-size: 1em;
  color: var(--tertiary-color);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2em;
}

.faq-img {
  width: 80%;
  margin-left: auto;
}

.faq-img-sec {
  text-align: right;
}

.connecting-txt {
  margin: 0;
  color: white !important;
}

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

/* Auth CSS */

.exchange-box h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1em;
}

.user-dropdown-sec {
  display: flex !important;
  gap: 1em;
  justify-items: center;
  align-items: center;
}

.user-dropdown-sec .dropdown-toggle {
  background-color: transparent !important;
  border: 0 !important;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.user-dropdown-sec .dropdown-menu {
  left: -30px !important;
  min-width: 185px;
  border-radius: 10px;
}

.fill-unset {
  fill: #fff !important;
}

/* .user-dropdown-sec .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 1em;
    color: #171717;
    font-size: 0.85em;
    padding: 0.8em 1em !important;
    text-decoration: none !important;
} */

.user-dropdown-sec .dropdown-menu a:hover {
  background-color: #f6f7f7;
}

.user-dropdown-sec .dropdown-toggle span {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 0.9em;
  /* display: -webkit-box; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* width: 10em; */
}

.header-nav-center .ms-auto.navbar-nav {
  align-items: center;
  gap: 0.5em;
}

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

.auth-footer-link a {
  color: #7d00ff;
}

.user-dropdown-sec .dropdown-toggle {
  background-color: transparent !important;
  border: 0 !important;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.user-dropdown-sec .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #171717;
  font-size: 0.85em;
  padding: 0.8em 0.5em !important;
  text-decoration: none !important;
}

.user-dropdown-sec .dropdown-menu a:hover {
  background-color: #f6f7f7;
}

.user-dropdown-sec .dropdown-toggle::after {
  display: none;
}

.profile-sec {
  min-height: 100vh;
}

.profile-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 84px);
}

.profile-header-sec {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 2em;
  width: 100%;
}

.profile-user-info h4 {
  color: var(--on-primary);
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.profile-user-info h5 {
  color: #757575;
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 1.2em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.profile-user-info h5:last-child {
  margin-bottom: 0;
}

.profile-header-sec {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
}

.profile-header-left-sec {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}

.profile-img-change-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 9em;
}

.profile-img-change-sec img {
  width: 9em;
  height: 9em;
  object-fit: cover;
  border-radius: 50%;
}

.profile-img-change-sec input[type="file"] {
  display: none;
}

.profile-img-edit-icon {
  position: absolute;
  bottom: 20px;
  right: 5px;
  background-color: var(--secondary-color);
  border-radius: 50%;
}

.edit-profile-header-sec {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 2em;
  width: 100%;
}

.profile-upadte-btn {
  margin-top: 2em;
}

.profile-header-right-sec {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.exchange-history-list-card table th {
  color: var(--tertiary-color);
  color: #6e6d8e;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: middle;
}

.exchange-history-list-card table td {
  color: var(--tertiary-color);
  font-size: 0.9em;
  font-weight: 600;
  vertical-align: middle;
}

.exchange-amount-sec h5 {
  color: rgba(11, 11, 18, 0.87);
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0;
}

.exchange-wallet-address-card h5 {
  color: rgba(11, 11, 18, 0.87);
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.exchnage-wallet-address-sec {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
}

.exchange-wallet-address-card {
  display: flex;
  align-items: center;
  gap: 1em;
}

.exchange-transaction-hash-sec {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
}

.exchange-amount-sec {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
}

.transaction-success {
  background-color: #ecfff4;
  border-radius: 4px;
  padding: 0.5em 2em;
  min-width: 120px;
  text-align: center;
  color: #27ae60;
  font-size: 0.9em;
  font-weight: 600;
}

.transaction-failed {
  background-color: rgba(244, 105, 105, 0.12);
  border-radius: 4px;
  padding: 0.5em 2em;
  min-width: 120px;
  text-align: center;
  color: #f46969;
  font-size: 0.9em;
  font-weight: 600;
}

.transaction-pending {
  background-color: rgba(239, 196, 45, 0.13);
  border-radius: 4px;
  padding: 0.5em 2em;
  min-width: 120px;
  text-align: center;
  color: #efc42d;
  font-size: 0.9em;
  font-weight: 600;
}

.transaction-initiated {
  background-color: rgba(0, 181, 225, 0.11);
  color: #00b5e1;
  border-radius: 4px;
  padding: 0.5em 2em;
  min-width: 120px;
  text-align: center;
  font-size: 0.9em;
  font-weight: 600;
}

.exchange-status-sec {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
}

.PhoneInput {
  display: flex;
  align-items: center;
  height: 42px;
  border: 1px solid var(--border-color);
  width: 25em;
  border-radius: 10px;
  width: 100%;
  padding: 0 18px 0 14px;
  font-size: 0.9em;
}

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

.PhoneInput input {
  border: none;
  outline: none;
}

.no-data-img {
  width: 10em;
  margin: 0 auto;
}

.no_data_content {
  min-height: 599px;
  gap: 1em;
}

.no-bot-exists-info h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tertiary-color);
}

/* Bank Account View CSS */

.bank-account-sec {
  padding: 4em 0;
}

.bank-account-box {
  border: 1px solid #dde1e699;
  padding: 2em;
  border-radius: 16px;
  /* min-height: 82vh; */
}

.bank-account-form .form-label {
  font-size: 0.9em;
  font-weight: 700;
  color: #55575b;
  line-height: 1.5;
}

.bank-account-form .form-control {
  border: 1px solid #e7e7e7 !important;
  border-radius: 16px !important;
  background-color: transparent !important;
  height: 3em;
  font-size: 0.9em;
  font-weight: 500;
}

.bank-account-form textarea.form-control {
  height: auto;
}

.bank-account-form .form-control:focus {
  box-shadow: none !important;
}

.bank-account-form .form-control::placeholder {
  color: #50506b80;
  font-size: 0.9em;
  font-weight: 400;
}

.bank-account-img-sec {
  text-align: right;
}

.bank-account-img-sec .bank-account-img {
  width: 100%;
  max-width: 25em;
}

.bank-account-list-card {
  /* border: 1px solid #E7E7E7;
  background-color: #F9F9F9;
  border-radius: 16px; */
  box-shadow: 0px 0px 250px 0px rgba(6, 31, 17, 0.07);
  border-radius: 10px;
  background-color: var(--secondary-color);
  border: 1px solid #f8e6e647;
  /* padding: 2em; */
}

.bank-account-list-item {
  padding: 1.5em;
}

.bank-account-list-box {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 1em;
}

.bank-account-list-footer-sec {
  /* background-color:#FAFAFA; */
  padding: 1em 0em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 0.5em;
}

.bank-account-list-header-left-sec h4 {
  color: var(--tertiary-color);
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0.6em;
}

.bank-account-list-header-left-sec p {
  color: #979ba2;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: 500;
}

.bank-account-list-header-sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bank-account-list-header-sec .make-primary-btn {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0em !important;
}

.bank-account-list-header-sec .edit-btn {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0em !important;
}

.bank-account-list-header-sec .delete-btn {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0em !important;
}

.bank-account-list-header-right-sec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}

.bank-account-list-primary-badge-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}

.bank-account-list-body-sec .bank-account-list-account-number-sec h4 {
  color: var(--tertiary-color);
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0;
}

.bank-account-list-account-number-sec {
  padding: 1em 0;
}

.bank-account-list-footer-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bank-account-list-ifsc-code-sec {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.bank-account-list-type-sec {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.bank-account-list-ifsc-code-sec span {
  font-size: 0.8em;
  font-weight: 600;
  color: var(--tertiary-color);
}

.bank-account-list-type-sec span {
  font-size: 0.8em;
  font-weight: 600;
  color: var(--tertiary-color);
}

.bank-account-list-card.bank-account-list-primary-card .bank-account-list-item {
  background: linear-gradient(100.21deg, #fff5f5 11.25%, #fffbec 100.93%);
  background-color: #fff8ed;
  /* background-color: #d2daf4; */
  border-radius: 16px;
}

.bank-account-list-primary-badge {
  background-color: #eaffec;
  border-radius: 4px;
  padding: 0.5em 1em;
  font-weight: 600;
  font-size: 0.7em;
  text-align: center;
  color: #197e23;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.8em;
  justify-content: center;
}

.bank-account-top-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}

.bank-account-top-sec h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.bank-account-top-sec .default-btn {
  /* background: linear-gradient(281deg, #FFCD00 3.44%, #F90 100%); */
  background-color: var(--primary-color);
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--secondary-color) !important;
  display: inline-block;
  border: 0 !important;
  font-size: 0.9em;
  font-weight: 600;
}

.bank-account-top-sec .default-btn:hover,
.bank-account-top-sec .default-btn:focus,
.bank-account-top-sec .default-btn:active {
  color: var(--secondary-color);
  /* background: linear-gradient(45deg, #FFCD00 3.44%, #F90 100%); */
  background-color: var(--primary-color) !important;
  border: 0 !important;
}

.bank-account-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1em;
}

.errorMsg {
  color: red;
  text-align: right;
  font-size: 0.8em;
  text-transform: capitalize;
}

.bank-account-list-footer-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.exchange-btn-sec.profile {
  align-items: center;
  gap: 1em;
  margin-top: 2em;
  display: flex !important;
  flex-direction: row !important;
}

.profile-footer {
  border: 0px !important;
  margin-bottom: 0px;
  padding: 5px 0px !important;
}

input.form-control.email-disable {
  background-color: #fff;
}

.no-bank-details-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
}

.add-product-upload-box {
  border: 1px dashed var(--primary-color);
  box-shadow: inherit;
  color: var(--active-color);
  height: 50px;
  background: #ffffff99;
  border-radius: 0.235rem;
  min-height: 10em;
  /* margin-bottom: 1em; */
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.3em;
  height: 100%;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
}

.exchange-form .form-control:disabled {
  border-radius: 4px;
  border: 0;
  /* padding-left: 0px; */
  border-bottom: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
}

.add-product-upload-box p {
  font-size: 0.9em;
  color: var(--tertiary-color);
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.6;
}

.add-product-upload-box p span {
  font-size: 0.8em;
  color: var(--quaternary-color);
  font-weight: 500;
}

.preview-added-image {
  width: 12em;
  margin: 10px auto 0;
  position: relative;
}

.preview-cancel {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 1.5em;
  height: 1.5em;
  background-color: var(--primary-color) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 50% !important;
}

.product-preview {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.bank-details span {
  font-size: 0.9em;
  font-weight: 500;
  color: var(--quaternary-color);
  margin-bottom: 0;
}

.bank-details p {
  font-size: 0.9em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
}

.bank-account-details h4 {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
}

.payment-tabs-card .nav-pills .nav-link {
  background: #f9f9f9 !important;
  padding: 0.6em 2em !important;
  text-align: center;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  /* border-radius: 50px; */
  /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
  color: var(--tertiary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  border: 0 !important;
  height: 45px;
}

.nav-pills .nav-link {
  color: #000 !important;
  font-weight: 600;
}

.wallet-full-transaction-table .nav-item {
  border-bottom: 0px !important;
}

.admin-crypto-details-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  justify-content: center;
}

.admin-crypto-details-sec {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  background: rgba(57, 57, 57, 0.07);
  border-radius: 8px;
}

.admin-crypto-details-sec p {
  padding: 0.5em 1em;
  font-size: 0.9em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0;
  width: 100%;
}

img.close-icon {
  width: 24px;
  height: 24px;
}

.bank-details-full-card {
  padding: 2em;
  border-radius: 16px;
  /* background: linear-gradient(100deg, #D4DEFF 11.25%, #F3F6FF 100.93%); */
  /* background: linear-gradient(100.21deg, #FFF5F5 11.25%, #FFFBEC 100.93%); */
  background: #ffffff99;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5.5px);
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.bank-details-full-card-middle {
  padding: 0.5em 0;
}

.bank-details-full-card-top {
  display: grid;
  gap: 1em;
  align-items: center;
  grid-template-columns: 84px auto;
}

.bank-details-card-top-img {
  width: 5em;
  height: auto;
}

.bank-details-card-top-img .bank-logo-frame {
  width: 100%;
  object-fit: contain;
}

.bank-details-card-top-info h4 {
  color: var(--tertiary-color);
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0.3em;
}

.bank-details-card-top-info p {
  color: #979ba2;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: 500;
}

.bank-details-full-card-middle h4 {
  color: var(--tertiary-color);
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 1em;
}

.bank-details-card-top-ifsc-code-sec {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
}

.bank-details-card-top-ifsc-code-sec span {
  font-size: 0.8em;
  font-weight: 600;
  color: var(--tertiary-color);
}

.bank-details-full-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.withdraw-history-btn .rejected-btn {
  color: #000;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  background-color: transparent !important;
  display: inline-block;
  padding: 0.5em 1em !important;
  width: 120px;
  border-radius: 0.375rem;
}

.profile-avatar-finger-print-area button.default-btn.kyc-btn.btn.btn-primary {
  /* background: linear-gradient(281deg, #FFCD00 3.44%, #F90 100%) !important; */
  background-color: var(--primary-color);
  padding: 0.6em 2em !important;
  text-align: center;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
  color: var(--secondary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  border: 0 !important;
}

.user.profile-image {
  width: auto;
  height: auto;
  object-fit: contain;
}

.modal-footer {
  border-top: 0px !important;
}

.swap-exchange {
  margin-top: 0px !important;
}

.currency-text {
  text-align: right;
}

img.swap-img {
  width: 2em;
  height: 2em;
}

.single-page-title {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 1em;
}

.single-page-title h3 {
  font-size: 1em;
  margin: 0;
  font-weight: 700;
}

img.swap-img {
  width: 3em;
  height: 3em;
}

.back-arrow-btn-sec {
  display: flex;
  gap: 1em;
  align-items: center;
}

.back-arrow-btn-sec h4 {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.admin-crypto-details-box .token-need {
  font-size: 1em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.admin-crypto-details-box .token-need span {
  color: var(--primary-color);
  font-weight: 600;
}

.account-address {
  font-size: 14px;
}

.exchange-conversion-left-sec {
  padding-right: 8px !important;
}

.device-hamber-btn {
  background-color: unset !important;
  border: none !important;
  padding: 0 !important;
}

.header-nav-center-devices {
  display: none;
}

.devices-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-right-wrap {
  display: flex;
}

.devices-nav-links .collapse:not(.show) {
  display: block !important;
}

.resp-offcanvas .offcanvas-body {
  background: var(--secondary-color);
}

.bank-details-full-card-middle h4:last-child {
  margin-bottom: 0em;
}

.qr-code {
  width: 8em;
  height: 8em;
  margin: auto;
}

button.default-btn.accounts.btn.btn-primary {
  margin-right: 1em;
}

.bank-account-country {
  text-transform: uppercase;
}

.account-type {
  text-transform: capitalize;
}

/* .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 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.5em;
}

.data-picker-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.5em;
}

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

.select-dates .rmdp-input {
  border: 0 !important;
  border-radius: 5px;
  height: 3.5em !important;
  text-align: center;
  margin: 1px 0;
  padding: 2px 5px;
  text-align: center;
  height: 45px !important;
  font-size: 0.85em !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;
}

button.search-btn.btn.btn-primary {
  /* background: linear-gradient(281deg, #ffcd00 3.44%, #f90); */
  /* background-color: var(--primary-color);
  border: 0px;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; */
}

button.close-btn.btn.btn-primary {
  background-color: #ff5724 !important;
  border: 0px;
  align-items: center !important;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 0.5em; */
}

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

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

.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; */
}

button.btn.space-x-2.btn.rounded-full.bg-success.btn.btn-primary {
  font-weight: 700 !important;
  font-size: 1em;
  border: 0px !important;
  display: flex;
  gap: 0.3em;
  align-items: center;
  justify-content: center;
  padding: 0.6em 1em;
}

.wallet-full-transaction-sort span {
  font-size: 1em;
  font-weight: 700;
  color: var(--tertiary-color);
  padding-right: 0.4em;
}

.transaction-header.modal-header {
  border-bottom: 0px;
  text-align: center !important;
  padding-bottom: 0px;
  padding-left: 2em !important;
}

.copy-payment_id {
  cursor: pointer;
}

.transaction-completed {
  color: #27c579;
}

span.transaction-format,
.transaction-details {
  padding-left: 8px;
  word-break: break-all;
}

/* New Landing Page CSS */

.logo {
  max-height: 70px;
  object-fit: contain;
}

.navbar-logo img {
  max-height: 80px;
  object-fit: contain;
}

.header-nav-center-1 {
  padding: 0.5em 0;
  /* border-bottom: 1px solid rgba(11,34,56,0); */
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
  /*  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;*/
  background: #f0ede2;
  /* box-shadow: 0px -1px 28px 0px #070A181C; */
  backdrop-filter: blur(6.5px);
  position: relative;
  z-index: 99;
}

/* .header-nav-center-1 .navbar-brand{
  padding-left: 2.4em;
} */
/* .header-nav-center-1 .logo {
    filter: brightness(0.7);
} */

/* .header-nav-center-1 .header-padding {
    padding: 0 3em;
} */

.header-nav-center-1 .navbar .nav-link {
  font-size: 0.9em;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 0.8;
  letter-spacing: 0.5px;
  color: var(--tertiary-color);
  padding: 0.5em 1em !important;
}

.header-nav-center-1 .navbar .nav-link.active,
.header-nav-center-1 .navbar .nav-link:focus {
  position: relative;
  color: var(--tertiary-color);
}

.header-nav-center-1 .navbar-nav .nav-link.active::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  bottom: -5px;
  left: 0;
}

.dropdown-toggle::after {
  display: none;
}

.hamburger-menu {
  width: 2em;
}

/* New Home Banner CSS */

.section-title h2 {
  font-size: 2.5em;
  color: var(--tertiary-color);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.section-title {
  margin-bottom: 3em;
}

.top-space {
  margin-top: 3em;
}

.banner-new-btn-sec {
  /* display: flex; */
  /* margin-top: 1em; */
}

.new-default-secondary-btn {
  background-color: var(--secondary-color);
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tertiary-color) !important;
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  border: 1px solid var(--secondary-color);
  font-size: 0.9em;
  font-weight: 600;
}

.new-default-secondary-btn:hover,
.new-default-secondary-btn:focus,
.new-default-secondary-btn:active {
  background-color: var(--secondary-color);
  color: var(--tertiary-color);
}

.new-default-primary-btn {
  background-color: var(--primary-color) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tertiary-color) !important;
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  border: 1px solid var(--primary-color) !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  justify-content: center;
}

.new-default-primary-btn:hover,
.new-default-primary-btn:focus,
.new-default-primary-btn:active {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.new-default-primary-grey-btn {
  background-color: #fcf4e3;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tertiary-color) !important;
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  border: 1px solid#FCF4E3;
  font-size: 0.9em;
  font-weight: 600;
  justify-content: center;
}

.new-default-primary-grey-btn:hover,
.new-default-primary-grey-btn:focus,
.new-default-primary-grey-btn:active {
  background-color: #fcf4e3;
  color: var(--primary-color);
}

.header-nav-center-1 .navbar .new-default-secondary-btn {
  background-color: var(--primary-color);
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tertiary-color) !important;
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  border: 1px solid var(--primary-color);
  font-size: 0.9em !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

.header-nav-center .navbar .new-default-secondary-btn {
  background-color: var(--primary-color);
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tertiary-color) !important;
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  border: 1px solid var(--primary-color);
  font-size: 0.9em !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

/* Best Crypto Exchange CSS */

.best-crypto-exchange-box {
  background-image: url("../img/landing/best-crypto-exchange/best-crypto-exchange-bg.png");
  padding: 2em;
  border-radius: 10px;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: center;
}

.best-crypto-exchange-box h2 {
  font-size: 2.5em;
  color: var(--secondary-color);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.best-crypto-exchange-box h2 span {
  color: var(--secondary-color);
  font-weight: 800;
}

.best-crypto-exchange-info h4 {
  font-size: 1em;
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 1.5;
}

.best-crypto-exchange-info p {
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
}

.best-crypto-exchange-card {
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  padding: 1.5em;
  background: linear-gradient(312deg, rgba(255, 255, 255, 0.15) 6.1%, rgba(255, 255, 255, 0) 81.6%);
}

.best-crypto-exchange-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  margin-top: 3em;
}

.best-crypto-exchange-step-no {
  background: linear-gradient(90deg, rgba(225, 225, 225, 1) 0%, rgba(225, 225, 255, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.best-crypto-exchange-card {
  /* display: flex;
  align-items: center;
  gap: 1em;
  flex-direction: row-reverse; */
  display: grid;
  grid-template-columns: 55px auto;
  align-items: center;
}

.best-crypto-exchange-icon-sec {
  width: 2.5em;
}

/* Our Features CSS */

.our-features-sec {
  /* background-color: #FCF3E2; */
  background: url(../img/gif/iconbackground.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  position: relative;
}

.our-features-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  text-align: center;
}

.our-features-info h4 {
  font-size: 1em;
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 1.5;
}

.our-features-info p {
  line-height: 1.8;
  color: var(--secondary-color);
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
}

.our-features-icon {
  height: 3.5em;
  height: 3.5em;
  object-fit: contain;
}

.our-features-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #000, transparent) !important;
}

/* New Footer CSS */

.call-to-action-box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  padding: 2em;
  background: linear-gradient(269.19deg,
      #2f291c 0.52%,
      rgba(17, 21, 22, 0.35) 48.51%,
      rgba(255, 255, 255, 0) 106.38%);
  /* background: linear-gradient(269deg, #1C222F 0.52%, rgba(17, 21, 22, 0.35) 48.51%, rgba(255, 255, 255, 0.00) 106.38%); */
}

.call-to-action-left-sec h3 {
  font-size: 2em;
  color: var(--secondary-color);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.call-to-action-left-sec p {
  line-height: 1.8;
  color: #7d7d7d;
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  max-width: 700px;
}

.call-to-action-btn-sec {
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
}

.call-to-action-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4em;
}

.footer-link-list {
  display: flex;
  /* align-items: center;
    justify-content: center;
    flex-wrap: wrap; */
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 2em;
  align-items: center;
  justify-content: center;
}

.footer-link-list li a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.9em;
  font-weight: 500;
  color: var(--secondary-color);
}

.footer-link-sec {
  padding: 2em 0;
  border-bottom: 1px solid #ffffff52;
}

.footer-about-logo-img {
  /* filter: contrast(0.5); */
  max-width: 15em;
}

.footer-social-link-sec ul li a {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #ffffff38;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.footer-social-link-sec h4 {
  font-size: 1em;
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.footer-social-link-sec ul {
  display: flex;
  margin-top: 1em;
  margin-bottom: 0;
  gap: 1em;
}

.footer-item-box {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 1em;
  padding-top: 2em;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-about-logo-img-sec {
  margin-bottom: 1.5em;
}

.footer-quick-card {
  display: flex;
  align-items: center;
  gap: 1em;
}

.footer-quick-card p {
  font-size: 0.85em;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--secondary-color);
}

.footer-quick-card a {
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--secondary-color);
}

.footer-company-info-sec ul li {
  margin-bottom: 1em;
}

.footer-company-info-sec h4 {
  font-size: 1em;
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
}

.footer-company-info-sec ul li a {
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--secondary-color);
}

.footer-company-info-sec ul li:last-child {
  margin-bottom: 0;
}

.footer-company-info-sec ul {
  margin-bottom: 0;
}

.footer-about-info p {
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 1em;
  color: var(--secondary-color);
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.footer-about-info p+p+p+p {
  margin-bottom: 0;
}

.footer-about-info {
  margin-top: 1.5em;
}

.nav-menu-repo {
  display: none;
}

.nav-mobile-menu .navbar-nav {
  flex-direction: column !important;
}

.nav-menu-repo button {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.offcanvas {
  /* background-image: url("../img/landing/banner-bg-img.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.nav-mobile-menu .nav-link {
  color: var(--secondary-color) !important;
  font-size: 0.9em;
  font-weight: 600;
}

/* .offcanvas-header .btn-close {
    background: url("../img/icon/close.svg") center/1em auto no-repeat !important;
    opacity: 1 !important;
} */

/* .exchange-box.landing-page
{
  background-color: #593795;
} */

.modal-header .btn-close:focus {
  box-shadow: none !important;
}

.modal-content {
  border: 0 !important;
  border-radius: 16px !important;
}

/* .buy-flow-product-sec {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #4C4D8F;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  padding: 1.5em;
}

.buy-flow-product-sec .efi-exchange-swap-full-frame {
  margin-top: 0em;
  background-color: transparent;
  border: 0;
  backdrop-filter: unset;
  border-radius: 0;
  -webkit-backdrop-filter:unset;
  padding: 0;
} */

.step-2 {
  /* background: var(--secondary-color);
  border-radius: 16px;
  padding: 2em;
  padding-top: 1em; */
  /* box-shadow: 0px 0px 250px 0px rgba(6, 31, 17, 0.07); */
  /* border-radius: 10px;
  background-color: var(--secondary-color);
  border: 1px solid #f8e6e647; */
}

.step-3 {
  /* background: var(--secondary-color);
  border-radius: 16px;
  padding: 2em;
  padding-top: 1em;
  box-shadow: 0px 0px 250px 0px rgba(6, 31, 17, 0.07);
  border-radius: 10px;
  background-color: var(--secondary-color);
  border: 1px solid #f8e6e647; */
}

.step-4 {
  /* background: var(--secondary-color);
  border-radius: 16px;
  padding: 2em;
  padding-top: 1em;
  box-shadow: 0px 0px 250px 0px rgba(6, 31, 17, 0.07);
  border-radius: 10px;
  background-color: var(--secondary-color);
  border: 1px solid #f8e6e647; */
}

.landing-header span {
  color: var(--tertiary-color) !important;
  opacity: 0.8;
}

/* widget modal css */
.exchange-widget-modal .efi-exchange-swap-wrapped .efi-swap-items {
  color: var(--tertiary-color) !important;
  text-align: center;
}

.exchange-widget-modal .efi-exchange-swap-wrapped .efi-swap-items.active {
  border-color: var(--primary-color) !important;
}

.wallet-full-transaction-sort .css-s8q6nw-singleValue {
  color: #000 !important;
}

.cookie-txt:hover {
  color: #e3bb08 !important;
}

.aed-currency .css-s8q6nw-singleValue {
  color: #000 !important;
}

select.bank-select.form-select {
  font-size: 0.8em !important;
}

.buy-form {
  margin-top: -2em !important;
}

/* .header-nav-center .logo {
    filter: brightness(0.7);
} */

.best-crypto-exchange-steps-icon {
  max-width: 2em;
}

.auth-footer .call-to-action-box {
  display: none;
}

.auth-footer .footer-link-sec {
  padding-top: 0;
}

.auth-footer .new-footer-sec {
  padding-top: 2em;
}

.exchange-form .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.contact-us-img {
  width: 100%;
  margin: 0 auto;
}

/* New UI Css  */

.mb-lg {
  margin-bottom: 1.5em;
}

.loader-spinner {
  width: 5em;
  height: 5em;
  object-fit: contain;
}

.why-choose-fram-avater {
  position: relative;
}

.currency-coin-wrap {
  position: absolute;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 90px;
  bottom: -35px;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(1) .currency-coins {
  width: 9em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(9) {
  top: 0px;
  left: 230px;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(9) .currency-coins {
  width: 5em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(10) {
  top: 120px;
  left: 270px;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(10) .currency-coins {
  width: 4em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(6) {
  bottom: 0px;
  right: 60px;
  display: flex;
  justify-content: end;
  width: 100%;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(6) .currency-coins {
  width: 4em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(7) {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* height: 100%; */
  top: -200px;
  left: 160px;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(7) .currency-coins {
  width: 5em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(8) {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* height: 100%; */
  top: -150px;
  right: 35px;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(8) .currency-coins {
  width: 5em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(5) {
  display: flex;
  width: 100%;
  justify-content: end;
  top: 65px;
  left: 0px;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(5) .currency-coins {
  width: 5em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(4) {
  display: flex;
  width: 100%;
  justify-content: center;
  top: 100px;
  right: -100px;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(4) .currency-coins {
  width: 6em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(2) {
  bottom: 120px;
  left: 85px;
  /* animation: plus 1s ease infinite alternate-reverse; */
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(2) .currency-coins {
  width: 7em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(3) {
  top: 120px;
  left: 130px;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(3) .currency-coins {
  width: 6em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(11) {
  top: -40px;
  left: 100px;
}

.why-choose-fram-avater .currency-coin-wrap:nth-child(11) .currency-coins {
  width: 4em;
  height: auto;
  object-fit: contain;
}

.why-choose-fram-avater :where(.currency-coin-wrap:nth-child(2),
  .currency-coin-wrap:nth-child(7),
  .currency-coin-wrap:nth-child(4),
  .currency-coin-wrap:nth-child(3),
  .currency-coin-wrap:nth-child(4),
  .currency-coin-wrap:nth-child(5),
  .currency-coin-wrap:nth-child(6),
  .currency-coin-wrap:nth-child(8),
  .currency-coin-wrap:nth-child(9),
  .currency-coin-wrap:nth-child(10),
  .currency-coin-wrap:nth-child(11)) .currency-coins {
  animation: plus 600ms ease-in-out infinite alternate-reverse;
}

/* Animations style  */
@keyframes plus {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

/* Animations style  */

/* .auth-wrapper::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #f7f7f7, transparent) !important;
} */

.something-wrong {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #f8f9fa;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  padding: 3em 2em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.crypto-live-data-box iframe {
  min-height: 650px !important;
  overflow: auto;
}

.crypto-live-data-box {
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  background: #000116;
  /* padding: 2em; */
}

.crypto-live-data-sec {
  background-color: #fcf3e2;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Our Feature CSS */

.our-feature-icon-sec {
  -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% !important;
  -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% !important;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% !important;
  -webkit-box-shadow: 0 1px 10px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(82, 85, 90, 0.1);
  box-shadow: 0 1px 10px rgba(82, 85, 90, 0.1);
  width: 4.5em;
  height: 4.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5em;
}

.our-feature-info-sec h4 {
  font-size: 1em;
  font-weight: 600;
  color: var(--tertiary-color);
  line-height: 1.5;
}

.our-feature-info-sec p {
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
}

.our-feature-card {
  background: linear-gradient(#fefcf8, #fcf3e2);
  padding: 1.5em;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.future-of-finance-img {
  max-width: 30em;
  margin-left: auto;
}

.future-of-finance-img-sec {
  text-align: right;
}

.bit-coin-frame {
  background: #fdfdfc !important;
}

.modal-title {
  font-size: 1.2em !important;
  font-weight: 600 !important;
}

#react-paginate ul {
  margin-left: 0;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0;
  display: flex;
  gap: 0.3em;
  margin-bottom: 0;
}

#react-paginate li {
  display: inline-block;
  /* border: 1px solid rgb(224, 224, 224); */
  color: var(--tertiary-color);
  cursor: pointer;
  border-radius: 10px;
}

#react-paginate li a {
  padding: 0px 0px !important;
  display: inline-block;
  color: var(--tertiary-color);
  outline: none;
  text-decoration: none !important;
  font-size: 0.85em;
  border-radius: 10px !important;
  padding: 0 !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-billings-pagination-sec {
  /* padding-top: 1em; */
}

.active-page a {
  background: linear-gradient(89.12deg, #ec9d00 0.53%, #ec9d00 96.47%) !important;
  color: var(--secondary-color) !important;
}

span.transaction-total {
  font-size: 16px;
  font-weight: 700;
}

.settlement-header-info-sec {
  text-align: center;
  height: 45px;
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.settlement-header-info-sec p {
  margin-bottom: 0em;
  font-weight: 500;
  font-size: 15px;
}

.settlement-header-info-sec span {
  background-color: rgb(232 154 0 / 20%);
  padding: 0.2em 1em;
  border-radius: 7px;
  font-size: 0.8em !important;
}

.-mr-1\.5.flex.items-center.space-x-2 {
  display: flex;
  margin-top: 1em;
}

/* New Style  */
.feature-transaction-sort-wrapped {
  margin: 2em 0;
}

.feature-transaction-sort-wrapped form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-transaction-left-frame .new-feature-form {
  min-width: 23em;
}

.feature-transaction-right-frame {
  display: flex;
  align-items: center;
  gap: 1em;
  /* grid-template-columns: repeat(3, 1fr); */
}

.table-bold-text {
  margin-bottom: 0;
  font-weight: 600;
}

.feature-wallet-card-icon {
  width: clamp(2.5em, 100%, 2.5em);
  height: clamp(2.5em, 100%, 2.5em);
}

.feature-wallet-card-icon img {
  width: 100%;
}

.feature-wallet-card-info p {
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0.5em;
  color: #7d7d7d;
}

.feature-wallet-card-info h3 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0em;
  color: var(--dark-color);
}

.feature-wallet-card {
  padding: 2em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  background: #efefef;
}

.feature-wallet-card-action {
  display: flex;
  align-items: start;
  gap: 1em;
  justify-content: space-between;
}

.feature-wallet-card-action button {
  width: auto !important;
}

.feature-wallet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  margin: 1.5em 0;
}

.feature-wallter-back-frame {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
}

.feature-wallter-back-frame button,
.feature-wallter-back-frame a {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 4px;
  border: 1px solid #efefef !important;
  height: 2.5em;
  width: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.feature-wallter-back-frame h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--dark-color);
}

.feature-content-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.feature-title-card h2 {
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
}

.feature-title-card-info h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--dark-color);
}

.feature-content-card p {
  color: #878e96;
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 1em;
}

.feature-content-card h5 {
  color: var(--dark-color);
  font-size: 0.9em !important;
  font-weight: 600 !important;
  margin-bottom: 0em;
  text-align: left !important;
  line-height: 1.5;
}

.grid-three-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1em;
}

.grid-one-layout {
  display: flex;
  grid-template-columns: repeat(1, 1fr);
  align-items: flex-end;
  justify-content: space-between;
  gap: 1em;
}

.feature-hr {
  border: 1px dashed #bbbbbb;
  margin: 1.5em 0;
}

.feature-content-footer button {
  width: 100%;
}

.feature-modal-content {
  display: flex;
  flex-direction: column;
  gap: 4em;
}

.theme-back-avater {
  background: url("../img/exchange/wallet-swap-theme.png") no-repeat 0 #fff;
  background-size: cover;
}

.white-back-avater {
  background: url("../img/exchange/wallet-swap-white.png") no-repeat 0 #fff;
  background-size: cover;
}

.new-primary-btn {
  background-color: var(--primary-color) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px !important;
  /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
  color: var(--tertiary-color) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  border: 0 !important;
  width: 100%;
}

.new-action-btn {
  background: var(--new-action-gradient) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px !important;
  /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
  color: var(--dark-color) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  border: 1px solid #00337d24 !important;
  /* width: 100%; */
}

.new-overlay-btn {
  background: transparent !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px !important;
  /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
  color: var(--primary-color) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  border: 1px solid var(--primary-color) !important;
  width: 100%;
}

.new-secondary-btn {
  background: var(--secondary-color) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px !important;
  /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
  color: var(--dark-color) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  border: 0 !important;
  width: 100%;
}

.new-view-btn {
  background: var(--new-action-gradient) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px !important;
  /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
  color: var(--dark-color) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  border: 1px solid #e9e9e9 !important;
  width: 100%;
}

.new-action-frame {
  margin-top: 2em;
  /* Don't Remove this space */
}

.layout-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
}

@media (max-width: 991px) {
  .layout-element {
    gap: 1em !important;
  }
}

.new-badges-card {
  padding: 0.8em 1.6em;
  font-size: 0.9em !important;
  font-weight: 500 !important;
  text-align: center;
  border-radius: 20px;
  margin: 0;
}

.new-badges-card.success {
  background: var(--badges-success-bg);
  color: var(--badges-success-color);
}

.new-badges-card.pending {
  background: var(--badges-pending-bg);
  color: var(--primary-color);
}

.new-badges-card.faile {
  background: var(--badges-faile-bg);
  color: var(--badges-faile-color);
}

/* modal  */
.new-modal-custome .modal-body,
.swap-modal-new .modal-body {
  padding: 2em !important;
}

.new-modal-custome .modal-header,
.swap-modal-new .modal-header {
  border-bottom: 0 !important;
  padding: 0 !important;
}

.new-modal-custome h4,
.swap-modal-new h4 {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--tertiary-color);
  text-align: center !important;
}

.new-modal-custome .modal-header .btn-close,
.swap-modal-new .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
}

/* table */
.new-feature-table {
  margin-bottom: 0 !important;
}

.new-feature-table thead tr th {
  background-color: #fefaf2 !important;
  padding: 1em;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.new-feature-table thead tr th:first-child {
  border-top-left-radius: 10px;
}

.new-feature-table thead tr th:last-child {
  border-top-right-radius: 10px;
}

.new-feature-table tbody tr {
  border: 1px solid #1446791f;
}

.new-feature-table tbody tr td {
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
  padding: 1.3em;
}

.feature-primary-profile-card {
  /* background: #faf8f5; */
  padding: 1.5em;
  border-radius: 10px;
  /* height: 100%; */
  position: sticky;
  top: 0em;
}

.feature-second-profile-card {
  padding: 1.5em;
  border-radius: 10px;
  /* border: 1px solid #00337d24 !important; */
}

.feature-primary-profile-dp {
  width: 6em;
  height: 6em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--badges-pending-bg) !important;
}

.cusomte-width {
  min-width: 799px;
}

.feature-primary-profile-dp image {
  width: 100%;
}

.feature-primary-profile-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.feature-primary-profile-info,
.feature-primary-profile-info .feature-primary-profile-details {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}

.feature-primary-profile-info h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tertiary-color);
}

.feature-primary-profile-info p {
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0;
  color: #979ba2;
}

.feature-primary-profile-info .feature-primary-profile-details h5 {
  font-size: 0.95em;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--tertiary-colo3);
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.feature-primary-profile-info-right {
  display: flex;
  align-items: center;
  gap: 2em;
}

.feature-second-profile-card {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.feature-primary-profile-card {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
}

.feature-primary-profile-info-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.feature-second-profile-right-icons {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0.3em; */
  background: #fafafa;
  border-radius: 50%;
}

.feature-second-profile-right-info h3 {
  font-size: 1em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
}

.feature-second-profile-right-info p {
  font-size: 0.9em;
  font-weight: 400;
  color: var(--tertiary-color);
  margin-bottom: 0em;
}

.feature-second-profile-right {
  display: flex;
  align-items: center;
  gap: 2em;
}

.feature-info-details-grid {
  background: #faf8f5;
  padding: 1em;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1em;
}

.info-details-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.feature-profile-content-frame {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.profile_card {
  padding: 2em 0;
}

.feature-transaction-right-frame .css-s8q6nw-singleValue {
  color: #000 !important;
}

button.search-btn.date-cancel {
  border: 0px;
  background: no-repeat;
}

button.search-btn {
  background: none;
  border: 0px;
}

button.date-cancel {
  background: none;
  border: 0px;
}

.feature-wallter-back-frame {
  padding-top: 1em;
}

.feature-second-profile-cards {
  padding: 0.5em;
  border-radius: 10px;
  border: 1px solid #00337d24 !important;
}

button.default-btn.kyc-btn.btn.btn-primary {
  background-color: var(--primary-color) !important;
  border: 0px;
  color: #fff !important;
  font-weight: 500;
}

.back-btn:hover {
  background-color: var(--primary-color) !important;
}

/* sign up style */

.signup-card {
  display: flex;
  /* overflow: hidden; */
}

.signup-tabs {
  background: var(--secondary-color);
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.signup-tabs-head h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.signup-tabs-head p {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--quaternary-color);
  margin-bottom: 2em;
}

.signup-tabs-box {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 1em;
}

.signup-tabs-card {
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  border-radius: 10px;
  border: 1px solid #f6f6f6;
}

.signup-tabs-card h4 {
  font-size: 0.9em;
  font-weight: 500;
  color: #8f9899;
  margin-bottom: 0;
}

.signup-tabs-card h3 {
  font-size: 1em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.signup-tabs-card p {
  font-size: 0.85em;
  font-weight: 400;
  color: #8f9899;
  margin-bottom: 0;
}

.signup-card-active {
  border: 0.5px solid var(--warning, #ff8a00);
  box-shadow: 0px 2px 44px 0px #0000000f;
}

.signup-card-completed {
  border: 1px solid #8af795;
  background: #f1fff2;
}

.auth-step-btn-sec {
  margin: 1.5em 0;
}

.auth-step-btn {
  background: linear-gradient(270.13deg, #9f6e0d -1.69%, #ffd129 116.48%) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--secondary-color) !important;
  display: inline-block;
  border: 1px solid var(--primary-color);
  font-size: 0.9em !important;
  font-weight: 600 !important;
}

.auth-step-back-btn {
  background: #ffffff4a !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tertiary-color) !important;
  display: inline-block;
  border: 1px solid var(--primary-color);
  font-size: 0.9em !important;
  font-weight: 600 !important;
}

.recipient-table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}

.recipient-table-action {
  display: flex;
  gap: 1em;
}

.recipient-table-heading h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.recipient-from-heading h3 {
  font-size: 1em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0em;
}

.recipient-table-action .input-group {
  border: 1px solid #e5eaf4 !important;
  border-radius: 10px;
  min-width: 23em;
}

/* .recipient-table-action button {
    color: var(--secondary-color) !important;
} */

.recipient-table-action .input-group .form-control {
  height: 45px;
  border: 0 !important;
  font-size: 0.9em;
  font-weight: 400;
  background-color: transparent !important;
}

.recipient-table-action .input-group .form-control::placeholder {
  color: #878e96;
}

.recipient-table-action .input-group .form-control:focus {
  box-shadow: none;
}

.recipient-table-action .input-group .input-group-text {
  border: none;
  background: none;
}

.recipient-table-action .input-group button {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

.recipient-from-box {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

.create-recipient-btn-sec .new-overlay-btn {
  width: auto !important;
}

.create-recipient-btn-sec .default-btn {
  color: var(--secondary-color) !important;
}

.create-recipient {
  padding: 2em 0;
}

.create-recipient-btn-sec {
  display: flex;
  gap: 1em;
  justify-content: end;
}

.recipient-detail-box {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.recipient-detail-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  /* background: linear-gradient(100.21deg, #fff5f5 11.25%, #fffbec 100.93%); */
  background: var(--overlay-bg);
  border: 1px solid #acb8c240;
  border-radius: 10px;
  padding: 2em;
}

.recipient-detail-info h4 {
  color: var(--tertiary-color);
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0em;
  line-height: 1.5;
}

.recipient-detail-info p {
  color: #979ba2;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  font-weight: 400;
}

/* .recipient-detail-info{
    border: 1px solid #E1E2EB;
    background-color: var(--secondary-color);
    padding: 1em;
    border-radius: 16px;
} */

.services-card-wrapped {
  display: flex;
}

.services-card-wrapped .form-check-label {
  width: 70%;
  margin-top: 0.6em;
}

.services-card-wrapped input[type="radio"] {
  display: none;
}

.services-card-wrapped .form-check-label .form-check-input:checked+.service-card-custome {
  border-color: var(--primary-color);
  padding: 0.6em;
}

.service-card-custome {
  border: 1px dashed #ddd7ef;
  padding: 0.6em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.check-tick {
  position: absolute;
  right: 10px;
  display: none;
}

.recipient-radio-img {
  height: 2em;
  width: auto;
  object-fit: contain;
}

.services-card-wrapped .form-check-label .form-check-input:checked+.service-card-custome .check-tick {
  display: inline-block;
}

.recipient-radio-lable {
  font-size: 0.85em;
  font-weight: 500;
  color: var(--dark-color);
  margin-bottom: 2em;
}

.select-recipent-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 70vh;
}

.select-recipent-box {
  display: grid;
  grid-template-columns: repeat(2);
}

.select-recipent-heading {
  margin-bottom: 2em;
}

.select-recipent-heading h2 {
  font-size: 1.6em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.3em;
  text-align: center;
}

.select-recipent-heading p {
  color: #979ba2;
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.select-recipent-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 2em;
  border: 1px solid #64748b70;
  background: var(--secondary-color);
  height: 100%;
  border-radius: 4px;
}

.recipient-icon {
  height: 3em;
  width: auto;
  object-fit: contain;
}

.select-recipent-card h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--tertiary-color);
  text-align: center;
}

.select-recipent-card :where(h4, p) {
  margin-bottom: 0;
}

.select-recipent-card p {
  color: #979ba2;
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
}

.selected-recipent {
  background: #ffb30014;
  border: 2px solid #ffc94c;
}

.select-recipent-submit {
  margin-top: 2em;
}

.auth-login-link {
  text-align: left;
}

/* Onboarding  */
.onboarding-avater-frame {
  background: url("../img/gif/efi-exchange-pro-banner.gif") no-repeat center;
  height: 100vh;
  background-size: cover;
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.onboarding-avater-frame-card {
  padding: 2em;
  background: #ffffff52;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2em;
}

.onboarding-avater-card-avater .onboarding-avater-sec {
  width: 18em;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.onboarding-avater-card-avater {
  text-align: center;
}

.onboarding-avater-card-info h3 {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
  text-align: center;
}

.onboarding-avater-card-info p {
  line-height: 1.8;
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
}

.onboarding-form-titles h2 {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin: 0;
}

.onboarding-form-titles {
  margin-bottom: 1em;
}

.onboard-space {
  border-bottom: 1px solid #efefef;
  margin: 1em 0;
}

.onboarding-form-frame {
  margin-left: 1em;
  height: calc(100vh - 30px);
  padding: 2em 0;
  overflow: auto;
}

.onboarding-form-frame::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.onboarding-form-initial {
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  align-items: center;
}

.onboarding-form-initial .onboarding-avater-sec {
  width: 30em;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.onboarding-form-initial-info h3 {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
  text-align: center;
}

.onboarding-form-initial-info p {
  line-height: 1.8;
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
}

.onboarding-form-initial-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

/* New Onboarding style  */
.board-wrapped {
  background: var(--secondary-color);
  border-radius: 10px;
  padding: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
}

.board-wrapped-info h3 {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0.3em;
  text-align: center;
}

.board-wrapped-info p {
  line-height: 1.8;
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
}

.board-avater-sec {
  width: 23em;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.board-wrapped-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.auth-avater-sec {
  width: 5em;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.auth-verify-info h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0;
  text-align: center;
}

.auth-verify-info p {
  line-height: 1.8;
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
}

.auth-verify-action div {
  justify-content: center;
  gap: 1em;
}

.auth-step-action {
  margin-top: 1.5em;
}

.auth-verify-action div input {
  width: 3em !important;
  height: 3em !important;
  background-color: #00000012 !important;
  border-radius: 10px !important;
  border: 1px solid #00000012;
}

.auth-verify-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5em;
}

.spinner-loader {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid transparent;
  border-right-color: var(--light-color);
  animation: l2 1s infinite linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}

.resend-link-sec {
  margin-top: 0.5em;
  text-align: right;
}

.sign-up-verification-input input[type="text"] {
  width: 45px !important;
  height: 45px !important;
  border-radius: 4px !important;
  border: 1px solid #9d9d9d !important;
  background: var(--light-color) !important;
  font-size: 1.2em;
  font-weight: 500;
}

.otp-frame-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.5em;
}

.otp-frame-title h2 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--dark-color);
  text-align: center;
  margin-bottom: 0em;
}

.otp-frame-title p {
  font-size: 0.9em;
  font-weight: 400;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 0em;
}

.otp-frame-title img {
  width: 3.5em;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.step-avater-frame-img {
  max-width: 12em;
  margin: 0 auto;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.two-step-avater-frame-img {
  text-align: center;
  margin-bottom: 1em;
}

.efi-bank-step-authentication-content ul,
.efi-bank-step-authentication-wrapped {
  display: flex;
  flex-direction: column;
  gap: 1em;
  /* margin-bottom: 0; */
}

.efi-bank-step-authentication-content {
  padding: 2em 0;
}

.efi-bank-step-authentic-card .efi-bank-step-info div {
  gap: 1em;
}

.efi-bank-step-count {
  width: 32px;
  height: 32px;
  background: #1a1a1a26;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  color: var(--dark-color);
  border-radius: 50%;
}

.efi-bank-step-info input[type="text"] {
  width: 45px !important;
  height: 45px !important;
  border-radius: 4px !important;
  border: 1px solid #9d9d9d !important;
  background: linear-gradient(112.54deg,
      rgba(1, 1, 1, 0.05) 10.29%,
      rgba(255, 255, 255, 0) 100.35%) !important;
  font-size: 1.2em;
  font-weight: 500;
}

.efi-bank-step-info p {
  font-size: 0.9em;
  font-weight: 400;
  color: #767676;
  margin-bottom: 1em;
}

.efi-bank-step-info h5 {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--dark-color);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.efi-bank-step-info h5 span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.efi-bank-step-info button {
  background: transparent !important;
  padding: 0 !important;
  border: unset !important;
}

.backup-code-modal-sec h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 1em;
  text-align: center;
}

.backup-code-modal-sec p {
  font-size: 0.85em;
  line-height: 1.8;
  margin-bottom: 1em;
  font-weight: 500;
  color: var(--gray-color);
  text-align: center;
}

.backup-code-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.backup-code-card {
  background-color: #f9f9fe;
  border-radius: 10px;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 600;
  color: var(--dark-color);
}

.backup-code-btn-sec {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2em;
  gap: 1em;
}

.otp-validation-model .modal-header {
  border-bottom: 0 !important;
}

.buy-radio-frame {
  display: flex;
  align-items: center;
  gap: 0.1em;
}

.buy-radio-frame p {
  margin-bottom: 0;
  font-size: 0.95em;
  font-weight: 500;
  color: var(--tertiary-color);
}

.custome-radio .pretty.p-icon .state .icon {
  border: 3px solid transparent !important;
}

.custome-radio .pretty .state label:before {
  border-color: var(--primary-color) !important;
}

.otp-timer {
  position: relative;
  top: 20px;
}

.change-profile-label {
  font-size: 0.9em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
}

.change-profile-label span {
  color: red;
}

.margin-btm-sm {
  margin-bottom: 1em;
}

.create-recipient .rmdp-container {
  height: 45px !important;
  border-radius: 10px !important;
  border: 1px solid #e5eaf4;
  font-size: 0.9em !important;
  font-weight: 400 !important;
  color: #878e96;
  background: transparent;
  width: 100%;
}

.create-recipient .rmdp-container .rmdp-input,
.business-from-card .rmdp-container .rmdp-input {
  padding: 0 0.75rem;
  width: 100%;
  height: 40px;
  border: 0 !important;
  background: none;
  font-size: 0.9em;
}

.create-recipient .rmdp-container .rmdp-input:focus,
.business-from-card .rmdp-container .rmdp-input:focus {
  box-shadow: none !important;
}

.wallet_sort_date .rmdp-container {
  min-width: 240px;
}

.wallet_sort_date .rmdp-input,
.business-from-card .rmdp-container {
  width: 100%;
}

.create-recipient .rmdp-container svg,
.wallet_sort_date .rmdp-container svg {
  right: 6.5px !important;
}

.create-recipient .rmdp-arrow-container {
  padding: 2px;
}

.something-went-wrong-img {
  max-width: 28em;
}

.create-recipient-form .rmdp-container,
.business-from-card .rmdp-container {
  height: 42px !important;
  border-radius: 10px !important;
  border: 1px solid #e5eaf4;
  font-size: 0.9em !important;
  font-weight: 400 !important;
  color: #878e96;
  background: transparent;
  width: 100%;
}

.create-recipient-form .rmdp-container .rmdp-input {
  padding: 0 0.75rem;
  width: 100%;
  height: 40px;
  border: 0 !important;
  background: none;
  font-size: 0.9em;
}

.create-recipient-form .rmdp-container .rmdp-input:focus {
  box-shadow: none !important;
}

.recipient-form-box-action-btn-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.onboarding-action-btn-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.create-recipient-form .rmdp-container .rmdp-arrow-container {
  padding: 2px;
}

.profile-nav-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.create-recipient-form .rmdp-container .rmdp-arrow-container {
  padding: 2px;
}

.transfer-successful-btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.transfer-successful-info-sec h2 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 1.5em;
  text-align: center;
  margin-top: -1em;
}

.transfer-successful-icon {
  max-width: 10em;
}

.transfer-successful-icon-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.note-info {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--quaternary-color);
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 0;
}

.edit-note-info-sec {
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}

.edit-note-info-sec p {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--quaternary-color);
}

.edit-profile-note-info-sec {
  display: flex;
  align-items: start;
  /* flex-direction: column; */
  justify-content: center;
  gap: 1em;
}

.edit-profile-note-info-sec p {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--quaternary-color);
}

.buy-amount-card-avater {
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: var(--overlay-bg);
}

.buy-amount-card {
  background: #ffffff99;
  border-radius: 10px;
  /* padding: 1.5em; */
}

.buy-amount-card-info p {
  font-size: 0.8em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0;
  text-align: center;
}

.buy-data-frame {
  background: var(--overlay-bg);
  padding: 2em;
  border-radius: 10px;
}

.sell_address_card {
  background: var(--overlay-bg);
  padding: 1.5em;
  border-radius: 10px;
}

.feature-profile-action .pretty.p-switch input:checked~.state:before {
  border-color: var(--badges-success-color) !important;
  background: var(--badges-success-color) !important;
}

.feature-profile-action .pretty.p-switch input:checked~.state label:after {
  background-color: var(--secondary-color) !important;
  left: 1em;
}

.table-responsive {
  scrollbar-width: thin !important;
}

/* View Page Style start  */
.view-modal-transaction .modal-header {
  border-bottom: 0 !important;
  padding: 0;
  padding-bottom: 1em !important;
}

.view-modal-transaction .modal-body {
  padding: 0;
}

.view-modal-transaction .modal-content {
  padding: 1.5em;
}

.view-modal-transaction .modal-title {
  font-size: 1em;
}

.view-box-card .view-label {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 0.5em;
  color: #a0a0a0;
  line-height: 1.3;
}

.view-box-card .view-amount {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--tertiary-color);
  line-height: 1.2;
}

.view-box-card .view-value {
  font-size: 0.85em;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tertiary-color);
  line-height: 1.2;
}

.trans-view-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* align-items: center; */
  gap: 1em;
}

.transaction-view-box {
  background: #f9f9f9;
  padding: 1.5em;
  border-radius: 10px;
}

.status {
  --_background: var(--background, var(--primary-color));
  --_color: var(--color, var(--tertiary-color));
  --_border: var(--border, transparent);
  --_btn-width: var(--btn-width, auto);
  background: var(--_background) !important;
  color: var(--_color) !important;
  border: 1px solid var(--_border) !important;
  width: var(--_btn-width);
  padding: 0.6em 2em !important;
  text-align: center !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out !important;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px !important;
  display: inline-block;
  font-size: 0.8em !important;
  font-weight: 500 !important;
  margin-bottom: 0;
}

.succes {
  --background: #418200;
  --color: var(--secondary-color);
  --btn-width: auto;
  --border: #418200;
}

.denied {
  --background: #e82b0d;
  --color: var(--secondary-color);
  --btn-width: auto;
  --border: #e82b0d;
}

.pending {
  --background: #eec71b;
  --color: var(--secondary-color);
  --btn-width: auto;
  --border: #eec71b;
}

.transaction-view-box {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
}

.transaction-value {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.view-bank-box {
  background: #fffdf6;
  padding: 1.5em;
  margin-top: 1em;
  border-radius: 10px;
}

.view-bank-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-bank-head h2 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
  color: var(--tertiary-color);
}

.view-bank-titles-info {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
}

.view-bank-info h3 {
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 0.2em;
  color: var(--tertiary-color);
  line-height: 1.4;
}

.view-bank-info p {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 0em;
  color: var(--text-color);
  line-height: 1.8;
}

.view-bank-titles-type .bank-type {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.9em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
  justify-content: end;
}

.view-bank-titles-type h5 {
  font-size: 1em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0;
  text-align: end;
}

.view-bank-titles-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-bank-full-box {
  border: 1px solid #f6f6f6;
  background: linear-gradient(90deg, #ffffff, #fff9e4);
  border-radius: 10px;
  padding: 1.5em;
}

.view-bank-info-card-title h3 {
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tertiary-color);
}

.view-bank-info-card-title {
  margin-bottom: 1.5em;
}

.view-bank-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* align-items: center; */
  gap: 1em;
}

.view-bank-full-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* align-items: center; */
  gap: 1em;
}

.view-bank-titles-card {
  margin: 2em 0;
}

.bank-details-frame {
  padding: 2em;
  background: linear-gradient(180deg, #ffffff, #fff9e4);
  border-radius: 10px;
}

.bank-details-info-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}

.bank-details-info-titles h2 {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0;
  line-height: 1.4;
}

.bank-details-info-titles h3 {
  font-size: 0.95em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0;
  line-height: 1.4;
}

.bank-details-name-card {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
}

.bank-details-name-info h3 {
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 0.2em;
  color: var(--tertiary-color);
  line-height: 1.4;
}

.bank-details-name-info p {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 0em;
  color: var(--text-color);
  line-height: 1.8;
}

.bank-details-type-card .bank-type {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.9em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
  justify-content: end;
}

.bank-details-type-card h5 {
  font-size: 1em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0;
  text-align: end;
}

.bank-details-info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bank-personal-details-card {
  padding: 2em;
  background: var(--secondary-color);
  border-radius: 10px;
}

.personal-user-titles h2 {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0;
  line-height: 1.4;
}

.personal-user-titles {
  margin-bottom: 2em;
}

.personal-user-info-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* align-items: center; */
  gap: 1em;
  /* padding: 0 1em; */
}

.benefi-user-info-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* align-items: center; */
  gap: 1em;
  /* padding: 0 1em; */
}

.personal-user-id {
  text-align: center;
  margin-bottom: 1.5em;
}

.bank-details-info-head {
  margin-bottom: 1.5em;
}

.personal-user-id h4 {
  font-size: 0.95em;
  font-weight: 400;
  margin-bottom: 0em;
  color: var(--tertiary-color);
  line-height: 1.4;
  background: var(--primary-color);
  border-radius: 20px;
  display: inline-block;
  padding: 0.5em 2em;
}

.personal-user-info-address {
  /* padding: 0 1em; */
}

.user-info-card {}

.user-info-card h5 {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 0em;
  color: var(--text-color);
  line-height: 1.8;
}

.user-info-card h3 {
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0.2em;
  color: var(--tertiary-color);
  line-height: 1.4;
}

.user-info-space {
  border-bottom: 1px solid #f4f4f4;
  margin: 2em 0;
}

.trade-fav-stock-card {
  cursor: pointer;
}

.swap-exchange .exchange-rate {
  color: #e13100;
  margin-top: 2px;
  margin-bottom: 0px;
  font-family: var(--badges-faile-color);
  font-size: 0.85em;
}

/* .tradingview-widget-container {
    height: 40em !important;
    width: 67em !important;
} */

.trade-graph {
  width: 60%;
}

.header-nav-center-1 .header-padding {
  padding: 0em 1em;
}

.header-nav-center .header-padding {
  padding: 0em 1em;
}

.trading-sec .header-nav-center-1 .header-padding {
  padding: 0em 1em;
}

.container-fluid {
  padding: 0em 2em !important;
}

/* View Page Style end */

.crypto_modal_content h4 {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--tertiary-color);
  text-align: center !important;
}

.supported-currency-list-card {
  grid-template-columns: 40px auto;
  display: grid;
  gap: 1em;
  align-items: center;
  background: linear-gradient(#fefcf8, #fcf3e2);
  padding: 1em;
  border-radius: 10px;
}

.supported-currency-list-info h4 {
  font-size: 1em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

/* Header Style Start  */
.header-center {
  background-color: #f1e7d9;
  border: 1px solid #ffffff1f;
}

.header-space {
  padding: 0.5em 3em !important;
}

.header-nav-brand .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav-left,
.header-nav-right {
  /* flex: 1; */
}

.header-nav-left .nav-item:first-child .dropdown-toggle {
  padding-left: 0 !important;
}

.header-nav-right .nav-link,
.header-nav-left .dropdown-toggle,
.header-nav-left .nav-link {
  font-size: 0.95em;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: var(--tertiary-color);
  padding: 0.5em 1.4em !important;
  /* background: #FFFFFF47;
        border-radius: 30px; */
}

.header-nav-right .flag-select__option__label {
  font-size: 0.95em;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: var(--tertiary-color);
  padding: 0 !important;
}

.header-nav-right .flag-select {
  padding: 0.4em 1.4em !important;
  /* background: #FFFFFF47;
    border-radius: 30px; */
}

.flag-select__btn,
.flag-select__option {
  padding: 0 !important;
  margin: 0 !important;
}

.header-nav-right .flag-select__options {
  padding: 10px 0 !important;
  border: 0 !important;
}

.header-nav-right .flag-select__option.has-label {
  padding: 6px 12px !important;
}

.header-nav-left .dropdown-menu {
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.header-nav-left .dropdown-menu .dropdown-item {
  padding: 0.6em !important;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: capitalize;
  color: #666 !important;
}

.header-nav-left .dropdown-menu .dropdown-item:hover {
  background: var(--primary-color);
  color: var(--secondary-color) !important;
}

/* .header-nav-right .nav-link:hover,
    .header-nav-left .dropdown-toggle:hover{
        background: var(--primary-color);
        color: var(--secondary-color);
    } */
.header-nav-right .nav-link.auth-link {
  background-color: var(--secondary-color) !important;
  border-radius: 30px;
  padding: 0.5em 1.8em !important;
}

.header-nav-right .navbar-nav,
.header-nav-left .navbar-nav {
  /* gap: 0.5em; */
}

.header-nav-left .dropdown-toggle::after,
.header-nav-right .flag-select__btn:after,
.header-nav-right .flag-select__btn[aria-expanded="true"]:after {
  width: 9px;
  height: 9px;
  border: 2px solid var(--tertiary-color);
  border-left: 0;
  border-top: 0;
  margin-left: 12px;
  transform: rotate(45deg);
}

/* Header Style End  */

/* Footer Link style Start  */
.footer-quick-link {
  padding: 2em 0;
}

.footer-quick-link-card-titles {
  margin-bottom: 1em;
}

.footer-quick-link-card-titles h4 {
  font-size: 1em;
  font-weight: 500;
  color: var(--light-color);
  margin-bottom: 0em;
}

.footer-quick-link-card-link ul {
  margin-bottom: 0;
}

.footer-quick-link-card-link ul li a {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--light-color);
}

.footer-quick-link-card-link ul li {
  margin-bottom: 0.5em;
}

.footer-quick-link-card-link ul li:last-child {
  margin-bottom: 0;
}

.footer-quick-layout_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

/* Footer CSS */

.footer-sec {
  background-color: var(--tertiary-color);
  padding-top: 3em;
  padding-bottom: 1.5em;
}

.footer-about-link-sec h3 {
  color: var(--secondary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}

.footer-about-link-list li {
  margin-bottom: 1em;
}

.footer-about-link-list li:last-child {
  margin-bottom: 0em;
}

.footer-about-link-list li a {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.footer-brand-info {
  padding-top: 2em;
}

.footer-brand-info p {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.foot-padding-ls {
  padding-left: 4em;
}

.footer-social-link-sec {
  margin-top: 2em;
}

.footer-about-link-list {
  margin-bottom: 0;
}

.footer-about-box {
  padding-bottom: 2em;
  border-bottom: 1px solid #7b7e86;
}

.footer-about-content p {
  color: var(--secondary-color);
  opacity: 0.8;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
}

.footer-about-content p+p+p {
  margin-bottom: 0;
}

.footer-about-content {
  padding-top: 3em;
}

.footer-copyright-sec p {
  color: var(--secondary-color);
  opacity: 0.8;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.footer-copyright-sec {
  padding-top: 1.5em;
}

/* Footer Link style end  */

/* Logout Style  */
.logout-icons {
  text-align: center;
  margin-bottom: 1em;
}

.currency-options {
  display: flex;
  gap: 1em;
  margin-top: 2em;
}

.currency-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: var(--secondary-color);
  position: relative;
  width: 100%;
}

.currency-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.currency-option.selected {
  border-color: var(--primary-color);
  background-color: #fff7d1;
}

.currency-label {
  font-weight: 500;
  color: var(--tertiary-color);
  font-size: 0.85em;
}

.wallet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.two-auth-icons {
  text-align: center;
  margin-bottom: 1em;
}

.recipient-ac-num {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.recipient-ac-num p {
  /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10ch; */
  margin-bottom: 0;
}

.recipient-ac-num button {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.recipient-ac-num button:hover {
  background: none !important;
  background-color: none !important;
}

/* Logout Style  */

/* Exchange Swap style */
.exchange-swap-frame .swap-token-input {
  width: 100%;
  height: auto;
  border: 1px solid #ffffff99;
  background-color: #ffffff99;
  /* padding: 2em; */
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 2em;
  font-size: 0.9em;
  font-weight: 600;
  position: relative;
  /* z-index: 999; */
}

.exchange-swap-frame .recieve-amount p {
  font-size: 0.9em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.swap-form-group-frame {
  padding: 2em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swap-form-group-frame .input-group-custome {
  padding-bottom: 1em;
}

.swap-select-frame {
  background-color: #f8f9fa;
  height: 100%;
  padding: 2em;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: right;
}

.swap-exchange-form-box .swap-select-frame {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swap-exchange-form-box .swap-select-frame .aed-currency {
  margin-bottom: 0;
}

.swap-select-frame .aed-currency {
  margin-bottom: 1em;
}

.swap-select-frame .balance {
  text-align: right;
}

.exchange-swap-frame .up-down-arrow {
  display: flex;
  border: 1px solid #ebebeb;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /* padding: 5px; */
  width: 3em;
  height: 3em;
  text-align: center;
  z-index: 9;
  background: #fff;
}

.exchange-swap-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 70px);
  /* background-image: url(../img/gif/efi-exchange-pro-banner.gif); */
  /* background: linear-gradient(150deg, rgba(249, 182, 33, 0.5) 0%, rgba(255, 246, 179, 1) 44%, rgba(191, 90, 21, 0.5) 99%); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgb(243 226 195);
}

.exchange-swap-frame .exchange-swap-card {
  background: #ffffff82;
  padding: 2em;
  border-radius: 10px;
  /* position: relative;  */
}

.swap-token-exchange-swap-icon-sec {
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 59%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

/* .swap-exchange-form-box .new-action-frame.layout-element {
    margin-top: 1em;
} */

.swap-exchange-form-box .efi-info-frame {
  margin-top: 2em !important;
}

.swap-exchange-form-box .recieve-amount h3 {
  color: #7d7d7d !important;
  font-size: 1.5em;
  font-weight: 700;
}

.swap-exchange-form-box .recieve-amount {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.swap-exchange-form-input-wrapped {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
}

.swap-exchange .exchange-rate {
  font-size: 0.85em;
  background: #0000000a;
  border: 1px dashed #0000003b;
  border-radius: 10px;
  padding: 0.7em;
  margin-top: 1.5em;
}

.exchange-swap-frame .recieve-amount h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 1em;
}

.exchange-swap-frame .efi-info-frame {
  border: 1px dashed #0000003b;
  padding: 0.7em;
  border-radius: 10px;
  background: #0000000a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #010101;
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.8;
  margin-top: 1em;
}

.exchange-swap-frame .swap-token-input .form-control {
  border: 1px solid #00000026 !important;
  color: var(--tertiary-color) !important;
}

.exchange-swap-frame .swap-token-input .form-control::placeholder {
  color: #7d7d7d !important;
}

.exchange-swap-frame .auth_modal_titles h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tertiary-color);
  text-align: center;
}

.exchange-swap-frame .auth_modal_titles {
  margin-bottom: 1em;
}

/* Exchange Swap end */
.loader-wrapper {
  position: relative;
}

.fav-loader-spinner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
}

.upcoming-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  padding: 2em;
  padding-top: 0;
}

.upcoming-wrapper-info h3 {
  font-size: 1em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0;
  text-align: center;
}

.upcoming-wrapper-avater {
  width: 14em;
  height: auto;
  object-fit: contain;
}

.border-color-btn {
  border-color: #e5eaf4 !important;
}

.efi-swap-check-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff99;
  border-radius: 10px;
  padding: 1em;
}

.exchange-swap-check-wrap {
  display: block;
}

.efi-swap-check-frame .pretty .state {
  margin-top: -1.5px;
}

.efi-swap-check-frame .pretty .state label {
  font-size: 0.85em;
  font-weight: 600;
  color: var(--dark-color);
}

.efi-swap-check-frame .pretty.p-default input:checked~.state label:after {
  background-color: var(--primary-color) !important;
}

.efi-swap-check-frame .pretty.p-default input:checked~.state label:before {
  border-color: var(--primary-color) !important;
}

.qr-code-payment-image {
  width: 135px !important;
}

.admin-wallet-qr-frame {
  display: flex;
  justify-content: center;
}

.gender-check-box .pretty .state {
  margin-top: -1px;
}

.gender-check-box .pretty .state label {
  font-size: 0.9em;
  font-weight: 400 !important;
  color: var(--tertiary-color);
  text-indent: 2em !important;
}

.preloading-sec {
  width: 100px;
  height: 20px;
  border-radius: 40px;
  color: var(--primary-color);
  border: 2px solid;
  position: relative;
}

.preloading-sec::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 25%;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: currentColor;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  50% {
    left: 100%;
    transform: translateX(calc(-100% - 4px));
  }
}

.swap-exchange .exchange-rate .text-black {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.steps-title {
  font-size: 0.8em;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.8;
  color: var(--quaternary-color) !important;
}

.steps-btn {
  display: none !important;
}

.steps-card span {
  font-size: 0.9em;
  font-weight: 600;
}

._2Jtxm._35Ago ._2kL0S {
  background-color: var(--primary-color) !important;
  color: var(--tertiary-color) !important;
}

._2Jtxm._2ZUAI ._2JvrO {
  background-color: #4caf50 !important;
}

.sell-crypto-grid {
  display: flex;
  /* grid-template-columns: repeat(2, 1fr); */
  align-items: center;
  gap: 0.5em;
  justify-content: flex-end;
}

.sell-crypto-grid .fillert-drop {
  width: auto !important;
}

.efi-swap-caution-part {
  border-radius: 10px;
  padding: 0.5em;
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  background: var(--secondary-color);
}

.caution-info {
  font-size: 0.8em;
  font-weight: 400;
  color: var(--tertiary-color);
  line-height: 1.8;
}

.deposit_bank_action_check .pretty.p-default input:checked~.state label:before {
  border-color: var(--primary-color) !important;
}

.deposit_bank_action_check .pretty.p-default input:checked~.state label:after {
  background-color: var(--primary-color) !important;
}

.deposit_bank_action_check .pretty .state label:after,
.deposit_bank_action_check .pretty .state label:before {
  border-radius: 50%;
}

.half-sized {
  width: 50% !important;
  margin-left: auto;
}

.deposit_bank_action_check .pretty.p-icon .state label {
  font-size: 0.9em;
  position: relative;
  gap: 0.5em;
  padding-left: 2.5em;
  display: flex;
  text-indent: unset;
  flex-wrap: wrap;
  /* align-items: center; */
}

.static-page-link-sec a {
  font-weight: 500;
  font-size: 0.8em;
}

.static-page-link-sec {
  padding-left: 2.2em;
}

.deposit_bank_action_check .pretty.p-icon {
  display: flex;
  flex-wrap: wrap;
  white-space: normal;
}

.deposit_bank_action_check .pretty .state label:after,
.deposit_bank_action_check .pretty .state label:before {
  top: auto !important;
  width: calc(1.4em + 2px);
  height: calc(1.4em + 2px);
}

.pretty.p-icon .state .icon {
  top: auto !important;
  /* padding: 0.15em; */
  font-size: 1.2em !important;
}

.buy-flow-product-sec .deposit_bank_action_check .pretty .state label:after,
.buy-flow-product-sec .deposit_bank_action_check .pretty .state label:before {
  border-radius: 0px !important;
}

.crypto_modal_form .efi-swap-check-frame .pretty .state label:after,
.crypto_modal_form .efi-swap-check-frame .pretty .state label:before {
  width: calc(1.4em + 2px);
  height: calc(1.4em + 2px);
}

.crypto_modal_form .efi-swap-check-frame .pretty .state {
  margin-top: -1px;
}

.crypto_modal_form .efi-swap-check-frame .pretty .state label {
  text-indent: 2.2em;
}

.crypto_modal_form .bank-details {
  border: 1px solid #f2ecec;
  border-radius: 13px;
  padding: 1.2em;
  margin-bottom: 10px;
}

.crypto_modal_form .bank-details p {
  font-size: small;
  color: #686262;
}

.efi-data-input {
  flex-wrap: unset !important;
}

.efi-data-input .input-group-text {
  background: transparent;
  border-left: 0 !important;
  border: 0;
}

.efi-data-input {
  border: 1px solid #e5e8ef !important;
  border-radius: 8px;
}

.efi-data-input .rmdp-input {
  border: 0 !important;
  font-size: 0.9em;
}

.efi-data-input .rmdp-input {
  height: 40px !important;
  min-width: 15em;
  padding-left: 10px;
}

.personal-user-id button {
  border: 0;
  background: var(--secondary-color);
  font-size: 0.8em;
  font-weight: 400;
  color: var(--primary-color);
  border-radius: 30px;
  padding: 5px 12px;
  margin-left: 1em;
}

.personal-user-id button:focus,
.personal-user-id button:hover,
.personal-user-id button:active {
  background-color: var(--secondary-color);
  border: 0;
  box-shadow: unset;
  color: var(--primary-color);
}

.static-card-aml .new-default-primary-btn {
  width: 5em;
}

.website-hide {
  display: none;
}

.td-bank-details-info h6 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.2em;
}

.create-recipient-btn-sec {
  margin-top: 1em;
}

.resp-offcanvas .btn-close {
  filter: invert(1);
}

.devices-nav-links.offcanvas-body .action-btn {
  margin-top: 1em;
}

.resp-offcanvas {
  background: linear-gradient(205deg, black, transparent);
}

.range-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.js-copyright-label {
  display: none !important;
}

.crypto_modal_content .bank-tab-card-other-wrap h4 {
  text-align: right !important;
}

.wallet-token-table thead th:last-child {
  text-align: center;
}

.wallet-token-table tr td:last-child {
  text-align: center;
}

.wallet-detail-nodata-found .no_data_content {
  min-height: auto;
}

.kyc-update-modal {
  max-height: calch(100vh - 500px);
}

iframe#chat-widget body.modal-open {
  font-size: 14px !important;
}

.board-accordian-body h5 {
  font-size: 1em;
  text-decoration: underline !important;
  font-weight: 600;
  color: var(--black-text);
  margin-bottom: 1em;
}

.deposit-manual-grid-sec {
  margin-bottom: 1.5em;
}

.air-drops-reffel-info {
  width: 100%;
}

.deposit-manual-grid-left-sec {
  background: #f7f7f7;
  border: 1px solid var(--border-color) !important;
  border-radius: 10px;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.deposit-manual-right-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.font-small {
  font-size: 0.9em !important;
}

.deposite-crypto-manual-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.onboard_modal {
  z-index: 999999 !important;
}

.activate-euro-modal {
  z-index: 999999 !important;
}

.banner-avater-img {
  margin: auto;
}

.settlement-wrapped-boxes {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 1em;
}

.modal-level-2 {
  z-index: 999999999999 !important;
  /* top modal */
}

.auth-otp-modal {
  z-index: 999999999999 !important;
}

.modal-level-2 .modal-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /* 👈 box shadow */
}

.backdrop-level-2 {
  z-index: 1300 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.air-drops-avtar {
  background: var(--tertiary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
.air-drops-reffel-box {
  margin-top: 3em;
  padding: 2em;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  gap: 2em;
} */
/* 

.air-drops-reffel-title h2 {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: .5em;
}

.air-drops-reffel-title p {
  font-size: .9em;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: -.5em;
}

.air-drops-join-box {
  background: #25282c;
  margin-top: 1em;
  padding: .5em;
  padding-left: 1em;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.air-drops-join-box h4 {
  font-size: .85em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.air-drops-join-box button {
  background: none;
  padding: none;
  border: none;
}

.air-drops-join-box button:hover,
.air-drops-join-box button:focus,
.air-drops-join-box button:active {
  background: none !important;
} */

.airdrop-reward-box {
  margin-top: 1em;
  padding: 2em;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.airdrop-reward-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.airdrop-reward-box h5 {
  font-size: .85em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 0;
  line-height: 1.8;
  margin-top: -.5em;
  text-align: center;
}

.airdrop-reward-box h5 span {
  color: var(--primary-color) !important;
  font-size: 2em;
}

.airdrop-reward-info h3 {
  font-size: 2em;
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 1.5;
  text-align: center;
}

.airdrop-reward-info h3 span {
  color: var(--primary-color);
}


.airdrop-reward-info p {
  font-size: .9em;
  font-weight: 400;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 1.5em;
}

.airdrop-reward-box ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 0;
}

.airdrop-reward-box ul li {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
}

.airdrop-reward-box p {
  font-size: .9em;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom:0;
}


.airdrop-img {
  height: 16em;
  width: auto;
  object-fit: contain;
  padding: 1.5em 0;
}

.step-icon {
  height: 2em;
  width: auto;
  object-fit: contain;
}

.airdrop-logo {
  position: absolute;
  top: 2em;
  left: 2em;
  opacity: .7;
}

.reffel-page-logo {
  position: absolute;
  top: 2.5em;
}