﻿.card-item {
    background-color: #fff;
    max-width: 1000px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
    display: inline-block;
    padding: 3px;
    color: #000;
}

.client-card-item {
    width: 99%;
    margin: 0.5% !important;
}

    .client-card-item .left-foto {
        width: 15%;
        display: table-cell;
        vertical-align: middle;
    }

        .client-card-item .left-foto img {
            height: 58px;
            border-radius: 50%;
        }

    .client-card-item .info-wraper {
        display: table-cell;
        width: 85%;
        vertical-align: middle;
    }

        .client-card-item .info-wraper.serviceAgenda {
            display: table-cell;
            width: 50% !important;
            vertical-align: middle;
        }

        .client-card-item .info-wraper h4 {
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            float: left;
            line-height: 2em;
            width: 60%;
        }

        .client-card-item .info-wraper .info {
            float: left;
            width: 40%;
            overflow: hidden;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
        }

            .client-card-item .info-wraper .info.nif {
                width: 60%;
                font-size: 12px;
            }

            .client-card-item .info-wraper .info img {
                height: 1em;
            }

.clientAppInfo.appnoshow .label-form, .clientAppInfo.late .label-form, .clientAppInfo.cancelled .label-form {
    /*border-left: 7px solid #c93434 !important;*/
    padding: 0px 8px 0px 8px;
}

.clientAppInfo img {
    display: none;
}

.clientAppInfo.appnoshow img, .clientAppInfo.late img, .clientAppInfo.cancelled img {
    padding: 3px;
    border-radius: 50%;
    height: 26px;
    display: block;
}

.clientAppInfo.late img {
    content: url('/Img/icons/user (1).png');
    background-color: #ffc378;
}

.clientAppInfo.appnoshow img {
    content: url('/Img/icons/remove-user (1).png');
    background-color: #eb8787;
}

.clientAppInfo.cancelled img {
    content: url('/Img/icons/remove-user (1).png');
    background-color: #f6e488;
}

.appnoshow .selected-service-name.date {
    background-color: #c93434 !important;
}

.late .selected-service-name.date {
    background-color: #f78f0f !important;
}

.cancelled .selected-service-name.date {
    background-color: #e9cf13 !important;
}

/*.ConfPayed {
    display: block;
    background: #00aa00 !important;
    border-bottom: 12px solid #00aa00 !important;
}*/
.affirmative {
    width: 32px;
    height: 32px;
    margin-top: 14px;
}


.appnoshow .selected-service-name.date:before {
    content: url('/Img/icons/remove-user (1).png');
    height: 20px;
}

.late .selected-service-name.date:before {
    content: url('/Img/icons/user (1).png');
    height: 20px;
}

.cancelled .selected-service-name.date:before {
    background-image: url('/Img/icons/blocked_cancel_forbidden_icon_178049.png');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
}






.register-field.full {
    width: 100% !important;
    max-width: 100% !important;
}




.btn-adicional-info-full {
    width: 99% !important;
    margin: 0.5% !important;
}

.modal-app-scroll {
    height: 0px;
}

.client-card-item.edit {
    cursor: default;
}

    .client-card-item.edit .left-foto {
        width: 15%;
        display: inline-block;
    }

        .client-card-item.edit .left-foto img {
            height: 70px;
        }


    .client-card-item.edit .info-wraper .info.full {
        width: 100%;
    }

    .client-card-item.edit .info-wraper .info {
        width: 50%;
    }

        .client-card-item.edit .info-wraper .info img {
            height: 1.5em;
        }

        .client-card-item.edit .info-wraper .info.nif {
            font-size: 14px;
            font-weight: 900;
        }

.register-field.clientRecord {
    width: 83%;
    max-width: 83%;
}

    .register-field.clientRecord.edit {
        width: 50%;
        max-width: 80%;
    }

.add-adicional-service {
    height: 40px;
    width: 90%;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
    margin: 0 auto;
    cursor: pointer;
}

    .add-adicional-service:hover {
        background-color: #dddddd;
    }

    .add-adicional-service img {
        height: 32px;
        margin-top: 3px;
        float: left;
        margin-left: 5px;
    }

.addBtnApp {
    display: flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #7F8286;
    background: #FFF;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    color: #7F8286;
}

    .addBtnApp img {
        width: 24px;
        height: 24px;
        position: initial;
    }

.BookAppointment .button-ConfirmApp {
    width: 100%;
    max-width: 350px;
    background-color: #aedbae;
    color: #7F8286;
}

/* .button-ConfirmApp :hover {
        border: 2px solid #00aa00 !important;
        text-decoration: none;
        background-color: transparent;
        color: #00aa00;
    }*/

.button-RejectApp {
    background-color: #aa0000;
    color: white;
    border-radius: 10px;
    border: 2px solid #aa0000 !important;
    text-align: center;
    font-weight: 600;
    padding: 13px 20px 13px 20px !important;
}

    .button-RejectApp :hover {
        border: 2px solid #aa0000 !important;
        text-decoration: none;
        background-color: transparent;
        color: #aa0000;
    }

