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

.icon-square-100 {
  width: 100px;
  height: 100px;
}

.icon-square-120 {
  width: 120px;
  height: 120px;
}

.scrollable-vertical-300 {
  max-height: 300px;
  overflow-y: auto;
}

.alert-rounded {
  border-radius: 8px;
  width: fit-content;
  white-space: normal;
  max-width: 100%;
}

.panel-soft-gray {
  background-color: #F3F3F3;
  border-radius: 8px;
}

.text-slate-600 {
  color: #4B5563;
}

.progress-height-12 {
  height: 12px;
}

.min-w-80 {
  min-width: 80px;
}

.is-hidden {
  display: none !important;
}

.samax-hyperlink-hover:hover {
  text-decoration: underline;
}

.modal-width-453 {
  max-width: 453px;
}

.map-canvas {
  height: 100%;
  width: 100%;
  min-height: 300px;
}

.min-h-300 {
  min-height: 300px;
}

.min-h-400 {
  min-height: 400px;
}

.min-vh-50 {
  min-height: 50vh;
}

.min-h-calc-100vh-140 {
  min-height: calc(100vh - 140px);
}

.max-w-200 {
  max-width: 200px;
}

.fs-48 {
  font-size: 48px;
}

.fs-6rem {
  font-size: 6rem;
}

.chart-loader {
  height: 250px;
}

.spinner-border-md {
  width: 2rem !important;
  height: 2rem !important;
}

.text-sm-14 {
  font-size: 0.875rem;
}

.fs-24 {
  font-size: 24px;
}

.text-warm-gray {
  color: #524D4D;
}

.text-slate-700 {
  color: #374151;
}

.text-samax-green {
  color: #7ACDB4;
}

.text-gray-500 {
  color: #938E8E;
}

.text-charcoal {
  color: #333333;
}

.text-gray-600 {
  color: #666666;
}

.text-link-blue {
  color: #2563EB;
}

