
.mbc-form-container {
    font-family: "Inter Tight", system-ui!important;
    max-width: 989px;
    background-color: white;
    border-radius: 8px;
    margin: 20px auto;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

.mbc-form-container .form-label.domain{
    margin-bottom: -12px!important;
}

.mbc-form-container  .spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f3f3; /* Light gray background */
    border-top: 4px solid #3498db; /* Blue spinner color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto; /* Center horizontally */
}

.mbc-form-content-container {
    position: relative;
    padding: 0px 30px 30px 30px
}
.mbc-form-wrapper{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 60;

    flex-direction: column;
    background-color: #000;
    opacity: 0.6
}
.mbc-form-title {
    background: #089FF4;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin-left: -30px;
    margin-right: -30px;
    padding: 8px 30px;
    font-family: "Inter", system-ui;
}

.form-section {
    margin-top: 21px;
    margin-bottom: 21px;
}

.mbc-form-container .section-title {
    width: 100%;
    background-color: #EDF6FE;
    font-family: 'Inter', system-ui;
    color: #46A5EF;
    padding: 11px 15px;
    border-radius: 5px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.mbc-form-container .section-title .mbc-tooltip {
    font-size: 12px;
    color: #46A5EF;
    cursor: pointer;
}



.mbc-form-container .form-label {
    display: flex;
    font-weight: 500!important;
    margin-bottom: -7px!important;
    color: #60646F;
    z-index: 10;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    margin-left: 10px;
    width: fit-content;
    align-items: center;
}

.mbc-form-container .form-group label {
    margin-top: 15px;
}
.mbc-form-container input {
    width: 100%;
    padding: 12px;
    border: 1px solid #dadbdd;
    font-weight: 400;
    color: #606266;
    border-radius: 4px;
    line-height: 14px;
    font-size: 14px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.mbc-form-container input::placeholder {
    color: #A9A9A9!important;
}
.mbc-form-container .form-group {
    position: relative;
    margin-bottom: 0px;
}


.mbc-form-container .required {
    color: #f56c6c;
}

.mbc-form-container .input-field {
    width: 100%;
    padding: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-size: 13px;
    box-sizing: border-box;
}

.mbc-form-container .input-field:focus {
    outline: none;
    border-color: #0080ff;
    box-shadow: 0 0 0 2px rgba(0, 128, 255, 0.1);
}

.mbc-form-container .input-group {
    display: flex;
    gap: 16px;
}

.mbc-form-container .input-group .form-group {
    flex: 1;
}

.mbc-form-container .domain-suffix {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #089FF4;
    font-size: 14px;
}

.mbc-form-container .form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 32px;
}

.mbc-form-container .btn {
    display: inline-block !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mbc-form-container .btn-cancel {
    background-color: #FFD4D4;
    color: #FF534D;
    border: 1px solid #FFD4D4;
}

.mbc-form-container .btn-create {
    background-color: #BFFFC7;
    color: #209235;
    border: 1px solid #BFFFC7;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 5px 20px;
    transition: all 0.2s ease;
    align-items: center;
}
.mbc-form-container .btn-create:disabled {
    background-color: #98e9a3;
    color: #a5afa5;
    border: 1px solid #98e9a3;
}
.mbc-form-container .btn.btn-cancel:hover{
    opacity: 0.9!important;
    background-color: #ffffff;
    color: #FF534D!important;
    cursor: pointer;
    border: 1px solid #FFD4D4;
    transform: translateY(-1px)!important;
}

.mbc-form-container .btn.btn-create:hover {
    opacity: 0.9!important;
    background-color: #ffffff;
    color: #209235!important;
    cursor: pointer;
    border: 1px solid #BFFFC7;
    transform: translateY(-1px)!important;
}

.mbc-form-container span.check-availability {
    position: absolute;
    top: 12px;
    right: -20px;
}

.mbc-form-container svg.checked, .mbc-form-container svg.cross {
    height: 20px;
    width: 20px;
}
.mbc-form-container svg.checked {
    display: none;
}

.mbc-form-container .form-section {
    padding: 0px;
}

.input-group {
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: border-color 0.3s;
}

.input-group:focus-within {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}
.form-message {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

#company-domain.invalid {
    border-color: #f56c6c;
}
#company-domain.info {
    border-color: #089FF4;
}

#company-domain.valid {
    border-color: #4caf50;
}
.domain-message, .form-message,
.input-message{
    font-weight: 400;
    display: none;
    font-size: 12px;
    margin-top: 4px;
}
.domain-message.error,
.form-message.error{
    color: #f56c6c;
}

