.modal-header,
.modal-body,
.modal-footer {
    border: none;
}

.modal-header {
    padding: 1.5rem;
}

.modal-body {
    padding: 0.5rem 1.5rem;
}

.modal-footer {
    padding: 1rem;
}

.modal-footer .btn {
    min-width: 8rem;
}

.modal-title {
    margin: 0;
    font-weight: bold;
}


/* 
    Edit Photo Modal     
*/
.modal[id^="editPhotoModal"] .modal-dialog {
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.modal[id^="editPhotoModal"] .modal-dialog {
    height: 100vh;
}

.modal[id^="editPhotoModal"] .modal-content {
    height: 100vh;
    background-color: #656569;
}

.modal[id^="editPhotoModal"] .modal-body {
    height: 100vh;
    overflow-y: scroll;
}
.modal[id^="editPhotoModal"] .modal-body acelity-drawer {
    overflow: hidden;
}

.modal[id^="editPhotoModal"] .modal-footer {
    background-color: #fff;
    border-radius: 0;
}

.modal[id^="editPhotoModal"] .modal-edit {
    background-color: #d1e9ff;
}

.modal[id^="editPhotoModalNew"] .modal-dialog {
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.modal[id^="editPhotoModalNew"] .modal-dialog {
    height: 100vh;
}

.modal[id^="editPhotoModalNew"] .modal-content {
    height: 100vh;
    background-color: #656569;
}

.modal[id^="editPhotoModalNew"] .modal-body {
    height: 100vh;
    overflow-y: scroll;
}

    .modal[id^="editPhotoModalNew"] .modal-body acelity-drawer {
        overflow: hidden;
    }

.modal[id^="editPhotoModalNew"] .modal-footer {
    background-color: #fff;
    border-radius: 0;
}

.modal[id^="editPhotoModalNew"] .modal-edit {
    background-color: #d1e9ff;
}