/* _content/WebCore/Components/Authentication/Login.razor.rz.scp.css */
.login-background[b-i1jzhwx6ua] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-bg);
    align-content: center;
    transition: 0.2s;
}

.login-container[b-i1jzhwx6ua] {
    /*background-color: var(--color-bg-login-container);*/
    border: 2px white solid;
    background-color: rgba(var(--color-primary-rgb), 0.1);
    backdrop-filter: blur(2px);
    width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    border-radius: 14px;
    box-sizing: border-box;
    transition: 0.3s all;
    transition: 0.2s;
}

.login-header-container[b-i1jzhwx6ua] {
    width: 100%;
}


.login-header[b-i1jzhwx6ua] {
    display: flex;
    color: var(--color-text-black);
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    gap: 6px;
    align-content: center;
    justify-content: center;
    max-height: 70px;
    margin: 0;
}

a[b-i1jzhwx6ua] {
    color: var(--color-primary);
    text-align:end;
    font-size: 14px
}

.header-icon[b-i1jzhwx6ua] {
    width: 49px;
    filter: var(--filter-primary-color);
}

.login-options[b-i1jzhwx6ua] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.remember-password[b-i1jzhwx6ua] {
    flex-direction: row;
}

.remember-password label[b-i1jzhwx6ua] {
    width: auto;
}

@media (prefers-color-scheme: light) {

    .login-container[b-i1jzhwx6ua] {
    }
}


@media screen and (max-width: 567px) {
    .login-container[b-i1jzhwx6ua] {
        width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}
/* _content/WebCore/Components/Authentication/SetPassword.razor.rz.scp.css */
.login-background[b-00w9mkz8w4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-bg);
    align-content: center;
    transition: 0.2s;
}

.login-container[b-00w9mkz8w4] {
    /*background-color: var(--color-bg-login-container);*/
    border: 2px white solid;
    background-color: rgba(var(--color-primary-rgb), 0.1);
    backdrop-filter: blur(2px);
    width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    border-radius: 14px;
    box-sizing: border-box;
    transition: 0.3s all;
    transition: 0.2s;
}

.login-header-container[b-00w9mkz8w4] {
    width: 100%;
}


.login-header[b-00w9mkz8w4] {
    display: flex;
    color: var(--color-text-black);
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    gap: 6px;
    align-content: center;
    justify-content: center;
    max-height: 70px;
    margin: 0;
}

a[b-00w9mkz8w4] {
    color: var(--color-primary);
    text-align:end;
    font-size: 14px
}

.header-icon[b-00w9mkz8w4] {
    width: 49px;
    filter: var(--filter-primary-color);
}

.login-options[b-00w9mkz8w4] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.remember-password[b-00w9mkz8w4] {
    flex-direction: row;
}

.remember-password label[b-00w9mkz8w4] {
    width: auto;
}

@media (prefers-color-scheme: light) {

    .login-container[b-00w9mkz8w4] {
    }
}


@media screen and (max-width: 567px) {
    .login-container[b-00w9mkz8w4] {
        width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}
/* _content/WebCore/Components/CompanyPage/ClientLogin.razor.rz.scp.css */
.login-background[b-26vciajmcr] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-bg);
    align-content: center;
    transition: 0.2s;
}

.login-container[b-26vciajmcr] {
    /*background-color: var(--color-bg-login-container);*/
    border: 2px white solid;
    background-color: rgba(var(--color-primary-rgb), 0.1);
    backdrop-filter: blur(2px);
    width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    border-radius: 14px;
    box-sizing: border-box;
    transition: 0.3s all;
    transition: 0.2s;
}

.login-header-container[b-26vciajmcr] {
    width: 100%;
}


.login-header[b-26vciajmcr] {
    display: flex;
    color: var(--color-text-black);
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    gap: 6px;
    align-content: center;
    justify-content: center;
    max-height: 70px;
    margin: 0;
}

a[b-26vciajmcr] {
    color: var(--color-primary);
    text-align:end;
    font-size: 14px
}

.header-icon[b-26vciajmcr] {
    width: 49px;
    filter: var(--filter-primary-color);
}

.login-options[b-26vciajmcr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.remember-password[b-26vciajmcr] {
    flex-direction: row;
}

.remember-password label[b-26vciajmcr] {
    width: auto;
}

@media (prefers-color-scheme: light) {

    .login-container[b-26vciajmcr] {
    }
}


@media screen and (max-width: 567px) {
    .login-container[b-26vciajmcr] {
        width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}
/* _content/WebCore/Components/CompanyPage/Configuration.razor.rz.scp.css */
.filter-container[b-mwskb2defe] {
    width: 100%;
    
}
/* _content/WebCore/Components/CompanyPage/Invoices.razor.rz.scp.css */
.filter-container[b-frhbqaohwk] {
    width: 100%;
    
}
/* _content/WebCore/Components/CompanyPage/InvoicesBack.razor.rz.scp.css */
.filter-container[b-fh0duy4bur] {
    width: 100%;
    
}
/* _content/WebCore/Components/CompanyPage/Login.razor.rz.scp.css */
.login-background[b-dpt7xvuj6r] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-bg);
    align-content: center;
    transition: 0.2s;
}

.login-container[b-dpt7xvuj6r] {
    /*background-color: var(--color-bg-login-container);*/
    border: 2px white solid;
    background-color: rgba(var(--color-primary-rgb), 0.1);
    backdrop-filter: blur(2px);
    width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    border-radius: 14px;
    box-sizing: border-box;
    transition: 0.3s all;
}

.login-header-container[b-dpt7xvuj6r] {
    width: 100%;
}


.login-header[b-dpt7xvuj6r] {
    display: flex;
    color: var(--color-text-black);
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    gap: 6px;
    align-content: center;
    justify-content: center;
    max-height: 70px;
    margin: 0;
}

