@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.ya-site {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #070707;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", sans-serif;
}

a {
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

*:active,
*:focus {
  box-shadow: none !important;
}

.ya-section-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 24px;
}

.ya-section-description {
  font-size: 15px;
  color: #999999;
}

.ya-section-description span {
  color: #070707;
  font-weight: 600;
}

.form-label {
  font-weight: 600;
  font-size: 15px;
  color: #454545;
  margin-bottom: 8px;
}

.form-label small {
  font-weight: 500;
  font-size: 12px;
  color: rgba(7, 7, 7, 0.55);
}

.btn {
  font-weight: 600;
  font-size: 15px;
  border-radius: 6px;
  padding: 10px 38px;
}

.btn-padding-small {
  padding: 8px 10px;
}

.btn-primary {
  background-color: #070707;
  border-color: #070707;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #999999;
  border-color: #999999;
}

.btn-icon {
  display: inline-flex;
  justify-content: center;
  gap: 12px;
}

.btn-icon img {
  transition: all ease-in-out 0.3s;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #252424;
  border-color: #252424;
  box-shadow: none;
}

.btn-outline-dark {
  border-color: rgba(7, 7, 7, 0.15);
  color: #070707;
}

.btn-outline-dark:hover img {
  filter: invert(1);
}

.btn-outline-dark:hover {
  background-color: #070707;
  border-color: #070707;
}

.btn-outline-danger {
  color: #ea523a;
  border-color: rgba(7, 7, 7, 0.15);
}

.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  color: #fff;
  border-color: #ea523a;
  background-color: #ea523a;
}

.btn-info {
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn-info:hover,
.btn-info:focus {
  color: #ffffff;
  background-color: #046ca2;
  border-color: #046ca2;
}

.btn-outline-primary:hover,
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #070707;
  border-color: #070707;
}

.form-control {
  background-color: #ffffff;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
  padding: 10px 16px;
  color: #454545;
}

.form-control:disabled,
.form-control[readonly] {
  color: rgba(7, 7, 7, 0.55);
  background-color: #f5f5f5;
}

.form-select {
  background-color: #ffffff;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
  padding: 10px 2.25rem 10px 16px;
  color: #454545;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24722 7.07129C4.86232 7.73796 3.90007 7.73796 3.51517 7.07129L0.628421 2.07129C0.243521 1.40462 0.724647 0.571289 1.49445 0.571289H7.26795C8.03775 0.571289 8.51887 1.40462 8.13397 2.07129L5.24722 7.07129Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  background-size: 9px;
}

.form-select:focus,
.form-control:focus {
  color: #454545;
  border-color: #000000;
}

.ya-input-icon-wrapper {
  position: relative;
}

.ya-input-icon-wrapper .form-control {
  padding-right: 40px;
}

.ya-input-icon {
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input[type="date"] {
  -moz-appearance: textfield;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  display: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
  border-color: #dc3545 !important;
}

.react-international-phone-input-container.is-invalid {
  border: 1px solid #dc3545 !important;
  background-image: none !important;
  border-radius: 6px !important;

  .react-international-phone-input {
    border: none !important;
  }

  .react-international-phone-country-selector-button {
    border: none !important;
  }
}

.btn-outline-success {
  color: #339f6b;
  border-color: #339f6b;
}

.btn-outline-success:hover {
  background-color: #339f6b;
  border-color: #339f6b;
}

.dropdown-toggle::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.57031L6 5.57031L2 1.57031' stroke='%23070707' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
  vertical-align: 0;
  border-top: none;
  border-right: none;
  border-left: none;
}

.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 20px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 10px;
  position: relative;
}

.dropdown-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16406 2L6.83398 7.99966L1.16406 14' stroke='%23313030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  color: #070707;
  background-color: #f5f5f5;
}

.btn-light {
  color: #1f1f1f;
  background-color: #ffffff;
  border-color: #ffffff;
}

.ya-btn-round {
  border-radius: 100px;
}

.form-check-input:checked {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.w-60 {
  width: 60%;
}

.w-20 {
  width: 20%;
}

.bg-white {
  background-color: #ffffff !important;
}

.ya-status-link {
  font-weight: 600;
  font-size: 15px;
  text-decoration-line: underline;
}

.ya-status-link.ya-positive:hover {
  color: #339f6b;
  opacity: 0.8;
}

.ya-status-link.ya-danger:hover {
  color: #ea523a;
  opacity: 0.8;
}

.ya-inner-page-subtitle {
  font-weight: 700;
  font-size: 18px;
  color: #070707;
  margin-bottom: 12px;
}

.nav-pills {
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
}

.nav-pills .nav-link {
  font-weight: 500;
  font-size: 14px;
  color: #070707;
  padding: 7px 16px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
  white-space: nowrap;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #070707;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 6px;
}

.slick-dots button {
  background-color: #dadada;
  font-size: 0;
  border: none;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}

.slick-dots button:hover,
.slick-active button {
  background-color: #454545;
}

.slick-arrow {
  position: absolute;
  top: -65px;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  font-size: 0;
  border-radius: 50%;
  background-color: #070707;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6H11M11 6L6 11M11 6L6 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev {
  right: 40px;
  transform: rotate(180deg);
}

.slick-disabled {
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.31055 6H11.3105M11.3105 6L6.31055 11M11.3105 6L6.31055 1' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.form-check-input:checked {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.ya-dashboard-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  /* height: 100%; */
}

.ya-dashboard-card .ya-dashboard-card {
  border: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-dashboard-card-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
}

.ya-dashboard-card-head .form-select {
  font-size: 14px;
  color: #454545;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: none;
  width: auto;
  padding: 6px 29px 6px 12px;
}

.ya-dashboard-card-head .btn {
  padding: 8px 10px;
}

.ya-dashboard-card-title {
  font-weight: 700;
  font-size: 18px;
  color: #070707;
  margin-bottom: 0;
}

.ya-dashboard-card-description {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
}

.table-hover > tbody > tr:hover td:focus,
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
  --bs-table-accent-bg: transparent;
}

.progress {
  font-size: 0.75rem;
  background-color: #e1e1e1;
  border-radius: 8px;
}

