﻿html, body {
    height: 100%;
}

.nav .accordion-item, .accordion-button {
    background-color: transparent !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

a {
    text-decoration: none;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
    color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

    .material-symbols-outlined.filled {
        font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
        color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
    }

        .material-symbols-outlined.filled.green {
            font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
            color: #20ab53 !important;
        }

        .material-symbols-outlined.filled.orange {
            font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
            color: orangered !important;
        }

[class^=material-symbols].black {
    color: black !important;
}

[class^=material-symbols].white {
    color: white !important;
}

[class^=material-symbols].orange {
    color: #EF661F !important;
}

.nav .nav-item .nav-link:hover {
    /*background-color: rgba(var(--bs-light-dark-rgb), var(--bs-bg-opacity)) !important;*/
    background-color: rgba(255, 255, 255, 0.1);
}

.nav .nav-link {
    height: 48px;
}

    .nav .nav-link .text-uppercase {
        font-size: 0.875rem !important;
    }

.nav .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.clickable {
    cursor: pointer;
}

.dropdown-toggle.dropdown-toggle-no-icon::after,
.dropdown-toggle.dropdown-toggle-no-icon::before {
    display: none;
}

.dropdown-item {
    color: white;
}

#alerts {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
}

    #alerts .alert-container {
        max-width: 600px;
    }

    #alerts .alert {
        margin: 8px;
        border-radius: 5px;
    }



#photoViewerModal .modal-dialog {
    height: 80%;
}

#photoViewerModal .modal-content {
    height: 100%;
    background-color: black;
    background-color: black;
}

#photoViewerModal .modal-dialog .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#photoViewerModal .modal-dialog #photoViewerImage {
    object-fit: contain;
}

.modal {
    background: rgba(0, 0, 0, 0.5) !important;
}

.modal-backdrop {
    display: none !important;
}


.image-preview {
    background-color: black;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

    .image-preview:hover {
        opacity: 0.75;
    }

.form-select {
    background-color: #383838;
    color: white;
}

.form-control {
    color: white;
}