/**
 *
 * Apply your custom CSS here
 *
*/

body {
}

a {
}


.modal-backdrop {
    /* bug fix - no overlay */
    display: none !important;
}

.modal {
    /* bug fix - custom overlay */
    background-color: rgba(10, 10, 10, 0.45) !important;
}