.progress-bar {
  border-radius: 8px;
  font-weight: 500;
  font-size: 10px;
  background-image: linear-gradient(
      -45deg,
      rgba(0, 0, 0, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, 0.15) 50%,
      rgba(0, 0, 0, 0.15) 75%,
      transparent 75%,
      transparent
    ),
    linear-gradient(180deg, #a1c181 0%, #8dc457 100%);
  background-size: 10px 10px, cover;
  /* Adjust the first value for pattern spacing */
  background-repeat: repeat, no-repeat;
}

.progress-bar[aria-valuenow="0"] {
  background-color: transparent !important;
  background-image: unset;
  color: rgba(7, 7, 7, 0.55);
}

.ya-search-input-wrapper .form-control {
  padding-left: 40px;
}

.ya-search-input-wrapper .ya-input-icon:first-child {
  left: 10px;
}

.asset-list {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f5f5f5;
  display: inline-block;
}

/* Login Page Start */
.ya-login-section {
  background-image: url(../images/login-back.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.ya-login-info {
  padding: 80px 85px 80px 60px;
  background-image: url(../images/login-img.png);
  height: 100vh;
  overflow: auto;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.ya-login-info__inner {
  width: 430px;
  max-width: 100%;
}

.ya-login-logo {
  display: inline-block;
  margin-bottom: 24px;
}

.ya-login-content {
  padding: 80px 125px 0;
  height: 100vh;
  overflow: auto;
}

.ya-login-content .ya-section-title {
  font-weight: 700;
  font-size: 28px;
  color: #070707;
  margin-bottom: 12px;
}

.ya-login-content .ya-section-description {
  color: #454545;
  margin-bottom: 0;
}

.ya-login-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ya-login-header {
  width: 400px;
  max-width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.ya-back-link {
  position: absolute;
  top: 4px;
  left: -40px;
}

.ya-back-link:hover {
  opacity: 0.8;
}

.ya-login-form {
  width: 400px;
  max-width: 100%;
  margin-bottom: 50px;
}

.ya-login-form .g-3,
.gy-3 {
  --bs-gutter-y: 12px;
}

.ya-forgot-link {
  font-weight: 600;
  font-size: 15px;
  color: #070707;
  margin: 12px 0;
  display: inline-block;
}

.ya-forgot-link:hover {
  color: #070707;
  opacity: 0.8;
}

.ya-form-notes {
  margin-top: 24px;
}

.ya-form-notes-text {
  font-size: 15px;
  color: #454545;
}

.ya-form-link {
  font-weight: 600;
  font-size: 15px;
  color: #070707;
}

.ya-form-link:hover {
  color: #070707;
  opacity: 0.8;
}

.ya-login-footer {
  padding-top: 24px;
  border-top: 1px solid rgba(7, 7, 7, 0.15);
  margin-top: auto;
}

.ya-login-footer .ya-section-description {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 16px;
}

.ya-login-right-text {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 24px;
}

/* Login Page End */
/* Email Sent Page Start */
.ya-mail-icon {
  margin-bottom: 24px;
}

.ya-email-sent-content .ya-section-title {
  font-size: 20px;
}

.ya-email-sent-content .ya-back-link {
  top: 18px;
}

.ya-password-info {
  margin-top: 12px;
}

.ya-password-info-text {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 4px;
}

.ya-password-strengths {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ya-password-strengths-list {
  display: flex;
  align-items: center;
  width: calc(100% - 60px);
  gap: 12px;
}

.ya-password-strengths-item {
  background-color: #e1e1e1;
  border-radius: 8px;
  padding: 2px;
  flex: 1;
}

.ya-password-strengths-item.active {
  background-color: #339f6b;
}

.ya-password-strengths-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  color: #339f6b;
}

/* Email Sent Page End */
/* Create New Account Page Start */
.ya-input-text {
  font-weight: 600;
  font-size: 14px;
  color: #454545;
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
}

.ya-input-text.ya-verified {
  color: #339f6b;
}

.select2-hidden-accessible {
  display: none;
}

.select2 .img-flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
}

.select2 .country-code {
  font-size: 15px;
  color: #454545;
  margin-left: 5px;
}

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

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #454545 transparent transparent transparent;
}

.select2-container .select2-selection--single {
  height: 46px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px 0px 0px 6px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 45px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #070707;
}

.mobileCountries-wrapper .select2-selection__arrow {
  display: none;
}

.mobileCountries-wrapper .select2-container {
  width: 95px !important;
}

.mobileCountries-wrapper .ya-input-icon-wrapper {
  width: calc(100% - 95px);
}

.mobileCountries-wrapper .form-control {
  background-color: #ffffff;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 0 6px 6px 0;
}

.modal-content {
  border-radius: 12px;
}

.modal-body {
  padding: 50px 20px 20px;
  position: relative;
}

.modal-body .btn-close {
  position: absolute;
  top: 32px;
  right: 32px;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}

.modal-body .btn-close:hover {
  opacity: 0.8;
}

.ya-verification-content {
  width: 375px;
  max-width: 100%;
  margin: auto;
}

.ya-modal-header {
  text-align: center;
  margin-bottom: 24px;
}

.ya-modal-header .ya-section-title {
  font-size: 28px;
  margin-bottom: 12px;
}

.ya-modal-header .ya-section-description {
  font-size: 15px;
  color: #454545;
  margin-bottom: 0;
}

.ya-otp-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 24px;
}

.ya-otp-wrapper .form-control {
  flex: 1;
  text-align: center;
}

.ya-connect-info-list {
  margin-bottom: 24px;
}

.pin-field {
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
  font-size: 15px;
  height: 44px;
  outline: none;
  text-align: center;
  transition-duration: 250ms;
  transition-property: background, color, border, box-shadow, transform;
  width: 56px;
}

@media screen and (max-width: 767px) {
  .pin-field {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.ya-connect-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ya-connect-info-item:not(:last-child) {
  margin-bottom: 24px;
}

.ya-connect-info-label {
  font-weight: 600;
  font-size: 15px;
  color: #454545;
  margin-bottom: 8px;
  margin-top: 5px;
  font-family: "Inter", sans-serif;
}

.ya-connect-info-description {
  font-size: 14px;
  color: #454545;
  margin-bottom: 0;
}

.ya-connect-btn .ya-form-notes-text,
.ya-connect-btn .ya-form-link {
  font-size: 12px;
}

.ya-mail-account-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.ya-mail-account-link {
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 8px;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ya-mail-account-link:hover {
  border: 1px solid #070707;
}

/* Create New Account Page End */

/* KYC Page Start */
.ya-kyc-header {
  background-color: #ffffff;
}

.ya-kyc-logo .img-fluid {
  width: 150px;
}

.ya-kyc-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.ya-kyc-close-link:hover {
  opacity: 0.8;
}

.ya-start-kyc-content {
  background-color: #f5f5f5;
  padding: 32px;
  min-height: calc(100vh - 80px);
  background-image: url(../images/kyc-back.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.ya-start-kyc-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  width: 505px;
  max-width: 100%;
  margin: auto;
}

.ya-start-kyc-logo {
  margin-bottom: 24px;
  display: inline-block;
}

.ya-start-kyc-header {
  margin-bottom: 24px;
}

.ya-start-kyc-header .ya-section-title {
  margin-bottom: 12px;
  font-size: 20px;
}

.ya-start-kyc-img {
  margin-bottom: 24px;
}

.ya-start-kyc-body .ya-section-description {
  font-size: 14px;
}

.ya-kyc-step-content {
  background-color: #f5f5f5;
}

.ya-kyc-step-wrapper__innner {
  display: flex;
  flex-wrap: wrap;
}

.ya-kyc-step-header {
  padding: 15px 5px;
  background-color: #ffffff;
  border-top: 1px solid rgba(7, 7, 7, 0.15);
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-kyc-step-header__inner {
  width: 1190px;
  max-width: 100%;
  margin: auto;
}

.ya-kyc-step-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 0;
  gap: 15px;
}

.ya-kyc-step-item {
  position: relative;
  min-width: 120px;
}

.ya-kyc-step-item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 85px;
  width: 218px;
  height: 10px;
  background-image: url(../images/step-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ya-kyc-step-item:last-child::before {
  display: none;
}

.ya-kyc-step-count {
  font-weight: 700;
  font-size: 18px;
  color: rgba(7, 7, 7, 0.55);
}

.ya-kyc-step-label {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(7, 7, 7, 0.55);
}

.ya-kyc-step-count img {
  display: none;
}

.ya-step-complete .ya-kyc-step-count img {
  display: inline-block;
}

.ya-step-complete .ya-kyc-step-count .ya-step-count-number {
  display: none;
}

.ya-kyc-step-item.ya-step-complete::before {
  background-image: url(../images/step-line-active.svg);
}

.ya-step-complete .ya-kyc-step-count,
.ya-step-active .ya-kyc-step-count {
  color: #339f6b;
}

.ya-step-complete .ya-kyc-step-label,
.ya-step-active .ya-kyc-step-label {
  color: #070707;
}

.ya-kyc-step-sidebar {
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  height: calc(100vh - 160px);
  overflow: auto;
}

.ya-kyc-step-sidebar-head {
  padding: 56px 56px 0;
}

.ya-kyc-step-sidebar-body {
  margin: 30px 0;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ya-kyc-step-sidebar-footer {
  padding: 0 32px 56px;
}

.ya-kyc-step-sidebar-head {
  text-align: center;
}

.ya-kyc-step-sidebar-head .ya-section-title {
  font-size: 28px;
  margin-bottom: 16px;
}

.ya-kyc-step-sidebar-head .ya-section-description {
  font-size: 15px;
  margin-bottom: 0;
  color: #454545;
}

.ya-kyc-sidebar-footer-text {
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  color: #454545;
}

.ya-kyc-sidebar-footer-text a {
  font-weight: 600;
  color: #454545;
}

.ya-kyc-sidebar-footer-text a:hover {
  opacity: 0.8;
  color: #454545;
}

.ya-kyc-step-area {
  padding: 56px;
  width: calc(100% - 500px);
  height: calc(100vh - 160px);
  overflow: auto;
}

.ya-take-selfie-active {
  padding: 0;
}

.ya-kyc-select-document-item {
  background-color: #ffffff;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
  padding: 32px 32px 26px;
  text-align: center;
}

.ya-kyc-select-document-img {
  margin-bottom: 24px;
}

.ya-kyc-select-document-img img {
  width: 100%;
}

.ya-kyc-select-document-link {
  font-weight: 600;
  font-size: 15px;
  color: #454545;
  text-decoration: underline;
  cursor: pointer;
}

.ya-kyc-select-document-link:hover {
  opacity: 0.8;
  color: #454545;
}

.ya-kyc-step-tips-label {
  font-weight: 700;
  font-size: 18px;
  color: #070707;
  margin-bottom: 12px;
}

.ya-kyc-step-tips-list {
  margin-bottom: 0;
  padding-left: 18px;
}

.ya-kyc-step-tips-item {
  font-size: 15px;
  color: #454545;
}

.ya-kyc-step-tips-item:not(:last-child) {
  margin-bottom: 8px;
}

.ya-kyc-upload-document-list {
  margin-bottom: 24px;
}

.ya-kyc-upload-document-item {
  background-color: #ffffff;
  border: 1.5px dashed rgba(7, 7, 7, 0.3);
  border-radius: 6px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ya-kyc-upload-document-wrapper {
  text-align: center;
  width: 100%;
}

.ya-kyc-upload-document-wrapper > img {
  margin-bottom: 24px;
}

.ya-kyc-upload-document-label {
  font-weight: 700;
  font-size: 18px;
  color: #070707;
}

.ya-kyc-upload-document-info {
  font-size: 14px;
  color: #454545;
  margin-bottom: 24px;
}

.ya-kyc-upload-document-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ya-kyc-upload-document-btn__inner {
  position: relative;
}

.ya-kyc-upload-document-btn .btn-outline-dark {
  color: #454545;
  border-radius: 50px;
}

.ya-kyc-upload-document-btn .btn-outline-dark:hover {
  color: #ffffff;
}

.ya-kyc-upload-document-btn .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.ya-kyc-document-preview-wrapper > img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 6px;
}

.ya-kyc-document-preview-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.ya-kyc-document-preview-remove {
  position: absolute;
  top: -34px;
  right: -35px;
  cursor: pointer;
}

.ya-kyc-select-document .form-check-label {
  font-size: 15px;
  color: #454545;
}

.ya-kyc-select-document .form-check {
  margin-bottom: 24px;
}

.ya-kyc-select-document .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid #454545;
  margin-top: 0;
}

.ya-kyc-selfie-verify {
  width: 100% !important;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ya-kyc-selfie-text {
  width: 388px;
  text-align: center;
}

.ya-kyc-selfie-title {
  font-weight: 700;
  font-size: 28px;
  color: #070707;
  margin-bottom: 12px;
}

.ya-kyc-selfie-description {
  font-size: 15px;
  color: #454545;
  margin-bottom: 48px;
}

.ya-kyc-selfie-btn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 10px;
}

.ya-kyc-selfie-choose {
  position: relative;
}

.ya-kyc-selfie-choose .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.ya-take-selfie-area {
  width: 100%;
  position: relative;
}

.ya-take-selfie-area > img {
  width: 100%;
  height: calc(100vh - 161px);
  object-fit: contain;
}

.ya-selfie-focus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ya-selfie-cam-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.ya-selfie-cam-btn .btn {
  padding: 0;
}

.ya-selfie-cam-btn .btn img {
  width: 50px;
}

.ya-verify-selfie-process {
  background-color: rgba(7, 7, 7, 0.6);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 24px 12px;
  text-align: center;
}

.ya-verify-selfie-process-title {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
}

.ya-verify-selfie-process-text {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}

.ya-selfy-verify-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ya-selfy-verify-success__inner {
  background-color: #ffffff;
  border-radius: 12px;
  width: 530px;
  max-width: 100%;
  padding: 32px;
  text-align: center;
}

.ya-selfy-verify-success__inner > img {
  margin-bottom: 24px;
}

.ya-selfy-verify-success-title {
  font-weight: 700;
  font-size: 20px;
  color: #070707;
  margin-bottom: 12px;
}

.ya-selfy-verify-success-description {
  font-size: 15px;
  color: #454545;
  margin-bottom: 12px;
}

.ya-connect-account-header {
  margin-bottom: 24px;
}

.ya-connect-account-content {
  width: 100%;
}

.ya-connect-account-list {
  margin-bottom: 14px;
}

.ya-connect-account-list .col {
  margin-bottom: 10px;
}

.ya-connect-account-item {
  background-color: #ffffff;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
}

.ya-connect-account-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
}

.ya-connect-account-details {
  width: calc(100% - 56px);
}

.ya-connect-account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.ya-connect-account-label {
  font-weight: 600;
  font-size: 16px;
  color: #070707;
  margin-bottom: 0;
}

.ya-connect-account-description {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.form-switch .form-check-input,
.form-switch .form-check-input:focus {
  width: 40px;
  height: 20px;
  background-color: #e1e1e1;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-color: #070707;
}

.ya-account-Connected {
  font-weight: 600;
  font-size: 13px;
  color: #339f6b;
  padding: 2px 8px;
  background: #d9f2df;
  border-radius: 4px;
}

.ya-form-multi-input {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.ya-form-multi-input .form-control:first-child,
.ya-form-multi-input .ya-child-info-info {
  flex: 1;
}

.ya-age-input {
  width: 95px;
  text-align: center;
}

.ya-form-part-title {
  font-weight: 700;
  font-size: 18px;
  color: #070707;
}

.ya-remove-row-link {
  display: flex;
  align-items: center;
  width: 24px;
  margin-top: 13px;
  cursor: pointer;
}

.ya-child-info-info {
  position: relative;
}

.ya-child-info-info .form-select {
  position: absolute;
  top: 1px;
  width: auto;
  right: 1px;
  border: none;
  height: calc(100% - 2px);
  text-align: right;
}

.ya-connect-account-content .btn-outline-success {
  border: 1px dashed #339f6b;
}

.ya-connect-account-content .ya-form-notes {
  margin-top: 16px;
}

.ya-connect-account-content .ya-form-notes .ya-form-link {
  color: rgba(7, 7, 7, 0.55);
}

.react-international-phone-input-container .react-international-phone-input {
  width: 100%;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  position: relative;
  border-radius: 0px 5px 5px 0px !important;
  height: 46.67px !important;
}

.react-international-phone-input-container
  .react-international-phone-country-selector-button {
  width: 100%;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  position: relative;
  border-right: 0px !important;
  border-radius: 5px 0px 0px 5px !important;
  height: 46.67px !important;
}

.react-international-phone-country-selector-button {
  height: unset !important;
}

.react-international-phone-flag-emoji {
  width: 20px !important;
  height: 21px !important;
}

.css-1q8qn8l-control:hover {
  border-color: none !important;
}

/* KYC Page End */

/* Employee Auth Page Start */
.ya-social-login-label {
  font-size: 14px;
  text-align: center;
  color: #454545;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 12px;
  margin-bottom: 24px;
}

.ya-social-login-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  border: 1px solid rgba(7, 7, 7, 0.15);
  z-index: 0;
}

.ya-social-login-label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  border: 1px solid rgba(7, 7, 7, 0.15);
  z-index: 0;
}

.ya-social-login-list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ya-social-login-item {
  flex: 1;
}

.ya-radio-select .btn-group {
  gap: 8px;
}

.ya-radio-select .btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
}

.ya-radio-select .btn-outline-primary {
  background-color: #fff;
  color: rgba(7, 7, 7, 0.55);
}

/* Employee Auth Page End */

/* Dashboard Page Start */
.ya-dashboard-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.ya-site-sidebar {
  height: 100vh;
  width: 240px;
  background-color: #070707;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.3s;
  z-index: 10;
}

.ya-sidebar-logo .sidebar-btn {
  width: 16px;
  height: 16px;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center / 1em auto no-repeat;
  display: block;
  position: absolute;
  left: calc(100% + 10px);
  top: 30px;
  display: none;
}

.ya-sidebar-logo {
  padding: 18px 12px;
  margin-bottom: 27px;
}

.ya-sidebar-logo-link .ya-sidebar-logo-img {
  width: 150px;
}

.ya-sidebar-menu-link-icon {
  width: 24px;
}

.ya-sidebar-menu-wrapper {
  padding: 0 12px;
  height: calc(100% - 107px);
}

.ya-sidebar-menu-list {
  height: calc(100% - 35px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #313131 transparent;
  /* Firefox */
  -ms-overflow-style: none;
}

/* For WebKit browsers (Chrome, Safari) */
.ya-sidebar-menu-list::-webkit-scrollbar {
  width: 4px;
}

.ya-sidebar-menu-list::-webkit-scrollbar-track {
  background: transparent !important;
}

.ya-sidebar-menu-list::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 2px;
}

.ya-sidebar-menu-list {
  -ms-overflow-style: none;
}

.ya-sidebar-menu-title {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #e1e1e1;
  opacity: 0.55;
}

.ya-sidebar-menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.ya-sidebar-menu-link {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  transition: all ease-in-out 0.3s;
}

.ya-sidebar-menu-item .ya-sidebar-menu-link:hover {
  color: #070707;
  background-color: #ffffff;
}

.ya-sidebar-menu-item:hover img {
  filter: invert(1);
}

.ya-sidebar-menu-item.active .ya-sidebar-menu-link {
  color: #070707;
  background-color: #ffffff;
}

.ya-sidebar-menu-item.active img {
  filter: invert(1);
}

.ya-site-content-area {
  width: calc(100% - 240px);
  background-color: #f5f5f5;
  margin-left: auto;
  transition: all ease-in-out 0.3s;
}

.ya-dashboard-head {
  padding: 20px 32px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* .ya-sidebar-toggle .ya-site-sidebar {
    left: -240px;
} */

.ya-sidebar-menu-link-text {
  transition: all ease-in-out 0.3s;
}

.ya-sidebar-toggle-logo {
  width: 45px;
  display: none;
}

.ya-sidebar-toggle .ya-site-sidebar {
  width: 68px;
}

.ya-sidebar-toggle .ya-site-sidebar .ya-sidebar-menu-link {
  padding: 10px;
}

.ya-sidebar-toggle .ya-site-sidebar .ya-sidebar-logo-img,
.ya-sidebar-toggle .ya-site-sidebar .ya-sidebar-menu-title,
.ya-sidebar-toggle .ya-site-sidebar .ya-sidebar-menu-link-text {
  display: none;
}

.ya-sidebar-toggle .ya-site-sidebar .ya-sidebar-toggle-logo {
  display: block;
}

.ya-sidebar-toggle .ya-site-content-area {
  width: calc(100% - 68px);
}

.ya-sidebar-toggle .ya-site-content-area {
  width: calc(100% - 68px);
}

.ya-site {
  position: relative;
}

.ya-site::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}

.ya-sidebar-toggle::before {
  opacity: 0;
  visibility: hidden;
}

.ya-survey-wrapper .ya-actions-title {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ya-survey-wrapper .ya-actions-title span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 262px;
  display: inline-block;
}

.ya-active-survey-wrapper .ya-table-content {
  max-height: 335px;
}

.ya-dashboard-head-title {
  font-weight: 600;
  font-size: 14px;
  color: #454545;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
  cursor: pointer;
}

.ya-dashboard-head-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ya-head-profile .dropdown-toggle {
  font-weight: 500;
  font-size: 15px;
  color: #070707;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ya-head-profile .dropdown-menu {
  min-width: 275px;
  margin-top: 25px !important;
  z-index: 9999;
}

.ya-select-language {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-left: auto;
  margin-right: 15px;
}

.ya-dashboard-content {
  padding: 32px;
  height: calc(100vh - 83px);
  overflow: auto;
}

.ya-dashboard-data-body {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed rgba(7, 7, 7, 0.3);
}

.ya-dashboard-data-icon img {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  object-fit: cover;
}

.ya-dashboard-data-number {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

.ya-dashboard-data-text {
  font-size: 14px;
  color: #454545;
  margin-bottom: 0;
}

.ya-dashboard-data-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #454545;
}

.ya-dashboard-data-link:hover {
  color: #454545;
  opacity: 0.8;
}

.ya-quickAccess-card {
  height: calc(100% - 16px);
}

.ya-quickAccess-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ya-quickAccess-item {
  width: calc(50% - 4px);
}

.ya-quickAccess-link {
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 24px 12px;
  height: 100%;
}

.ya-quickAccess-link:hover {
  border: 1px solid rgba(7, 7, 7, 0.15);
  background-color: #f5f5f5;
}

.ya-quickAccess-label {
  font-weight: 600;
  font-size: 14px;
  color: #454545;
  margin-bottom: 0;
}

.ya-expensesPercentage-chart canvas {
  height: 270px !important;
}

.ya-pending-actions-wrapper .ya-table-content {
  max-height: 450px;
}

.ya-pending-actions-wrapper .table td {
  padding: 12px;
  white-space: normal;
}

.ya-actions-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.ya-actions-logo {
  width: 40px;
  height: 40px;
}

.ya-actions-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.ya-actions-info {
  width: calc(100% - 52px);
}

.ya-actions-title {
  font-weight: 600;
  font-size: 15px;
  color: #070707;
  margin-bottom: 8px;
}

.ya-actions-description {
  font-size: 14px;
  color: #454545;
  margin-bottom: 0;
}

.ya-pending-actions-wrapper .btn {
  font-weight: 600;
  font-size: 14px;
  padding: 6px 24px;
  white-space: nowrap;
}

.ya-dashboard-security-alerts {
  max-height: 450px;
  overflow: auto;
}

.ya-survey-wrapper .ya-actions-info {
  width: 100%;
}

.ya-active-survey-detail {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ya-active-survey-label {
  font-weight: 500;
  font-size: 12px;
  color: #070707;
  margin-bottom: 0;
}

.ya-active-survey-time {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-active-survey-wrapper .progress {
  min-width: 145px;
}

.ya-survey-wrapper .ya-actions-title {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ya-survey-wrapper .ya-actions-title span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 262px;
  display: inline-block;
}

.ya-active-survey-wrapper .ya-table-content {
  max-height: 335px !important;
}

/* Dashboard Page End */

/* Profile Page Start */
.ya-profile-card {
  margin-bottom: 16px;
}

.ya-profile-card-banner {
  position: relative;
}

.ya-profile-card-banner > img {
  height: 180px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.ya-profile-card-banner .ya-profile-banner-info {
  position: absolute;
  top: 20px;
  right: 20px;
}

.ya-profile-card-banner .btn {
  gap: 4px;
  padding: 8px 10px;
}

.ya-profile-card-info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  margin-top: -30px;
  position: relative;
}

.ya-profile-card-img > img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

.ya-profile-card-body {
  padding: 0 20px 20px;
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
}

.ya-profile-card-img {
  position: relative;
}

.ya-profile-qr {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.ya-profile-card-details {
  margin-bottom: 8px;
}

.ya-profile-name {
  font-weight: 700;
  font-size: 20px;
  color: #313030;
  margin-bottom: 6px;
}

.ya-profile-email {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 6px;
}

.ya-profile-blockchain-id {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-profile-blockchain-id span {
  font-weight: 500;
  color: #070707;
}

.ya-copy-id {
  margin-left: 4px;
  cursor: pointer;
}

.ya-col-spacing .col {
  margin-bottom: 16px;
}

.ya-personal-info-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 16px;
}

.ya-personal-info-item {
  width: calc(33.33% - 12px);
}

.ya-personal-info-label {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 8px;
}

.ya-personal-info-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #070707;
  margin-bottom: 0;
}

.ya-personal-info-link {
  font-weight: 600;
  font-size: 12px;
  text-decoration-line: underline;
  color: #339f6b;
}

.ya-personal-info-link:hover {
  opacity: 0.9;
  color: #339f6b;
}

.ya-select-bank-wrapper {
  position: relative;
  margin-bottom: 8px;
}

.ya-select-bank-wrapper .form-label {
  font-weight: 500;
  font-size: 12px;
}

.ya-select-bank-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 46px;
  right: 16px;
}

.ya-profile-bank-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ya-profile-bank-item {
  width: calc(33.33% - 11px);
}

.ya-profile-bank-card {
  background: linear-gradient(268.09deg, #fbda68 -1.83%, #a36bf3 98.39%);
  border-radius: 12px;
  color: #ffffff;
}

.ya-bank-card-body {
  padding: 16px 16px 26px;
}

.ya-bank-card-logo {
  margin-bottom: 20px;
}

.ya-bank-card-logo img {
  max-width: 100px;
}

.ya-bank-card-label {
  font-weight: 500;
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 0;
}

.ya-bank-card-account {
  font-size: 15px;
  margin-bottom: 20px;
}

.ya-bank-card-number {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

.ya-bank-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: linear-gradient(90deg, #3d3d3d 0%, #070707 52.5%, #3d3d3d 100%);
  border-radius: 0px 0px 12px 12px;
  padding: 7px 16px;
}

.ya-bank-card-holder {
  font-size: 15px;
  margin-bottom: 0;
}

.ya-bank-card-type {
  font-weight: 500;
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 0;
}

.ya-bank-card-exp {
  font-size: 15px;
  margin-bottom: 0;
}

.ya-bank-card-exp span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  opacity: 0.75;
}

.ya-profile-qr-modal .modal-body {
  padding-bottom: 0;
}

.ya-qr-modal-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
}

.ya-qr-modal-profile img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.ya-qr-modal-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #070707;
  margin-bottom: 4px;
}

.ya-qr-modal-mail {
  font-weight: 600;
  font-size: 14px;
  color: #454545;
  margin-bottom: 0;
}

.ya-qr-modal-share-link {
  width: 42px;
  height: 42px;
  background-color: #070707;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ya-qr-modal-share {
  margin-left: auto;
}

.ya-qr-wrapper {
  text-align: center;
  position: relative;
}

.ya-qr-wrapper .btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.ya-qr-wrapper .btn-outline-dark {
  border-color: #070707;
}

.ya-prewview-qr-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.ya-qr-preview-wrapper {
  margin-top: 15px;
  position: relative;
}

.ya-qr-preview-content {
  position: absolute;
  top: 115px;
  width: 100%;
  padding: 0 52px 0 46px;
}

.ya-qr-preview-img {
  text-align: center;
  margin-bottom: 15px;
}

.ya-qr-preview-card {
  color: #ffffff;
  background-color: #070707;
  border-radius: 10px;
}

.ya-qr-preview-img img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #fff;
  margin-bottom: 6px;
  margin-top: -32px;
}

.ya-qr-preview-name {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}

.ya-qr-preview-mail {
  font-weight: 600;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 15px;
}

.ya-qr-preview-details {
  padding: 0 15px 10px;
  margin-bottom: 12px;
}

.ya-preview-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.ya-preview-detail-list {
  margin-bottom: 0;
}

.ya-preview-detail-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ya-preview-detail-item:not(:last-child) {
  margin-bottom: 18px;
}

.ya-preview-detail-label {
  font-weight: 500;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  width: 50%;
}

.ya-preview-detail-text {
  font-weight: 500;
  font-size: 11px;
  text-align: right;
  width: 50%;
  margin-bottom: 0;
}

.ya-profile-social {
  margin-bottom: 30px;
}

.ya-profile-social-title {
  font-weight: 700;
  font-size: 14px;
  color: #070707;
  margin-bottom: 8px;
}

.ya-profile-social-list {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: auto;
  margin-bottom: 0;
  gap: 12px;
}

.ya-profile-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 5px;
}

.ya-modal-title {
  font-weight: 700;
  font-size: 28px;
  color: #070707;
  margin-bottom: 12px;
  text-align: center;
}

.ya-benefits-list-wrapper {
  padding: 15px 16px;
  background-color: #f5f5f5;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
  margin-bottom: 20px;
}

.ya-benefits-title {
  font-weight: 700;
  font-size: 18px;
}

.ya-benefits-list {
  font-size: 15px;
  color: #454545;
  padding-left: 15px;
}

.ya-benefits-item:not(:last-child) {
  margin-bottom: 8px;
}

.ya-bank-list-input {
  margin-bottom: 12px;
}

.ya-bank-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(24, 34, 36, 0.15);
  padding: 10px 12px;
}

.ya-bank-item:first-child {
  border-width: 1px;
  border-radius: 8px 8px 0 0;
}

.ya-bank-item:last-child {
  border-radius: 0 0 8px 8px;
}

.ya-bank-item .form-check-label {
  font-weight: 600;
  font-size: 15px;
}

.ya-bank-list {
  margin-bottom: 20px;
}

.ya-bank-list-description {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: rgba(7, 7, 7, 0.55);
  margin-bottom: 20px;
}

.ya-permission-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
}

.ya-permission-description {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  padding-bottom: 14px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-permission-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ya-permission-item:not(:last-child) {
  margin-bottom: 24px;
}

.ya-permission-item-label {
  font-weight: 600;
  font-size: 14px;
  color: rgba(7, 7, 7, 0.8);
  margin-bottom: 0;
}

.ya-modal-form {
  margin-bottom: 20px;
}

.ya-modal-form-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}

.ya-modal-form-description {
  font-size: 15px;
  color: #454545;
  margin-bottom: 20px;
}

.ya-user-info {
  display: flex;
  padding: 12px 33px;
  gap: 60px;
  background-color: #ffffff;
  border-radius: 12px;
}

.ya-user-info-item {
  position: relative;
}

.ya-user-info-item:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  opacity: 0.3;
  border: 1.5px solid rgba(7, 7, 7, 0.15);
  right: -30px;
  top: 0;
}

