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;
}*/

html {
  position: relative;
  min-height: 100%;
}

#searchFilter {
    width:70px;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    color:#fff;
    background-color: #5a7671;/*#00c6b2;*/
}
.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    /*background-color: white;*/
}

.tableFixHead {
    overflow: auto;
}

[data-bs-theme=dark] .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    color: #000;
}

#userRequestButton {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
}

ul.autocomplete {
    z-index: 999;
    width: 400px !important;
    background-color: #fff;
    border: 1px solid #777;
    display: block;
    list-style-type: none;
    margin: 38px 0 0 0;
    min-height: 100px;
    padding: 2px;
    position: absolute;
}

.alert {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
}

.cardLoad {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(179, 215, 255, 0.4);
    z-index: 10;
}

    .cardLoad > .spinner-border {
        display: block;
        position: absolute;
        z-index: 1031;
        top: calc(50% - 23px);
        right: calc(50% - 23px);
    }

.custom-dropdown-item {
}
ul.autocomplete > li{
    border-bottom: 1px solid #777;
}
[data-bs-theme=dark] ul.autocomplete {
    background-color:#222;
}