@charset "UTF-8";
.img-box > input {
  display: none;
}

.template-border {
  border: 3px solid #0b9ef7 !important;
  border-radius: 10px !important;
}

.btn-check:focus + .btn {
  outline: unset !important;
  box-shadow: unset !important;
}

.btn:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.screen.image {
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  height: auto;
}
.screen.image img {
  width: 100%;
  transition-duration: 0.5s;
  transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 400px;
  transition: 5s all ease;
}
.screen.image:hover img {
  -o-object-position: left;
     object-position: left;
}

.screen.vcard_11 {
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  height: auto;
}
.screen.vcard_11 img {
  width: 100%;
  transition-duration: 0.5s;
  transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  height: 400px;
  transition: 5s all ease;
}
.screen.vcard_11:hover img {
  -o-object-position: right;
     object-position: right;
}

.img-radio .screen.vcard_11 {
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  height: auto;
}
.img-radio .screen.vcard_11 img {
  width: 100%;
  transition-duration: 0.5s;
  transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  height: 400px;
  transition: 5s all ease;
}
.img-radio .screen.vcard_11:hover img {
  -o-object-position: right;
     object-position: right;
}

.img-radio {
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  height: auto;
  position: relative !important;
}
.img-radio img {
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 400px;
  transition: 5s all ease;
}
.img-radio:hover::after {
  opacity: 1;
}
.img-radio:hover img {
  -o-object-position: left;
     object-position: left;
}

.hover-template-name {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.img-radio.img-border {
  border: 3px solid #0b9ef7 !important;
  border-radius: 10px !important;
  position: relative;
}
.img-radio.img-border::before {
  position: absolute;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px !important;
  font-weight: 500;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 999;
}
.img-radio.img-border::after {
  opacity: 1;
}

.templatecard {
  width: 20% !important;
}

@media (max-width: 1700px) {
  .templatecard {
    width: 25% !important;
  }
}
@media (max-width: 1400px) {
  .templatecard {
    width: 33.33% !important;
  }
}
@media (max-width: 768px) {
  .templatecard {
    width: 50% !important;
  }
}
@media (max-width: 501px) {
  .templatecard {
    width: 100% !important;
  }
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 4px !important;
  left: 5px !important;
  z-index: 3;
  pointer-events: none;
}
.ribbon-wrapper .ribbon {
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  top: 15px;
  left: -30px;
  width: 120px;
  background-color: #3498db;
  color: #fff;
  font-size: 10px !important;
}

.vcard-template .img-radio {
  overflow: visible !important;
}
.vcard-template .template-active-ribbon {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  right: 5px;
  left: auto;
  z-index: 1001;
  pointer-events: none;
}
.vcard-template .template-active-ribbon .ribbon {
  position: absolute;
  top: 18px;
  right: -32px;
  left: auto;
  width: 120px;
  padding: 7px 0;
  background-color: var(--bs-primary, #0b9ef7);
  color: #fff;
  font-size: 10px !important;
  font-weight: 700;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#dashboardWeeklyUserBarChartContainer #dashboardWeeklyUserBarChart {
  max-height: 320px !important;
}

#incomeChartCanvas #dashboardIncomeChart {
  max-height: 320px !important;
}

.ql-editor {
  font-family: var(--app-font-family, Poppins, Helvetica, sans-serif) !important;
  font-size: 14px !important;
}

.ql-editor.ql-blank::before {
  font-style: unset !important;
}

.btn-group-toggle input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.btn-group-toggle input[type=radio]:checked + label {
  color: #fff;
}

.btn-group-toggle input[type=radio]:checked + label,
.btn-group-toggle input[type=radio]:focus + label {
  background-color: #019aff;
  border: 1px solid #019aff !important;
  border-radius: 0.3rem;
}

.btn-group-toggle label {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.475rem;
  display: inline-block;
  font-family: var(--app-font-family, Poppins, Helvetica, sans-serif);
  font-size: 12px;
  padding: 8.15px 17.225px;
}

@media (min-width: 501px) {
  .swal-modal {
    width: 381px !important;
  }
}
.product_url {
  word-break: break-word;
}

.withdraw-approval-dropdown {
  min-width: 186px !important;
  transition: unset !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.flatpickr-disabled {
  color: #ced4da !important;
}

.flip-box-vertical {
  background-color: transparent;
}
.flip-box-vertical .flip-box-inner {
  width: 300px;
  height: 500px;
  margin: auto;
}
.flip-box-vertical:nth-child(even) .flip-box-inner {
  transform: rotateY(180deg) !important;
}
.flip-box-vertical:nth-child(even) .flip-box-inner:hover {
  transform: rotateY(0deg) !important;
}

.flip-box-vertical img {
  width: 100%;
  height: 500px;
}

.flip-box-vertical img:hover {
  cursor: pointer;
}

.flip-box-vertical:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-h {
  background-color: transparent;
  width: 500px;
  height: 300px;
}
.flip-box-h:nth-child(even) .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-h:nth-child(even) .flip-box-inner:hover {
  transform: rotateY(0deg);
}

.flip-box-h img {
  width: 500px;
  height: 300px;
}

.flip-box-h img:hover {
  cursor: pointer;
}

.flip-box-h:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: transparent;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
}

.nav-tabs-1 .nav-item-1 .nav-link-1.active,
.nav-tabs-1 .nav-item-1 .nav-link-1:hover {
  background: #e0e3ff;
  border-left-color: #6571ff;
  color: #212529;
}

.nav-tabs-1 .nav-item-1 .nav-link-1 {
  border-left: 5px solid transparent;
  padding-left: 1.25rem !important;
  padding-right: 1.563rem !important;
  color: #6c757d !important;
  border-radius: 0;
}

.form-check-input {
  min-width: 1.563em;
}

.action-btn .dropdown-menu li {
  display: flex;
}

.table-responsive {
  overflow-x: unset !important;
}

table .dropdown .dropdown-menu {
  inset: 0 20px auto auto !important;
  will-change: transform !important;
}
table .dropdown .dropdown-menu.show {
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  min-height: 155px;
  min-width: 180px !important;
  padding: 10px !important;
  transform: translate(5px, 25px) !important;
}

.setting-tab .nav-item .nav-link {
  border-radius: 0 !important;
  padding: 10px !important;
  border-left: 5px solid transparent;
}
.setting-tab .nav-item .nav-link.active {
  background: #e0e3ff !important;
  border-left-color: #6571ff !important;
}
.setting-tab .nav-item .nav-link:hover {
  background: #e0e3ff;
  border-left-color: #6571ff;
  color: #212529;
}
.setting-tab .nav-item .nav-link::after {
  display: none;
}

.sidebar {
  height: 100vh;
  min-height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999999;
  background-color: white;
}
@media (min-width: 991px) {
  .sidebar {
    width: 250px;
    position: relative;
    z-index: 1;
    top: 0px;
  }
}

.sidebar .closebtn {
  position: relative;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-bottom: 10px;
  color: #6c757d;
  text-decoration: none;
  text-align: end;
}

.openbtn {
  cursor: pointer;
  color: #6c757d;
  border: none;
  margin-bottom: 10px;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}
.confirmation-text {
  font-size: 45px !important;
}

.warning-message {
  font-size: 30px !important;
}

.confirmation-container {
  margin-top: 100px !important;
}

.btn-confirm {
  height: 46px;
  width: 510px !important;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 580px) {
  .btn-confirm {
    width: 310px !important;
  }
}

.btn-cancel {
  height: 43px;
  width: 310px !important;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 17px;
}

#userDeleteModal {
  top: 25%;
}

.register-btn {
  background-color: var(--auth-primary, #7638f9) !important;
  color: white !important;
}

.register-section {
  margin-top: -105px !important;
}
@media (min-width: 580px) {
  .register-section .element {
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.register-section .top-vector {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
}
@media (max-width: 767px) {
  .register-section .top-vector {
    top: 600px;
  }
}
.register-section .top-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .register-section .top-vector img {
    width: 70%;
  }
}
.register-section .bottom-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}
.register-section .bottom-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .register-section .bottom-vector img {
    width: 70%;
  }
}
.register-section .register-form {
  background-size: cover;
  position: relative;
  padding-top: 160px;
}
@media (max-width: 767px) {
  .register-section .register-form {
    padding-top: 160px;
  }
}

.register-img {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  min-height: 100% !important;
}
@media (max-width: 767px) {
  .register-img {
    max-height: 600px;
    min-height: unset;
  }
}
.register-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.login-btn {
  background-color: var(--auth-primary, #7638f9) !important;
  color: white !important;
}

.z-index-9 {
  z-index: 9;
}

.login-section {
  margin-top: -105px !important;
}
@media (min-width: 580px) {
  .login-section .element {
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.login-section .top-vector {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
}
@media (max-width: 767px) {
  .login-section .top-vector {
    top: 600px;
  }
}
.login-section .top-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .login-section .top-vector img {
    width: 70%;
  }
}
.login-section .bottom-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}
.login-section .bottom-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .login-section .bottom-vector img {
    width: 70%;
  }
}
.login-section .copy-right {
  left: 26% !important;
}
@media (max-width: 767px) {
  .login-section .copy-right {
    position: static !important;
    left: 0 !important;
  }
}
.login-section .login-form {
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .login-section .login-form {
    padding-top: 160px;
  }
}

.login-img {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  min-height: 100% !important;
}
@media (max-width: 767px) {
  .login-img {
    max-height: 600px;
    min-height: unset;
  }
}
.login-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.register-form {
  background-size: cover;
  position: relative;
  z-index: 1;
}