.domain-message.success{
    color: #4caf50;
}
.domain-message.info{
    font-size: 12px;
    color: #089FF4;
}

.input-group:focus-within{
    border:none;
    box-shadow:none;
}

.check-availability .cross{
    display: none;
}

.mbc-form-container .btn.btn-cancel:hover,
.mbc-form-container .btn.btn-create:hover
{
    color: #ffffff;
}
input#mbc-create-company {
    font-size: 14px;
}
.submit-wrapper{
    position: relative;
    display: inline-block;
}

.mbc-form-container .form-group .btn {
  width: 140px;
  text-align: center;
  font-size: 14px;
}

.mbc-form-container .form-group.footer-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    /* padding-right: 15px; */
}
.mbc-form-container  .section-title {
  position: relative;
  display: inline-block;
}

.mbc-tooltip {
    display: inline-flex;
    margin-left: 4px;
    color: #666;
    padding-right: 3px;
    cursor: help;
    margin-bottom: -1px;
}
.mbc-tooltiptext {
    visibility: hidden;
    background: #333;
    color: white;
    text-align: left;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 12;
    left: 40%;
    transform: translateX(-50%);
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.2s;
}

.form-group > label:hover + .mbc-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.ellipsis::after {
  content: "";
  animation: pulse 2.5s infinite;
}

.mbc-form-main-title{
    display: none;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    font-family: 'Inter', system-ui;
    color: #0F1A2B
}

#mbc-register-domain .form-check-input[type=checkbox] {
    width: 12px !important;
    height: 12px !important;
    scale: 1 !important;
    border-radius: .25em;
}
#mbc-register-domain .form-check-input[type=checkbox] {
    font-size: 50px;
    width: 12px !important;
    height: 12px !important;
    scale: .6 !important;
    border-radius: .25em;
}
#mbc-register-domain .form-check-input[type=checkbox] {
    font-size: 50px;
    width: 12px !important;
    height: 12px !important;
    scale: .6 !important;
    margin: 0px;
    border-radius: .25em;
}
#mbc-register-domain .checkbox{
    display: flex;
    align-items: center;
    gap: 8px
}
#mbc-register-domain .form-check-label{
    margin: 0px;
}

#mbc-register-domain .form-check-input:checked {
    background-color: #1ea1f4;
    border-color: #1ea1f4;
}

.mbc-form-main-container .transaction-container {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-family: Arial, sans-serif;
    max-width: 989px;
    margin: 20px auto;
}

.mbc-form-main-container .transaction-item {
    flex: 1;
    padding: 0 15px;
    text-align: center;
}
.mbc-form-main-container .transaction-item:first-child {
    text-align: left;
}

.transaction-item:not(:last-child) {
    border-right: 1px dashed #ECEDF2;
}
.mbc-form-main-container .transaction-item:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}
.mbc-form-main-container .transaction-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.mbc-form-main-container .transaction-value {
    font-size: 24px;
    font-weight: bold;
    color: #2a9dfe;
}

