.modal-content {
    border-radius: 0 !important;
}

.card {
    border-radius: 0 !important;
}

.card-img, .card-img-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.input-group-text {
    width: auto !important;
    background-color: #e9ecef !important;
}

button:disabled,
button[disabled],
button:disabled:hover,
button[disabled]:hover,
button:disabled:focus,
button[disabled]:focus
{
    background-color: #cccccc;
    color: #666666;
}