.ai-agent-staff-container, .ai-agent-modal-container {
    padding: 36px;
}

.ai-agent-staff-step-1 .ai-agent-staff-subheader, .ai-agent-staff-step-1 .ai-agent-staff-header  {
    text-align: start;
}

.ai-agent-details-modal {
    width: 560px;
}

.ai-agent-modal-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
    flex-direction: column;
}

.ai-agent-staff-header {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: var(--sd-neutral-900);
    margin-bottom: 4px;
}

.ai-agent-staff-subheader, .ai-agent-de-active-modal-sub {
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    color: var(--sd-order-status);
}

.ai-agent-modal-img {
    height: 88px;
    width: 88px;
    border-radius: 50%;
    margin-top: 32px;
    background-color: var(--sd-neutral-100);
    border: 2px solid var(--sd-neutral-400-route);
    padding: 10px;
    object-fit: scale-down;
}

.ai-agent-modal-mid {
    margin-top: 40px;
}

.ai-agent-staff-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 600px;
    margin: 0 auto;
}

.ai-agent-staff-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: var(--sd-neutral-50);
    border-radius: 12px;
}

.ai-agent-staff-feature-text {
    flex: 1;
}

.ai-agent-staff-feature-header {
    font-weight: 600;
    color: var(--sd-neutral-900);
    margin-bottom: 4px;
}

.ai-agent-staff-feature-description {
    color: var(--sd-neutral-600);
    font-size: 14px;
}

.ai-agent-staff-toggles {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 600px;
    margin: 32px auto;
}

.ai-agent-staff-toggle-item {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--sd-neutral-400-route);
}

.ai-agent-staff-toggle-content {
    flex: 1;
    margin-right: 16px;
}

