:root {
    --royal-green-middle: #08694f;
    --royal-green-dark: #022c22;
    --royal-green-light: #10b981;
    --gold: #d4af37;
    --blue-green: #198ead;
    --blue-lighter: #f1f6fd;
    --blue-light: #e0eaf7;
    --blue-middle: #2a7cc4; 
    --blue-dark: #082c75;
    --blue-semidark: #093895;
    --blue-darker: #0c2b64;
    --red-lighter: #fe0b0b;
    --red-darker: #991b1b;
    --yellow-lighter: #facc15;
    --yellow-darker: #be8201;   
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;

    background:
        linear-gradient(
            rgba(224,234,247,.80),
            rgba(224,234,247,.88)
        );
        

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.c-blue-darker {
    color: var(--blue-darker)  !important;
}

.page-container {
    min-height: 100vh;
    padding: 20px;
}

.w-none {
    max-width: none !important;
}

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

    border-radius: 20px;

    background: rgba(255,255,255,.96);

    border: 1px solid rgba(0,0,0,.25);

    box-shadow:
        0 15px 40px rgba(0,0,0,.25);
}

.card-auth h1,
.card-auth h2 {
    color: var(--blue-darker);
    font-weight: 700;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--light-blue);
    box-shadow: 0 0 0 .25rem rgba(224,234,247,.25);
}

.btn-blue-darker {
    background: var(--blue-dark);
    border-color: var(--blue-darker);
    color: white;
}

.btn-blue-semidark {
    background: var(--blue-semidark);
    border-color: var(--blue-darker);
    color: white;
}

.btn-blue-darker:hover, .btn-blue-semidark:hover {
    background: var(--blue-darker);
    border-color: var(--blue-darker);
    color: white;
}

.inp-blue-lighter {
    background: var(--blue-light);
    border-color: var(--blue-middle);
    color: var(--blue-darker);
}

.inp-blue-lighter:hover {
    background: var(--blue-middle);
    border-color: var(--blue-middle);
    color: var(--blue-darker);
}

.btn-blue2-lighter {
    background: var(--blue-middle);
    border-color: var(--blue-darker);
    color: white;
}
.btn-blue2-darker, .btn-blue2-lighter:hover, .btn-blue2-darker:hover {
    background: var(--blue-darker);
    border-color: var(--blue-darker);
    color: white;
}

.btn-green-lighter {
    background: var(--royal-green-light);
    border-color: var(--royal-green-dark);
    color: white;
}
.btn-green-middle {
    background: var(--royal-green-middle);
    border-color: var(--royal-green-dark);
    color: white;
}

.btn-green-darker, .btn-green-lighter:hover, .btn-green-darker:hover, .btn-green-middle:hover     {
    background: var(--royal-green-dark);
    border-color: var(--royal-green-dark);
    color: white;
}
.btn-red-lighter {
    background: var(--red-lighter);
    border-color: var(--red-darker);
    color: white;
}
.btn-red-darker, .btn-red-lighter:hover, .btn-red-darker:hover {
    background: var(--red-darker);
    border-color: var(--red-darker);
    color: white;
}

.btn-yellow-lighter {
    background: var(--yellow-lighter);
    border-color: var(--yellow-darker);
    color: white;
}
.btn-yellow-darker, .btn-yellow-lighter:hover, .btn-yellow-darker:hover {
    background: var(--yellow-darker);
    border-color: var(--yellow-darker);
}
.shift-input {
    height: 30px;
    /* font-size: .9rem; */
    padding: .25rem;
    margin-left: 1px;
    margin-right: 1px;
    
}

.btn-in-list {
    height: 30px;
    width: 120px;
    /* font-size: .9rem; */
    padding: .25rem;
    margin-left: 1px;
    margin-right: 1px;    
}



.btn-blue-no-border {
    background: white;
    border-color: white;
    color: var(--blue-dark);

}

.btn-blue-no-border:hover {
    background: white;
    border-color: white;
    color: var(--blue-darker);
}

