.modal-70w {
    width: 70%;
    max-width: none !important;
}

.modal-90w {
    width: 90%;
    max-width: none !important;
}

.form-group {
    margin-bottom: 1px;
}

/************************** Input Form **************************/
@media(max-width: 1600px) {
    .inputCustom-FD {
        width: 100%;
    }

    .inputCustom-FD span {
        width: 100%;
    }
}

/*********************** Table  **************************/
.tableHeader {
    color: var(--primary-color);
    font-size: 14px;
}

.tableRow {
    font-size: 13px;
}