.login-btn {
  background-color: var(--auth-primary, #7638f9) !important;
  color: white !important;
}

.forget-password-section {
  margin-top: -105px !important;
}
@media (min-width: 580px) {
  .forget-password-section .element {
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.forget-password-section .top-vector {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
}
@media (max-width: 767px) {
  .forget-password-section .top-vector {
    top: 600px;
  }
}
.forget-password-section .top-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .forget-password-section .top-vector img {
    width: 70%;
  }
}
.forget-password-section .bottom-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}
.forget-password-section .bottom-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .forget-password-section .bottom-vector img {
    width: 70%;
  }
}

.reset-link {
  background-color: #7638f9 !important;
}

.forget-password-img {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  min-height: 100%;
}
@media (max-width: 767px) {
  .forget-password-img {
    max-height: 600px;
    min-height: unset;
  }
}
@media (max-width: 575px) {
  .forget-password-img {
    display: none !important;
  }
}
.forget-password-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.forget-password-form {
  position: relative;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .forget-password-form {
    padding-top: 160px;
  }
}
@media (max-width: 575px) {
  .forget-password-form {
    padding-top: 160px;
  }
}

.reset-password-section {
  margin-top: -105px !important;
}
@media (min-width: 580px) {
  .reset-password-section .element {
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.reset-password-section .top-vector {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
}
@media (max-width: 767px) {
  .reset-password-section .top-vector {
    top: 600px;
  }
}
.reset-password-section .top-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .reset-password-section .top-vector img {
    width: 70%;
  }
}
.reset-password-section .bottom-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}
.reset-password-section .bottom-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .reset-password-section .bottom-vector img {
    width: 70%;
  }
}

.reset-password-img {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .reset-password-img {
    max-height: 600px;
    min-height: unset;
  }
}
.reset-password-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reset-password-form {
  z-index: 1 !important;
  margin-top: 25% !important;
}

.dynamic-vcard {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  overflow-y: scroll !important;
  scrollbar-width: none;
  height: 700px !important;
  background: black;
  border-radius: 40px;
  box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;
}

.dynamic-sensor {
  width: 100%;
  height: 25px;
  margin-top: -25px;
  position: sticky;
  z-index: 99999;
  transition: all 0.5s;
  right: 0;
  left: 0;
  top: 10px;
}
.dynamic-sensor .sensor {
  width: 100px;
  height: 25px;
  background: black;
  border-radius: 50px;
  margin: 0 auto;
}

.button-label {
  position: relative;
  display: inline-block;
}

.button-label input[type=radio] {
  position: absolute;
  opacity: 0;
}

.button-label .sticky-btn-title {
  border-radius: 4px !important;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  background-color: #adb5bd !important;
  color: black !important;
}

.button-label input[type=radio]:checked + .sticky-btn-title {
  box-shadow: #000 0 0 0 3px, transparent 0 0 0 0;
  color: black !important;
}

#nfcProductImage {
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 100%;
  width: 100%;
}

.nfc-img {
  flex: 0 0 auto;
  width: 50%;
  height: 450px;
}

.nfc-details {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(6, 9, 23, 0.2);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.nfc-details .modal-body {
  overflow: hidden;
  border-radius: 12px;
}
.nfc-details #description {
  max-height: 150px;
  overflow: auto;
}
.nfc-details #nfcProductImg {
  height: 420px !important;
}
@media (max-width: 991px) {
  .nfc-details #nfcProductImg {
    height: 315px !important;
  }
}
.nfc-details #nfcProductBackImg {
  height: 420px !important;
}
@media (max-width: 991px) {
  .nfc-details #nfcProductBackImg {
    height: 315px !important;
  }
}

.nfc-form {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(6, 9, 23, 0.2);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.buy-now {
  background-color: #6571ff;
  border-color: #6571ff;
  color: #fff;
}

.order-btn {
  background-color: #6571ff;
  border-color: #6571ff;
  color: #fff;
  width: 210px;
}
@media (max-width: 989px) {
  .order-btn {
    width: auto !important;
  }
}

.discard-btn {
  width: 210px;
}
@media (max-width: 989px) {
  .discard-btn {
    width: auto !important;
  }
}

.counter {
  display: flex;
  align-items: center;
  width: 125px;
  border: 1px solid black;
  height: 45px;
  border-radius: 5px;
}

.counter input {
  width: 50px;
  border: 0;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: black !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
}

.counter span {
  display: block;
  font-size: 25px;
  padding: 0 10px;
  cursor: pointer;
  color: black !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 990px) {
  .image-btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ADB5BD'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    padding: 25px !important;
    display: block !important;
    position: absolute !important;
    border: none;
    right: 10px !important;
    z-index: 1;
  }
  .btn-close {
    display: none !important;
  }
}
.button-style-one {
  border-radius: 4px !important;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
}
.button-style-one:hover {
  background-color: transparent !important;
}

.button-style-two {
  border-radius: 0px !important;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
}
.button-style-two:hover {
  background-color: transparent !important;
}

.button-style-three {
  border-radius: 20px;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
}
.button-style-three:hover {
  background-color: #adb5bd !important;
}

.button-style-four {
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border: 4px solid #adb5bd !important;
}
.button-style-four:hover {
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.74) !important;
}

.button-style-five {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 45px;
  border: thick double black !important;
  border-radius: 20px !important;
}

.button-style-six {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border: 4px solid black !important;
  border-style: dotted !important;
}

.button-style-seven {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border: thick double black !important;
}

.button-style-eight {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border: 4px solid #adb5bd !important;
  background-color: #adb5bd !important;
  transition: transform 0.5s ease !important;
}
.button-style-eight:hover {
  transform: translateY(-5px) !important;
}

.button-style-nine {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border: 4px solid #adb5bd !important;
  background-color: #adb5bd !important;
  transition: transform 0.5s ease !important;
  border-radius: 30px 0 30px 0 !important;
}

.button-style-ten {
  border: 2px solid #adb5bd;
  height: 40px !important;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  box-shadow: inset 0 0 0 0 #adb5bd;
  transition: ease-out 0.5s;
}
.button-style-ten:hover {
  box-shadow: inset 400px 0 0 0 #adb5bd;
}

.button-style input[type=radio]:checked + span {
  border: 4px solid black !important;
}

.shepherd {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 11px 0 !important;
  transform: translate3d(558px, 898.5px, 0px);
}

.shepherd-target {
  border-radius: 1px !important;
}
.shepherd-target .border-remove {
  border-radius: 1px !important;
}

.flip-card {
  background-color: transparent;
  width: auto !important;
  height: 200px !important;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  z-index: 1;
}

.flip-card-back {
  z-index: 0;
  transform: rotateY(180deg);
}

.nfc-flip-card {
  background-color: transparent;
  width: auto !important;
  height: 420px !important;
  perspective: 1000px;
}
@media (max-width: 991px) {
  .nfc-flip-card {
    height: 315px !important;
  }
}

.nfc-flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.nfc-flip-card:hover .nfc-flip-card-inner {
  transform: rotateY(180deg);
}

.nfc-flip-card-front,
.nfc-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.nfc-flip-card-front {
  z-index: 1;
}

.nfc-flip-card-back {
  z-index: 0;
  transform: rotateY(180deg);
}

.service-slider-button {
  margin-right: 50px !important;
}

