/* _content/Apiar.Components/Button/ButtonComponent.razor.rz.scp.css */
.button[b-kn9npumkrb] {
    border: none;
    padding: 0;
    font-size: 16px;
    border-radius: 3px;
    height: 45px;
    line-height: 16px;
    text-align: center;
}

    .button:hover[b-kn9npumkrb] {
        background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
        box-shadow: inset 0 -3px 0 0 rgb(255 255 255 / 20%);
        transition: 0.15s ease-out;
    }

    .button:not(.button-white):active[b-kn9npumkrb] {
        box-shadow: inset 0 3px 0 0 rgb(0 0 0 / 10%);
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
        outline: none;
        transition: 0.15s ease-in;
    }

    .button:focus[b-kn9npumkrb] {
        outline: none;
    }

    .button:focus-visible[b-kn9npumkrb] {
        outline: none;
    }

    .button.spinner[b-kn9npumkrb] {
        padding-right: 18px;
    }

    .button.button-dark[b-kn9npumkrb] {
        color: white;
        background-color: #2C2F31;
    }

    .button.button-blue[b-kn9npumkrb] {
        color: white;
        background-color: #00a8e9;
    }

    .button.button-green[b-kn9npumkrb] {
        background-color: #19B96E;
        color: white;
    }

    .button.button-gray[b-kn9npumkrb] {
        color: #3a474d;
        background-color: #e6ecef;
    }

    .button.button-red[b-kn9npumkrb] {
        color: white;
        background-color: #FF5E57;
    }

    .button.button-white[b-kn9npumkrb] {
        color: white;
        background-color: white;
        border: 1px solid #CED4DA;
        color: #495057;
        outline: none;
        padding-left: 10px;
        padding-right: 10px;
    }

        .button.button-white.light[b-kn9npumkrb] {
            color: #6C757D
        }

        .button.left[b-kn9npumkrb] {
            text-align: left
        }

        .button.right[b-kn9npumkrb] {
            text-align: right
        }

        .button.button-white:hover[b-kn9npumkrb] {
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
            transition: 0.15s ease-in;
        }

        .button.button-white:active[b-kn9npumkrb] {
            box-shadow: rgba(0,0,0,0.2) 0px 0px 0px 1px;
            outline: none;
        }

    .button.stretch[b-kn9npumkrb] {
        width:100%;
    }

    .button.border-left-orange[b-kn9npumkrb] {
        border-left: 3px solid orange;
    }

    .button.border-right-orange[b-kn9npumkrb] {
        border-right: 3px solid orange;
    }

    .button.border-left-brown[b-kn9npumkrb] {
        border-left: 5px solid #cdb993;
        padding-left: 20px;
    }

    .button.border-left-green[b-kn9npumkrb] {
        border-left: 5px solid #19b96e;
        padding-left: 20px;
    }

.button.button-disabled[b-kn9npumkrb] {
    color: #495057;
    background-color: #E5E5E5;
    border: 1px solid #CED4DA;
    outline: none;
}

        .button.button-disabled[disabled][b-kn9npumkrb] {
            cursor: default;
        }

.spinner-hidden[b-kn9npumkrb] {
    display: none;
    margin-left: 5px;
}

.spinner-visible[b-kn9npumkrb] {
    display: inline-block;
    position: relative;
    left: 8px;
    animation: fade_in_show-b-kn9npumkrb 0.5s, spin-b-kn9npumkrb 0.75s linear infinite, move_x-b-kn9npumkrb 0.75s;
}

.spinner-border-sm[b-kn9npumkrb] {
    border-width: 2px;
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .button[b-kn9npumkrb] {
        font-size: 13px;
        border-radius: 4px;
        height: 30px;
        line-height: 13px;
        padding-left: 26px;
        padding-right: 26px;
    }

    .spinner-hidden[b-kn9npumkrb] {
        margin-left: 4px;
    }

    .spinner-visible[b-kn9npumkrb] {
        left: 6.4px;
    }

    .spinner-border-sm[b-kn9npumkrb] {
        border-width: 1.6px;
        width: 12.8px;
        height: 12.8px;
    }

    .button[b-kn9npumkrb] {
        padding-left: 21px;
        padding-right: 21px;
    }
}

