html, body {
    height: 100%;
}
body {
    background-color: #f3f4f6;
    display: flex;
    flex-direction: column;
}
.fs-7 {
    font-size: 0.875rem !important;
}
.fs-8 {
    font-size: 0.75rem !important;
}
@media (max-width: 1199px) {
    .navbar-main {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .navbar-main {
        border-bottom: 1px solid #e5e7eb;
    }
}
/* .narrow-navbar {
    border-top: 1px solid #e5e7eb;
} */
.narrow-navbar .nav-links > a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.narrow-navbar .nav-links > a:hover,
.narrow-navbar .nav-links > a:active {
    background-color: #e9ecef;
}
.offcanvas .nav-item {
    border-top: 1px solid #e5e7eb;
}
.max-w-500 {
    max-width: 500px;
}
.max-w-800 {
    max-width: 800px;
}
.max-w-1000 {
    max-width: 1000px;
}
@media (min-width: 768px) {
    .min-w-md-300 {
        min-width: 300px;
    }
    .fixed-w-md-300 {
        width: 300px !important;
    }
}
.cursor-pointer {
    cursor: pointer;
}
.toggle-password {
    cursor: pointer;
}
table.selectable tbody tr {
    cursor: pointer;
}
table.selectable tbody tr.selected {
    background-color: #e9ecef;
}
.form-switch.form-switch-md {
    display: flex;
    align-items: center;
}
.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
    margin-right: .75rem;
}
.text-bolder {
    font-weight: 600;
}
.text-gray {
    color: #c0c0c0 !important;
}
.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    /* font-size: 1.03em; */
    padding: 50px;
    list-style: none;
    text-align: left;
}
@media (min-width: 768px) {
    .timeline {
        margin-left: 140px;
    }
}
@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}
.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}
.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}
@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}
.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}
@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}
.btn-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    font-size: 36px;
    font-weight: bold;
    box-shadow: 0 2vw 4vw -1vw rgba(0,0,0,0.8);
}
#btn-check-in {
    --bs-btn-color: #fff;
    --bs-btn-bg: #23a167;
    --bs-btn-border-color: #23a167;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #23a167;
    --bs-btn-disabled-border-color: #23a167;
}
#btn-check-out {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e3ac09;
    --bs-btn-hover-border-color: #e3ac09;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e3ac09;
    --bs-btn-active-border-color: #e3ac09;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}
.clock {
    background: #ececec;
    width: 300px;
    height: 300px;
    margin: 0 auto 0;
    border-radius: 50%;
    border: 14px solid #333;
    position: relative;
    box-sizing: content-box;
    box-shadow: 0 2vw 4vw -1vw rgba(0,0,0,0.8);
}
.clock .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ccc;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 10;
    box-shadow: 0 2px 4px -1px black;
}
.clock .hour-hand {
    position: absolute;
    z-index: 5;
    width: 4px;
    height: 65px;
    background: #333;
    top: 79px;
    transform-origin: 50% 72px;
    left: 50%;
    margin-left: -2px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.clock .minute-hand {
    position: absolute;
    z-index: 6;
    width: 4px;
    height: 100px;
    background: #666;
    top: 46px;
    left: 50%;
    margin-left: -2px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    transform-origin: 50% 105px;
}
.clock .second-hand {
    position: absolute;
    z-index: 7;
    width: 2px;
    height: 120px;
    background: gold;
    top: 26px;
    lefT: 50%;
    margin-left: -1px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    transform-origin: 50% 125px;
}
.clock span {
    display: inline-block;
    position: absolute;
    color: #333;
    font-size: 22px;
    font-family: 'Poiret One';
    font-weight: 700;
    z-index: 4;
}
.clock .h12 {
    top: 30px;
    left: 50%;
    margin: 0;
    margin-left: -9px;
    line-height: 1;
}
.clock .h3 {
    top: 140px;
    right: 30px;
    margin: 0;
    line-height: 1;
}
.clock .h6 {
    bottom: 30px;
    left: 50%;
    margin: 0;
    margin-left: -5px;
    line-height: 1;
}
.clock .h9 {
    left: 32px;
    top: 140px;
    margin: 0;
    line-height: 1;
}
.clock .diallines {
    position: absolute;
    z-index: 2;
    width: 2px;
    height: 15px;
    background: #666;
    left: 50%;
    margin-left: -1px;
    transform-origin: 50% 150px;
}
.clock .diallines:nth-of-type(5n) {
    position: absolute;
    z-index: 2;
    width: 4px;
    height: 25px;
    background: #666;
    left: 50%;
    margin-left: -2px;
    transform-origin: 50% 150px;
}
.clock .info {
    position: absolute;
    width: 120px;
    height: 20px;
    border-radius: 7px;
    background: #ccc;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-size: 11px;
    top: 200px;
    left: 50%;
    margin-left: -60px;
    font-family: "Poiret One";
    font-weight: 700;
    z-index: 3;
    letter-spacing: 3px;
    margin-left: -60px;
    left: 50%;
}
.clock .date {
    top: 80px;
}
.clock .day {
    top: 200px;
}
#calendar {
    max-height: 800px;
    font-size: 14px;
}
.fc-timeline-slot-frame a,
.fc-col-header-cell-cushion,
.fc-daygrid-day-number {
    text-decoration: none;
    color: inherit;
}
.section-maximized {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1080;
    font-size: 1.375rem;
}