input[type="checkbox"] {
    accent-color: #009039 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #009039 !important;
    background-color: #009039 !important;
}

.modal-dialog {
    right: 0;
    left: 0;
    top: 30% !important;
    max-width: 100%;
    width: 652px;
    margin: 0 auto;
}

.modal-backdrop.fade {
    height: 0 !important;
}

.fade.modal.d-block {
    height: 0 !important;
}

.modal-backdrop.fade.show {
    height: 100vh !important;
}

.fade.modal.d-block.show {
    height: 100% !important;
}