﻿
/* MODAL */

.modal .modal-header {
    background-color: black;
    color: #fff;
    border-bottom: var(--bs-modal-header-border-width) solid black var(--bs-modal-header-border-color) !important;
    right: -15px;
    z-index: 1;
    top: -14px;
    border: 1px solid;
    border-radius: 50%;
    border: 0;
    outline: 0;
    position: absolute;
    right: -14 px;
    width: 30 px;
    height: 30 px;
    border-radius: 50%;
    top: -14 px;
    font-size: 12px;
    color: white;
    opacity: 1;
    background-color: lightgrey;
    padding: 10px;
}

.modal .btn-close {
    padding: 0px;
    margin: 0px;
}

.modal .modal-body {
    padding: 0;
}

    .modal .modal-body li.list-group-item a {
        color: #818238;
        text-decoration: none;
    }

        .modal .modal-body li.list-group-item a:hover {
            text-decoration: underline;
            color: #9a2727;
            font-weight: 500;
        }
