@import '_content/AppX.Library.UI/AppX.Library.UI.kymk48r9ae.bundle.scp.css';

/* _content/AppX.Backoffice/Pages/FinancialEntitiesConfig/FinancialEntitiesConfig.razor.rz.scp.css */
.switch[b-u8ee4kteyw] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    .switch input[b-u8ee4kteyw] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-u8ee4kteyw] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-u8ee4kteyw]:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-u8ee4kteyw] {
    background-color: #2196F3;
}

input:focus + .slider[b-u8ee4kteyw] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-u8ee4kteyw]:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round[b-u8ee4kteyw] {
    border-radius: 24px;
}

.slider.round[b-u8ee4kteyw]:before {
    border-radius: 50%;
}

th:hover[b-u8ee4kteyw] {
    color: var(--color);
}
/* _content/AppX.Backoffice/Pages/MVPMeeting.razor.rz.scp.css */
    .meeting-container[b-ui3z55eu8o] {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    .join-section[b-ui3z55eu8o] {
        max-width: 400px;
        margin: 0 auto;
        padding: 30px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #f9f9f9;
    }

    .form-group[b-ui3z55eu8o] {
        margin-bottom: 15px;
    }

        .form-group label[b-ui3z55eu8o] {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

    .form-control[b-ui3z55eu8o] {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
    }

    .btn[b-ui3z55eu8o] {
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        text-decoration: none;
        display: inline-block;
    }

    .btn-primary[b-ui3z55eu8o] {
        background-color: #007bff;
        color: white;
    }

        .btn-primary:disabled[b-ui3z55eu8o] {
            background-color: #6c757d;
            cursor: not-allowed;
        }

    .btn-danger[b-ui3z55eu8o] {
        background-color: #dc3545;
        color: white;
    }

    .waiting-message[b-ui3z55eu8o] {
        text-align: center;
        padding: 40px;
        background: #f8f9fa;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .spinner[b-ui3z55eu8o] {
        border: 4px solid #f3f3f3;
        border-top: 4px solid #3498db;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 2s linear infinite;
        margin: 20px auto;
    }

    @@keyframes spin {
        0%[b-ui3z55eu8o] {
            transform: rotate(0deg);
        }

        100%[b-ui3z55eu8o] {
            transform: rotate(360deg);
        }
    }

    #jitsi-container[b-ui3z55eu8o] {
        border-radius: 8px;
        overflow: hidden;
    }
/* _content/AppX.Backoffice/Pages/Payments/Payment.razor.rz.scp.css */
.switch[b-j9l2pblxhu] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    .switch input[b-j9l2pblxhu] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-j9l2pblxhu] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-j9l2pblxhu]:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-j9l2pblxhu] {
    background-color: #2196F3;
}

input:focus + .slider[b-j9l2pblxhu] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-j9l2pblxhu]:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round[b-j9l2pblxhu] {
    border-radius: 24px;
}

    .slider.round[b-j9l2pblxhu]:before {
        border-radius: 50%;
    }

th:hover[b-j9l2pblxhu] {
    color: var(--color);
}
/* _content/AppX.Backoffice/Pages/Payments/PaymentDetail.razor.rz.scp.css */
.form-container[b-tusx7ibw9k] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.section[b-tusx7ibw9k] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.field-row[b-tusx7ibw9k] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-around;
}

.field-container-right[b-tusx7ibw9k] {
    margin-right: 10px;
    width: 50%;
}


.field-container[b-tusx7ibw9k] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.button-container[b-tusx7ibw9k] {
    display: flex;
    align-items: center;
}

.separator[b-tusx7ibw9k] {
    height: 1px;
    width: 100%;
    background-color: #ccc;
}

input[b-tusx7ibw9k], select[b-tusx7ibw9k] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
}

select[b-tusx7ibw9k] {
    width: 50%;
}