.bookApp-ClientArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.bookApp-ClientTitle {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.newClientBool-wraper {
    display: flex;
    height: 21px;
    padding-left: 0px;
    align-items: center;
    gap: 8px;
}

.bookApp-ClientArea .bookApp-ClientTitle .newClientBool-wraper label {
    color: #7F8286;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}


.bookApp-ServiceArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.add-service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.validation-summary-errors {
    color: #aa0000;
    font-weight: 800;
}

    .validation-summary-errors li {
        display: block;
    }

.colorArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

    .colorArea label {
        flex: 1 0 0;
    }

    .colorArea .colorSelector {
        background-color: white;
        height: 40px;
        width: 155px;
        padding: 0;
        cursor: pointer;
    }

.deleteExArea {
    width: 105px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.deleteEx {
    cursor: pointer;
}

    .deleteEx img {
        height: 33px;
    }

.bookApp-AnnotationsArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

    .bookApp-AnnotationsArea label {
        flex: 1 0 0;
    }

.annotation {
    padding: 8px 16px;
    width: 100%;
}

.recurrencyArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}



    .recurrencyArea .selectAgenda {
        display: flex;
        height: 21px;
        padding-left: 0px;
        align-items: center;
        gap: 8px;
    }

    .recurrencyArea .recurrency-Title {
        display: flex;
        padding-left: 0px;
        align-items: center;
        gap: 40px;
    }

        .recurrencyArea .recurrency-Title .Bool-lbl {
            color: #7F8286;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
        }

    .recurrencyArea .recurrencyText label {
        color: #28272B;
        /* Mobile Version/Description Bold */
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

.flexDivInner .recurrentFieldsArea {
    display: flex;
    justify-content: space-between;
}

    .flexDivInner .recurrentFieldsArea label {
        color: #7F8286;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        align-self: center;
    }

    .flexDivInner .recurrentFieldsArea .recurrencyNumber {
        width: 50px;
        padding: 0px 10px 0 16px;
    }

#wraper-ClientCardItem {
    align-self: stretch;
}

.bbtvlogo {
    float: none;
    margin: 20px auto;
    height: 50px
}

.bbtvtryBtn {
    position: absolute;
    right: 0;
    padding: 6px 10px 6px 10px !important;
    margin-top: 20px;
    font-size: 13px
}

.appTitle .apptitleLbl, .apptitleLbl {
    color: #28272B;
    /* Desktop/Title */
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.appTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

    .appTitle .tempo-pessoal {
        display: flex;
        width: 163px;
        padding-left: 0px;
        justify-content: space-between;
        align-items: flex-end;
    }

        .appTitle .tempo-pessoal .Bool-lbl {
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex-shrink: 0;
            align-self: stretch;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            color: #28272B;
        }

.back {
    position: absolute;
    top: 2px;
    left: 9px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
    z-index: 12;
}

    .back:hover {
        box-shadow: 4px 4px 10px 0px rgba(40, 39, 43, 0.25);
        background-color: #eee;
    }

.appSelectTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

    .appSelectTitle .btnAdd {
        background: none;
        border: none;
        padding: 0px;
    }

    .appSelectTitle h3 {
        margin: 0;
        color: #4481eb;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
    }


.modal-content-appoint {
    max-width: 550px !important;
    min-height: 200px;
    font-family: Roboto;
}

.paddingModal {
    padding: 32px 40px 40px 40px;
}

.BookAppointment, #SearchClientApp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    z-index: 12;
}

#SearchClientApp {
    height: 99vh;
}

.modal-content-appoint #SearchClientApp {
    width: 100%;
    box-sizing: border-box;
    padding: calc(var(--bz-app-header-height, 45px) + 16px) 24px 92px;
}

.BookAppointment label {
    margin: 0px;
}

.BookAppointment input, select {
    height: 32px;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid #7F8286;
    width: fit-content;
}


.EditClientRecordContent {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 12;
}

.search-client {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border-right: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
}

.search-input {
    padding: 8px 16px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #28272B;
}

.input_container {
    display: flex;
    position: relative;
    align-self: stretch;
}

    .input_container input {
        padding-left: 46px;
        height: 40px;
    }

    .input_container svg {
        position: absolute;
        bottom: 4px;
        left: 10px;
        width: 32px;
        height: 32px;
    }

    .input_container img {
        position: absolute;
        bottom: 4px;
        left: 10px;
        width: 32px;
        height: 32px;
    }

    .input_container .intl-tel-input {
    }

.lst-clientsApp {
    padding: 0px;
    margin: 0px;
    align-self: stretch;
    overflow: auto;
}

    .lst-clientsApp li {
        display: flex;
        margin: 0 16px;
        padding: 12px 0px;
        align-items: baseline;
        gap: 8px;
        align-self: stretch;
        border-bottom: 1px solid #BFBFBF;
        cursor: pointer;
    }

        .lst-clientsApp li .lblClientName {
            color: var(--main-colors-black, #7F8286);
            /* Mobile Version/Labels Extra Bold */
            font-family: Roboto;
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 150%;
            cursor: pointer;
        }

        .lst-clientsApp li .lblClientPhone {
            color: #7F8286;
            /* Mobile Version/Description Medium Italic */
            font-family: Roboto;
            font-size: 12px;
            font-style: italic;
            font-weight: 500;
            line-height: 150%; /* 18px */
            cursor: pointer;
        }

.modal-content-appoint #SearchClientApp {
    gap: 18px;
    overflow: hidden;
}

.modal-content-appoint #SearchClientApp .search-client-input-container {
    width: 100%;
    flex: 0 0 auto;
}

.modal-content-appoint #SearchClientApp .search-input {
    width: 100%;
    min-height: 54px;
    height: 54px;
    box-sizing: border-box;
    padding: 0 16px 0 54px;
    border: 2px solid rgba(var(--bz-accent-color-rgb), .22);
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
    color: #111827;
    font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    box-shadow: none;
}

.modal-content-appoint #SearchClientApp .search-input::placeholder {
    color: #94A3B8;
}

.modal-content-appoint #SearchClientApp .search-input:focus {
    border-color: rgba(var(--bz-accent-color-rgb), .45);
    outline: none;
    box-shadow: 0 0 0 4px var(--bz-accent-soft);
}

