body {
    background-color: #FDFCF8;
}

.mainContent {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 70px;
}

.mainLogo {
    max-width: 600px;
    width: 100%;
}

.error-image {
    width: 100%;
}

.quoteLogo {
    margin-top: 1px;
    height: calc(1.375rem + 1.5vw);
}

.quoteServerEmoji {
    height: 1.25rem;
}

.quoteMoreLink {
    font-size: 1rem;
    color: rgba(var(--bs-primary-rgb), 1) !important;
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}

.quoteChart {
    max-height: 100%;
    max-width: 100%;
}

.recipe-image {
    width: 100%;
    height: 100%;
}

.z-index-2 {
    z-index: 2;
}

.recipe-title {
    text-wrap: wrap;
}

.recipe-main-detail {
    position: relative;
    flex-shrink: 0;
    width: 40% !important;
}

.recipe-show-image {
    width: 100%;
}

.recipe-step-number {
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(134, 124, 110);
    border-radius: 50%;
}

.tag-link {
    text-decoration: none;
}

.ts-control .item {
    margin-top: 15px;
}

.ts-control input {
    margin: 15px 4px 0 !important;
}

.table-bg-transparent {
    --bs-table-bg: transparent !important;
}

.event-album-container {
    width: 75% !important;
}

.event-album-thumbnail {
    background: url("../images/loading-z8545fU.gif") no-repeat center/50%;
    object-fit: cover;
    width: 8rem;
    height: 8rem;
}

a:link.link-no-line {
    text-decoration: none;
}

a:visited.link-no-line {
    text-decoration: none;
}

a:hover.link-no-line {
    text-decoration: none;
}

a:active.link-no-line {
    text-decoration: none;
}

.pswp__top-bar {
    background: rgb(0, 0, 0, 0.4);
}

.event-image-date-taken {
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    height: auto;
    align-self: center;
    padding: 4px 6px 5px;
    margin-right: 4px;
}

.event-album-button {
    color: #fff;
}

.swal2-container {
    z-index: 100001 !important;
}

.event-image-caption {
    background: rgb(0, 0, 0, 0.4);
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 2px 8px;
    border-radius: 4px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.tempus-dominus-widget {
    z-index: 100002 !important;
}

.datepicker-container>div {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .error-image {
        width: 40%;
    }

    .devTestLoginForms form:not(:first-child) {
        margin-top: 0;
        margin-left: .3rem;
    }

    .recipe-image {
        border-top-left-radius: calc(0.375rem - (1px));
        border-top-right-radius: calc(0.375rem - (1px));
    }

    .recipe-details-container {
        width: 200vw;
    }

    .recipe-ingredients {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .btn-flex {
        --bs-btn-padding-y: 0.25rem;
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 0.875rem;
        --bs-btn-border-radius: var(--bs-border-radius-sm);
    }

    .devTestLoginForms form:not(:first-child) {
        margin-top: .3rem;
        margin-left: 0;
    }

    .recipe-image {
        width: 150px;
        height: 150px;
        border-top-left-radius: calc(0.375rem - (1px));
        border-bottom-left-radius: calc(0.375rem - (1px));
    }

    .recipe-main-detail {
        width: 100% !important;
    }

    .event-album-container {
        width: 100% !important;
    }
}

@media (max-width: 435px) {
    .event-image-date-taken {
        display: none;
    }
}