@keyframes fade_in_show-b-kn9npumkrb {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes spin-b-kn9npumkrb {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes move_x-b-kn9npumkrb {
    0% {
        transform: translateX(-20px);
    }
}
/* _content/Apiar.Components/Checkbox/CheckboxComponent.razor.rz.scp.css */
.checkbox-container[b-bnbz4g6fcb] {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #212529;
    font-size: 16px;
    padding-left: 27px;
    padding-top: 0px;
}

    .checkbox-container input[b-bnbz4g6fcb] {
        opacity: 0;
        height: 0;
        width: 0;
        position: absolute;
        left: 0;
    }

    .checkbox-container:hover input ~ .checkmark[b-bnbz4g6fcb] {
        background-color: white;
    }

    .checkbox-container input:checked ~ .checkmark[b-bnbz4g6fcb] {
        background-color: #19b96e;
        transition: 0.15s ease-in background-color;
    }

        .checkbox-container input:checked ~ .checkmark.disabled[b-bnbz4g6fcb] {
            background-color: #cbcbcb;
        }

        .checkbox-container input:checked ~ .checkmark:hover:not(.disabled)[b-bnbz4g6fcb] {
            background-color: #19b96e;
        }

        .checkbox-container input:checked ~ .checkmark[b-bnbz4g6fcb]:after {
            display: block;
        }

    .checkbox-container.black input:checked ~ .checkmark[b-bnbz4g6fcb] {
        background-color: #2C2F31;
    }

        .checkbox-container.black input:checked ~ .checkmark:hover[b-bnbz4g6fcb] {
            background-color: #2C2F31;
        }

    .checkbox-container .checkmark[b-bnbz4g6fcb] {
        position: absolute;
        left: 0;
        background-color: white;
        transition: 0.15s ease-out background-color;
        top: 0;
        height: 25px;
        width: 25px;
        border: 1px solid #CED4DA;
        border-radius: 5px;
        cursor: pointer;
    }

    .checkbox-container .checkmark.disabled[b-bnbz4g6fcb] {
        cursor: default;
    }

        .checkbox-container .checkmark:hover:not(.disabled)[b-bnbz4g6fcb] {
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
            transition: 0.15s ease-in;
        }

        .checkbox-container .checkmark.checked[b-bnbz4g6fcb] {
            border: 0px solid #CED4DA;
        }

        .checkbox-container .checkmark[b-bnbz4g6fcb]:after {
            border: solid white;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            content: "";
            position: absolute;
            display: none;
            left: 9px;
            top: 3px;
            width: 7px;
            height: 15px;
            border-width: 0 2px 2px 0;
        }

        .checkbox-label[b-bnbz4g6fcb] {
            margin-left: 12px;
            line-height: 25px;
        }

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .checkbox-container[b-bnbz4g6fcb] {
        font-size: 12.8px;
        padding-left: 21.6px;
        padding-top: 1.2px;
    }

        .checkbox-container .checkmark[b-bnbz4g6fcb] {
            top: 3px;
            height: 16px;
            width: 16px;
            border: 0.8px solid #707070;
            border-radius: 4px;
        }

            .checkbox-container .checkmark[b-bnbz4g6fcb]::after {
                left: 6px;
                top: 2px;
                width: 4px;
                height: 9px;
                border-width: 0 1px 1px 0;
            }
}
/* _content/Apiar.Components/DatePicker/DatePickerComponent.razor.rz.scp.css */
.datepicker-controls .button.prev-btn[b-5kufo1v81o] {
    color: #40b0a6 !important;
}

.datepicker-controls .button.next-btn[b-5kufo1v81o] {
    color: #40b0a6 !important;
}

.date-picker-input[b-5kufo1v81o] {
    position: relative;
    background-color: white;
    border-radius: 3px;
}

    .date-picker-input.disabled[b-5kufo1v81o] {
        background-color: #eee;
    }

    .date-picker-input:hover:not(.disabled, :focus-within)[b-5kufo1v81o] {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        transition: 0.15s ease-in;
    }

    .date-picker-input:hover[b-5kufo1v81o]  .form-control:hover {
        box-shadow: none;
    }

    .date-picker-input:focus-within[b-5kufo1v81o] {
        border-color: transparent;
        outline: 0;
        box-shadow: 0 0 0px 1px #59a6cd;
        transition: 0.15s ease-in;
    }

    .date-picker-input[b-5kufo1v81o]  .form-control:focus {
        box-shadow: none;
    }

    .date-picker-input:focus-within .date-picker-icon[b-5kufo1v81o] {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right-color: transparent;
        transition: 0.15s ease-in;
    }

    .date-picker-input:not(.disabled).modified:not([disabled], .invalid)[b-5kufo1v81o] {
        box-shadow: 0 0 0px 1px #59a6cd;
        border-color: transparent;
    }

    .date-picker-input:not(.disabled).modified:not([disabled]) .date-picker-icon[b-5kufo1v81o] {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .date-picker-input.invalid:not([disabled]) .date-picker-icon[b-5kufo1v81o] {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .date-picker-input:not(.disabled).modified[b-5kufo1v81o]  .form-control {
        box-shadow: none;
        border: none;
    }

    .date-picker-input.modified[b-5kufo1v81o]  .form-control:hover {
        box-shadow: none;
    }

    .date-picker-input.invalid[b-5kufo1v81o]  .form-control {
        box-shadow: none;
        border: none;
    }

        .date-picker-input.invalid[b-5kufo1v81o]  .form-control:hover {
            box-shadow: none;
        }

    .date-picker-input.invalid:not(:focus-within)[b-5kufo1v81o] {
        box-shadow: 0 0 0px 0.5px #d50000;
    }


.date-picker-clear[b-5kufo1v81o] {
    cursor: pointer;
    position: absolute;
    height: 20px;
    right: 40px;
    top: 8px;
    padding: 1px;
    color: #000;
    opacity: 0.5;
}

    .date-picker-clear:hover[b-5kufo1v81o] {
        opacity: 1;
    }

    .date-picker-clear button[b-5kufo1v81o] {
        background-color: white;
        border: none;
        font-weight: bold;
    }

.date-picker-icon[b-5kufo1v81o] {
    position: absolute;
    top: 0px;
    border-left: 1px solid #CED4DA;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    padding-top: 6px;
    cursor: pointer;
    right: 0;
    background-color: #FAFAFA;
    border-right: 1px solid #CED4DA;
    border-top: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.date-picker-input.disabled .date-picker-icon[b-5kufo1v81o] {
    cursor: default;
}

.date-picker-input[b-5kufo1v81o]  .form-control:not([disabled]) {
    cursor: default;
}

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .date-picker-clear[b-5kufo1v81o] {
        height: 16px;
        right: 34px;
        top: 6px;
        padding: 0px;
    }

    .date-picker-icon[b-5kufo1v81o] {
        padding-right: 8px;
        border-left: 0.8px solid #CED4DA;
        padding-left: 8px;
        padding-top: 0px;
    }

        .date-picker-icon svg[b-5kufo1v81o] {
            width: 12px;
            height: 13px;
        }

    .date-picker-input.invalid:not(:focus-within)[b-5kufo1v81o] {
        box-shadow: 0 0 0px 0.7px #d50000;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
    .date-picker-icon[b-5kufo1v81o] {
        padding-top: 2px;
    }
}
/* _content/Apiar.Components/Loader/LoaderComponent.razor.rz.scp.css */
#overlay[b-gdg6q7zokg] {
    background: #ffffff;
    color: #666666;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 45px;
    transition: visibility 0s linear 250ms, opacity 400ms;
}

    #overlay.visible[b-gdg6q7zokg] {
        visibility: visible;
        opacity: 0.5;
        transition: visibility 0s linear 0s, opacity 800ms;
    }

.spinner[b-gdg6q7zokg] {
    height: 64px;
    width: 64px;
    animation: rotate-b-gdg6q7zokg 0.9s infinite linear;
    border: 3px solid #569ac7;
    border-right-color: transparent;
    border-radius: 50%;
}

@media screen and (max-height: 1030px) {
    .spinner[b-gdg6q7zokg] {
        height: 51px;
        width: 51px;
        border: 2px solid #569ac7;
        animation: rotate-b-gdg6q7zokg 0.9s infinite linear;
        border-right-color: transparent;
        border-radius: 50%;
    }
}

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .spinner[b-gdg6q7zokg] {
        height: 41px;
        width: 41px;
        border: 2px solid #569ac7;
        animation: rotate-b-gdg6q7zokg 0.9s infinite linear;
        border-right-color: transparent;
        border-radius: 50%;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
    .spinner[b-gdg6q7zokg] {
        height: 41px;
        width: 41px;
        border: 1px solid #569ac7;
        animation: rotate-b-gdg6q7zokg 0.9s infinite linear;
        border-right-color: transparent;
        border-radius: 50%;
    }
}


@keyframes rotate-b-gdg6q7zokg {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/Apiar.Components/MenuItem/MenuItemComponent.razor.rz.scp.css */
.menu-item[b-loqd7uwbfs] {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    width: 240px;
    height: 60px;
    border-radius: 5px;
    font-size: 17px;
    margin-top: 11px;
    padding-left: 14px;
}

    .menu-item.active[b-loqd7uwbfs] {
        background-color: #F6F6F6;
    }

    .menu-item:hover[b-loqd7uwbfs] {
        background-color: #F6F6F6;
        transition: 0.25s ease-in;
    }

    .menu-item.active svg path:not(#Path_373, #path-c-1, #path-c-2)[b-loqd7uwbfs] {
        fill: #00a8e9;
    }

[b-loqd7uwbfs] a {
    color: #2C2F31;
    text-decoration: none;
    display: block;
}

span[b-loqd7uwbfs] {
    margin-left: 14px;
}

.menu-icon[b-loqd7uwbfs] {
    width: 20px;
}

    .menu-icon svg[b-loqd7uwbfs] {
        display: block;
        margin: auto;
    }

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .menu-item[b-loqd7uwbfs] {
        width: 192px;
        height: 32px;
        border-radius: 4px;
        font-size: 12px;
        margin-top: 8.8px;
        padding-left: 11.2px;
    }

    span[b-loqd7uwbfs] {
        margin-left: 11px;
    }

    .menu-icon[b-loqd7uwbfs] {
        width: 16px;
    }

    .home-icon[b-loqd7uwbfs] {
        width: 12.8px;
    }

    .project-icon[b-loqd7uwbfs] {
        width: 14.86px;
    }

    .time-report-icon[b-loqd7uwbfs] {
        width: 10.66px;
    }

    .deviation-icon[b-loqd7uwbfs] {
        width: 2.8px;
    }

    .control-document-icon[b-loqd7uwbfs] {
        width: 12.8px;
    }

    .offer-icon[b-loqd7uwbfs] {
        width: 12.8px;
    }

    .employee-icon[b-loqd7uwbfs] {
        width: 10.16px;
    }

    .customer-icon[b-loqd7uwbfs] {
        width: 10.16px;
    }

    .material-icon[b-loqd7uwbfs] {
        width: 12.8px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
    .menu-item[b-loqd7uwbfs] {
        width: 154px;
    }

    .menu-icon[b-loqd7uwbfs] {
        width: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .menu-item[b-loqd7uwbfs] {
        width: 206px;
        margin-left: 16px;
        margin-right: 0px;
    }

    span[b-loqd7uwbfs] {
        font-size: 16px;
        color: #2C2F31;
    }
}

@media screen and (max-height: 500px) {
    .menu-item[b-loqd7uwbfs] {
        height: 45px;
    }
}

/* _content/Apiar.Components/NotAuthorized/NotAuthorizedComponent.razor.rz.scp.css */
#not-authorized-container[b-sgmxblh3ad] {
    width: 100%;
    height: 100%;
}

    #not-authorized-container #not-authorized-content[b-sgmxblh3ad] {
        display: flex;
        flex-direction: column;
        background-color: white;
        margin: auto;
        text-align: center;
        color: #2C2F31;
        width: 450px;
        height: 556px;
    }

        #not-authorized-container #not-authorized-content h1[b-sgmxblh3ad] {
            margin-top: 90px;
            font-size: 96px;
            font-weight: bold;
        }

        #not-authorized-container #not-authorized-content h2[b-sgmxblh3ad] {
            margin-top: 40px;
            font-size: 27px;
            font-weight: bold;
        }

        #not-authorized-container #not-authorized-content p[b-sgmxblh3ad] {
            margin-top: 30px;
            margin-bottom: 40px;
            margin-left: auto;
            margin-right: auto;
            width: 321px;
            font-size: 20px;
        }

        #not-authorized-container #not-authorized-content[b-sgmxblh3ad]  #back-btn {
            width: 158px;
            height: 38px;
            margin-left: auto;
            margin-right: auto;
        }