.modal-content-appoint #SearchClientApp .search-client-input-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: #64748B;
    -webkit-mask: url("/Img/icons/New icons/clientes-extra/search.svg") center / contain no-repeat;
    mask: url("/Img/icons/New icons/clientes-extra/search.svg") center / contain no-repeat;
    pointer-events: none;
}

.modal-content-appoint #SearchClientApp .lst-clientsApp {
    width: 100%;
    flex: 1 1 auto;
    box-sizing: border-box;
    padding: 0 2px 18px;
    margin: 0;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content-appoint #SearchClientApp .lst-clientsApp li {
    margin: 0;
    border-bottom: 1px solid rgba(226, 232, 240, .95);
}

.modal-content-appoint #SearchClientApp .client-letter-group {
    display: block;
    padding: 18px 0 6px;
    border-bottom: 0;
    color: var(--appointment-primary);
    font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    cursor: default;
}

.modal-content-appoint #SearchClientApp .client-list-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 13px 0 14px;
    cursor: pointer;
}

.modal-content-appoint #SearchClientApp .client-list-row:hover {
    background: rgba(var(--bz-accent-color-rgb), .035);
}

.modal-content-appoint #SearchClientApp .client-list-row .lblClientName {
    margin: 0;
    color: #111827;
    font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.18;
    cursor: pointer;
}

.modal-content-appoint #SearchClientApp .client-list-row .lblClientPhone {
    margin: 0;
    color: #6B7280;
    font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    cursor: pointer;
}

.flexDivInner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

    .flexDivInner.centerItems {
        align-items: center;
    }

