/*@charset "UTF-8";*/

/*@import "~bootstrap/dist/css/bootstrap.css";*/
/*@import "~@fortawesome/fontawesome-free/css/all.css";*/
/*@import url(https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto:400,700);*/
/*@import "~bootstrap-select/dist/css/bootstrap-select.css"; */
/*import "datatables.net-bs5";*/
/*import "~jquery-ui/dist/themes/base/jquery-ui.css";*/

/*@import 'front.css';*/
/*@import 'legacy.css';*/

/*html {*/
/*    position: relative;*/
/*    min-height: 100%;*/
/*}*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    min-height: 100%;
    padding-bottom: 30px;
}

/*body {*/
/*    !* Margin bottom by footer height *!*/
/*    margin-bottom: 60px;*/
/*    font-family: Poppins, sans-serif;*/
/*    font-size: 1.125rem;*/
/*}*/
body {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #687281;
    text-align: left;
    background-color: #eff3f9;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}


.page-title {
    display: -webkit-box;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    padding: 0.75rem 0 0.75rem 0.75rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eff3f9;
    /*color: #2d89cc;*/
    color: gray !important;
    border-radius: 0.35rem;
    font-weight: 600;
    /*font-size: 1rem;*/
}

.sidebar .nav-item.active .nav-link {
    font-weight: 700;
}

.sidebar .nav-item:hover {
    background-color: #e3e6ec;
    cursor: pointer;
}

.table-hover tbody tr:hover {
    color: #687281;
    background-color: rgba(227, 230, 236, 0.25);
    cursor: pointer;
}

.sidebar .nav-item.active {
    background-color: white;
    font-weight: bold;
}


.framer-exnFH .framer-b5jx3u {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: min-content;
}

/*.search-block .input-field {*/
/*    position: relative;*/
/*}*/

.search-block .input-field input {
    border: 0;
    background: #fff;
    /*display: block;*/
    /*width: 100%;*/
    padding: 10px 32px 10px 70px;
    font-size: 18px;
    border-radius: 3px;
    height: 70px;
    color: #555;
}

.search-block .input-field input:hover, .s008 form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
}

.search-block .basic-search {
    margin-bottom: 5px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}

.search-block .basic-search .input-field {
    width: 100%;
}

.search-block .basic-search .input-field input {
    padding: 10px 80px 10px 40px;
}

.filter-selects select {
    display: inline-block;
    vertical-align: middle;
}

/*input[type="checkbox"].btn-check:checked + .btn.btn-outline-dark {*/
/*input[type="checkbox"].btn-check:checked {*/
/*    background-color: #0d6efd;*/
/*    color: white;*/
/*    border-color: #0d6efd;*/
/*    position: relative;*/
/*}*/


/*input[type="checkbox"].btn-check:checked + .btn.btn-outline-dark::after {*/
input[type="checkbox"].btn-check:checked + .btn::after {
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 900;
    content: "\f00c";
    margin-left: 0.5rem;
    color: inherit;
    vertical-align: middle;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

/*input {*/
/*    border: 1px solid transparent;*/
/*    background-color: #f1f1f1;*/
/*    padding: 10px;*/
/*    font-size: 16px;*/
/*}*/

/*input[type=text] {*/
/*    background-color: #f1f1f1;*/
/*    width: 100%;*/
/*}*/

/*input[type=submit] {*/
/*    background-color: DodgerBlue;*/
/*    color: #fff;*/
/*}*/

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
