/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.Background[b-ja03pnouwj] {
    position: fixed; /* Prevents page growth. */
    inset: 0;
    overflow: hidden;
    z-index: -1;
}
    .Background[b-ja03pnouwj]::before {
        content: "";
        position: absolute;
        /* Make it big enough to cover rotation corners. */
        width: 150vmax;
        height: 150vmax;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(45deg, #000520, #002050 20%, #0080FF);
        animation: rotateBg-b-ja03pnouwj 8s linear infinite;
    }
@keyframes rotateBg-b-ja03pnouwj {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.LoginBox[b-ja03pnouwj] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright[b-ja03pnouwj] {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    pointer-events: none;
    user-select: none;
    z-index: 1001;
}
@media (max-width: 640.98px) {
    .copyright[b-ja03pnouwj] {
        font-size: 0.5rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
html[b-35rj9fahwf], body[b-35rj9fahwf] {
    margin: 0;
    overflow-x: hidden;
}
main[b-35rj9fahwf] {
    flex: 1;
    min-height: 100vh;
}
article[b-35rj9fahwf] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0px 0px 0px 80px !important;
    width: calc(100% - 80px);
    padding: 0px !important;
}
.AJM_Logo[b-35rj9fahwf] {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    filter: brightness(0) invert(1);
}
.page[b-35rj9fahwf] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: max-content;
    min-height: 100vh;
    background-color: rgba(0, 128, 255, 0.25) !important;
    background-image: url("Pattern_A5_Wallpaper_Grain.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: lighten;
}
@media (max-width: 640.98px) {
    .copyright[b-35rj9fahwf] {
        font-size: 0.5rem;
    }
}
@media (min-width: 641px) {
    .page[b-35rj9fahwf] {
        flex-direction: row;
    }
    .sidebar[b-35rj9fahwf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
#blazor-error-ui[b-35rj9fahwf] {
    background-color: rgba(255,0,0,0.75);
    color: white;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-35rj9fahwf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.sidebar[b-35rj9fahwf] {
    position: fixed !important;
    height: 100vh !important;
    width: 80px !important;
    transition: all 0.25s ease !important;
    overflow-x: hidden !important;
    white-space: nowrap !important;
    background-image: none !important;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1);
    z-index: 1000 !important;
}
    .sidebar:hover[b-35rj9fahwf] {
        width: 200px !important;
    }
        .sidebar:hover[b-35rj9fahwf]  .title {
            opacity: 1;
        }
        .sidebar:hover[b-35rj9fahwf]  .menu-text {
            opacity: 1;
            width: 120px;
        }
        .sidebar:hover[b-35rj9fahwf]  .nav-link {
            justify-content: center;
        }
        .sidebar:hover[b-35rj9fahwf]  .profile-picture {
            width: 180px !important;
            height: 180px !important;
            margin-top: 60px !important;
        }
.image-box[b-35rj9fahwf] {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    place-self: center;
    left: 0;
    right: 0;
    background-color: rgba(0, 128, 255, 0.25);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 1);
    z-index: 1000;
    padding: 50px;
}
.image-box-image[b-35rj9fahwf] {
    display: flex;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.close-image-button[b-35rj9fahwf] {
    position: absolute;
    display: flex;
    background-color: white;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    mask-image: url('Icons/x.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
}
    .close-image-button:hover[b-35rj9fahwf] {
        background-color: red;
    }
.copyright[b-35rj9fahwf] {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    pointer-events: none;
    user-select: none;
    z-index: 1001;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-2mrl31nthm] {
    display: flex !important;
    flex-direction: column;
    height: 100vh !important;
    overflow-x: hidden;
    justify-content: space-between !important;
    background-color: rgba(0, 128, 255, 0.2) !important;
    background-image: url("Pattern_A5_Wallpaper_Grain.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: saturation;
}
@media (min-width: 641px) {    
    .nav-scrollable[b-2mrl31nthm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.title[b-2mrl31nthm] {
    display: flex;
    position: absolute;
    width: 100%;
    height: 50px;
    cursor: default;
    place-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 0.8rem;
    text-align: center;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    transition: all 2s ease;
}
.nav-item[b-2mrl31nthm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2mrl31nthm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2mrl31nthm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2mrl31nthm]  .nav-link {
        display: flex;
        width: 100%;
        height: 3rem;
        align-items: center;
        justify-content: center;
        gap: 12px;
        border-radius: 4px;
        background: none;
        color: #d7d7d7;
        border: none;
        line-height: 3rem;
        cursor: pointer;
    }
        .menu-icon[b-2mrl31nthm] {
            width: 25px !important;
            height: 25px !important;
            fill: white;
        }
        .menu-text[b-2mrl31nthm] {
            opacity: 0;
            width: 0;
            overflow: hidden;
            display: inline-block;
            transition: all 0.2s ease;
        }
    .nav-item[b-2mrl31nthm]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-2mrl31nthm]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.profile-picture[b-2mrl31nthm] {
    width: 60px;
    height: 60px;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 20px;
    z-index: 10;
    transition: all 1s ease;
}
    .user-picture[b-2mrl31nthm] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 100%;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fh0pj8aypi],
.components-reconnect-repeated-attempt-visible[b-fh0pj8aypi],
.components-reconnect-failed-visible[b-fh0pj8aypi],
.components-pause-visible[b-fh0pj8aypi],
.components-resume-failed-visible[b-fh0pj8aypi],
.components-rejoining-animation[b-fh0pj8aypi] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fh0pj8aypi],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fh0pj8aypi],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fh0pj8aypi],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fh0pj8aypi],
#components-reconnect-modal.components-reconnect-retrying[b-fh0pj8aypi],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fh0pj8aypi],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fh0pj8aypi],
#components-reconnect-modal.components-reconnect-failed[b-fh0pj8aypi],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fh0pj8aypi] {
    display: block;
}


#components-reconnect-modal[b-fh0pj8aypi] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-fh0pj8aypi 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fh0pj8aypi 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fh0pj8aypi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fh0pj8aypi]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fh0pj8aypi 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fh0pj8aypi {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fh0pj8aypi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fh0pj8aypi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fh0pj8aypi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fh0pj8aypi] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fh0pj8aypi] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fh0pj8aypi] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fh0pj8aypi] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fh0pj8aypi] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fh0pj8aypi] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fh0pj8aypi 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fh0pj8aypi] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fh0pj8aypi {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SignUpLayout.razor.rz.scp.css */
.Base[b-upr8amzmqw] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.Background[b-upr8amzmqw] {
    position: fixed; /* Prevents page growth. */
    inset: 0;
    overflow: hidden;
    z-index: -1;
}
    .Background[b-upr8amzmqw]::before {
        content: "";
        position: absolute;
        width: 150vmax;
        height: 150vmax;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(45deg, #000520, #002050 20%, #0080FF);
        animation: rotateBg-b-upr8amzmqw 8s linear infinite;
    }
@keyframes rotateBg-b-upr8amzmqw {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.SignUpBox[b-upr8amzmqw] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.Copyright[b-upr8amzmqw] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    color: white;
    font-size: 0.7rem;
}
@media (max-width: 640.98px) {
    .Copyright[b-upr8amzmqw] {
        font-size: 0.5rem;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-main[b-goqbrle1qu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    place-content: center;
}
.construction[b-goqbrle1qu] {
    width: 300px;
    height: 300px;
    object-fit: contain;
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-main[b-y954fuzi1t] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    place-content: center;
}
.error[b-y954fuzi1t] {
    width: 480px;
    height: 270px;
    object-fit: contain;
    border-radius: 20px;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.ForgotPassword[b-m2nt7pwp6i] {
    cursor: pointer;
    color: black;
    text-decoration: none;
}
    .ForgotPassword:hover[b-m2nt7pwp6i] {
        color: #0B5ED7;
    }
.special-hover[b-m2nt7pwp6i] {
    border-color: #0B5ED7 !important;
    background-color: white !important;
    color: #0B5ED7 !important;
}
    .special-hover:hover[b-m2nt7pwp6i] {
        color: white !important;
        background-color: #0B5ED7 !important;
    }
.text-normal[b-m2nt7pwp6i] {
    text-align: center;
}
.text-small[b-m2nt7pwp6i] {
    text-align: center;
    font-size: 0.75rem;
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile[b-5ekx0d2law] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
    flex-grow: 1;
    height: 100%;
}
    .profile-presenter[b-5ekx0d2law] {
        width: 100%;
        height: 275px;
    }
        .profile-presenter-slate[b-5ekx0d2law] {
            display: flex;
            width: 100%;
            height: 150px;
            background-color: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(3px);
        }
            .profile-title[b-5ekx0d2law] {
                color: rgba(0, 80, 155, 0.3);
                font-size: 2rem;
                margin-left: 40px;
                align-self: end;
                font-weight: 600;
            }
        .profile-tools-block[b-5ekx0d2law] {
            display: flex;            
            flex-direction: row;
            margin: 20px 40px 0px 40px;
            align-items: start;
            justify-content: end;
            height: 50px;
        }
        .profile-picture[b-5ekx0d2law] {
            position: absolute;
            top: 25px;
            place-self: center;
            width: 250px;
            height: 250px;
            border-radius: 100%;
            cursor: pointer;
        }
    .pvm-container[b-5ekx0d2law] {
        display: grid;
        flex-grow: 1;
        grid-template-columns: 1fr 2fr; 
        padding: 20px 40px 0px 40px;
    }
        .pvm-container-fixed-zone[b-5ekx0d2law] {
            display: flex;
            flex-direction: column;
            width: 100%;
            flex-grow: 1;
            height: 100%;
            padding-right: 20px;
        }
            .pvm-field[b-5ekx0d2law] {
                display: flex;
                flex-direction: column;
                margin-bottom: 10px;
            }
                .pvm-field-title[b-5ekx0d2law] {
                    margin: 0;
                    padding: 0;
                    font-size: 1rem;
                    color: dodgerblue;
                }
                .pvm-field-data[b-5ekx0d2law] {
                    margin: -8px 0px 0px 10px;
                    padding: 0;
                    font-size: 1.25rem;
                    color: white;
                }
        .pvm-container-lists-zone[b-5ekx0d2law] {
            display: grid;
            grid-auto-flow: column;
            grid-auto-columns: 500px;
            gap: 20px;
            overflow-x: auto;
            padding: 20px;
            scroll-snap-type: x mandatory;
            background-color: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(3px);
            border-radius: 20px;
            width: 100%;
            flex-grow: 1;
            height: 100%;
            box-shadow: inset 0 0 40px 40px black;
        }
            .pvm-location[b-5ekx0d2law] {
                display: flex;
                flex-direction: column;
                background-color: rgba(90, 130, 220, 0.2);
                height: 100%;
                border-radius: 10px;
                text-align: center;
            }
            .pvm-location-main[b-5ekx0d2law] {
                background-color: rgba(0, 128, 255, 0.2);
            }
                .pvm-location-name[b-5ekx0d2law] {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    height: 4rem;
                    background-color: rgba(0, 0, 0, 0.25);
                    font-size: 1.5rem;
                    color: white;
                    align-content: center;
                    justify-content: center;
                }
                .pvm-location-data[b-5ekx0d2law] {
                    padding: 20px;
                    align-content: center;
                    height: 100%;
                }
                    .pvm-field-small[b-5ekx0d2law] {
                        display: flex;
                        flex-direction: column;
                    }
                    .pvm-field-data-small[b-5ekx0d2law] {
                        margin: -8px 0px 0px 10px;
                        padding: 0;
                        font-size: 1.25rem;
                        color: white;
                    }
    .pem-container[b-5ekx0d2law] {
        display: flex;
        flex-direction: column;
        justify-items: center;
        padding: 40px 40px 0px 40px;
        gap: 40px;
    }
        .pem-edit-box[b-5ekx0d2law] {
            flex-grow: 1;
            display: grid;
            grid-template-columns: auto auto;
            width: 100%;
            column-gap: 40px;
            align-items: start;
            align-content: start;
            justify-content: center;
        }
            .pem-main-data-box[b-5ekx0d2law] {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px;
                width: 440px;
                background-color: rgba(255, 255, 255, 0.4);
                border-radius: 10px;
                backdrop-filter: blur(2px);
                box-shadow: 0 0 20px rgba(0,0,0,0.25);
                padding: 20px;
            }
            .pem-locations-box[b-5ekx0d2law] {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px;
                width: 440px;
                background-color: rgba(255, 255, 255, 0.4);
                border-radius: 10px;
                backdrop-filter: blur(2px);
                box-shadow: 0 0 20px rgba(0,0,0,0.25);
            }

.picture-requirements[b-5ekx0d2law] {
    font-size: 0.75rem;
    margin-top: 0px !important;
}

.mb-2[b-5ekx0d2law] {
    width: 100%;
    text-align: center;
}

.form-control[b-5ekx0d2law] {
    text-align: center;
}

.person-enterprise[b-5ekx0d2law] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    place-items: center;
}

.required[b-5ekx0d2law]::after {
    content: " *";
    color: red;
}

.phone-number[b-5ekx0d2law] {
    display: grid;
    grid-template-columns: 0.35fr 0.4fr 1fr;
    gap: 10px;
    width: 100%;
    place-items: stretch;
}
.button-short-center[b-5ekx0d2law] {
    width: 175px;
}
.button-long-center[b-5ekx0d2law] {
    width: 920px;
    place-self: center;
}
.error[b-5ekx0d2law] {
    margin-top: 15px;
    color: red;
    font-family: Arial;
    font-size: 0.75rem;
    text-align: center;
}
.button-normal[b-5ekx0d2law] {
    margin-top: 15px;
}
.button-special-hover[b-5ekx0d2law] {
    border-color: #0B5ED7 !important;
    background-color: white !important;
    color: #0B5ED7 !important;
    margin-top: 15px;
}
    .button-special-hover:hover[b-5ekx0d2law] {
        color: white !important;
        background-color: #0B5ED7 !important;
    }
.text-normal[b-5ekx0d2law] {
    text-align: center;
}
.text-small[b-5ekx0d2law] {
    text-align: center;
    font-size: 0.75rem;
}
.edit-validation-box[b-5ekx0d2law] {
    display: flex;
    flex-direction: column;
    width: 350px;
    place-self: center;
    background-color: white;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    padding: 20px;
}
/* /Components/Pages/Security.razor.rz.scp.css */
.security[b-hz5uz6s00d] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
    flex-grow: 1;
    height: 100%;
}

.security-presenter[b-hz5uz6s00d] {
    width: 100%;
    height: 50px;
}

.security-presenter-slate[b-hz5uz6s00d] {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}
.security-title[b-hz5uz6s00d] {
    color: rgba(0, 80, 155, 0.3);
    font-size: 2rem;
    margin-left: 40px;
    align-self: center;
    font-weight: 600;
}
.security-container[b-hz5uz6s00d] {
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 40px 40px 0px 40px;
}
.security-main-grid[b-hz5uz6s00d] {
    flex-grow: 1;
    display: grid;
    grid-template-columns: auto auto auto;
    width: 100%;
    column-gap: 40px;
    align-items: start;
    align-content: start;
    justify-content: center;
}
.security-column[b-hz5uz6s00d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 440px;
    background-color: white;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    padding: 20px;
}
.security-column-title[b-hz5uz6s00d] {
    color: rgb(0, 128, 255);
    font-size: 1.5rem;
    text-align: center;
}
.button-normal[b-hz5uz6s00d] {
    margin-top: 15px;
}

.button-special-hover[b-hz5uz6s00d] {
    border-color: #0B5ED7 !important;
    background-color: white !important;
    color: #0B5ED7 !important;
    margin-top: 15px;
}

    .button-special-hover:hover[b-hz5uz6s00d] {
        color: white !important;
        background-color: #0B5ED7 !important;
    }
.current-data[b-hz5uz6s00d] {
    color: dimgray;
    font-size: 1rem;
    text-align: center;
}
.error[b-hz5uz6s00d] {
    margin-top: 20px;
    color: red;
    font-family: Arial;
    font-size: 0.75rem;
    text-align: center;
}
.text-normal[b-hz5uz6s00d] {
    text-align: center;
}

.text-small[b-hz5uz6s00d] {
    text-align: center;
    font-size: 0.75rem;
}
.required[b-hz5uz6s00d]::after {
    content: " *";
    color: red;
}
.password-requirements[b-hz5uz6s00d] {
    font-size: 0.75rem;
    text-align: center;
}
.disabled-div[b-hz5uz6s00d] {
    pointer-events: none;
    opacity: 0.5;
}
/* /Components/Pages/SignUp.razor.rz.scp.css */
.email-confirmation-notice[b-9tkriujjuk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    text-align-last: center;
    gap: 15px;
    margin: auto;
    width: 500px;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    opacity: 0;
}
.show-notice[b-9tkriujjuk] {
    opacity: 1;
}
.error[b-9tkriujjuk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    text-align-last: center;
    gap: 15px;
    margin: auto;
    width: 480px;
    padding: 0px 40px 40px 40px;
    background: black;
    color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    opacity: 0;
    overflow: clip;
}
.show-error[b-9tkriujjuk] {
    opacity: 1;
}
.success[b-9tkriujjuk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    text-align-last: center;
    gap: 15px;
    margin: auto;
    width: 500px;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    opacity: 0;
}
.show-success[b-9tkriujjuk] {
    opacity: 1;
}
.sign-up-box[b-9tkriujjuk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0px 100px 0px;
    width: 440px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    opacity: 0;
}
.show-form[b-9tkriujjuk] {
    opacity: 1;
}
.img-thumbnail[b-9tkriujjuk] {
    max-width: 400px;
}
.picture-requirements[b-9tkriujjuk] {
    font-size: 0.75rem;
}
.password-requirements[b-9tkriujjuk] {
    font-size: 0.75rem;
}
.mb-2[b-9tkriujjuk] {
    width: 100%;
    text-align: center;
}
.form-control[b-9tkriujjuk] {
    text-align: center;
}
.person-enterprise[b-9tkriujjuk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    place-items: center;
}
.required[b-9tkriujjuk]::after {
    content: " *";
    color: red;
}
.phone-number[b-9tkriujjuk] {
    display: grid;
    grid-template-columns: 0.35fr 0.4fr 1fr;
    gap: 10px;
    width: 100%;
    place-items: stretch;
}
.button-short-center[b-9tkriujjuk] {
    width: 175px;
    margin: -10px 0px 20px 0px !important;
}
.button-long-center[b-9tkriujjuk] {
    width: 100%;
    margin: 20px 0px 0px 0px !important;
}
.validation-code-error[b-9tkriujjuk] {
    color: red;
    font-family: Arial;
    font-size: 0.75rem;
    text-align: center;
}
@media (max-width: 640.98px) {
    .email-confirmation-notice[b-9tkriujjuk], .error[b-9tkriujjuk], .success[b-9tkriujjuk], .sign-up-box[b-9tkriujjuk] {
        width: 90%;
    }
    .img-thumbnail[b-9tkriujjuk] {
        width: 100%;
    }
}
/* /Components/Pages/Software.razor.rz.scp.css */
.software[b-h5gx4kpj5l] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
    flex-grow: 1;
    height: 100%;
}
.software-presenter[b-h5gx4kpj5l] {
    width: 100%;
    height: 50px;
}
.software-presenter-slate[b-h5gx4kpj5l] {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}
.software-title[b-h5gx4kpj5l] {
    color: rgba(0, 80, 155, 0.3);
    font-size: 2rem;
    margin-left: 40px;
    align-self: center;
    font-weight: 600;
}
.software-container[b-h5gx4kpj5l] {
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 40px;
}
.software-block[b-h5gx4kpj5l] {
    flex-grow: 1;
    display: grid;
    grid-template-columns: auto;
    row-gap: 20px; 
    width: 100%;
    align-items: start;
    align-content: start;
    justify-content: center;
}
.software-block-title[b-h5gx4kpj5l] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.software-data-grid[b-h5gx4kpj5l] {
    flex-grow: 1;
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    column-gap: 40px;
    align-items: start;
    align-content: start;
    justify-content: center;
}
.software-column[b-h5gx4kpj5l] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 500px;
    background-color: ghostwhite;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.software-block-title-label[b-h5gx4kpj5l] {
    color: rgb(0, 128, 255);
    font-size: 1.5rem;
    text-align: center;
}
.software-column-title[b-h5gx4kpj5l] {    
    color: rgb(0, 128, 255);
    font-size: 1.25rem;
    text-align: center;
}
.software-column-subtitle[b-h5gx4kpj5l] {
    margin-top: 10px;
    color: dimgray;
    font-size: 1rem;
    text-align: left;
}
.text-normal[b-h5gx4kpj5l] {
    text-align: left;
}
.text-small[b-h5gx4kpj5l] {
    text-align: left;
    font-size: 0.75rem;
    color: gray;
}
.required[b-h5gx4kpj5l]::after {
    content: " *";
    color: red;
}
.required-prefix[b-h5gx4kpj5l]::before {
    content: "* ";
    color: red;
}
.button-normal[b-h5gx4kpj5l] {
    width: 125px;
    margin-top: 15px;
    align-self: center;
}
.button-special-hover[b-h5gx4kpj5l] {
    border-color: #0B5ED7 !important;
    background-color: white !important;
    color: #0B5ED7 !important;
    margin-top: 15px;
}
    .button-special-hover:hover[b-h5gx4kpj5l] {
        color: white !important;
        background-color: #0B5ED7 !important;
    }
.form-check[b-h5gx4kpj5l] {
    margin-top: 20px;
    align-self: center;
}
.error[b-h5gx4kpj5l] {
    margin-top: 20px;
    color: red;
    font-family: Arial;
    font-size: 0.75rem;
    text-align: center;
}
/* /Components/Pages/Templates/Loading.razor.rz.scp.css */
.loading-body[b-3uqpiifc9w] {
    display: flex;
    flex-direction: column;
    height: 100%;
    place-items: center;
    place-content: center;
}
    .loading-animation[b-3uqpiifc9w] {
        position: relative;
        width: 150px;
        height: 150px;
    }
        .loading-animation div[b-3uqpiifc9w] {
            position: absolute;
            border: 3px solid white;
            opacity: 1;
            border-radius: 50%;
            animation: loading-animation-b-3uqpiifc9w 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        }
            .loading-animation div:nth-child(2)[b-3uqpiifc9w] {
                animation-delay: -0.5s;
            }
    @keyframes loading-animation-b-3uqpiifc9w {
        0% {
            top: 75px;
            left: 75px;
            width: 0;
            height: 0;
            opacity: 0;
        }
        4.9% {
            top: 75px;
            left: 75px;
            width: 0;
            height: 0;
            opacity: 0;
        }
        5% {
            top: 75px;
            left: 75px;
            width: 0;
            height: 0;
            opacity: 1;
        }
        100% {
            top: 0px;
            left: 0px;
            width: 150px;
            height: 150px;
            opacity: 0;
        }
    }
/* /Components/Pages/Templates/Location.razor.rz.scp.css */
.required[b-xqiyoa9z5y]::after {
    content: " *";
    color: red;
}
.location-box[b-xqiyoa9z5y] {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    align-items: center;
    border-radius: 7px;
    padding: 10px;
    color: black;
    background-color: lightgray;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.location-box-main[b-xqiyoa9z5y] {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    align-items: center;
    border-radius: 7px;
    padding: 10px;
    color: white;
    background-color: #447ac2;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.opacity-down[b-xqiyoa9z5y] {
    opacity: 0;
    filter: blur(5px);
}
.button-main-location[b-xqiyoa9z5y] {
    border-radius: 7px 0px 7px 0px !important;
    align-self: flex-start;
    font-size: 0.75rem;
    margin: -10px -10px 0px -10px !important;
}
.main-location-title[b-xqiyoa9z5y] {
    font-size: 0.75rem;
    align-self: flex-start !important;
    margin-top: -5px;
}
.mb-2[b-xqiyoa9z5y] {
    width: 100%;
}
.form-control[b-xqiyoa9z5y] {
    text-align: center;
}
.phone-number[b-xqiyoa9z5y] {
    display: grid;
    grid-template-columns: 0.35fr 0.4fr 1fr;
    gap: 10px;
    place-items: stretch;
}
.button-short-right-red[b-xqiyoa9z5y] {
    border-radius: 7px 0px 7px 0px !important;
    width: 175px !important;
    align-self: flex-end;
    margin: 10px -10px -10px 0px !important;
    border-color: #990000;
    background-color: #990000;
}
    .button-short-right-red:hover[b-xqiyoa9z5y] {
        border-color: red;
        background-color: red;
    }