.ya-user-info-text {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

.ya-user-info-label {
  font-size: 14px;
  margin-bottom: 0;
}

.ya-profile-banner-btn {
  margin-bottom: 35px;
}

.ya-profile-back {
  position: absolute;
  top: 15px;
  left: 15px;
}

.ya-profile-status {
  padding: 12px;
  background: rgba(246, 176, 63, 0.2);
  border: 1px solid #f6b03f;
  border-radius: 12px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.ya-profile-status-step-link {
  font-weight: 500;
  font-size: 14px;
  color: rgba(7, 7, 7, 0.55);
  display: flex;
  align-items: center;
  gap: 8px;
}

.ya-profile-status-step-link:hover {
  color: rgba(7, 7, 7, 0.55);
  opacity: 0.8;
}

.ya-profile-status-chart {
  width: 52px;
  position: relative;
}

.ya-profile-status-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.ya-profile-status-chart-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 12px;
}

.nav-tabs {
  padding: 0 20px;
  gap: 20px;
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #070707;
  border: 2px solid transparent;
  padding: 15px 0;
  opacity: 0.3;
  transition: all ease-in-out 0.3s;
  flex: 1 0 auto;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  opacity: 1;
  color: #070707;
  background-color: #fff;
  border-color: transparent transparent #070707;
}

.tab-content .tab-pane {
  padding: 20px;
}

.ya-tabs-head {
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.ya-tabs-head .nav-tabs {
  padding: 0 0 1px 0;
}

.ya-tabs-head .btn {
  padding: 6px 8px;
  font-weight: 500;
}

.ya-survey-chart {
  position: relative;
}

.ya-survey-chart-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + -15px));
  text-align: center;
}