.ai-agent-staff-toggle-header {
    color: var(--sd-neutral-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.ai-agent-staff-toggle-description {
    color: var(--sd-order-status);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.ai-agent-staff-feature-wrapper {
    margin-top: 40px;
}

.ai-agent-staff-features-title {
    color: var(--sd-neutral-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
}

.ai-agent-staff-feature-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ai-agent-staff-single-feature .title {
    color: var(--sd-neutral-950);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.ai-agent-staff-single-feature .desc {
    color: var(--sd-order-status);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ai-agent-staff-single-feature img {
    height: 28px;
}

.ai-agent-staff-single-feature {
    display: flex;
    gap: 12px;
}

.ai-agent-staff-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ai-agent-staff-modal-points {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.ai-agent-point-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-agent-point-content {
    display: flex;
    font-size: 16px;
    gap: 4px;
}

.ai-agent-point-title {
    font-weight: 700;
}

.ai-agent-staff-single-point img {
    height: 28px;
}

.ai-agent-staff-single-point {
    display: flex;
    gap: 12px;
}

.ai-agent-staff-point-contents .title {
    color: var(--sd-neutral-950);
    font-weight: 600;
    margin-bottom: 6px;
}

.ai-agent-staff-point-contents .desc {
    color: var(--sd-order-status);
    font-weight: 400;
}

.ai-agent-staff-point-contents {
    font-size: 16px;
    font-style: normal;
    line-height: 120%;
}

.ai-agent-staff-modal-point-title {
    color: var(--sd-neutral-800);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.ai-agent-staff-content {
    width: 100%;
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.ai-agent-staff-label {
    color: var(--sd-neutral-800);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.ai-agent-staff-description {
    color: var(--sd-neutral-600);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.ai-agent-staff-step-1 {
    display: none;
}

.ai-agent-modal-bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 36px 0 0;
}

.ai-agent-modal-body-top-left {
    width: 60%;
    padding: 32px;
}

.ai-agent-modal-body-top-right .preview {
    color: var(--sd-neutral-900);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.ai-agent-actions-modal-body {
    display: flex;
}

.carrier-profile-holder img {
    height: 36px;
}

.feature-wrapper {
    margin-top: 16px;
}

.feature-wrapper hr {
    height: 1px;
    width: 100%;
    margin: 12px 0;
}

.single-insight-feature .title {
    color: var(--sd-neutral-900);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.single-insight-feature .desc {
    overflow: hidden;
    color: var(--sd-order-status);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.single-insight-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.carrier-profile-holder .name {
    color: var(--sd-neutral-900, #0A0A0A);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.carrier-profile-holder .title {
    color: var(--sd-neutral-700-route);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.carrier-profile-holder {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.carrier-segment-separator {
    margin: 24px 0;
    border-top: 1px solid var(--sd-neutral-300);
    width: 100%;
}

.ai-agent-modal-body-top-right {
    width: 40%;
    padding: 104px 36px 36px 36px;
    border-left: 1px solid var(--sd-neutral-300);
}

.ai-agent-modal-body-title-segment .title {
    color: var(--sd-neutral-900);
    letter-spacing: -0.48px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
}

.ai-agent-modal-body-title-segment .desc {
    color: var(--sd-order-status);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.ai-agent-modal-body-title-segment {
    font-style: normal;
    margin-bottom: 32px;
}

#ai-agent-staff-actions-modal .modal-dialog {
    height: auto;
}

.ai-agent-staff-btn-submit:hover,
.ai-agent-staff-back-btn:hover,
.ai-agent-staff-btn:hover {
    opacity: 0.85;
}

.ai-agent-staff-btn {
    display: flex;
    padding: 10px 16px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #008062;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.ai-agent-staff-back-btn {
    display: flex;
    padding: 10px 24px 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: none;
    color: var(--sd-neutral-950);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.ai-agent-staff-btn-submit {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #008062;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
}

.current-page-count {
    color: var(--sd-order-status);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.total-footer-wrapper[data-page='1'] .ai-agent-staff-btn {
    display: flex;
}

.total-footer-wrapper[data-page='2'] .ai-agent-staff-btn {
    display: none;
}

.total-footer-wrapper[data-page='1'] .ai-agent-staff-btn-submit {
    display: none;
}

.total-footer-wrapper[data-page='2'] .ai-agent-staff-btn-submit {
    display: block;
}

.total-footer-wrapper[data-page='1'] .ai-agent-staff-back-btn {
    opacity: 0;
}

.total-footer-wrapper[data-page='1'] .page-progress {
    width: 50%;
}

.total-footer-wrapper[data-page='2'] .ai-agent-staff-back-btn {
    opacity: 1;
}

.total-footer-wrapper[data-page='2'] .page-progress {
    width: 100%;
}

.modal-footer-separator .page-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    background-color: #01AD85;
}

.modal-footer-separator {
    width: 100%;
    height: 4px;
    background-color: #F4F4F8;
    position: relative;
}

.dummy-ai-desc {
    color: var(--sd-neutral-950);
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.dummy-ai-icon {
    margin-bottom: 4px;
}

.dummy-ai-title {
    color: var(--sd-neutral-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.dummy-ai-insights {
    display: flex;
    flex-flow: wrap;
    gap: 10px 8px;
    margin-top: 20px;
}

.single-dummy-ai-insight {
    border-radius: 99px;
    background: rgba(208, 251, 231, 0.70);
    padding: 7px 12px;
    color: #045040;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.single-dummy-ai-insight.negative {
    color: #912018;
    background: rgba(254, 228, 226, 0.70);
}

.ai-agent-staff-modal-footer {
    display: flex;
    padding: 32px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.hidden-span {
    opacity: 0;
}

.sd-btn-primary-bold {
    width: 100%;
    padding: 12px 24px;
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: var(--sd-dark-green);
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.sd-btn-primary-bold:hover {
    opacity: 0.85;
}

.sd-btn-secondary {
    width: 100%;
    padding: 11px 23px;
    background-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--theme-color-greenish);
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid var(--sd-neutral-300);
}

.sd-btn-secondary:hover {
    border: 1px solid var(--sd-neutral-400);
}

.sd-btn-danger {
    padding: 12px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 8px;
    background-color: #D92D20;
    color: #FFFFFF;
    cursor: pointer;
}

.sd-btn-cancel {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.ai-agent-de-active-modal-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--sd-neutral-800);
    margin-bottom: 10px;
}

.ai-agent-de-active-modal-sub {
    text-align: start;
}

.ai-agent-de-activate-modal-bottom {
    margin-top: 44px;
    display: flex;
    justify-content: end;
    gap: 16px;
}

.ai-agent-modal-points-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.call-agent-step-0, .ai-receptionist-step-0 {
    display: flex;
}

.call-agent-step-0-right-img .review-cus-img-showcase{
    height: 90px;
}

.call-agent-step-0-left {
    display: flex;
    flex-direction: column;
    width: 545px;
    padding: 36px;
    justify-content: space-between;
}

.call-agent-step-0-top {
    margin-bottom: 40px;
}

.call-agent-step-0-top .reviews-cus-header {
    margin-top: 16px;
    margin-bottom: 4px;
}

.call-agent-step-0-points {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.call-agent-single-point-sub {
    white-space: normal !important;
}

.call-agent-step-0-footer {
   width: 100%;
}

.ai-primary-btn {
    width: 100%;
    padding: 12px 24px;
    background-color: var(--sd-dark-green);
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.call-agent-phone-number-wrap {
    margin-top: 24px;
}

.call-agent-phone-number-wrap .reviews-cus-point-text-header {
    color: var(--sd-neutral-800);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.call-agent-phone-number-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--sd-neutral-300);
}

.call-agent-phone-number-input-field {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 4px;
}

.call-agent-phone-number-input-icon {
    height: 24px;
}

.call-agent-phone-number-country-code {
    font-size: 16px;
    color: var(--sd-neutral-900);
}

.call-agent-phone-number-input-field input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    color: var(--sd-neutral-900);
    font-size: 16px;
}

.call-agent-phone-number-input-field input::placeholder {
    color: var(--sd-neutral-500, #A3A3A3);
}

.call-agent-phone-number-input-note {
    margin-top: 4px;
    margin-left: 14px;
    color: var(--sd-neutral-600);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.call-agent-step-1, .call-agent-step-2, .call-agent-step-3{
    display: flex;
    flex-direction: column;
    padding: 28px;
    height: 580px;
}

.call-agent-footer {
    width: 100%;
}

.call-agent-footer-slider {
    width: 100%;
    height: 4px;
    background-color: var(--sd-neutral-300);
    position: relative;
}

.call-agent-footer-green {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    background-color: var(--sd-dark-green);
    transition: width 0.3s ease-in-out;
}

.call-agent-footer-btns, .ai-receptionist-footer-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px;
}

.call-agent-footer-btn-back, .ai-receptionist-footer-btn-back {
    padding: 10px 24px 10px 16px;
    border-radius: 8px;
    border: 1px solid var(--sd-agent-border);
    color: var(--sd-neutral-800);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.call-agent-footer-btn-next, .ai-receptionist-footer-btn-next, .ai-receptionist-footer-btn-activate {
    padding: 10px 16px 10px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: var(--sd-dark-green);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.call-agent-footer-btn-launch {
    padding: 10px 24px;
    border-radius: 8px;
    background: var(--sd-dark-green);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.call-agent-footer-btn-next.call-agent-next-disabled {
    background-color: var(--sd-neutral-400);
    cursor: not-allowed;
    pointer-events: none;
}

.call-agent-functionalities-wrap,
.call-agent-receive-calls-wrap {
    margin-top: 24px;
}

.call-agent-functionalities-title,
.call-agent-receive-calls-title, .call-agent-phone-title {
    color: var(--sd-neutral-900);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

.call-agent-functionalities-list,
.call-agent-receive-calls-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.call-agent-functionalities-item,
.call-agent-receive-calls-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    border: 1px solid var(--sd-neutral-300);
    border-radius: 12px;
}

.call-agent-receive-calls-item-title {
    color: var(--sd-neutral-800);
    font-size: 16px;
    font-weight: 400;
}

.call-agent-functionalities-item-title {
    font-weight: 700;
    font-size: 14px;
    color: var(--sd-neutral-800);
}

.call-agent-functionalities-item-sub {
    font-size: 14px;
    font-weight: 400;
    color: var(--sd-neutral-600);
}

.call-agent-functionalities-item-input,
.call-agent-receive-calls-item-input {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin-bottom: 0 !important;
}

.call-agent-functionalities-item-input input,
.call-agent-receive-calls-item-input input {
    opacity: 0;
    width: 0;
    height: 0;
}

.call-agent-functionalities-item-input span,
.call-agent-receive-calls-item-input span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--sd-neutral-300);
    transition: .25s;
    border-radius: 34px;
}

.call-agent-functionalities-item-input span:before,
.call-agent-receive-calls-item-input span:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .25s;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.call-agent-functionalities-item-input input:checked + span,
.call-agent-receive-calls-item-input input:checked + span {
    background-color: var(--sd-dark-green, #008062);
}

.call-agent-functionalities-item-input input:checked + span:before,
.call-agent-receive-calls-item-input input:checked + span:before {
    transform: translateX(16px);
}

.call-agent-test-call-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
    align-items: center;
}

.call-agent-test-call-phone {
    border: 10px solid var(--sd-neutral-300);
    border-radius: 32px 32px 0 0;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 280px;
}

.call-agent-phone-no-wrap {
    text-align: center;
}

.call-agent-phone-no-wrap-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--sd-neutral-600);
}

.call-agent-phone-no-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.call-agent-test-btn-primary {
    width: 300px;
    align-items: center;
    display: flex;
    padding: 12px 24px 12px 18px;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: #A4F6D4;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
}

.call-agent-test-btn-loading {
    display: none;
    width: 300px;
    align-items: center;
    padding: 12px 24px 12px 18px;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--sd-neutral-300);
    pointer-events: none;
    color: var(--sd-neutral-600);
}

/* Reviews Customer Escalation Styles */
.reviews-cus-escalate-container {
    margin-top: 32px;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}

.reviews-cus-escalate-toggle-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border: 1px solid var(--sd-neutral-300);
    border-radius: 8px;
}

.reviews-cus-escalate-toggle-wrap .reviews-cus-preset-guide-sub {
    font-size: 14px !important;
    white-space: break-spaces !important;
}

.reviews-cus-escalate-message-container {
    align-self: stretch;
    padding: 16px;
    border-radius: 8px;
    outline: 1px var(--sd-neutral-300) solid;
    outline-offset: -1px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: flex;
}

.reviews-cus-escalate-message-container.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.reviews-cus-escalate-message-title {
    color: var(--sd-neutral-800);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
}

.reviews-cus-escalate-message-text-input {
    align-self: stretch;
    color: var(--sd-neutral-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

#ai-receptionist-modal .full-screen {
    width: 100%;
    height: 100%;
    margin: 0px;
}
#ai-receptionist-modal .full-screen .modal-content {
    border-radius: 0px;
}

.ai-receptionist-step-0-left {
    display: flex;
    flex-direction: column;
    padding: 36px;
    justify-content: space-between;
}

.ai-receptionist-large-banner {
    transform: scaleX(-1);
    height: 100%;
    width: 468px;
    border-radius: 20px 0 0 20px;
    object-fit: fill;
}

.ai-receptionist-showcase {
    bottom: 58px !important;
}

.ai-receptionist-setup-wrap {
    display: flex;
    justify-content: center;
    padding: 56px;
}

.ai-receptionist-step-1, .ai-receptionist-step-2, .ai-receptionist-step-3, .ai-receptionist-step-4, .ai-receptionist-step-5, .ai-receptionist-step-6, .ai-receptionist-step-seq-1, .ai-receptionist-step-seq-2, .ai-receptionist-step-seq-3, .ai-receptionist-step-seq-4, .ai-receptionist-step-seq-5, .ai-receptionist-step-seq-6, .ai-receptionist-step-edit-1, .ai-receptionist-step-edit-2, .ai-receptionist-step-edit-3{
    display: flex;
    flex-direction: column;
    padding: 28px;
    height: 100%;
}

.ai-receptionist-phone-input-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: var(--card-background);
    padding:24px;
    row-gap:20px;
}
.ai-receptionist-phone-lebel{
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    align-self: stretch;
}

.ai-receptionist-my-business-phone {
    color: var(--sd-neutral-800);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.36px;
}

.ai-receptionist-phonenumber-input-container {
    display: flex;
    height: 56px;
    padding: 14px 20px;
    align-items: center;
    column-gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: var(--sd-neutral-100);
}

.ai-receptionist-phonenumber-input-container:focus-within {
    border: 1px solid #01AD85;
    padding: 13px 19px;
}


.ai-receptionist-phonenumber-code {
    color: var(--sd-neutral-800);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    height: 24px;
}

.ai-receptionist-phonenumber-input {
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    box-shadow: none;
    height: 24px;
}

.ai-receptionist-first-button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--sd-neutral-200);
    transition: background-color 0.3s ease;
}

.ai-receptionist-first-button span {
    color: var(--sd-neutral-450);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.ai-receptionist-second-button {
    display: flex;
    flex: 1;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--sd-agent-border);
    background: var(--sd-neutral-100);
    margin-top: 20px;
    cursor: pointer;
}

.ai-receptionist-second-button-back {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
    cursor: pointer;
}

.ai-receptionist-second-button span {
    color: var(--sd-neutral-600);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.ai-receptionist-first-button.active {
    background: var(--sd-dark-green);
    cursor: pointer;
}

.ai-receptionist-first-button.active span {
    color: var(--sd-neutral-100);
}

.ai-receptionist-step-2 {
    display: flex;
    justify-content: center;
}

.ai-receptionist-step-2 .setup-progress-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    max-width: 576px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ai-receptionist-step-2 .intro-heading {
    color: var(--sd-neutral-800);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.48px;
}

.ai-receptionist-step-2 .intro-description {
    color: var(--sd-neutral-600);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ai-receptionist-step-2 .progressbox {
    display: flex;
    margin-top: 48px;
    flex-direction: column;
    align-items: center;
}

.ai-receptionist-step-2  .progress-text-div {
    display: flex;
    padding: 8px 12px 8px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 99px;
    background: var(--sd-metric-bg-positive);
}

.ai-receptionist-step-2  .progress-text {
    color: var(--sd-neutral-600);
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.ai-receptionist-step-2 .setup-progress-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding: 0;
}

.ai-receptionist-step-2 .progress-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 7px;
}

.ai-receptionist-step-2 .progress-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.ai-receptionist-step-2 .progress-check svg {
    width: 20px;
    height: 20px;
}

.ai-receptionist-step-2 .progress-item span {
    color: var(--sd-neutral-600);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.progress-item.active span {
    color: var(--sd-neutral-800);
}

@media (max-width: 600px) {
    .ai-receptionist-step-2 .setup-progress-container {
        gap: 16px;
    }
    .ai-receptionist-step-2 .progress-item span {
        font-size: 14px;
    }
}


.loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid #00A324; /* Green color for the spinner */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px; /* Space between text and spinner */
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.ai-receptionist-business-list .business-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: var(--sd-neutral-200);
    border-radius: 16px;
    padding: 24px;
    max-width: 700px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.ai-receptionist-business-list .business-item-info {
    display: flex;
    gap: 20px;
}

.ai-receptionist-business-list .business-item.active{
    background-color: var(--sd-metric-bg-positive);
    border: 1px solid #00c281;
}

.business-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sd-neutral-100);
}

.ai-receptionist-business-list-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.ai-receptionist-business-list-sub {
    font-size: 16px;
    font-weight: 400;
    color: var(--sd-neutral-600);
}

.custom-radio {
    margin-left: 12px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-top: 3px;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.custom-radio .radio-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid var(--sd-neutral-500); /* default border color */
    position: relative;
    transition: border-color 0.2s ease;
}

.custom-radio .radio-icon::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #01AD85;
    border-radius: 50%;
    display: none;
}

/* When checked: show inner dot + change border color */
.custom-radio input[type="radio"]:checked + .radio-icon {
    border-color: #01AD85;
}

.custom-radio input[type="radio"]:checked + .radio-icon::after {
    display: block;
}

.ai-receptionist-section-head {
    max-width: 600px; margin: 24px auto; display: flex; flex-direction: column; gap: 24px;
}
.ai-receptionist-section{
    border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden;
}

.ai-receptionist-section-top{
    display: flex; justify-content: space-between; align-items: center; padding: 16px 20px;
}

.ai-receptionist-section-body{
    border-top: 1px solid #e0e0e0; padding: 20px;
}

.ai-receptionist-radio-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 40px auto;
}

.ai-receptionist-radio-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--sd-agent-border);
    border-radius: 12px;
    padding: 16px 20px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    margin: 0;
}

.ai-receptionist-radio-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-receptionist-radio-input {
    display: none;
}

.ai-receptionist-radio-custom {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--sd-agent-border);
    border-radius: 6px;
    position: relative;
}

.ai-receptionist-radio-input:checked + .ai-receptionist-radio-custom {
    background-color: #01AD85;
    border-color: #01AD85;
}

.ai-receptionist-radio-input:checked + .ai-receptionist-radio-custom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ai-receptionist-footer-green {
    left: 0;
    top: 0;
    height: 4px;
    background-color: var(--sd-dark-green);
    transition: width 0.3s ease-in-out;
}

.ai-receptionist-step-seq-final{
    height: 100%;
    display: flex;
    align-items: center;
}

.ai-receptionist-steps .select2-container .select2-dropdown {
    width: 232px !important;
    overflow-x: auto;
    display: flex;
    padding: 4px 0;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--sd-neutral-100);
    box-shadow: 0 -4px 15px 0 rgba(51, 51, 51, 0.04), 0 11px 25px -5px rgba(51, 51, 51, 0.07);
    border: none;
}

.ai-receptionist-steps .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    height: 38.69px;
    border-radius: 8px;
    border: 1px solid var(--sd-agent-border);
    padding: 0 8px 0 14px;
    column-gap: 6px;
    background-color: field;
    background-color: -moz-field;
}


.ai-receptionist-steps .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 20px;
    width: 20px;
    position: relative;
    margin-bottom: 4px;
}

.ai-receptionist-steps .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    color: var(--sd-neutral-800);
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 0px;
}

.ai-receptionist-steps .select2-results{
    width: 100%;
}
    /* AI Marketing Campaign Configuration Styles */
.sd-marketing-ai-agent-config-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 40px
}

.ai-marketing-agent-top {
    height: calc(100% - 110px) !important;
}

.ai-marketing-full-height {
    height: 100% !important;
}

.ai-marketing-campaign-card {
    border: 1px solid var(--sd-neutral-300);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 700px;
}

.ai-marketing-campaign-card:hover {
    border-color: var(--sd-neutral-400);
}

.ai-marketing-campaign-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    transition: background-color 0.2s ease;
}

.ai-marketing-campaign-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.ai-marketing-campaign-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ai-marketing-campaign-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ai-marketing-campaign-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.ai-marketing-campaign-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--sd-neutral-700);
    margin: 0;
}

.ai-marketing-campaign-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--sd-neutral-600);
    margin: 0;
}