.max-w-548 {
  max-width: 548px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-32 {
  font-size: 32px;
}

.fs-64 {
  font-size: 64px;
}

.text-slate-500 {
  color: #6B7280;
}

.text-slate-550 {
  color: #475569;
}

.text-slate-800 {
  color: #1F2937;
}

.card-outline-grey {
  border: 1px solid;
  border-color: #DCDCDC;
  background-color: #E8EAEE4D;
  border-radius: 8px;
}

.card-soft-neutral {
  background-color: #24DBB01A;
  border-radius: 8px;
}
.rocket-circle-border {
  width: 80px;
  height: 80px;
  background-color: #A6B6B226;
}

.btn-mint {
  background: #7ACDB4 !important;
  color: #000 !important;
  border: none;
}

.btn-mint:hover,
.btn-mint:focus {
  background: #69c3a6 !important;
  color: #000 !important;
}

.btn-height-37 {
  height: 37px;
}
.max-h-50 {
  max-height: 50%;
}

.fs-18 {
  font-size: 18px;
}

@media (max-width: 576px ) {
  .fs-13{
    font-size: 10px;
  }
}


.min-h-100 {
  min-height: 100px;
}

.min-h-200 {
  min-height: 200px;
}
/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500&display=swap");

:root{
  --samax-primary-color: #5BD0B3;
  --samax-secondary-color: #F9F8F5;
  --samax-tertiary-color: #1C1D20;
}

/* Global font family override */
body, html {
  font-family: "IBM Plex Sans", sans-serif !important;
}

* {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.table {
    width: 100% !important;
}

.network-title {
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
}

.location {
  font-size: 16px;
}

.stats-card {
  border-radius: 8px !important;
  background-color: #fff !important;
  border: none !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
}

.card-body {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.ct-header{
  padding-left: 19.92px !important;
  padding-right: 1rem !important;
  padding-top: 19.84px !important;
  padding-bottom: 0 !important;
}
.stats-title {
  font-size: 18px;
  font-weight: 500;
}

.stats-value {
  font-size: 36px;
  font-weight: 600;
  margin-left: 1rem;
}

.alert-item {
  text-align: start;
}

.alert-type {
  font-size: 14px;
  color: #4B5563;
  font-weight: 400;
  width: 100%;
}

.alert-count {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  line-height: 1;
}

.network-card {
  background-color: #a0dfcc !important;
}

.usage-details {
  border-radius: 23px;
  background-color: #e3e3eb;
}

.usage-title {
  font-size: 16px;
  font-weight: 500;
}

.usage-stats, .usage-percentage {
  font-size: 15px;
}

.main-usage-progress-bar {
  border-radius: 23px;
  background-color: rgba(0, 0, 0, 0.06);
}

.serviceline-progress-bar {
  background-color: #C9C9C9;
}

.progress-bar {
  background-color: #7acdb4 !important;
  border-radius: 23px;
}

.serviceline-count{
  color: #7acdb4;
}

.profile-organization-type {
  background-color: #7acdb4;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
}

.status-badge {
  background-color: rgba(16, 185, 129, 0.1);
  color: #10b981;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 9999px;
}

.usage-graph {
  width: 128px;
  height: auto;
}

@media (max-width: 991px) {
  .stats-value {
    margin-top: 40px;
  }
}

.samax-tertiatry-hyperlink {
    color: var(--samax-tertiary-color) !important;
    text-decoration: underline;
}

.view-all {
    font-size: 18px;
}

.serviceline-name {
    font-size: 16px;
    font-weight: 500;
}

.serviceline-usage-stats, .modal-label {
    font-size: 14px;
    font-weight: 500;
}

.samax-card-logo-1 {
  background-image: url('/static/images/logos/logo-black.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 35px;
}

.dashboard-section-1-item {
  max-height: 400px;
}

.warning-icon {
  color: #F97316;
}

.critical-icon {
  color: #DC2626;
}

.info-icon {
  color: #2563EB;
}

.btn-success {
  background-color: #7ACDB4;
  border-color: #7ACDB4;
}
.btn-success:focus {
  background-color: #7ACDB4;
  border-color: #7ACDB4;
}
.btn-success:hover {
  background-color: #7ACDB4;
  border-color: #7ACDB4;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white; /* ← background color updated to green */
  overflow: hidden;
  position: relative;
}

.avatar .initial {
  font-size: 20px;
  display: none;
  color: #5BD0B3;
  font-weight: medium;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-divider {
  border-left: 1.5px solid #e0e0e0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-modal-title {
  font-size: 19.5px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .custom-modal-title {
  font-size: 18px;
}
}


/* Mobile responsive adjustments for page-content and footer */
@media (max-width: 768px) {
  .page-content:not(.custom-page-content) {
    padding: calc(2px + var(--vz-grid-gutter-width)) calc(var(--vz-grid-gutter-width) * 0.5) 30px calc(var(--vz-grid-gutter-width) * 0.5) !important;
  }
  
  /* Hide footer on mobile */
  .footer {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .page-content:not(.custom-page-content) {
    padding: calc(1px + var(--vz-grid-gutter-width)) calc(var(--vz-grid-gutter-width) * 0.3) 20px calc(var(--vz-grid-gutter-width) * 0.3) !important;
  }
  
  /* Hide footer on mobile */
  .footer {
    display: none !important;
  }
}

/* Additional mobile footer hiding for all mobile devices */
@media screen and (max-width: 767.98px) {
  footer.footer {
    display: none !important;
  }
}
.alert-type-wrapper {
  word-wrap: break-word;
  font-size: 13px; 
  line-height: 1.2;
}

/* Dashboard specific styles */
.dashboard-header-icon {
  font-size: 40px;
  color: #7acdb4;
}

.dashboard-stats-value {
  line-height: 16px;
}

.dashboard-card-min-height {
  min-height: 250px;
}

.dashboard-card:hover {
  box-shadow: 0 0 0 1px #7acdb4;
  border-color: #7acdb4 !important;
}

.dashboard-alert-icon {
  font-size: 16px;
}

.dashboard-pool-name-container {
  flex: 1;
  max-width: 60%;
  margin-right: 10px;
}

.dashboard-subtitle {
  font-size: 14px;
  font-weight: 400;
}

.dashboard-progress-container {
  height: 8px;
  background: #e5e7eb;
}

.dashboard-progress-container-small {
  height: 6px;
  background: #e5e7eb;
}

.dashboard-small-text {
  font-size: 12px;
  font-weight: 400;
}

.dashboard-section-title {
  font-size: 1.25rem;
}

.dashboard-count-span {
  color: #7acdb4;
  font-size: 14px;
  font-weight: 600;
}

.dashboard-subtitle-main {
  font-size: 18px;
  font-weight: 500;
}

.dashboard-link-no-decoration {
  text-decoration: none;
}

.dashboard-table-header {
  font-size: 13px;
  font-weight: 500;
  border: none;
}

.dashboard-subscription-link {
  color: #0088FF;
  text-decoration: none;  
  font-weight: 500;
  font-size: 16px;
}

.samax-hyperlink {
  color: #0d6efd; 
  text-decoration: none;
}

.dashboard-data-usage-container {
  max-width: 150px;
}

.badge {
  font-weight: 400;
  font-size: 12px;
  padding: 0.4em 1em;
  border: 1px solid;
}

.badge-grey-secondary {
  background-color: #ECEEF2;
  color: #030213;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  border-radius: 8px;
}

.badge-active {
  background: #DCFCE7;
  color: #24B78B;
  border-color: #24B78B;
}

.badge-inactive {
  background: #FEE2E2;
  color: #DC2626;
  border-color: #DC2626;
}

.btn-custom-lg {
height: 38px;
font-size: 13px;
box-shadow: none;
}

.badge-warning {
  background: #FAC31D2E;
  color: #FB981F;
  border-color: #F7C63482;
}

.badge-grey {
  background: #ffffff;
  color: #ffbe0b;
  border-color: #ffbe0b;
}
.badge-info {
  background: #ffffff;
  color: #4189db;
  border-color: #2b25c2;
}

.badge-ip {
  background: #72BFFD70;
  color: #5BA7F9;
  border-color: #72BFFD;
}


.fw-14px {
 font-size: 14px;
}

#customDateModal .modal-btn-uniform {
  height: 38px;
  font-size: 13px;
}


.dashboard-date-column {
  white-space: nowrap;
}

/* Progress containers with gray background for unused portion */
.dashboard-progress-container,
.dashboard-progress-container-small {
  background-color: #e5e7eb !important; /* Light gray for unused portion */
  border-radius: 0.375rem;
  overflow: hidden;
  width: 100%;
}

/* Progress bars show only appropriate colors based on usage */
.dashboard-progress-container .progress-bar,
.dashboard-progress-container-small .progress-bar {
  border-radius: 0.375rem;
  transition: width 0.3s ease;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Green zone: 0-50% */
.progress-bar-range-0-50 {
  background: linear-gradient(to right, #22c55e 0%, #16a34a 100%) !important;
}

/* Green to Yellow: 50-70% */
.progress-bar-range-50-70 {
  background: linear-gradient(to right, #22c55e 0%, #16a34a 70%, #eab308 100%) !important;
}

/* Green to Yellow to Orange: 70-85% */
.progress-bar-range-70-85 {
  background: linear-gradient(to right, #22c55e 0%, #16a34a 60%, #eab308 80%, #f97316 100%) !important;
}

/* Green to Yellow to Orange to Red: 85-100% */
.progress-bar-range-85-100 {
  background: linear-gradient(to right, #22c55e 0%, #16a34a 50%, #eab308 70%, #f97316 85%, #ef4444 95%, #991b1b 100%) !important;
}
/* Mobile responsive styles for status sections */
@media (max-width: 768px) {
  /* Make status sections display in single line on mobile */
  .card-header.border-bottom {
    padding: 0.75rem 1rem !important;
  }
  
  .card-header.border-bottom .d-flex {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .card-header.border-bottom .card-title {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .card-header.border-bottom:not(.custom-sub-title):not(.topup-text) .card-title {
    white-space: nowrap !important;
  }
  
  .card-header.border-bottom .badge {
    font-size: 11px !important;
    padding: 0.25rem 0.5rem !important;
    white-space: nowrap !important;
  }
  
  /* Specific adjustments for the info icon */
  .card-header.border-bottom .ri-information-line {
    font-size: 12px !important;
    margin-left: 0.25rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.25rem !important;
  }
  
  /* Ensure chevron icon stays visible */
  .card-header.border-bottom .fas.fa-chevron-right {
    font-size: 10px !important;
    margin-left: 0.5rem !important;
  }
  
  /* Remove extra margins and padding that might cause line breaks */
  .card-header.border-bottom .mt-3 {
    margin-top: 0 !important;
  }
  
  /* Ensure the right side elements stay together */
  .card-header.border-bottom .d-flex.align-items-center {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
}
/* Desktop view - keep button group as is */
.time-filter-container .btn-group {
  display: flex;
}

.time-filter-dropdown {
  display: none;
}

/* Mobile and tablet view - hide button group and show dropdown */
@media (max-width: 991.98px) {
  .time-filter-container .btn-group {
    display: none;
  }
  
  .time-filter-dropdown {
    display: block;
    width: 50%;
    max-width: 200px;
    margin-left: auto;
    color: #ffffff;
  }
  
  .time-filter-dropdown .ss-main {
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #5BD0B3;
    font-size: 14px;
    color: #ffffff;
    border-color: white;
  }
  
  .time-filter-dropdown .ss-arrow path {
    stroke: white !important;
  }
}
#countrySelect {
  min-width: 200px;
}

/* Mobile - show only flags */
@media (max-width: 768px) {
  #countrySelect {
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
    color: transparent;
    text-indent: -9999px;
  }
  
  #countrySelect option {
    color: #000;
    text-indent: 0;
  }
  
  #selectedCountryFlag {
    z-index: 10;
  }
}

/* Only when in RTL mode */
html[dir="rtl"] .dataTables_wrapper .dataTables_filter {
  text-align: left !important; /* move to left in RTL */
}

html[dir="rtl"] .dataTables_filter input {
  margin-right: 0.5rem;
}

html[dir="rtl"] .btn .bx,
html[dir="rtl"] .btn .ri-add-line {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

html[dir="rtl"] .dropdown-item .ri-links-line,
html[dir="rtl"] .dropdown-item .ri-delete-bin-fill,
html[dir="rtl"] .dropdown-item .ri-pencil-fill,
html[dir="rtl"] .dropdown-item .ri-signal-tower-line,
html[dir="rtl"] .dropdown-item .ri-admin-line,
html[dir="rtl"] .dropdown-item .mdi-key,
html[dir="rtl"] .dropdown-item .mdi-logout,
html[dir="rtl"] .dropdown-item .bi-person,
html[dir="rtl"] .alert-item .bi-exclamation-circle,
html[dir="rtl"] .alert-item .bi-exclamation-triangle,
html[dir="rtl"] .alert-item .bi-info-circle {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}

html[dir="rtl"] .card-header .ri-information-line {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}


.dropdown-menu {
  text-align: start;
  min-width: auto;
  width: auto;
}

.dropdown-item {
  text-align: start;
}

html[dir="rtl"] #alertTabs {
  padding-right: 0;
}

html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  content: "󰅁";
  float: right;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html[dir="rtl"] .breadcrumb-item {
  padding: 0;
}

html[dir="rtl"] .dataTable {
  border-left: 1px solid rgb(233, 235, 236) !important;
}

html[dir="rtl"] .dropdown-header {
  text-align: right;
}

html[dir="rtl"] .vertical-divider {
  left: auto;
  right: 0;
}
 
html[dir="rtl"] .stats-value {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

html[dir="rtl"] .fa-chevron-right {
  transform: rotate(180deg);
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}

html[dir="rtl"] #selectedCountryFlag {
  right: 12px;
  left: auto;
}

html[dir="rtl"] #countrySelect{
  padding-right: 2.5rem;
  padding-left: auto;
}

html[dir="rtl"] #language-switch-icon {
  right: 12px;
  left: auto;
}

html[dir="rtl"] table.dataTable>thead .sorting:before,
html[dir="rtl"] table.dataTable>thead .sorting:after {
  right:auto;
}

html[dir="rtl"] table.dataTable>thead>tr>th:not(.sorting_disabled) {
  padding-left: 30px;
  padding-right: 18px;
}

.table-container {
  position: relative;
  overflow: hidden;
}

.loaded {
  min-height: auto;
  overflow: visible;
}
td.dataTables_empty {
  padding: 10px !important;
}


.reboot-warning-icon {
  font-size: 48px;
}

.skeleton-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: var(--bs-body-bg);
}

.choices__list--multiple .choices__item {
  background-color: #5BD0B3;
  border: 1px solid #5BD0B3;
}

.input-group input.form-control {
  border: none;
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}

.input-group input.form-control:focus {
  outline: none;
  box-shadow: none;
}

.input-group {
  width: auto;
}

.qty-btn {
  height: 24px;
  width: 24px;
  border-radius: 4px !important;
  box-shadow: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
}

.addDataBlockQuantity {
  background-color: transparent !important;
}

.qty-btn-negative {
  background-color: #D9D9D9;
}

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

.font-12 {
  font-size: 12px;
}

.font-10 {
  font-size: 10px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.subscription-detail-heading {
  color: #414141;
}

.subscription-detail-value {
  color: #000000;
}

.subscription-detail-title {
  font-size: 18px;
  color: #000000;
}


@media (min-width: 768px) and (max-width: 1600px) {
  .total-overage{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .topup-block-count-box {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1410px) {
  .topup-block-count-box {
    display: none !important;
  }
}

.total-overage {
  font-size: 20px;
}

@media (max-width: 768px) {
  .total-overage{
    font-size: 24px;
  }
}

.topup-block-count-box {
  background-color: #3B82F6;
}

.addDataBlockQuantity::-webkit-outer-spin-button,
.addDataBlockQuantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.addDataBlockQuantity {
  -moz-appearance: textfield;
  appearance: textfield;
}

.overage-progress-bar {
  background-color: #FFA323 !important;
}

.full-progress-bar {
  background-color: #F06548 !important;
}

.date-input {
  background: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/calendar-event.svg") no-repeat right 0.75rem center;
  background-size: 1rem 1rem;
  padding-right: 2rem; /* space for the icon */
  cursor: pointer;
}

.equal-height-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.equal-height-body {
  display: flex;
  flex-direction: column;
}


.col-width-35 { width: 35%; }

.col-width-15 { width: 15%; }


/* Equal spacing between columns */
.equal-spacing th,
.equal-spacing td {
    padding-left: 15px;
    padding-right: 15px;
}

.equal-spacing th:first-child,
.equal-spacing td:first-child {
    padding-left: 12px;
}

.equal-spacing th:last-child,
.equal-spacing td:last-child {
    padding-right: 12px;
}

.equal-height-select {
  min-height: 37.5px !important;
}

#confirmOverageBtn:disabled {
  background: rgba(122, 205, 180, 0.5);
  border: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0px 3px 3px 0px rgba(56, 65, 74, 0.1);
  opacity: 100;
}

.ss-disabled {
  background-color: rgba(245, 245, 245, 1) !important;
  border: 1px solid rgba(206, 212, 218, 1) !important;
  color: rgba(33, 37, 41, 1) !important;
}

@media (max-width: 768px) {
    .plans-row {
        display: flex !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0.5rem 0;
        flex-wrap: nowrap;
    }

    .plan-col {
        flex: 0 0 auto;
        width: 320px;
    }
}

.plan-card {
  border-radius: 12px !important;
  border: 1px solid #DEDEDE !important;
  box-shadow: 0px 8px 30px -4px rgba(20, 24, 31, 0.12);
  padding: 24px;
  background: white;
  cursor: pointer;
}

.plan-card-name {
  font-size: 30px;
  font-weight: 700;
  color: rgba(20, 24, 31, 1);
}

.plan-card-title, .plan-card-price, .payment-card-title, .payment-total{
  font-size: 16px;
  font-weight: 600;
  color: rgba(20, 24, 31, 1);
}

.plan-card-price {
  font-size: 18px;
}

.plan-card-duration {
  font-size: 16px;
  font-weight: 400;
  color: rgba(103, 111, 126, 1);
}

.plan-input:not(:disabled) + .plan-card:hover {
  border-color: #7ACDB4 !important;
}

.plan-input:checked + .plan-card {
  border: 2px solid #7ACDB4 !important;
}

.plan-input-disabled + .plan-card {
  border: 1px solid rgba(226, 228, 233, 1);
  box-shadow: 0px 4px 20px -2px rgba(20, 24, 31, 0.08);
  opacity: 0.6;
}

.plan-payment-btn {
  background-color: #7ACDB4 !important;
  color: white !important;
  font-weight: 600;
  font-size: 16px;
  width: 362px;
  height: 48px;
  border-radius: 8px;
  padding-top: 11.67px;
  padding-right: 32px;
  padding-bottom: 12.32px;
  padding-left: 32px;
}

@media (max-width: 400px) {
  .plan-payment-btn {
    height: auto;
    padding: 16px 8px;
    font-size: 14px;
  }
}

.plan-payment-block {
  max-width: 362px;
  width: 100%;
}

.plan-payment-block p {
  max-width: 100%;
  line-height: 1.5;
}

.payment-summary-card {
  border-radius: 12px;
  border: 1px solid rgba(122, 205, 180, 0.2);
  box-shadow: 0px 4px 20px -2px rgba(20, 24, 31, 0.08);
  padding: 10px;
}

.payment-summary-icon {
  font-size: 18px;
  color: rgba(122, 205, 180, 1);
}

.payment-summary-labels {
  font-size: 14px;
  font-weight: 400;
  color: rgba(103, 111, 126, 1);
}

.payment-summary-values, .support-heading {
  font-size: 14px;
  font-weight: 500;
  color: rgba(20, 24, 31, 1);
}

.support-card {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.support-card-divider {
  color: rgba(122, 205, 180, 1);
}

@media (max-width: 767px) {
  .support-card-divider {
    display: none;
  }
}

.support-card-number {
  color: rgba(122, 205, 180, 1);
  font-size: 14px;
  font-weight: 600;
}

.support-card-icon {
  color: rgba(122, 205, 180, 1);
  font-size: 16px;
}

.support-card-desc {
  font-size: 14px;
  color: rgba(103, 111, 126, 1);
}

.payment-total-value {
  font-size: 20px;
  font-weight: 700;
  color: rgba(38, 40, 42, 1);
}

.payment-summary-extra-info {
  border-radius: 8px;
  padding: 12px;
  background-color: rgba(238, 238, 238, 1);
}

.payment-summary-extra-info li {
  font-size: 13px;
  color: rgba(103, 111, 126, 1);
  margin-left: 24px;
}

.terms-condition-link {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  color: rgba(91, 208, 179, 1);
}

#termsCheckbox {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    cursor: pointer;
    position: relative;
    margin-top: 3px;
}

#termsCheckbox:checked {
    background-color: rgba(122, 205, 180, 1);
    border-color: rgba(122, 205, 180, 1);
}

#termsCheckbox:checked::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%) rotate(45deg);
}


@media (min-width: 751px) {
  .plan-payment-btn {
    min-width: 215px !important;
  }
}


.plan-payment-btn:hover {
    background-color: #7ACDB4 !important;
    color: #ffffff;
}

.plan-payment-btn:disabled,
.plan-payment-btn.disabled {
    background-color: #9ca3af !important;
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.7;
}
.mt-5rem{
  margin-top: 5rem;
}

.terms-cancel-btn {
  background-color: transparent;
  color: #7ACDB4;
  padding: 0px;
  font-size: 11px;
  box-shadow: none;
  font-weight: 500;
  border: none;
}

.terms-cancel-btn:hover {
  background-color: transparent;
  color: #7ACDB4;
  padding: 0px;
  font-size: 11px;
  box-shadow: none;
  font-weight: 500;
  border: none;
}

.terms-agree-btn {
  font-family: Raleway;
  background-color: #7ACDB4;
  opacity: 1;
  border-radius: 4.67px;
  padding: 50px;
  font-weight: 600;
  font-size: 10.3px;
  line-height: 150%;
  color: #FFFFFF;
}

.terms-agree-btn:hover {
  font-family: Raleway;
  background-color: #7ACDB4;
  opacity: 1;
  border-radius: 4.67px;
  padding: 50px;
  font-weight: 600;
  font-size: 10.3px;
  line-height: 150%;
  color: #FFFFFF;
}

.terms-title {
  font-size: 15.45px;
  font-weight: 700;
  color: #7ACDB4;
}

.terms-subtitle {
  font-size: 12px;
  font-weight: 700;
  color: #132F41;
}

.terms-content {
  font-weight: 500;
  font-size: 10.94px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: justify;
  color: #6B6B6B;
}

.scrollable-div {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 15px;
}

.scrollable-div::-webkit-scrollbar {
  width: 8px;
}

.scrollable-div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollable-div::-webkit-scrollbar-thumb {
  background: #7ACDB4;
  border-radius: 4px;
}

.scrollable-div::-webkit-scrollbar-thumb:hover {
  background: #7ACDB4;
}

.scrollable-div {
  scrollbar-width: thin;
  scrollbar-color: #7ACDB4 #f1f1f1;
}

.plans-selection-container , .landing-page-container{
  width: 100%;
}

@media (min-width: 768px) {
  .plans-selection-container, .landing-page-container {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .landing-page-container {
    width: 1024px;
  }
  .plans-selection-container{
    width: 55%;
  }
}

.terms-text {
  max-width: 750px;
}

.credit-card {
  border-radius: 8px;
}

@media (max-width: 349px) {
  .custom-fs-plan {
    font-size: 24px !important; 
  }
  .custom-fs-price {
    font-size: 14px !important; 
  }
}

.step-headers{
  font-size: 14px;
  font-weight: 500;

}

.back-btn {
    background: transparent;
    color: rgba(103, 111, 126, 1);
    border: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.plan-selection-title {
  color: rgba(20, 24, 31, 1);
  font-size: 30px;
  font-weight: 700;
}

.plan-selection-subtitle {
  color: rgba(103, 111, 126, 1);
  font-size: 16px;
  font-weight: 400;
}

.plan-selection-extra-info {
  border-radius: 16px;
  padding: 16px 32px;
  gap: 24px;
  background: rgba(221, 221, 221, 0.5);
  font-size: 16px;
  font-weight: 500;
  color: rgba(20, 24, 31, 1);
}

.plan-selection-btn {
  background: rgba(122, 205, 180, 1);
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(51, 60, 77, 1);
  pointer-events: none;
}

.plan-selection-btn:hover {
  background: rgba(72, 191, 162, 1);
  color: rgba(0, 0, 0, 1);
}

.inprogress-badge {
  background: rgba(255, 196, 88, 1);
  border-radius: 50px;
  padding: 8px 16px;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  display: flex;
}


.table-clean th,
.table-clean td {
  white-space: nowrap !important;
  padding: 16px 10px !important;
} 

.error-p-text {
  font-weight: 400;
  color: #6C757D;
}

.error-btn-custom-green {
  background: #5bcfb3 !important;
  color: #000 !important;
  border: none;
  font-weight: 500;
  font-size: 16px;
}

.error-btn-custom-green:hover,
.error-btn-custom-green:focus {
  background: #48bfa2 !important;
  color: #000 !important;
}

.page-item.active .page-link {
    background-color: #7ACDB4;
    border-color: #7ACDB4;

}
.page-item:not(.active) .page-link {
    color: #878A99;
}

.badge-height-max{
  display: inline-flex;
  max-height: 22px;
}

.ltr-text {
  direction: ltr;
  unicode-bidi: isolate;
}

.page-title{
  font-size: 24px;
}


@media (max-width: 1624px) and (min-width: 1283px ) {
 .dashboard-card , .link-fit {
    height: 242px;
  }
}

@media (max-width: 1283px) and (min-width: 1110px ) {
 .dashboard-card , .link-fit {
    height: 257px;
  }
}

@media (max-width: 1110px) and (min-width: 992px ) {
 .dashboard-card , .link-fit {
    height: 273px;
  }
}

@media (min-width:992px) and (max-width: 1624px){
  .link-fit{
    margin-bottom: 24px;
  }
}

.plan-90 {
  max-width: 85%;
}

.fs-16{
  font-size: 16px;
}