﻿.paginationNumber {
    width: 2rem;
}

.collectionPic {
    height: 8em;
}

.grid-4 {
    display: inline-grid !important;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    margin: 0 auto;
}

.grid-2 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 10rem);
}

.drinkText {
    font-size: 1.25rem;
    width: 17rem;
}

.ptoCal {
    width: 3em;
    height: 2.25em;
    border: 1px black solid;
    padding: 1px !important;
}

.spacer {
    padding: 0 .5em;
}

.nonDay {
    background-color: slategrey !important;
    border: none !important;
}

.weekend {
    background-color: grey !important;
}

    .weekend &nbsp {
        font-size: smaller !important;
    }

.today {
    background-color: yellow !important;
}

.holiday {
    background-color: green !important;
}

.pastHoliday {
    background-color: lightgreen !important;
}

.past {
    background-color: lightgrey !important;
}

.pastDayOff {
    background-color: pink !important;
}

.pastHalfDayOff {
    background: linear-gradient(180deg, lightgray 0, lightgray 50%, pink 50%, pink 100%) !important;
}

.dayOff {
    background-color: red !important;
}

.halfDayOff {
    background: linear-gradient(180deg, white 0, white 50%, red 50%, red 100%) !important;
}

.xsmall {
    font-size: x-small;
}

.overLimit {
    background-color: deepskyblue !important;
}

.quickgrid > thead {
    position: sticky;
    top: 0;
}

.hgt-75 {
    height: 75dvh;
}

.pagination > .page-item > .page-link {
    color: black;
}

.description {
    width: 66.5px;
    text-align: right;
}

.quickgrid tbody tr:not([aria-rowindex]) {
    display: none;
}

.moviePoster {
    height: 14rem;
    width: 10rem;
    padding: 2px;
}

.moviePoster-large {
    height: 40rem;
    width: 28rem;
    float: left !important;
}

@media (max-width: 768px) {
    .moviePoster-large {
        height: unset;
        width: 100%;
        padding: 5px 0 2px 0;
        float: none;
    }
}

.movieFormatIcon-admin {
    height: 1.5rem;
    width: 1.5rem;
}

.movieFormatIcon {
    width: auto;
    display: inline !important;
    height: 1.5rem;
    padding: 0 5px;
}

.movieCriticPin {
    height: 3rem;
    width: auto;
    padding: 0 5px;
}

.mcIcon {
    height: 3rem;
    width: 3.5rem;
}

.imdbIcon {
    height: 3rem;
    width: 5rem;
}

.rtIcon {
    height: 3rem;
    width: 5rem;
}

.vh-50 {
    height: 50vh;
}

@media screen and (max-width: 736px) {
    .hideSmall {
        display: none !important;
    }
}

.backgroundImage {
    background-position: center center;
    background-size: cover;
    border-radius: 0;
    display: block;
    position: relative;
    height: 100h;
}

    .backgroundImage img {
        border-radius: 0;
        display: block;
    }

    .backgroundImage:before {
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease;
        background: rgba(170, 100, 60, .8);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.col-3x2 {
    display: inline-grid !important;
    flex: 0 0 auto;
    width: 16.66666667%;
    border-bottom: 1px solid grey;
    vertical-align: text-bottom;
    text-align: start;
}


@media (max-width: 575.98px) {
    .col-3x2 {
        width: 50%;
    }
}

.form-control-datetime {
    display: inline-grid !important;
    flex: 0 0 auto;
    width: 16.66666667%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 576px) {
    .form-control-datetime {
        width: 45%;
    }
}

.validation-message {
    color: #f1948a;
    font-size: smaller;
    padding: 0.25rem 0;
}

.experience-card {
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(255,255,255,1);
    border-left: 5px solid #CCCCCC;
}

.company-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .company-header img {
        width: 120px;
        margin-right: 20px;
    }

.job-title {
    font-size: 20px;
    font-weight: 600;
}

.company-name {
    font-size: 16px;
    color: #555;
}

.tech-stack {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

    .tech-stack span {
        background: #eef2ff;
        padding: 4px 8px;
        border-radius: 4px;
        margin-right: 6px;
    }

@media (max-width: 767.98px) {
    .tech-stack span {
        line-height: 2rem;
    }
}