.rtl[dir=rtl] .aside-menu-container {
  right: 0;
  left: auto;
}
.rtl[dir=rtl] .text-end {
  text-align: left !important;
}
.rtl[dir=rtl] .ms-auto {
  margin-left: 0 !important;
  margin-right: auto;
}
.rtl[dir=rtl] .nav {
  padding-left: auto;
  padding-right: 0;
}
.rtl[dir=rtl] .pe-3 {
  padding-right: 0;
  padding-left: 0.75rem !important;
}
.rtl[dir=rtl] .ps-2 {
  padding-right: 0.5rem !important;
}
.rtl[dir=rtl] .pe-0 {
  padding-left: auto !important;
}
.rtl[dir=rtl] .me-3 {
  margin-right: 0 !important;
  margin-left: 0.75rem !important;
}
.rtl[dir=rtl] .ms-3 {
  margin-right: 0.75rem !important;
  margin-left: 0 !important;
}
.rtl[dir=rtl] .me-5 {
  margin-left: 1.25rem !important;
}
.rtl[dir=rtl] .me-4 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}
.rtl[dir=rtl] .ps-8 {
  padding-left: auto;
  padding-right: 2rem !important;
}
.rtl[dir=rtl] .modal-footer .m-0 {
  margin: 10px !important;
}
.rtl[dir=rtl] .navbar-nav {
  padding-left: auto;
  padding-right: 0;
}
.rtl[dir=rtl] .aside-menu-container__aside-menu .nav-item .nav-link:hover,
.rtl[dir=rtl] .aside-menu-container__aside-menu .nav-item.active > .nav-link {
  border-left-color: transparent;
  border-right-color: #6571ff;
}
.rtl[dir=rtl] .aside-menu-container__aside-menu .nav-item .nav-link {
  border-right: 0.313rem solid transparent;
  border-left: 0;
}
.rtl[dir=rtl] .aside-menu-container__aside-search .form-control {
  padding-right: 1.875rem;
  padding-left: 0.938rem;
}
.rtl[dir=rtl] .aside-menu-container__search-icon {
  left: auto;
  right: 10px;
}
.rtl[dir=rtl] .aside-menu-container.collapsed-menu ~ .wrapper {
  padding-left: 0;
}
.rtl[dir=rtl] ul {
  padding-right: 0;
  padding-left: auto;
}
.rtl[dir=rtl] .dropdown-item {
  text-align: right;
}
.rtl[dir=rtl] .dropdown-toggle:after {
  margin-left: auto;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .rtl[dir=rtl] .wrapper {
    transition: padding-right 0.3s ease;
    padding-right: 16.563rem;
    padding-left: 0;
  }
  .rtl[dir=rtl] .aside-menu-container.collapsed-menu ~ .wrapper {
    padding-right: 5rem;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .rtl[dir=rtl] .aside-menu-container {
    right: -265px !important;
    left: auto;
    max-width: 265px;
    position: fixed;
    top: 0;
    width: calc(100% - 30px);
  }
  .rtl[dir=rtl] .aside-menu-container.collapsed-menu {
    right: 0 !important;
    left: auto !important;
  }
  .rtl[dir=rtl] .header .show-nav {
    right: auto;
    left: 0;
  }
}
.rtl[dir=rtl] .btn-close {
  position: absolute;
  left: 25px;
  right: auto;
}
.rtl[dir=rtl] .buy-now {
  right: auto !important;
  left: 5px !important;
  margin-left: 14px !important;
  margin-right: 0;
  bottom: 34px !important;
}
@media (max-width: 991px) {
  .rtl[dir=rtl] .plan-features {
    display: ruby;
  }
}
.rtl[dir=rtl] .end-0 {
  left: 0 !important;
  right: auto !important;
}
.rtl[dir=rtl] .ms-4 {
  margin-left: auto !important;
  margin-right: 24px !important;
}
.rtl[dir=rtl] .me-2 {
  margin-left: 0.5rem !important;
}
.rtl[dir=rtl] .ms-5 {
  margin-left: 0 !important;
  margin-right: 1.25rem !important;
}
.rtl[dir=rtl] .form-check {
  padding-right: auto;
  padding-left: 0;
}
.rtl[dir=rtl] .form-check .form-check-input {
  float: right;
}
.rtl[dir=rtl] .form-switch .form-check-input {
  min-width: 36px;
  margin-left: -0.125em;
}
.rtl[dir=rtl] .table .dropdown .dropdown-menu.show {
  transform: translate(180px, 25px) !important;
}
.rtl[dir=rtl] .form-check-label {
  margin-right: 45px !important;
}
.rtl[dir=rtl] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  left: 0;
  right: auto;
}
.rtl[dir=rtl] #addServiceBtn {
  margin-right: 56px;
}
.rtl[dir=rtl] .setting-tab .nav-item .nav-link {
  border-radius: 0 !important;
  padding: 10px !important;
  border-right: 5px solid transparent;
  border-left: 0 !important;
}
.rtl[dir=rtl] .setting-tab .nav-item .nav-link.active {
  background: #e0e3ff !important;
  border-right-color: #6571ff !important;
  border-left: 0 !important;
}
.rtl[dir=rtl] .select2-container--bootstrap-5 .select2-selection--single {
  background-position: left 0.938rem center;
  padding: 0.688rem 0.938rem 0.688rem 2.814rem;
}
.rtl[dir=rtl] .iti--allow-dropdown .iti__flag-container,
.rtl[dir=rtl] .iti--separate-dial-code .iti__flag-container {
  left: auto;
  right: 0;
}
.rtl[dir=rtl] .iti--allow-dropdown input,
.rtl[dir=rtl] .iti--allow-dropdown input[type=text],
.rtl[dir=rtl] .iti--allow-dropdown input[type=tel],
.rtl[dir=rtl] .iti--separate-dial-code input,
.rtl[dir=rtl] .iti--separate-dial-code input[type=text],
.rtl[dir=rtl] .iti--separate-dial-code input[type=tel] {
  padding-right: 82px !important;
  padding-left: 6px !important;
  text-align: right;
}
.rtl[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0 !important;
}
.rtl[dir=rtl] .table.table-striped > thead > tr > th {
  padding: 0.75rem 1.875rem 0.25rem 0.75rem 0.25rem !important;
}
.rtl[dir=rtl] .table.table-striped > :not(caption) > * > * {
  padding: 0.625rem 1.875rem 0.625rem 0.25rem !important;
}
.rtl[dir=rtl] .nav-tabs-1 .nav-item-1 .nav-link-1.active,
.rtl[dir=rtl] .nav-tabs-1 .nav-item-1 .nav-link-1:hover {
  border-left-color: transparent;
  border-right-color: #6571ff;
}
.rtl[dir=rtl] .nav-tabs-1 .nav-item-1 .nav-link-1 {
  border-right: 5px solid transparent;
  border-left: 0;
}
.rtl[dir=rtl] .ql-editor {
  text-align: right;
}
.rtl[dir=rtl] .sticky_icon {
  margin-right: 12px;
  margin-top: 14px;
}
.rtl[dir=rtl] .dynamic-sticky-left {
  right: 0 !important;
  left: 100% !important;
  margin: -15px 10px 0 0 !important;
}
.rtl[dir=rtl] .dynamic-sticky-right {
  left: 0 !important;
  right: 100% !important;
  margin: -15px 10px 0 10px !important;
}
.rtl[dir=rtl] .gallery-slider.rtl,
.rtl[dir=rtl] .blog-slider.rtl,
.rtl[dir=rtl] .testimonial-slider.rtl,
.rtl[dir=rtl] .product-slider.rtl {
  direction: rtl;
}
.rtl[dir=rtl] .sidebar .closebtn {
  left: 5px;
  right: auto;
}

.gallery-slider.ltr,
.blog-slider.ltr,
.testimonial-slider.ltr,
.product-slider.ltr {
  direction: ltr;
}

.empty-vcard {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  width: 100%;
}

.register-section[dir=rtl] .me-3 {
  margin-left: 0.75rem !important;
}
.register-section[dir=rtl] .text-start {
  text-align: right !important;
}
.register-section[dir=rtl] .end-0 {
  left: 0 !important;
  right: auto !important;
}
.register-section[dir=rtl] .me-4 {
  margin-left: 1rem !important;
}
.register-section[dir=rtl] .form-check .form-check-input {
  float: right !important;
  margin-left: 0.937em !important;
}

.login-section[dir=rtl] .me-3 {
  margin-left: 0.75rem !important;
}
.login-section[dir=rtl] .text-start {
  text-align: right !important;
}
.login-section[dir=rtl] .end-0 {
  left: 0 !important;
  right: auto !important;
}
.login-section[dir=rtl] .me-4 {
  margin-left: 1rem !important;
}
.login-section[dir=rtl] .form-check .form-check-input {
  float: right !important;
  margin-left: 0.937em !important;
}

.forget-password-section[dir=rtl] .me-3 {
  margin-left: 0.75rem !important;
}
.forget-password-section[dir=rtl] .text-start {
  text-align: right !important;
}
.forget-password-section[dir=rtl] .btn-section {
  gap: 1rem;
}
.forget-password-section[dir=rtl] .ms-5 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.reset-password-section[dir=rtl] .text-start {
  text-align: right !important;
}
.reset-password-section[dir=rtl] .btn-section {
  gap: 1rem;
}

.authImage.rtl .dropdown {
  width: 50% !important;
}
@media (max-width: 767px) {
  .authImage.rtl .dropdown {
    width: 100% !important;
  }
}
.authImage.rtl .iti--allow-dropdown .iti__flag-container,
.authImage.rtl .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.authImage.rtl .iti--allow-dropdown input,
.authImage.rtl .iti--allow-dropdown input[type=text],
.authImage.rtl .iti--allow-dropdown input[type=tel],
.authImage.rtl .iti--separate-dial-code input,
.authImage.rtl .iti--separate-dial-code input[type=text],
.authImage.rtl .iti--separate-dial-code input[type=tel] {
  padding-right: 82px;
  padding-left: 6px !important;
}

@media (max-width: 575.98px) {
  .weekly-icon {
    top: 0 !important;
  }
}
.toast-title {
  margin-right: 12px;
}

@media (min-width: 425px) {
  .custom-virtual-card-image {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .custom-virtual-card-image {
    margin-top: 17px !important;
  }
}

@media (max-width: 445px) {
  #frontCanvasContainer,
  #backCanvasContainer {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  /* Ensure the canvas remains the same size */
  #frontCanvas,
  #backCanvas {
    width: 500px;
    height: 300px;
  }
}
.toast-message {
  margin-right: 12px;
}

.fixed {
  position: fixed;
  bottom: 10px;
  max-width: 265px;
  width: 100%;
}

@media (min-width: 1200px) {
  .collapsed-menu .fixed {
    max-width: 80px;
  }
  .collapsed-menu .fixed .aside-menu-icon {
    padding-left: 0.6rem !important;
  }
  .collapsed-menu .fixed .aside-menu-title {
    opacity: 0;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
  }
}

.lang-drop-menu {
  min-width: 174px !important;
}

.aside-menu-group {
  list-style: none;
  margin-bottom: 0.35rem;
}

