/* _content/Aps/Pages/Login.razor.rz.scp.css */
body[b-3c5pfvo2h1] {
    background-color: #9f9da7;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    color: #2b3e51;
}

h2[b-3c5pfvo2h1] {
    font-weight: 300;
    text-align: center;
}

p[b-3c5pfvo2h1] {
    position: relative;
}

a[b-3c5pfvo2h1],
a:link[b-3c5pfvo2h1],
a:visited[b-3c5pfvo2h1],
a:active[b-3c5pfvo2h1] {
    color: #1c5f89;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:focus[b-3c5pfvo2h1], a:hover[b-3c5pfvo2h1],
a:link:focus[b-3c5pfvo2h1],
a:link:hover[b-3c5pfvo2h1],
a:visited:focus[b-3c5pfvo2h1],
a:visited:hover[b-3c5pfvo2h1],
a:active:focus[b-3c5pfvo2h1],
a:active:hover[b-3c5pfvo2h1] {
    color: #329dd5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#login-form-wrap[b-3c5pfvo2h1] {
    background-color: #fff;
    width: 35%;
    margin: 30px auto;
    text-align: center;
    padding: 20px 0 0 0;
    border-radius: 4px;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2);
}

#login-form[b-3c5pfvo2h1] {
    padding: 0 60px;
}

input[b-3c5pfvo2h1] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
}

input[type="text"][b-3c5pfvo2h1],
input[type="email"][b-3c5pfvo2h1] {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    color: #8a8b8e;
    border: 1px solid #c2c0ca;
    font-style: normal;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    background: none;
}
input[type="text"]:focus[b-3c5pfvo2h1],
input[type="email"]:focus[b-3c5pfvo2h1] {
    border-color: #3ca9e2;
}
input[type="text"]:focus:invalid[b-3c5pfvo2h1],
input[type="email"]:focus:invalid[b-3c5pfvo2h1] {
    color: #cc1e2b;
    border-color: #cc1e2b;
}
input[type="text"]:valid ~ .validation[b-3c5pfvo2h1],
input[type="email"]:valid ~ .validation[b-3c5pfvo2h1] {
    display: block;
    border-color: #0C0;
}
input[type="text"]:valid ~ .validation span[b-3c5pfvo2h1],
input[type="email"]:valid ~ .validation span[b-3c5pfvo2h1] {
    background: #0C0;
    position: absolute;
    border-radius: 6px;
}
input[type="text"]:valid ~ .validation span:first-child[b-3c5pfvo2h1],
input[type="email"]:valid ~ .validation span:first-child[b-3c5pfvo2h1] {
    top: 30px;
    left: 14px;
    width: 20px;
    height: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="text"]:valid ~ .validation span:last-child[b-3c5pfvo2h1],
input[type="email"]:valid ~ .validation span:last-child[b-3c5pfvo2h1] {
    top: 35px;
    left: 8px;
    width: 11px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.validation[b-3c5pfvo2h1] {
    display: none;
    position: absolute;
    content: " ";
    height: 60px;
    width: 30px;
    right: 15px;
    top: 0px;
}

input[type="submit"][b-3c5pfvo2h1] {
    border: none;
    display: block;
    background-color: #0070ba;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
input[type="submit"]:hover[b-3c5pfvo2h1] {
    background-color: #329dd5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#create-account-wrap[b-3c5pfvo2h1] {
    background-color: #eeedf1;
    color: #8a8b8e;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
}
/* _content/Aps/Pages/SignContract/ContractDetails.razor.rz.scp.css */

.container[b-ogkmkhhguv] {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 30px;
    margin-top: 7rem;
    margin-bottom: 2rem;
    max-width: max-content;
    
}
h1[b-ogkmkhhguv]{
    font-size: 2rem;
    line-height: 1.5;
}

.card[b-ogkmkhhguv] {
    font-size: initial!important;
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.card:hover[b-ogkmkhhguv] {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.card-header[b-ogkmkhhguv] {
    background-color: #f1f3f5;
    border-bottom: none;
    font-weight: bold;
}
.profile-img[b-ogkmkhhguv] {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.status-badge[b-ogkmkhhguv] {
    font-size: 0.8rem;
    padding: 0.5em 1em;
}
/* _content/Aps/Pages/SignContract/ModalComponent.razor.rz.scp.css */
.modal[b-j1glhhjqs3] {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content[b-j1glhhjqs3] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.modal-header[b-j1glhhjqs3] {
    background-color: #585f7f;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.modal-title[b-j1glhhjqs3] {
    font-size: 1.1rem;
    font-weight: normal;
}
.close-button[b-j1glhhjqs3] {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
}
.form-label[b-j1glhhjqs3] {
    color: #a3e4d7;
    font-size: 0.9rem;
}
.form-control[b-j1glhhjqs3] {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
}
.form-control:focus[b-j1glhhjqs3] {
    border-color: #a3e4d7;
    box-shadow: none;
}
.verification-message[b-j1glhhjqs3] {
    color: #585f7f;
    font-size: 0.9rem;
    line-height: 1.4;
}
.submit-button[b-j1glhhjqs3] {
    background-color: #68c3a3;
    border: none;
}
.submit-button:hover[b-j1glhhjqs3] {
    background-color: #5ab192;
}
.check-icon[b-j1glhhjqs3] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #68c3a3;
}
/* _content/Aps/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fkk1ufov64] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fkk1ufov64] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fkk1ufov64] {
    font-size: 1.1rem;
}

.oi[b-fkk1ufov64] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fkk1ufov64] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fkk1ufov64] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fkk1ufov64] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fkk1ufov64]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-fkk1ufov64]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-fkk1ufov64]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fkk1ufov64] {
        display: none;
    }

    .collapse[b-fkk1ufov64] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-fkk1ufov64] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
