/* body {
    font-family: Montserrat, Roboto, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.5385;
    color: #333;
    text-align: left;
    background-color: #f5f5f5;
} */

.navbar-brand img {
    height: 2.2rem;
}

.rounded-circle {
    object-fit: cover;
}

.fc-content {
    text-align: center;
}

.bg-dark-alpha-60 {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 576px) {
    .login-form {
        width: 22rem;
    }
}

.w-35 {
    width: 35% !important;
}

.bg-dark-alpha-30 {
    background-color: rgba(0, 0, 0, 0.3);
}

#overlayQr {
    position: absolute;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(236, 236, 236, 0.85) !important;
    /* White background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

#textQr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.input-group.date .input-group-date {
    cursor: pointer;
}

span.magnified {
    cursor: zoom-in;
}

.fc-event {
    cursor: pointer;
}

.input-daterange input {
    text-align: left;
}

#loadingIframe {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ccc;
    top: 0px;
    left: 0px;
    position: absolute;
}

.easyzoom.is-ready img {
    cursor: zoom-in;
}

#tableAbsen tr td {
    text-align: center;
}

.div-stars i {
    font-size: 25px;
    text-align: right;
}