@media screen and (max-width: 1536px) {
    #not-authorized-container #not-authorized-content[b-sgmxblh3ad] {
        width: 360px;
        height: 444.8px;
        border-radius: 8px;
    }

        #not-authorized-container #not-authorized-content h1[b-sgmxblh3ad] {
            margin-top: 72px;
            font-size: 76.8px;
        }

        #not-authorized-container #not-authorized-content h2[b-sgmxblh3ad] {
            margin-top: 32px;
            font-size: 21.6px;
        }

        #not-authorized-container #not-authorized-content p[b-sgmxblh3ad] {
            margin-top: 24px;
            margin-bottom: 32px;
            width: 256.8px;
            font-size: 16px;
        }

        #not-authorized-container #not-authorized-content[b-sgmxblh3ad]  #back-btn {
            width: 170px;
        }
}
/* _content/Apiar.Components/NotFound/NotFoundComponent.razor.rz.scp.css */
#not-found-container[b-1pkdraf5tf] {
    width: 100%;
    height: 100%;
}

    #not-found-container #not-found-content[b-1pkdraf5tf] {
        display: flex;
        flex-direction: column;
        background-color: white;
        margin: auto;
        text-align: center;
        color: #2C2F31;
        width: 450px;
        height: 556px;
    }

        #not-found-container #not-found-content h1[b-1pkdraf5tf] {
            margin-top: 90px;
            font-size: 96px;
            font-weight: bold;
        }

        #not-found-container #not-found-content h2[b-1pkdraf5tf] {
            margin-top: 40px;
            font-size: 27px;
            font-weight: bold;
        }

        #not-found-container #not-found-content p[b-1pkdraf5tf] {
            margin-top: 30px;
            margin-bottom: 40px;
            margin-left: auto;
            margin-right: auto;
            width: 321px;
            font-size: 20px;
        }

        #not-found-container #not-found-content[b-1pkdraf5tf]  #back-btn {
            margin-left: auto;
            margin-right: auto;
        }