.mbc-form-main-container .change-plan-button {
    background-color: transparent;
    border: 1px solid #2a9dfe;
    color: #2a9dfe;
    padding: 8px 16px;
    height: fit-content;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mbc-form-main-container .change-plan-button:hover {
    background-color: #e6f2ff;
}

@media (max-width: 600px) {
    .mbc-form-main-container .transaction-container {
        flex-direction: column;
        padding: 15px;
    }

    .mbc-form-main-container .transaction-item {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    .mbc-form-main-container .transaction-item:last-child {
        border-bottom: none;
        display: flex;
        justify-content: left;
    }
}
@keyframes pulse {
  0%   { content: "."; }
  16%  { content: ".."; }
  33%  { content: "..."; }
  50%  { content: "...."; }
  66%  { content: "....."; }
  83%  { content: "......"; }
  100% { content: "......."; }
}

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

.mbc-form-main-container {
  position: relative;
  min-height: 100vh;
}


/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

.mbc-form-main-container.open .overlay {
  opacity: 1;
  visibility: visible;
}

/* Side Drawer (Right Side) */
.side-drawer {
  position: fixed;
  top: 0;
  right: -600px; /* Slightly wider for padding */
  width: 600px;
  height: 100vh;
  background: #ffffff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  padding: 0px;
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow-y: scroll;
}

.mbc-form-main-container.open .side-drawer {
  transform: translateX(-600px);
}

.plans-row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #BAC1CC;
    color: #0a0a0acc!important;
    font-size: 13px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    font-family: Public Sans,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
}

.plans-row:first-child{
    padding: 10px 20px 5px 20px;
}
.drawer-footer{
    margin-top: 40px;
    padding: 20px;
}
.drawer-footer .close-drawer{
    background-color: #FFD4D4;
    color: #FF6363;
    border: 1px solid #FF6363;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    transition: background-color 0.3s ease;
}
header.drawer-header {
    padding: 8px 20px;
    text-align: left;
    display: flex;
    align-items: start;
    justify-content: start;
    background: #089ff4;
}
header.drawer-header h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
}
.side-drawer h3 {
  margin-bottom: 1.5rem;
  color: #333;
}
.select-plan-button{
    background-color: #10AA67;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 16px;
    min-width: 54px;
    transition: background-color 0.3s ease;
    line-height: normal;
    height: 30px;
}
.select-plan-button.selected {
    background-color: #ECEDF2;
    border: 1px solid #ECEDF2;
    cursor: default;
    color: #979CAC;
}
.select-plan-button.selected:hover {
    background-color: #ECEDF2;
    border: 1px solid #ECEDF2;
    cursor: default;
    color: #979CAC;
}

.select-plan-button:hover {
    background-color: #0e8c56;
}
a.btn.contact-support{
     background-color: #10AA67;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 16px;
    min-width: 54px;
    transition: background-color 0.3s ease;
    line-height: normal;
    height: 30px;
    display: inline-block;
    text-transform: none;

}

.drawer-options {
  display: flex;
  flex-direction: column;
  padding: 16px 20px 24px 24px;
}

.plan-option {
  padding: 0.8rem;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  transition: background 0.2s;
}

.plan-option:hover {
  background: #e9ecef;
}

/* Main Content */
.content {
  padding: 2rem;
}

/* Desktop: Always show drawer? No — keep hidden until needed on all screens */
@media (max-width: 768px) {
    .side-drawer {
        right: -320px; /* Slightly wider for padding */
        width: 320px;
    }
    .mbc-form-main-container.open .side-drawer {
        transform: translateX(-320px);
    }
}


.mbc-form{
max-width: 989px;
margin: 20px auto;
}
.mbc-form .step-indicator {
    max-width: 835px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    background-color: #fff;
       margin: 0 auto;
}

.mbc-form .step {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.mbc-form .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 300;
    font-size: 24px;
    color: #605e68;
    background-color: #f4f4f5;
    padding-bottom: 0;
}
.mbc-form .step.active .step-number {
  background-color: #4285f4;
  color: white;
  border-color: #4285f4;
}

