.modal-header {
    color: #ffffff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 600;
    background-color: #22904f;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 5%);
    padding-top: 15px;
    padding-bottom: 15px;
}
h3.modal-title {
    font-size: 18px !important;
    color:#fff;
}
.modal .modal-footer {
    border: none;
    padding: 10px 15px 15px;
}
.modal-content {
    border: none !important;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 5%);
    border-radius: 6px;
}
.modal-body {
    max-height: 480px;
    overflow-y: scroll;
}
/*.modal {
    z-index:9999999 !important;
}*/