@media screen and (max-width: 1536px) {
    #not-found-container #not-found-content[b-1pkdraf5tf] {
        width: 360px;
        height: 444.8px;
        border-radius: 8px;
    }

        #not-found-container #not-found-content h1[b-1pkdraf5tf] {
            margin-top: 72px;
            font-size: 76.8px;
        }

        #not-found-container #not-found-content h2[b-1pkdraf5tf] {
            margin-top: 32px;
            font-size: 21.6px;
        }

        #not-found-container #not-found-content p[b-1pkdraf5tf] {
            margin-top: 24px;
            margin-bottom: 32px;
            width: 256.8px;
            font-size: 16px;
        }
}

@media screen and (max-width: 1024px) {
    #not-found-container #not-found-content[b-1pkdraf5tf] {
        height: 444px;
        border-radius: 4px;
    }

        #not-found-container #not-found-content h1[b-1pkdraf5tf] {
            font-size: 76px;
        }

        #not-found-container #not-found-content h2[b-1pkdraf5tf] {
            font-size: 21px;
        }

        #not-found-container #not-found-content p[b-1pkdraf5tf] {
            width: 256px;
            font-size: 14px;
        }
}
/* _content/Apiar.Components/NotificationCard/NotificationCardComponent.razor.rz.scp.css */
.notification-card[b-qz269i4lga] {
    display: flex;
    flex-direction: row;
    width: 280px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    margin-top: 10px;
    color: #2C2F31;
    cursor: pointer;
    position: relative;
}

    .notification-card:hover .content[b-qz269i4lga] {
        background-color: #f0eeee;
    }

    .notification-card:hover .status-bar:not(.active)[b-qz269i4lga] {
        background-color: #f0eeee;
    }

    .notification-card .status-bar[b-qz269i4lga] {
        width: 6px;
        border-top-left-radius: 1px;
        border-bottom-left-radius: 1px;
    }

        .notification-card .status-bar.active[b-qz269i4lga] {
            background-color: rgba(247, 186, 67, 1);
        }

    .notification-card .content[b-qz269i4lga] {
        padding: 10px;
        padding-bottom: 40px;
        width: 100%;
        padding-left: 15px;
        padding-top: 15px;
    }

        .notification-card .content .header[b-qz269i4lga] {
            font-size: 16px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            position: relative;
        }

            .notification-card .content .header .icon[b-qz269i4lga] {
                margin-right: 15px;
            }

            .notification-card .content .header .text[b-qz269i4lga] {
                padding-top: 2px;
            }

            .notification-card .content .header .notification-close[b-qz269i4lga] {
                position: absolute;
                right: 0;
                display: flex;
                align-items: start;
                justify-content: end;
                cursor: pointer;
                width: 40px;
                height: 40px;
            }

                .notification-card .content .header .notification-close svg[b-qz269i4lga] {
                    width: 13px;
                    height: 13px;
                }

                .notification-card .content .header .notification-close:hover[b-qz269i4lga] {
                    opacity: 0.7;
                }


        .notification-card .content .title[b-qz269i4lga] {
            font-size: 15px;
            margin-top: 5px;
        }

        .notification-card .content .message[b-qz269i4lga] {
            font-size: 14px;
            margin-top: 5px;
        }

    .notification-card .date[b-qz269i4lga] {
        font-size: 14px;
        font-style: italic;
        position: absolute;
        margin-left: auto;
        width: max-content;
        right: 10px;
        bottom: 5px;
    }

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .notification-card[b-qz269i4lga] {
        width: 224px;
        border-radius: 2px;
        margin-top: 4px;
    }

        .notification-card .status-bar[b-qz269i4lga] {
            width: 5px;
        }

        .notification-card .content[b-qz269i4lga] {
            padding: 8px;
            padding-bottom: 20px;
        }

            .notification-card .content .header[b-qz269i4lga] {
                font-size: 11px;
            }

                .notification-card .content .header .icon[b-qz269i4lga] {
                    margin-right: 12px;
                }

                .notification-card .content .header .text[b-qz269i4lga] {
                    padding-top: 2px;
                }

                .notification-card .content .header .notification-close[b-qz269i4lga] {
                    width: 8px;
                    height: 8px;
                }

                    .notification-card .content .header .notification-close svg[b-qz269i4lga] {
                        width: 6px;
                        height: 6px;
                    }


            .notification-card .content .title[b-qz269i4lga] {
                font-size: 10px;
            }

            .notification-card .content .message[b-qz269i4lga] {
                font-size: 10px;
            }

        .notification-card .date[b-qz269i4lga] {
            font-size: 8px;
            right: 8px;
            bottom: 4px;
        }
}

