﻿.modal-confirm {
    padding-left: 3rem;
}

    .modal-confirm .modal-confirm-title:before {
        color: var(--basic-editor-color);
        position: absolute;
        left: 16px;
        top: 21px;
        font-size: 20px;
        font-weight: 900;
        font-family: "Font Awesome 6 Pro";
        content: '\f059';
    }

.modal-content {
    border: 1px solid #d8d8d8;
    padding: 20px;
    border-radius: 8px;
}


/* Center and bold modal title */
.modal-title {
    text-align: center;
    font-weight: bold;
}

/* Bold left-aligned labels for text areas */
.form-group label {
    font-weight: bold;
    text-align: left;
    display: block;
}

/* Left-align the delete button */
.modal-footer {
    display: flex;
    justify-content: space-between;
}