.aside-menu-section__title {
  padding: 0.85rem 1.25rem 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a1a5b7;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.aside-menu-group__list {
  padding-left: 0;
  margin-bottom: 0;
}

.aside-menu-group__list > .nav-item .nav-link {
  padding-left: 1.25rem;
}

@media (min-width: 1200px) {
  .collapsed-menu .aside-menu-section__title {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
}

.remove-image-picker {
  font-size: 15px !important;
}

.nav-tabs .custom-nav-link {
  border: none;
  color: black;
  position: relative;
}

.nav-tabs .custom-nav-link::after {
  display: none;
}

.nav-tabs .custom-nav-link.active {
  color: blue;
}

.remove-image-picker-wp-store {
  font-size: 15px !important;
}

.plan-features {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
  row-gap: 18px;
}

.plan-features {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
  row-gap: 18px;
}
@media (max-width: 1000px) {
  .plan-features {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
    row-gap: 10px;
  }
}

.creat-vcard-card-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.opacity-90 {
  opacity: 0.9;
}

.admin-intents {
  --ai-ink: #3d4555;
  --ai-gold: #b8a078;
  --ai-champagne: #f7f4ef;
  --ai-sapphire: #6b8cae;
  --ai-emerald: #6d8f82;
  --ai-rose: #b08999;
  --ai-amber: #b8976a;
  --ai-surface: #fffcf8;
  --ai-border: rgba(61, 69, 85, 0.12);
  --ai-muted: #6e7685;
  --ai-text: #3d4555;
  --ai-looking: #7a96b8;
  --ai-offering: #7a9e92;
  --ai-announcement: #c4a484;
  --ai-radius: 18px;
  width: 100%;
  position: relative;
  isolation: isolate;
  border-bottom: none !important;
  box-shadow: none;
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 13px;
  line-height: 1.45;
  color: var(--ai-text);
}

.admin-intents::before {
  /* content: ""; */
  position: absolute;
  inset: -0.5rem -0.75rem auto;
  height: 22rem;
  z-index: -1;
  border-radius: 24px;
  background: radial-gradient(ellipse 55% 70% at 12% 20%, rgba(184, 160, 120, 0.12), transparent 60%), radial-gradient(ellipse 50% 65% at 88% 10%, rgba(122, 158, 146, 0.1), transparent 58%), radial-gradient(ellipse 45% 55% at 55% 80%, rgba(122, 150, 184, 0.08), transparent 55%), linear-gradient(135deg, #faf8f5 0%, #f4f7f6 45%, #f7f3ee 100%);
  pointer-events: none;
}

body.dark-mode .admin-intents {
  --ai-surface: #2a2f38;
  --ai-border: rgba(220, 225, 232, 0.12);
  --ai-muted: #a8b0bc;
  --ai-text: #e8ecf0;
  --ai-ink: #e8ecf0;
}

body.dark-mode .admin-intents::before {
  background: radial-gradient(ellipse 55% 70% at 12% 20%, rgba(168, 189, 212, 0.08), transparent 60%), radial-gradient(ellipse 50% 65% at 88% 10%, rgba(168, 196, 184, 0.07), transparent 58%), radial-gradient(ellipse 45% 55% at 55% 80%, rgba(196, 176, 160, 0.06), transparent 55%), linear-gradient(135deg, #1e2228 0%, #232830 55%, #1f242b 100%);
}

.ai-hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 1.5rem 1.6rem;
  background: var(--ai-surface);
  border: 1px solid var(--ai-border);
  box-shadow: 0 10px 25px rgba(20, 33, 61, 0.05);
  color: var(--ai-text);
  animation: aiHeroIn 0.55s ease-out;
}

body.dark-mode .ai-hero {
  background: #2a2f38;
  border: 1px solid rgba(220, 225, 232, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  color: #e8ecf0;
}

.ai-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.15;
  pointer-events: none;
}

body.dark-mode .ai-hero__glow {
  opacity: 0.55;
}

.ai-hero__glow--gold {
  width: 220px;
  height: 220px;
  background: #c9a227;
  top: -80px;
  right: -40px;
}

.ai-hero__glow--teal {
  width: 180px;
  height: 180px;
  background: #0d9488;
  bottom: -70px;
  left: 18%;
  opacity: 0.1;
}

body.dark-mode .ai-hero__glow--teal {
  opacity: 0.35;
}

.ai-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7a8f86;
}

body.dark-mode .ai-eyebrow {
  color: #a8c4b8;
}

.ai-title {
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 26px;
  font-weight: 700;
  color: var(--ai-text);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

body.dark-mode .ai-title {
  color: #fffaf0;
}

.ai-subtitle {
  color: var(--ai-muted);
  font-size: 13px;
  max-width: 34rem;
  line-height: 1.45;
}

body.dark-mode .ai-subtitle {
  color: rgba(248, 244, 236, 0.78);
}

.ai-cta {
  border: 1px solid #c5d6cf !important;
  border-radius: 14px !important;
  font-weight: 650;
  padding: 0.75rem 1.3rem;
  color: #3f5c52 !important;
  background: #e8f0ed !important;
  box-shadow: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ai-cta:hover {
  transform: translateY(-1px);
  background: #dce8e3 !important;
  border-color: #b4c9c0 !important;
  color: #3f5c52 !important;
  box-shadow: 0 6px 14px rgba(90, 120, 110, 0.12);
}

.ai-metric {
  position: relative;
  overflow: hidden;
  background: #fffcf8;
  border: 1px solid var(--ai-border);
  border-radius: 16px;
  padding: 1.1rem 1.15rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

a.ai-metric--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a.ai-metric--link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(20, 33, 61, 0.08);
}

.ai-metric::before {
  display: none;
}

.ai-metric--sapphire {
  background: #f0f4f8;
  border-color: #d5dee8;
}

.ai-metric--sapphire .ai-metric__value {
  color: #5a738c;
}

.ai-metric--emerald {
  background: #f0f5f2;
  border-color: #d4e0da;
}

.ai-metric--emerald .ai-metric__value {
  color: #5a7569;
}

.ai-metric--rose {
  background: #f7f1f3;
  border-color: #e5d6dc;
}

.ai-metric--rose .ai-metric__value {
  color: #8a6b78;
}

.ai-metric--amber {
  background: #f7f3ec;
  border-color: #e6dccb;
}

.ai-metric--amber .ai-metric__value {
  color: #8a7352;
}

.ai-metric:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(61, 69, 85, 0.08);
}

.ai-metric__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
}

.ai-metric--sapphire .ai-metric__icon {
  background: #e4ebf2;
  color: #5a738c;
}

.ai-metric--emerald .ai-metric__icon {
  background: #e2ebe6;
  color: #5a7569;
}

.ai-metric--rose .ai-metric__icon {
  background: #efe4e8;
  color: #8a6b78;
}

.ai-metric--amber .ai-metric__icon {
  background: #efe7db;
  color: #8a7352;
}

.ai-metric__label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #7a828f;
}

.ai-metric__value {
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 24px;
  font-weight: 700;
  color: var(--ai-text);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ai-metric__hint {
  font-size: 12px;
  color: var(--ai-muted);
}

body.dark-mode .ai-metric__label {
  color: rgba(255, 255, 255, 0.7);
}

body.dark-mode .ai-metric--sapphire {
  background: #2a3340;
  border-color: #3d4a5a;
}

body.dark-mode .ai-metric--sapphire .ai-metric__value {
  color: #a8bfd4;
}

body.dark-mode .ai-metric--emerald {
  background: #2a3632;
  border-color: #3d5248;
}

body.dark-mode .ai-metric--emerald .ai-metric__value {
  color: #a8c4b8;
}

body.dark-mode .ai-metric--rose {
  background: #352e33;
  border-color: #4a3d44;
}

body.dark-mode .ai-metric--rose .ai-metric__value {
  color: #d0b0bc;
}

body.dark-mode .ai-metric--amber {
  background: #353028;
  border-color: #4a4235;
}

body.dark-mode .ai-metric--amber .ai-metric__value {
  color: #d4c0a0;
}

.ai-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  position: sticky;
  top: 70px;
  z-index: 20;
  padding: 0.7rem 0;
  background: linear-gradient(180deg, rgba(248, 244, 236, 0.94) 55%, rgba(248, 244, 236, 0));
}

body.dark-mode .ai-filters {
  background: linear-gradient(180deg, rgba(21, 21, 33, 0.94) 55%, rgba(21, 21, 33, 0));
}

.ai-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--ai-border);
  background: var(--ai-surface);
  color: var(--ai-text);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ai-filter:hover {
  transform: translateY(-1px);
  border-color: #c8cdd5;
  color: var(--ai-text);
  background: #f5f3f0;
}

.ai-filter.is-active {
  background: #e8edf2;
  border-color: #c5d0db;
  color: #3d4555;
}

.ai-filter.is-active .ai-filter__count {
  background: #d5dee8;
  color: #4a5d70;
}

.ai-filter--looking.is-active {
  background: #e8eef5;
  border-color: #c5d2e0;
  color: #4a5d70;
}

.ai-filter--offering.is-active {
  background: #e8f0ed;
  border-color: #c5d6cf;
  color: #3f5c52;
}

.ai-filter--announcement.is-active {
  background: #f3eee6;
  border-color: #ddd0bb;
  color: #6e5a3e;
}

.ai-filter__count {
  font-size: 0.78rem;
  font-weight: 700;
  background: #eef0f3;
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
  color: #5c6573;
}

.ai-list {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.ai-user-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  padding: 0.85rem 1rem;
  background: var(--ai-surface);
  border: 1px solid var(--ai-border);
  border-radius: var(--ai-radius);
}

.ai-user-filter--header {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  flex-wrap: nowrap;
  min-width: 200px;
  max-width: 280px;
  width: min(280px, 42vw);
}

.ai-user-filter__label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #4a5568;
  white-space: nowrap;
}

.ai-user-filter__select {
  min-width: min(100%, 260px);
  flex: 1 1 220px;
  max-width: 360px;
  border: 1px solid var(--ai-border);
  border-radius: 10px;
  background: #fff;
  color: #1f2937;
  padding: 0.5rem 0.75rem;
  font-size: 12px;
  font-family: inherit;
}

