.modal-content .modal-header {
    background-color: #009cff;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.modal-content .modal-header .modal-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.modal-content .modal-header .close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #fff !important;
    background: none;
    border: none;
    cursor: pointer;
}

.modal-dialog {
    max-width: 100%;
    width: 90%;
    margin: 30px auto;
}

.profile-section ul li,
.bodContent p {
    font-size: 0.9rem;
}