button[b-tusx7ibw9k] {
    padding: 0.5rem 1rem;
}
/* _content/AppX.Backoffice/Pages/PlanTrofaSaude/PlanTrofaSaude.razor.rz.scp.css */
:root[b-h3brd4mcba] {
    --color-blue-dark: #006072;
    --color-blue-light: #D9E7EA;
    --color-orange: #FBB529;
    --color-gray-dark: #48484A;
    --color-gray-medium: #9E9E9E;
    --color-gray-light: #D8D8D8;
    /* Inferred for secondary tags */
    --color-bg-light: #F2F2F2;
    /* Inferred page background */
    --font-main: 'Roboto', sans-serif;
    --max-width: 1100px;
    --max-width-narrow: 720px;
    --max-width-xnarrow: 440px;
}

*[b-h3brd4mcba] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-h3brd4mcba] {
    font-family: var(--font-main);
    background-color: var(--color-bg-light);
    color: var(--color-gray-dark);
    font-size: 16px;
    line-height: 1.5;
}

.container[b-h3brd4mcba] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1[b-h3brd4mcba],
h2[b-h3brd4mcba],
h3[b-h3brd4mcba],
h4[b-h3brd4mcba],
h5[b-h3brd4mcba],
h6[b-h3brd4mcba] {
    font-weight: 700;
}

.text-orange[b-h3brd4mcba] {
    color: var(--color-orange);
}

/* Header */
.main-header[b-h3brd4mcba] {
    text-align: center;
    padding: 40px 0 20px;
}

.logo[b-h3brd4mcba] {
    max-width: 250px;
    height: auto;
    margin-bottom: 10px;
}

/* Intro Section */
.intro-section[b-h3brd4mcba] {
    padding: 20px 0 40px;
    max-width: var(--max-width-narrow);
    margin-inline: auto;
}

.intro-text p[b-h3brd4mcba] {
    margin-bottom: 16px;
    font-size: 16px;
    color: var(--color-blue-dark);
}

.intro-text strong[b-h3brd4mcba] {
    color: var(--color-blue-dark);
}