.ya-survey-chart-center-text .value {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 4px;
}

.ya-survey-chart-center-text .label {
  font-size: 14px;
  color: #454545;
}

.ya-dahboard-cardHead {
  padding: 0;
}

.ya-dahboard-cardHead .ya-dashboard-card-head {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
  margin-bottom: 0;
  min-height: 65px;
}

.ya-dahboard-cardHead .ya-dashboard-card-body {
  padding: 20px;
}

.ya-additional-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.ya-additional-detail-icon {
  width: 24px;
}

.ya-additional-detail-info {
  width: calc(100% - 44px);
}

.ya-additional-detail-item:not(:last-child) {
  margin-bottom: 10px;
}

.ya-additional-detail-label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 1px;
}

.ya-additional-detail-text {
  font-size: 14px;
  color: #339f6b;
  margin-bottom: 0;
}

.ya-professional-detail-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-professional-detail-title {
  font-weight: 600;
  font-size: 14px;
  color: #454545;
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.ya-professional-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 12px;
  gap: 8px;
}

.ya-professional-item:not(:last-child) {
  margin-bottom: 8px;
}

.ya-professional-info {
  width: calc(100% - 70px);
}

.ya-professional-label {
  font-weight: 700;
  font-size: 14px;
  color: #313030;
  margin-bottom: 4px;
}