.ai-user-filter .select2-container {
  flex: 1 1 220px;
  max-width: 360px;
  min-width: min(100%, 260px);
}

.ai-user-filter--header .select2-container {
  flex: 1 1 auto;
  width: 100% !important;
  max-width: none;
  min-width: 0;
}

.ai-user-filter .select2-container .select2-selection--single {
  height: 42px;
  border: 1px solid var(--ai-border);
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
}

.ai-user-filter--header .select2-container .select2-selection--single {
  height: 42px;
  border-radius: 999px;
  background: #f3f1ed;
  border: 1px solid var(--ai-border);
}

.ai-user-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.3;
  padding-left: 0.75rem;
  color: #1f2937;
}

.ai-user-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.ai-user-filter .select2-dropdown,
.select2-dropdown.ai-user-filter-dropdown {
  border: 1px solid var(--ai-border);
  border-radius: 10px;
  overflow: hidden;
  z-index: 2000;
}

.ai-user-filter .select2-search--dropdown .select2-search__field,
.select2-dropdown.ai-user-filter-dropdown .select2-search--dropdown .select2-search__field {
  border-radius: 8px;
  border: 1px solid var(--ai-border);
  padding: 0.45rem 0.65rem;
}

.select2-dropdown.ai-user-filter-dropdown .select2-results__options {
  max-height: 280px;
}

.ai-user-option {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.25;
}

.ai-user-option small {
  color: #6b7280;
  font-size: 0.78rem;
}

body.dark-mode .ai-user-filter .select2-container .select2-selection--single,
body.dark-mode .ai-user-filter .select2-dropdown,
body.dark-mode .ai-user-filter .select2-search--dropdown .select2-search__field,
body.dark-mode .select2-dropdown.ai-user-filter-dropdown,
body.dark-mode .select2-dropdown.ai-user-filter-dropdown .select2-search--dropdown .select2-search__field {
  background: #353b45;
  border-color: rgba(220, 225, 232, 0.12);
  color: #e8ecf0;
}

body.dark-mode .ai-user-filter--header .select2-container .select2-selection--single {
  background: #353b45;
}

body.dark-mode .ai-user-filter .select2-container--default .select2-selection--single .select2-selection__rendered,
body.dark-mode .ai-user-option small {
  color: #d5dae2;
}

.ai-user-filter__manage {
  font-size: 0.82rem;
  font-weight: 600;
  color: #3f5c52;
  text-decoration: none;
  margin-left: auto;
}

.ai-user-filter__manage:hover {
  text-decoration: underline;
}

body.dark-mode .ai-user-filter {
  background: #2a2f38;
  border-color: rgba(220, 225, 232, 0.12);
}

body.dark-mode .ai-user-filter__label {
  color: #c5ced8;
}

body.dark-mode .ai-user-filter__select {
  background: #353b45;
  border-color: rgba(220, 225, 232, 0.12);
  color: #e8ecf0;
}

body.dark-mode .ai-user-filter__manage {
  color: #a8c4b8;
}

.ai-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--ai-surface);
  border: 1px solid var(--ai-border);
  border-radius: var(--ai-radius);
  border-left: 5px solid transparent;
  padding: 0;
  backdrop-filter: blur(6px);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  animation: aiCardIn 0.45s ease both;
  overflow: hidden;
}

.ai-item:nth-child(2) {
  animation-delay: 0.05s;
}

.ai-item:nth-child(3) {
  animation-delay: 0.1s;
}

.ai-item:nth-child(4) {
  animation-delay: 0.15s;
}

.ai-item__body {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 1.25rem 1rem;
}

.ai-item__media {
  flex: 0 0 auto;
}

.ai-item__thumb {
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--ai-border);
  background: #eef1f5;
  display: block;
}

body.dark-mode .ai-item__thumb {
  border-color: rgba(220, 225, 232, 0.12);
  background: #353b45;
}

.ai-item--looking {
  border-left-color: #a8bdd4;
  background: linear-gradient(105deg, rgba(122, 150, 184, 0.08), transparent 42%), var(--ai-surface);
}

.ai-item--offering {
  border-left-color: #a8c4b8;
  background: linear-gradient(105deg, rgba(122, 158, 146, 0.08), transparent 42%), var(--ai-surface);
}

.ai-item--announcement {
  border-left-color: #d4c0a0;
  background: linear-gradient(105deg, rgba(196, 164, 132, 0.1), transparent 42%), var(--ai-surface);
}

.ai-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(20, 33, 61, 0.1);
}

.ai-item__main {
  min-width: 0;
}

.ai-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}

.ai-type {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.ai-type--looking {
  background: #e8eef5;
  color: #4a5d70;
}

.ai-type--offering {
  background: #e8f0ed;
  color: #3f5c52;
}

.ai-type--announcement {
  background: #f3eee6;
  color: #6e5a3e;
}

body.dark-mode .ai-type--looking {
  background: #3a4555;
  color: #c5d4e4;
}

body.dark-mode .ai-type--offering {
  background: #3a4a44;
  color: #c5d8ce;
}

body.dark-mode .ai-type--announcement {
  background: #4a4238;
  color: #d8cbb8;
}

body.dark-mode .ai-meta-chip {
  background: #353b45;
  border-color: rgba(220, 225, 232, 0.12);
  color: #d5dae2;
}

body.dark-mode .ai-meta-chip--muted {
  background: #313740;
  color: #a8b0bc;
}

body.dark-mode .ai-item {
  background: #2a2f38;
  border-color: rgba(220, 225, 232, 0.12);
}

body.dark-mode .ai-item--looking {
  border-left-color: #8aa0b8;
  background: linear-gradient(105deg, rgba(138, 160, 184, 0.12), transparent 42%), #2a2f38;
}

body.dark-mode .ai-item--offering {
  border-left-color: #8aaca0;
  background: linear-gradient(105deg, rgba(138, 172, 160, 0.12), transparent 42%), #2a2f38;
}

body.dark-mode .ai-item--announcement {
  border-left-color: #c4b090;
  background: linear-gradient(105deg, rgba(196, 176, 144, 0.12), transparent 42%), #2a2f38;
}

body.dark-mode .ai-item__category {
  color: #c4b090;
}

body.dark-mode .ai-item__stats,
body.dark-mode .ai-item__actions {
  border-top-color: rgba(220, 225, 232, 0.1);
}

body.dark-mode .ai-item__stats strong {
  color: #e8ecf0;
}

body.dark-mode .ai-filter {
  background: #2a2f38;
  border-color: rgba(220, 225, 232, 0.14);
  color: #d5dae2;
}

body.dark-mode .ai-filter:hover {
  background: #323840;
  border-color: rgba(220, 225, 232, 0.22);
  color: #e8ecf0;
}

body.dark-mode .ai-filter.is-active {
  background: #3a4555;
  border-color: #5a6a7c;
  color: #e8ecf0;
}

body.dark-mode .ai-filter.is-active .ai-filter__count {
  background: #4a5a6c;
  color: #e0e8f0;
}

body.dark-mode .ai-filter--looking.is-active {
  background: #3a4555;
  border-color: #5a6a7c;
  color: #d5e0ec;
}

body.dark-mode .ai-filter--offering.is-active {
  background: #3a4a44;
  border-color: #5a7068;
  color: #d0e0d8;
}

body.dark-mode .ai-filter--announcement.is-active {
  background: #4a4238;
  border-color: #6a5e4e;
  color: #e0d4c0;
}

body.dark-mode .ai-filter__count {
  background: #3a404a;
  color: #c0c8d2;
}

body.dark-mode .ai-filters {
  background: linear-gradient(180deg, rgba(30, 34, 40, 0.96) 55%, rgba(30, 34, 40, 0));
}

.ai-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: var(--ai-text);
  background: #f3f1ed;
  border: 1px solid #e0e3e8;
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
}

.ai-meta-chip--muted {
  color: var(--ai-muted);
  background: #f7f5f2;
  border-color: transparent;
}

.ai-item__title {
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 14px;
  font-weight: 700;
  color: var(--ai-text);
  margin: 0 0 0.35rem;
  line-height: 1.35;
}

.ai-item__category {
  color: #8a7352;
  font-weight: 600;
  font-size: 12px;
}

.ai-item__desc {
  color: var(--ai-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ai-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
  color: var(--ai-muted);
  font-size: 0.8rem;
}

.ai-item__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.95rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(61, 69, 85, 0.1);
  color: var(--ai-muted);
  font-size: 0.86rem;
}

.ai-item__stats strong {
  color: var(--ai-text);
  font-weight: 700;
}

.ai-item__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.15rem 1.1rem;
  border-top: 1px solid rgba(61, 69, 85, 0.08);
  background: transparent;
}

.ai-act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 42px;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #f3f1ed;
  color: #4a5360 !important;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.15s ease;
}

.ai-act i {
  font-size: 0.82rem;
  opacity: 0.8;
}

.ai-act:hover {
  transform: translateY(-1px);
  box-shadow: none;
  background: #ebe8e3;
}

.ai-act__badge {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #4a5d70;
}

.ai-act--primary {
  background: #e8eef5 !important;
  border-color: transparent !important;
  color: #4a5d70 !important;
}

.ai-act--primary:hover {
  background: #dce6f0 !important;
  color: #3d4f62 !important;
}

.ai-act--edit {
  border-color: transparent;
  color: #6e5a3e !important;
  background: #f3eee6;
}