.intro-options[b-h3brd4mcba] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.intro-option[b-h3brd4mcba] {
    background-color: var(--color-blue-dark);
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

/* Cards Section */
.cards-section[b-h3brd4mcba] {
    padding: 20px 0;
}

.mobile-card-selector[b-h3brd4mcba] {
    display: flex;
    background-color: white;
    border-radius: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.selector-btn[b-h3brd4mcba] {
    flex: 1;
    border: none;
    background: none;
    padding: 16px 12px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    color: var(--color-gray-dark);
    cursor: pointer;
}

    .selector-btn.active[b-h3brd4mcba] {
        background-color: var(--color-gray-dark);
        /* Or maybe white with shadow? Checking image... looks like white bg on active? No, looks like just bold text or maybe a highlight. Let's assume simple bold/bg change. */
        /* Actually looking at mobile image, the selector looks like:
       [PREMIUM] [PLUS] [UNIVERSAL]
       It's a segmented control. The active one is white? Or maybe the background is gray?
       Let's try a simple style: Active = White bg + Shadow. Inactive = Transparent.
    */
        background-color: var(--color-gray-light);
    }

.cards-grid[b-h3brd4mcba] {
    display: flex;
    justify-content: center;
}

/* Mobile: Show only active card */
.card[b-h3brd4mcba] {
    display: none;
    /* Hidden by default on mobile */
    text-align: center;
    animation: fadeIn-b-h3brd4mcba 0.3s ease-in-out;
    max-width: 320px;
}

    .card.active[b-h3brd4mcba] {
        display: block;
    }

@keyframes fadeIn-b-h3brd4mcba {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.card-image-wrapper img[b-h3brd4mcba] {
    width: 100%;
    height: auto;
}

.card-details[b-h3brd4mcba] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 16px;
}

.card-includes[b-h3brd4mcba] {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    text-align: right;
    line-height: 1;
}

.price-tag[b-h3brd4mcba] {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    color: white;
    font-weight: 700;
    font-size: 18px;
    background: var(--color-gray-dark);
}

    .price-tag.gold[b-h3brd4mcba] {
        background: var(--color-orange);
        background: linear-gradient(100deg, #E4CB77 0%, #D0AB5B 20%, #EAD882 55%, #C99F52 85%, #C5974C 100%);
        color: var(--color-blue-dark);
    }

    .price-tag.silver[b-h3brd4mcba] {
        background: var(--color-gray-medium);
        background: linear-gradient(100deg, #b8b8b8 0%, #b2b2b2 20%, #F4F4F2 55%, #c6c6c6 85%, #898989 100%);
        color: var(--color-blue-dark);
    }

/* Pricing Section */
.pricing-section[b-h3brd4mcba] {
    max-width: var(--max-width-xnarrow);
    margin-inline: auto;
    padding: 40px 0;
    text-align: center;
}

.section-title[b-h3brd4mcba] {
    color: var(--color-blue-dark);
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.section-subtitle[b-h3brd4mcba] {
    font-size: 14px;
    color: var(--color-blue-dark);
    margin-bottom: 30px;
}

.pricing-table[b-h3brd4mcba] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: var(--max-width-narrow);
    margin: 0 auto;
}

.pricing-row[b-h3brd4mcba] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-name[b-h3brd4mcba] {
    font-weight: 700;
    color: var(--color-blue-dark);
    font-size: 14px;
    text-align: left;
}

.price-values[b-h3brd4mcba] {
    display: flex;
    gap: 10px;
}

.price-pill[b-h3brd4mcba] {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    color: white;
    /* Or dark text? Image shows dark text on orange? No, looks like dark text on orange, white text on gray. Let's check.
    Image: Orange pill has DARK text. Gray pill has WHITE text. */
    font-weight: 700;
    font-size: 14px;
    min-width: 60px;
    text-align: center;
}

    .price-pill.orange[b-h3brd4mcba] {
        background-color: var(--color-orange);
        color: var(--color-blue-dark);
        /* Dark blue text on orange */
    }

    .price-pill.gray[b-h3brd4mcba] {
        background-color: #999;
        color: white;
    }

/* Footer */
.main-footer[b-h3brd4mcba] {
    background-color: var(--color-blue-light);
    padding: 40px 0;
    text-align: center;
    margin-top: 40px;
}

.footer-content h3[b-h3brd4mcba] {
    color: var(--color-blue-dark);
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-info[b-h3brd4mcba] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

    .footer-info img[b-h3brd4mcba] {
        height: 40px;
        width: auto;
    }

    .footer-info p[b-h3brd4mcba] {
        text-align: left;
        font-size: 16px;
        color: var(--color-blue-dark);
        line-height: 1.2;
    }

.footer-legal[b-h3brd4mcba] {
    border-top: 1px solid var(--color-blue-dark);
    padding-top: 20px;
}

    .footer-legal p[b-h3brd4mcba] {
        font-size: 10px;
        color: var(--color-blue-dark);
    }

/* DESKTOP STYLES (>= 768px) */
@media (min-width: 768px) {
    .intro-grid[b-h3brd4mcba] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center;
    }

    .intro-options[b-h3brd4mcba] {
        margin-top: 0;
        align-items: flex-end;
        /* Align buttons to right? Image shows them stacked but on the right side. */
    }

        .intro-options .intro-option[b-h3brd4mcba] {
            width: auto;
            min-width: 250px;
        }

    /* Hide Mobile Selector */
    .mobile-card-selector[b-h3brd4mcba] {
        display: none;
    }

    /* Show all cards in grid */
    .cards-grid[b-h3brd4mcba] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 40px;
    }

    .card[b-h3brd4mcba] {
        display: block;
    }

    .service-name[b-h3brd4mcba] {
        font-size: 16px;
    }

    .footer-legal[b-h3brd4mcba] {
        width: var(--max-width-xnarrow);
        margin-inline: auto;
    }
}
/* _content/AppX.Backoffice/Pages/SchedulingConfiguration/MedicalActDetails/MedicalActDetails.razor.rz.scp.css */
.form-container[b-nj026dxbni] {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

.section[b-nj026dxbni] {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 1rem;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.field-row[b-nj026dxbni] {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: space-around;
}

.field-container-right[b-nj026dxbni] {
	margin-right: 10px;
	width: 50%;
}


.field-container[b-nj026dxbni] {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.button-container[b-nj026dxbni] {
	display: flex;
	align-items: center;
}

.separator[b-nj026dxbni] {
	height: 1px;
	width: 100%;
	background-color: #ccc;
}

input[b-nj026dxbni], select[b-nj026dxbni] {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: white;
}

select[b-nj026dxbni] {
	width: 50%;
}

button[b-nj026dxbni] {
	padding: 0.5rem 1rem;
}
/* _content/AppX.Backoffice/Pages/SurveyEvaluation/SurveyEvaluation.razor.rz.scp.css */
.switch[b-fi55t2ngt6] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    .switch input[b-fi55t2ngt6] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-fi55t2ngt6] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-fi55t2ngt6]:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-fi55t2ngt6] {
    background-color: #2196F3;
}

input:focus + .slider[b-fi55t2ngt6] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-fi55t2ngt6]:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round[b-fi55t2ngt6] {
    border-radius: 24px;
}

    .slider.round[b-fi55t2ngt6]:before {
        border-radius: 50%;
    }

th:hover[b-fi55t2ngt6] {
    color: var(--color);
}
/* _content/AppX.Backoffice/Pages/Teleconsultation/TeleconsultationConfig.razor.rz.scp.css */
.form-container[b-938s4ss4iq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.section[b-938s4ss4iq] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.field-row[b-938s4ss4iq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-around;
}

.field-container-right[b-938s4ss4iq] {
    margin-right: 10px;
    width: 50%;
}


.field-container[b-938s4ss4iq] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.button-container[b-938s4ss4iq] {
    display: flex;
    align-items: center;
}

.separator[b-938s4ss4iq] {
    height: 1px;
    width: 100%;
    background-color: #ccc;
}

input[b-938s4ss4iq], select[b-938s4ss4iq] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
}

select[b-938s4ss4iq] {
    width: 50%;
}

button[b-938s4ss4iq] {
    padding: 0.5rem 1rem;
}
/* _content/AppX.Backoffice/Pages/WaitingList/WaitingListConfiguration.razor.rz.scp.css */
.switch[b-m8vgcb490i] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    .switch input[b-m8vgcb490i] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-m8vgcb490i] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-m8vgcb490i]:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-m8vgcb490i] {
    background-color: #2196F3;
}

