.backgroundLogin {
    background-image: url(../uploads/images/backgroundLogin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.loginSystem {
    font-size: 15px;
    color: #0b58a2;
}

.loginTitle b {
    font-size: 18px;
    text-align: center;
    color: #9f191f;
}

.boxTopButton {
    margin-right: 5px;
}

.cardTopButton {
    margin-right: 5px;
}

.table-responsive {
    display: table !important;
    width: 100% !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
    height: 200px;
}

.gallery-item {
    flex: 1 0 24rem;
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
    padding: 0.5rem;
}

.gallery-image-active {
    background-color: #28a745;
    padding: 0.3rem;
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

.active {
    color: rgb(0, 0, 0);
}

@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-gap: 2rem;
    }

    .gallery,
    .gallery-item {
        margin: 0;
    }
}

#mediaModal .modal-dialog.modal-lg {
    max-width: 80% !important;
}

.preview-container img {
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
    /* border-radius: 30%; */
}

.select2-container .select2-selection--single {
    min-height: 42px !important;
}

[type="file"] {
    /* Style the color of the message that says 'No file chosen' */
    color: #888;
    border: none;
    position: relative;
}

[type="file"]::-webkit-file-upload-button {
    background: #3461ff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    padding: 10px 25px 10px 35px;
    text-transform: uppercase;
    transition: all 1s ease;
    border: none;
}

[type="file"]::before {
    /* content: "\F3D1"; */
    font-family: "bootstrap-icons";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(-50%, -50%);
    z-index: 99;
}