.ya-professional-company {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 4px;
}

.ya-professional-duration {
  font-weight: 500;
  font-size: 12px;
  color: rgba(7, 7, 7, 0.55);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.ya-professional-resaon {
  font-weight: 500;
  font-size: 12px;
  color: #e64a38;
  margin-bottom: 0;
}

.ya-professional-courses {
  font-weight: 500;
  font-size: 12px;
  color: rgba(7, 7, 7, 0.55);
  margin-bottom: 0;
}

.ya-professional-courses .label {
  font-weight: 500;
  font-size: 12px;
  color: #070707;
}

.ya-kyc-wrapper .ya-personal-info-list {
  gap: 50px;
}

.ya-kyc-wrapper .ya-personal-info-item {
  width: auto;
}

.ya-kyc-document-title {
  font-size: 14px;
  color: #454545;
  margin-bottom: 6px;
}

.ya-kyc-document-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}

.ya-kyc-document-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ya-kyc-document-item img {
  width: 215px;
  height: 135px;
  object-fit: cover;
  border-radius: 6px;
}

.ya-family-member-not-found {
  padding: 80px 0;
  width: 360px;
  margin: auto;
  max-width: 100%;
  text-align: center;
}

.ya-family-icon {
  margin-bottom: 18px;
}

.ya-family-no-member-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.ya-family-no-member-desc {
  font-size: 14px;
  color: #454545;
  margin-bottom: 12px;
}

.ya-inner-page-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.ya-inner-page-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}

.ya-edit-profile-wrapper {
  background-color: #ffffff;
  border-radius: 12px;
}

.ya-edit-profile-head {
  padding: 4px;
}

.ya-edit-profile-head__inner {
  border-radius: 6px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  padding: 18px 16px;
}

.ya-edit-profile-img img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}

.ya-edit-profile-label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

.ya-edit-profile-text {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-edit-profile-upload {
  position: relative;
  margin-left: auto;
}

.ya-edit-profile-upload input#profileImg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.ya-edit-profile-upload .btn {
  padding: 8px 24px;
  font-size: 14px;
}

.ya-edit-profile-form {
  padding: 20px;
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
  margin-bottom: 20px;
}

.ya-address-info-wrapper {
  padding: 0 20px 20px;
}

.ya-address-info-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.ya-address-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ya-address-item {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 16px;
  width: 280px;
}

.ya-address-badge {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 10px;
}

.ya-address-badge span {
  padding: 2px 6px;
  background: linear-gradient(270deg, #a1c181 0%, #1caf4d 100%);
  border-radius: 6px;
  display: inline-block;
}

.ya-additional-address-badge span {
  color: #070707;
  background: #dadada;
}

.ya-address-text {
  font-size: 15px;
  color: rgba(7, 7, 7, 0.55);
  margin-bottom: 0;
}

.ya-add-address-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  border: 1.5px dashed rgba(31, 31, 31, 0.2);
  border-radius: 6px;
  cursor: pointer;
  min-height: 154px;
}

.ya-add-address-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
}

.ya-edit-profile-footer {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  border-top: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-add-address-wrapper {
  padding-top: 20px;
  border-top: 3px solid rgba(7, 7, 7, 0.15);
  display: none;
}

.ya-add-address-wrapper.active {
  display: block;
}

.ya-edit-link {
  margin-left: 8px;
}

.ya-family-list,
.ya-border-card {
  padding: 20px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 12px;
}

.table > :not(:last-child) > :last-child > *,
.table > :not(caption) > * > * {
  border-color: rgba(7, 7, 7, 0.15);
}

.ya-family-list .table {
  margin-bottom: 0;
}

.ya-family-list .table th {
  font-weight: 500;
  font-size: 14px;
  padding: 0 10px 10px;
}

.ya-family-list .table td {
  font-size: 14px;
  color: #454545;
  padding: 10px;
}

.ya-family-list .table tbody tr:last-child td {
  padding: 10px 10px 0;
  border-bottom: none;
}

.ya-edit-link {
  cursor: pointer;
}

.ya-helth-detail-wrapper .ya-family-list {
  padding-top: 10px;
}

.ya-insurance-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 0;
}

.ya-insurance-text:not(:last-child) {
  margin-bottom: 8px;
}

.ya-insurance-text span:last-child {
  font-weight: 500;
  color: #070707;
}

.ya-insurance-text span.ya-total-coverage {
  font-weight: 600;
  font-size: 15px;
}

.ya-income-sourc-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
}

.ya-income-sources-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ya-income-sources-title span:last-child {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #454545;
  font-weight: 400;
}

.ya-credit-score-chart {
  background-image: url(../images/credit-score-chart.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  padding-bottom: 40px;
  margin-bottom: 25px;
}

.ya-wealth-detail-wrapper .col {
  margin-bottom: 16px;
}

.ya-wealth-detail-wrapper .ya-family-detail-item {
  height: 100%;
}

.ya-wealth-detail-wrapper .ya-border-card {
  height: calc(100% - 32px);
}

.ya-ott-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.ya-ott-item {
  position: relative;
  min-width: 144px;
}

.ya-ott-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background-color: rgba(7, 7, 7, 0.15);
}

.ya-ott-item:last-child:after {
  display: none;
}

.ya-ott-logo img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
}

.ya-ott-title {
  font-weight: 600;
  font-size: 15px;
  color: #454545;
  margin-bottom: 4px;
}

.ya-ott-text {
  font-size: 14px;
  color: #454545;
  margin-bottom: 0;
}

.ya-family-detail-item:not(:last-child) {
  margin-bottom: 20px;
}

.ya-profileStatus-wrapper .ya-profile-status-label {
  font-size: 18px;
}

/* Profile Page End */

/* Profile Setting Page Start */
.ya-profile-setting-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ya-profile-setting-sidebar {
  width: 320px;
  max-width: 100%;
}

.ya-setting-menu-list {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.ya-setting-menu-link {
  position: relative;
  padding: 14px 15px;
  font-weight: 600;
  font-size: 14px;
  color: rgba(7, 7, 7, 0.8);
  display: block;
  border-left: 4px solid transparent;
}

.ya-setting-menu-item.active .ya-setting-menu-link,
.ya-setting-menu-link:hover {
  color: rgba(7, 7, 7, 0.8);
  background-color: #f8f8f8;
  border-left: 4px solid #070707;
}

.ya-setting-menu-link:before {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36328 13.465L6.99993 7.56843L1.36328 1.67188' stroke='%23000435' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.ya-setting-submenu {
  display: none;
}

.ya-setting-menu-item.active .ya-setting-submenu {
  display: block;
}

.ya-setting-submenu .ya-setting-menu-link:before {
  display: none;
}

.ya-setting-submenu .active > .ya-setting-menu-link,
.ya-setting-submenu .ya-setting-menu-link:hover {
  color: rgba(7, 7, 7, 0.8);
  background-color: #ffffff;
  border-left: 4px solid #ffffff;
  text-decoration: underline;
}

.ya-setting-menu-item.active:has(.ya-setting-submenu)
  .ya-setting-menu-link:before {
  transform: translateY(-50%) rotate(90deg);
}

.ya-profile-setting-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}

.ya-profile-setting-content-wrapper {
  width: calc(100% - 340px);
}

.ya-profile-setting-card {
  padding: 0;
}

.ya-profile-setting-form {
  padding: 20px;
}

.ya-profile-notifications-card {
  padding: 12px 0;
}

.ya-profile-notifications-card .table {
  margin-bottom: 0;
}

.ya-notification-wrapper th,
.ya-notification-wrapper td {
  padding: 12px 20px;
  border-color: rgba(7, 7, 7, 0.15);
}

.ya-profile-notifications-card tbody tr:last-child td {
  border-bottom: none;
}

.table th,
.table td {
  padding: 12px 20px;
  border-color: rgba(7, 7, 7, 0.15);
  color: #454545;
  vertical-align: middle;
  white-space: nowrap;
}

.table thead th {
  background-color: #e1e1e1;
  font-weight: 700;
  font-size: 12px;
  color: #454545;
  border-bottom: none;
  text-transform: uppercase;
  border: none;
}

.table-bordered.table thead th {
  background-color: #fff;
  border-color: rgba(7, 7, 7, 0.15);
  border-right-style: solid;
}

.table-bordered.table thead th:last-child {
  border-right-style: none;
}

.ya-notification-wrapper thead th {
  background-color: #e1e1e1;
  font-weight: 700;
  font-size: 12px;
  color: #454545;
  border-bottom: none;
  text-transform: uppercase;
}

.ya-notification-label {
  font-weight: 600;
  font-size: 16px;
  color: #070707;
  margin-bottom: 4px;
}

.ya-notification-note {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-profileStatus-wrapper .ya-profile-status {
  margin-bottom: 20px;
}

.ya-profileStatus-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: rgba(7, 7, 7, 0.15);
  border-radius: 6px;
}

.ya-profileStatus-item:not(:last-child) {
  margin-bottom: 8px;
}

.ya-profileStatus-info {
  width: 65%;
}

.ya-profileStatus-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ya-profileStatus-title:last-child {
  margin-bottom: 0;
}

