body {
    font-family: 'Inter', sans-serif;
}

h2 {
  font-size: 32px;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
}

.main {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  background-color: #F5F5F5;
  margin-left: 329px;
  padding: 20px;
}

.no-margin {
  margin-left: 0 !important;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1360px;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1800px;
  }
}

@media (min-width: 2100px) {
  .container {
    max-width: 2000px;
  }
}

#form-card {
  border-radius: 25px;
  margin: 150px auto;
}

#email {
  border-radius: 30px;
  background-color: #ebf0fc;
  border-color: #ebf0fc;
  color: #9da3b0;
}

#button {
  border-radius: 30px;
}

#btn {
  position: absolute;
  bottom: -35px;
  padding: 5px;
  margin: 0px 55px;
  align-items: center;
  border-radius: 5px;
}

#container {
  margin-top: 25px;
}

.btn-circle.btn-sm {
  width: 40px;
  height: 40px;
  padding: 2px 0px;
  border-radius: 25px;
  font-size: 14px;
  text-align: center;
  margin: 8px;
}

.spinner {
  border: 16px solid silver;
  border-top: 16px solid #337ab7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 700ms linear infinite;
  top: 50%;
  left: 50%;
  position: absolute;
}
.overlay {
  position: absolute;
  width: -webkit-fill-available;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: gray;
  opacity: 0.4;
  z-index: 4;
}
.dropdown-menu {
  left: -120px;
}
.register-icon {
  width: 40px;
}

.register-icon {
  font-size: 18px;
  color: #007bff;
}

.custom-file-input {
  cursor: pointer;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.input-group-text {
  background: #007bff;
  color: white;
  cursor: pointer;
}

.jstree-default a.jstree-search {
  color: #0d6efd
}

.report-table tbody tr {
  cursor: pointer;
}

.report-table tbody tr:hover {
  background-color: #f8f9fa;
}
.report-table tbody tr {
  cursor: pointer;
}

.report-table tbody tr:hover {
  background-color: rgba(0, 0, 255, 0.1);
}
td.edit-column:hover {
  cursor: auto;
}

td.delete-column:hover {
  cursor: auto;
}
.list-group-item a:hover {
  text-decoration: underline;
  color: #0056b3;
}

#filtersSection {
  max-height: 0;
  overflow: scroll;
  transition: max-height 0.3s ease-out;
  overflow-x: hidden;
}
#filtersSection.open {
  max-height: 500px;
}

.select2-container .select2-selection__rendered {
  max-height: 150px;
  overflow-y: auto !important;
}
.table-pagination {
  display: flex;
  justify-content: space-between;
}

.table-pagination-alone {
  display: flex;
  justify-content: flex-end;
}
#pagination_from_label {
  min-width: 180px;
}

.table-header {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #848484 !important;
    font-family: 'Dosis', sans-serif;
}

.status-icon {
  display: inline-block; 
  width: 10px; 
  height: 10px;
  border-radius: 50%; 
}

.text-normal {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-input {
  font-size: 14px;
}

.bg-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

select:disabled {
  background-color: #F5F5F5 !important;

}

textarea:disabled {
  background-color: #F5F5F5 !important;

}

input:disabled {
  background-color: #F5F5F5 !important;

}

.bg-light-grey {
    background-color: #F5F5F5;
    border: none !important;
}

.bg-light-grey:hover,
.bg-light-grey:focus,
.bg-light-grey:active,
.bg-light-grey.show {
    background-color: #F5F5F5 !important;
    border: none !important;
}

.bg-light-grey:disabled {
    background-color: #F5F5F5 !important;
    border: none !important;
    opacity: 0.65;
}

.color-grey {
  color: #848484
}

.small-img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
  vertical-align: middle;
}

p.empty-list-comment {
  font-size: 1rem;
  font-style: italic;
  color: #848484;
}

table.children-records-table .children-records-table-icon {
  float: right;
  color: #848484;
  padding: 0.25rem;
}

#login-card, #reset-card {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

.message {
    z-index: 1050
}

.filters-dropdown {
    background-color: #F5F5F5;
    border: none;
}

.filters-dropdown:hover,
.filters-dropdown:focus,
.filters-dropdown:active {
    background-color: #F5F5F5;
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

img.navbar-logo {
  max-width: 109px;
  max-height: 35px;
  width: auto;
  height: auto;
  display: block;
}

img.login-logo {
  max-width: 172px;
  max-height: 55px;
  width: auto;
  height: auto;
  display: block;
}

.table-list-vr {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 0;
  width: 2px;
  background-color: #F5F5F5;
}

.table-list-cell-stretch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 80px;
}

.bg-blue {
    background-color: #4491B4
}
.bg-blue:hover,
.bg-blue:focus,
.bg-blue:active,
.bg-blue.show {
    background-color: #4491B4 !important;
    color: #fff !important;
    box-shadow: 0 0 0 0.1rem rgba(68, 145, 180, 0.5);
}

.bg-grey {
    background-color: #F5F5F5
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-facility-machine .dropdown-toggle-select {
  display: block;
  width: 100%;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.dropdown-facility-machine .dropdown-toggle-select:hover,
.dropdown-facility-machine .dropdown-toggle-select:focus,
.dropdown-facility-machine .dropdown-toggle-select:active {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.dropdown-facility-machine.show .dropdown-toggle-select {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.dropdown-menu.dropdown-menu-end.small-dropdown {
    min-width: 100px;      
    padding: 0.1rem 0.35rem; 
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #212529;
}

.dropdown-toggle-icon i {
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.border-start {
  border-left: 3px solid !important;
}

.border-orange {
  border-color: #E88F00 !important;
}

.border-red {
  border-color: #B43529 !important;
}

.border-green {
  border-color: #5AA80B !important;
}

.border-blue {
  border-color: #4491B4 !important;
}

.btn-group-option {
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #000;
    padding: 0.5rem 1rem;
}

.btn-group-option:hover {
    background-color: #f1f3f5;
}

.btn-group-option.active {
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #000;
}

.single-choice-group input[type="radio"] {
    display: none;
}

.single-choice-btn {
    padding: 0.375rem 0.75rem;

    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
    font-size: 1rem;

    cursor: pointer;
    user-select: none;
}

th.orderable > a {
    display: inline-flex;
    align-items: center;
}

th.orderable > a::after {
    content: "▲";
    visibility: hidden;
    width: 1em;
    margin-left: 0.3em;
    margin-right: 0.3em;
    text-align: center;
    font-size: 0.6em;
}

th.orderable.asc > a::after {
    content: "▲";
    visibility: visible;
}

th.orderable.desc > a::after {
    content: "▼";
    visibility: visible;
}

.dropdown-scroll {
    max-height: 70vh;
    overflow-y: auto;
}

.pagination .page-item.active .page-link {
    background-color: #4491B4 !important;
    color: #ffffff !important;
}

.pagination .page-item .page-link {
    background-color: #ffffff;
    color: #4491B4;
    border-color: #4491B4;
}


.pagination .page-item .page-link:hover {
    background-color: #dcebf5;
    color: #4491B4;
}

.weekday-buttons {
    display: flex;
    gap: 12px;
}

.weekday-btn {
    min-height: 42px;
    border: 1px solid #ced4da;
    border-radius: 999px;
    cursor: pointer;
    user-select: none;
    transition: all .2s ease;
    font-weight: 500;
    white-space: nowrap;
}

.weekday-btn input {
    display: none;
}

.weekday-btn.bg-orange {
    border-color: transparent;
}