.swal2-container {
  z-index: 9999 !important;
}

.btn-copy {
  position: absolute;
  top: -10px;
  right: -5px;
}

.section-py {
  padding: 6.25rem 0;
}

.first-section-pt {
  padding-top: 10.3rem;
}

@media (max-width: 1199.98px) {
  .first-section-pt {
    padding-top: 6.5rem;
  }
}

.card[class*=card-hover-border-] {
  transition: all 0.2s ease-in-out;
}

.banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
  z-index: -1;
}

.bg-icon-left,
.bg-icon-right {
  position: relative;
}

.bg-icon-left::before,
.bg-icon-right::before {
  position: absolute;
  display: block;
  top: 0;
}

.bg-icon-left::before {
  left: 0;
}

@media (max-width: 575.98px) {
  .bg-icon-left::before {
    left: 0.625rem;
  }
}

.bg-icon-right::before {
  right: 0;
}

@media (max-width: 575.98px) {
  .bg-icon-right::before {
    right: 0.625rem;
  }
}

.dropdown-toggle::after {
  margin-top: -0.28em;
  width: 0.42em;
  height: 0.42em;
  border: 1px solid !important;
  border-top: 0 !important;
  border-left: 0 !important;
  transform: rotate(45deg);
}

.light-style body {
  background-color: #fff;
}

.dark-style body {
  background-color: #30334e;
}

.dark-style .landing-light-mode {
  display: none;
}

.dark-style .landing-dark-mode {
  display: block;
}

nav.layout-navbar {
  backdrop-filter: unset !important;
  height: auto !important;
  z-index: 999 !important;
}