.ai-act--edit:hover {
  background: #ebe4d8;
}

.ai-act--preview {
  border-color: transparent;
  color: #3f5c52 !important;
  background: #e8f0ed;
}

.ai-act--preview:hover {
  background: #dce8e3;
}

.ai-act--analytics {
  border-color: transparent;
  color: #4a5d70 !important;
  background: #eef2f6;
}

.ai-act--analytics:hover {
  background: #e2e8ef;
}

.ai-act--share {
  border-color: transparent;
  color: #6a5560 !important;
  background: #f3eef1;
}

.ai-act--share:hover {
  background: #ebe4e8;
}

body.dark-mode .ai-item__actions {
  background: transparent;
  border-top-color: rgba(220, 225, 232, 0.08);
}

body.dark-mode .ai-act {
  background: rgba(232, 236, 240, 0.1) !important;
  border-color: transparent !important;
  color: #d5dae2 !important;
}

body.dark-mode .ai-act:hover {
  background: rgba(232, 236, 240, 0.16) !important;
  box-shadow: none;
}

body.dark-mode .ai-act__badge {
  background: rgba(232, 236, 240, 0.18);
  color: #e8ecf0;
}

body.dark-mode .ai-act--primary {
  background: rgba(168, 189, 212, 0.22) !important;
  border-color: transparent !important;
  color: #d5e0ec !important;
}

body.dark-mode .ai-act--primary:hover {
  background: rgba(168, 189, 212, 0.3) !important;
  color: #e8eef5 !important;
}

body.dark-mode .ai-act--edit {
  background: rgba(196, 176, 144, 0.16) !important;
  border-color: transparent !important;
  color: #d8cbb8 !important;
}

body.dark-mode .ai-act--edit:hover {
  background: rgba(196, 176, 144, 0.24) !important;
}

body.dark-mode .ai-act--preview {
  background: rgba(168, 196, 184, 0.16) !important;
  border-color: transparent !important;
  color: #c5d8ce !important;
}

body.dark-mode .ai-act--preview:hover {
  background: rgba(168, 196, 184, 0.24) !important;
}

body.dark-mode .ai-act--analytics {
  background: rgba(168, 189, 212, 0.14) !important;
  border-color: transparent !important;
  color: #c5d4e4 !important;
}

body.dark-mode .ai-act--analytics:hover {
  background: rgba(168, 189, 212, 0.22) !important;
}

body.dark-mode .ai-act--share {
  background: rgba(208, 184, 194, 0.14) !important;
  border-color: transparent !important;
  color: #d0b8c2 !important;
}

body.dark-mode .ai-act--share:hover {
  background: rgba(208, 184, 194, 0.22) !important;
}

.ai-empty {
  text-align: center;
  background: linear-gradient(160deg, rgba(201, 162, 39, 0.1), transparent 40%), var(--ai-surface);
  border: 1px dashed rgba(201, 162, 39, 0.45);
  border-radius: var(--ai-radius);
  padding: 3.5rem 1.5rem;
}

.ai-empty__icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 1rem;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.2), rgba(13, 148, 136, 0.15));
  color: #8a6d12;
  font-size: 1.5rem;
}

.ai-empty__title {
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 18px;
  font-weight: 700;
  color: var(--ai-text);
  margin-bottom: 0.4rem;
}

.ai-empty__text {
  color: var(--ai-muted);
  font-size: 13px;
  margin-bottom: 1.25rem;
}

.ai-aside {
  position: sticky;
  top: 90px;
}

.ai-aside > .mb-3 > .ai-impact,
.ai-aside > .ai-impact {
  border: 1px solid var(--ai-border) !important;
  border-radius: var(--ai-radius) !important;
  background: var(--ai-surface) !important;
  box-shadow: 0 8px 20px rgba(20, 33, 61, 0.05) !important;
}

.ai-network {
  background: var(--ai-surface);
  border: 1px solid var(--ai-border);
  border-radius: var(--ai-radius);
  box-shadow: 0 8px 20px rgba(20, 33, 61, 0.05);
  padding: 1rem 1.05rem 1.1rem;
}

.ai-network__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.ai-network__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8f86;
}

.ai-network__title {
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 14px;
  font-weight: 700;
  color: var(--ai-text);
}

.ai-network__card-link {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5a738c;
  background: #f0f4f8;
  border: 1px solid #d5dee8;
  text-decoration: none;
  flex-shrink: 0;
}

.ai-network__card-link:hover {
  color: #3d556c;
  background: #e6edf4;
}

.ai-network__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-bottom: 0.95rem;
}

.ai-network__stat {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.7rem 0.75rem;
  border-radius: 12px;
  background: #f7f5f1;
  border: 1px solid var(--ai-border);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease, border-color 0.15s ease;
}

a.ai-network__stat:hover {
  background: #f0f4f8;
  border-color: #d5dee8;
}

.ai-network__stat strong {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ai-text);
  line-height: 1.2;
}

.ai-network__stat span {
  font-size: 11px;
  font-weight: 600;
  color: var(--ai-muted);
}

.ai-network__section + .ai-network__section {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--ai-border);
}

.ai-network__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
  font-size: 12px;
  font-weight: 600;
  color: var(--ai-muted);
}

.ai-network__section-head a {
  color: #5a738c;
  text-decoration: none;
  font-weight: 600;
}

.ai-network__section-head a:hover {
  text-decoration: underline;
}

.ai-network__list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.ai-network__row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.4rem 0.35rem;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.ai-network__row:hover {
  background: rgba(20, 33, 61, 0.04);
}

.ai-network__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8eef4;
  color: #5a738c;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.ai-network__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-network__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.ai-network__meta strong {
  font-size: 13px;
  font-weight: 600;
  color: var(--ai-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ai-network__meta small {
  font-size: 11px;
  color: var(--ai-muted);
}

.ai-network__empty {
  font-size: 12px;
  color: var(--ai-muted);
  padding: 0.25rem 0.15rem;
}

body.dark-mode .ai-network {
  background: var(--ai-surface);
  border-color: var(--ai-border);
  box-shadow: none;
}

body.dark-mode .ai-network__card-link,
body.dark-mode .ai-network__stat {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--ai-border);
  color: inherit;
}

body.dark-mode .ai-network__avatar {
  background: rgba(255, 255, 255, 0.08);
  color: #c5d0dc;
}

body.dark-mode .ai-network__row:hover {
  background: rgba(255, 255, 255, 0.05);
}

body.dark-mode a.ai-metric--link:hover {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}

.ai-pagination .pagination {
  justify-content: center;
}

/* Services & promotions */
.ai-section-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8f86;
}

.ai-section-title {
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 14px;
  font-weight: 700;
  color: var(--ai-text);
  letter-spacing: -0.01em;
}

.ai-promo-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #3f5c52 !important;
  background: #e8f0ed;
  border: 1px solid #c5d6cf;
  transition: transform 0.18s ease, background 0.18s ease;
}

.ai-promo-chip:hover {
  transform: translateY(-1px);
  background: #dce8e3;
  color: #3f5c52 !important;
  box-shadow: none;
}

.ai-promo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
  padding: 1.4rem 1.45rem;
  border-radius: 20px;
  overflow: hidden;
  color: var(--ai-text) !important;
  border: 1px solid var(--ai-border);
  background: var(--ai-surface);
  box-shadow: 0 10px 25px rgba(20, 33, 61, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.dark-mode .ai-promo {
  color: #fffaf0 !important;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: radial-gradient(circle at 85% 15%, rgba(201, 162, 39, 0.35), transparent 40%), radial-gradient(circle at 10% 85%, rgba(13, 148, 136, 0.28), transparent 42%), linear-gradient(145deg, #14213d 0%, #1a3a45 55%, #3d2a14 100%);
  box-shadow: 0 16px 36px rgba(20, 33, 61, 0.16);
}

.ai-promo:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(20, 33, 61, 0.1);
  border-color: rgba(201, 162, 39, 0.4);
}

body.dark-mode .ai-promo:hover {
  box-shadow: 0 22px 42px rgba(20, 33, 61, 0.22);
}

.ai-promo__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.12);
  color: #8a6d12;
  border: 1px solid rgba(201, 162, 39, 0.28);
}

body.dark-mode .ai-promo__badge {
  background: rgba(240, 215, 140, 0.2);
  color: #f0d78c;
  border: 1px solid rgba(240, 215, 140, 0.35);
}

.ai-promo__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
  font-size: 1.25rem;
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
}

body.dark-mode .ai-promo__icon {
  background: linear-gradient(135deg, rgba(240, 215, 140, 0.25), rgba(13, 148, 136, 0.2));
  color: #f0d78c;
}

.ai-promo__title {
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.45rem;
  color: var(--ai-text);
}

body.dark-mode .ai-promo__title {
  color: #fffaf0;
}

.ai-promo__text {
  color: var(--ai-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  max-width: 28rem;
}

body.dark-mode .ai-promo__text {
  color: rgba(248, 244, 236, 0.78);
}

.ai-promo__cta {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #0f766e;
  font-size: 0.9rem;
}

body.dark-mode .ai-promo__cta {
  color: #f0d78c;
}

.ai-promo:hover .ai-promo__cta i {
  transform: translateX(4px);
  transition: transform 0.18s ease;
}

.ai-service {
  display: flex;
  flex-direction: column;
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  min-height: 168px;
  background: var(--ai-surface);
  border: 1px solid var(--ai-border);
  color: var(--ai-text) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.ai-service::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.18;
  pointer-events: none;
}

.ai-service:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(20, 33, 61, 0.1);
}

