/* Including one css file into other */
@import "custom/table.css";
@import "custom/validation.css";
@import "custom/modal.css";
@import "custom/input.css";

.col-form-label, .form-label {
    font-weight: bold;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
}

.bg-lightblue {
    background-color: #f6f9ff;
}

.accordion-card {
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
}

.accordion-card .accordion-button {
    padding: 20px px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

input.form-control:not(:read-only), textarea.form-control:not(:read-only) {
    border-color: #035efc !important;
    border-width: 0.1rem !important;
}