.ai-marketing-campaign-toggle {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* Toggle Switch Styles */
.ai-toggle-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    cursor: pointer;
}

.ai-toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ai-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--sd-neutral-300);
    transition: 0.25s;
    border-radius: 20px;
}

.ai-toggle-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: var(--sd-neutral-100);
    transition: 0.25s;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ai-toggle-input:checked + .ai-toggle-slider {
    background-color: var(--sd-dark-green);
}

.ai-toggle-input:checked + .ai-toggle-slider:before {
    transform: translateX(16px);
}

/* Expand Icon Styles */
.ai-marketing-campaign-expand-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 12px;
    transition: transform 0.3s ease;
    border-radius: 4px;
}

.ai-marketing-campaign-expand-icon:hover {
    background-color: var(--sd-neutral-100);
}

.ai-marketing-campaign-expand-icon svg {
    width: 24px;
    height: 24px;
}

.ai-marketing-campaign-card.expanded .ai-marketing-campaign-expand-icon {
    transform: rotate(180deg);
}

/* Campaign Body Styles */
.ai-marketing-agent-banner-content {
    height: 490px;
}

.ai-marketing-campaign-body {
    display: none;
    padding: 0;
}

.ai-marketing-campaign-card.expanded .ai-marketing-campaign-body {
    display: block;
}

