/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
body {
    font-size: 12px;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
} */
body {
    background-color: #f5f7fa;
}
.wrapper {
    background-color: #f5f7fa;
}
.container {
    width: 100%;
    max-width: 1320px;
}
body.anonymous .container {
    max-width: 1320px; 
    width: 100% ;
}
body.anonymous .header {
    max-width: 1320px; 
    width: 100% ;
}

.header {
    width: 100%;
    max-width: 1320px;
}
.content {
    width: auto;
}
.footer .section {
    width: 100%;
    max-width: 1320px;
}
.fields {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    border: none;
}
.form-control {
    width: 100%;
    padding: 8px 12px !important;
    border: 1px solid #cbd5e0 !important;
    border-radius: 6px !important;
    font-size: 14px;
}
label {
    margin-bottom: 10px;
    color: #4a5568;
    font-size: 13px;
    font-weight: 600;
    
}
.form-check label {
    margin-bottom: 0;
}
#id_client, #id_function {
    width: 100%;
}
.mb-3 {
    margin-bottom: 20px;
}
.badge-success{
    background-color: #48bb78;
    color: #fff;
}
.badge-secondary{
    background-color: #6c757d;
    color: #fff;
}
#shiftRows .mt-5 {
    margin-top: 23px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin: 0;
}

.table-responsive {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}
.time-overnight {
    background: #fef3c7;
    color: #92400e;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}
.white-block {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    border: none;
    position: relative;
}
.field-container {
    margin: 0;
}
.form-check {
    display: flex;
    gap: 10px;
    align-items: center;
}
.page-heading .tools a {
    padding: 12px 10px;
}
.footer {
    text-align: center;
    background: #e5e5e5;
    
}
.profile-info .form-label {
    flex: 0 0 40%;
}
.profile-info .form-control-plaintext {
    font-size: 14px;
}

@media (max-width: 768px) {
    .toggle-report-form {
        padding: 16px 0;
        position: static;
    }
    .header .controls {
        position: static;
        margin: 20px 0;
    }
    .logged-in-as {
        text-align: center;
    }
    .header .logo a {
        margin: auto;
    }
    .page-heading .tools {
        position: static;
        margin: 20px 0;
    }
    .admin-navigation .navigation .item {
        width: 100%;
    }
    .sidebar {
        width: 100%;
    }
    .content {
        margin-top: 20px;
        margin-left: 0;
    }
    #introduction img {
        max-width: 100%;
    }
    .wrapper {
        overflow: hidden;
    }
}