a[b-dpt7xvuj6r] {
    color: var(--color-primary);
    text-align:end;
    font-size: 14px
}

.header-icon[b-dpt7xvuj6r] {
    width: 49px;
    filter: var(--filter-primary-color);
}

.login-options[b-dpt7xvuj6r] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.remember-password[b-dpt7xvuj6r] {
    flex-direction: row;
}

.remember-password label[b-dpt7xvuj6r] {
    width: auto;
}

@media (prefers-color-scheme: light) {

    .login-container[b-dpt7xvuj6r] {
    }
}


@media screen and (max-width: 567px) {
    .login-container[b-dpt7xvuj6r] {
        width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}
/* _content/WebCore/Components/Darsec/XMLExport.razor.rz.scp.css */
.xml-items[b-iyh81t4pxz] {
    width: 100%;
    box-sizing: border-box;
}

.xml-container[b-iyh81t4pxz] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    min-width: 0;
    max-width: 900px;
}
/* _content/WebCore/Components/Design/CustomNumberInput.razor.rz.scp.css */
.custom-number-input[b-yfyp54f3dq] {
    display: inline-block;
}

.number-input-container[b-yfyp54f3dq] {
    display: flex;
    position: relative;
    width: 100%;
}

.number-input[b-yfyp54f3dq] {
    width: 100%;
    box-sizing: border-box;
    border: 0.13rem solid var(--color-primary);
    border-radius: 5px;
    padding: 8px;
    margin: 0;
    color: var(--color-input-color);
    transition: border-color 0.3s ease-in-out;
    background-color: var(--color-bg-input);
    cursor: default;
    resize: vertical;
}


.number-input[b-yfyp54f3dq]::-webkit-outer-spin-button,
.number-input[b-yfyp54f3dq]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-input[type=number][b-yfyp54f3dq] {
    -moz-appearance: textfield;
}

.number-input.focused[b-yfyp54f3dq] {
    border-color: #228537;
    outline: 2px rgba(var(--color-primary-rgb), 0.4) solid;
}

.arrows-container[b-yfyp54f3dq] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 26px;
    border-left: 2px rgba(var(--color-primary-rgb), 0.4) solid;
}

.arrow-button[b-yfyp54f3dq] {
    flex: 1;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.2s;
}

.arrow-button:first-child[b-yfyp54f3dq] {
    border-bottom: 2px rgba(var(--color-primary-rgb), 0.4) solid;
}

.arrow-button:hover[b-yfyp54f3dq] {
    filter: brightness(1.1);
    background-color: rgba(var(--color-primary-rgb), 0.05)
}

.arrow[b-yfyp54f3dq] {
    margin: 0;
    height: 14px;
    filter: invert(43%) sepia(13%) saturate(2377%) hue-rotate(81deg) brightness(97%) contrast(92%);
}

.error-message[b-yfyp54f3dq] {
    color: #ef4444;
    font-size: 12px;
    margin-top: 4px;
}
/* _content/WebCore/Components/Design/DateFilter.razor.rz.scp.css */
.date-filter-container[b-lky7oa4esm],
.filter-row[b-lky7oa4esm] {
    display: flex;
    flex-direction: row;
}

.filter-item[b-lky7oa4esm] {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 5px;
}

select option[b-lky7oa4esm] {
    background-color: var(--color-bg-body);
}


select option:hover[b-lky7oa4esm] {
    background-color: var(--color-bg);
}

@media (max-width: 867px) {
    .date-filter-container[b-lky7oa4esm],
    .filter-row[b-lky7oa4esm] {
        flex-direction: column;
    }
}
/* _content/WebCore/Components/Design/Design.razor.rz.scp.css */
/* _content/WebCore/Components/Design/FitrableSelect.razor.rz.scp.css */
.custom-select-wrapper[b-rs602v6cib] {
    position: relative;
    width: 100%;
}

.custom-select[b-rs602v6cib] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: var(--color-bg-input);
    cursor: pointer;
    user-select: none;
}

.custom-select:hover[b-rs602v6cib] {
    border-color: var(--color-primary);
}

i[b-rs602v6cib] {
    transition: 0.2s all ease-in-out;
}

