@font-face {
  font-family: 'Inter';
  src: url('Inter-VariableFont_slnt,wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
}

body {
  font-family: Inter;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background-color: #FFF;
}

.splash-container {
  font-family: Inter;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  align-items: center;
  height: 100vh;
  justify-content: space-between;
  padding: 0 15px;
}

.get-started {
  display: flex;
  width: 100%;
  margin-bottom: 70px;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.active-button {
  display: flex !important;
  padding: 10px 18px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  align-self: stretch !important;
  border-radius: 8px !important;
  /* border: 1px solid var(--blue-500, #2E90FA) !important; */
  border: 1px solid #05bed3  !important;
  /* background: var(--blue-500, #2E90FA) !important; */
  background: #05bed3 !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  color: var(--base-white, #FFF) !important;
  font-family: Inter !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  width: 100% !important;
}


.inactive-button {
  display: flex !important;
  padding: 10px 18px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  align-self: stretch !important;
  border-radius: 8px !important;
  border: 1px solid var(--gray-300, #D0D5DD) !important;
  background: var(--gray-300, #D0D5DD) !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  width: 100% !important;
}


.sign-in {
  color: #2E90FA;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sign-in-auth-page {
  color: #2E90FA;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 30px;
}

.sign-in a {
  color: #2E90FA;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.forgot-password {
  margin-top: 16px;
  color: #355EA0;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.room img {
  width: 100%;
  max-width: 455px;
  display: block;
  height: auto;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.logo-auth {
  width: 298px;
  height: 67px;
  max-width: 100%;
}

.sign-up-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 145px 38px;
  
}

.auth .title {
  color: #101828;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.auth label {
  color: var(--gray-700, #344054);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}

.email {
  padding: 10px 14px;
  /* align-items: center; */
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--gray-300, #D0D5DD);
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 100%;
  margin-bottom: 20px;
}

.email::placeholder {
  color: #101828;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.email:focus {
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--gray-300, #D0D5DD);
  border-color: #D0D5DD;
  outline: none;
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 100%;
  margin-bottom: 16px;
}

.auth .text {
  color: #344054;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

.auth .text__verify {
  color: #344054;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

.auth .text a {
  color: #355EA0 !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auth .text__verify a {
  color: #355EA0 !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auth .text__password {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.78px;
  text-align: left;
  margin-bottom: 33px;
}

.password-error {
  display: none;
  color: red;
}

.submit-icon {
  display: none;
}

.welcome-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 104px 38px 56px;
}

.center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

.welcome {
  color: #355EA0;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.welcome-spinner {
  animation: spin 2s linear infinite;
}

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

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

.verify-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 104px 38px 30px;
}

.title__verify {
  margin-bottom: 23px;
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.verify-description {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  margin-bottom: 23px;
}

.resend-otp {
  color: #2E90FA;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.auth-bottom-nav {
  display: flex;
  flex-direction: row;
  color: #2E90FA;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: space-between;
  width: 100%;
}

.password-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 104px 38px 30px;
  gap: 90px;
}

.main-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  padding: 10px 15px;
  border-radius: 5px;
  background: #05225C;
  margin: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.userinfo {
  display: flex;
  flex-direction: row;
}

.user-avatar,
#open-user-menu {
  width: 40px;
}

.userinfo-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  justify-content: center;
  gap: 5px;
}

.userinfo-text__greeting {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
}

.userinfo-text__description {
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.logo-index {
  display: flex;
  justify-content: center;
  margin: 23px 12px 10px 12px;
}

.logo-index img {
  width: 150px;
}

.nav-item {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.nav-item-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-item-text {
  color: #A8A8A8;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-top: -7px;
  line-height: 20px;
  width: 70px;
}

.circle {
  position: fixed;
  bottom: 0;
}

main {
  flex-grow: 1;
  padding: 12px;
}

footer {
  bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 110px 0;
}



footer img {
  width: 99px;
  height: 39px;
  margin: 10px;
}

.powered {
  color: var(--gray-500, #667085);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.legal {
  color: var(--gray-500, #667085);
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

nav {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  border-radius: 20px 20px 0px 0px;
  background: #FFF;
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 19px;
  z-index: 1;
}

nav a {
  text-decoration: none;
}

.active path {
  fill: #0096FF !important;
}

.active-text {
  color: #0096FF;
}

.hidden-circle {
  opacity: 0;
}

.visible-circle {
  opacity: 1;
}

.content {
  width: 200px;
  height: 400px;
  background-color: #05225C;
}

.net-tips {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 12px 19px 40px;
  width: 100%;
  border: 1px solid var(--gray-200, #EAECF0);
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  position: relative;
}

.title {
  color: var(--gray-900, #101828);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 7px;
}

.pay-out {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  border: 1px solid var(--gray-300, #D0D5DD);
  background: #0096FF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--text-white-20, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.tab-content {
  margin-top: 25px;
}

.nav-pills {
  color: var(--gray-900, #101828);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 8px;
  border: 1px solid var(--gray-100, #F2F4F7);
  background: var(--gray-50, #F9FAFB);
}

.nav-pills .nav-link {
  color: var(--gray-500, #667085) !important;
  font-family: Inter;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px;
  border-radius: 8px;
}

.nav-pills .active {
  border-radius: 12px;
  border: 1px solid var(--gray-200, #EAECF0) !important;
  background-color: var(--base-white, #FFF) !important;
  color: var(--gray-700, #344054) !important;
  font-family: Inter;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px;
}

.chart-container {
  max-height: 200px;
  display: none;
}

.chart-container-month {
  max-height: 200px;
}

.apexcharts-toolbar {
  display: none !important;
}

.usd-amount {
  color: var(--gray-900, #101828);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* margin: 12px 0 11px 0; */
}

.date {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 17px;
}

.date .text {
  color: var(--gray-700, #344054);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
}

.calendar-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 90%;
  height: 199px;
  overflow: auto;
  z-index: 1000;
}

.calendar-modal-content {
  width: 85%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 20px 4px 20px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.calendar {
  border-bottom: 1px solid #C4C4C4;
}

.buttons {
  padding-top: 20px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.calendar-period {
  border-radius: 15.5px;
  border: 1px solid #0096FF;
  color: #0096FF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #FFF;
  width: 81px;
  height: 26px;
  margin-bottom: 16px
}

.calendar-period-active {
  border: 1px solid #0096FF;
  background-color: #0096FF;
  color: #fff;
}

.transactions {
  display: flex;
  flex-direction: column;
  padding: 11px;
}

.transaction-item {
  border-bottom: 1px solid #EAECF0;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}

.transaction-item-home {
  border-bottom: 1px solid #EAECF0;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}

.transaction-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.transaction-right {
  display: flex;
  flex-direction: row;
}

.transaction-right-info {
  display: flex;
  flex-direction: column;
}

.transaction-expand {
  margin-left: 15px;
  margin-right: -5px;
}

.transaction-date {
  color: #A8A8A8;
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 12px;
  height: 19px;
}

.transaction-transactor {
  display: flex;
  flex-direction: row;
}

.transactor-name {
  color: var(--gray-900, #101828);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-right: 4px;
}

.transactor-room {
  color: #A8A8A8;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.transaction-rating {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.rating-number {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-left: 15px;
}

.transaction-additional-info {
  display: flex;
  flex-direction: row;
}

.transaction-amount {
  text-align: right;
  color: #12B76A;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-right: 7px;
}

.transaction-feedback {
  margin-right: 4px;
  color: var(--blue-light-700, #026AA2);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-radius: 16px;
  background: var(--blue-light-50, #F0F9FF);
  mix-blend-mode: multiply;
  padding: 2px 8px;
}

.transaction-receipt {
  padding: 2px 8px;
  border-radius: 16px;
  background: var(--gray-blue-50, #F8F9FC);
  mix-blend-mode: multiply;
  color: var(--gray-blue-700, #363F72);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.transaction-expanded,
.transaction-receipt {
  display: none;
}

.transaction-expanded {
  color: #A8A8A8;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  padding: 10px 0;
}

.transaction-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}

.rating-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rating-header .title {
  margin-left: 17px;
}

.sort-ratings {
  color: var(--gray-700, #344054);
  display: flex;
  gap: 8px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--gray-300, #D0D5DD);
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.overall,
.overall--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0 28px;
  margin: 0 25px;
}

.average-rating {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 8px;
}

/* .rating-stars {
  margin-top: 9px;
} */
.estimated-by {
  color: #A8A8A8;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 7px;
}

/* feedbacks */
.feedback,
.feedback__transactions-tab {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EAECF0;
  padding: 19px 3px 20px 3px;
  margin: 0 25px;
}

.feedback__transactions-tab {
  position: fixed;
  width: 75%;
}

.guest {
  color: var(--gray-900, #101828);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}

.feedback-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.feedback-details-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.feedback-rating {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-left: 7px;
  align-items: center;
}

.feedback-details-date {
  color: #475467;
  text-align: right;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 12px;
}

.feedback-text,
.feedback-text__transactions-tab {
  color: var(--gray-600, #475467);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.feedback-text__transactions-tab {
  margin-top: 110px;
  padding: 0 25px;
  height: 300px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.feedback-text__transactions-tab::-webkit-scrollbar {
  display: none;
}

.transaction-feedback-expanded {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 39px 15px 12px 15px;
  border-radius: 30px 30px 0px 0px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.10);
  flex-direction: column;
  z-index: 2;
  padding: 30px;
  align-items: center;
}

.feedback-modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.transaction-detail-home {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 12px 19px 12px;
  width: 100%;
  border: 1px solid var(--gray-200, #EAECF0);
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  margin-top: 20px;
}

.view-details {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 12px;
  text-decoration: none;
}

.feedback-home {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 12px 19px 12px;
  width: 100%;
  border: 1px solid var(--gray-200, #EAECF0);
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  margin-top: 20px;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
  padding: 0;
  color: #A8A8A8;
  font-size: 12px;
  background-color: #fff;
  border: none;
  display: none;
}

.read-more-container {
  display: flex;
  justify-content: end;
}

.feedback-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
}

.rating-statistics {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.star-category {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.star-category-title {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 52px;
}

.percentage-bar {
  height: 16px;
  background-color: #E7F0F2;
  display: flex;
  flex: 1;
}

.percentage-value {
  display: flex;
  width: 55px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.percentage-bar__filled {
  height: 16px;
  background-color: #FDB022;
}

.cards-container {
  display: flex;
  padding: 20px 16px 7px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  border: 1px solid #EAECF0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: normal;
}

.card-img {
  width: 311px;
  height: 187px;
}

.cards-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.cards-container-footer {
  padding: 16px;
  border: 1px solid #EAECF0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
}

.manage-cards {
  color: var(--gray-700, #344054);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 16px;
  justify-content: center;
  border: 1px solid var(--gray-300, #D0D5DD);
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.qr-modal {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 39px 15px 12px 15px;
  border-radius: 30px 30px 0px 0px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.10);
  flex-direction: column;
  z-index: 2;
  padding: 30px;
  align-items: center;
}

.qr-modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.employee-avatar {
  border-radius: 100px;
}

.employee-name {
  color: var(--gray-900, #101828);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-top: 15px;
}

.employee-role {
  color: var(--gray-900, #101828);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.employee-qr {
  width: 234px;
  height: 234px;
  margin-top: 18px;
}

.otp-input {
  position: relative;
}

.input-message {
  font-size: 12px;
  color: #344054;
  position: absolute;
  bottom: 0;
}

.notifications-container,
.wallet-container {
  padding: 32px 16px;
}

.notifications-container .back,
.wallet-container .back {
  margin-bottom: 24px;
}

.notifications-container .back .text {
  color: #2E90FA;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.wallet-container .back .text {
  color: #6941C6;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.back {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.notifications-dropdown {
  margin-bottom: 32px;
}

.notifications-container .title {
  margin-bottom: 32px;
}

.wallet-container .secondary-title {
  color: #667085;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 24px 0 11px 0;
}

.notifications-time {
  color: #101828;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.notification-item {
  border-radius: 12px;
  padding: 16px;
  border: 1px solid var(--gray-200, #EAECF0);
  background: var(--base-white, #FFF);
  margin-top: 32px;
}

.notification-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.notification-title {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.notification-title--new {
  color: var(--gray-900, #101828);
}

.notification-description {
  color: var(--gray-600, #475467);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
}

.notification-close,
.notification-actions button {
  border: none;
  background: none;
  padding: 0;
}

.notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 16px;
}

.view-bank-account {
  color: var(--blue-500, #2E90FA);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.dismiss {
  color: var(--gray-600, #475467);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.dropdown-toggle {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid var(--gray-300, #D0D5DD) !important;
  background: var(--base-white, #FFF) !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  background: white !important;
  color: var(--gray-900, #101828) !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.userinfo-notifications {
  position: relative;
}

.notifications-indicator {
  position: absolute;
  right: 0px;
  top: 3px;
  z-index: 2;
  display: none;
}

#user-menu {
  display: none;
  position: absolute;
  width: 230px;
  border-radius: 7px;
  left: 11px;
  top: 65px;
  z-index: 2;
  border: 1px solid var(--gray-200, #EAECF0);
  background: var(--base-white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

#user-menu ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  padding: 5px 0 7px 0;
}

#user-menu ul li {
  padding: 4px 5px;
  color: var(--gray-900, #101828);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

#user-menu ul li:nth-last-child(2) {
  border-bottom: 1px solid #EAECF0;
}

.user-menu-item-active {
  background-color: #EAECF0;
  padding: 5px 10px;
  width: 100%;
  display: flex;
  border-radius: 7px;
}

.user-menu-item {
  padding: 5px 10px;
  width: 100%;
  display: flex;
  border-radius: 7px;
  justify-content: space-between;
}

.user-menu-item-name img {
  margin: 0 5px 0 0;
}

.user-menu-item {
  display: flex;
  flex-direction: row;
}

.user-menu-item-indicator img {
  display: none;
}

.user-menu-item-active .user-menu-item-indicator img {
  display: block;
}

.wallet-main {
  display: flex;
  flex-direction: row;
  padding: 24px 0 20px;
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  justify-content: space-between;
}

.wallet-main-content {
  display: flex;
  flex-direction: column;
}

.wallet-main-options {
  display: flex;
  border: none;
  background: none;
  padding: 0;
}

.wallet-main-content .title {
  color: var(--gray-900, #101828);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.wallet-main-content .text {
  color: var(--gray-600, #475467);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 2px;
}

.stripe-button {
  border-radius: 8px;
  background: #0BA5EC;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 100%;
  padding: 8px 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  border-color: transparent;
  margin-top: 24px;
}

#notifications-popup {
  position: absolute;
  background: #fff;
  top: 65px;
  left: 5px;
  background: #fff;
  z-index: 3;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  display: none;
}

.notifications-container {
  padding: 32px 16px 65px;
}

/* empty state */
.net-tips-content--empty {
  display: flex;
  flex-direction: column;
}

.net-tips-empty-img {
  height: 127px;
  margin-bottom: 18px;
}

.empty-text {
  color: #35505A;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.empty-text-secondary {
  color: #A8A8A8;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.transaction-detail-home-content--empty {
  margin: 13px 0 30px;
}

.nav-item-account {
  display: none;
}




/* popup and password validation */


.popup {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 1;
}

.popup p {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.popup ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.popup ul li {
  margin-bottom: 5px;
}

#password {
  position: relative;
}

#password:focus+.popup {
  display: block;
}


.status-message {
  max-width: fit-content;
  color: red;
}


/* logo  */

.logo {
  height: 25px;
  width: 140px;
}

.title-prompt {
  color: #000;
  font-size: 16px;
  font-weight: 470;
}


/* ul-list */

.list-group,
.list-group-item {
  border: none !important;

}

.contact-us,.resend {
  border: none !important;
  /* color: #0d6efd !important; */
  color: #05bed3 !important;
  font-size: 17px;
  font-weight: 500;
  background: none !important;
  margin-top: 4% !important;
}

.auth {
  padding: 50px !important;
  margin-bottom: 0 !important;
  max-width:400px;
}

/* .inner-div{
  width: 100px !important;
} */
.next-btn {
  background-color: #05bed3 ;
  color: #ffffff !important;
  border-color: #BDF8FE !important;

}


/* .footer-items{
  margin-top: -2%;
} */
.footer-items ul li {
  display: inline;
  padding-left: 10px;
  margin-top: 0% !important;
}

.footer-items ul li:hover {
  cursor: pointer;
}


#terms-conditions{
  font-size: 13px;
}

#tt3{
  padding: 15px !important;
  font-size: 15px !important;
}

#note{
  cursor: pointer;
  color: #0698a8;
  text-decoration: none !important;
  font-weight: 500;
}

.otp-btn{
  color: white;
  /* background-color: #05bed3 !important; */
}



.custom-radio input:checked {
  background-color: #05bed3;
  border-color: #05bed3;
}
.custom-radio label {
  cursor: pointer;
}
.role{
  margin-left: 3%;
}