@media screen and (max-width: 1024px) {
    .notification-card[b-qz269i4lga] {
        width: 100%;
    }
}
/* _content/Apiar.Components/NumericField/NumericFieldComponent.razor.rz.scp.css */
.form-group.numeric[b-ewxngltp8t] {
    display: flex;
    border-radius: 3px;
}

.form-group.modified.valid:not(.disabled, :focus, :focus-within)[b-ewxngltp8t] {
    box-shadow: 0 0 0px 1px #19b96e;
    transition: 0.15s ease-in;
    border-color: transparent !important;
}

.form-group.numeric.modified.valid:not(.disabled, :focus, :focus-within)[b-ewxngltp8t]  input.form-control {
    border-color: transparent !important;
}

.form-group:focus-within[b-ewxngltp8t] {
    box-shadow: 0 0 0px 1px #59a6cd;
    transition: 0.15s ease-in;
}

    .form-group:focus-within[b-ewxngltp8t]  input.form-control {
        border-color: transparent !important;
    }

.form-group.invalid[b-ewxngltp8t] {
    box-shadow: 0 0 0px 1px #d50000;
    transition: 0.15s ease-in;
    border-color: transparent !important;
}

    .form-group.invalid[b-ewxngltp8t]  .form-control {
        box-shadow: none !important;
        border-color: transparent !important;
        transition: 0.15s ease-in;
    }

    .form-group.invalid[b-ewxngltp8t]  .form-group {
        box-shadow: none !important;
        border-color: transparent !important;
        transition: 0.15s ease-in;
    }

