html, body {
    font-family: "Clarity City", 'Monospaced', "Times New Roman", serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: geometricPrecision !important;
}


/* FLAT UI FOR DATATABLES */
select[name *= '_length'] {
    border-radius: 0 !important;
}

select[name *= 'DataTables_Table'] {
    border-radius: 0 !important;
}

input[type = 'search'] {
    border-radius: 0 !important;
}

.pagination li a {
    border-radius: 0 !important;
}


.page-item.active .page-link {
    background: rgba(0, 31, 63, 0.9) !important;
    color: white !important;
    border: 1px solid black;
}

.page-item.disabled .page-link {
    color: lightgray !important;
}

.page-link {
    color: rgba(0, 31, 63, 0.9) !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    font-weight: lighter;
    font-family: "Font Awesome 6 Pro", sans-serif;
    content: "\f357" !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.25em;
    font-weight: lighter;
    font-family: "Font Awesome 6 Pro", sans-serif;
    content: "\f354" !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: 40%;
    left: 8px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: #0b1723;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Font Awesome 6 Sharp';
    content: '\f0fe';
    vertical-align: middle;
    font-weight: 900;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    content: '\f146';
}

.clean-link, .clean-link:hover, .clean-link:visited {
    color: white;
    text-decoration: none;
}

.cursor-hand {
    cursor: pointer;
}

.selectize-input {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.selectize-dropdown {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.selectize-form-input {
    margin-left: -1px;
    height: 2.20rem
}

/* INPUT PREPEND CUSTOM */
.input-group>.input-group-prepend {
    flex: 0 0 38%;
}
.input-group>.input-group-prepend.input-group-prepend-sm {
    flex: 0 0 20%;
}
.input-group .input-group-text {
    width: 100%;
}

/* FLAT UI INPUTS */
[class^='form-control'] {
    border-radius: 0 !important;
}

[class^='input-group-append'] {
    border-radius: 0 !important;
}

[class^='input-group'] {
    border-radius: 0 !important;
}

[class^='form-group'] {
    border-radius: 0 !important;
}

[class^='btn'] {
    border-radius: 0 !important;
}

/* FLAT UI INPUTS */
/* FLAT UI BOOTSTRAP MODAL */
.modal-header {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.modal-content {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* FLAT UI BOOTSTRAP MODAL */

/* FLAT UI TOASTR JS */
#toast-container > div {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#toast-container > .toast-warning {
    background-color: #d09f00;
}

.card {
    border-radius: 0 !important;
}

.card-body {
    border-radius: 0 !important;
}

.btn-no-pointer {
    cursor: default;
}

/* NO arrows in number input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* NO arrows in number input */
