/* style.css - SmartLabs Styles */

.time-slot {
    cursor: pointer;
    transition: all 0.2s;
}

.time-slot:hover:not(.occupied) {
    background-color: #e7f3ff !important;
}

.time-slot.occupied {
    cursor: not-allowed;
    opacity: 0.6;
}

.time-slot.selected {
    background-color: #0d6efd !important;
    color: white !important;
}

#app {
    min-height: 100vh;
    font-family: "Titillium Web", sans-serif;
}

.navbar-brand {
    font-weight: 600;
}

/* Inline style translations */
#loginScreen {
    min-height: 100vh;
    background: linear-gradient(135deg, #769bd0 0%, #1251ad 100%);
}

.bi-house-slash-lg {
    font-size: 3rem;
    display: block;
}

.ora-col {
    width: 15%;
}

/* EXTRA LIGHT */
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

/* LIGHT */
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* REGULAR */
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* SEMIBOLD */
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* BOLD */
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* BLACK */
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}