.ai-marketing-campaign-section {
    padding: 24px 32px 32px;
    border-bottom: 1px solid var(--sd-neutral-300);
}

.ai-marketing-campaign-section:last-child {
    border-bottom: none;
}

.ai-marketing-campaign-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.ai-marketing-campaign-section-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: var(--sd-neutral-950);
    margin: 0;
}

.ai-marketing-template-btn, .sd-marketing-template-text-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
}


.ai-marketing-template-btn img, .sd-marketing-template-text-btn img {
    width: 20px;
    height: 20px;
}

.ai-marketing-template-btn span, .sd-marketing-template-text-btn span {
    font-size: 14px;
    font-weight: 500;
    color: var(--sd-dark-green);
    margin: 0;
}

/* Message Input Styles */
/*.ai-marketing-message-input {*/
/*    margin-bottom: 24px;*/
/*}*/

.ai-marketing-message-textarea {
    width: 100%;
    min-height: 128px;
    padding: 20px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--sd-neutral-700);
    outline: none;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
    background-color: var(--sd-neutral-200);
    resize: none;
}

.ai-marketing-message-textarea::placeholder {
    color: var(--sd-neutral-500);
}

/* Parameter Control Styles */
.ai-marketing-campaign-param-section, .ai-marketing-param-section {
    display: none !important;
}

.ai-marketing-parameter-control {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.ai-marketing-parameter-control:last-child {
    margin-bottom: 0;
}

.ai-marketing-parameter-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: var(--sd-neutral-950);
    white-space: nowrap;
    margin: 0;
}

.ai-marketing-number-input {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border: 1px solid var(--sd-neutral-300);
    border-radius: 8px;
    min-width: 120px;
}

.ai-marketing-number-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: none;
}

.ai-marketing-number-btn:hover {
    background-color: var(--sd-neutral-100);
}

.ai-marketing-number-btn img {
    width: 16px;
    height: 16px;
}

.ai-marketing-number-field {
    width: 30px;
    text-align: center;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: var(--sd-neutral-950);
    flex: 1;
    min-width: 0;
}

.ai-marketing-number-field::-webkit-inner-spin-button,
.ai-marketing-number-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ai-marketing-number-field[type=number] {
    -moz-appearance: textfield;
}

.ai-marketing-parameter-unit {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: var(--sd-neutral-950);
    white-space: nowrap;
    margin: 0;
}

/* Expanded State Specific Styles */
.ai-marketing-campaign-card.expanded {
    border-color: #01AD85;
}

