﻿.form-group {
    margin-bottom: 1rem;
}

.form-label {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .modal-close:hover,
    .modal-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.titles {
    text-align: left;
    margin-left: calc(-.5 * var(--bs-gutter-x));
    padding-left: 25px;
}