input:focus + .slider[b-m8vgcb490i] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-m8vgcb490i]:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round[b-m8vgcb490i] {
    border-radius: 24px;
}

.slider.round[b-m8vgcb490i]:before {
    border-radius: 50%;
}

th:hover[b-m8vgcb490i] {
    color: var(--color);
}
/* _content/AppX.Backoffice/Shared/Alert/DisplayAlert.razor.rz.scp.css */

.fade-out[b-dthb7nshk2] {
    animation: fadeOut-b-dthb7nshk2 ease 15s;
    -webkit-animation: fadeOut ease 15s;
    -moz-animation: fadeOut ease 15s;
    -o-animation: fadeOut ease 15s;
    animation-fill-mode: forwards;
}


@keyframes fadeOut-b-dthb7nshk2 {
    from {
        z-index: 70;
    }


    to {
        z-index: -1;
    }

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}


@-moz-keyframes fadeOut {
    from {
        z-index: 70;
    }


    to {
        z-index: -1;
    }

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}


@-webkit-keyframes fadeOut {
    from {
        z-index: 70;
    }


    to {
        z-index: -1;
    }

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}


@-o-keyframes fadeOut {
    from {
        z-index: 70;
    }


    to {
        z-index: -1;
    }

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}


@-ms-keyframes fadeOut {
    from {
        z-index: 70;
    }


    to {
        z-index: -1;
    }

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}


.btnPosition[b-dthb7nshk2] {
    float: left;
}


.alertPosition[b-dthb7nshk2] {
    width: calc(100% - 70px);
    position: fixed;
    bottom: 50px;
    left: 15px;
    margin-right: auto;
    margin-left: auto;
}