.arrow[b-rs602v6cib] {
    border: solid var(--color-text-black);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

.arrow-up[b-rs602v6cib] {
    transform: rotate(225deg);
}

.custom-select-filter[b-rs602v6cib] {
    width: calc(100% - 12px);
    margin: 6px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.custom-select-list[b-rs602v6cib] {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-select-item[b-rs602v6cib] {
    padding: 6px;
    cursor: pointer;
}

.custom-select-item:hover[b-rs602v6cib] {
    background-color: #f0f0f0;
}

.custom-select-item.no-results[b-rs602v6cib] {
    text-align: center;
    color: #999;
}

.options-container[b-rs602v6cib] {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    max-height: calc(200px - 46px);
    
}

.custom-select-dropdown[b-rs602v6cib] {
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
    background-color: var(--color-bg-input);
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 9999999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
    max-height: 0; 
}

.custom-select-dropdown.open[b-rs602v6cib] {
    animation: expandDropdown-b-rs602v6cib 0.3s ease-in-out forwards; 
}

@keyframes expandDropdown-b-rs602v6cib {
    0% {
        max-height: 0;
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        max-height: 200px;
    }
}

/* _content/WebCore/Components/Design/ImageViewer.razor.rz.scp.css */
/* _content/WebCore/Components/Design/InputImage.razor.rz.scp.css */
.image-input[b-a84vaunf4h] {
    width: 100%;
    aspect-ratio: 1;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: var(--color-bg);
    transition: all 0.2s ease;
}

input[type="file"][b-a84vaunf4h] {
    display: none;
}

.image-input.dragging[b-a84vaunf4h] {
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px dashed #6b7280;
}

.hidden-input[b-a84vaunf4h] {
    display: none !important;
}

.input-container[b-a84vaunf4h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.placeholder-content[b-a84vaunf4h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #6b7280;
}

.upload-icon[b-a84vaunf4h] {
    width: 3rem;
    height: 3rem;
}

.upload-text[b-a84vaunf4h] {
    font-size: 1rem;
    text-align: center;
}

.image-preview[b-a84vaunf4h] {
    width: 100%;
    height: 100%;
    position: relative;
}

.image-preview img[b-a84vaunf4h] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay[b-a84vaunf4h] {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.image-preview:hover .image-overlay[b-a84vaunf4h] {
    opacity: 1;
}
/* _content/WebCore/Components/Design/LoadingSpinner.razor.rz.scp.css */
.loading-spinner[b-6rroxep4ge] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.13);
    z-index: 99999;
    overflow: hidden;
    opacity: 0;
    /* transform: scale(0.9); */
    animation: fadeIn-b-6rroxep4ge 0.3s ease-in-out forwards;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(2px);
}

@keyframes fadeIn-b-6rroxep4ge {
    0% {
        opacity: 0;
        /* transform: scale(0.9); */
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut-b-6rroxep4ge {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9);
    }
}

.loading-text[b-6rroxep4ge] {
    font-size: 15px;
    font-weight: 600;
}

.three-body[b-6rroxep4ge] {
    --uib-size: 40px;
    --uib-speed: 0.8s;
    --uib-color: var(--color-primary);
    position: relative;
    display: inline-block;
    height: var(--uib-size);
    width: var(--uib-size);
    animation: spin78236-b-6rroxep4ge calc(var(--uib-speed) * 2.5) infinite linear;
}

.three-body__dot[b-6rroxep4ge] {
    position: absolute;
    height: 100%;
    width: 30%;
}

.three-body__dot[b-6rroxep4ge]:after {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: var(--uib-color);
    border-radius: 50%;
}

.three-body__dot:nth-child(1)[b-6rroxep4ge] {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
}

    .three-body__dot:nth-child(1)[b-6rroxep4ge]::after {
        bottom: 0;
        left: 0;
        animation: wobble1-b-6rroxep4ge var(--uib-speed) infinite ease-in-out;
        animation-delay: calc(var(--uib-speed) * -0.3);
    }

.three-body__dot:nth-child(2)[b-6rroxep4ge] {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
}

    .three-body__dot:nth-child(2)[b-6rroxep4ge]::after {
        bottom: 0;
        left: 0;
        animation: wobble1-b-6rroxep4ge var(--uib-speed) infinite calc(var(--uib-speed) * -0.15) ease-in-out;
    }

.three-body__dot:nth-child(3)[b-6rroxep4ge] {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
}

.three-body__dot:nth-child(3)[b-6rroxep4ge]::after {
    top: 0;
    left: 0;
    animation: wobble2-b-6rroxep4ge var(--uib-speed) infinite ease-in-out;
}

@keyframes spin78236-b-6rroxep4ge {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes wobble1-b-6rroxep4ge {
    0%, 100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(-66%) scale(0.65);
        opacity: 0.8;
    }
}

@keyframes wobble2-b-6rroxep4ge {
    0%, 100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(66%) scale(0.65);
        opacity: 0.8;
    }
}
/* _content/WebCore/Components/Design/Modal.razor.rz.scp.css */

.modal[b-8kitz159ez] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(2px);
}

.modal-background[b-8kitz159ez] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-content[b-8kitz159ez] {
    position: relative;
    z-index: 2;
    margin: auto;
    background: var(--color-bg-modal);
    border-radius: 8px;
    width: 85%;
    transition: all 0.3s ease-in-out;
    /*max-width: 600px;*/
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.modal-header[b-8kitz159ez] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: var(--color-bg-modal-header);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-title[b-8kitz159ez] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.modal-close[b-8kitz159ez] {
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.modal-body[b-8kitz159ez] {
    padding: 16px;
    overflow-y: auto !important;
    overflow-y: auto;
    max-height: calc(90vh - 56px);
}


.modal-close-icon[b-8kitz159ez] {
    width: 20px;
    filter: var(--color-bg-modal-close-icon);
}

@media (max-width: 767px) {
    .modal-content[b-8kitz159ez] {
        width: 92%;
        max-height: 92vh;
    }
}
/* _content/WebCore/Components/Design/QuickGrid.razor.rz.scp.css */
th[b-zb3tf0j17j] {
    vertical-align:bottom
}

.item-title[b-zb3tf0j17j] {
    width: 100%;
    max-height: none;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.2s all;
    align-items: center;
}

.title[b-zb3tf0j17j] {
    text-align: left;
}

.item-title:hover[b-zb3tf0j17j] {
    transform: scale(1.01)
}

.item-title p[b-zb3tf0j17j] {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.search-input[b-zb3tf0j17j] {
    border-radius: 0;
    height: 30px;
    border: 2px solid transparent;
    outline: none;
    border-bottom: 2px solid var(--color-primary);
    caret-color: #3f3f3f;
    background-color: rgba(var(--color-primary-rgb), 0.1);
    backdrop-filter: blur(1px);
    padding: 5px;
    transition: .2s linear;
    letter-spacing: 1px;
    color: var(--color-input-color);
    margin: 3px 0;
}

.search-input:focus[b-zb3tf0j17j] {
    border: 2px solid var(--color-primary);
    caret-color: #fa4753;
    color: var(--color-primary);
    box-shadow: 9px 6px 57px -13px rgba(0,0,0,0.75);
}

.sort-control[b-zb3tf0j17j] {
    height: 24px;
    filter: var(--filter-no-selected-color);
}

.input:focus[b-zb3tf0j17j]::placeholder {
    color: #fa4753;
}


table[b-zb3tf0j17j] {
    width: 100%;
    border-collapse: collapse;
}


    table thead tr[b-zb3tf0j17j] {
        border: none;
    }

.item-line[b-zb3tf0j17j] {
    transition: 0.2s all;
    border-bottom: 2px solid rgba(var(--color-primary-rgb), 0.5);
}

    .item-line:hover[b-zb3tf0j17j] {
        transform: scale(1.007)
    }

.icon-checkmark[b-zb3tf0j17j] {
    filter: brightness(0) saturate(100%) invert(59%) sepia(56%) saturate(3969%) hue-rotate(77deg) brightness(109%) contrast(115%);
}

.icon-dismiss[b-zb3tf0j17j] {
    filter: brightness(0) saturate(100%) invert(30%) sepia(52%) saturate(3992%) hue-rotate(339deg) brightness(109%) contrast(100%);
}

.item-line img[b-zb3tf0j17j] {
    margin: 0;
    align-content: center;
    width: 100%;
    height: 26px;
}

table th[b-zb3tf0j17j], table td[b-zb3tf0j17j] {
    padding: 6px 3px;
}

table td[b-zb3tf0j17j] {
    max-width: 90px !important;
    overflow-y: auto !important;
}

table tbody tr:nth-child(even)[b-zb3tf0j17j] {
    background-color: rgba(var(--color-primary-rgb), 0.14);
}

.pagination-container[b-zb3tf0j17j] {
    margin: 6px 0;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    transition: 0.2s all;
}

    .pagination-container input[b-zb3tf0j17j],
    .pagination-container select[b-zb3tf0j17j] {
        background-color: rgba(var(--color-primary-rgb), 0.5);
        border-radius: 4px;
        padding: 2px 4px;
        border: 2px rgba(var(--color-primary-rgb), 0.8) solid;
        color: white;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Poppins', serif;
        transition: 0.2s all;
        height: 26px;
        width: 28px;
        max-width: auto;
    }

    .pagination-container input[b-zb3tf0j17j]::-webkit-outer-spin-button,
    .pagination-container input[b-zb3tf0j17j]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .pagination-container input[type=number][b-zb3tf0j17j] {
        -moz-appearance: textfield;
    }

.pagination-container button[b-zb3tf0j17j] {
    background-color: rgba(var(--color-primary-rgb), 0.5);
    border-radius: 4px;
    padding: 2px 8px;
    border: 2px rgba(var(--color-primary-rgb), 0.8) solid;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', serif;
    transition: 0.2s all;
    height: 34px;
    width: 34px;
}

.pagination-container button:disabled[b-zb3tf0j17j] {
    filter: opacity(0.5);
}

.pagination-container .active[b-zb3tf0j17j] {
    background-color: rgba(var(--color-primary-rgb), 1);
}

.pagination-buttons[b-zb3tf0j17j] {
    display: flex;
    gap: 5px;
}

.sort-up-active[b-zb3tf0j17j],
.sort-down-active[b-zb3tf0j17j] {
    filter: var(--filter-primary-color);
}

.pagination-buttons img[b-zb3tf0j17j] {
    height: 14px;
    filter: invert(98%) sepia(9%) saturate(197%) hue-rotate(252deg) brightness(116%) contrast(100%);
}

.pagination-buttons button[b-zb3tf0j17j] {
    display: flex;
    justify-content: center;
    align-items: center;
}


.action-buttons[b-zb3tf0j17j] {
    display: flex;
    justify-content: center;
    gap: 2px;
}


.action-button[b-zb3tf0j17j] {
    border: 0.13rem solid #000000;
    background-color: #0000002c;
    border-radius: 4px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all;
    /*filter: invert(16%) sepia(97%) saturate(6065%) hue-rotate(212deg) brightness(95%) contrast(101%);
*/
}

.action-button:hover[b-zb3tf0j17j] {
    transform: scale(1.05);
    opacity: 0.8;
}

.action-button img[b-zb3tf0j17j] {
    width: 22px;
}

@media screen and (max-width: 667px) {
    table[b-zb3tf0j17j] {
        table-layout: fixed;
        width: 100%;
    }

    table td[b-zb3tf0j17j] {
        max-width: 100% !important;
        overflow: hidden;
        white-space: nowrap; 
    }

    table th[b-zb3tf0j17j], table td[b-zb3tf0j17j] {
        padding: 0;
        width: 100% !important;
    }

    ul[b-zb3tf0j17j],li[b-zb3tf0j17j] {
        width: 20px;
    }
    .action-buttons[b-zb3tf0j17j] {
        justify-content: end;
    }

    .pagination-container button[b-zb3tf0j17j] {
        box-sizing: border-box;
        width: 100%;
    }
    
    .pagination-buttons[b-zb3tf0j17j] {
        flex-wrap: wrap;
    }
    
    .pagination-buttons button[b-zb3tf0j17j] {
        flex: 1 1 calc(33.33% - 10px);  /* Hace que los fotones ocupen el 33.33% del contenedor, menos el margen */
        box-sizing: border-box;         /* Asegura que el padding y el border no afecten al tamaño total */
        text-align: center;
    }

    .pagination-buttons[b-zb3tf0j17j], .pagination-info[b-zb3tf0j17j] {
        box-sizing: border-box;
        width: 100%;
    }

    .pagination-container[b-zb3tf0j17j] {
        flex-direction: column;
    }

    table thead tr label[b-zb3tf0j17j] {
        display: block;
    }

    table thead tr th[b-zb3tf0j17j] {
        display: block;
        padding: 0;
        margin: 4px 0;
    }

    table tr[b-zb3tf0j17j] {
        display: block;
        border-bottom: 1px white solid;
    }

    table th[b-zb3tf0j17j], table td[b-zb3tf0j17j] {
        padding: .5rem;
    }

    table td[b-zb3tf0j17j] {
        text-align: right;
        display: block;
        margin: 0;
        padding: 2px;
        overflow-x: auto;
    }

        table td[b-zb3tf0j17j]:before {
            content: attr(data-title) ": ";
            float: left;
            font-weight: 500;
        }

    .item-line img[b-zb3tf0j17j] {
        width: auto;
    }

    .text-center[b-zb3tf0j17j] {
        text-align: right !important;
        justify-content: right !important;
    }

    .container-check[b-zb3tf0j17j] {
        justify-content: right !important
    }

}

select option[b-zb3tf0j17j] {
    background-color: var(--color-bg-body);
}


select option:hover[b-zb3tf0j17j] {
    background-color: var(--color-bg);
}

.switch[b-zb3tf0j17j] {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 2.8em;
    height: 1.4em;
}

.switch input[b-zb3tf0j17j] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:disabled + .slider[b-zb3tf0j17j] {
    opacity: 0.7;
    cursor: default;    
}

.slider[b-zb3tf0j17j] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(182, 182, 182);
    transition: .4s;
    border-radius: 8px;
}

    .slider[b-zb3tf0j17j]:before {
        position: absolute;
        content: "";
        height: 1em;
        width: 1em;
        border-radius: 5px;
        left: 0.15em;
        bottom: 0.2em;
        transform: rotate(270deg);
        background-color: rgb(255, 255, 255);
        transition: .4s;
    }

.switch input:checked + .slider[b-zb3tf0j17j] {
    background-color: #21cc4c;
}

.switch input:focus + .slider[b-zb3tf0j17j] {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider[b-zb3tf0j17j]:before {
    transform: translateX(1.5em);
}

.action-cell[b-zb3tf0j17j] {
    min-width: 100px !important;
    text-align: center;
}


.text-center[b-zb3tf0j17j] {
    text-align: center;
    justify-content: center;
}

.container-check[b-zb3tf0j17j] {
    justify-content: center
}
/* _content/WebCore/Components/Design/QuickGridPage.razor.rz.scp.css */
th[b-b6lr63gf0w] {
    vertical-align:bottom
}

.item-title[b-b6lr63gf0w] {
    width: 100%;
    max-height: none;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.2s all;
    align-items: center;
}

.title[b-b6lr63gf0w] {
    text-align: left;
}

.item-title:hover[b-b6lr63gf0w] {
    transform: scale(1.01)
}

.item-title p[b-b6lr63gf0w] {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.search-input[b-b6lr63gf0w] {
    border-radius: 0;
    height: 30px;
    border: 2px solid transparent;
    outline: none;
    border-bottom: 2px solid var(--color-primary);
    caret-color: #3f3f3f;
    background-color: rgba(var(--color-primary-rgb), 0.1);
    backdrop-filter: blur(1px);
    padding: 5px;
    transition: .2s linear;
    letter-spacing: 1px;
    color: var(--color-input-color);
    margin: 3px 0;
}

.search-input:focus[b-b6lr63gf0w] {
    border: 2px solid var(--color-primary);
    caret-color: #fa4753;
    color: var(--color-primary);
    box-shadow: 9px 6px 57px -13px rgba(0,0,0,0.75);
}

.sort-control[b-b6lr63gf0w] {
    height: 24px;
    filter: var(--filter-no-selected-color);
}

.input:focus[b-b6lr63gf0w]::placeholder {
    color: #fa4753;
}


table[b-b6lr63gf0w] {
    width: 100%;
    border-collapse: collapse;
}


table thead tr[b-b6lr63gf0w] {
    border: none;
}

.item-line[b-b6lr63gf0w] {
    transition: 0.2s all;
    border-bottom: 2px solid rgba(var(--color-primary-rgb), 0.5);
}

.item-line:hover[b-b6lr63gf0w] {
    transform: scale(1.007)
}

.icon-checkmark[b-b6lr63gf0w] {
    filter: brightness(0) saturate(100%) invert(59%) sepia(56%) saturate(3969%) hue-rotate(77deg) brightness(109%) contrast(115%);
}

.icon-dismiss[b-b6lr63gf0w] {
    filter: brightness(0) saturate(100%) invert(30%) sepia(52%) saturate(3992%) hue-rotate(339deg) brightness(109%) contrast(100%);
}

.item-line img[b-b6lr63gf0w] {
    margin: 0;
    align-content: center;
    width: 100%;
    height: 26px;
}

table th[b-b6lr63gf0w], table td[b-b6lr63gf0w] {
    padding: 6px 3px;
}

table td[b-b6lr63gf0w] {
    max-width: 90px !important;
    overflow-y: auto !important;
}

table tbody tr:nth-child(even)[b-b6lr63gf0w] {
    background-color: rgba(var(--color-primary-rgb), 0.14);
}

.pagination-container[b-b6lr63gf0w] {
    margin: 6px 0;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    transition: 0.2s all;
}

.pagination-container input[b-b6lr63gf0w],
.pagination-container select[b-b6lr63gf0w] {
    background-color: rgba(var(--color-primary-rgb), 0.5);
    border-radius: 4px;
    padding: 2px 4px;
    border: 2px rgba(var(--color-primary-rgb), 0.8) solid;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', serif;
    transition: 0.2s all;
    height: 26px;
    width: auto;
}

.pagination-container input[b-b6lr63gf0w]::-webkit-outer-spin-button,
.pagination-container input[b-b6lr63gf0w]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pagination-container input[type=number][b-b6lr63gf0w] {
    -moz-appearance: textfield;
}

.pagination-container button[b-b6lr63gf0w] {
    background-color: rgba(var(--color-primary-rgb), 0.5);
    border-radius: 4px;
    padding: 2px 8px;
    border: 2px rgba(var(--color-primary-rgb), 0.8) solid;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', serif;
    transition: 0.2s all;
    height: 34px;
    min-width: 34px;
    width: auto;
}

.pagination-container button:disabled[b-b6lr63gf0w] {
    filter: opacity(0.5);
}

.pagination-container .active[b-b6lr63gf0w] {
    background-color: rgba(var(--color-primary-rgb), 1);
}

.pagination-buttons[b-b6lr63gf0w] {
    display: flex;
    gap: 5px;
}

.sort-up-active[b-b6lr63gf0w],
.sort-down-active[b-b6lr63gf0w] {
    filter: var(--filter-primary-color);
}

.pagination-buttons img[b-b6lr63gf0w] {
    height: 14px;
    filter: invert(98%) sepia(9%) saturate(197%) hue-rotate(252deg) brightness(116%) contrast(100%);
}

.pagination-buttons button[b-b6lr63gf0w] {
    display: flex;
    justify-content: center;
    align-items: center;
}


.action-buttons[b-b6lr63gf0w] {
    display: flex;
    justify-content: center;
    gap: 2px;
}


.action-button[b-b6lr63gf0w] {
    border: 0.13rem solid #000000;
    background-color: #0000002c;
    border-radius: 4px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all;
    /*filter: invert(16%) sepia(97%) saturate(6065%) hue-rotate(212deg) brightness(95%) contrast(101%);
*/
}

.action-button:hover[b-b6lr63gf0w] {
    transform: scale(1.05);
    opacity: 0.8;
}

.action-button img[b-b6lr63gf0w] {
    width: 22px;
}

@media screen and (max-width: 667px) {
    table[b-b6lr63gf0w] {
        table-layout: fixed;
        width: 100%;
    }

    table td[b-b6lr63gf0w] {
        max-width: 100% !important;
        overflow: hidden;
        white-space: nowrap;
    }

    table th[b-b6lr63gf0w], table td[b-b6lr63gf0w] {
        padding: 0;
        width: 100% !important;
    }

    ul[b-b6lr63gf0w],li[b-b6lr63gf0w] {
        width: 20px;
    }
    .action-buttons[b-b6lr63gf0w] {
        justify-content: end;
    }

    .pagination-container button[b-b6lr63gf0w] {
        box-sizing: border-box;
        width: 100%;
    }

    .pagination-buttons[b-b6lr63gf0w] {
        flex-wrap: wrap;
    }

    .pagination-buttons button[b-b6lr63gf0w] {
        flex: 1 1 calc(33.33% - 10px);  /* Hace que los fotones ocupen el 33.33% del contenedor, menos el margen */
        box-sizing: border-box;         /* Asegura que el padding y el border no afecten al tamaño total */
        text-align: center;
    }

    .pagination-buttons[b-b6lr63gf0w], .pagination-info[b-b6lr63gf0w] {
        box-sizing: border-box;
        width: 100%;
    }

    .pagination-container[b-b6lr63gf0w] {
        flex-direction: column;
    }

    table thead tr label[b-b6lr63gf0w] {
        display: block;
    }

    table thead tr th[b-b6lr63gf0w] {
        display: block;
        padding: 0;
        margin: 4px 0;
    }

    table tr[b-b6lr63gf0w] {
        display: block;
        border-bottom: 1px white solid;
    }

    table th[b-b6lr63gf0w], table td[b-b6lr63gf0w] {
        padding: .5rem;
    }

    table td[b-b6lr63gf0w] {
        text-align: right;
        display: block;
        margin: 0;
        padding: 2px;
        overflow-x: auto;
    }

    table td[b-b6lr63gf0w]:before {
        content: attr(data-title) ": ";
        float: left;
        font-weight: 500;
    }

    .item-line img[b-b6lr63gf0w] {
        width: auto;
    }

    .text-center[b-b6lr63gf0w] {
        text-align: right !important;
        justify-content: right !important;
    }

    .container-check[b-b6lr63gf0w] {
        justify-content: right !important
    }

}

select option[b-b6lr63gf0w] {
    background-color: var(--color-bg-body);
}


select option:hover[b-b6lr63gf0w] {
    background-color: var(--color-bg);
}

.switch[b-b6lr63gf0w] {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 2.8em;
    height: 1.4em;
}

.switch input[b-b6lr63gf0w] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:disabled + .slider[b-b6lr63gf0w] {
    opacity: 0.7;
    cursor: default;
}

.slider[b-b6lr63gf0w] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(182, 182, 182);
    transition: .4s;
    border-radius: 8px;
}

.slider[b-b6lr63gf0w]:before {
    position: absolute;
    content: "";
    height: 1em;
    width: 1em;
    border-radius: 5px;
    left: 0.15em;
    bottom: 0.2em;
    transform: rotate(270deg);
    background-color: rgb(255, 255, 255);
    transition: .4s;
}

.switch input:checked + .slider[b-b6lr63gf0w] {
    background-color: #21cc4c;
}

.switch input:focus + .slider[b-b6lr63gf0w] {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider[b-b6lr63gf0w]:before {
    transform: translateX(1.5em);
}

.action-cell[b-b6lr63gf0w] {
    min-width: 100px !important;
    text-align: center;
}


.text-center[b-b6lr63gf0w] {
    text-align: center;
    justify-content: center;
}

.container-check[b-b6lr63gf0w] {
    justify-content: center
}
/* _content/WebCore/Components/Layout/CompanyNavMenu.razor.rz.scp.css */
.sidebar-container[b-t4vzw1j2oi] {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 8px;
    overflow-y: auto;
    overflow-x: hidden;
}

p[b-t4vzw1j2oi] {
    margin: 0;
}

.sidebar-header[b-t4vzw1j2oi] {
    cursor: pointer;
    display: flex;
    text-decoration: none;
    color: var(--color-text-black);
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    gap: 4px;
    margin-bottom: 30px; 
}

.header-icon[b-t4vzw1j2oi] {
    width: 29px;
    filter: var(--filter-primary-color);
}

.item-image[b-t4vzw1j2oi] {
    width: 24px;
    filter: var(--filter-no-selected-color);
}

.sidebar-category[b-t4vzw1j2oi] {
    font-size: 10px;
    font-weight: 500;
    margin: 8px 0;
}

hr[b-t4vzw1j2oi] {
    width: 100%;
    margin: 20px 0;
    border-color: var(--color-line-sidebar);
    border: 1px solid var(--color-line-sidebar);
}

.logout-item[b-t4vzw1j2oi]  {
    color: #ff9898 !important;
    .item-image {
        filter: brightness(0) saturate(100%) invert(11%) sepia(94%) saturate(5880%) hue-rotate(344deg) brightness(106%) contrast(108%) !important;
    }
}


@media (max-width: 567px) {
    .sidebar-header[b-t4vzw1j2oi] {
        margin-top: 10px;
        justify-content: center;
        margin-bottom: 20px
    }
    
    .sidebar-container[b-t4vzw1j2oi] {
        margin: 0;
        p {
            display: none;
        }
        
    }
}
/* _content/WebCore/Components/Layout/EmptyLayout.razor.rz.scp.css */
footer[b-xkbrkxt24d] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: var(--color-bg-footer);
    color: var(--color-text-footer);
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    p {
        margin: 0;
    }
}
/* _content/WebCore/Components/Layout/MainCompanyLayout.razor.rz.scp.css */

.body[b-tnfqbhlmrf] {
    height: 100%;
    overflow: hidden;
    display: flex;
    background: var(--color-bg);
}
main[b-tnfqbhlmrf],
.sidebar[b-tnfqbhlmrf] {
    height: 100%
}

main[b-tnfqbhlmrf] {
    margin: 15px 15px 45px 0 !important;
    background-color: var(--color-bg-body);
    border-radius: 10px;
    overflow-y: auto;
    padding: 15px;
    height: auto;
    width: 100%;
    transition:  0.2s all;
}

.sidebar[b-tnfqbhlmrf] {
    width: 230px;
    transition: 0.2s all;
    overflow: hidden;
}



#blazor-error-ui[b-tnfqbhlmrf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-tnfqbhlmrf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 567px) {
    .sidebar[b-tnfqbhlmrf] {
        width: 55px;
    }
    main[b-tnfqbhlmrf] {
        margin: 8px;
        padding: 8px;
    }
}


footer[b-tnfqbhlmrf] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: var(--color-bg-footer);
    color: var(--color-text-footer);
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    p {
        margin: 0;
    }
}
/* _content/WebCore/Components/Layout/MainLayout.razor.rz.scp.css */

.body[b-gi8gxuirti] {
    height: 100%;
    overflow: hidden;
    display: flex;
    background: var(--color-bg);
}
main[b-gi8gxuirti],
.sidebar[b-gi8gxuirti] {
    height: 100%
}

main[b-gi8gxuirti] {
    margin-left: 0 !important;
    margin: 15px;
    background-color: var(--color-bg-body);
    border-radius: 10px;
    overflow-y: auto;
    padding: 15px;
    height: auto;
    width: 100%;
    transition:  0.2s all;
}

.sidebar[b-gi8gxuirti] {
    width: 230px;
    transition: 0.2s all;
    overflow: hidden;
}



#blazor-error-ui[b-gi8gxuirti] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-gi8gxuirti] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 567px) {
    .sidebar[b-gi8gxuirti] {
        width: 55px;
    }
    main[b-gi8gxuirti] {
        margin: 8px;
        padding: 8px;
    }
}
/* _content/WebCore/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-container[b-3whljjg5ou] {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 8px;
    overflow-y: auto;
    overflow-x: hidden;
}

p[b-3whljjg5ou] {
    margin: 0;
}

.sidebar-header[b-3whljjg5ou] {
    cursor: pointer;
    display: flex;
    text-decoration: none;
    color: var(--color-text-black);
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    gap: 4px;
    margin-bottom: 30px; 
}

.header-icon[b-3whljjg5ou] {
    width: 29px;
    filter: var(--filter-primary-color);
}

.item-image[b-3whljjg5ou] {
    width: 24px;
    filter: var(--filter-no-selected-color);
}

.sidebar-category[b-3whljjg5ou] {
    font-size: 10px;
    font-weight: 500;
    margin: 8px 0;
}

hr[b-3whljjg5ou] {
    width: 100%;
    margin: 20px 0;
    border-color: var(--color-line-sidebar);
    border: 1px solid var(--color-line-sidebar);
}

.logout-item[b-3whljjg5ou]  {
    color: #ff9898 !important;
    .item-image {
        filter: brightness(0) saturate(100%) invert(11%) sepia(94%) saturate(5880%) hue-rotate(344deg) brightness(106%) contrast(108%) !important;
    }
}


@media (max-width: 567px) {
    .sidebar-header[b-3whljjg5ou] {
        margin-top: 10px;
        justify-content: center;
        margin-bottom: 20px
    }
    
    .sidebar-container[b-3whljjg5ou] {
        margin: 0;
        p {
            display: none;
        }
        
    }
}
/* _content/WebCore/Components/Pages/Healt.razor.rz.scp.css */
.dashboard[b-no5sw5t0mk] {
    margin: 0 auto;
}

.dashboard-title[b-no5sw5t0mk] {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #333;
}

.grid[b-no5sw5t0mk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.chart-container[b-no5sw5t0mk] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
}

.chart-title[b-no5sw5t0mk] {
    margin-bottom: 1rem;
    color: #444;
    font-size: 1.1rem;
}

.chart[b-no5sw5t0mk] {
    width: 100%;
    height: 300px;
}

@media screen and (max-width: 768px) {
    .grid[b-no5sw5t0mk] {
        grid-template-columns: 1fr;
    }

    .chart[b-no5sw5t0mk] {
        height: 250px;
    }
}
/* _content/WebCore/Components/Pages/Home.razor.rz.scp.css */
.dashboard[b-fd034bvaji] {
    margin: 0 auto;
}

.dashboard-title[b-fd034bvaji] {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #333;
}

.grid[b-fd034bvaji] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.chart-container[b-fd034bvaji] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
}