.flexDivOuter {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.flexDivRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.app-date-time {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

    .app-date-time .app-date {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        width: fit-content;
    }

    .app-date-time label {
        align-self: stretch;
    }

    .app-date-time input {
        height: 32px;
        padding: 8px 16px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #7F8286;
        width: fit-content;
        max-width: 115px;
    }

.label-form {
    display: flex;
    min-height: 32px;
    padding: 0px 8px 0px 24px;
    align-items: center;
    gap: 32px;
    border-radius: 8px;
    align-self: stretch;
    height: fit-content;
}

    .label-form label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1 0 0;
        align-self: stretch;
        color: #28272B;
        /* Mobile Version/Labels Extra Bold */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        height: fit-content;
        min-height: 32px;
    }

    .label-form svg {
        height: 24px;
        width: 24px;
        border-radius: 50%;
        cursor: pointer;
    }

        .label-form svg:hover {
            box-shadow: 4px 4px 10px 0px rgba(40, 39, 43, 0.25);
            background-color: #eee;
        }

.all-info {
    display: flex;
    padding-top: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0px 0px 8px 8px;
}

.stateSMSDiv {
    display: flex;
    border-radius: 20px;
    /*box-shadow: 4px 4px 10px 0px rgba(40, 39, 43, 0.25);
    padding: 10px;*/
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

    .stateSMSDiv img {
        height: 40px;
    }

    .stateSMSDiv .sms-state-icon {
        width: 40px;
        height: 40px;
    }

    .stateSMSDiv label {
        color: #7F8286;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }

.sendRememberBtn {
    padding: 2px 8px;
    border-radius: 8px;
    border: 1px solid #7F8286;
    background: #FFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #7F8286;
}

.btn-save {
    width: 100%;
}

.clientPayAppArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    /* BB - Card Shadow */
    box-shadow: 4px 4px 10px 0px rgba(40, 39, 43, 0.25);
    gap: 4px;
    padding: 8px;
}

    .clientPayAppArea label {
        color: #28272B;
        font-size: 16px;
        min-height: 32px;
    }

.paymentExpireLine {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .paymentExpireLine .paymentViewGroup {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: end;
        gap: 8px;
    }

        .paymentExpireLine .paymentViewGroup label {
            font-family: Roboto;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 150%;
            text-decoration-line: underline;
            cursor: pointer;
        }

            .paymentExpireLine .paymentViewGroup label:hover {
                color: #4481eb
            }

        .paymentExpireLine .paymentViewGroup img {
            height: 24px;
            width: 24px;
        }

@media(max-width:767px) {
    .bbtvtryBtn {
        position: fixed;
        bottom: 0;
        padding: 6px 10px 6px 10px !important;
        width: 100%;
        z-index: 9999;
        font-size: 16px
    }

    .bbtvlogo {
        margin: 10px 20px;
        height: 30px
    }

    .client-card-item .left-foto {
        width: 10%;
    }

    .modal-app-scroll {
        height: 500px;
    }


    .client-card-item .info-wraper {
        width: 90%;
    }

        .client-card-item .info-wraper h4 {
            font-size: 16px;
            width: 100%;
        }

        .client-card-item .info-wraper .info {
            font-size: 12px;
            width: 50%;
        }

            .client-card-item .info-wraper .info.nif {
                width: 50%;
            }

    .client-card-item.edit .info-wraper .info .register-field {
        font-size: 16px;
        height: 35px;
    }

    .client-card-item.edit .left-foto {
        width: 15%;
        display: inline-block;
        text-align: left;
    }

        .client-card-item.edit .left-foto img {
            height: 60px;
        }

    .register-field.full-sm {
        width: 90% !important;
        max-width: 90% !important;
    }

    .client-card-item.edit .info-wraper .info.full-sm {
        width: 100%;
    }

    .full-sm {
        width: 100% !important;
    }

    .no-margin-left-sm {
        margin-left: 0 !important;
    }
}

@media(max-width:500px) {
    .client-card-item.edit .left-foto img {
        height: 50px;
    }

    .client-card-item .left-foto img {
        height: 50px;
    }

    .clear-sm {
        clear: both;
    }

    .paddingModal {
        padding: 24px 12px 24px 12px;
    }

    .appTitle {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}

@media(max-width:400px) {


    #saveContactsForm .client-card-item .info-wraper .info {
        max-width: 180px;
    }
}

.ui-autocomplete-category {
    font-weight: bold;
    background-color: #222435;
    color: #FFF;
}



/*bool togle*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    margin: 0;
}

    .switch input {
        display: none;
    }

.togle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0;
}

    .togle:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .togle {
    background-color: #2196F3;
}

input:focus + .togle {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .togle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.togle.round {
    border-radius: 34px;
}

    .togle.round:before {
        border-radius: 50%;
    }

.deletebtn {
    float: right;
    margin: 17px 10px 0 0;
    cursor: pointer;
}

    .deletebtn:hover {
        color: #cc1111;
    }

    .deletebtn img {
        height: 33px;
    }

.smsbtn {
    width: 70px;
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
}

    .smsbtn img {
        height: 35px;
    }

.wrapper {
    max-height: 200px;
    overflow-y: scroll;
}


.select-Service {
    min-height: 99%;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(255,255,255,.4);
    cursor: default;
    z-index: 12;
    background-color: #fff;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

    .select-Service .book-step-header::before {
        content: '\2190';
        position: relative;
        float: left;
        color: #fff;
        font-size: 40px;
        font-weight: 900;
        line-height: 30px;
    }

    .select-Service > .service-group {
        width: 200px;
        float: left;
    }

.service-Type {
    background-color: #3B0A9C;
    text-align: left;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.4), 0 0 2px 0 rgba(0,0,0,.4);
    cursor: pointer;
    width: 200px;
    float: left;
    height: 50px;
    line-height: 20px;
    margin: 1%;
    font-weight: 600;
}

    .service-Type + .select-date-content > .salon-service {
        width: 200px;
        float: left;
        height: 85px;
        line-height: 20px;
        margin: 1% !important;
        cursor: pointer;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.4), 0 0 2px 0 rgba(0,0,0,.4);
        border-radius: 20px;
        padding: 5px;
        border: 1px solid #3B0A9C;
        background-color: #e2e4e9;
    }

        .service-Type + .select-date-content > .salon-service > .ServiceTypeName {
            width: 100%;
            font-weight: 600;
            height: 40px;
            overflow: hidden;
        }

.select-DateTime {
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(255,255,255,.4);
    position: absolute;
    cursor: default;
    z-index: 10;
    background-color: #fff;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

    .select-DateTime > .book-step-header::before {
        content: '\2190';
        position: relative;
        float: left;
        color: #fff;
        font-size: 40px;
        font-weight: 900;
        line-height: 30px;
    }

.btnViewClientRecord {
    float: right;
    background-color: #000;
    cursor: pointer;
}

    .btnViewClientRecord:hover {
        background-color: #E2970A;
    }

.selectPartner {
    font-size: 17px;
    font-weight: 600;
    border: 1px solid;
    margin-top: 20px;
}

#contact {
    cursor: pointer;
}

.allstatesDiv {
    display: inline-block;
}

.statesArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.stateDiv {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 1 0px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #7F8286;
}

    .stateDiv img {
        height: 15px;
        cursor: pointer;
    }

    .stateDiv label {
        color: #7F8286;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        cursor: pointer;
    }

.deleteArea {
    display: flex;
    flex-direction: column;
    align-items: end;
    align-self: stretch;
}

.deleteDiv {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

    .deleteDiv img {
        height: 30px;
        cursor: pointer;
    }

    .deleteDiv label {
        color: #7F8286;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        cursor: pointer;
    }


/*.stateDiv.late:hover {
    background-color: #ffc378;
}

.stateDiv.miss:hover {
    background-color: #eb8787;
}

.stateDiv.cancelled:hover {
    background-color: #f6e488
}

.stateDiv.pay:hover {
    background-color: #8ac171;
}*/

.stateDiv.late.selected {
    background-color: #ffc378;
}

.stateDiv.miss.selected {
    background-color: #eb8787;
}

.stateDiv.cancelled.selected {
    background-color: #f6e488
}

.stateDiv.pay.selected {
    background-color: #8ac171;
}

.stateDiv.selected:hover {
    opacity: 0.5;
}

.stateDiv.selected label {
    color: #000;
}

.singleMetric h4 {
    float: none !important;
    width: initial !important;
}

.btnBase {
    cursor: pointer;
    border: 1px solid #7F8286;
    border-radius: 8px;
}

    .btnBase:hover {
        box-shadow: 4px 4px 10px 0px rgba(40, 39, 43, 0.25);
        background-color: #eee;
    }

.btnSchedule {
    border: 1px solid #fff;
    display: inline-block;
    background-color: #E2970A;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    margin-left: 10px;
    height: 50px;
    width: 150px
}

.btnSelectAgendaSchedule {
    padding: 7px 10px;
    cursor: pointer;
    border-top: 1px solid #E2970A;
    color: #ffffff;
    height: 50px;
    background-color: #E2970A;
    line-height: 40px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    z-index: 99999 !important;
}

.app-date .ui-datepicker-trigger {
    display: none;
}

.appHask {
    padding: 10px;
}

/* Appointment edit v2 */
.modal-content-appoint {
    --appointment-primary: var(--bz-accent-color);
    --appointment-primary-gradient: var(--bz-primary-action-bg);
    --appointment-page-background:
        radial-gradient(
            circle at 18% 12%,
            rgba(255, 135, 190, 0.10) 0%,
            rgba(255, 135, 190, 0.055) 22%,
            rgba(255, 135, 190, 0) 48%
        ),
        radial-gradient(
            circle at 88% 18%,
            rgba(167, 139, 250, 0.095) 0%,
            rgba(167, 139, 250, 0.052) 24%,
            rgba(167, 139, 250, 0) 52%
        ),
        radial-gradient(
            circle at 12% 74%,
            rgba(96, 165, 250, 0.085) 0%,
            rgba(96, 165, 250, 0.045) 24%,
            rgba(96, 165, 250, 0) 54%
        ),
        radial-gradient(
            circle at 78% 92%,
            rgba(236, 72, 153, 0.07) 0%,
            rgba(236, 72, 153, 0.038) 26%,
            rgba(236, 72, 153, 0) 56%
        ),
        linear-gradient(
            180deg,
            #FFFFFF 0%,
            #FFFCFF 28%,
            #FBFDFF 52%,
            #FFF7FC 100%
        );
    --appointment-page-background: var(--bz-screen-background);
    width: min(100vw, 760px) !important;
    max-width: 760px !important;
    min-height: 100vh;
    margin: 0 auto !important;
    border: 0;
    border-radius: 0;
    background: var(--appointment-page-background);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
    color: #1f2942;
    font-family: var(--bz-font-family, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif);
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content-appoint .BookAppointment {
    width: 100%;
    gap: 18px;
    padding: calc(var(--bz-app-header-height, 45px) + 16px) 24px 92px;
}

.modal-content-appoint.client-record-modal .client-record-modal-content {
    width: 100%;
    box-sizing: border-box;
    padding: calc(var(--bz-app-header-height, 45px) + 16px) 16px 96px !important;
}

.modal-content-appoint .appointment-agenda-row {
    position: relative;
    align-items: flex-start;
    gap: 12px;
}

.modal-content-appoint .appointment-agenda-row .appointment-agenda-selector {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    min-width: 0;
}

.modal-content-appoint .appointment-agenda-row .tempo-pessoal {
    position: absolute;
    top: 0;
    right: 0;
    flex: 0 0 auto;
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    width: auto;
    gap: 8px;
    padding-top: 0;
}

.modal-content-appoint .appointment-agenda-row .tempo-pessoal .Bool-lbl {
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
}

.modal-content-appoint .appointment-agenda-row .tempo-pessoal .switch {
    margin-top: 0;
}

.modal-content-appoint .switch {
    width: 42px;
    height: 23px;
}

.modal-content-appoint .togle {
    background: #d5d6de;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, .16);
}

.modal-content-appoint .togle:before {
    width: 17px;
    height: 17px;
    left: 3px;
    bottom: 3px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .22);
}

.modal-content-appoint input:checked + .togle {
    background: var(--appointment-primary-gradient);
}

.modal-content-appoint input:checked + .togle:before {
    transform: translateX(19px);
}


.modal-content-appoint .appointment-field-label,
.modal-content-appoint .colorArea > label,
.modal-content-appoint .deleteExArea > label,
.modal-content-appoint .flexDivInner > label[for="App_Annotations"] {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.modal-content-appoint #selected-option-name {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 35px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 22px 10px 4px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    box-shadow: inset 0 -3px 0 var(--appointment-agenda-color, var(--bz-accent-color));
    font-size: 16px !important;
    font-weight: 600;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
}

.modal-content-appoint #selected-option-name::before {
    content: none;
    position: absolute;
    left: 20px;
    width: 24px;
    height: 24px;
    background: url('/Img/icons/New icons/agenda/calendar.svg') center / contain no-repeat;
    filter: brightness(0) invert(1);
}

.modal-content-appoint #selected-option-name::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #64748B;
}

.modal-content-appoint #DropDownAgendas {
    margin: 8px 0 0 !important;
    border-radius: 14px;
    overflow: hidden;
}

