/* .modal-60-h {
    height: 600px;
} */

.modal-body-content {
    height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-dialog {
    max-width: 800px;
}

.modal-bg {
    background-image: url('../../img/background/smallBackground.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 20px;
    background-color: #4900ff;
}

.modal-content-container {
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 15px;
}

.modal-body-custom {
    /* padding-left: 0px;
    padding-right: 0px; */
    padding: 0;
}

.modal-header-title {
    /*width: 100%;
    display: flex !important;
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px;*/
    margin-top: 20px;
}

.modal-title {
    margin-bottom: 0px;
    font-weight: 600;
    color: white;
}

.modal-info {
    /* background-image: url('../../img/background/smallBackground.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    /* background-color: #4900ff */
}

.p-modal-button {
    background-color: unset;
    border-color: unset;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 5px;
    border-radius: 5px;
    margin-bottom: 1.25em;
    display: block;
    padding: 0.5em;
}

.p-modal-button:enabled:hover {
    background: unset;
    color: #ffffff;
    border-color: unset;
    box-shadow: rgb(125 125 125 / 34%) 2px 2px 5px;
}

.p-modal-button span {
    color: #4900ff;
    font-size: 0.65em;
    width: 100%;
    display: block;
    margin-top: 1em;
}

.modal-info-infractor {
    border-radius: 20px;
}

.modal-dialog-details {
    max-width: 600px;
}

.modal-details {
    --bs-modal-margin: 5em;
}

.modal-notify {
    display: block;
    --bs-modal-margin: 12em;
}

.modal-dialog-notify {
    max-width: 400px;
}

.modalValidationManual {
    border-radius: 20px;
}

.modal-header {
    /*background-color: #ffffff;*/
    /*border-color: #6D91A0;*/
    border-radius: 10px;
    color: #FFFFFF;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

.modal-dialog-password {
    min-width: 350px;
    max-width: 420px;
}

.modal-dialog-summary-manager {
    min-width: 90vw;
    max-width: 95vw;
    min-height: 90vh;
    max-height: 95vh;
}

.modal-notify-summary-manager {
    display: block;
    --bs-modal-margin: 3em;
}

.modal-dialog-infraction-ocr-detail {
    min-width: 75vw;
    max-width: 80vw;
    min-height: 80vh;
    max-height: 85vh;
}

.modal-notify-summary-infraction-ocr-detail {
    display: block;
    --bs-modal-margin: 3em;
}