@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.error-container[b-ss60vwmwep] {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 20px;
}

.error-message[b-ss60vwmwep] {
    background-color: var(--danger-color);
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-align: start;
}

.restart-button[b-ss60vwmwep] {
    background-color: var(--background-color-dark);
    color: var(--dark-color);
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-name[b-bflkq4o3yt] {
    display: inline-block;
    vertical-align: middle;
}

.version-text[b-bflkq4o3yt] {
    display: block;
    font-size: 0.75rem;
    color: gray;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-arkjn81ukg] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-visit-container[b-arkjn81ukg] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 40px);
}


.new-visit-button[b-arkjn81ukg] {
    background-color: var(--primary-color);
    color: #ffffff;
    border: none;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
}

.new-visit-button:hover[b-arkjn81ukg] {
    background-color: var(--primary-dark);
}

.visit-cards-container[b-arkjn81ukg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 60px;
}

.online-visits-loading-button-container[b-arkjn81ukg] {
    margin-bottom: 30px;
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.settings-container[b-lr9v4ihlss] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
}
/* /Components/Pages/VisitView.razor.rz.scp.css */
.visit-view[b-eac9ycg58v] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}
.visit-view-header[b-eac9ycg58v] {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.visit-view-header-save-button[b-eac9ycg58v] {
    background-color: #588157FF;
    color: white;
    border: none;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    padding: 10px 15px;
}

.visit-view-header-save-button:disabled[b-eac9ycg58v] {
    cursor: not-allowed;
    opacity: 0.5;
}
/* /Components/Shared/DisableContainer.razor.rz.scp.css */
.disabled-container[b-ifafmvp3b7] {
    pointer-events: none;
    opacity: 0.6;
}
/* /Components/Shared/HomeTabButton.razor.rz.scp.css */
.home-tab-button[b-izi7ix285c] {
    
}

.home-tab-button input[b-izi7ix285c]{
    background-color: red;
}
/* /Components/Shared/LoadingButton.razor.rz.scp.css */
.button[b-09pe1ew2fi] {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 40px; 
    width: 100%; 
    background-color: var(--primary-color);
    transition: background-color 0.3s ease;
}

.button:hover[b-09pe1ew2fi] {
    background-color: var(--primary-color-hover);
}

.button:disabled[b-09pe1ew2fi] {
    cursor: not-allowed;
    background-color: rgba(88, 129, 87, var(--disabled-opacity)); 
    color: rgba(255, 255, 255, var(--disabled-opacity));
}

.spinner[b-09pe1ew2fi] {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin-b-09pe1ew2fi 0.8s linear infinite;
}

@keyframes spin-b-09pe1ew2fi {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* /Components/Shared/Login.razor.rz.scp.css */

.content[b-ntgdjuvurw] {
    background-color: #f5f4f2;
    font-family: 'Roboto', sans-serif;
}

.container-sing-in[b-ntgdjuvurw] {
    background-color: #ffffff;
    width: 80%;
    max-width: 400px;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

.btn-sing-in[b-ntgdjuvurw] {
    background-color: #467b56;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    border: none;
}

.btn-sing-in:hover[b-ntgdjuvurw] {
    background-color: #568563;
    color: #ffffff;
}

.form-label[b-ntgdjuvurw] {
    color: #3e3e3e;
}

.form-control[b-ntgdjuvurw] {
    margin-bottom: 1rem;
}

.btn[b-ntgdjuvurw] {
    width: 100%;
}

.grupo-esdra[b-ntgdjuvurw] {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #467b56;
}

.container-image[b-ntgdjuvurw] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo[b-ntgdjuvurw] {
    width: 70%;
    max-width: 400px;
    height: auto;
    margin-bottom: 20px;
}
/* /Components/Shared/ModalDialog.razor.rz.scp.css */
.modal-dialog-container[b-w64qrlh5id] {
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.modal-processing[b-w64qrlh5id] {
    position: relative;
}

.modal-overlay[b-w64qrlh5id] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000; 
}
/* /Components/Shared/SettingButton.razor.rz.scp.css */
.settings-button[b-4qc2jrq7wo] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: left;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.settings-button:hover[b-4qc2jrq7wo] {
    background-color: #f8f9fa;
}

.settings-button .bi[b-4qc2jrq7wo] {
    font-size: 24px;
    margin-right: 15px;
    color: #666; 
}

.setting-text[b-4qc2jrq7wo] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.setting-name[b-4qc2jrq7wo] {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.setting-description[b-4qc2jrq7wo] {
    font-size: 10px;
    color: #999;
}


/* /Components/Shared/VisitCard.razor.rz.scp.css */
.visit-card-component[b-89spthlpvf] {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    gap: 5px;
}

.visit-card-component-pending[b-89spthlpvf] {
    border-left: 10px solid var(--dark-color);
}

.visit-card-component-done[b-89spthlpvf] {
    border-left: 10px solid var(--primary-color);
}

.visit-card-container[b-89spthlpvf] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.card-head-container[b-89spthlpvf] {
    background-color: white;
    color: var(--dark-color);
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
}

.plant-container[b-89spthlpvf] {
    width: 70%;
}

.creation-date-container[b-89spthlpvf] {
    width: 30%;
    display: flex;
    justify-content: end;
}

.card-body-container[b-89spthlpvf] {
    background-color: white;
    border-radius: 5px;
}

.card-body-container-item[b-89spthlpvf] {
    display: flex;
    justify-content: space-between;
}

.card-body-container-item-text[b-89spthlpvf] {
    font-weight: 500;
    font-size: 0.7rem;
    color: #878787;
}

.card-badge[b-89spthlpvf] {
    font-weight: 500;
    font-size: 0.7rem;
    border-radius: 5px;
    padding: 0 5px;
}

.badge-warning[b-89spthlpvf] {
    background-color: var(--warning-color-light);
    color: var(--warning-color);
}

.badge-success[b-89spthlpvf] {
    background-color: var(--primary-extra-light);
    color: var(--primary-color);
}

.badge-neutral[b-89spthlpvf] {
    background-color: var(--background-color-dark);
    color: var(--dark-color);
}

.divider[b-89spthlpvf] {
    height: 1px;
    background-color: var(--background-color);
    margin: 2px 0;
}

.visit-card-button-container[b-89spthlpvf] {
    width: 100%;
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-top: 10px;
}

.plant-container-address[b-89spthlpvf] {
    color: var(--dark-color);
    opacity: 0.8;
    font-size: 0.7rem;
}

.visit-card-button-neutral[b-89spthlpvf] {
    background-color: var(--background-color-dark);
    color: var(--dark-color);
    border: none;
    font-weight: bold;
    text-align: center;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 2px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.visit-card-button-neutral:disabled[b-89spthlpvf] {
    cursor: not-allowed; 
    opacity: 0.5; 
}

.visit-card-button-danger[b-89spthlpvf] {
    background-color: var(--danger-extra-light);
    color: var(--danger-color);
    border: none;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 2px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.visit-card-button-danger:disabled[b-89spthlpvf] {
    cursor: not-allowed; 
    opacity: 0.5;
}
/* /Components/Shared/VisitCardButton.razor.rz.scp.css */
.visit-card-button[b-0xnkwrtp2d] {
    border: none;
    border-radius: 15px;
    padding: 5px 15px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-weight: bold;
    font-size: 10px;
}

.visit-card-button:disabled[b-0xnkwrtp2d] {
    opacity: 0.5; 
    cursor: not-allowed; 
}

.delete-button:disabled[b-0xnkwrtp2d] {
    background-color: #f8d7da; 
    color: #721c24; 
    border-color: #f8d7da; 
}

.default-button[b-0xnkwrtp2d] {
    background-color: #d5d5d5; 
    color: #515151;
}

.default-button:hover[b-0xnkwrtp2d] {
    background-color: #ccc;
    color: #222;
}

.delete-button[b-0xnkwrtp2d] {
    background-color: #f8d7da; 
    color: #721c24;
}


.delete-button:hover[b-0xnkwrtp2d] {
    background-color: #f5c6cb; 
    color: #721c24; 
}
/* /Components/Shared/VisitComponents/BalanceTestsComponent.razor.rz.scp.css */
.table-container[b-4ea3j9beq8] {
    overflow-x: auto;
}

.table-small[b-4ea3j9beq8] {
    font-size: 0.875rem; /* Tamanho da fonte ajustado */
}

@media (max-width: 768px) {
    .table-small[b-4ea3j9beq8] {
        font-size: 0.75rem; /* Reduz ainda mais o tamanho em dispositivos menores */
    }
}

.balance-test-button-success[b-4ea3j9beq8] {
    background-color: var(--primary-color);
    color: white;
    border: none;
    font-weight: bold;
    text-align: center;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 5px 30px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.balance-test-button-danger[b-4ea3j9beq8] {
    background-color: var(--danger-extra-light);
    color: var(--danger-color);
    border: none;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
/* /Components/Shared/VisitComponents/ConclusionComponent.razor.rz.scp.css */
.send-by-email-container[b-6bgvfuk5io] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 5px;
    align-items: center;
    padding: 15px 0;
}

input[type="checkbox"][b-6bgvfuk5io] {
    appearance: none;
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    background-color: var(--background-color-dark);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

label[b-6bgvfuk5io] {
    color: var(--dark-color);
    font-size: 16px;
}

input[type="checkbox"][b-6bgvfuk5io]:after {
    font-weight: 900;
    content: '\2714';
    font-size: 16px;
    color: white;
    display: none;
}

input[type="checkbox"]:hover[b-6bgvfuk5io] {
    background-color: var(--primary-extra-light);
}

input[type="checkbox"]:checked[b-6bgvfuk5io] {
    background-color: var(--primary-color);
}

input[type="checkbox"]:checked[b-6bgvfuk5io]:after {
    display: block;
}
/* /Components/Shared/VisitComponents/DataSeparator.razor.rz.scp.css */
/* /Components/Shared/VisitComponents/ImageCard.razor.rz.scp.css */
.image-card-container[b-s1h2j5995a] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.image-card[b-s1h2j5995a] {
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.image-card img[b-s1h2j5995a] {
    border-radius: 0.5rem;
}
/* /Components/Shared/VisitComponents/ImageSelectorComponent.razor.rz.scp.css */
.image-selector-container[b-7z840c63wr] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
    gap: 10px;
}

.image-selector-buttons-container[b-7z840c63wr] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.image-selector-buttons-left[b-7z840c63wr] {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-selector-buttons-left-text[b-7z840c63wr] {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background-color: var(--background-color);
    color: var(--primary-color);
    cursor: pointer;
    font-weight: bold;
    height: 40px;
}

.image-selector-buttons-left-text:hover[b-7z840c63wr] {
    background-color: var(--background-color-dark);
}

.image-selector-buttons-right[b-7z840c63wr] {
    width: 30%;
}
/* /Components/Shared/VisitComponents/VisitPageSelector.razor.rz.scp.css */
.visit-page-selector[b-kjlydgiyo6] {
    width: 100%;
}

.custom-select[b-kjlydgiyo6] {
    position: relative;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.custom-select option[b-kjlydgiyo6] {
    padding: 10px;
}

.custom-select:hover[b-kjlydgiyo6] {
    border-color: #007bff;
}

.custom-select option:hover[b-kjlydgiyo6] {
    background-color: #f1f1f1;
}
/* /Components/Shared/VisitComponents/VisitSelect.razor.rz.scp.css */
