html {
    font-family: Arial !important;
    font-size: 16px;
}
* {
    font-family: Arial !important;
}
:root,
[data-bs-theme=light] {
    --bs-body-font-family: Arial;
    --bs-body-line-height: 1.0;
    --falcon-body-font-family: Arial;
    --falcon-body-font-size: 0.8333333333rem;
    --bs-form-invalid-border-color: #e63757;
}
.card {
    --falcon-card-cap-padding-y: 0.8333333333rem;
    --falcon-card-cap-padding-x: 0.8333333333rem;
}
.pagination {
    --falcon-pagination-font-size: 0.8333333333rem;
    --falcon-pagination-padding-y: 0.3rem;
    --falcon-pagination-padding-x: 0.5rem;
}

.btn-sm {
}
button.btn-closemodal {
    width: 1.5rem;
    height: 1.5rem;
}
.form-select-sm {
    height: 1.75rem;
    font-size: 0.8333333333rem;
}
.form-control-sm {
    height: 1.75rem;
    font-size: 0.8333333333rem;
}

.form-control-textarea-sm {
    height: auto;
    font-size: 0.8333333333rem;
}
.card-header {
    font-weight: bold;
}
.data-table-container {
    padding-top: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.lm-datatable th {
    padding: 0.5rem 0.5rem;
    vertical-align: middle;
}
.lm-datatable td {
    padding: 0.5rem 0.5rem;
    vertical-align: middle;
}
.lm-datatable-noheader thead{
    display:none;
}


table.dataTable th.dt-empty, table.dataTable td.dt-empty {
    padding-top: 3rem;
    padding-bottom: 3rem;
    vertical-align: middle;
}

table.dataTable-sm th.dt-empty, table.dataTable-sm td.dt-empty {
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: middle;
}
table.data-table th span.dt-column-title {
    font-size: 0.8333333333rem;
}

table.data-table td {
    font-size: 0.8333333333rem;
    text-align: left;
}


.required-label-s::before {
    content: '* ';
    color: red;
    font-weight: bold;
}
.required-label::after {
    content: ' *';
    color: red;
    font-weight: bold;
}
.required-flag {
    color: red;
    font-size: 1rem;
}
.form-check-label {
    line-height:1.5;
}
.col-form-label {
    padding-top: 0;
    font-size: 0.8333333333rem;
}
.invalid-feedback {
    font-size: 0.8333333333rem;
}
.dropzone-select {
    border: 1px solid #c5ccd6;
    min-height: auto;
    padding: 1rem;
    cursor:pointer;
    
}
.dropzone-preview-template {
    display: flex;
    align-items: center;
    border-radius: .475rem;
    padding: 1rem 1rem;
    background-color: var(--bs-gray-100);
}
    .dropzone-preview-template .dropzone-file {
        margin-right:1rem;
    }
        .dropzone-preview-template .dropzone-file .dropzone-filename {
            font-weight: 500;
            color: var(--bs-gray-600);
            text-overflow: ellipsis;
            margin-right: .5rem;
        }
        .dropzone-preview-template .dropzone-file .dropzone-error {
            margin-top: .5rem;
            font-weight: 400;
            text-overflow: ellipsis;
        }
    .dropzone-preview-template .dropzone-progress {
        width:15%;
    }
        .dropzone-preview-template .dropzone-progress .progress {
            height: 5px;
            transition: all .2s ease-in-out;
        }
    .dropzone-preview-template .dropzone-toolbar {
        margin-left: 1rem;
        display: flex;
        flex-wrap: nowrap;
    }
        .dropzone-preview-template .dropzone-toolbar .dropzone-delete {
            height: 25px;
            width: 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: color .2s ease;
        }
#loadingModal {
    
}
.loadingModal-dialog {
    width:10rem;
}
    .loadingModal-dialog .loading-text {
        display:block;
        padding-left:1rem;
        line-height:2rem;
        font-weight:600;
    }
.avatar-photo {
    height: 7rem;
    width: 7rem;
}

.login-container {
    box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 0.5);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 18px 0px 0px 18px;
}

.bimg {
    background: url("../imgs/index-background.png") 100% no-repeat;
    background-size: 100% 100%;
}

.form-label {
    
}
.group-icon-text {
    font-size: 0.8333333333rem;
    padding:0.2125rem 1rem;
}


.navbar-top-cust {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.nav-container {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-container .nav-sub-item {
    list-style:none;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}
    .nav-container .nav-sub-item:first-child {
        padding-top: 0.5rem;
    }
    .nav-container .nav-sub-item:last-child {
        padding-bottom: 0;
    }
    .nav-container .nav-sub-item a {
        color: var(--falcon-nav-link-color);
    }
    .nav-container .nav-sub-item a:hover {
        color: var(--falcon-nav-link-color);
        text-decoration:none;
        font-weight:bold;
    }

.table-general {
}
    .table-general td {
        padding-bottom: 0.5rem;
        vertical-align: middle;
    }
.table-grid {
}
.table-grid td{
    padding: 0.5rem;
    vertical-align: middle;
}
.use-bootstrap-tag .input-wrapper > span {
    color: rgb(33, 37, 41);
}

.modal-fit-size {
    height: 90%;
}

.modal-body-fit-size {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
} 


