﻿html {
    font-size: 14px; /*12px*/
}

.btn {
    background-image: none;        
    border-color: #ccc;
}

.modal {
    --bs-modal-width: inherit;
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
/*
label {
    margin-bottom: 5px;
}

.form-control {
    font-size: 0.875rem;
}
*/
.modal {
    --bs-modal-width: 600px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 900px;
    }
}