.quantity-nav[b-ewxngltp8t] {
    float: left;
    position: relative;
    height: 45px;
    top: 1px;
    right: 1px;
}

.quantity-button[b-ewxngltp8t] {
    position: relative;
    cursor: pointer;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    width: 45px;
    text-align: center;
    font-family: "FontAwesome" !important;
    line-height: 1.5;
    padding: 0;
    background: #FAFAFA;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline-style: none;
    font-size: 17px;
    font-weight: bold;
}

    .quantity-button.disabled[b-ewxngltp8t] {
        cursor: default;
    }

    .quantity-button:active:not(.disabled)[b-ewxngltp8t] {
        background: #EAEAEA;
    }

    .quantity-button.quantity-up[b-ewxngltp8t] {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        font-family: "FontAwesome";
        border-radius: 0 4px 0 0;
        line-height: 1.0;
    }

    .quantity-button.quantity-down[b-ewxngltp8t] {
        position: absolute;
        bottom: 2px;
        height: 50%;
        font-family: "FontAwesome";
        border-radius: 0 0 4px 0;
        line-height: 1.0;
    }

.form-group[b-ewxngltp8t] {
    margin-bottom: 0;
}

.numeric[b-ewxngltp8t]  .form-group {
    width: 100%;
}


@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .form-group.numeric[b-ewxngltp8t] {
        border-radius: 2px;
    }

    .quantity-nav[b-ewxngltp8t] {
        height: 28px;
    }

    .quantity-button[b-ewxngltp8t] {
        width: 18px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
    .quantity-button[b-ewxngltp8t] {
        width: 15px;
    }
}
/* _content/Apiar.Components/RadioButton/RadioButtonComponent.razor.rz.scp.css */
.radio-option:not(:last-child)[b-m2qo5bth92] {
    margin-bottom: 10px;
}

.radio-option input[b-m2qo5bth92] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

    .radio-option input:checked[b-m2qo5bth92] {
        border: 10px solid #19b96e;
        outline: unset !important;
        transition: 0.15s ease-in;
    }

.disabled .radio-option input:checked[b-m2qo5bth92] {
    border: 1px solid #999;
    box-shadow: inset 0px 0px 0px 2px #f9f9f9;
    background-color: #a5a3a3;
}

.radio-option input[b-m2qo5bth92], .radio-option label[b-m2qo5bth92] {
    cursor: pointer;
}

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .radio-option:not(:last-child)[b-m2qo5bth92] {
        margin-bottom: 8px;
    }

    .radio-option input[b-m2qo5bth92] {
        width: 13px;
        height: 13px;
        margin-right: 4px;
    }

        .radio-option input:checked[b-m2qo5bth92] {
            border: 6.5px solid #59a6cd;
        }

    .radio-option label[b-m2qo5bth92] {
        font-size: 13px;
    }
}
/* _content/Apiar.Components/SearchField/SearchFieldComponent.razor.rz.scp.css */
.search-field-container[b-ls89hevelr] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.search-field[b-ls89hevelr] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    padding: 12px;
    outline: none;
    font-size: 16px;
}

