html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


/* remove scroll for input number */

/* 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;
}

.fs-l {
    font-weight: lighter !important;
}

/* searchable tables */
.dataTables_wrapper .dataTables_filter {
    float: left !important;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    margin: 6px;
}


.card {
    --tblr-card-spacer-x: 0.95rem !important;
    --tblr-card-spacer-y: 0.95rem !important;
}

.card-header {
    --tblr-card-cap-padding-x: 0.95rem !important;
    --tblr-card-cap-padding-y: 0.95rem !important;
}

.card-footer {
    --tblr-card-cap-padding-x: 0.95rem !important;
    --tblr-card-cap-padding-y: 0.95rem !important;
}

/* datatables styles */
.dt-info{
    margin-top: 1em !important;
    color:#808080;
}

.dt-search {
    margin-bottom: 1em !important;
}

@media (max-width: 768px) {

    table.dataTable tr td.dt-type-numeric {
        text-align: left !important;
    }

    table.dataTable tr td.dt-type-date {
        text-align: left !important;
    }

    div.dt-container.dt-empty-footer tbody > tr:last-child > * {
        border-bottom: none !important;
    }


}
    /* end datatables */

    /* tabler icons override */

    .ti-20 {
        font-size: 20px;
    }