.auth-page {
    background: url(../img/login_page_1000x668.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-card {
    width: 100%;
    max-width: 420px;
}

.shifts-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* background-color:red; */
    width: 70%;
    min-width: 300px;
}

.shift-data {
    margin: 10px;
}

.adjustable-card {
    display: inline-block;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    margin-bottom: 20px;
}

.adjustable-card span {
    font-size: var(--font-md);
}

.day-card {
    border-bottom: #dee2e6 solid;
}

.day-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    /* background-color:pink; */
    width: 20%;
    border-right: #dee2e6 solid;
    border-bottom: none;
    margin-right: 20px;
}

@media screen and (max-width:760px) {
    .day-div {
        border-right: none;
        border-bottom: #dee2e6 solid;
    }
}

.inventory-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.inventory-search-input {
    min-width: 200px;
}

.group-div-cont {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.group-div {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.project-container {
    display: flex;
    flex-direction: column;
    margin: 5vh 5vw 2vh 5vw;
}

.project-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project-info-img {
    width: 50%;
    max-width: 500px;
    min-width: 17rem;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
    background-color: transparent;
}

.project-info-img>img {
    width: 100%;
    height: 100%;
    background-color: #f4f6f9;
    border-radius: 8px;
}

.project-info-text {
    display: flex;
    justify-content: center;
    width: 50%;
    min-width: 17rem;
    height: auto;
    flex-direction: column;
    margin-left: 2rem;
}

.project-details-container {
    margin-top: 3px;
    display: flex;
}

.project-details-head {
    font-size: var(--font-normal);
    font-weight: bold;
    margin-right: 10px;
    min-width: 50px;
}

#user-list {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    display: none;
}

.user-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.user-search-input {
    min-width: 200px;
}

.user-search-btn {
    margin-left: 5px;
    padding: 5px;
}

@media screen and (max-width : 500px) {
    .user-search-btn {
        margin-top: 5px;
    }
}

.project-detail-container {
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

.project-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5vw;
    margin-left: 2vw;
}

.project-nav>a {
    margin-right: 2vw;
    margin-left: 1vw;
}

.project-nav>a>.nav-item {
    width: 100%;
    min-width: 5rem;
    padding: 15px 15px 15px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--app-primary-contrast-color);
    background-color: var(--app-primary-color);
    color: white;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
    margin-right: 2vw;
    margin-left: 2vw;
    text-align: center;
}

.project-nav>.nav-item>a {
    color: white;
}

.over-image-container {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    background-color: #f4f6f9;
}

.over-image-btn {
    border: none;
    background-color: transparent;
}

@media screen and (max-width:500px) {
    .project-nav {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .project-nav>a>.nav-item {
        margin-bottom: 10px;
        text-align: center;
    }

    .project-info-text {
        margin-left: 0px;
    }
}

/* #projectDropdown ul li a {
    color: black;
    text-decoration: none;
} */

.table-green-btn {
    background-color: green;
    padding: 5px;
    color: white;
    border-radius: 5px
}

.table-grey-btn {
    background-color: grey;
    padding: 5px;
    color: white;
    border-radius: 5px
}

.date-filter-btn .form-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    /* default: small screens */
}

/* Desktop and up */
@media (min-width: 768px) {
    .date-filter-btn .form-group {
        justify-content: flex-start;
    }
}

#range_leave:checked,
#comp_off:checked {
    accent-color: var(--app-primary-color);
    border-color: white !important;
    color: white !important;
}

#comp_off_div {
    background: #f8f9fa;
    border-left: 4px solid #17a2b8;
}

#comp_off_div label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

#comp_off_message {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}

.comp-off-info {
    background: #fff3cd;
    border: 1px solid #ffe69c;
    color: #664d03;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
}

#address_title {
    color: #fff;
    background-color: var(--app-primary-color);
    font-size: var(--font-lg);
    font-weight: 500;
    padding: 6px 12px;
}

.report-filter {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.status-column {
    margin-left: 14px;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: var(--font-sm);
}

@media (max-width: 480px) {
    .calendar-picker {
        margin-left: -7px;
        margin-top: 5px;
    }
}