.ai-service--sapphire {
  border-color: #d5dee8;
}

.ai-service--sapphire::after {
  background: #a8bdd4;
}

.ai-service--sapphire:hover {
  border-color: #b8c8d8;
}

.ai-service--whatsapp {
  border-color: #d4e0da;
}

.ai-service--whatsapp::after {
  background: #a8c4b8;
}

.ai-service--whatsapp:hover {
  border-color: #b8cfc4;
}

.ai-service--rose {
  border-color: #e5d6dc;
}

.ai-service--rose::after {
  background: #d0b0bc;
}

.ai-service--rose:hover {
  border-color: rgba(190, 77, 106, 0.45);
}

.ai-service--teal {
  border-color: #d4e0da;
}

.ai-service--teal::after {
  background: #a8c4b8;
}

.ai-service--gold {
  border-color: #e6dccb;
}

.ai-service--gold::after {
  background: #d4c0a0;
}

.ai-service__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.ai-service__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
}

.ai-service--sapphire .ai-service__icon {
  background: #e4ebf2;
  color: #5a738c;
}

.ai-service--whatsapp .ai-service__icon {
  background: #e2ebe6;
  color: #5a7569;
}

.ai-service--rose .ai-service__icon {
  background: #efe4e8;
  color: #8a6b78;
}

.ai-service--teal .ai-service__icon {
  background: #e2ebe6;
  color: #5a7569;
}

.ai-service--gold .ai-service__icon {
  background: #efe7db;
  color: #8a7352;
}

.ai-service__count {
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.ai-service__tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.14);
  color: #8a6d12;
}

.ai-service__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.ai-service__text {
  color: var(--ai-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  margin-bottom: 0.85rem;
  flex: 1;
}

.ai-service__link {
  font-size: 0.82rem;
  font-weight: 700;
  color: #8a6d12;
}

.ai-service--whatsapp .ai-service__link {
  color: #5a7569;
}

.ai-service--sapphire .ai-service__link {
  color: #5a738c;
}

.ai-service--rose .ai-service__link {
  color: #8a6b78;
}

.ai-service--teal .ai-service__link {
  color: #5a7569;
}

.ai-quicklinks {
  background: var(--ai-surface);
  border: 1px solid var(--ai-border);
  border-radius: var(--ai-radius);
  padding: 1rem 1rem 0.75rem;
  box-shadow: 0 8px 20px rgba(20, 33, 61, 0.04);
}

.ai-quicklinks__title {
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a8f86;
  margin-bottom: 0.75rem;
}

.ai-quicklinks__list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.ai-quicklink {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.55rem;
  border-radius: 12px;
  text-decoration: none;
  color: var(--ai-text) !important;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  transition: background 0.15s ease, transform 0.15s ease;
}

.ai-quicklink:hover {
  background: #eef4f1;
  transform: translateX(2px);
}

.ai-quicklink strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
}

.ai-quicklink small {
  display: block;
  color: var(--ai-muted);
  font-size: 0.75rem;
}

.ai-quicklink__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ai-quicklink__icon--gold {
  background: rgba(201, 162, 39, 0.16);
  color: #8a6d12;
}

.ai-quicklink__icon--sapphire {
  background: rgba(29, 78, 216, 0.12);
  color: #1d4ed8;
}

.ai-quicklink__icon--whatsapp {
  background: rgba(37, 211, 102, 0.14);
  color: #128c7e;
}

.ai-quicklink__icon--rose {
  background: rgba(190, 77, 106, 0.12);
  color: #be4d6a;
}

.ai-quicklink__icon--amber {
  background: rgba(180, 83, 9, 0.12);
  color: #b45309;
}

.ai-quicklink__icon--teal {
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
}

@keyframes aiHeroIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes aiCardIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Modal */
#intentModal .modal-lg {
  max-width: 720px;
}

#intentModal .modal-content {
  border-radius: 18px !important;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.25);
}

#intentModal .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  scroll-behavior: smooth;
}

.sticky-modal-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1050 !important;
  backdrop-filter: blur(10px);
  background: linear-gradient(135deg, #14213d, #1a2f3a) !important;
  color: #f8f4ec;
}

.sticky-modal-header .modal-title {
  color: #fffaf0 !important;
}

.sticky-modal-header small {
  color: rgba(248, 244, 236, 0.7) !important;
}

.sticky-modal-header .btn-close {
  filter: invert(1) brightness(1.4);
}

.sticky-modal-header.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
}

#intentModal .ic-wrap {
  max-width: 100%;
  margin: 0;
  padding: 20px;
}

#intentModal .ic-topbar {
  display: none !important;
}

#intentModal .ic-steps {
  position: sticky;
  top: 0;
  background: white;
  z-index: 100;
  padding: 15px 20px;
  margin: -20px -20px 20px -20px;
  border-bottom: 2px solid #e8e8e8;
}

body.dark-mode #intentModal .modal-content,
body.dark-mode #intentModal .ic-steps {
  background: #1e1e2d;
  color: #cfd2d8;
}

body.dark-mode #intentModal .ic-steps {
  border-bottom-color: #323248;
}

body.dark-mode #intentModal .ic-card {
  background: #1e1e2d !important;
}

@media (max-width: 768px) {
  #intentModal .modal-lg {
    max-width: 95%;
    margin: 0.5rem;
  }
  .ai-hero {
    padding: 1.2rem;
  }
  .ai-item__body {
    gap: 0.75rem;
  }
  .ai-item__thumb {
    width: 72px;
    height: 72px;
    border-radius: 10px;
  }
  .ai-item__actions {
    gap: 0.45rem;
  }
  .ai-act {
    flex: 1 1 auto;
    min-width: calc(50% - 0.45rem);
  }
  .ai-act--primary {
    flex: 1 1 100%;
  }
  .ai-act span {
    font-size: 0.84rem;
  }
  .ai-filters {
    top: 60px;
  }
}
@media (max-width: 420px) {
  .ai-act {
    min-width: calc(50% - 0.45rem);
    padding: 0.45rem 0.75rem;
  }
}
/* Workspace header + tab toggle */
.ai-workspace-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: var(--ai-surface);
  border: 1px solid var(--ai-border);
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(20, 33, 61, 0.04);
  animation: aiHeroIn 0.45s ease-out;
}

.ai-workspace-bar__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: #e8f0ed;
  color: #5a7569;
  font-size: 1.05rem;
  box-shadow: none;
  border: 1px solid #c5d6cf;
}

.ai-workspace-bar__title {
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ai-text);
  line-height: 1.2;
}

.ai-workspace-bar__sub {
  color: var(--ai-muted);
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
}

.ai-workspace-bar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-left: auto;
  position: relative;
}

.ai-tab-toggle {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.28rem;
  border-radius: 999px;
  background: #f3f1ed;
  border: 1px solid var(--ai-border);
}

.ai-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: transparent;
  color: var(--ai-muted);
  font-family: inherit;
  font-weight: 600;
  font-size: 12px;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ai-tab-btn i {
  font-size: 0.85rem;
}

.ai-tab-btn:hover {
  color: var(--ai-text);
  background: #ebe8e3;
}

.ai-tab-btn.is-active {
  color: #3d4555;
  background: #e8edf2;
  box-shadow: none;
  border: 1px solid #c5d0db;
}

.ai-tab-btn.is-active:hover {
  transform: translateY(-1px);
}

body.dark-mode .ai-cta {
  background: #3a4a44 !important;
  border-color: #5a7068 !important;
  color: #c5d8ce !important;
  box-shadow: none;
}

body.dark-mode .ai-cta:hover {
  background: #445850 !important;
  color: #d8e8e0 !important;
}

body.dark-mode .ai-workspace-bar {
  background: #2a2f38;
  border-color: rgba(220, 225, 232, 0.12);
}

body.dark-mode .ai-workspace-bar__icon {
  background: #3a4a44;
  border-color: #5a7068;
  color: #c5d8ce;
  box-shadow: none;
}

body.dark-mode .ai-tab-toggle {
  background: #252a32;
}

body.dark-mode .ai-tab-btn.is-active {
  color: #e8ecf0;
  background: #3a4555;
  border: 1px solid #5a6a7c;
}

body.dark-mode .ai-promo-chip {
  background: #3a4a44;
  border-color: #5a7068;
  color: #c5d8ce !important;
}

body.dark-mode .ai-promo-chip:hover {
  background: #445850;
  color: #d8e8e0 !important;
}

body.dark-mode .ai-quicklinks {
  background: #2a2f38;
  border-color: rgba(220, 225, 232, 0.12);
}

body.dark-mode .ai-quicklinks__title {
  color: #a8c4b8;
}

body.dark-mode .ai-quicklink:hover {
  background: #343c38;
}

body.dark-mode .ai-panel,
body.dark-mode .ai-sub-card {
  background: #2a2f38;
  border-color: rgba(220, 225, 232, 0.12);
}

body.dark-mode .ai-sub-card__badge {
  background: #3a4a44;
  border-color: #5a7068;
  color: #c5d8ce;
}

body.dark-mode .ai-sub-card__progress {
  background: rgba(255, 255, 255, 0.08);
}

body.dark-mode .ai-sub-card__progress > span {
  background: #8aaca0;
}

body.dark-mode .ai-daterange {
  background: #2a2f38;
  border-color: rgba(220, 225, 232, 0.14);
  color: #d5dae2;
}

body.dark-mode .ai-table-wrap {
  border-color: rgba(220, 225, 232, 0.12);
}

