.modal-header {
    height: 72px;
    background-color: #3f4961;
    background-position: center center;
    background-size: cover;
    font-weight: 300;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400 !important;
    position: absolute;
    top: 40px;
    text-align: left;
}

.modal-dialog {
    font-family: Roboto !important;
    top: 100px !important;
    margin: 0 auto;
}

.modal-content {
    border-radius: 7px;
    width: fit-content;
    min-width: 100%;
}

.modal-body {
    padding: 24px;
}
.fade {
    transition: none !important;
}