.ai-marketing-campaign-card.expanded .ai-marketing-campaign-header {
    border-bottom: 1px solid var(--sd-neutral-400);
}


/* Animation for expand/collapse */
.ai-marketing-campaign-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.ai-marketing-campaign-card.expanded .ai-marketing-campaign-body {
    max-height: 1000px;
}

/* Disabled state */
.ai-marketing-campaign-card.disabled .ai-marketing-campaign-body {
    opacity: 0.5;
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ai-marketing-campaign-header {
        padding: 16px;
    }

    .ai-marketing-campaign-section {
        padding: 16px 24px 24px;
    }

    .ai-marketing-campaign-content {
        gap: 12px;
    }

    .ai-marketing-campaign-title {
        font-size: 16px;
    }

    .ai-marketing-campaign-description {
        font-size: 14px;
    }

    .ai-marketing-parameter-control {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .ai-marketing-number-input {
        align-self: flex-start;
    }
}

/* AI Order Link and Business Name Container Styles */
.ai-order-link-container, .ai-business-name-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background-color: var(--sd-neutral-200);
}

.ai-order-link-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.sd-marketing-ai-assistant-info-input-container-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sd-marketing-ai-assistant-info-input-container {
    max-width: 700px;
    width: 100%;
    margin: 40px;
}

.ai-order-link-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--sd-neutral-800);
    white-space: nowrap;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-order-link-icon {
    width: 24px;
    height: 24px;
}

.ai-order-link-subtitle {
    color: var(--sd-neutral-600);
    font-size: 16px;
    font-weight: 300;
}

.ai-order-link-input-container {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--sd-neutral-100);
    border-radius: 8px;
    border: 1px solid var(--sd-neutral-300);
    transition: all 0.2s ease;
    padding: 12px 16px;
}

.ai-order-link-input-container:hover {
    border-color: var(--sd-neutral-400);
}

.ai-order-link-input-border {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 8px;
    border: 2px solid transparent;
    pointer-events: none;
    transition: border-color 0.2s ease;
}

.ai-order-link-input-field {
    flex: 1;
    position: relative;
    z-index: 1;
}

.ai-order-link-input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--sd-neutral-800);
    outline: none;
}

.ai-order-link-input::placeholder {
    color: var(--sd-neutral-500);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.ai-order-link-input:focus {
    outline: none;
}

/* AI Agent Modal Footer Styles */
.ai-agent-modal-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.ai-agent-footer-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ai-agent-footer-back-btn {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px 10px 24px;
    border-radius: 8px;
    border: 1px solid var(--sd-neutral-300);
    background: transparent;
    color: var(--sd-neutral-800);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ai-agent-footer-back-btn:hover {
    border-color: var(--sd-neutral-400);
    background-color: var(--sd-neutral-50);
}

.ai-agent-footer-back-btn img {
    width: 24px;
    height: 24px;
}

.ai-agent-footer-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ai-agent-page-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.current-page-count {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--sd-neutral-700);
    text-align: center;
    white-space: nowrap;
}

.ai-agent-progress-slider {
    width: 100%;
    height: 4px;
    background-color: var(--sd-neutral-300);
    position: absolute;
    left: 0;
    z-index: 90;
}

.ai-agent-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    background-color: var(--sd-dark-green);
    transition: width 0.3s ease-in-out;
    width: 50%;
    z-index: 99;
}

.ai-agent-footer-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.ai-agent-continue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 8px;
    background: var(--sd-dark-green);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 8px;
}

.ai-agent-continue-btn:hover {
    opacity: 0.85;
}

.ai-agent-continue-btn:disabled,
.ai-agent-continue-btn.disabled {
    background: var(--sd-neutral-300);
    color: var(--sd-neutral-500);
    cursor: not-allowed;
    opacity: 0.6;
}

.ai-agent-save-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    background: #f4f4f8;
    color: var(--sd-neutral-400);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ai-agent-save-btn:not(:disabled) {
    background: var(--sd-dark-green);
    color: #ffffff;
    cursor: pointer;
}

.ai-agent-save-btn:not(:disabled):hover {
    opacity: 0.85;
}

.ai-agent-save-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Step visibility controls */
.sd-marketing-agent-step-0 {
    display: block;
}

.sd-marketing-agent-step-1 {
    display: none;
}

/* Focus states for accessibility */
.ai-toggle-input:focus + .ai-toggle-slider {
    box-shadow: 0 0 0 2px rgba(1, 173, 133, 0.3);
}

.ai-marketing-template-btn:focus {
    outline: 2px solid #01ad85;
    outline-offset: 2px;
}

.ai-marketing-number-btn:focus {
    outline: 2px solid #01ad85;
    outline-offset: 2px;
}

.ai-marketing-message-textarea:focus {
    box-shadow: 0 0 0 2px rgba(1, 173, 133, 0.3);
}



/* Step 0 Continue Button Styles */
.ai-step-0-continue-container {
    margin-top: 20px;
    width: 100%;
}

.ai-step-0-continue-btn {
    width: 100%;
    padding: 12px 24px;
    background: var(--sd-neutral-200);
    border: none;
    border-radius: 8px;
    color: var(--sd-neutral-400);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: not-allowed;
    transition: all 0.2s ease;
}

.ai-step-0-continue-btn:not(:disabled) {
    background: var(--sd-dark-green);
    color: #ffffff;
    cursor: pointer;
}

.ai-step-0-continue-btn:not(:disabled):hover {
    opacity: 0.85;
}

.agent-phone-show-at-card {
    display:flex;
    justify-content:center;
    height:24px;
    padding-top:4px;
    position: absolute;
    bottom: 90px;
    width: calc(100% - 48px);
}

.ai-receptionist-field {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border: 1px solid var(--sd-agent-border);
    border-radius: 12px;
    font-size: 14px;
    color: var(--sd-neutral-600);
    column-gap: 10px;
}

.ai-receptionist-field:focus-within {
    border-color: #01AD85;
}

.ai-receptionist-checkbox-container {
    position: relative;
    display: flex;
}

.ai-receptionist-date-input {
    flex:1;
    padding: 8px 16px;
    border: 1px solid var(--sd-agent-border);
    border-radius: 8px;
    line-height: 14px !important;
}

.ai-receptionist-time-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ai-receptionist-day-row {
    border: 1px solid var(--sd-agent-border);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    min-height: 60px;
}

.ai-receptionist-day-toggle {
    display: flex;
    width: 150px;
    padding-top: 8px;
}

.ai-receptionist-day-toggle-wrapper {
    display: flex;
    gap: 12px;
}

.ai-receptionist-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.ai-receptionist-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ai-receptionist-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--sd-neutral-350);
    border-radius: 22px;
    transition: .4s;
}