.btn-blue-green-white {
    background: white;
    border-color: var(--blue-green);
    color:var(--blue-dark);
}

.btn-blue-green-white:hover {
    background: #187a9b;
    border-color: #187a9b;
    color: white;
}

.btn-gold {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--blue-darker);
    font-weight: 600;
}

.btn-gold:hover {
    background: #c49d2f;
    border-color: #c49d2f;
}

.section-title {
    color: var(--blue-darker);
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
}

#msg {
    min-height: 24px;
}

.requests-calendar-table {
    background: rgba(255,255,255,.96);
}

.requests-calendar-table th {
    background: var(--blue-dark);
    color: white;
    text-align: center;
}

.requests-calendar-day {
    min-width: 80px;
    vertical-align: bottom;
}

.day-number {
    font-weight: 700;
    color: var(--blue-middle);
    margin-bottom: 6px;
}
.requests-calendar-weeknum {
    min-width: 20px;
    font-size: .85rem;
    background: var(--blue-light);
    font-weight: 700;
    color: var(--blue-dark);
    vertical-align: middle;
    margin: 0;
}




.weekend-day {
    /* background: rgba(16,185,129,.12) !important; */
    background: var(--blue-lighter) !important;
}

.holiday-day {
    /* background: rgba(212,175,55,.20) !important; */
    background: var(--blue-light) !important;
}

.empty-day {
    background: rgba(0,0,0,.04) !important;
}

.shift-label {
    font-size: .8rem;
    font-weight: 600;
    color: var(--blue-darker);
}

.sel-shift-wnt {
    background: #d1fae5;
    color: #065f46;
}

.sel-shift-cnt {
    background: #fee2e2;
    color: #991b1b;
}

.sel-shift-sck {
    background: #dbeafe;
    color: #1e40af;
}

.sel-shift-hld {
    background: #f7ffd1;
    color: #425100;
}


.app-menu-btn {
    /* position: fixed; */
    background: var(--blue-lighter);
    /* margin: 10px; */
    z-index: 1050;
}

.input-picker {
    resize: none;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 768px) {

    body {
        background-attachment: scroll;
    }

    .page-container {
        padding: 1px;
    }

    .card-auth {
        border-radius: 12px;
    }
    
    .requests-calendar-day {
        min-width: 20px;
        font-size: .85rem;
        padding: 0;
    }

    .requests-calendar-table select {
        font-size: .85rem;
        padding: .15rem;
    }

    .requests-calendar-table {
        font-size: .95rem;
        text-align: center;
    }

    .requests-calendar-table td,
    .requests-calendar-table th {
        padding: .1rem;
    }

    .requests-calendar-table .form-select {
        min-height: 40px;
        padding: .1rem 1.2rem .1rem .25rem;
        font-size: .8rem;
    }

    .btn-in-list {
       width: 90px;
    }

.card-requests {
    width: 100%;
    max-width: 1600px;
}

.planner-table {
    font-size: .85rem;
}

.planner-date-col {
    min-width: 75px;
}

.planner-date-cell {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.planner-cell {
    min-width: 130px;
    padding: .2rem !important;
}

.planner-empty-cell {
    background-color: rgba(0, 0, 0, .05);
}

.planner-input-cell {
    min-height: 110px;
    resize: vertical;
    font-size: .8rem;
    /* display: flex; */
    flex-direction: column;
    justify-content: flex-start;
}

.planner-weekend td {
    background-color: #fef3c7;
}

.planner-holiday td {
    background-color: #fee2e2;
}

@media (max-width: 767.98px) {

    .planner-table {
        font-size: .75rem;
    }

    .planner-table td,
    .planner-table th {
        padding: .1rem !important;
    }

    


    .planner-textarea {
        font-size: .75rem;
    }
}

    

}

@media (max-width: 767.98px) {

    .app-menu-btn {
        margin-bottom: 1rem;
    }

}

@media (min-width: 768px) {

    .app-menu-btn {
        position: fixed;
        top: 1rem;
        left: 1rem;
        z-index: 1050;
    }

}