.ya-profileStatus-note {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-profileStatus-action {
  margin-left: auto;
}

/* Profile Setting Page End */

/* Contact Page Start */
.ya-contactUs-card {
  padding: 0;
}

.ya-contactUs-quick-wrapper {
  padding: 20px;
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-contactUs-quick-item {
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ya-contactUs-quick-item:not(:last-child) {
  margin-bottom: 10px;
}

.ya-contactUs-quick-item .btn {
  font-weight: 500;
  padding: 8px 24px;
}

.ya-contactUs-quick-label {
  font-weight: 600;
  margin-bottom: 8px;
}

.ya-contactUs-quick-notes {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-contactUs-form {
  padding: 20px;
}

.ya-page-subhead {
  margin-bottom: 10px;
}

.ya-subtitle {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 7px;
}

.ya-subDesc {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-terms-item:not(:last-child) {
  margin-bottom: 20px;
}

.ya-terms-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.ya-terms-subtitle {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}

.ya-terms-text {
  font-size: 14px;
  color: #454545;
  margin-bottom: 8px;
}

.ya-terms-text a {
  font-weight: 500;
  text-decoration-line: underline;
  color: #339f6b;
}

.ya-terms-text a:hover {
  opacity: 0.8;
  color: #339f6b;
}

/* Contact Page End */
/* FAQ Page Start */
.accordion-flush .accordion-item:first-child,
.accordion-flush .accordion-item:last-child,
.accordion .accordion-item {
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 12px;
  padding: 12px;
}

.accordion-item:not(:last-child) {
  margin-bottom: 12px;
}

.accordion-button {
  font-weight: 600;
  font-size: 16px;
  color: #070707;
  padding: 0;
}

.accordion-button:not(.collapsed) {
  color: #070707;
  background-color: transparent;
  box-shadow: none;
}

.accordion-body {
  padding: 8px 60px 0 0;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6387 2.42969L12.6387 22.4297' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6406 12.4297L2.64063 12.4297' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.56836 5.36129L19.7105 19.5034M19.7109 5.35938L5.56874 19.5015' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.ya-input-icon-wrapper .email-input {
  padding-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ya-input-icon-wrapper .phone-input input {
  padding-right: 100px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* FAQ Page End */

/* Trtavel & booking Page Start */
.ya-dashboard-card-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ya-card-count-title {
  font-weight: 700;
  font-size: 24px;
  color: #070707;
  margin-bottom: 0;
}

.ya-card-count-title small {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #454545;
}

.ya-card-count-pr {
  font-weight: 700;
  font-size: 24px;
  color: #339f6b;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.ya-positive {
  color: #339f6b !important;
}

.ya-warning {
  color: #f6b03f !important;
}

.ya-danger {
  color: #ea523a !important;
}

.ya-orange {
  color: #e65c33 !important;
}

.ya-disabled {
  color: #999999;
  pointer-events: none;
}

.ya-dashboard-chart canvas {
  height: 220px !important;
}

.ya-tabs-content .nav-tabs .nav-link {
  flex: unset;
}

.ya-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 20px;
}

.ya-table-left-part {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ya-table-left-part .ya-input-icon-wrapper {
  max-width: 260px;
  width: 100%;
}

.ya-table-head .form-control {
  padding: 6px 12px 6px 40px;
  background-color: #f5f5f5;
  border: none;
  color: rgba(7, 7, 7, 0.55);
}

.ya-table-head .ya-input-icon {
  top: 6px;
  right: unset;
  left: 12px;
  width: 20px;
}

.ya-table-record {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: rgba(24, 34, 36, 0.75);
}

.ya-table-right-part {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ya-table-head .form-select {
  color: #070707;
  padding: 6px 32px 6px 16px;
  width: auto;
}

.ya-table-head .btn {
  padding: 6px 16px;
  font-weight: 500;
}

.select-col {
  width: 58px;
}

.action-col {
  width: 88px;
}

.ya-scores-col {
  width: 110px;
}

.ya-date-col {
  width: 150px;
}

.ya-feedback-col {
  width: 35%;
  white-space: normal !important;
}

.flight-detail {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.ya-checkbox {
  line-height: 1;
}

.ya-checkbox .form-check-input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.ya-status-badge {
  padding: 2px 8px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  white-space: nowrap;
}

.NA {
  color: rgba(7, 7, 7, 0.55);
  background: #f5f5f5;
  border: 1px solid rgba(7, 7, 7, 0.15);
}

.pending,
.processing,
.medium {
  color: #9b5629;
  background-color: #fff3df;
}

.confirmed,
.ya-status-badge.active,
.above,
.unique,
.secure,
.high {
  color: #339f6b;
  background-color: #d9f2df;
}

.cancelled,
.below {
  color: #a7476d;
  background-color: #f5e7ed;
}

.weak,
.low {
  color: #e65c33;
  background-color: #fbe5de;
}

.reused {
  color: #367393;
  background-color: #e0f3ff;
}

.new {
  background: linear-gradient(180deg, #a1c181 0%, #8dc457 100%);
  border-radius: 6px;
  color: #ffffff;
}

.danger {
  background-color: #d4242e;
  border-radius: 6px;
  color: #ffffff;
}

.ya-action-dropdown {
  text-align: right;
}

.ya-action-dropdown .dropdown-toggle {
  cursor: pointer;
}

.ya-action-dropdown .dropdown-item::after,
.ya-action-dropdown .dropdown-toggle::after {
  display: none;
}

.ya-table-content {
  max-height: 500px;
  overflow: auto;
}

.ya-table-content .table {
  margin-bottom: 0;
  font-size: 12px;
}

.ya-table-content .table thead {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

.ya-table-content .table tbody td:first-child {
  border-right: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-table-content .table tbody td:last-child {
  border-left: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-table-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 20px;
  border-top: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-table-pagination .pagination {
  gap: 2px;
}

.ya-table-pagination .page-link {
  padding: 5px;
  width: 40px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #070707;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
}

.ya-table-pagination .page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ya-table-pagination .page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.ya-table-pagination .page-item:hover .page-link,
.ya-table-pagination .page-item.active .page-link {
  color: #070707;
  background-color: #e1e1e1;
  border-color: #f5f5f5;
}

.ya-table-pagination .btn {
  padding: 7px 16px;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
}

/* Trtavel & booking Page End */

/* Order Managment Page Start */
.ya-transparent-card {
  background-color: transparent;
}

.ya-transparent-card .nav-tabs {
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
}

.ya-transparent-card .ya-table-head {
  border-radius: 0 012px 12px;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.ya-transparent-card .ya-table-pagination {
  border-radius: 12px;
  background-color: #ffffff;
  border: none;
}

.ya-order-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.ya-order-card.ya-selected {
  border: 1px solid #339f6b;
}

.ya-order-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(7, 7, 7, 0.3);
}

.ya-order-id {
  font-weight: 500;
  font-size: 12px;
  color: #339f6b;
  margin-bottom: 0;
  position: relative;
}

.ya-order-id:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(7, 7, 7, 0.15);
  top: 0;
  right: -8px;
}

.ya-order-platform {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ya-order-platform img {
  height: 24px;
  width: 24px;
  object-fit: cover;
}

.ya-order-platform-name {
  font-weight: 500;
  font-size: 12px;
  color: #303030;
  margin-bottom: 0;
}

.ya-order-card-head-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 6px;
}

.ya-order-product {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(7, 7, 7, 0.3);
}

.ya-order-product-detail {
  font-weight: 600;
  color: #070707;
}

.ya-order-product-name {
  font-size: 15px;
  margin-bottom: 2px;
}

.ya-order-product-price {
  font-size: 12px;
  margin-bottom: 0;
}

.ya-order-product-img img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
}

.ya-order-product-info-item {
  max-width: 100%;
}

.ya-order-product-info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(7, 7, 7, 0.3);
}

.ya-order-product-info-label {
  font-weight: 500;
  font-size: 12px;
  color: rgba(7, 7, 7, 0.55);
  margin-bottom: 4px;
}

.ya-order-product-info-text {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.ya-order-card-footer {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 12px;
}

.ya-order-card-status label {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: rgba(7, 7, 7, 0.55);
  margin-bottom: 2px;
}

/* Order Managment Page End */

/* Create Servey Page Start */
.ya-gauge-chart {
  margin: auto;
  position: relative;
}

.ya-gauge-chart canvas {
  height: 140px !important;
}

.ya-gauge-chart-center-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.ya-gauge-chart-center-text .value {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 4px;
}

.ya-gauge-chart-center-text .label {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-dashboard-card-body .ya-section-description {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 20px;
}

.ya-sentiment-item {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  align-items: center;
}

.ya-sentiment-item:not(:last-child) {
  margin-bottom: 12px;
}

.ya-sentiment-emoji {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 120px;
}

.ya-sentiment-emoji img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 50%;
}

.ya-sentiment-label {
  margin-bottom: 0;
}

.ya-sentiment-color {
  width: 58%;
  height: 32px;
  overflow: hidden;
}

.ya-sentiment-color__inner {
  height: 100%;
  border-radius: 6px;
}

.ya-sentiment-green .ya-sentiment-color__inner {
  margin-right: auto;
}

.ya-sentiment-green .ya-sentiment-color__inner {
  background: #3caa54;
}

.ya-sentiment-yellow .ya-sentiment-color__inner {
  background: #f6b03f;
}

.ya-sentiment-red .ya-sentiment-color__inner {
  background: #ea523a;
}

.ya-sentiment-count {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #454545;
  margin-bottom: 0;
}

.ya-survey-analytics-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.ya-survey-analytics-item:first-child {
  padding-top: 0;
}

.ya-survey-analytics-item:last-child {
  padding-bottom: 0;
}

.ya-survey-analytics-item:not(:last-child) {
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-survey-analytics-item:not(:last-child) {
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-survey-analytics-label {
  font-weight: 500;
  font-size: 14px;
  color: #454545;
  margin-bottom: 0;
}

.ya-survey-analytics-count {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  margin-bottom: 0;
}

.ya-survey-label {
  font-weight: 600;
  font-size: 15px;
  color: #070707;
  margin-bottom: 4px;
}

.ya-survey-detail-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.ya-survey-detail-item {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-survey-detail-item::after {
  content: "";
  background: #dadada;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 8px;
}

.ya-survey-detail-item:last-child:after {
  display: none;
}

.ya-avg-sentiment-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ya-avg-sentiment-emoji {
  font-weight: 500;
  font-size: 14px;
  color: #454545;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ya-avg-sentiment-emoji img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}

.ya-avg-sentiment-count {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}

.ya-avg-sentiment-range {
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    #d4242e 0%,
    #ea523a 24.5%,
    #f6b03f 53.5%,
    #9cb95c 75%,
    #258629 100%
  );
  margin-top: 10px;
  position: relative;
}

.ya-avg-sentiment-range-dot {
  position: absolute;
  top: -9px;
  left: 0;
}

.ya-scores {
  font-weight: 600;
  font-size: 15px;
  color: rgba(7, 7, 7, 0.55);
  margin-bottom: 2px;
  text-align: right;
}

.ya-scores span {
  color: #070707;
}

.ya-scores-status {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 0;
}

.ya-avg-sentiment-happy {
  color: #339f6b;
}

.ya-avg-sentiment-neutral {
  color: #fc8f3c;
}

.ya-avg-sentiment-frustrated {
  color: #ea523a;
}

.ya-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 0;
  width: 250px;
  max-width: 100%;
}

.ya-tags-item span {
  padding: 2px 12px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 6px;
  font-weight: 500;
  color: rgba(7, 7, 7, 0.55);
  display: block;
}

.ya-attache-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
}

.ya-attache-file img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}

.ya-hitmap-box {
  padding: 4px 12px;
  background: rgba(246, 176, 63, 0.1);
  border-radius: 6px;
}

.ya-hitmap-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.ya-hitmap-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ya-hitmap-value {
  font-weight: 500;
  color: rgba(7, 7, 7, 0.55);
}

.ya-heatmap-range {
  height: 6px;
  background-color: #e1e1e1;
  margin-bottom: 10px;
  position: relative;
}

.ya-heatmap-range__innner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #d4242e 0%, #ea523a 47.5%, #fc8f3c 100%);
}

.ya-heatmap-range__innner::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -3px;
  width: 2px;
  height: 12px;
  background-color: #070707;
}

.ya-hitmap-head span {
  font-weight: 500;
  font-size: 12px;
  color: rgba(7, 7, 7, 0.55);
}

.ya-hitmap-head span:first-child {
  font-weight: 700;
  font-size: 18px;
  color: #258629;
}

.ya-sentiments-content {
  padding: 0 20px;
}

.ya-sentiments-item {
  display: flex;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 12px;
  margin-bottom: 8px;
}

.ya-sentiments-item:hover {
  background-color: #f5f5f5;
}

.ya-sentiments-emoji {
  padding: 20px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-sentiments-emoji img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.ya-sentiments-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  width: 25%;
}

.ya-sentiments-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.ya-sentiments-user-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #313030;
  margin-bottom: 0;
}

.ya-sentiments-user-designation {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-sentiments-user-badge {
  padding: 4px 6px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 6px;
  font-weight: 600;
  font-size: 10px;
  color: #454545;
  line-height: 1;
}

.ya-sentiments-text {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 0;
}

.ya-sentiments-description {
  padding: 20px;
  width: 30%;
  display: flex;
  align-items: center;
  margin-right: auto;
}

.ya-sentiments-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ya-sentiments-details-label {
  font-weight: 600;
  font-size: 14px;
  color: #454545;
  display: block;
}

.ya-sentiments-details-text {
  font-size: 14px;
  color: #454545;
  margin-bottom: 0;
}

.ya-sentiments-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  margin-left: auto;
}

.ya-dashboard-card-body-item {
  padding: 20px;
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-dashboard-card-body-item:last-child {
  border-bottom: none;
}

.ya-dashboard-card-subtitle {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.ya-dashboard-card-subtitle span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #454545;
}

.ya-survey-categories-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ya-survey-categories-item {
  position: relative;
  padding: 24px 20px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
}

.ya-survey-categories-item:has(.form-check-input:checked) {
  border-color: #339f6b;
}

.ya-survey-categories-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.ya-survey-categories-item img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 12px;
}

.ya-survey-categories-item .form-check {
  min-height: unset;
  padding-left: 0;
  margin-bottom: 0;
}

.ya-survey-categories-item .form-check-input {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ya-survey-categories-item .form-check-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ya-survey-categories-item .form-check-input:checked {
  background-color: #339f6b;
  border-color: #339f6b;
}

.ya-question-title-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-question-title-wrapper__inner {
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.ya-question-title-label {
  font-weight: 600;
  font-size: 15px;
  color: #454545;
  margin-bottom: 0;
  min-width: 80px;
}

.ya-question-title-wrapper .form-control {
  color: #070707;
}

.ya-question-title-wrapper .form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
}

.ya-question-action-btn {
  display: flex;
  gap: 10px;
  min-width: 100px;
}

.ya-question-action-btn .btn {
  padding: 12px;
}

.ya-question-action-btn .btn img {
  width: 20px;
}

.ya-question-item:not(:last-child) {
  margin-bottom: 20px;
}

.ya-current-question .ya-question-title-wrapper__inner {
  background-color: #070707;
}

.ya-current-question .ya-question-title-label {
  color: #ffffff;
}

.ya-surveyType-info {
  display: flex;
  height: 100%;
  align-items: center;
}

.ya-surveyType-info-item-text {
  font-weight: 400;
  font-size: 15px;
  color: rgba(7, 7, 7, 0.55);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 0;
}

.ya-surveyType-info-item-text img {
  width: 20px;
}

.ya-options-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ya-options-item:not(:last-child) {
  margin-bottom: 8px;
}

.ya-form-action-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.ya-form-action-btn .btn {
  padding: 8px 24px;
}

.ya-new-question-wrapper {
  padding: 24px 20px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
}

.ya-new-question-form:not(:last-child) {
  margin-bottom: 15px;
}

.ya-addnew-question-btn .btn {
  opacity: 0.5;
  margin-top: 20px;
}

.ya-new-category {
  display: none;
}

.ya-options-btn {
  cursor: pointer;
}

/* Create Servey Page End */

/* Subscription Manager Page Start */
.ya-subscription-item:not(:last-child) {
  margin-bottom: 24px;
}

.ya-subscription-wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px 20px;
}

.ya-table-label-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.ya-table-details-label {
  font-weight: 600;
  font-size: 14px;
  color: #454545;
  display: block;
}

.ya-table-details-text {
  font-size: 14px;
  color: #454545;
  margin-bottom: 0;
}

.ya-subscription-platform {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ya-subscription-platform img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

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

.ya-subscription-wrapper .table tbody tr td:nth-child(1) {
  width: 30%;
}

.ya-subscription-wrapper .table tbody tr td:nth-child(2) {
  width: 20%;
}

.ya-subscription-wrapper .table tbody tr td:nth-child(3) {
  width: 25%;
}

.ya-subscription-wrapper .table tbody tr td:nth-child(4) {
  width: 15%;
}

.ya-subscription-wrapper .table tbody tr td:nth-child(5) {
  width: 10%;
}

/* Subscription Manager Page End */

/* Privacy & Compliance Page Start */
.ya-privacy-table-wrapper .table tbody tr td:nth-child(1) {
  width: 35%;
}

.ya-privacy-table-wrapper .table tbody tr td:nth-child(2) {
  width: 30%;
}

.ya-privacy-table-wrapper .table tbody tr td:nth-child(4) {
  width: 10%;
}

.ya-privacy-table-wrapper .form-switch .form-check-input:checked {
  background-color: #28a745;
}

.ya-privacy-table-wrapper .table tbody tr td {
  white-space: normal;
}

/* Privacy & Compliance Page End */

/* Security Center Page End */
.ya-security-content .tab-content .tab-pane {
  padding: 20px 0;
  background-color: #ffffff;
  border-radius: 12px;
}

.ya-security-alert-wrapper__inner {
  padding: 0 20px;
}

.ya-security-alert-wrapper__inner:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.ya-security-alert-item {
  padding: 12px;
  border-radius: 6px;
  display: flex;
  gap: 12px;
  border-radius: 6px;
  transition: all ease-in-out 0.3s;
}

.ya-security-alert-item:hover {
  background-color: #f5f5f5;
}

.ya-security-alert-date {
  font-weight: 600;
  font-size: 14px;
  color: #454545;
  margin-bottom: 12px;
}

.ya-security-alert-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.ya-security-alert-info {
  width: calc(100% - 37px);
}

.ya-security-alert-time {
  font-weight: 500;
  font-size: 12px;
  color: #454545;
  margin-bottom: 4px;
}

.ya-security-alert-text {
  font-size: 14px;
  color: #454545;
  margin-bottom: 0;
}

/* Security Center Page End */

/* Wishlist and Shopping Page Start */
.ya-product-img {
  background-color: #f5f5f5;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 10px;
}

.ya-product-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.ya-wishlist-wrapper .table {
  min-width: 1000px;
}

.ya-wishlist-wrapper .table td {
  white-space: normal;
}

/* Wishlist and Shopping Page End */

/* Digital Legacy Planner Page Start */
.ya-digital-legacy-text {
  font-size: 15px;
  width: 790px;
  max-width: 100%;
}

.ya-priority-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ya-priority-wrapper .form-check {
  min-height: unset;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 16px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  border-radius: 6px;
  flex: 1 0 auto;
  position: relative;
}

.ya-priority-wrapper .form-check:has(.form-check-input:checked) {
  border: 1px solid #e65c33;
  background-color: #fbe5de;
}

.ya-priority-wrapper .form-check-label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.ya-priority-wrapper .form-check .form-check-input {
  float: unset;
  margin-left: 0;
}

.ya-priority-wrapper .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.33398' cy='9' r='9' fill='%23339F6B'/%3E%3Cpath d='M4.89062 9.11547L7.77512 12L13.7751 6' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  border: none;
  background-size: cover;
}

/* Digital Legacy Planner Page End */

/* Responsive Page Start */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 505px;
  }

  .modal-sm {
    max-width: 375px;
  }
}

@media (min-width: 1400px) {
  .ya-kyc-header .container {
    max-width: 1264px;
  }
}

@media (max-width: 1199px) {
  .ya-profile-bank-item {
    width: calc(50% - 8px);
  }

  .ya-profile-setting-wrapper {
    gap: 15px;
  }

  .ya-profile-setting-sidebar {
    width: 260px;
  }

  .ya-setting-menu-list {
    padding: 15px;
  }

  .ya-profile-setting-content-wrapper {
    width: calc(100% - 275px);
  }

  .ya-contactUs-form .col-12:nth-child(even),
  .ya-profile-setting-form .col-12:nth-child(even) {
    margin-top: 8px;
  }

  .ya-profile-notifications-card {
    overflow: auto;
  }

  .table {
    min-width: 550px;
  }

  .ya-contactUs-quick-item {
    gap: 15px;
    flex-wrap: wrap;
  }

  .ya-contactUs-quick-detaiuls {
    width: 100%;
  }

  .ya-contactUs-quick-item .btn {
    width: 100%;
  }

  .ya-kyc-step-sidebar {
    width: 300px;
  }

  .ya-kyc-step-item:before {
    width: 178px;
  }

  .ya-kyc-step-sidebar-head {
    padding: 25px 15px 0;
  }

  .ya-kyc-step-sidebar-body {
    margin: 20px 0;
  }

  .ya-kyc-step-sidebar-footer {
    padding: 0 15px 25px;
  }

  .ya-kyc-step-area {
    padding: 15px;
    width: calc(100% - 300px);
    height: calc(100vh - 159px);
  }

  .ya-kyc-select-document-item {
    padding: 15px;
  }

  .ya-kyc-select-document-img {
    margin-bottom: 10px;
  }

  .ya-take-selfie-active {
    padding: 0;
  }

  .ya-login-content {
    padding: 50px 50px 0;
  }

  .ya-profile-status {
    margin-left: unset;
    width: 100%;
  }

  .ya-income-sources-title {
    font-size: 18px;
  }

  .ya-ott-item {
    position: relative;
    min-width: 138px;
  }

  .ya-table-head {
    flex-wrap: wrap;
  }

  .ya-subscription-wrapper .table {
    min-width: 750px;
  }

  .ya-quickAccess-item {
    width: calc(33% - 4px);
  }
}

@media (max-width: 991px) {
  .ya-login-info {
    padding: 50px;
    height: auto;
  }

  .ya-login-content {
    padding: 50px 50px 0;
    height: auto;
    overflow: auto;
  }

  .ya-login-form {
    width: 100%;
  }

  .ya-section-title {
    font-size: 32px;
  }

  .ya-sidebar-logo .sidebar-btn {
    display: block;
  }

  .ya-site-sidebar {
    left: -270px;
  }

  .ya-site-content-area {
    width: 100%;
  }

  .ya-sidebar-toggle .ya-site-sidebar {
    left: 0;
  }

  .ya-sidebar-toggle::before {
    opacity: 1;
    visibility: visible;
  }

  .ya-dashboard-content {
    padding: 15px;
  }

  .table th,
  .table td {
    padding: 10px 15px;
  }

  .ya-start-kyc-content {
    padding: 15px;
  }

  .ya-kyc-step-item:before {
    width: 115px;
  }

  .ya-kyc-step-sidebar-head .ya-section-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .ya-kyc-select-document-list .col {
    margin-bottom: 12px;
  }

  .ya-kyc-upload-document-list .col:not(:last-child) {
    margin-bottom: 15px;
  }

  .ya-selfy-verify-success__inner {
    width: 320px;
    padding: 20px;
  }

  .ya-connect-account-item {
    padding: 15px;
  }

  .ya-professional-item {
    padding: 15px;
  }

  .tab-content .tab-pane {
    padding: 15px;
  }

  .ya-family-detail-item {
    margin-bottom: 15px;
  }

  .ya-table-left-part {
    gap: 5px;
    flex-wrap: wrap;
  }

  .ya-sidebar-toggle .ya-site-sidebar {
    width: 240px;
  }

  .ya-sidebar-toggle .ya-site-sidebar .ya-sidebar-toggle-logo {
    display: none;
  }

  .ya-sidebar-toggle .ya-site-sidebar .ya-sidebar-logo-img,
  .ya-sidebar-toggle .ya-site-sidebar .ya-sidebar-menu-title,
  .ya-sidebar-toggle .ya-site-sidebar .ya-sidebar-menu-link-text {
    display: block;
  }

  .ya-question-title-wrapper__inner {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .ya-login-info {
    padding: 30px 15px;
  }

  .ya-login-logo {
    margin-bottom: 50px;
    max-width: 140px;
  }

  .ya-login-content {
    padding: 30px 15px 0;
  }

  .ya-dashboard-content {
    height: calc(100vh - 73px);
  }

  .ya-dashboard-head {
    padding: 15px;
  }

  .ya-head-profile .dropdown-toggle span {
    display: none;
  }

  .ya-profile-card-banner > img {
    height: 200px;
  }

  .ya-profile-card-img > img {
    width: 100px;
    height: 100px;
  }

  .ya-profile-card-body {
    padding: 0 15px 15px;
  }

  .ya-profile-card-details {
    margin-bottom: 0;
    margin-top: 40px;
  }

  .ya-profile-qr {
    width: 40px;
    height: 40px;
  }

  .ya-personal-info-item {
    width: calc(50% - 8px);
  }

  .btn {
    font-size: 14px;
  }

  .btn-icon {
    gap: 8px;
  }

  .ya-dashboard-card-head .btn {
    padding: 6px 8px;
  }

  .ya-dashboard-card {
    padding: 15px;
  }

  .ya-dahboard-cardHead {
    padding: 0;
  }

  .ya-dahboard-cardHead .ya-dashboard-card-head {
    padding: 15px;
  }

  .ya-dahboard-cardHead .ya-dashboard-card-body {
    padding: 15px;
  }

  .ya-profile-bank-item {
    width: 100%;
  }

  .ya-bank-card-logo {
    margin-bottom: 10px;
  }

  .ya-bank-card-account {
    margin-bottom: 10px;
  }

  .ya-bank-card-body {
    padding: 10px 10px 15px;
  }

  .ya-bank-card-number {
    font-size: 20px;
  }

  .ya-bank-card-footer {
    padding: 7px 10px;
  }

  .ya-modal-title {
    font-size: 24px;
  }

  .ya-modal-header .ya-section-title {
    font-size: 24px;
  }

  .ya-benefits-item:not(:last-child) {
    margin-bottom: 4px;
  }

  .ya-inner-page-title {
    font-size: 20px;
  }

  .ya-edit-profile-head__inner {
    gap: 10px;
    padding: 15px;
  }

  .ya-edit-profile-img-info {
    width: calc(100% - 95px);
  }

  .ya-edit-profile-upload {
    margin-left: unset;
    width: 100%;
  }

  .ya-edit-profile-upload .btn {
    width: 100%;
  }

  .ya-edit-profile-form {
    padding: 15px;
  }

  .ya-edit-profile-form .col-12:nth-child(even),
  .ya-add-address-form .col-12:nth-child(even) {
    margin-top: 8px;
  }

  .ya-address-item {
    width: 100%;
  }

  .ya-add-address-item {
    width: 100%;
  }

  .ya-address-info-wrapper {
    padding: 0 15px 15px;
  }

  .ya-address-list {
    gap: 15px;
  }

  .ya-profile-setting-sidebar {
    width: 100%;
  }

  .ya-profile-setting-content-wrapper {
    width: 100%;
  }

  .ya-profile-setting-card {
    padding: 0;
  }

  .ya-profile-setting-form {
    padding: 15px;
  }

  .ya-profile-notifications-card {
    padding: 12px 0;
  }

  .ya-contactUs-card {
    padding: 0;
  }

  .ya-contactUs-quick-wrapper {
    padding: 15px;
  }

  .ya-contactUs-form {
    padding: 15px;
  }

  .ya-profile-setting-title {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .ya-start-kyc-card {
    padding: 15px;
  }

  .ya-kyc-step-list {
    overflow: auto;
  }

  .ya-kyc-step-item:before {
    width: 92px;
  }

  .ya-kyc-step-label {
    font-size: 12px;
  }

  .ya-kyc-step-sidebar {
    height: auto;
  }

  .ya-kyc-step-sidebar {
    width: 100%;
  }

  .ya-kyc-step-sidebar-img img {
    width: 65%;
  }

  .ya-kyc-step-area {
    width: 100%;
    height: auto;
  }

  .ya-kyc-upload-document-item {
    padding: 15px;
  }

  .ya-kyc-document-preview-remove {
    top: -20px;
    right: -25px;
  }

  .ya-ott-item {
    min-width: 100px;
    width: calc(50% - 12px);
  }

  .ya-ott-item:nth-child(even)::after {
    display: none;
  }

  .ya-table-head {
    flex-wrap: wrap;
  }

  .ya-table-left-part .ya-input-icon-wrapper {
    max-width: 100%;
  }

  .ya-table-right-part {
    flex-wrap: wrap;
  }

  .ya-table-head .ya-table-right-part > * {
    width: calc(50% - 4px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ya-table-pagination {
    justify-content: center;
  }

  .ya-table-pagination nav {
    order: 1;
  }

  .ya-table-pagination .btn {
    min-width: 117px;
  }

  .ya-table-pagination .btn:first-child {
    order: 2;
  }

  .ya-table-pagination .btn:last-child {
    order: 3;
  }

  .ya-survey-categories-item {
    width: calc(50% - 5px);
  }

  .ya-question-title-wrapper__inner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
    border-radius: 8px;
  }

  .ya-subscription-platform img {
    width: 45px;
    height: 45px;
  }

  .ya-quickAccess-item {
    width: calc(50% - 4px);
  }
}
