@page {
    size: A4;
    margin: 0;
}

@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}

footer {
    text-align: center;
    padding: 10px 0 !important;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

p {
    margin-bottom: 8px;
}

video {
    width: 100%;
    max-width: 960px;
    padding: 20px 0;
}

.navbar {
    width: 100%;
    margin: auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    opacity: 1 !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: white !important;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

.navbar-custom {
    display: flex;
    align-items: flex-start;
}

.navbar-nav {
    flex-wrap: wrap;
    padding: 8px;
}

.nav-item {
    white-space: nowrap;
}

.nav-link {
    font-size: 20px !important;
    padding: 4px 8px !important;
    line-height: 1 !important;
    color: white;
}

.user-name {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.container {
    padding: 15px;
    text-align: left;
    max-width: 2000px;
    flex: 1;
}

.box {
    max-width: 400px;
    margin: auto;
}

.alert > p {
    margin-bottom: 0;
}

.btn-users {
    max-height: 36px;
    max-width: 150px;
    margin-left: 8px;
    margin-right: 8px;
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.fc-view-harness {
    height: 880px !important;
}

.fc-bg-event {
    background-color: #f00 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    border: 1px solid #000 !important;
}

.form-label {
    margin-top: 8px;
}

.table-rights {
    margin-top: 20px;
    max-width: 800px;
}

.ui-datepicker-trigger {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: transparent;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    height: 30px !important;
}

.ui-datepicker-trigger .input-group-addon:last-child {
    border-left: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.fc-basicDay-button {
    border-radius: 0;
}

.hoverEffect {
    font-size: 29px;
    position: absolute;
    margin: 30px 55px;
    cursor: pointer;
}