.chart-title[b-fd034bvaji] {
    margin-bottom: 1rem;
    color: #444;
    font-size: 1.1rem;
}

.chart[b-fd034bvaji] {
    width: 100%;
    height: 300px;
}

@media screen and (max-width: 768px) {
    .grid[b-fd034bvaji] {
        grid-template-columns: 1fr;
    }

    .chart[b-fd034bvaji] {
        height: 250px;
    }
}
/* _content/WebCore/Components/Pages/NoCompany.razor.rz.scp.css */

.company-not-found-container[b-6g2tjnjesx] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: var(--color-bg-body);
}

.error-box[b-6g2tjnjesx] {
    background-color: var(--color-bg);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.error-icon[b-6g2tjnjesx] {
    width: 100px;
    height: 100px;
    color: #dc3545;
    margin-bottom: 20px;
    stroke-width: 1.5;
}

h1[b-6g2tjnjesx] {
    color: #dc3545;
    margin-bottom: 10px;
    font-size: 2.5rem;
}

h2[b-6g2tjnjesx] {
    color: var(--color-text-gray);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

p[b-6g2tjnjesx] {
    color: var(--color-text-black);
    margin-bottom: 30px;
    line-height: 1.6;
}

.action-buttons[b-6g2tjnjesx] {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn[b-6g2tjnjesx] {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.btn-primary[b-6g2tjnjesx] {
    background-color: #007bff;
    color: white;
    border: 2px solid #007bff;
}

.btn-primary:hover[b-6g2tjnjesx] {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-secondary[b-6g2tjnjesx] {
    background-color: transparent;
    color: #6c757d;
    border: 2px solid #6c757d;
}

.btn-secondary:hover[b-6g2tjnjesx] {
    background-color: #6c757d;
    color: white;
}
/* _content/WebCore/Components/Toast.razor.rz.scp.css */
.toast-list-container[b-5q8u4441pc] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 600px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.2s all;
    z-index: 9999;
}

.toast-message-item[b-5q8u4441pc] {
    min-height: 40px; /* Esto permite que la altura mínima sea 40px, pero puede crecer */
    width: 100%;
    background-color: var(--color-bg-toast-alert);
    border: 1px solid #f3f6fe;
    border-radius: 3px;
    display: flex;
    align-items: center; /* Para centrar el contenido verticalmente */
    font-size: 12px;
    padding: 8px; /* Agregar algo de espacio alrededor del texto */
    box-sizing: border-box; /* Para que el padding no afecte el ancho total */
    word-wrap: break-word; /* Permite que el texto se ajuste a múltiples líneas */
}


.toast-message-content[b-5q8u4441pc] {
    width: 100%
}

img[b-5q8u4441pc] {
    width: 12px;
    margin: 0 10px;
    height: 100%;
}

a[b-5q8u4441pc] {
    color: #3791e0;
}

a[b-5q8u4441pc],
p[b-5q8u4441pc] {
    margin: 0;
    height: 100%;
    margin: auto 3px;
    display: flex;
    align-items: center; /* Centrado vertical */
}

.toast-title[b-5q8u4441pc] {
    font-weight: 600
}

.toast-message-success[b-5q8u4441pc] {
    border-left: 0.27rem var(--color-success) solid;
    background: linear-gradient(to right, var(--color-bg-success-toast), var(--color-bg-toast-alert));
}

.toast-message-success img[b-5q8u4441pc] {
    filter: brightness(0) saturate(100%) invert(82%) sepia(7%) saturate(2613%) hue-rotate(99deg) brightness(84%) contrast(95%);
}

.toast-message-error[b-5q8u4441pc] {
    border-left: 0.27rem var(--color-danger) solid;
    background: linear-gradient(to right, var(--color-bg-error-toast), var(--color-bg-toast-alert));
}

.toast-message-error img[b-5q8u4441pc] {
    filter: brightness(0) saturate(100%) invert(52%) sepia(21%) saturate(5986%) hue-rotate(329deg) brightness(91%) contrast(102%);
}

.toast-message-warning[b-5q8u4441pc] {
    border-left: 0.27rem var(--color-warning) solid;
    background: linear-gradient(to right, var(--color-bg-warning-toast), var(--color-bg-toast-alert));
}

.toast-message-warning img[b-5q8u4441pc] {
    filter: brightness(0) saturate(100%) invert(55%) sepia(52%) saturate(737%) hue-rotate(336deg) brightness(107%) contrast(101%);
}

.toast-message-info[b-5q8u4441pc] {
    border-left: 0.27rem var(--color-info) solid;
    background: linear-gradient(to right, var(--color-bg-info-toast), var(--color-bg-toast-alert));
}

.toast-message-info img[b-5q8u4441pc] {
    filter: brightness(0) saturate(100%) invert(66%) sepia(48%) saturate(1169%) hue-rotate(181deg) brightness(101%) contrast(101%);
}

.toast-close-button[b-5q8u4441pc] {
    background: none;
    border: none;
    color: #778899;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.toast-close-button:hover[b-5q8u4441pc] {
    color: #778899;
}

@media (max-width: 650px) {
    .toast-list-container[b-5q8u4441pc] {
        width: 80%;
        top: 12px;
        right: 12px;
    }
}


.toast-message-item[b-5q8u4441pc] {
    animation: slide-in-b-5q8u4441pc 0.3s ease-in-out, fade-in-b-5q8u4441pc 0.3s ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

    .toast-message-item.hide[b-5q8u4441pc] {
        animation: slide-out-b-5q8u4441pc 0.3s ease-in-out, fade-out-b-5q8u4441pc 0.3s ease-in-out;
        opacity: 0;
        transform: translateY(-10px);
    }

@keyframes slide-in-b-5q8u4441pc {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slide-out-b-5q8u4441pc {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@keyframes fade-in-b-5q8u4441pc {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out-b-5q8u4441pc {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

