#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 3.5rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Aptos', sans-serif;
    font-size: .8rem; 
    color: #333; 
}

@media (max-width: 600px) {
    .container {
        padding: 10px;
    }
}

#logo {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 10rem;
    height: auto;
}

    #logo img {
        width: 100%;
        height: auto;
    }

.bottom-right-text {
    position: absolute;
    bottom: 10vh;
    right: 70px;
    color: white;
    font-weight: bold;
}

.text-large {
    font-size: 60px;
    width: 100%;
    text-align: justify;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); /* Example shadow */
}

.text-small {
    font-size: 24px;
    width: 100%;
    text-align: justify;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); /* Example shadow */
}

.login-container {
    display: flex;
    margin-top: 10%;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 50%;
}

.login-box {
    width: 100%; /* Full width by default */
}

.inline-elements {
    display: flex;
    align-items: flex-end;
}
/* ---------------------------------------------------------------------------Container for form groups */
.form-container {
    display: flex;
    flex-direction: column; /* Stack form groups vertically */
    gap: .6rem; /* Space between form groups */
    width: 100%;
}

/* Styling for each form group */
.form-group {
    display: flex;
    align-items: center; /* Align label and input vertically */
    gap: .5rem; /* Space between label and input */
}

    .form-group label {
        width: 100px;
        margin-right: 10px;
    }

    .form-group input {
        flex: 1;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .form-group .info-button {
        margin-left: 10px;
        background-color: #156082;
        border: none;
        color: white;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

        .form-group .info-button:hover {
            background-color: #156082;
        }

.text-header {
    text-align: left; 
    font-size: 1.5rem;
}

label {
    width: 20%; /* Adjust width to fit your design */
    text-align: left; /* Align text to the right of the label */
    font-size: .7rem;
}

input {
    flex: 1; /* Allow input to take remaining space */
    padding: .6rem; /* Add padding inside the input */
    border: 1px solid #ccc; /* Border styling */
    border-radius: .3rem; /* Rounded corners */
    box-sizing: border-box;
}

    input:focus {
        border-color: #007bff; /* Border color on focus */
        outline: none; /* Remove default focus outline */
    }

button {
    padding: .4rem .7rem;
    width: 100%;
    background-color: rgb(21, 96, 130);
    color: white;
    font-size: .7rem;
    border-radius: .3rem;
}


    button:disabled {
        padding: .4rem .7rem;
        width: 100%;
        background-color: rgb(125 170 191);
        color: white;
        font-size: .7rem;
        border-radius: .3rem;
    }

.footer {
    display: flex;
    flex-direction: row; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
    min-height: 8rem; /* Adjust as needed to fit content */
    padding: border-radius: .3rem;
     /* Add padding around the footer */
    gap: 2.5rem;
}

/* Container for social buttons and "or" text */
.social {
    display: flex;
    flex-direction: column; /* Stack "or" text and social buttons vertically */
    align-items: center; /* Center items horizontally */
    width: 100%; /* Full width for social container */
}

/* Styling for the "or" text container */
.or-container {
    display: flex;
    align-items: center; /* Center items vertically */
    width: 100%; /* Full width for the "or" container */
    margin-bottom: 10px; /* Space below "or" text */
}

.or-line {
    flex: 1; /* Allow lines to expand equally */
    height: 1px;
    background-color: #ccc; /* Line color */
}

.or-text {
    padding: 0 10px; /* Space between lines and text */
    color: #666; /* Text color */
    font-size: .6rem;
}

.social-buttons {
    display: flex;
    justify-content: space-between; /* Distribute buttons evenly */
    width: 100%; /* Full width for buttons container */
    gap: 10px; /* Optional: space between buttons */

}

.social-logo {
    width: 30px; /* Adjust size of social icons */
    height: auto; /* Maintain aspect ratio */
    cursor: pointer;
}

/* --------------------------------------------------------------Text */
.disclaimer {
    text-align: center; /* Center text */
}

    .disclaimer p {
        padding-right: .7rem;
        font-size: .6rem; /* Adjust font size */
        color: #333; /* Text color */
        text-align: center;
    }

.text-danger {
    font-size: .6rem;
    color: red;
    width: 50%;
}

.text-title {
    font-size: 1.5rem;
    font-weight:bolder;

}

.container {
    position: relative; /* Establishes a positioning context */
    width: 100%; /* Full width or adjust as needed */
    min-height: 400px; /* Adjust height or make it responsive */
    padding: 2rem; /* Padding for content */
    border: 1px solid #ddd; /* Optional border for visibility */
    background-color: #f0f0f0; /* Background color */
}

/* Clickable texts container */
.clickable-container {
    position: absolute; /* Position absolutely within the relative container */
    bottom: 20px; /* Distance from bottom */
    right: 20px; /* Distance from right */
    display: flex;
    gap: 10px; /* Space between the clickable texts */
}

.container-text {
    padding: .5rem 1rem; /* Add padding */
    border: 2px solid #156082; /* Black border */
    border-radius: 5px; /* Rounded corners */
    color: #156082; /* Text color */
    text-decoration: none; /* Remove underline */
    font-size: .7rem; /* Font size */
    cursor: pointer; /* Change cursor to pointer */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
    text-align:center;
}

    .container-text:hover {
        background-color: #156082; /* Background color on hover */
        color: white; /* Text color on hover */
    }

.clickable-text {
    color: blue; /* Text color */
    cursor: pointer; /* Change the cursor to a pointer */
    font-size: .7rem;
    margin-left: .5rem;
    display: flex; /* Ensure the element is a flex container */
    align-items: center; /* Align items vertically */
}

.clickable-text-right {
    justify-content: flex-end; /* Align content to the right */
}

.clickable-text-center {
    justify-content: center; /* Align content to the center */
}

.splash-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f8f9fa;
    text-align: center;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

.error-box {
    border: 1px solid #ccc; /* Thin line border */
    padding: 20px; /* Padding inside the box */
    margin: 20px auto; /* Center the box horizontally with margin */
    width: 300px; /* Adjust the width as needed */
    border-radius: 5px; /* Optional: Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Light shadow for better visibility */
    text-align: center; /* Center the text inside the box */
}

body {
    margin: 0;
    font-family: 'Aptos', sans-serif;
}

.hero {
    background-color: #1b6d85;
    color: white;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero h1 {
        font-size: 60px;
    }

/* Media query for small screens */
@media (max-width: 768px) {
    .hero {
        background-color: #2a8d99;
    }

        .hero h1 {
            font-size: 50px;
        }
}

/* Mobile screens - hide image */
@media (max-width: 500px) {
    .hero h1 {
        font-size: 40px;
    }

    .hero-image {
        display: none;
    }
}