body.dark-mode .ai-table thead th {
  background: #252a32;
  color: #a8b0bc;
  border-bottom-color: rgba(220, 225, 232, 0.1);
}

body.dark-mode .ai-table tbody td {
  color: #d5dae2;
  border-color: rgba(220, 225, 232, 0.08);
}

body.dark-mode .ai-table tbody tr:hover td {
  background: #323840;
}

body.dark-mode .ai-chart-canvas.is-loading::after {
  background: rgba(42, 47, 56, 0.85);
  color: #a8b0bc;
}

/* Analytics panels / subscriptions / chart / table */
.ai-panel {
  background: var(--ai-surface);
  border: 1px solid var(--ai-border);
  border-radius: var(--ai-radius);
  box-shadow: 0 10px 24px rgba(20, 33, 61, 0.05);
  overflow: hidden;
  animation: aiCardIn 0.45s ease-out;
}

.ai-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1.15rem 1.25rem 0.85rem;
}

.ai-panel__body {
  padding: 0.5rem 1.25rem 1.25rem;
}

.ai-daterange {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--ai-border);
  background: var(--ai-surface);
  color: var(--ai-text);
  font-weight: 600;
  font-size: 12px;
  font-family: inherit;
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  transition: background 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.ai-daterange:hover {
  background: rgba(20, 33, 61, 0.04);
  border-color: rgba(20, 33, 61, 0.22);
  transform: translateY(-1px);
}

.ai-daterange__caret {
  font-size: 0.65rem;
  opacity: 0.7;
}

.ai-chart-wrap {
  position: relative;
}

.ai-chart-canvas {
  position: relative;
  width: 100%;
  height: 320px;
  min-height: 280px;
}

.ai-chart-canvas.is-loading::after {
  content: "Loading chart…";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--ai-muted);
  font-weight: 600;
  background: rgba(255, 252, 247, 0.55);
  border-radius: 12px;
}

.ai-chart-empty {
  display: grid;
  place-items: center;
  height: 280px;
  color: var(--ai-muted);
  font-weight: 600;
}

.ai-sub-card {
  height: 100%;
  padding: 1.15rem 1.2rem;
  border-radius: 18px;
  background: var(--ai-surface);
  border: 1px solid var(--ai-border);
  box-shadow: 0 8px 20px rgba(20, 33, 61, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: aiCardIn 0.5s ease-out;
}

.ai-sub-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(20, 33, 61, 0.08);
}

.ai-sub-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.ai-sub-card__title {
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 14px;
  font-weight: 700;
  color: var(--ai-text);
}

.ai-sub-card__plan {
  color: var(--ai-muted);
  font-size: 12px;
  font-weight: 600;
}

.ai-sub-card__badge {
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: #3f5c52;
  background: #e8f0ed;
  border: 1px solid #c5d6cf;
}

.ai-sub-card__stats {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
}

.ai-sub-card__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ai-muted);
  margin-bottom: 0.2rem;
}

.ai-sub-card__value {
  display: block;
  font-family: var(--app-font-family, Poppins, Helvetica, "sans-serif");
  font-size: 18px;
  font-weight: 700;
  color: var(--ai-text);
}

.ai-sub-card__progress {
  height: 6px;
  border-radius: 999px;
  background: rgba(20, 33, 61, 0.08);
  overflow: hidden;
}

.ai-sub-card__progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #a8c0b6;
}

.ai-table-wrap {
  border: 1px solid var(--ai-border);
  border-radius: 14px;
  overflow: hidden;
}

.ai-table {
  --bs-table-bg: transparent;
  margin-bottom: 0;
}

.ai-table thead th {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ai-muted);
  background: rgba(20, 33, 61, 0.035);
  border-bottom-color: var(--ai-border);
  padding: 0.85rem 1rem;
  white-space: nowrap;
}

.ai-table tbody td {
  padding: 0.9rem 1rem;
  color: var(--ai-text);
  border-color: var(--ai-border);
  font-size: 0.92rem;
}

.ai-table__strong {
  font-weight: 700;
  color: var(--ai-text);
}

.ai-table tbody tr:hover td {
  background: #f0f4f8;
}

#analytics-view-container .ai-metric {
  animation: aiCardIn 0.5s ease-out both;
}

#analytics-view-container .col-6:nth-child(1) .ai-metric {
  animation-delay: 0.02s;
}

#analytics-view-container .col-6:nth-child(2) .ai-metric {
  animation-delay: 0.05s;
}

#analytics-view-container .col-6:nth-child(3) .ai-metric {
  animation-delay: 0.08s;
}

#analytics-view-container .col-6:nth-child(4) .ai-metric {
  animation-delay: 0.11s;
}

#analytics-view-container .col-6:nth-child(5) .ai-metric {
  animation-delay: 0.14s;
}

#analytics-view-container .col-6:nth-child(6) .ai-metric {
  animation-delay: 0.17s;
}

#analytics-view-container .col-6:nth-child(7) .ai-metric {
  animation-delay: 0.2s;
}

#analytics-view-container .col-6:nth-child(8) .ai-metric {
  animation-delay: 0.23s;
}

@media (max-width: 576px) {
  .ai-workspace-bar {
    padding: 0.9rem 1rem;
  }
  .ai-workspace-bar__actions {
    width: 100%;
    justify-content: stretch;
  }
  .ai-user-filter--header {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .ai-tab-toggle {
    width: 100%;
    justify-content: space-between;
  }
  .ai-tab-btn span {
    display: none;
  }
  .ai-tab-btn {
    padding: 0.55rem 0.85rem;
    flex: 1;
    justify-content: center;
  }
  .ai-chart-canvas {
    height: 260px;
    min-height: 240px;
  }
  .ai-panel__head,
  .ai-panel__body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* ── App-wide theme font (Poppins) ───────────────────────────────────────── */
:root,
[data-bs-theme=light],
[data-bs-theme=dark],
[data-theme=light],
[data-theme=dark] {
  --app-font-family: Poppins, Helvetica, sans-serif;
  --bs-font-sans-serif: var(--app-font-family);
  --bs-body-font-family: var(--app-font-family);
}

html,
body {
  font-family: var(--app-font-family) !important;
}

button,
input,
select,
textarea,
optgroup,
.btn,
.form-control,
.form-select,
.form-label,
.nav,
.navbar,
.dropdown-menu,
.modal,
.card,
.table,
.badge,
.alert,
.toast,
.swal-modal,
.swal2-popup,
.ql-editor,
.ql-toolbar,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--app-font-family) !important;
}

.iti {
  display: block !important;
  width: 100%;
}

.swal-modal .swal-text {
  text-align: center;
}

.logo-fix-size {
  max-height: 60px !important;
  max-width: 120px !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.bg-dark-white {
  background: white !important;
  color: black !important;
}

.sidebar-app-logo {
  max-height: 50px;
  max-width: 120px;
}

body {
  overflow-x: hidden;
}

#toast-container > div {
  min-width: 400px !important;
}
@media (max-width: 575px) {
  #toast-container > div {
    min-width: 300px !important;
  }
}

.nfccard {
  width: 20% !important;
}

@media (max-width: 1700px) {
  .nfccard {
    width: 25% !important;
  }
}
@media (max-width: 1400px) {
  .nfccard {
    width: 33.33% !important;
  }
}
@media (max-width: 768px) {
  .nfccard {
    width: 50% !important;
  }
}
@media (max-width: 501px) {
  .nfccard {
    width: 100% !important;
  }
}
.nfc-img-radio {
  display: block;
  position: relative;
  cursor: pointer;
  max-width: 22rem;
  max-height: 200px;
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative !important;
  box-shadow: rgba(0, 0, 0, 0.35) 8px 8px 10px !important;
  border: 1px solid #000 !important;
}
.nfc-img-radio img {
  width: 100%;
  height: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  -o-object-position: top;
     object-position: top;
  max-height: 13rem;
  transition: 5s all ease;
}
.nfc-img-radio::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(239, 243, 246, 0.6509803922);
  opacity: 0;
}
.nfc-img-radio:hover::after {
  opacity: 1;
}

.nfc-img-radio.img-border {
  border: 3px solid #0b9ef7 !important;
  border-radius: 18px !important;
  position: relative;
  min-width: 100%;
}
.nfc-img-radio.img-border::before {
  position: absolute;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px !important;
  font-weight: 500;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 999;
  border-radius: 18px !important;
}
.nfc-img-radio.img-border::after {
  border-radius: 18px !important;
  opacity: 1;
}

.images-picker {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.475rem;
  display: inline-block;
  position: relative;
}

.images-picker .previewImage {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0.313rem;
  height: 100px;
  width: 100px;
}

.images-picker .picker-edit,
.images-picker .previewImage {
  border: 0.063rem solid #e9ecef;
  box-shadow: 0 5px 20px rgba(173, 181, 189, 0.2);
}

.images-picker .picker-edit {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 25px;
  justify-content: center;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 25px;
}

.images-picker .picker-edit label {
  cursor: pointer;
}

.dns-container {
  max-width: 800px;
  margin: auto;
  font-family: var(--app-font-family, Poppins, Helvetica, sans-serif);
  line-height: 1.6;
}

.dns-title {
  color: #333;
  font-size: 24px;
}

.dns-subtitle {
  color: #333;
  font-size: 20px;
  margin-top: 20px;
}

.dns-note {
  background: #f9f9f9;
  padding: 10px;
  border-left: 4px solid #ff9800;
}

.dns-list {
  padding-left: 20px;
}

.dns-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.dns-table th,
.dns-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.dns-table th {
  background: #f4f4f4;
}
