.validated-list, .projects-list {
    overflow-x: hidden;
}

.modal-custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-custom .modal-dialog {
    position: relative;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    margin: 70px auto 0;
    max-width: 600px;
    background-color: #fff;
    border-radius: 8px;
}

body.modal-open {
    overflow: hidden!important;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.modal-custom .close {
    background: none;
    border: none;
    font-size: 30px;
    color: #000;
}

html {
    overflow: visible;
}

.btn-close-modal {
    background: #B1B1B1!important;
    border: 1px solid #B1B1B1!important;
}

.table-projects tr td, .table-projects tr th {
    background: none;
    border-color: rgba(0, 0, 0, 0.15)
}

/* User Information Styles */
.user-info h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

/* Project Information Styles */
.project-info h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.modal-custom-project .modal-dialog {
    max-width: 100%;
    width: 1000px;
}

.modal-custom-project .close {
    margin-left: auto;
}

.modal-custom-project .user-info, .modal-custom-project .project-info {
    padding: 20px 30px;
}