.mbc-form .step-label {
  font-size: 15px;
  color: rgba(37, 34, 50, 0.70);
  font-weight: 500;
  font-family: "Public Sans", sans-serif, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* .mbc-form .step:not(:last-child)::after {
  content: '>';
  margin: 0 15px;
  color: #999;
  font-size: 18px;
} */

/* Responsive */
@media (max-width: 768px) {
  .mbc-form .step-indicator {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  
  .mbc-form .step {
    flex-direction: column;
    text-align: center;
  }
  
  .mbc-form .step-number {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  
  .mbc-form .step-label {
    font-size: 14px;
    max-width: 120px;
    word-wrap: break-word;
  }
  
  .mbc-form .step:not(:last-child)::after {
    display: none;
  }
  .input-group {
        flex-direction: column;
    }
}


.mbc-form-container label.form-check-label {
    display: flex;
    align-items: center;
}

.mbc-form-main-container {
    padding-top: 30px;
}

.mbc-form-main-container label.form-check-label a {
    padding: 0 4px;
}

.form-message {
    font-size: 18px;
    color: #1c9ff4;
}


@media (max-width: 480px) {
    .mbc-form-container label.form-check-label{
        display: block;
        margin-bottom: 20px!important;
    }
    .mbc-form-main-title{
        display: block;
    }
    .mbc-form .step-indicator {
      display: none;
    }
}





/* pricing plan */

.super-responsive-pricing-table-wrapper {
    max-width: 100%;
    margin: 20px auto;
    padding: 0 60px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #089FF4;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    background: #ECF8FF;
}

.super-responsive-pricing-table {
    min-width: 600px; /* Ensures horizontal scroll on small screens */
    display: block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pricing-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    padding: 16px 20px;
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
    
}

.super-responsive-pricing-table-wrapper .pricing-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    padding: 0px 30px;
    align-items: center;
    transition: background 0.2s ease;
}

.super-responsive-pricing-table-wrapper .pricing-row:last-child {
    border-bottom: none;
}


.super-responsive-pricing-table-wrapper .col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    text-align: center;
}

.super-responsive-pricing-table-wrapper .transactions {
    font-size: 1.3em;
    font-weight: bold;
    color: #2c3e50;
}

.super-responsive-pricing-table-wrapper .price {
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    background: #089FF4;
    padding: 44px 30px;
    border-radius: 0px;
    min-width: 80px;
    text-align: center;
}

.super-responsive-pricing-table-wrapper .custom .price {
    background: #089FF4;
    font-size: 1.2em;
    font-weight: 600;
}

.super-responsive-pricing-table-wrapper .arrow {
    margin-left: 8px;
    color: #5DADE2;
    font-size: 1.1em;
    opacity: 0.8;
}
.super-responsive-pricing-table-wrapper span.arrow {
    position: absolute;
    right: 60px;
}
.super-responsive-pricing-table-wrapper .col.action{
    padding-left: 60px;
    position: relative;
    width: 100%;
}


.super-responsive-pricing-table-wrapper .col.action .arrow {
    right: unset;
    left: 30px;
}


.super-responsive-pricing-table-wrapper .col.transactions {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: start;
}
.col.transactions .name {
    max-width: 200px;
}
.super-responsive-pricing-table-wrapper .pricing-row:not(:last-child) .col {
    height: 100%;
    border-bottom: 1px solid #BCCDD8;
}

.super-responsive-pricing-table-wrapper .pricing-row:not(:last-child) .col.price {
    border-bottom: 1px solid #11A9FF;
}

.super-responsive-pricing-table-wrapper .btn {
    padding: 25px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.25s ease;
    min-width: 120px;
    text-align: center;
    font-size: 0.95rem;
}

.super-responsive-pricing-table-wrapper .subscribe {
    width: 280px;
    background: #10AA67!important;
    color: white;
}

.super-responsive-pricing-table-wrapper .subscribe:hover {
    background-color: #097c4aff;
    cursor: pointer;
    color: #ffffff;
}

.super-responsive-pricing-table-wrapper .contact {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
}

.super-responsive-pricing-table-wrapper .contact:hover {
    background: linear-gradient(135deg, #2980b9, #3498db);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
}

.super-responsive-pricing-table-wrapper .pricing-row .col.action .btn.contact{
    width: 280px;
}

/* ===== MOBILE RESPONSIVE — HORIZONTAL SCROLL ===== */
@media (max-width: 768px) {
    .super-responsive-pricing-table-wrapper {
        padding: 0 8px;
        border-radius: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .super-responsive-pricing-table {
        min-width: 500px; /* Adjust as needed */
    }

   .pricing-header,
    .super-responsive-pricing-table-wrapper .pricing-row {
        padding: 12px 12px;
        font-size: 0.95rem;
    }

    .super-responsive-pricing-table-wrapper .transactions {
        font-size: 1.2em;
    }

    .super-responsive-pricing-table-wrapper .price {
        font-size: 1.2em;
        padding: 8px 10px;
        min-width: 60px;
    }

    .super-responsive-pricing-table-wrapper .btn {
        padding: 10px 16px;
        font-size: 0.9rem;
        min-width: 100px;
    }

    .super-responsive-pricing-table-wrapper .arrow {
        margin-left: 6px;
        font-size: 1em;
    }
}

/* ===== EXTRA SMALL SCREENS (Phones) ===== */
@media (max-width: 480px) {
    .super-responsive-pricing-table-wrapper {
        margin: 12px 5px;
        border-radius: 6px;
    }

    .super-responsive-pricing-table-wrapper .super-responsive-pricing-table {
        min-width:100%;
    }


    .pricing-header, .super-responsive-pricing-table-wrapper .pricing-row {
        flex-direction: column;
        display: flex;
        padding: 10px 8px;
        font-size: 0.9rem;
        align-items: center;
        justify-content: center;
    }
    .super-responsive-pricing-table-wrapper span.arrow {
        display: none;
    }

    .super-responsive-pricing-table-wrapper .subscribe, .super-responsive-pricing-table-wrapper .btn {
        padding: 5px 9px !important;
        width: fit-content !important;
        font-size: 9px !important;
    }
    .super-responsive-pricing-table-wrapper .col.action {
        text-align: right;
        display: flex;
        padding-left: unset;
        justify-content: end;
    }


    .super-responsive-pricing-table-wrapper .custom .price {
        background: #089FF4;
        font-size: 12px;
        font-weight: 600;
    }
    .super-responsive-pricing-table-wrapper .transactions {
        font-size: 1.1em;
    }

    .super-responsive-pricing-table-wrapper .price {
        font-size: 12px;
        padding: 0px 8px;
        min-width: unset;
        width: fit-content;
    }

    .pricing-header, .super-responsive-pricing-table-wrapper .pricing-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr !important;
    
    }
    .super-responsive-pricing-table-wrapper .pricing-row:not(:last-child) .col{
        border-bottom: none;
    }
    .pricing-header {
        padding-bottom: 0px;
        font-size: 12px;
    }
    .col.transactions .name {
        text-align: left;
        font-size: 12px;
        padding-right: 20px;
    }


}

/* ===== Accessibility & Focus States ===== */
.super-responsive-pricing-table-wrapper .btn:focus {
    outline: 3px solid #3498db;
    outline-offset: 2px;
}

.super-responsive-pricing-table-wrapper .btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

/* ===== SCROLLBAR STYLING (Optional) ===== */
.super-responsive-pricing-table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.super-responsive-pricing-table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.super-responsive-pricing-table-wrapper::-webkit-scrollbar-thumb {
    background: #5DADE2;
    border-radius: 10px;
}

.super-responsive-pricing-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #3498db;
}



.theme-navbar ul li.current-menu-item.register-btn:not(.request-demo-btn) a {
    min-width: 154px;
    display: inline-block;
    color: var(--theme-white)!important;
    background: var(--theme-hover-blue);
    border: 1px solid var(--theme-hover-blue);
}

.theme-navbar ul li.current-menu-item.register-btn:not(.request-demo-btn) a:hover {
    color: var(--theme-blue)!important;
    border: 1px solid var(--theme-blue);
    color: var(--theme-blue);
    background-color: transparent;
}

.register-btn a {
    min-width: 154px;
    display: inline-block;
    color: var(--theme-white)!important;
    background: var(--theme-hover-blue);
    border: 1px solid var(--theme-hover-blue);
}

.register-btn a:hover {
    color: var(--theme-blue)!important;
    border: 1px solid var(--theme-blue);
    color: var(--theme-blue);
    background-color: transparent;
}

select.input-field {
  /* 1. Remove the default Safari/macOS glossy styling and UI */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* 2. Ensure the background is clear so it doesn't block the label logic */
  background-color: transparent; 
  
  /* 3. Fix the layout logic */
  width: 100%;
  position: relative;
  z-index: 1; /* Ensure it sits correctly in the stacking context */
}

select.input-field {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1em;
  padding-right: 2.5rem; /* Make space for the new arrow */
}

/* Container for the custom select */
.searchable-select-container {
    position: relative;
    width: 100%;
}

/* The new search input field */
.search-input {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #ccc; /* Match your existing border style */
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box; /* Ensures padding doesn't break width */
}
/* The dropdown list container */
.options-list {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    
    max-height: 250px; 
    overflow-y: auto; 

    z-index: 9999;
    display: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 4px;
}

/* Keep the rest the same */
.option-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    color: #333; /* Ensure text is visible */
}

