body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}

.login-box-form .form-input{
    font-size: 14px;
    padding: 13px 20px;
    border: 0px;
    border-radius: 10px;
    outline: none;
}

.login-box-form .btn-submit{
    font-size: 14px;
    padding: 13px 20px;
    border: 0px;
    border-radius: 10px;
    background-color: #272727;
    color: #ececec;
}

.login-box-form .btn-submit:hover{
    background-color: #000000;
    color: #fff;
}


.login-box-form .btn-submit:active{
    background-color: #d02e2e;
    color: #fff;
}

.fs-8{
    font-size: 8px;
}

.fs-9{
    font-size: 8px;
}

.fs-10{
    font-size: 10px;
}

.fs-11{
    font-size: 11px;
}

.fs-12{
    font-size: 12px;
}

.fs-13{
    font-size: 13px;
}

.fs-14{
    font-size: 14px;
}

.fs-16{
    font-size: 16px;
}

.fs-18{
    font-size: 18px;
}

.fs-20{
    font-size: 18px;
}

.fs-24{
    font-size: 24px;
}

.fs-32{
    font-size: 24px;
}

.fw-100{
    font-weight: 100;
}

.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}

.text-link:hover{
    color: #d02e2e !important;
}

/* Circular camera capture button used in attendance modals */
.camera-capture-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: inherit;
    color: #fff;
    border: 6px solid rgba(255,255,255,0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25), inset 0 0 0 6px rgba(0,0,0,0.05);
    transition: transform 0.1s ease, background 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.camera-capture-btn .material-symbols-outlined {
    font-size: 48px;
    line-height: 1;
}

.camera-capture-btn:active {
    transform: scale(0.96);
}

/* Hover/focus feedback like a camera shutter */
.camera-capture-btn:hover {
    transform: scale(1.05);
    border-color: #ffffff;
    box-shadow: 0 12px 28px rgba(0,0,0,0.35), inset 0 0 0 6px rgba(255,255,255,0.12);
}

.camera-capture-btn:focus-visible {
    outline: 3px solid rgba(255,255,255,0.7);
    outline-offset: 2px;
}

@media (max-width: 576px) {
    .camera-capture-btn { width: 96px; height: 96px; border-width: 5px; }
    .camera-capture-btn .material-symbols-outlined { font-size: 40px; }
}

/* Standardize camera video sizing across pages (overrides inline) */
