body {
}

#main-wrapper {
    position: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 700px) {
    .fa-2x {
        font-size: 1.5em !important;
    }
}

.capitalize {
    text-transform: capitalize;
}

.pointer {
    cursor: pointer;
}

.text-link, .text-link:hover, .text-link:active {
    text-decoration: none;
}

.display-6 .fa-solid {
    font-size: 25px !important;
    margin: 0px;
}

.btn-outline-disabled, .btn-outline-disabled:active, .btn-outline-disabled:hover {
    color: #777777;
    border: 1px solid #777777;
    cursor: default;
}

tr td {
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    word-break: break-word;
}

tr td i {
    width: 30px;
    height: 30px;
    margin: 0px 2px 0px 0px;
    padding: 5px !important;
}

.card {
    overflow: hidden;
}

.banner-message {
    color: var(--bs-gallery-warning-color);
    background-color: var(--bs-gallery-warning-bg-color);
    font-style: oblique;
    font-weight: 400;
    font-size: 1.2rem;
}

@media (max-width: 700px) {
    .banner-message {
        font-size: 0.8rem;
    }
}

.quote {
    color: var(--bs-quote-color);
    background-color: var(--bs-quote-bg-color);
    font-family: "cursive";
    font-style: oblique;
    font-weight: 400;
    font-size: 1.2rem;
}

@media (max-width: 700px) {
    .quote {
        font-size: 0.8rem;
    }
}

/* File Upload */
.upload_drop {
    color: #FFFFFF;
    outline: 2px dashed #FFFFFF;
    outline-offset: -12px;
    transition: outline-offset 0.2s ease-out, outline-color 0.3s ease-in-out, background-color 0.2s ease-out;
    border-radius: 20px;
    cursor: pointer;
}

    .upload_drop.highlight {
        color: #E80046 !important;
        outline: 2px dashed #E80046 !important;
        outline-offset: -4px;
    }

        .upload_drop.highlight.upload_svg {
            fill: #E80046 !important;
        }

.upload_svg {
    fill: #FFFFFF;
}

.btn-upload {
    background-color: #FFFFFF;
}

    .btn-upload:hover, .btn-upload:focus {
        color: #FFFFFF;
        background-color: #ff7563;
    }

.pending-approval, .custom-resource {
    display: inline-block;
}

    .pending-approval .btn-group .btn, .custom-resource .btn-group .btn {
        height: 50px;
        opacity: 0.5;
    }

        .pending-approval .btn-group .btn:hover, .custom-resource .btn-group .btn:hover {
            opacity: 1;
        }

        .pending-approval .btn-group .btn:first-child, .custom-resource .btn-group .btn:first-child {
            border-radius: 0px 0px 0px 5px;
        }

        .pending-approval .btn-group .btn:last-child, .custom-resource .btn-group .btn:last-child {
            border-radius: 0px 0px 5px 0px;
        }

.review-tile {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.image-tile {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

    .image-tile a {
        display: block;
        overflow: hidden;
    }

        .image-tile a img {
            display: inline-block;
        }

    .image-tile .btn {
        height: 40px;
        position: relative;
        top: -40px;
        margin-bottom: -40px;
        border-radius: 0px;
        display: none;
    }

    .image-tile:hover .btn {
        display: block;
    }

.slideshow {
    text-align: center;
}

    .slideshow .slideshow-slide {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: none;
    }

        .slideshow .slideshow-slide .slideshow-slide-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            overflow: hidden;
        }

        .slideshow .slideshow-slide .credits {
            font-size: 8pt;
            font-style: italic;
            margin-top: 15px;
        }

.fa-sponsor-badge {
    width: 13px;
    height: 13px;
    margin: -3px 4px 0px;
}

.header-actions {
    position: relative;
    bottom: -5px;
    right: 0px;
    float: right;
}

    .header-actions .action {
        display: inline-block;
        text-align: center;
    }

        .header-actions .action i {
            font-size: 20px !important;
            display: block;
        }

        .header-actions .action span {
            font-size: 10px;
            font-weight: bold;
            display: block;
        }

.table-rounded-border {
    border-radius: 3px;
    overflow: hidden !important;
    outline: 1px solid #DEDEDE;
    border-collapse: collapse !important;
}

    .table-rounded-border tbody {
        border: 0 !important;
    }

    .table-rounded-border td, .table-rounded-border th {
        border: 1px solid var(--bs-table-border-color) !important;
    }

    .table-rounded-border tr:first-child th {
        border-top: 0 !important;
    }

    .table-rounded-border tr:last-child td {
        border-bottom: 0 !important;
    }

    .table-rounded-border tr td:first-child,
    .table-rounded-border tr th:first-child {
        border-left: 0 !important;
    }

    .table-rounded-border tr td:last-child,
    .table-rounded-border tr th:last-child {
        border-right: 0 !important;
    }

.gallery_banner_header img {
    max-width: 100%;
    max-height: 250px;
}

#btn-show-sponsors {
    font-size: 15px;
    color: #FFFFFF;
    background-color: #e8c817;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    margin: 0px;
    padding: 5px;
    position: fixed;
    bottom: 35px;
    left: 10px;
}

    #btn-show-sponsors:hover {
        background-color: #c8ad16;
        cursor: pointer;
    }

#btn-full-width-settings {
    font-size: 15px;
    color: #FFFFFF;
    background-color: #ff4f4f;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    margin: 0px;
    padding: 5px;
    position: fixed;
    bottom: 35px;
    right: 10px;
}

    #btn-full-width-settings:hover {
        background-color: #e64242;
        cursor: pointer;
    }

.sponsor-card, .sponsor-card:active, .sponsor-card:visited {
    color: #000000 !important;
    text-align: center;
    text-decoration: none;
    margin: 20px 0px 20px;
    padding: 0px;
    clear: both;
    display: inline-block;
}

    .sponsor-card .sponsor-card-logo {
        width: 45px;
        height: 45px;
        margin: 0px 5px 0px 0px;
        padding: 0px;
        display: inline-block;
        border-radius: 100px;
        border: 2px solid rgba(0, 0, 0, 0.3);
    }

    .sponsor-card .sponsor-card-name {
        font-size: 16px;
        margin: 0px 30px 0px 0px;
        padding: 0px;
        display: inline-block;
    }

.sponsor-card-small {
    margin: 20px 0px 0px !important;
}

    .sponsor-card-small .sponsor-card-logo {
        width: 35px !important;
        height: 35px !important;
    }

.nav-horizontal-scroller {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .nav-horizontal-scroller::-webkit-scrollbar {
        display: none;
    }