.option-item:hover {
    background-color: #f0f0f0;
}

.options-list.active {
    display: block;
}

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

.searchable-select-container {
    /* Just a placeholder for the input now */
    width: 100%;
}


/* 1. The Dark Overlay Background */
#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(40, 40, 50, 0.5); /* Semi-transparent dark blue/gray */
  backdrop-filter: blur(2px); /* Adds the blur effect seen in image */
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* 2. The Main Content Wrapper */
.v-overlay__content {
  position: relative;
  height: 185px;
  max-width: 90%; /* Responsive safeguard */
  /* Width is handled by inline HTML style (750px), but we ensure it fits screen */
}

/* 3. The White Card Style */
.v-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 10px 10px 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

/* Hide internal Vuetify loader or underlays not needed for visual */
.v-card__loader, .v-card__underlay, .v-btn__overlay, .v-btn__underlay {
  display: none;
}

/* 4. The Close Button (X) */
.v-dialog-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #9e9e9e;
  z-index: 10;
  padding: 5px;
  border-radius: 50%;
  transition: background 0.2s;
}
.v-dialog-close-btn:hover {
  background-color: #f5f5f5;
  color: #666;
}

/* 5. Typography */
.v-card-title {
  font-size: 18px;
  color: #424242; /* Dark gray */
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.v-card-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}