.ai-receptionist-knob {
    position: absolute;
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: var(--sd-neutral-100);
    border-radius: 50%;
    transition: .4s;
}

.ai-receptionist-slider-circle {
    position: absolute;
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: var(--sd-neutral-100);
    border-radius: 50%;
    transition: .4s;
}

.ai-receptionist-day-label {
    font-size: 16px;
    color: var(--sd-neutral-500);
    font-weight: 500;
}

.ai-receptionist-inputs {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ai-receptionist-add-btn {
    margin-top: 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.ai-receptionist-closed-text {
    color: var(--sd-neutral-600);
    font-size: 14px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.ai-receptionist-schedules-wrap {
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 40px 0;
    min-width: 641px;
}

.ai-receptionist-inputs-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ai-receptionist-delete-btn {
    margin-left:auto;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.ai-receptionist-input-label {
    color: var(--sd-neutral-700);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.ai-receptionist-input-sub-label {
    color: var(--sd-neutral-600);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.ai-receptionist-details-input,
.ai-receptionist-input-textarea,
.ai-receptionist-phone-input {
    padding: 16px;
    font-size: 16px;
    resize: none;
    width: 100%;
    border: 1px solid var(--sd-agent-border);
    border-radius: 10px;
    outline: none;
    margin-top: 8px;
    background: var(--sd-neutral-100);
}

.ai-receptionist-details-input:focus,
.ai-receptionist-input-textarea:focus,
.ai-receptionist-phone-input:focus-within {
    border-color: #01AD85;
}

.ai-receptionist-app-download-section {
    background: var(--sd-neutral-50);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ai-receptionist-app-link-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-receptionist-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.ai-receptionist-checkbox-input {
    display: none;
}

.ai-receptionist-checkbox-custom {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1.5px solid var(--sd-agent-border);
    border-radius: 6px;
    position: relative;
    flex-shrink: 0;
}

.ai-receptionist-checkbox-input:checked + .ai-receptionist-checkbox-custom {
    background-color: #01AD85;
    border-color: #01AD85;
}

.ai-receptionist-checkbox-input:checked + .ai-receptionist-checkbox-custom::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ai-receptionist-checkbox-text {
    color: var(--sd-neutral-600);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    flex: 1;
}

.ai-receptionist-section {
    flex: 2;
}

.ai-receptionist-hidden {
    display: none;
}

.ai-receptionist-column {
    display: flex;
    flex-direction: column;
}

.ai-receptionist-phone-prefix {
    font-size: 14px;
    color: var(--sd-neutral-600);
    margin: 0 3px;
}

.ai-receptionist-phone-number {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: var(--sd-neutral-600);
    flex: 1;
}

.ai-receptionist-details-section {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ai-receptionist-flex-1 { flex: 1; }
.ai-receptionist-text-center { text-align: center; }
.ai-receptionist-mb-24 { margin-bottom: 24px; }

/* Card */
.ai-receptionist-card {
    background: var(--sd-neutral-250);
    border-radius: 20px;
    padding: 32px 24px;
    min-width: 350px;
}

/* Avatar */
.ai-receptionist-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-bottom: 12px;
    object-fit: cover;
}

/* Title */
.ai-receptionist-card-title {
    margin: 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px; /* small gap between name & icon */
}

/* Supporting text */
.ai-receptionist-muted-text {
    margin: 8px 0 24px 0;
    font-size: 14px;
    color: var(--sd-neutral-500);
}

/* Button (reused pattern) */
.ai-receptionist-btn {
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
}

.ai-receptionist-btn--pill { border-radius: 24px; }
.ai-receptionist-btn--full { width: 100%; }

.ai-receptionist-btn--primary {
    background: #01AD85;
    color: #fff;
}

.ai-receptionist-vertical-divider {
    width: 1px;
    background: var(--sd-neutral-350);
    height: calc(100vh - 240px);
}

.ai-receptionist-details-wrap {
    display: flex;
    padding: 24px;
    box-sizing: border-box;
    column-gap:100px;
    width: 80%;
    min-width: 1000px;
    margin: 0 auto;
}



/* AI Receptionist Event Catering Section Styles */
.ai-receptionist-event-catering-container {
    width: 641px;
    margin: 24px auto;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.ai-receptionist-service-item {
    border: 1px solid var(--sd-agent-border);
    border-radius: 12px;
}

.ai-receptionist-service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.ai-receptionist-service-info {
    display: flex;
    align-items: center;
    row-gap: 8px;
    column-gap: 8px;
}

.ai-receptionist-service-title {
    font-weight: 600;
    font-size: 16px;
}

.ai-receptionist-service-description {
    font-size: 14px;
    color: var(--sd-neutral-600);
    margin-top: 4px;
    font-weight: 400;
}

.ai-receptionist-service-toggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.ai-receptionist-service-toggle input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.ai-receptionist-service-body {
    border-top: 1px solid var(--sd-agent-border);
    padding: 20px;
    display: none;
}

.ai-receptionist-service-body.active {
    display: block;
}

.ai-receptionist-service-label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.ai-receptionist-service-textarea {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    font-size: 16px;
    background: var(--sd-neutral-250);
    color: var(--sd-neutral-600);
    resize: none;
    border: none;
    outline: none;
}

.ai-receptionist-service-input {
    width: 100%;
    padding: 16px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 14px;
    background: var(--sd-neutral-250);
    color: var(--sd-neutral-600);

}

.ai-receptionist-service-label-optional {
    font-weight: 600;
    display: block;
    margin: 24px 0 8px;
}

/* Specific service item styles */
.ai-receptionist-dinein {
    border: 1px solid var(--sd-agent-border);
    border-radius: 12px;
    overflow: hidden;
}

.ai-receptionist-reservations {
    border: 1px solid var(--sd-agent-border);
    border-radius: 12px;
    overflow: hidden;
}

.ai-receptionist-event {
    border: 1px solid var(--sd-agent-border);
    border-radius: 12px;
    overflow: hidden;
}

.ai-receptionist-catering {
    border: 1px solid var(--sd-agent-border);
    border-radius: 12px;
    overflow: hidden;
}

/* Additional AI Receptionist Styles */
.ai-receptionist-main-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ai-receptionist-main-content {
    flex: 1;
    overflow-y: auto;
}

.ai-receptionist-step-padding {
    padding-bottom: 24px;
}

.ai-receptionist-step-width {
    width: 641px;
}

.ai-receptionist-no-found-container {
    margin-bottom: 54px;
}

.ai-receptionist-no-found-title {
    color: var(--sd-neutral-800);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.48px;
}

.ai-receptionist-no-found-description {
    color: var(--sd-neutral-600);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ai-receptionist-setup-buttons {
    margin-top: 40px;
}

/* Takeout/Delivery Section Styles */


.ai-receptionist-step-center-content {
    height: 100%;
    margin-top: 100px;
}

.ai-receptionist-progress-cross {
    color: red;
    font-size: 9px;
    display: none;
}

.ai-receptionist-progress-tickmark {
    display: none;
}

.ai-receptionist-business-list-container {
    max-height: 350px;
    overflow-y: auto;
}

.ai-receptionist-business-preview-container {
    width: 100%;
    display: flex;
    border-radius: 20px;
    color: rgb(51, 51, 51);
    row-gap: 24px;
    flex-direction: column;
}

.ai-receptionist-business-preview-header {
    display: flex;
    column-gap: 16px;
    align-items: center;
    margin-bottom: 4px;
}

.ai-receptionist-business-preview-icon {
    display: flex;
    width: 104px;
    height: 104px;
    padding: 30px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 12px;
    background: var(--sd-neutral-100);
}

.ai-receptionist-business-preview-name {
    color: var(--sd-neutral-800);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
}

.ai-receptionist-business-preview-address {
    color: var(--sd-neutral-600);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 4px;
}

.ai-receptionist-business-preview-phone {
    color: var(--sd-neutral-600);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ai-receptionist-business-preview-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-left: 6px;
}

.ai-receptionist-business-preview-item-text {
    color: var(--sd-neutral-600);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ai-receptionist-business-preview-hours-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 6px;
}

.ai-receptionist-business-preview-hours-content {
    display: flex;
    column-gap: 10px;
}

.ai-receptionist-business-preview-hours-text p {
    margin: 0;
}

.ai-receptionist-time-hours-edit {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    margin: 0 6px;
    cursor: pointer;
    color: var(--sd-neutral-600);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ai-receptionist-basic-info-container {
    width: 641px;
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

.ai-receptionist-basic-info-inner {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
}

.ai-receptionist-section-title {
    color: var(--sd-neutral-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.ai-receptionist-section-title-with-margin {
    margin-top: 32px;
}

.ai-receptionist-basic-input {
    border: none;
    outline: none;
    font-size: 14px;
    color: #1f1f1f;
    width: 100%;
    background: transparent;
}

.ai-receptionist-hidden-field {
    display: none;
}

.ai-receptionist-phone-prefix {
    margin-left: 10px;
    margin-right: 4px;
}

.ai-receptionist-payment-text {
    font-size: 14px;
}

.ai-receptionist-forward-call-container {
    display: flex;
    justify-content: center;
}

.ai-receptionist-forward-call-inner {
    display: flex;
    flex-direction: column;
    width: 600px;
    padding: 24px 0px;
}

.ai-receptionist-forward-call-title {
    font-weight: 600;
    font-size: 16px;
    color: #202124;
    margin-bottom: 4px;
}

.ai-receptionist-forward-call-description {
    font-size: 14px;
    color: #5f6368;
    margin-bottom: 12px;
}

.ai-receptionist-forward-call-input-container {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: var(--sd-neutral-800);
    border: 1px solid var(--sd-agent-border);
    border-radius: 12px;
}

.ai-receptionist-forward-call-phone-prefix {
    font-size: 14px;
    color: var(--sd-neutral-600);
    margin: 0 3px;
}

.ai-receptionist-forward-call-phone-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: var(--sd-neutral-600);
    flex: 1;
}

.ai-receptionist-phone-input-no-border {
    border: none !important;
    color: var(--sd-neutral-800);
}

.ai-receptionist-img-showcase {
    border-radius: 16px;
    margin-bottom: 58px;
}

.ai-receptionist-icon-24 {
    width: 24px;
    height: 24px;
}

/* Specific inline style replacements */
.ai-receptionist-zero-margin p {
    margin: 0;
}

.ai-receptionist-preview-phone-container {
    display: flex;
    padding: 20px 24px 24px 24px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--sd-neutral-250);
}

.ai-receptionist-preview-phone-no {
    color: var(--sd-neutral-800);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.56px;
    margin: 0;
}

.ai-receptionist-preview-phone-dec {
    color: var(--sd-neutral-600);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    margin: 0;
}
.red-border{
    border-color: red!important;
}

/* Confirmation Modal Styles */
.confirmation-modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.confirmation-modal-header {
    border-bottom: none;
    padding: 0 !important;
    position: relative;
}

.confirmation-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    z-index: 99999;
}

.confirmation-close-btn:hover {
    background-color: var(--sd-neutral-100);
}

.confirmation-modal-body {
    padding: 0 24px 24px 24px;
}

.confirmation-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.confirmation-warning {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--sd-neutral-900);
    margin: 0;
}

.confirmation-question {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--sd-neutral-700);
    margin: 0;
}

.confirmation-modal-footer {
    border-top: none;
    padding: 0 24px 24px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
}

.confirmation-cancel-btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--sd-neutral-700);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.confirmation-cancel-btn:hover {
    color: var(--sd-neutral-900);
}

.confirmation-exit-btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    background: #D92D20;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.confirmation-exit-btn:hover {
    opacity: 0.85;
    color: #FFFFFF;
}

/* Modal backdrop and positioning */
#confirmation-modal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

#confirmation-modal .modal-content {
    background: #ffffff;
    border: none;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .confirmation-modal-header,
    .confirmation-modal-body,
    .confirmation-modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .confirmation-modal-header {
        padding-top: 20px;
    }
    
    .confirmation-modal-footer {
        padding-bottom: 20px;
    }
    
    .confirmation-warning {
        font-size: 16px;
    }
    
    .confirmation-question {
        font-size: 14px;
    }
}

/* Menu Upload Styles */
.ai-receptionist-menu-upload {
    width: 641px;
    margin: 24px auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Header Section - Enable Menu Knowledge Base */
.ai-receptionist-menu-header {
    border: 1px solid var(--sd-agent-border);
    border-radius: 12px;
    padding: 20px;
}

.ai-receptionist-menu-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ai-receptionist-menu-header-info {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.ai-receptionist-menu-header-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-receptionist-menu-header-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ai-receptionist-menu-header-title {
    color: var(--sd-neutral-800);
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: -0.32px;
}

.ai-receptionist-menu-header-description {
    color: var(--sd-neutral-600);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}


/* Body Section - Drag & Drop + File List */
.ai-receptionist-menu-upload-body {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%23737373' stroke-width='2' stroke-dasharray='8%2c 9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ai-receptionist-menu-upload-container {
    background: var(--sd-neutral-300);
    border-radius: 10px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.ai-receptionist-menu-upload-container:hover {
    background: var(--sd-neutral-200);
}

.ai-receptionist-menu-upload-container:hover .ai-receptionist-menu-upload-icon {
    background: var(--sd-neutral-100);
}

.ai-receptionist-menu-upload-container.uploading {
    opacity: 0.5;
    pointer-events: none;
}

.ai-receptionist-menu-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 222px;
}

.ai-receptionist-menu-upload-icon {
    background: var(--sd-neutral-200);
    border-radius: 99px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ai-receptionist-menu-upload-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.ai-receptionist-menu-upload-title {
    color: var(--sd-neutral-800);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}

.ai-receptionist-menu-upload-subtitle {
    color: var(--sd-neutral-600);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.ai-receptionist-menu-upload-btn {
    background: var(--sd-neutral-800);
    color: var(--sd-neutral-100);
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ai-receptionist-menu-upload-btn:hover {
    background: var(--sd-neutral-700);
}

/* File List Styles */
.ai-receptionist-menu-file-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ai-receptionist-menu-file-item {
    height: 75px;
    border: 1px solid var(--sd-agent-border);
    border-radius: 10px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.ai-receptionist-menu-file-info {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.ai-receptionist-menu-file-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-receptionist-menu-file-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ai-receptionist-menu-file-name {
    color: var(--sd-neutral-800);
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.ai-receptionist-menu-file-type {
    color: var(--sd-neutral-600);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    background: var(--sd-neutral-100);
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.ai-receptionist-menu-file-action-btns-wrap {
    display: flex;
    gap: 8px;
}

.ai-receptionist-menu-delete-btn, .ai-receptionist-menu-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px;
}

.ai-receptionist-menu-delete-btn:hover, .ai-receptionist-menu-download-btn:hover{
    background: var(--sd-neutral-300);
}

.ai-receptionist-menu-delete-btn svg {
    transition: fill 0.3s ease;
}

.ai-receptionist-menu-delete-btn:hover svg {
    fill: #d92d20;
}

/* Special Instructions Styles */
.ai-receptionist-special-instructions-header {
    color: var(--sd-neutral-800);
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
}

.ai-receptionist-special-instructions-container {
    position: relative;
    width: 100%;
}

.ai-receptionist-special-instructions-textarea {
    width: 100%;
    padding: 16px 16px 40px;
    border: 1px solid var(--sd-agent-border);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background: transparent;
    resize: none;
    min-height: 100px;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.ai-receptionist-special-instructions-textarea:focus, .ai-receptionist-special-instructions-textarea:focus + .ai-receptionist-special-instructions-counter-wrapper{
    outline: none;
    border-color: #01ad85;
}

.ai-receptionist-special-instructions-textarea::placeholder {
    color: var(--sd-neutral-500);
    font-weight: 400;
}

.ai-receptionist-special-instructions-counter-wrapper {
    width: 100%;
    height: 28px;
    background: var(--sd-neutral-200);
    border-radius: 0 0 10px 10px;
    position: absolute;
    bottom: 6px;
    display: flex  ;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    border: 1px solid var(--sd-agent-border);
    border-top: none;
    transition: border-color 0.3s ease;
}

.ai-receptionist-special-instructions-counter {
    pointer-events: none;
}

.ai-receptionist-special-instructions-counter span {
    font-size: 12px;
    color: var(--sd-neutral-600);
    font-weight: 400;
}

/* Upload Skeleton Styles */
.ai-receptionist-upload-skeleton {
    opacity: 0.7;
    position: relative;
    background: var(--sd-neutral-100);
    border: 1px solid var(--sd-agent-border);
}

.ai-receptionist-upload-skeleton .ai-receptionist-menu-file-name {
    color: var(--sd-neutral-600);
}

.ai-receptionist-upload-progress {
    color: var(--sd-neutral-500);
    font-size: 12px;
    font-weight: 500;
}

.ai-receptionist-menu-upload-spinner {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.ai-receptionist-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid var(--sd-neutral-300);
    border-top: 2px solid var(--sd-dark-green);
    border-radius: 50%;
    animation: ai-receptionist-spin 1s linear infinite;
}

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

/* Voice Selection Step Styles */
.ai-receptionist-voice-step-container {
    display: flex;
    gap: 0;
    min-height: 0;
}

.ai-receptionist-voice-step-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 44px 120px;
    align-items: center;
}

.ai-receptionist-voice-selection-wrapper {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.ai-receptionist-voice-selection-title {
    color: var(--sd-neutral-900);
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.ai-receptionist-voice-cards-container {
    display: flex;
    gap: 20px;
    width: 100%;
}

.ai-receptionist-voice-card {
    flex: 1;
    border: 1px solid var(--sd-neutral-300);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ai-receptionist-voice-card:hover {
    border-color: var(--sd-dark-green);
}

.ai-receptionist-voice-card.selected {
    border-color: var(--sd-dark-green);
    background-color: var(--sd-metric-bg-positive);
}

.ai-receptionist-voice-avatar {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sd-neutral-100);
}

.ai-receptionist-voice-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-receptionist-voice-avatar.male {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.ai-receptionist-voice-avatar.female {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.ai-receptionist-voice-label {
    font-size: 18px;
    font-weight: 700;
    color: var(--sd-neutral-800);
}

.ai-receptionist-voice-input-wrapper {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ai-receptionist-voice-step-divider {
    width: 1px;
    background: var(--sd-neutral-300);
    flex-shrink: 0;
}

.ai-receptionist-voice-preview-wrapper {
    width: 558px;
    padding: 32px 100px 78px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
}

.ai-receptionist-voice-preview-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--sd-neutral-900);
    line-height: 26px;
    letter-spacing: -0.36px;
}

.ai-receptionist-voice-preview-card {
    background: var(--sd-neutral-250);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.ai-receptionist-voice-preview-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.ai-receptionist-voice-preview-avatar-wrapper {
    width: 72px;
    height: 72px;
    position: relative;
}

.ai-receptionist-voice-preview-avatar-inner {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
}

.ai-receptionist-voice-preview-avatar-circle {
    width: 72px;
    height: 72px;
    background: white;
    border-radius: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-receptionist-voice-preview-avatar-circle img {
    width: 43px;
    height: 43px;
}

.ai-receptionist-voice-preview-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}

.ai-receptionist-voice-preview-name-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
}

.ai-receptionist-voice-preview-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--sd-neutral-900);
    line-height: 140%;
    letter-spacing: -0.4px;
}

.ai-receptionist-voice-preview-subtitle {
    font-size: 16px;
    color: var(--sd-neutral-600);
    line-height: 140%;
}

.ai-receptionist-voice-preview-button {
    background: var(--sd-dark-green);
    border: none;
    border-radius: 99px;
    height: 40px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 8px 8px;
    cursor: pointer;
}

.ai-receptionist-voice-preview-button span {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.ai-receptionist-preview-play-icon,
.ai-receptionist-preview-pause-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.ai-receptionist-voice-step-padding-top {
    padding-top: 0;
    padding-bottom: 24px;
}