.navbar.landing-navbar {
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  transform: unset !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.navbar.landing-navbar .navbar-nav .nav-link {
  padding: 0.5rem 0.8375rem;
}

@media (max-width: 1199.98px) {
  .navbar.landing-navbar .navbar-nav .nav-link {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

.navbar.landing-navbar .navbar-nav .nav-link .menu-icon,
.navbar.landing-navbar .navbar-nav .nav-link .menu-icon::before {
  font-size: 0.5rem;
}

@media (min-width: 992px) {
  .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown>.dropdown-menu {
    max-width: 1300px;
    inset-inline-start: 50% !important;
    transform: translateX(-50%);
    top: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown>.dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown>.dropdown-menu .mega-dropdown-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar.landing-navbar .navbar-nav .nav-item .nav-img-col,
.navbar.landing-navbar .navbar-nav .nav-item .nav-img-col img {
  border-radius: 0.625rem;
}

@media (max-width: 991.98px) {
  .navbar.landing-navbar .landing-nav-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: unset !important;
    box-shadow: none;
    border: none;
    margin: 0;
    margin-left: 1rem;
  }
}

@media (max-width: 991.98px) {
  .navbar.landing-navbar .landing-menu-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 43, 67, 0.78);
    transition: all 0.2s ease-in-out;
    z-index: 9998;
  }

  .navbar.landing-navbar .landing-nav-menu {
    position: fixed;
    display: block !important;
    height: 100%;
    max-width: 300px;
    width: 80%;
    inset-inline-start: -100%;
    top: 0;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
  }

  .navbar.landing-navbar .landing-nav-menu.show {
    inset-inline-start: 0;
  }

  .navbar.landing-navbar .landing-nav-menu.show~.landing-menu-overlay {
    display: block;
  }
}

.light-style .navbar.landing-navbar {
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.light-style .navbar.landing-navbar.navbar-active {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(38, 43, 67, 0.16);
}

.light-style .navbar.landing-navbar .navbar-brand .navbar-toggler {
  color: #3b4056;
}

.light-style .navbar.landing-navbar .navbar-nav .nav-link {
  color: #3b4056;
}

.light-style .navbar.landing-navbar .navbar-nav .nav-link .menu-icon {
  color: #a8aab4;
}

@media (max-width: 991.98px) {
  .light-style .navbar.landing-navbar .landing-nav-menu {
    background-color: #fff;
  }
}

.rent-time-wrapper {
  min-width: 0;
  width: fit-content;
  position: relative;
}

.rent-account-card {
  border: 1px solid rgba(105, 125, 255, 0.18);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 10px 24px rgba(31, 45, 80, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.rent-account-card:hover {
  transform: translateY(-2px);
  border-color: rgba(105, 125, 255, 0.32);
  box-shadow: 0 14px 30px rgba(31, 45, 80, 0.14);
  z-index: 20;
}

.rent-account-card:focus-within {
  z-index: 30;
}

.rent-account-card-body {
  padding: 12px 12px 10px;
  position: relative;
  overflow: visible;
}

.rent-account-card-head {
  gap: 10px;
  margin-bottom: 8px !important;
}

.rent-account-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.rent-account-status {
  font-size: 12px;
  font-weight: 600;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
}

.rent-account-pricing {
  margin-bottom: 8px !important;
}

.rent-account-pricing-row {
  border: 1px solid rgba(105, 125, 255, 0.14);
  border-radius: 12px;
  padding: 8px 10px;
  background: linear-gradient(180deg, #fbfcff 0%, #f5f7ff 100%);
  overflow: visible;
  flex-wrap: nowrap !important;
}

.rent-account-time-col {
  flex: 0 1 auto;
  min-width: 0;
}

.rent-account-price-col {
  min-width: 56px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.rent-account-price-col .badge {
  border-radius: var(--bs-badge-border-radius);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  letter-spacing: normal;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
}

.rent-account-expire {
  font-size: 13px;
}

.rent-pagination nav {
  display: flex;
  justify-content: center;
}

.rent-pagination .pagination {
  gap: 6px;
  margin: 0;
  padding: 0;
}

.rent-pagination .page-link {
  border: 1px solid rgba(75, 94, 145, 0.22);
  border-radius: 10px;
  min-width: 36px;
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  text-align: center;
  color: #3b4056;
  background: #fff;
  font-weight: 600;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.rent-pagination .page-link:hover,
.rent-pagination .page-link:focus {
  border-color: rgba(105, 125, 255, 0.45);
  background: rgba(105, 125, 255, 0.08);
  text-decoration: none;
}

.rent-pagination .page-item.active .page-link {
  border-color: rgba(105, 125, 255, 0.55);
  background: #4f63ff;
  color: #fff;
}

.rent-pagination .page-item.disabled .page-link {
  opacity: 0.45;
  cursor: not-allowed;
}

.rent-now-btn {
  border-width: 1px;
  border-radius: 10px;
  font-weight: 700;
  display: block !important;
  width: fit-content !important;
  min-width: 100px;
  margin-left: auto !important;
  margin-right: 0 !important;
  padding-left: 14px;
  padding-right: 14px;
  box-shadow: 0 6px 14px rgba(60, 90, 255, 0.14);
  float: right;
}

.rent-now-btn.w-100 {
  width: fit-content !important;
}

.rent-confirm-modal .modal-header {
  background: linear-gradient(135deg, #4f63ff 0%, #7b5cff 100%);
  border-bottom: 0;
  padding: 14px 16px;
}

.rent-confirm-modal .modal-title {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.rent-confirm-modal .modal-title i {
  font-size: 18px;
  line-height: 1;
}

.rent-confirm-modal .modal-body {
  padding: 18px 16px 10px;
}

.rent-confirm-modal .rent-confirm-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 99, 255, 0.14);
  color: #4f63ff;
  font-size: 30px;
}

.rent-confirm-modal .rent-confirm-summary {
  border: 1px solid rgba(105, 125, 255, 0.18);
  border-radius: 14px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #fbfcff 0%, #f5f7ff 100%);
}

.rent-confirm-modal .rent-confirm-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(59, 64, 86, 0.7);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.rent-confirm-modal .modal-footer {
  border-top: 0;
  padding: 12px 16px 16px;
}

.rent-time-select {
  font-family: inherit;
  font-weight: 400;
}

.rent-time-btn {
  width: clamp(7.75rem, 32vw, 10rem);
  min-width: clamp(7.75rem, 32vw, 10rem);
  max-width: clamp(7.75rem, 32vw, 10rem);
  border-radius: 10px;
  border-color: rgba(75, 94, 145, 0.45);
  background: #fff;
  text-align: left;
  font-family: inherit;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rent-time-dropdown {
  width: clamp(7.75rem, 32vw, 10rem);
  min-width: clamp(7.75rem, 32vw, 10rem);
  max-width: clamp(7.75rem, 32vw, 10rem);
  flex: 0 0 clamp(7.75rem, 32vw, 10rem);
}

.rent-time-menu {
  width: 100%;
  min-width: 100%;
  z-index: 1200;
}

.rent-time-dropdown.show {
  z-index: 1201;
}

.rent-time-menu.show {
  z-index: 1300;
}

.rent-time-menu .dropdown-item.rent-time-item {
  display: grid;
  grid-template-columns: 6ch 3ch 3ch;
  align-items: center;
  column-gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.rent-time-menu .rt-time {
  justify-self: start;
  min-width: 0;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rent-time-menu .rt-arrow {
  justify-self: center;
  font-weight: 600;
  color: #6c757d;
  white-space: nowrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.rent-time-menu .rt-price {
  font-weight: 600;
  font-size: 12px;
  color: #dc3545;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  justify-self: end;
  width: auto;
  text-align: right;
  font-family: inherit;
}

.rent-time-menu li,
.rent-time-menu .rent-time-item {
  width: 100%;
}

.auth-narrow {
  max-width: 460px;
}

@media (max-width: 575.98px) {
  .rent-account-pricing-row {
    align-items: flex-end;
  }

  .rent-account-time-col {
    flex: 0 0 auto;
    min-width: 0;
  }

  .rent-time-btn {
    width: clamp(7.75rem, 52vw, 11.5rem);
    min-width: clamp(7.75rem, 52vw, 11.5rem);
    max-width: clamp(7.75rem, 52vw, 11.5rem);
  }

  .rent-time-dropdown {
    width: clamp(7.75rem, 52vw, 11.5rem);
    min-width: clamp(7.75rem, 52vw, 11.5rem);
    max-width: clamp(7.75rem, 52vw, 11.5rem);
    flex: 0 0 clamp(7.75rem, 52vw, 11.5rem);
  }

  .rent-account-price-col {
    min-width: 50px;
    text-align: right !important;
    margin-left: .3rem !important;
  }
}

.light-style .menu-text {
  color: #3b4056;
}

.dark-style .navbar.landing-navbar {
  background-color: #30334e;
  border: 1px solid rgba(48, 51, 78, 0.78);
}

.dark-style .navbar.landing-navbar.navbar-active {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(16, 17, 33, 0.24);
}

.dark-style .navbar.landing-navbar .navbar-brand .navbar-toggler {
  color: #d7d8ed;
}

.dark-style .navbar.landing-navbar .navbar-nav .nav-link {
  color: #d7d8ed;
}

.dark-style .navbar.landing-navbar .navbar-nav .nav-link .menu-icon {
  color: #7b7c95;
}

@media (max-width: 991.98px) {
  .dark-style .navbar.landing-navbar .landing-nav-menu {
    background-color: #30334e;
  }
}

.dark-style .navbar .menu-text {
  color: #d7d8ed;
}

@media (min-width: 992px) {
  [dir=rtl] .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown>.dropdown-menu {
    transform: translateX(50%);
  }
}

.landing-footer .footer-link {
  transition: all 0.2s ease-in-out;
}

.landing-footer .footer-link:hover {
  opacity: 1;
}

.landing-footer .footer-link,
.landing-footer .footer-text,
.landing-footer .footer-title {
  color: #fff;
}

.landing-footer .footer-link,
.landing-footer .footer-text {
  opacity: 0.78;
}

.landing-footer .app-brand-text.footer-link {
  opacity: 1;
}

.landing-footer .footer-title {
  opacity: 0.92;
}

.landing-footer .footer-top {
  padding: 3rem 0;
}

@media (max-width: 767.98px) {
  .landing-footer .footer-top {
    padding: 3rem 0;
  }
}

.landing-footer .footer-top .footer-bg {
  object-position: center;
}

@media (min-width: 992px) {
  .landing-footer .footer-logo-description {
    max-width: 385px;
  }
}

.landing-footer .footer-bottom {
  background-color: #211b2c;
}

.landing-footer .footer-bottom .footer-text,
.landing-footer .footer-bottom .footer-link {
  opacity: 0.92;
}

.landing-footer .form-floating.form-floating-outline .form-control {
  color: #d7d8ed;
}

.landing-footer .form-floating.form-floating-outline .form-control:focus~label:after,
.landing-footer .form-floating.form-floating-outline .form-control:not(:placeholder-shown)~label:after {
  background: #241d31 !important;
}

.bg-orange {
  background-color: #ffa500;
}