/* The bold text spans */
.fw-6 {
  font-weight: 700;
  color: #222;
}

/* 6. Action Buttons Area */
.v-card-actions {
  display: flex;
  justify-content: flex-end; /* Align to right */
  gap: 15px; /* Space between buttons */
  padding: 0;
}

/* General Button Styling */
.v-btn {
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}
.v-btn:hover {
  opacity: 0.85;
}

/* "Cancel" Button Specifics */
.text-error {
  background-color: #FFEBEE !important; /* Light Pink */
  color: #FF5252 !important; /* Red Text */
}

/* "Confirm" Button Specifics */
.text-success {
  background-color: #E8F5E9 !important; /* Light Green */
  color: #4CAF50 !important; /* Green Text */
}

button.v-btn.v-btn--elevated.v-btn--icon.v-theme--light.bg-default.v-btn--density-comfortable.v-btn--size-default.v-btn--variant-elevated.v-dialog-close-btn {
    position: absolute;
    padding: 0px 2px;
    border-radius: 4px;
    background: #fff;
    top: -13px;
    right: -10px;
    box-shadow: 0 2px 6px rgba(47,43,61,.14),0 0 transparent,0 0 transparent;
}

/* Clear icon for timezone searchable input */
.searchable-select-container .clear-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    border: 1px solid #4b5563;
    border-radius: 50%;
}

.searchable-select-container .clear-icon svg {
    width: 16px;
    height: 16px;
}

.searchable-select-container .clear-icon:hover {
    color: #333;
}

/* Ensure padding for icon on the left */
.searchable-select-container .search-input {
    padding-left: 32px !important; 
}