.modal-content-appoint .appointment-date-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
}

.modal-content-appoint .appointment-date-layout .personal-time-date-row,
.modal-content-appoint .appointment-date-layout .personal-time-hours-row,
.modal-content-appoint .personal-time-date-row,
.modal-content-appoint .personal-time-hours-row,
.modal-content-appoint .personal-time-full-days-row {
    width: 100%;
}

.modal-content-appoint .app-date-time .app-date,
.modal-content-appoint .personal-time-hours-row .app-date,
.modal-content-appoint .personal-time-full-days-row .app-date {
    width: 100%;
    gap: 8px;
}

.modal-content-appoint .BookAppointment input,
.modal-content-appoint .BookAppointment select,
.modal-content-appoint .app-date-time input,
.modal-content-appoint .recurrentFieldsArea input,
.modal-content-appoint .recurrentFieldsArea select {
    width: 100%;
    max-width: none;
    min-height: 46px;
    padding: 0 12px 0 42px;
    border: 1px solid rgba(148, 163, 184, .32);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, .72);
    color: #25304f;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
}

.modal-content-appoint .BookAppointment input.colorSelector,
.modal-content-appoint .colorArea .colorSelector {
    width: 58px;
    max-width: 58px;
    min-height: 46px;
    height: 46px;
    padding: 3px !important;
    border: 1px solid rgba(148, 163, 184, .32);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72) !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
    cursor: pointer;
}

.modal-content-appoint .BookAppointment input.colorSelector::-webkit-color-swatch-wrapper,
.modal-content-appoint .colorArea .colorSelector::-webkit-color-swatch-wrapper {
    padding: 0;
}

.modal-content-appoint .BookAppointment input.colorSelector::-webkit-color-swatch,
.modal-content-appoint .colorArea .colorSelector::-webkit-color-swatch {
    border: 0;
    border-radius: 10px;
}