.search-field-container:hover:not([disabled], .modified, :focus-within)[b-ls89hevelr] {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    transition: 0.15s ease-in;
}

.search-field-container:focus-within[b-ls89hevelr] {
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0px 1px #59a6cd;
    transition: 0.15s ease-in;
}

.search-field-container:focus[b-ls89hevelr] {
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0px 1px #59a6cd;
    transition: 0.15s ease-in;
}

.search-field-button[b-ls89hevelr] {
    width: 55px;
    height: 100%;
    padding-left: 0px;
    padding-top: 0px;
    border-left: 1px solid #ced4da87;
    background-color: #f4f6f9b8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media screen and (min-width: 2560px) {
    .search-field-button[b-ls89hevelr] {
        padding-top: 7px;
    }
}


@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .search-field-container[b-ls89hevelr] {
        border-radius: 4px;
    }

    .search-field[b-ls89hevelr] {
        border-radius: 4px;
        padding: 10px;
        font-size: 11px;
    }

    .search-field-button[b-ls89hevelr] {
        width: 34px;
        padding-left: 10px;
        padding-top: 2px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .search-field-button svg[b-ls89hevelr] {
            width: 10px;
        }
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
    .search-field-button[b-ls89hevelr] {
        padding-left: 10px;
        padding-top: 2px;
    }
}
/* _content/Apiar.Components/TextArea/TextAreaComponent.razor.rz.scp.css */
.text-area-component[b-djc26w0lp0] {
    resize: none;
    width: 100%;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    padding: 8px;
    outline: none;
    font-size: 14px;
    color: #504e4e;
}

    .text-area-component:disabled[b-djc26w0lp0] {
        background-color: #eee;
        color: #504e4e;
        opacity: 1;
    }

    .text-area-component:hover:not([disabled], .modified, :focus)[b-djc26w0lp0] {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        transition: 0.15s ease-in;
    }

    .text-area-component:focus[b-djc26w0lp0] {
        border-color: transparent !important;
        outline: 0;
        box-shadow: 0 0 0px 1px #59a6cd;
        transition: 0.15s ease-in;
        -webkit-appearance: none;
    }

    .text-area-component.modified[b-djc26w0lp0] {
        box-shadow: 0 0 0px 1px #19b96e !important;
        border-color: transparent !important;
        -webkit-appearance: none;
    }

        .text-area-component.invalid[b-djc26w0lp0], .text-area-component.modified.invalid[b-djc26w0lp0] {
            box-shadow: 0 0 0px 1px #d50000 !important;
            transition: 0.15s ease-in;
            border-color: transparent !important;
            -webkit-appearance: none;
        }

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .text-area-component[b-djc26w0lp0] {
        padding: 6px;
        font-size: 12px;
    }
}
/* _content/Apiar.Components/TextField/TextFieldComponent.razor.rz.scp.css */
.form-group[b-56y51iyeq3] {
    border-radius: 3px;
}

    .form-group.modified.valid:not(.disabled, :focus, :focus-within, .invalid)[b-56y51iyeq3] {
        box-shadow: 0 0 0px 1px #19b96e;
        transition: 0.15s ease-in;
    }

    .form-group.invalid[b-56y51iyeq3] {
        box-shadow: 0 0 0px 1px #d50000;
        transition: 0.15s ease-in;
        border-color: transparent !important;
    }

    .form-group:focus-within[b-56y51iyeq3] {
        box-shadow: 0 0 0px 1px #59a6cd;
        transition: 0.15s ease-in;
    }

    .form-group.modified.valid:not(.disabled, :focus, :focus-within)[b-56y51iyeq3]  .form-control {
        box-shadow: none;
        border-color: transparent !important;
        transition: 0.15s ease-in;
    }

    .form-group.invalid[b-56y51iyeq3]  .form-control {
        box-shadow: none;
        transition: 0.15s ease-in;
        border-color: transparent !important;
    }

[b-56y51iyeq3] .form-control {
    box-shadow: none;
    color: #504e4e;
    font-size: 16px;
    border: 1px solid #CED4DA;
    height: 45px;
    border-radius: 3px;
}

    [b-56y51iyeq3] .form-control:disabled {
        background-color: #eee;
    }

    [b-56y51iyeq3] .form-control:not([disabled]) {
        cursor: text;
    }

    [b-56y51iyeq3] .form-control:hover:not([disabled], :focus, .modified, .invalid) {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        transition: 0.15s ease-in;
    }

    [b-56y51iyeq3] .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: transparent !important;
        outline: 0;
        box-shadow: none;
        transition: 0.15s ease-in;
    }

    [b-56y51iyeq3] .form-control[readonly] {
        background-color: unset;
    }  



