/* _content/alvm.web/Pages/Account/Login-version-2.razor.rz.scp.css */
.login-content[b-5fdpj0h6jh] {
    background-image: url("/assets/images/carebg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
    margin: 0;
    min-height: 100vh;
}

.container-content[b-5fdpj0h6jh] {
    background-color: #fff;
    padding: 20px 15px 50px 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: start;
    max-width: 450px;
    width: 100%;
}

.contform[b-5fdpj0h6jh] {
    /* border: solid 1px red; */
    display: flex;
    justify-content: end;
    padding-right: 10%;
    padding-top: 10%;
}

.div2[b-5fdpj0h6jh] {
    /* border: solid 1px red; */
    padding: 0 8%;
}

.logo img[b-5fdpj0h6jh] {
    width: 100px;
    margin-bottom: 20px;
    padding-top: 5%;
}

h1[b-5fdpj0h6jh] {
    margin: 0;
    font-size: 24px;
    color: #484848;
}

.font-green[b-5fdpj0h6jh] {
    color: #136974;
}

p[b-5fdpj0h6jh] {
    color: #484848;
    margin: 1px 0 20px 0
}

.input-group[b-5fdpj0h6jh] {
    margin-bottom: 15px;
    text-align: left;
    /* border: solid 1px red; */
}

.input-group label[b-5fdpj0h6jh] {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%
    /* border: solid 1px green; */
}

.input-group InputText[b-5fdpj0h6jh] {
    font-size: 15px;
    /* border: solid 1px green; */
}

label[b-5fdpj0h6jh] {
    display: block;
    margin-bottom: 5px;
    color: #333333a3;
}

 InputText[b-5fdpj0h6jh] {
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #babfc3;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.input-group3[b-5fdpj0h6jh] {
    /* border: solid 1px red; */
    display: flex;
    margin-bottom: 15px;
    margin-top: -10px;
    align-items: center;
    justify-content: space-between;
}

.forgot-password[b-5fdpj0h6jh] {
    font-size: 11px;
    margin-top: -1%;
}

.remember[b-5fdpj0h6jh] {
    display: flex;
}

.password-wrapper[b-5fdpj0h6jh] {
    position: relative;
    /*   display: flex;
    align-items: center;
   border: solid yellow 1px; */
}

.toggle-password[b-5fdpj0h6jh] {
    cursor: pointer;
    color: dimgrey;
    font-size: 24px;
    position: absolute;
    top: 70%;
    right: 10px; /* Adjust the right spacing for the icon */
    transform: translateY(-50%);
}


/* Remove autofill background color */
input:-webkit-autofill[b-5fdpj0h6jh],
input:-webkit-autofill:hover[b-5fdpj0h6jh],
input:-webkit-autofill:focus[b-5fdpj0h6jh],
input:-webkit-autofill:active[b-5fdpj0h6jh] {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important; /* Adjust text color if needed */
    caret-color: auto;
}

/* For Firefox */
input:-moz-autofill[b-5fdpj0h6jh] {
    box-shadow: 0 0 0px 1000px white inset !important;
    -moz-text-fill-color: #000 !important;
    caret-color: auto;
}

.InputCheckbox[b-5fdpj0h6jh] {
    margin-right: 5px;
    margin-top: -1px;
}

.login-btn[b-5fdpj0h6jh] {
    width: 100%;
    padding: 12px 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 5%;
    font-size: 17px;
}

    .login-btn:hover[b-5fdpj0h6jh] {
        background-color: #18818f;
    }

@media screen and (max-width: 768px) {
    .contform[b-5fdpj0h6jh] {
        display: flex;
        padding: 12% 0 10% 0;
        justify-content: center;
    }
}

@media screen and (max-width: 515px) {
    .contform[b-5fdpj0h6jh] {
        padding: 10%;
        padding-top: 25%;
    }
}

@media screen and (max-width: 360px) {
    .contform[b-5fdpj0h6jh] {
        padding: 2%;
        padding-top: 40%;
    }
}
/* _content/alvm.web/Pages/Account/Login.razor.rz.scp.css */


.login-content[b-e0trro96re] {
    background-image: url("/assets/images/carebg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
    margin: 0;
    min-height: 100vh;
}

.container-content[b-e0trro96re] {
    background-color: #fff;
    padding: 20px 15px 50px 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: start;
    max-width: 450px;
    width: 100%;
}

.contform[b-e0trro96re] {
    /* border: solid 1px red; */
    display: flex;
    justify-content: end;
    padding-right: 10%;
    padding-top: 10%;
}

.div2[b-e0trro96re] {
    /* border: solid 1px red; */
    padding: 0 8%;
}

.logo img[b-e0trro96re] {
    width: 100px;
    margin-bottom: 20px;
    padding-top: 5%;
}

h1[b-e0trro96re] {
    margin: 0;
    font-size: 24px;
    color: #484848;
}

.font-green[b-e0trro96re] {
    color: #136974;
}

p[b-e0trro96re] {
    color: #484848;
    margin: 1px 0 20px 0;
    font-size: 14px;
    font-weight: 500;
}


.input-group-content[b-e0trro96re] {
    margin-bottom: 14px;
    text-align: left;
    /* border: solid 1px red; */
}

    .input-group-content label[b-e0trro96re] {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
        width: 100%
        /* border: solid 1px green; */
    }

    .input-group-content input[b-e0trro96re] {
        font-size: 14px;
        /* border: solid 1px green; */
    }

label[b-e0trro96re] {
    display: block;
    color: #333333a3;
}

/* Style the custom checkbox */
.custom-checkbox[b-e0trro96re] {
    position: relative;
    display: inline-block;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    /* Hide the original checkbox */
    .custom-checkbox input[type="checkbox"][b-e0trro96re] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

    /* Create a custom checkmark */
    .custom-checkbox .checkmark[b-e0trro96re] {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: transparent; /* Make background transparent */
        border: 1px solid #136974; /* Add border */
        border-radius: 4px; /* Optional: for rounded corners */
    }

    /* Change background color on check */
    .custom-checkbox input[type="checkbox"]:checked + .checkmark[b-e0trro96re] {
        background-color: #136974; /* Your desired color */
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .custom-checkbox .checkmark[b-e0trro96re]:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark/indicator when checked */
    .custom-checkbox input[type="checkbox"]:checked + .checkmark[b-e0trro96re]:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .custom-checkbox .checkmark[b-e0trro96re]:after {
        left: 6px;
        top: 2px;
        width: 6px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }


inputText[b-e0trro96re] {
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #babfc3;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.input-group3[b-e0trro96re] {
    /* border: solid 1px red; */
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.forgot-password[b-e0trro96re] {
    font-size: 12px;
    font-weight: 500;
    color: #136974;
    margin-top: -15px;
    cursor:pointer;
}


.password-wrapper[b-e0trro96re] {
    position: relative;
}

.toggle-password[b-e0trro96re] {
    cursor: pointer;
    color: dimgrey;
    font-size: 24px;
    position: absolute;
    top: 70%;
    right: 10px; /* Adjust the right spacing for the icon */
    transform: translateY(-50%);
}

.form-check-label[b-e0trro96re] {
    font-size: 13px;
    font-weight: 500;
    color: #136974;
}

.form-check[b-e0trro96re]{
    margin-top: -5px;
}


.login-btn[b-e0trro96re], .register-btn[b-e0trro96re] {
    width: 100%;
    padding: 12px 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    text-align: center
}

.outline[b-e0trro96re] {
    padding: 10px 20px;
    border: 2px solid #136974; /* Border color */
    background-color: transparent; /* Transparent background */
    color: #136974; /* Text color */
    font-size: 14px; /* Font size */
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .login-btn:hover[b-e0trro96re] {
        background-color: #18818f;
    }

@media screen and (max-width: 768px) {
    .contform[b-e0trro96re] {
        display: flex;
        padding: 12% 0 10% 0;
        justify-content: center;
    }
}

@media screen and (max-width: 515px) {
    .contform[b-e0trro96re] {
        padding: 10%;
        padding-top: 25%;
    }
}

@media screen and (max-width: 360px) {
    .contform[b-e0trro96re] {
        padding: 2%;
        padding-top: 40%;
    }
}
/* _content/alvm.web/Pages/Account/Registration.razor.rz.scp.css */
/*.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.card {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
*/

.login-content[b-vwvlrvz3g6] {
    background-image: url("/assets/images/carebg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
    margin: 0;
    min-height: 100vh;
}

.container-content[b-vwvlrvz3g6] {
    background-color: #fff;
    padding: 20px 15px 50px 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: start;
    max-width: 500px;
    width: 100%;
}

.contform[b-vwvlrvz3g6] {
    /* border: solid 1px red; */
    display: flex;
    justify-content: end;
    padding-right: 10%;
    padding-top: 3%;
}

.div2[b-vwvlrvz3g6] {
    /* border: solid 1px red; */
    padding: 0 8%;
}

.logo img[b-vwvlrvz3g6] {
    width: 100px;
    margin-bottom: 20px;
    padding-top: 5%;
}

h1[b-vwvlrvz3g6] {
    margin: 0;
    font-size: 24px;
    color: #484848;
}

.font-green[b-vwvlrvz3g6] {
    color: #136974;
}

p[b-vwvlrvz3g6] {
    color: #484848;
    margin: 1px 0 20px 0;
    font-size: 14px;
    font-weight: 500;
}

.input-group-content[b-vwvlrvz3g6] {
    margin-bottom: 14px;
    text-align: left;
    /* border: solid 1px red; */
}

    .input-group-content label[b-vwvlrvz3g6] {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
        /* border: solid 1px green; */
    }

    .input-group-content InputText[b-vwvlrvz3g6] {
        font-size: 14x;
        /* border: solid 1px green; */
    }

label[b-vwvlrvz3g6] {
    display: block;
    color: #333333a3;
}

a:link[b-vwvlrvz3g6] {
    text-decoration: none;
}

a:visited[b-vwvlrvz3g6] {
    text-decoration: none;
}

a:hover[b-vwvlrvz3g6] {
    text-decoration: none;
}

a:active[b-vwvlrvz3g6] {
    text-decoration: none;
}


InputText[b-vwvlrvz3g6] {
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #babfc3;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.input-group3[b-vwvlrvz3g6] {
    /* border: solid 1px red; */
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    margin-top: -5px;
    justify-content: space-between;
}

.forgot-password[b-vwvlrvz3g6] {
    font-size: 13px;
    font-weight: 500;
    color: #136974;
}

.remember[b-vwvlrvz3g6] {
    display: flex;
}

.password-wrapper[b-vwvlrvz3g6] {
    position: relative;
    /*   display: flex;
    align-items: center;
   border: solid yellow 1px; */
}

.toggle-password[b-vwvlrvz3g6] {
    cursor: pointer;
    color: dimgrey;
    font-size: 24px;
    position: absolute;
    top: 70%;
    right: 10px; /* Adjust the right spacing for the icon */
    transform: translateY(-50%);
}

.form-check-label[b-vwvlrvz3g6] {
    font-size: 13px;
    font-weight: 500;
    color: #136974;
}

.InputCheckbox[b-vwvlrvz3g6] {
    margin-right: 5px;
}

.login-btn[b-vwvlrvz3g6], .register-btn[b-vwvlrvz3g6] {
    width: 100%;
    padding: 12px 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    text-align: center
}

.outline[b-vwvlrvz3g6] {
    padding: 10px 20px;
    border: 2px solid #136974; /* Border color */
    background-color: transparent; /* Transparent background */
    color: #136974; /* Text color */
    font-size: 14px; /* Font size */
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .login-btn:hover[b-vwvlrvz3g6] {
        background-color: #18818f;
    }

@media screen and (max-width: 768px) {
    .contform[b-vwvlrvz3g6] {
        display: flex;
        padding: 12% 0 10% 0;
        justify-content: center;
    }
}

@media screen and (max-width: 515px) {
    .contform[b-vwvlrvz3g6] {
        padding: 10%;
        padding-top: 25%;
    }
}

@media screen and (max-width: 360px) {
    .contform[b-vwvlrvz3g6] {
        padding: 2%;
        padding-top: 40%;
    }
}
/* _content/alvm.web/Pages/Administrator/AddRole.razor.rz.scp.css */


.title[b-qv01lwco95] {
    font-size: 20px;
    font-weight: 600;
}
.sub-title[b-qv01lwco95] {
    font-size: 16px;
    font-weight: 600;
}

.custom-select[b-qv01lwco95] {
    width: 100%
}

.d-flex .bx-chevron-left[b-qv01lwco95] {
    font-size: 32px;
    cursor: pointer;
    color: black
}


InputText[b-qv01lwco95] { 
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #babfc3;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.checkbox-option[b-qv01lwco95] {
    height: 100%;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #eeeeee;
}
.option-title[b-qv01lwco95]{
   font-weight: bold;
}

.custom-checkbox-container[b-qv01lwco95] {
    display: flex;
    align-items: center;
}

.custom-checkbox[b-qv01lwco95] {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px; /* Space between checkbox and label */
}

    /* Hide the original checkbox */
    .custom-checkbox input[type="checkbox"][b-qv01lwco95] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

    /* Create a custom checkmark */
    .custom-checkbox .checkmark[b-qv01lwco95] {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: transparent; /* Make background transparent */
        border: 1px solid #136974; /* Add border */
        border-radius: 4px; /* Optional: for rounded corners */
    }

    /* Change background color on check */
    .custom-checkbox input[type="checkbox"]:checked + .checkmark[b-qv01lwco95] {
        background-color: #136974; /* Your desired color */
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .custom-checkbox .checkmark[b-qv01lwco95]:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark/indicator when checked */
    .custom-checkbox input[type="checkbox"]:checked + .checkmark[b-qv01lwco95]:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .custom-checkbox .checkmark[b-qv01lwco95]:after {
        left: 6px;
        top: 2.5px;
        width: 6px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }


.password-wrapper[b-qv01lwco95] {
    position: relative;
    /*   display: flex;
    align-items: center;
   border: solid yellow 1px; */
}

.toggle-password[b-qv01lwco95] {
    cursor: pointer;
    color: dimgrey;
    font-size: 24px;
    position: absolute;
    top: 70%;
    right: 10px; /* Adjust the right spacing for the icon */
    transform: translateY(-50%);
}

.register-btn[b-qv01lwco95] {
    width: 200px;
    padding: 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center
}
/* _content/alvm.web/Pages/Administrator/AddUser.razor.rz.scp.css */


.title[b-gm4ws69zcn] {
    font-size: 20px;
    font-weight: 600;
}
.sub-title[b-gm4ws69zcn] {
    font-size: 16px;
    font-weight: 600;
}

.custom-select[b-gm4ws69zcn] {
    width: 100%
}

.d-flex .bx-chevron-left[b-gm4ws69zcn] {
    font-size: 32px;
    cursor: pointer;
    color: black
}


InputText[b-gm4ws69zcn] {
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #babfc3;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}


.password-wrapper[b-gm4ws69zcn] {
    position: relative;
    /*   display: flex;
    align-items: center;
   border: solid yellow 1px; */
}

.toggle-password[b-gm4ws69zcn] {
    cursor: pointer;
    color: dimgrey;
    font-size: 24px;
    position: absolute;
    top: 70%;
    right: 10px; /* Adjust the right spacing for the icon */
    transform: translateY(-50%);
}

.register-btn[b-gm4ws69zcn] {
    width: 200px;
    padding: 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center
}
/* _content/alvm.web/Pages/Administrator/Profile.razor.rz.scp.css */
.main[b-ruyuxb1r8t] {
    background-color: #E7F0F1;
    margin: 0;
    padding: 0;
    display: flex;
    min-height: 100vh;
}

.container[b-ruyuxb1r8t] {
    display: flex;
    width: 100%;
}

.sidebar[b-ruyuxb1r8t] {
    width: 25%;
    background-color: white;
    padding: 20px;
    margin: 20px;
    border-radius: 4px;
    height: 100%;
}

    .sidebar .tab[b-ruyuxb1r8t] {
        display: block;
        width: 100%;
        color: #00545F;
        font-weight: 600;
        padding: 15px;
        margin-bottom: 10px;
        background-color: #fff;
        border: none;
        cursor: pointer;
        text-align: left;
        font-size: 16px;
        transition: background-color 0.3s;
    }

        .sidebar .tab.active[b-ruyuxb1r8t], .sidebar .tab:hover[b-ruyuxb1r8t] {
            background-color: #D3EAED;
        }

.content[b-ruyuxb1r8t] {
    width: 75%;
    padding: 20px;
}



.btn-option[b-ruyuxb1r8t] {
    display: block;
    width: 200px;
    color: #00545F;
    font-weight: 600;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    transition: background-color 0.3s;
}

    /* Hover state */
    .btn-option:hover[b-ruyuxb1r8t] {
        background-color: #D3EAED; /* Hover color */
    }

    /* Active state */
    .btn-option.active[b-ruyuxb1r8t] {
        background-color: #D3EAED; /* Active color */
    }


.content-section[b-ruyuxb1r8t] {
    display: none;
}

    .content-section.active[b-ruyuxb1r8t] {
        display: block;
    }

.profile-header[b-ruyuxb1r8t] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    background-color: white;
}


.user-image[b-ruyuxb1r8t] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
}

.image-container[b-ruyuxb1r8t] {
    position: relative;
    width: 100px;
    height: 100px;
}

.upload-icon[b-ruyuxb1r8t] {
    position: absolute;
    bottom: 2px;
    right: -10px;
    background-color: #E7F0F1;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}


.file-input[b-ruyuxb1r8t] {
    display: none;
}

.user-info[b-ruyuxb1r8t] {
    margin-left: 30px;
}

.user-info h2[b-ruyuxb1r8t] {
    margin: 0;
    font-size: 24px;
}

.user-info p[b-ruyuxb1r8t] {
    margin: 5px 0 0;
    color: #777;
}




.profile-section[b-ruyuxb1r8t] {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    background-color: white;
}

    .profile-section .title-row[b-ruyuxb1r8t] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .profile-section .row[b-ruyuxb1r8t] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

        .profile-section .row .column[b-ruyuxb1r8t] {
            flex: 1;
            margin-right: 20px;
        }

            .profile-section .row .column:last-child[b-ruyuxb1r8t] {
                margin-right: 0;
            }

    .profile-section .edit-column[b-ruyuxb1r8t], .save-column[b-ruyuxb1r8t] {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

.input_title[b-ruyuxb1r8t] {
    color: #C0C0C0;
}

.save-button[b-ruyuxb1r8t] {
    background-color: #00545F;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
    display: none;
}

.edit-button[b-ruyuxb1r8t] {
    background-color: #ffffff00;
    color: #A7A7A7;
    border: solid 1px #A7A7A7;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 13px;
}

.div3[b-ruyuxb1r8t] {
    text-align: end;
}

.edit-button .edit-icon[b-ruyuxb1r8t] {
    margin-right: 5px;
}

.edit-input[b-ruyuxb1r8t] {
    display: none;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.justify-end[b-ruyuxb1r8t] {
    justify-content: flex-end;
}

/* -------------------------------------  security-section ------------------------ */

.security-section[b-ruyuxb1r8t] {
    margin-bottom: 20px;
    padding: 60px;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    background-color: white;
    color: #666666;
}

    .security-section h4[b-ruyuxb1r8t] {
        margin-bottom: 20px;
    }

.btnsave[b-ruyuxb1r8t] {
    text-align: end;
}

.labelname[b-ruyuxb1r8t] {
    font-weight: 500;
    font-size: 17px;
}

.btnsave button[b-ruyuxb1r8t] {

    width: 250px;
    padding: 10px 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    text-align: center
}

.passreq[b-ruyuxb1r8t] {
    margin-top: 10px;
    margin-bottom: 3px;
}

ul[b-ruyuxb1r8t] {
    list-style-type: none;
}

    ul li[b-ruyuxb1r8t] {
        list-style-type: none;
        margin-left: -25px;
    }

.password-wrapper[b-ruyuxb1r8t] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.toggle-password[b-ruyuxb1r8t] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    color: #007bff;
}

.textlabel[b-ruyuxb1r8t] {
    width: 100%;
    border: solid 1px #9B9B9B;
    padding: 5px;
    border-radius: 4px;
    padding-right: 50px;
}

.requirement[b-ruyuxb1r8t]::before {
    content: '\25CB';
    color: gray;
    display: inline-block;
    margin-right: 8px;
}

.requirement.valid[b-ruyuxb1r8t]::before {
    content: '\2713';
    color: green;
}


/* Hide element in tablet and phone view */
@media (max-width: 992px) {
    .sidebar-option[b-ruyuxb1r8t] {
        display: none;
    }

    .card-option[b-ruyuxb1r8t] {
        display: block;
    }

    .content[b-ruyuxb1r8t] {
        width: 100%;
    }
}
/* Hide element in phone view */
@media (max-width: 768px) {
    .sidebar-option[b-ruyuxb1r8t] {
        display: none;
    }
    .card-option[b-ruyuxb1r8t] {
        display: block;
    }

    .content[b-ruyuxb1r8t] {
        width: 100%;
    }
}

@media (min-width: 993px) {
    .sidebar-option[b-ruyuxb1r8t] {
        display: block;
    }
    .card-option[b-ruyuxb1r8t] {
        display: none;
    }
}
/* _content/alvm.web/Pages/Administrator/RoleMaintenance.razor.rz.scp.css */


.title[b-elndec0sa1] {
    font-size: 20px;
    font-weight: 600;
}

.btn-add[b-elndec0sa1] {
    width: 250px;
    padding: 10px 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    text-align: center
}
.table-thread[b-elndec0sa1] {
    background-color: #DEE2E6;
    color: #00545F;
} 

.btn-edit[b-elndec0sa1] {
    background-color: transparent;
    color: #136974
}
/* _content/alvm.web/Pages/Administrator/UserMaintenance.razor.rz.scp.css */


.title[b-ikxh3s6e4m] {
    font-size: 20px;
    font-weight: 600;
}

.btn-add[b-ikxh3s6e4m] {
    width: 250px;
    padding: 10px 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    text-align: center
}
.table-thread[b-ikxh3s6e4m] {
    background-color: #DEE2E6;
    color: #00545F;
}

.btn-edit[b-ikxh3s6e4m] {
    background-color: transparent;
    color: #136974
}
/* _content/alvm.web/Pages/Maintenance/FieldMaintenance.razor.rz.scp.css */
.btncreate[b-la88jdui6i] {
    width: 300px;
    padding: 12px 16px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .btncreate:hover[b-la88jdui6i] {
        background-color: #0D4951;
    }


.table-thread[b-la88jdui6i] {
    background-color: #DEE2E6;
    color: #00545F;
}


.title[b-la88jdui6i] {
    font-size: 20px;
    font-weight: 600;
}

.btn-edit[b-la88jdui6i] {
    background-color: transparent;
    color: #136974
}

.trassh[b-la88jdui6i] {
    width: 36px;
    height: 36px;
    color: #136974;
    background-color: transparent;
    border-style: none;
    margin-top: 2px;
}
/* _content/alvm.web/Pages/Maintenance/FieldMaintenanceAdd.razor.rz.scp.css */


.title[b-0qw95rok0n] {
    font-size: 20px;
    font-weight: 600;
}

.btncreate[b-0qw95rok0n] {
    width: 200px;
    padding: 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .btncreate:hover[b-0qw95rok0n] {
        background-color: #0D4951;
    }

.btncancel[b-0qw95rok0n] {
    width: 200px;
    padding: 10px;
    background-color: white;
    color: #136974;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .btncancel:hover[b-0qw95rok0n] {
        background-color: #136974;
        color: white;
    }
/* _content/alvm.web/Pages/Maintenance/TempateAdd.razor.rz.scp.css */
.btncreate[b-j5yo2m5w54] {
    width: 200px;
    padding: 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .btncreate:hover[b-j5yo2m5w54] {
        background-color: #0D4951;
    }

.btncancel[b-j5yo2m5w54] {
    width: 200px;
    padding: 10px;
    background-color: white;
    color: #136974;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .btncancel:hover[b-j5yo2m5w54] {
        background-color: #136974;
        color: white;
    }

.bgtitle[b-j5yo2m5w54] {
    background-color: #DEE2E6;
}

.d-flex .bx-chevron-left[b-j5yo2m5w54] {
    font-size: 32px;
    cursor: pointer;
    color: black
}

.title[b-j5yo2m5w54] {
    font-size: 20px;
    font-weight: 600;
}

.btn-edit[b-j5yo2m5w54] {
    background-color: transparent;
    color: #136974
}

.trassh[b-j5yo2m5w54] {
    width: 32px;
    height: 32px;
    color: #136974;
    background-color: transparent;
    border-style: none;
    margin-top: 2px;
}
/* _content/alvm.web/Pages/Maintenance/TemplateList.razor.rz.scp.css */


.title[b-ryckxg3xi0] {
    font-size: 20px;
    font-weight: 600;
}

.btn-add[b-ryckxg3xi0] {
    width: 250px;
    padding: 10px 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    text-align: center
}

.table-thread[b-ryckxg3xi0] {
    background-color: #DEE2E6;
    color: #00545F;
}

.btn-edit[b-ryckxg3xi0] {
    background-color: transparent;
    color: #136974
}

.trassh[b-ryckxg3xi0] {
    width: 36px;
    height: 36px;
    color: #136974;
    background-color: transparent;
    border-style: none;
    margin-top: 2px;
}
/* _content/alvm.web/Pages/Maintenance/UserSigningAddrazor.razor.rz.scp.css */
.btncreate[b-xsfpta15t0] {
    width: 200px;
    padding: 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .btncreate:hover[b-xsfpta15t0] {
        background-color: #0D4951;
    }

.btncancel[b-xsfpta15t0] {
    width: 200px;
    padding: 10px;
    background-color: white;
    color: #136974;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .btncancel:hover[b-xsfpta15t0] {
        background-color: #136974;
        color: white;
    }


.d-flex .bx-chevron-left[b-xsfpta15t0] {
    font-size: 32px;
    cursor: pointer;
    color: black
}

.title[b-xsfpta15t0] {
    font-size: 20px;
    font-weight: 600;
}
/* _content/alvm.web/Pages/Maintenance/UserSigningMaintenance.razor.rz.scp.css */


.btncreate[b-4yfap5p6bc] {
    width: 300px;
    padding: 12px 16px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .btncreate:hover[b-4yfap5p6bc] {
        background-color: #0D4951;
    }

.table-thread[b-4yfap5p6bc] {
    background-color: #DEE2E6;
    color: #00545F;
}


.title[b-4yfap5p6bc] {
    font-size: 20px;
    font-weight: 600;
}

.btn-edit[b-4yfap5p6bc] {
    background-color: transparent;
    color: #136974
}

.trassh[b-4yfap5p6bc] {
    width: 26px;
    height: 26px;
    color: #136974;
    background-color: transparent;
    border-style: none;
}
/* _content/alvm.web/Pages/Valuation/EditValuation.razor.rz.scp.css */
.title[b-srzhgfqb4f] {
    font-size: 20px;
    font-weight: 600;
}


.bg-title[b-srzhgfqb4f] {
    background-color: #DEE2E6;
}

    .bg-title th[b-srzhgfqb4f] {
        color: #00545F;
    }

.trassh[b-srzhgfqb4f] {
    width: 30px;
    height: 30px;
    color: #00545F;
    background-color: transparent;
    border-style: none;
    margin-top: 3.5px;
}

.iconupload[b-srzhgfqb4f] {
    color: #00545F;
}

.d-flex .bx-chevron-left[b-srzhgfqb4f] {
    font-size: 32px;
    cursor: pointer;
    color: black
}




.custom-checkbox-container[b-srzhgfqb4f] {
    display: flex;
    align-items: center;
}

.custom-checkbox[b-srzhgfqb4f] {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 10px; /* Space between checkbox and label */
}

    /* Hide the original checkbox */
    .custom-checkbox input[type="checkbox"][b-srzhgfqb4f] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

    /* Create a custom checkmark */
    .custom-checkbox .checkmark[b-srzhgfqb4f] {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: transparent; /* Make background transparent */
        border: 1px solid #136974; /* Add border */
        border-radius: 4px; /* Optional: for rounded corners */
    }

    /* Change background color on check */
    .custom-checkbox input[type="checkbox"]:checked + .checkmark[b-srzhgfqb4f] {
        background-color: #136974; /* Your desired color */
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .custom-checkbox .checkmark[b-srzhgfqb4f]:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark/indicator when checked */
    .custom-checkbox input[type="checkbox"]:checked + .checkmark[b-srzhgfqb4f]:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .custom-checkbox .checkmark[b-srzhgfqb4f]:after {
        left: 6px;
        top: 2.5px;
        width: 6px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }
/* _content/alvm.web/Pages/Valuation/ValuationAdd.razor.rz.scp.css */


.title[b-r29mnoqzi7] {
    font-size: 20px;
    font-weight: 600;
}

.d-flex .bx-chevron-left[b-r29mnoqzi7] {
    font-size: 32px;
    cursor: pointer;
    color: black
}


.sub-title[b-r29mnoqzi7] {
    font-size: 16px;
    font-weight: 600;
}

.custom-select[b-r29mnoqzi7] {
    width: 100%
}

/*InputText {
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #babfc3;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}*/

.btncreate[b-r29mnoqzi7] {
    width: 200px;
    padding: 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .btncreate:hover[b-r29mnoqzi7] {
        background-color: #0D4951;
    }

.btncancel[b-r29mnoqzi7] {
    width: 200px;
    padding: 10px;
    background-color: white;
    margin-left: 15px;
    color: #136974;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .btncancel:hover[b-r29mnoqzi7] {
        background-color: #136974;
        color: white;
    }
/* _content/alvm.web/Pages/Valuation/ValuationList.razor.rz.scp.css */


.title[b-l19fo0gpi5] {
    font-size: 20px;
    font-weight: 600;
}

.btn-add[b-l19fo0gpi5] {
    width: 250px;
    padding: 10px 10px;
    background-color: #136974;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    text-align: center
}


td a[b-l19fo0gpi5] {
    font-weight: 500;
    color: #00545F;
}

td a:hover[b-l19fo0gpi5] {
   color: #31B0C1;
}

.table-thread[b-l19fo0gpi5] {
    background-color: #DEE2E6;
    color: #00545F;
}

.btn-edit[b-l19fo0gpi5] {
    background-color: transparent;
    color: #136974
}
/* _content/alvm.web/Shared/CustomLayout.razor.rz.scp.css */
.page[b-d2c60zpq32] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-d2c60zpq32] {
    flex: 1;
}

.sidebar[b-d2c60zpq32] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d2c60zpq32] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d2c60zpq32]  a, .top-row .btn-link[b-d2c60zpq32] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-d2c60zpq32] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-d2c60zpq32] {
        display: none;
    }

    .top-row.auth[b-d2c60zpq32] {
        justify-content: space-between;
    }

    .top-row a[b-d2c60zpq32], .top-row .btn-link[b-d2c60zpq32] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d2c60zpq32] {
        flex-direction: row;
    }

    .sidebar[b-d2c60zpq32] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d2c60zpq32] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-d2c60zpq32] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/alvm.web/Shared/MainLayout.razor.rz.scp.css */
.page[b-bz2qksdgcz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.chat-wrapper[b-bz2qksdgcz] {
    width: 95%;
}


.switcher-btn[b-bz2qksdgcz] {
    margin-top: -180px;
}

.bx-send[b-bz2qksdgcz] {
    font-size: 24px;
    color: #666666;
}

.input-forms[b-bz2qksdgcz] {
    padding-top: 15px !important;
}

.textarea-wrapper[b-bz2qksdgcz] {
    position: relative;
}

.send-button[b-bz2qksdgcz] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

.main[b-bz2qksdgcz] {
    flex: 1;
}

.sidebar[b-bz2qksdgcz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bz2qksdgcz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bz2qksdgcz]  a, .top-row .btn-link[b-bz2qksdgcz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bz2qksdgcz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bz2qksdgcz] {
        display: none;
    }

    .top-row.auth[b-bz2qksdgcz] {
        justify-content: space-between;
    }

    .top-row a[b-bz2qksdgcz], .top-row .btn-link[b-bz2qksdgcz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bz2qksdgcz] {
        flex-direction: row;
    }

    .sidebar[b-bz2qksdgcz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bz2qksdgcz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-bz2qksdgcz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/alvm.web/Shared/MainNavMenu.razor.rz.scp.css */
.lichange[b-gemk3dnzu1] {
    margin-left: 36px;
    /* border: solid 1px red;*/
    display: flex;
    align-items: center;
    text-decoration: none;
}

.achange[b-gemk3dnzu1] {
    color: #D7D7D7 !important;
    text-decoration: none !important;
    background-color: none !important;
}

    .achange:hover[b-gemk3dnzu1] {
        color: #13BED4 !important;
        background-color: #0000 !important;
    }

    .achange:active[b-gemk3dnzu1] {
        color: #13BED4 !important;
        background-color: #0000 !important;
    }


.disabled[b-gemk3dnzu1] {
    pointer-events: none;
    cursor: not-allowed;
    color: #999;
}

.bx--dock-left[b-gemk3dnzu1] {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M5 5h3v14H5zm5 14V5h9v14z'/%3E%3C/svg%3E");
}

.collbar[b-gemk3dnzu1] {
    font-size: 15px !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-text[b-gemk3dnzu1] {
    margin-left: 10px;
}

.toggle-icon .menu-text[b-gemk3dnzu1] {
    display: none !important;
}

.toggle-icon:hover .menu-text[b-gemk3dnzu1] {
    display: inline !important;
}

.menu-parent > a[b-gemk3dnzu1] {
    font-weight: bold;
}

.menu-leaf > a[b-gemk3dnzu1] {
    padding-left: 25px; /* indent leaves */
    font-style: italic;
    color: #666;
}

/* Icons */
.menu-icon[b-gemk3dnzu1] {
    margin-right: 6px;
}

.menu-leaf .menu-icon i[b-gemk3dnzu1] {
    color: #aaa;
}

.menu-parent .menu-icon i[b-gemk3dnzu1] {
    color: #333;
}

/* Caret arrow */
.menu-parent > a .menu-caret[b-gemk3dnzu1] {
    float: right;
    opacity: 0.7;
}

#menu li a[b-gemk3dnzu1],
#menu li span[b-gemk3dnzu1] {
    font-size: 0.5rem;
}
/* _content/alvm.web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vtho2enzyl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vtho2enzyl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vtho2enzyl] {
    font-size: 1.1rem;
}

.oi[b-vtho2enzyl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vtho2enzyl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vtho2enzyl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vtho2enzyl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vtho2enzyl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vtho2enzyl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vtho2enzyl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vtho2enzyl] {
        display: none;
    }

    .collapse[b-vtho2enzyl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