.modal-content-appoint #App_Datetest,
.modal-content-appoint #ExeptionVM_ExEndDate {
    background-image: url('/Img/icons/New icons/agenda/calendar.svg');
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 20px;
}

.modal-content-appoint #App_SelectedHourTest,
.modal-content-appoint #ExeptionVM_ExEndHour {
    background-image: url('/Img/icons/New icons/agenda/clock.svg');
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 20px;
}

.modal-content-appoint .recurrency-card {
    padding: 0;
    border: 0;
    background: transparent;
}

.modal-content-appoint .recurrency-card.recurrency-card-summary-only {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.modal-content-appoint .recurrency-card-header {
    justify-content: flex-start;
    gap: 16px;
    margin: 0;
}

.modal-content-appoint .recurrency-card-title strong {
    color: #6B7280;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.modal-content-appoint .recurrency-summary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 14px;
    background: rgba(255, 255, 255, .58);
    color: #475569;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.modal-content-appoint .recurrency-summary strong {
    color: #111827;
    font-weight: 800;
}

.modal-content-appoint .recurrency-summary-edit {
    flex: 0 0 auto;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid var(--bz-accent-border);
    border-radius: 10px;
    background: rgba(var(--bz-accent-color-rgb), .06);
    color: var(--appointment-primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.modal-content-appoint .recurrency-summary-edit img {
    width: 15px;
    height: 15px;
    filter: var(--bz-accent-icon-filter);
}

.modal-content-appoint .recurrentFieldsArea {
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.modal-content-appoint .addBtnApp {
    min-height: 48px;
    height: 48px;
    justify-content: center;
    gap: 8px;
    border: 1.5px dashed rgba(168, 85, 247, .38);
    border-radius: 12px;
    background: rgba(255, 255, 255, .28);
    color: #25304f;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
}

.modal-content-appoint .addBtnApp img {
    width: 22px;
    height: 22px;
    filter: var(--bz-accent-icon-filter);
}

.modal-content-appoint .annotation {
    min-height: 64px;
    max-height: 180px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, .32);
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
    color: #25304f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
    overflow-y: hidden;
    resize: none;
}

.modal-content-appoint .annotation::placeholder {
    color: #7b849b;
}

.modal-content-appoint .statesArea {
    gap: 8px;
}

.modal-content-appoint .appointment-state-card {
    width: 100%;
    display: grid;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
}

.modal-content-appoint .stateDiv,
.modal-content-appoint .deleteDiv,
.modal-content-appoint .sendRememberBtn,
.modal-content-appoint .clientPayAppArea {
    border-color: rgba(148, 163, 184, .32);
    border-radius: 14px;
    background: rgba(255, 255, 255, .62);
    box-shadow: none;
}

.modal-content-appoint .stateDiv {
    min-height: 80px;
    height: 80px;
    padding: 8px 6px;
    justify-content: center;
}

.modal-content-appoint .stateDiv img {
    height: 16px;
    width: 16px;
    margin-bottom: 3px;
    opacity: .82;
}

.modal-content-appoint .stateDiv label,
.modal-content-appoint .deleteDiv label,
.modal-content-appoint .stateSMSDiv label {
    color: #475569;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
}

.modal-content-appoint .stateDiv.selected:hover {
    opacity: 1;
}


.modal-content-appoint .sendRememberBtn {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.modal-content-appoint .deleteDiv {
    min-width: 56px;
    padding: 8px 6px;
}

.modal-content-appoint .deleteDiv img {
    height: 22px;
    width: 22px;
    margin-bottom: 4px;
}

.modal-content-appoint .stateSMSDiv {
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-top: 0;
}

.modal-content-appoint .appointment-sms-card {
    width: 100%;
    display: grid;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
}

.modal-content-appoint .appointment-sms-status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.modal-content-appoint .appointment-sms-status-badge {
    flex: 0 0 auto;
    min-width: 148px;
    min-height: 38px;
    max-width: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 12px;
    background: var(--bz-accent-soft);
    color: var(--appointment-primary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.modal-content-appoint .appointment-sms-status-icon {
    width: 18px;
    height: 18px;
    display: block;
    flex: 0 0 auto;
    background: currentColor;
    -webkit-mask: var(--sms-status-icon) center / contain no-repeat;
    mask: var(--sms-status-icon) center / contain no-repeat;
}

.modal-content-appoint .appointment-sms-status-badge.sms-state-pending {
    background: rgba(239, 68, 68, .10);
    color: #DC2626;
}

.modal-content-appoint .appointment-sms-status-badge.sms-state-sent {
    background: rgba(163, 230, 53, .20);
    color: #3F6212;
}

.modal-content-appoint .appointment-sms-status-badge.sms-state-delivered {
    background: rgba(34, 197, 94, .12);
    color: #15803D;
}

.modal-content-appoint .appointment-sms-status-badge.sms-state-unsent {
    background: rgba(148, 163, 184, .16);
    color: #64748B;
}

.modal-content-appoint .appointment-sms-actions {
    display: flex;
}

.modal-content-appoint .appointment-sms-card .sendRememberBtn {
    width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(var(--bz-accent-color-rgb), .55);
    border-radius: 10px;
    background: rgba(255, 255, 255, .42);
    color: var(--appointment-primary);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: none;
}

.modal-content-appoint .appointment-sms-card .sendRememberBtn::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background: currentColor;
    -webkit-mask: url("/Img/icons/New icons/principal/send.svg") center / contain no-repeat;
    mask: url("/Img/icons/New icons/principal/send.svg") center / contain no-repeat;
}

.modal-content-appoint .card-item,
.modal-content-appoint .client-card-item,
.modal-content-appoint .clientAppInfo,
.modal-content-appoint .serviceAppInfo,
.modal-content-appoint .label-form,
.modal-content-appoint .clientPayAppArea {
    border: 1px solid rgba(148, 163, 184, .32);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045) !important;
}

.modal-content-appoint .clientAppInfo .label-form,
.modal-content-appoint .serviceAppInfo .label-form {
    border: 0;
    box-shadow: none !important;
}

.modal-content-appoint .clientAppInfo .label-form label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    align-self: stretch;
    min-height: 32px;
    height: fit-content;
    color: #28272B;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-content-appoint .serviceAppInfo {
    border-left-width: 5px;
    border-left-style: solid;
}

.modal-content-appoint .clientAppInfo .phoneLeft label {
    color: #28272B;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.modal-content-appoint .clientAppInfo .customer-File label {
    color: #28272B;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration-line: underline;
    cursor: pointer;
}

.modal-content-appoint .serviceFields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    width: 100%;
}

.modal-content-appoint .serviceFields > .serviceDuration,
.modal-content-appoint .serviceFields > .servicePrice {
    width: 100%;
    min-width: 0;
    padding-left: 0;
}

.modal-content-appoint .serviceFields > .serviceDuration input,
.modal-content-appoint .serviceFields > .servicePrice input {
    width: 100%;
    box-sizing: border-box;
}

.modal-content-appoint .servicePrice {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

.modal-content-appoint .servicePrice input {
    width: 100%;
    padding-right: 36px;
}

.modal-content-appoint .servicePrice label {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #475569;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1;
    pointer-events: none;
}

.modal-content-appoint .btn-save {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 12px;
    z-index: 1001;
    width: auto;
    min-height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    border: 0 !important;
    border-radius: 14px;
    background: var(--appointment-primary-gradient);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(var(--bz-accent-color-rgb), .24);
    text-align: center !important;
    text-shadow: none;
}

.modal-content-appoint .btn-save::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url('/Img/icons/New icons/acoes-gerais/save.svg') center / contain no-repeat;
    filter: brightness(0) invert(1);
}

.modal-content-appoint .btn-save:hover {
    background: var(--appointment-primary-gradient);
    box-shadow: 0 10px 24px rgba(var(--bz-accent-color-rgb), .24);
    text-shadow: none;
}

.modal-content-appoint .appointment-online-pending-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(245, 158, 11, .72);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 251, 235, .92), rgba(255, 255, 255, .72));
    box-shadow: 0 10px 26px rgba(245, 158, 11, .08);
}