@media screen and (max-width: 1536px) and (min-width: 1025px) {
    [b-56y51iyeq3] .form-control {
        font-size: 12px;
        height: 28px;
    }
}
/* _content/Apiar.Components/Toast/ToastComponent.razor.rz.scp.css */
.toast-component[b-r0j3e90khn] {
    display: flex;
    position: relative;
    flex-direction: row;
    animation: fadein-b-r0j3e90khn 0.7s;
    animation-fill-mode: forwards;
    width: 340px;
    min-height: 80px;
    width: 100%;
    align-items: center;
}
    .toast-component.error[b-r0j3e90khn] {
        background-color: #ff4e4e;
    }

    .toast-component.success[b-r0j3e90khn] {
        background-color: #19b96e;
    }

    .toast-component.information[b-r0j3e90khn] {
        background-color: #3eaaf1;
    }

.toast-border[b-r0j3e90khn] {
    width: 8px;
    height: 100%;
}

.toast-icon[b-r0j3e90khn] {
    display:none;
    margin-right: 5px;
    margin-left: 15px;
    align-items: center;
}

    .toast-icon svg[b-r0j3e90khn] {
        width: 34px;
        height: 34px;
    }


.toast-component.information .toast-information-icon[b-r0j3e90khn] {
    display: flex;
}

.toast-component.success .toast-success-icon[b-r0j3e90khn] {
    display: flex;
}

.toast-component.error .toast-error-icon[b-r0j3e90khn] {
    display: flex;
}

.toast-component.warning .toast-warning-icon[b-r0j3e90khn] {
    display: flex;
}


.toast-component-body[b-r0j3e90khn] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    font-size: 14px;
    color: white;
}

    .toast-component-body p[b-r0j3e90khn] {
        margin-bottom: 0px;
        word-break: break-word;
    }

    .toast-component-body .toast-heading[b-r0j3e90khn] {
        font-weight: bold;
    }

    .toast-component .toast-close-icon[b-r0j3e90khn] {
        position:absolute;
        top: 7px;
        right: 12px;
        cursor: pointer;
    }

path#Path_640[b-r0j3e90khn]{
    fill:white;
}

path#Path_641[b-r0j3e90khn]{
    fill:white;
}

path#Path_374[b-r0j3e90khn]{
    fill:white;
}

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .toast-component[b-r0j3e90khn] {
        box-shadow: rgba(0,0,0,0.25) 0px 8px 32px;
        margin-bottom: 8px;
        width: 272px;
        min-height: 48px;
    }

    .toast-border[b-r0j3e90khn] {
        width: 6px;
    }

    .toast-icon[b-r0j3e90khn] {
        margin-right: 4px;
        margin-left: 12px;
    }

        .toast-icon svg[b-r0j3e90khn] {
            width: 27px;
            height: 27px;
        }

    .toast-component-body[b-r0j3e90khn] {
        padding: 8px;
        font-size: 11px;
    }

    .toast-component .toast-close-icon[b-r0j3e90khn] {
        top: 6px;
        right: 10px;
    }
}

@keyframes fadein-b-r0j3e90khn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* _content/Apiar.Components/Toast/ToastContainerComponent.razor.rz.scp.css */
.toast-container[b-5hbm5uh7oy] {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 2000;
}

.position-topright[b-5hbm5uh7oy] {
    top: 0px;
    left: 0px;
    width: 100%;
}

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .position-topright[b-5hbm5uh7oy] {
        top: 20px;
        right: 20px;
    }
}
/* _content/Apiar.Components/ValidationMessage/ValidationMessageComponent.razor.rz.scp.css */
.validation-error-message[b-x20dwrfxif] {
    display: flex;
    color: #f94949;    
    font-weight: 200;
    font-size: 13px;
    bottom: 17px;
    margin-top: 5px;
}


    .validation-error-message .validation-error-icon[b-x20dwrfxif] {
        color: #f94949;
        margin-right: 5px;
        width: 17px;
        height: 17px;
    }

    .validation-error-message label[b-x20dwrfxif] {
        position: relative;
        top: 0px;
    }

@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .validation-error-message[b-x20dwrfxif] {
        font-size: 10.5px;
        bottom: 15px;
        margin-top: 4px;
    }

        .validation-error-message .validation-error-icon[b-x20dwrfxif] {
            margin-right: 4px;
            width: 12px;
            height: 12px;
        }

        .validation-error-message label[b-x20dwrfxif] {
            top: -1px;
        }
}
