/* _content/WebManagement/Pages/Login.razor.rz.scp.css */
ting fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/* Reseting */
*[b-hlgd9agczh] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body[b-hlgd9agczh] {
    background: #ecf0f3;
}

.wrapper[b-hlgd9agczh] {
    max-width: 350px;
    min-height: 500px;
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.logo[b-hlgd9agczh] {
    width: 64px; /*80px*/
    margin: auto;
}

/*    .logo img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    }*/
    .logo img[b-hlgd9agczh] {
        /*        width: 100%;
        height: 80px;*/
        object-fit: cover;
        border-radius: 10%; /*50px*/
        box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    }

.wrapper .name[b-hlgd9agczh] {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555;
}

.wrapper .form-field input[b-hlgd9agczh] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
}

.wrapper .form-field[b-hlgd9agczh] {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

    .wrapper .form-field .fas[b-hlgd9agczh] {
        color: #555;
    }

.wrapper .btn[b-hlgd9agczh] {
    box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #b53131;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
    letter-spacing: 1.3px;
}

    .wrapper .btn:hover[b-hlgd9agczh] {
        background-color: #943737;
    }

.wrapper a[b-hlgd9agczh] {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4;
}

    .wrapper a:hover[b-hlgd9agczh] {
        color: #039BE5;
    }

@media(max-width: 380px) {
    .wrapper[b-hlgd9agczh] {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
    }
}
/* _content/WebManagement/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}*/
.page[b-4f9mii3qpj] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main[b-4f9mii3qpj] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
article.content[b-4f9mii3qpj] {
    flex: 1;
}
footer[b-4f9mii3qpj] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.sidebar[b-4f9mii3qpj] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background: gray;*/
    background-image: linear-gradient(180deg, rgb(5, 54, 103) 0%, #012 70%);
    height: 85%;
    position: relative;
    overflow-y: auto;
}

.top-row[b-4f9mii3qpj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4f9mii3qpj]  a, .top-row .btn-link[b-4f9mii3qpj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4f9mii3qpj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4f9mii3qpj] {
        display: none;
    }

    .top-row.auth[b-4f9mii3qpj] {
        justify-content: space-between;
    }

    .top-row a[b-4f9mii3qpj], .top-row .btn-link[b-4f9mii3qpj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4f9mii3qpj] {
        flex-direction: row;
    }

    .sidebar[b-4f9mii3qpj] {
        width: 250px;
        min-width:250px; /*Ben ekledim*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4f9mii3qpj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4f9mii3qpj], article[b-4f9mii3qpj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/WebManagement/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gpapn54j52] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gpapn54j52] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gpapn54j52] {
    font-size: 1.1rem;
}

.oi[b-gpapn54j52] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gpapn54j52] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gpapn54j52] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gpapn54j52] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gpapn54j52]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gpapn54j52]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-gpapn54j52]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gpapn54j52] {
        display: none;
    }

}
/* _content/WebManagement/Shared/NavMenuBranch.razor.rz.scp.css */
.navbar-toggler[b-o05go9vmn3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-o05go9vmn3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-o05go9vmn3] {
    font-size: 1.1rem;
}

.oi[b-o05go9vmn3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-o05go9vmn3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-o05go9vmn3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o05go9vmn3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o05go9vmn3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-o05go9vmn3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-o05go9vmn3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-o05go9vmn3] {
        display: none;
    }
}
/* _content/WebManagement/Shared/NavMenuCenter.razor.rz.scp.css */
.navbar-toggler[b-vhco7tzm5x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vhco7tzm5x] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vhco7tzm5x] {
    font-size: 1.1rem;
}

.oi[b-vhco7tzm5x] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vhco7tzm5x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vhco7tzm5x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vhco7tzm5x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vhco7tzm5x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-vhco7tzm5x]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-vhco7tzm5x]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-vhco7tzm5x] {
        display: none;
    }
}
/* _content/WebManagement/Shared/NavMenuFactory.razor.rz.scp.css */
.navbar-toggler[b-i25dqumq4a] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-i25dqumq4a] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i25dqumq4a] {
    font-size: 1.1rem;
}

.oi[b-i25dqumq4a] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-i25dqumq4a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i25dqumq4a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i25dqumq4a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i25dqumq4a]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-i25dqumq4a]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-i25dqumq4a]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-i25dqumq4a] {
        display: none;
    }
}