.modal-content-appoint .appointment-online-pending-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    background: #F59E0B;
    -webkit-mask: url("/Img/icons/New icons/agenda/calendar-clock.svg") center / contain no-repeat;
    mask: url("/Img/icons/New icons/agenda/calendar-clock.svg") center / contain no-repeat;
}

.modal-content-appoint .appointment-online-pending-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.modal-content-appoint .appointment-online-pending-copy strong {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

/* Design system alignment: keep the appointment header as the canonical header
   and map appointment form controls/cards to the shared BEEZZY primitives. */
.modal-content-appoint,
.modal-content-appoint * {
    font-family: var(--bz-font-family, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif);
}

.modal-content-appoint .BookAppointment input,
.modal-content-appoint .BookAppointment select,
.modal-content-appoint .app-date-time input,
.modal-content-appoint .recurrentFieldsArea input,
.modal-content-appoint .recurrentFieldsArea select,
.modal-content-appoint .annotation {
    border: 1px solid var(--bz-control-border, rgba(148, 163, 184, .32));
    border-radius: var(--bz-radius-sm, 8px);
    background-color: var(--bz-control-bg, rgba(255, 255, 255, .72));
    color: var(--bz-text, #111827);
    box-shadow: var(--bz-shadow-soft, 0 10px 28px rgba(15, 23, 42, .045));
}

.modal-content-appoint .BookAppointment input.colorSelector,
.modal-content-appoint .colorArea .colorSelector,
.modal-content-appoint .BookAppointment input.colorSelector::-webkit-color-swatch,
.modal-content-appoint .colorArea .colorSelector::-webkit-color-swatch {
    border-radius: var(--bz-radius-sm, 8px);
}

.modal-content-appoint .appointment-state-card,
.modal-content-appoint .appointment-sms-card,
.modal-content-appoint .appointment-online-pending-card,
.modal-content-appoint .card-item,
.modal-content-appoint .client-card-item,
.modal-content-appoint .clientAppInfo,
.modal-content-appoint .serviceAppInfo,
.modal-content-appoint .clientPayAppArea {
    border: 1px solid var(--bz-control-border, rgba(148, 163, 184, .32));
    border-radius: var(--bz-radius, 12px);
    background: var(--bz-control-bg, rgba(255, 255, 255, .72));
    box-shadow: var(--bz-shadow-soft, 0 10px 28px rgba(15, 23, 42, .045)) !important;
}

.modal-content-appoint .serviceAppInfo.client-card-redesign {
    border-left-width: 5px !important;
    border-left-style: solid !important;
    border-left-color: var(--bz-service-color, var(--appointment-primary)) !important;
}

.modal-content-appoint .stateDiv,
.modal-content-appoint .deleteDiv,
.modal-content-appoint .sendRememberBtn {
    border-color: var(--bz-control-border, rgba(148, 163, 184, .32));
    border-radius: var(--bz-radius-sm, 8px);
    background: rgba(255, 255, 255, .72);
}

.modal-content-appoint .appointment-sms-status-badge,
.modal-content-appoint .appointment-sms-card .sendRememberBtn,
.modal-content-appoint .recurrency-summary-edit {
    border-color: var(--bz-accent-border);
    border-radius: var(--bz-radius-sm, 8px);
    background: var(--bz-accent-soft);
    color: var(--appointment-primary);
}

.modal-content-appoint .btn-save {
    border-radius: var(--bz-radius, 12px);
    background: var(--appointment-primary-gradient);
    box-shadow: 0 10px 24px rgba(var(--bz-accent-color-rgb), .24);
}

.modal-content-appoint .btn-save:hover {
    background: var(--appointment-primary-gradient);
}

.modal-content-appoint .appointment-online-pending-copy span {
    color: #64748B;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.modal-content-appoint .appointment-pending-actions {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 12px;
    z-index: 1001;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
    gap: 12px;
}

.modal-content-appoint .appointment-pending-actions.confirm-only {
    grid-template-columns: minmax(0, 1fr);
}

.modal-content-appoint .appointment-pending-actions button {
    min-width: 0;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
}

.modal-content-appoint .appointment-pending-reject {
    border: 1px solid rgba(239, 68, 68, .28);
    background: rgba(254, 254, 254, .72);
    color: #DC2626;
    box-shadow: 0 10px 22px rgba(239, 68, 68, .08);
}

.modal-content-appoint .appointment-pending-confirm {
    border: 0;
    background: var(--appointment-primary-gradient);
    color: #fff;
    box-shadow: 0 10px 24px rgba(var(--bz-accent-color-rgb), .24);
}

.modal-content-appoint .appointment-pending-action-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: currentColor;
}

.modal-content-appoint .appointment-pending-reject-icon {
    -webkit-mask: url("/Img/icons/New icons/ficha-acoes/trash-2.svg") center / contain no-repeat;
    mask: url("/Img/icons/New icons/ficha-acoes/trash-2.svg") center / contain no-repeat;
}

.modal-content-appoint .appointment-pending-confirm-icon {
    -webkit-mask: url("/Img/icons/New icons/estados/check.svg") center / contain no-repeat;
    mask: url("/Img/icons/New icons/estados/check.svg") center / contain no-repeat;
}

.modal-content-appoint .appointment-confirmation-actions {
    width: min(100%, 360px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 50px auto 20px;
    text-align: center;
}

.modal-content-appoint .appointment-confirmation-actions .btnBase {
    width: 100%;
    min-height: 42px;
}

.modal-content-appoint .appointment-confirmation-actions .appointment-confirmation-skip {
    color: #6B7280;
    font-weight: 700;
}

@media (min-width: 768px) {
    .modal-content-appoint .btn-save,
    .modal-content-appoint .appointment-pending-actions {
        width: min(calc(100vw - 32px), 728px);
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .modal-content-appoint {
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .modal-content-appoint .BookAppointment {
        padding: calc(var(--bz-app-header-height, 45px) + 16px) 16px 92px;
        gap: 18px;
    }

    .modal-content-appoint .btn-save,
    .modal-content-appoint .appointment-pending-actions {
        left: 16px;
        right: 16px;
        bottom: 12px;
        width: auto;
        transform: none;
    }

    .modal-content-appoint .appointment-agenda-row .tempo-pessoal {
        padding-top: 0;
    }

    .modal-content-appoint .appointment-date-layout {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .modal-content-appoint .appointment-field-label,
    .modal-content-appoint .colorArea > label,
    .modal-content-appoint .deleteExArea > label,
    .modal-content-appoint .flexDivInner > label[for="App_Annotations"] {
        font-size: 15px;
        font-weight: 700;
    }

    .modal-content-appoint .BookAppointment input,
    .modal-content-appoint .BookAppointment select,
    .modal-content-appoint .app-date-time input,
    .modal-content-appoint .recurrentFieldsArea input,
    .modal-content-appoint .recurrentFieldsArea select {
        min-height: 46px;
        font-size: 15px;
        font-weight: 500;
        padding: 0 12px 0 42px;
    }

    .modal-content-appoint #App_Datetest,
    .modal-content-appoint #ExeptionVM_ExEndDate,
    .modal-content-appoint #App_SelectedHourTest,
    .modal-content-appoint #ExeptionVM_ExEndHour {
        background-position: 14px center;
        background-size: 20px;
    }
}

@media (max-width: 380px) {
    .modal-content-appoint .appointment-date-layout {
        grid-template-columns: 1fr;
    }
}

    .appHask button {
        width: 40%;
        font-weight: 900;
        height: 40px;
    }
    .appHask button+button {
        margin-left: 10%;
    }

@media(max-width:450px) {
    .singleMetric .header {
        height: 40px;
    }

    .appHask button {
        width: 90%;
        margin-bottom: 40px;
    }
        .appHask button + button {
            margin-left: 0;
        }
}

.editServices {
    border: 2px solid #E2970A !important;
    position: absolute;
    bottom: 10px;
    width: 40%;
    left: 30%;
}

#editContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
}

.DayHourSelector {
    width: 60px;
    margin-right: 10px;
}

@media(max-width:767px) {
    .allstatesDiv {
        display: block;
    }

    .editServices {
        width: 90%;
        left: 5%;
    }

    .show-inline-sm {
        display: inline-block;
    }


    .service-Type + .select-date-content > .salon-service {
        width: 140px;
        margin: 5px !important;
        font-size: 14px;
    }

        .service-Type + .select-date-content > .salon-service > .ServiceAgendaGroupPriceDuration {
            font-size: 12px;
        }

    .service-Type {
        width: 140px;
        margin: 5px !important;
        font-size: 14px;
    }

    .deletebtn {
        float: none;
    }
}

@media(max-width:510px) {
    .lblrecurrency {
        display: block;
    }
}


@media(max-width:445px) {
    .affirmative {
        margin: 0px;
    }

    .selected-service-price-small {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
