:root {
  --primary: #022b2b;
}

body::-webkit-scrollbar, div::-webkit-scrollbar {
  width: 10px;
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

#saveActions {
  position: fixed;
  bottom: 0;
  padding: 0.5rem 1rem;
  margin: 0;
  left: 0;
  width: 100%;
  background: white;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  display: flex;
  justify-content: flex-end;
  z-index: 99;
  gap: 5px;
}

.app-footer {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  padding: 0 30px;
  flex: 0 0 40px;
  background: #fff;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12);
}

.page-title {
  margin: 0;
  font-size: 1.5rem;
}

.page-header {
  padding: 5px 20px !important;
  height: 41px;
}

.breadcrumb {
  margin: 5px 30px;
}

.dropdown-item {
  padding: 0.5rem 1.5rem;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.row.gx-1 {
  margin-right: -2.5px;
  margin-left: -2.5px;
}
.row.gx-1 > [class*=col] {
  padding-right: 2.5px;
  padding-left: 2.5px;
}
.row.gx-2 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.gx-2 > [class*=col] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.gx-3 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.gx-3 > [class*=col] {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 991.98px) {
  .main .container-fluid {
    padding: 0 15px;
  }
  .page-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .page-header {
    height: auto;
  }
}
.bg-light {
  background-color: #f7f7f7 !important;
}

.text-muted {
  color: #bbbbbb !important;
}

.bg-primary {
  background-color: #09777c !important;
}

.border-primary {
  border-color: #09777c !important;
}

.bg-primary-light {
  background: #ecf9f9;
}

.text-primary {
  color: #09777c !important;
}

.badge-primary {
  background-color: #09777c !important;
}

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #09777c;
  border-color: #09777c;
}
.btn-primary:hover, .btn-primary:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  background-color: #44c1c1;
  border-color: #44c1c1;
  box-shadow: 0 0 0 2px rgba(68, 193, 193, 0.5);
}

.switch-primary .switch-input:checked + .switch-slider {
  background-color: #44c1c1;
  border-color: #44c1c1;
}

.switch-primary .switch-input:checked + .switch-slider:before {
  border-color: #44c1c1;
}

a {
  color: #44c1c1;
}
a:hover, a:focus {
  color: #09777c;
}

.btn.btn-link {
  color: #44c1c1;
}

.btn.btn-secondary {
  background-color: #efefef;
  border-color: #d5d5d5;
  color: #1b2a4e;
}
.btn.btn-secondary:active, .btn.btn-secondary:hover {
  background-color: #eee;
  border-color: #d9dee5;
  color: #1b2a4e;
}
.btn.btn-secondary:focus, .btn.btn-secondary:hover {
  box-shadow: 0 0 0 2px rgba(189, 198, 215, 0.125);
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: #eee;
  border-color: #d9dee5;
}

.btn.btn-danger:focus {
  box-shadow: 0 0 0 0 rgba(228, 99, 114, 0.5);
}

.btn.btn-light {
  background-color: #efefef;
  border-color: #d5d5d5;
  color: #1b2a4e;
}

.btn-outline-primary {
  border-color: #44c1c1;
  color: #44c1c1;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #44c1c1;
  border-color: #44c1c1;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled).active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled):active, .dataTables_wrapper .dataTables_paginate .show > .dropdown-toggle.paginate_button.current, .show > .btn-primary.dropdown-toggle {
  background-color: #44c1c1;
  border-color: #44c1c1;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled).active:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled):active:focus, .dataTables_wrapper .dataTables_paginate .show > .dropdown-toggle.paginate_button.current:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(68, 193, 193, 0.125);
}

.btn-primary.disabled, .btn-primary:disabled, .dataTables_wrapper .dataTables_paginate .disabled.paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:disabled {
  background-color: #44c1c1;
  border-color: #44c1c1;
  color: #fff;
}

.btn-default {
  background-color: #dee1e3;
  border-color: #dee1e3;
  color: #2b2b2b;
}
.btn-default:hover, .btn-default:focus {
  background-color: #cfd0d1;
  border-color: #cfd0d1;
}

body {
  background-color: #F7F7F7;
  color: #2b2b2b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", Oxygen, Fira Sans, Droid Sans, Arial, sans-serif;
}

body .sidebar.bg-white .nav-link.active {
  background: #F7F7F7;
  color: #44c1c1 !important;
}

body .sidebar.bg-white .nav-link.active .nav-icon,
body .sidebar.bg-white .nav-link.active:hover .nav-icon {
  color: #44c1c1 !important;
}

body .sidebar .nav-link:hover {
  background: #09777c;
  color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #09777c !important;
  color: #fff !important;
}
.dropdown-item.active.text-danger, .dropdown-item:active.text-danger {
  color: #fff !important;
}

.page-item.active .page-link {
  background-color: #44c1c1;
  border-color: #44c1c1;
}

.nav-tabs .nav-link {
  color: #878787;
}

.nav-tabs .nav-link.active {
  color: #2b2b2b;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #f7f7f7;
  color: #2b2b2b;
}

.dropdown-item i {
  color: inherit;
}

.pace .pace-progress {
  background: #09777c;
}

.app-body .sidebar {
  flex: 0 0 240px;
}

html:not([dir=rtl]) .sidebar {
  margin-left: -241px;
}

.sidebar .nav, .sidebar .sidebar-nav, .sidebar .sidebar-scroll {
  width: 239px;
}

.sidebar .nav-item {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

.sidebar .nav-link {
  padding: 0.5rem 1rem;
}

.sidebar .nav-dropdown-items .nav-item {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  border-bottom: 0;
}

.sidebar .nav-dropdown.open .nav-link {
  border-left: 4px solid #09777c;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 240px;
  }
}
.app-header .navbar-nav {
  height: 100%;
}

.app-header .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
  min-width: auto;
}

.app-header .navbar-nav .nav-link {
  color: #8d8d8d;
}

.app-header .navbar-nav .dropdown-menu-right {
  margin: 2px 0 0;
  border-radius: 0;
  padding: 0;
}

.app-header .dropdown-item {
  padding: 0.35rem 1rem;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

.app-header .dropdown-item:last-child {
  border-bottom: 0;
}

.app-header .dropdown-item:focus, .app-header .dropdown-item:hover {
  background-color: rgba(68, 193, 193, 0.75);
}

.app-header .navbar-nav .nav-link.avatar .backpack-avatar-menu-container {
  background: #44c1c1;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.app-header .nav-item .nav-link .badge {
  margin-top: -20px;
  padding: 0.2em 0.35em;
}

.app-header .navbar-brand {
  width: 190px;
  padding-left: 30px;
}
.app-header .navbar-brand img {
  max-height: 35px;
}

.app-header .navbar-toggler {
  outline: none;
  color: #73818f;
  border-right: 1px solid rgba(0, 40, 100, 0.12);
  height: 55px;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .app-header .navbar-brand {
    width: auto;
    left: 0;
    margin-left: 0;
    padding-left: 0;
    position: relative;
  }
}
.backpack-profile-form .required::after {
  content: " *";
  color: red;
}

.form-control {
  border: 1px solid #d5d5d5;
  color: #555;
}

.form-control::-moz-placeholder {
  color: #b6b6b6;
}

.form-control::placeholder {
  color: #b6b6b6;
}

.form-control:focus, .custom-select:focus {
  background-color: #fff;
  border-color: #44c1c1;
  box-shadow: 0 0 0 2px rgba(68, 193, 193, 0.0509803922);
  color: #495057;
  outline: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #44c1c1;
  border-color: #44c1c1;
  color: #fff;
}

.custom-select {
  border: 1px solid #d5d5d5;
  color: #555;
}

form .select2.select2-container, .form-group .select2.select2-container {
  border: 1px solid #d5d5d5 !important;
  border-radius: 0.25rem;
}

form .select2.select2-container.select2-container--focus, form .select2.select2-container.select2-container--open,
.form-group .select2.select2-container.select2-container--focus, .form-group .select2.select2-container.select2-container--open {
  border-color: #44c1c1 !important;
  box-shadow: 0 0 0 2px rgba(68, 193, 193, 0.0509803922);
}

.form-group .select2-container--bootstrap .select2-selection {
  border: none !important;
}

.form-group .select2-container--bootstrap .select2-selection--single {
  min-height: 38px;
  padding-bottom: 8px;
  padding-top: 8px;
}

body .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #44c1c1;
  color: #fff;
}

body .select2-container--bootstrap .select2-selection {
  font-size: 16px;
}

/* Switch Slider */
.switch-slider {
  border: 1px solid #d5d5d5;
}

.switch-slider:before {
  border: 1px solid #d5d5d5;
}

.switch-slider:after {
  color: #d5d5d5;
}

/* Switch BT4 */
.custom-switch .custom-control-label:before {
  border: 1px solid #d5d5d5;
}

.custom-switch .custom-control-label:after {
  background-color: #d5d5d5;
}

.custom-switch.big .custom-control-label:before {
  height: 1.5rem;
  top: 0;
  border-radius: 0.25rem;
}
.custom-switch.big .custom-control-label:after {
  height: calc(1.5rem - 4px);
  top: calc(0rem + 2px);
  border-radius: 0.125rem;
}
.custom-switch.big .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-right: 0;
  margin-top: 0.25em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input, .ms-drop ul > li > label > input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox], .ms-drop ul > li > label > input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio], .ms-drop ul > li > label > input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active, .ms-drop ul > li > label > input:active {
  filter: brightness(90%);
}
.form-check-input:focus, .ms-drop ul > li > label > input:focus {
  border-color: #a2e0e0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(68, 193, 193, 0.25);
}
.form-check-input:checked, .ms-drop ul > li > label > input:checked {
  background-color: #44c1c1;
  border-color: #44c1c1;
}
.form-check-input:checked[type=checkbox], .ms-drop ul > li > label > input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], .ms-drop ul > li > label > input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate, .ms-drop ul > li > label > input[type=checkbox]:indeterminate {
  background-color: #44c1c1;
  border-color: #44c1c1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, .ms-drop ul > li > label > input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label, .ms-drop ul > li > label > input[disabled] ~ .form-check-label, .ms-drop ul > li > label > input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

input[type=color] {
  -webkit-appearance: none;
  padding: 2px;
  height: 38px;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type=color]::-webkit-color-swatch {
  border: none;
}

/* Checkbox */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  top: 0.25rem;
}
.form-check.no-label .form-check-input {
  margin-left: -1.25em;
}

.form-check-input {
  width: 15px;
  height: 15px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 40, 100, 0.24);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  position: relative;
  margin-top: 0;
  margin-left: 0;
}
.form-check-input[type=checkbox] {
  border-radius: 0.125em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  outline: 0;
}
.form-check-input:checked {
  background-color: #09777c;
  border-color: #09777c;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #09777c;
  border-color: #09777c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.multiple-select .ms-choice {
  border: 1px solid #d5d5d5;
  color: #555;
  line-height: 30px;
  height: 30px;
  font-size: 0.875rem;
}

.multiple-select .ms-drop {
  color: #555;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
}

.multiple-select .ms-search input {
  padding: 4px;
}

.multiple-select .ms-search input {
  color: #555;
  border: 1px solid #d5d5d5;
  border-radius: 0;
}

select.multiple-select {
  visibility: hidden;
}

.font-xl {
  font-size: 1.125rem;
}

.font-lg {
  font-size: 1rem;
}

.font-md {
  font-size: 0.95rem;
}

.font-sm {
  font-size: 0.875rem;
}

.font-xs {
  font-size: 0.75rem;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.line-height-xs {
  line-height: 1;
}

.line-height-sm {
  line-height: 1.2;
}

.line-height-md {
  line-height: 1.4;
}

table.dataTable.table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: rgba(0, 166, 90, 0.05);
}

table.table-hover tbody tr:hover {
  background-color: rgba(0, 166, 90, 0.1);
}

.table {
  color: #2b2b2b;
}

.table-md td, .table-md th {
  padding: 0.45rem;
}

.table td, .table th, .table-bordered td, .table-bordered th {
  border-color: rgba(22, 28, 45, 0.125);
}

.table .thead-light th {
  background-color: #f7f7f7;
  border-color: rgba(22, 28, 45, 0.125);
  color: #2b2b2b;
}

#crudTable_wrapper #crudTable thead > tr > th, #crudTable_wrapper #crudTable tfoot > tr > th {
  padding-right: 0;
  font-size: 13px;
}

#crudTable_wrapper #crudTable:not(.has-hidden-columns) table.table-xs {
  --table-row-hover: transparent;
  color: #2b2b2b;
}
#crudTable_wrapper #crudTable:not(.has-hidden-columns) table.table-xs tr th, #crudTable_wrapper #crudTable:not(.has-hidden-columns) table.table-xs tr td, #crudTable_wrapper #crudTable:not(.has-hidden-columns) table.table-xs tr td:first-child {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background-color: transparent;
}

#crudTable_wrapper #crudTable:not(.has-hidden-columns) table.table-child tr td:first-child, #crudTable_wrapper table.dataTable:not(.has-hidden-columns) table.table-child tr td:first-child,
#crudTable_wrapper #crudTable table.table-child tbody > tr > td {
  padding-bottom: 0.3rem !important;
  padding-top: 0.3rem !important;
}

.table-hover tbody tr:hover {
  color: #2b2b2b;
}

@media (max-width: 991.98px) {
  .table-lg-fluid {
    border: 0;
  }
  .table-lg-fluid > thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-lg-fluid > thead > tr, .table-lg-fluid > tbody > tr, .table-lg-fluid > tfoot > tr {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.5rem;
  }
  .table-lg-fluid > thead > tr + tr, .table-lg-fluid > tbody > tr + tr, .table-lg-fluid > tfoot > tr + tr {
    margin-top: 0.5rem;
  }
  .table-lg-fluid > thead > tr:empty, .table-lg-fluid > tbody > tr:empty, .table-lg-fluid > tfoot > tr:empty {
    padding: 0;
    border: 0;
    margin: 0;
  }
  .table-lg-fluid > thead > tr > th, .table-lg-fluid > thead > tr > td, .table-lg-fluid > tbody > tr > th, .table-lg-fluid > tbody > tr > td, .table-lg-fluid > tfoot > tr > th, .table-lg-fluid > tfoot > tr > td {
    display: flex;
    align-items: center;
    padding: 0.3rem !important;
  }
  .table-lg-fluid > thead > tr > th.fluid-wrap, .table-lg-fluid > thead > tr > td.fluid-wrap, .table-lg-fluid > tbody > tr > th.fluid-wrap, .table-lg-fluid > tbody > tr > td.fluid-wrap, .table-lg-fluid > tfoot > tr > th.fluid-wrap, .table-lg-fluid > tfoot > tr > td.fluid-wrap {
    flex-wrap: wrap;
  }
  .table-lg-fluid > thead > tr > th.fluid-wrap[data-column]::before, .table-lg-fluid > thead > tr > td.fluid-wrap[data-column]::before, .table-lg-fluid > tbody > tr > th.fluid-wrap[data-column]::before, .table-lg-fluid > tbody > tr > td.fluid-wrap[data-column]::before, .table-lg-fluid > tfoot > tr > th.fluid-wrap[data-column]::before, .table-lg-fluid > tfoot > tr > td.fluid-wrap[data-column]::before {
    width: 100%;
  }
  .table-lg-fluid > thead > tr > th[data-column]::before, .table-lg-fluid > thead > tr > td[data-column]::before, .table-lg-fluid > tbody > tr > th[data-column]::before, .table-lg-fluid > tbody > tr > td[data-column]::before, .table-lg-fluid > tfoot > tr > th[data-column]::before, .table-lg-fluid > tfoot > tr > td[data-column]::before {
    padding-right: 1rem;
    font-weight: 600;
    display: block;
    width: 40%;
    text-align: left;
    font-size: 0.85rem;
    line-height: 1.2;
    content: attr(data-column);
  }
  .table-lg-fluid > thead > tr > th::before, .table-lg-fluid > thead > tr > td::before, .table-lg-fluid > tbody > tr > th::before, .table-lg-fluid > tbody > tr > td::before, .table-lg-fluid > tfoot > tr > th::before, .table-lg-fluid > tfoot > tr > td::before {
    display: none;
  }
  .table-lg-fluid > thead > tr > th[data-fluid="0"], .table-lg-fluid > thead > tr > td[data-fluid="0"], .table-lg-fluid > tbody > tr > th[data-fluid="0"], .table-lg-fluid > tbody > tr > td[data-fluid="0"], .table-lg-fluid > tfoot > tr > th[data-fluid="0"], .table-lg-fluid > tfoot > tr > td[data-fluid="0"] {
    width: 0;
    padding: 0;
  }
  .table-lg-fluid > thead > tr > th[data-fluid="25"], .table-lg-fluid > thead > tr > td[data-fluid="25"], .table-lg-fluid > tbody > tr > th[data-fluid="25"], .table-lg-fluid > tbody > tr > td[data-fluid="25"], .table-lg-fluid > tfoot > tr > th[data-fluid="25"], .table-lg-fluid > tfoot > tr > td[data-fluid="25"] {
    width: 25%;
  }
  .table-lg-fluid > thead > tr > th[data-fluid="50"], .table-lg-fluid > thead > tr > td[data-fluid="50"], .table-lg-fluid > tbody > tr > th[data-fluid="50"], .table-lg-fluid > tbody > tr > td[data-fluid="50"], .table-lg-fluid > tfoot > tr > th[data-fluid="50"], .table-lg-fluid > tfoot > tr > td[data-fluid="50"] {
    width: 50%;
  }
  .table-lg-fluid > thead > tr > th[data-fluid="75"], .table-lg-fluid > thead > tr > td[data-fluid="75"], .table-lg-fluid > tbody > tr > th[data-fluid="75"], .table-lg-fluid > tbody > tr > td[data-fluid="75"], .table-lg-fluid > tfoot > tr > th[data-fluid="75"], .table-lg-fluid > tfoot > tr > td[data-fluid="75"] {
    width: 75%;
  }
  .table-lg-fluid > thead > tr > th[data-fluid="100"], .table-lg-fluid > thead > tr > td[data-fluid="100"], .table-lg-fluid > tbody > tr > th[data-fluid="100"], .table-lg-fluid > tbody > tr > td[data-fluid="100"], .table-lg-fluid > tfoot > tr > th[data-fluid="100"], .table-lg-fluid > tfoot > tr > td[data-fluid="100"] {
    width: 100%;
  }
  .table-lg-fluid > thead > tr > th:first-child, .table-lg-fluid > thead > tr > td:first-child, .table-lg-fluid > tbody > tr > th:first-child, .table-lg-fluid > tbody > tr > td:first-child, .table-lg-fluid > tfoot > tr > th:first-child, .table-lg-fluid > tfoot > tr > td:first-child {
    border-top: 0;
  }
  .table-lg-fluid > tfoot > tr {
    border-top: 0;
    padding: 0.25rem 0.5rem;
  }
}
#crudTable.table-incarichi td.cell-0 {
  max-width: 150px;
}
#crudTable.table-incarichi td.cell-1 {
  max-width: 300px;
}

.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
}

.sortable {
  margin: 3px 3px 3px 0;
  padding: 1px;
  float: left;
  width: 120px;
  height: 120px;
  vertical-align: bottom;
  text-align: center;
}

.dropzone-thumbnail {
  width: 150px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: move !important;
}

.dropzone.sortable {
  width: 100%;
  height: 700px;
  min-height: 150px;
  border: 2px dashed rgba(0, 40, 100, 0.25);
  background: white;
  padding: 1rem;
}
.dropzone.sortable .dz-preview {
  margin: 0.25rem;
  padding: 0.25rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 40, 100, 0.15);
}
.dropzone.sortable .dz-preview .dz-remove {
  display: block;
  height: 28px;
  margin-top: 3px;
  line-height: 28px;
  background-color: #df4759;
  border-color: #df4759;
  color: #fff;
  border-radius: 0.25rem;
}
.dropzone.sortable .dz-message {
  font-size: 2rem;
  font-weight: 600;
}

#calendar {
  --fc-today-bg-color: #44c1c11a;
}
#calendar .fc-toolbar.fc-header-toolbar {
  padding: 0.5rem;
  margin: 0;
}
#calendar .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.25em;
}
#calendar .fc-button-primary {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
  background-color: #efefef;
  border-color: #d5d5d5;
  color: #1b2a4e;
}
#calendar .fc-button .fc-icon {
  font-size: 1.125em;
}
#calendar .fc-toolbar-title {
  text-transform: capitalize;
  font-size: 1.25em;
}
#calendar .fc-view {
  padding: 5px;
}
#calendar th.fc-col-header-cell.fc-resource {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
#calendar .fc-v-event.fc-timegrid-event {
  border-width: 0 0 0 5px;
}
#calendar .fc-timegrid-event .fc-event-main {
  padding: 2px 5px;
  overflow: hidden;
}
#calendar .fc-timegrid-event .fc-event-main .badges {
  position: relative;
  left: -5px;
  top: -1px;
}
#calendar .fc-timegrid-event .fc-event-main .badges .badge {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}
#calendar .fc-timegrid-event .fc-event-main .title {
  line-height: 1.2;
  font-size: 12px;
}
#calendar .fc-timegrid-event .fc-event-main .phone {
  line-height: 1.2;
  font-size: 12px;
}
#calendar .fc-timegrid-col-events {
  margin: 0 2px 0 2px;
}
#calendar .fc-timegrid-event .fc-event-time {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-bottom: 0;
}

#datepicker-planning .datepicker-inline, #datepicker-planning .datepicker table {
  width: 100%;
}
#datepicker-planning .datepicker table tr th {
  font-size: 1.5rem;
  height: 40px;
  font-weight: normal;
}
#datepicker-planning .datepicker table tr td {
  font-size: 1.15rem;
  height: 40px;
}
#datepicker-planning .datepicker table tr td.today {
  color: #fff;
  background-color: #44c1c1;
  border-color: #44c1c1;
}
#datepicker-planning .datepicker table tr td.active.active,
#datepicker-planning .datepicker table tr td.active:active,
#datepicker-planning .datepicker table tr td.active.highlighted:active,
#datepicker-planning .datepicker table tr td.active.active,
#datepicker-planning .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #09777c;
  border-color: #09777c;
}

@media (max-width: 440px) {
  #calendar .fc-button-primary {
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.25rem 0.25rem;
  }
  #calendar .fc-button-primary.fc-today-button {
    display: none;
  }
  #calendar .fc-toolbar-title {
    font-size: 1em;
  }
  #calendar .fc-toolbar-chunk:nth-child(2) {
    flex-grow: 1;
    text-align: center;
  }
  #calendar .fc-toolbar-chunk:nth-child(3) {
    display: none;
  }
  #calendar .fc-timegrid-slot-label-cushion {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .modal-xxl {
    width: 98%;
    max-width: 1140px;
  }
  .modal-xxxl {
    width: 98%;
    max-width: 98%;
    height: calc(100% - 3.5rem);
  }
}
.modal-xxxl {
  max-width: 98%;
}

.dtr-bs-modal .modal-dialog {
  max-width: 800px;
  flex-direction: column;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: calc(100% - 3.5rem);
}
.dtr-bs-modal .modal-content {
  overflow: hidden;
  max-height: none;
}
.dtr-bs-modal .modal-header {
  flex-shrink: 0;
}
.dtr-bs-modal .modal-body {
  padding: 0.5rem;
  overflow-y: auto;
}

button, button:hover, button:focus {
  outline: 0;
}

button.disabled {
  cursor: no-drop;
}

.btn-group-toggle.btn-group .btn-light:focus {
  box-shadow: 0 0 0 2px rgba(68, 193, 193, 0.25);
}
.btn-group-toggle.btn-group .btn-light:active {
  background-color: #efefef;
  border-color: #d5d5d5;
}
.btn-group-toggle.btn-group .btn-no.active {
  background-color: #df4759;
  border-color: #df4759;
  color: #fff;
}
.btn-group-toggle.btn-group .btn-yes.active {
  background-color: #359478;
  border-color: #318b70;
  color: #fff;
}
.btn-group-toggle.btn-group .btn-light.active {
  background-color: #44c1c1;
  border-color: #44c1c1;
  color: #fff;
}
.btn-group-toggle.btn-group .btn-light.active:focus {
  box-shadow: 0 0 0 2px rgba(68, 193, 193, 0.25);
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 0.825rem;
  padding: 0.125rem 0.35rem;
}

body .swal2-confirm, body .swal-button {
  background-color: #4CAF50;
}
body .swal2-confirm:focus-visible, body .swal-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.25);
}
body .swal2-confirm:hover, body .swal2-confirm:focus, body .swal2-confirm:not([disabled]):hover, body .swal-button:hover, body .swal-button:focus, body .swal-button:not([disabled]):hover {
  background-color: #3b853f;
}
body .swal2-cancel, body .swal-button.swal-button--cancel {
  background-color: #838383;
  color: #fff;
}
body .swal2-cancel:focus-visible, body .swal-button.swal-button--cancel:focus-visible {
  box-shadow: 0 0 0 3px rgba(131, 131, 131, 0.25);
}
body .swal2-cancel:hover, body .swal2-cancel:focus, body .swal2-cancel:not([disabled]):hover, body .swal-button.swal-button--cancel:hover, body .swal-button.swal-button--cancel:focus, body .swal-button.swal-button--cancel:not([disabled]):hover {
  background-color: #5e5e5e;
}
body .swal-title, body .swal-text {
  color: #2b2b2b;
}
body .swal-footer {
  text-align: center;
}

.badge {
  font-size: 85%;
  margin-left: 0;
}

.badge-success-light {
  border-color: rgba(20, 139, 61, 0.25);
  background-color: rgba(26, 184, 81, 0.15);
  color: #0da541;
}

.badge-warning-light {
  color: #856404;
  background-color: #fff3cd;
  border-color: rgba(83, 63, 3, 0.25);
}

.badge-danger-light {
  border-color: rgba(124, 0, 11, 0.25);
  color: #af0010;
  background-color: #ffe2e5;
}

.badge-light {
  background-color: #f7f7f7;
  color: #2b2b2b;
}

.badge-info-light {
  border-color: #a0badd;
  background-color: #e7f1ff;
  color: #2e71d1;
}

a.badge-info-light:hover, a.badge-info-light:focus {
  background-color: #2e71d1;
  color: #e7f1ff;
}

.badge.badge-square {
  padding: 0.25em;
}

.navbar-filters li[filter-type=simple] .nav-link {
  border: 1px solid #d5d5d5;
  color: #555;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.navbar-filters li[filter-type=dropdown] .nav-link, .navbar-filters li[filter-type=select2] .nav-link, .navbar-filters li[filter-type=select2] .nav-link, .navbar-filters li[filter-type=date_range] .nav-link, .navbar-filters li[filter-type=range] .nav-link, .navbar-filters li[filter-type=text] .nav-link {
  border: 1px solid #d5d5d5;
  color: #555;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.navbar-filters li.active .nav-link {
  border-color: #df4759;
  box-shadow: 0 0 0 2px rgba(223, 71, 89, 0.15);
  background: #fff2f5;
  color: #df4759;
}
.navbar-filters li #remove_filters_button {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 13px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
}

.navbar-filters li[filter-type=dropdown] .dropdown-menu {
  --cui-dropdown-border-color: #d8dbe0;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
  padding: 0;
}
.navbar-filters li[filter-type=dropdown] .dropdown-divider {
  border-top: 1px solid #d8dbe0;
  margin: 0;
}
.navbar-filters li[filter-type=dropdown] .dropdown-item {
  padding: 0.35rem 1.25rem;
  font-size: 0.875rem;
  text-transform: capitalize;
}

.navbar-filters li[filter-type=select2] .dropdown-menu {
  --cui-dropdown-border-color: #d8dbe0;
  min-width: 200px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
}
.navbar-filters li[filter-type=select2] .dropdown-menu .select2-container--bootstrap .select2-selection {
  border: 0 !important;
}
.navbar-filters li[filter-type=select2] .dropdown-menu .select2-container--bootstrap .select2-dropdown {
  border: 1px solid #d8dbe0 !important;
}

.navbar-filters li[filter-type=date_range] .dropdown-menu {
  --cui-dropdown-border-color: #d8dbe0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
  min-width: 200px;
}

.navbar-filters li[filter-type=range] .dropdown-menu {
  --cui-dropdown-border-color: #d8dbe0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
  min-width: 200px;
}

body .daterangepicker {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", Oxygen, Fira Sans, Droid Sans, Arial, sans-serif;
}

body .daterangepicker .ranges li.active {
  background-color: #09777c;
}

body .daterangepicker td.active {
  background-color: #09777c;
}

body .daterangepicker td.active:hover {
  background-color: #08494d;
}

.list-note-scroll {
  max-height: calc(100vh - 3.5rem - 480px);
  overflow-y: auto;
}

.card-table .table {
  margin-bottom: 0;
}
.card-table .table th, .card-table .table td {
  padding: 0.4166666667rem;
  line-height: 1.3;
}
.card-table .table th:first-child, .card-table .table td:first-child {
  border-left-width: 0;
}
.card-table .table th:last-child, .card-table .table td:last-child {
  border-right-width: 0;
}
.card-table .table tbody tr:last-child th, .card-table .table tbody tr:last-child td {
  border-bottom-width: 0;
}
.card-table .table.table-bordered > :not(caption) > * {
  border-width: 0 0 1px;
}
.card-table .table.table-bordered > :not(caption) > *:last-child {
  border-bottom-width: 0;
}
@media (min-width: 992px) {
  .card-table .table th:first-child, .card-table .table td:first-child {
    padding-left: 1.25rem;
  }
  .card-table .table th:last-child, .card-table .table td:last-child {
    padding-right: 1.25rem;
  }
}

.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #f1db96;
}

.alert.alert-danger-light {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert.alert-warning-light {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert.alert-success-light {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert.alert-info-light {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

body .datepicker {
  font-size: 0.875rem;
  color: #2b2b2b;
  padding: 0.5rem;
}
body .datepicker table tr td.active:active, body .datepicker table tr td.active.highlighted:active, body .datepicker table tr td.active.active, body .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #09777c;
  border-color: #09777c;
}

.mt-05, .my-05 {
  margin-top: 0.125rem !important;
}

.mb-05, .my-05 {
  margin-bottom: 0.125rem !important;
}

.text-underlined {
  text-decoration: underline;
}

a.text-underlined:hover, a.text-underlined:focus {
  text-decoration: none;
}

.w-80px {
  width: 80px;
}

.w-100px {
  width: 100px;
}

.table-obiettivi {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 3px;
}
.table-obiettivi nav {
  width: 100%;
  display: flex;
  gap: 4px;
  margin: 0 4px;
  justify-content: flex-end;
}
.table-obiettivi .owl-prev {
  border: 1px solid rgba(22, 28, 45, 0.125);
  background: #fff;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}
.table-obiettivi .owl-next {
  border: 1px solid rgba(22, 28, 45, 0.125);
  background: #fff;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}
.table-obiettivi .table-week {
  display: flex;
  flex-wrap: nowrap;
  border-right: 4px solid rgba(22, 28, 45, 0.125);
}
.table-obiettivi .table-month {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% - 200px);
}
.table-obiettivi .column {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(22, 28, 45, 0.125);
}
.table-obiettivi .column:last-child {
  border-right: 1px solid rgba(22, 28, 45, 0.125);
}
.table-obiettivi .column.column-cat {
  width: 200px;
  background-color: #fff;
  border-right: 4px solid rgba(22, 28, 45, 0.125);
}
.table-obiettivi .column.column-cat .cell {
  padding: 4px 8px;
  font-weight: 500;
  text-wrap: nowrap;
  text-align: left;
}
.table-obiettivi .column.column-day {
  width: 40px;
}
.table-obiettivi .column.column-day .head {
  background: #09777c;
  color: white;
}
.table-obiettivi .column.column-day .cell {
  background-color: #fff;
}
.table-obiettivi .column.column-day.column-Dom {
  display: none;
}
.table-obiettivi .column.column-total {
  width: 40px;
}
.table-obiettivi .column.column-total .head {
  background-color: #f7f7f7;
}
.table-obiettivi .column.column-total .cell {
  background-color: #f7f7f7;
}
.table-obiettivi .column.column-total input {
  font-weight: 500;
}
.table-obiettivi .column.column-os {
  width: 40px;
  flex-grow: 1;
}
.table-obiettivi .column.column-os .head {
  background-color: #f7f7f7;
}
.table-obiettivi .column.column-os .cell {
  background-color: #f7f7f7;
}
.table-obiettivi .column.column-os input {
  font-weight: 500;
}
.table-obiettivi .column div {
  height: 30px;
  border: 0;
  padding: 2px;
  font-size: 12px;
  width: 100%;
  outline: none;
  text-align: right;
  border-bottom: 1px solid rgba(22, 28, 45, 0.125);
}
.table-obiettivi .column div input {
  width: 100%;
  border: 0;
  height: 26px;
  background-color: transparent;
  text-align: center;
  outline: none;
}
.table-obiettivi .column div input:focus {
  outline: 1px solid #09777c;
}
.table-obiettivi .column div.head {
  text-align: center;
  line-height: 1.2;
  padding: 4px 0;
  font-size: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(22, 28, 45, 0.125);
  font-weight: 500;
}

.ui-widget-content.ui-autocomplete {
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-widget.ui-widget-content {
  border: 0;
  font-size: 0.875rem;
}

#autocomplete-client-results {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
#autocomplete-client-results .ui-widget.ui-widget-content {
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
  display: table !important;
  width: 100% !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", Oxygen, Fira Sans, Droid Sans, Arial, sans-serif;
}
#autocomplete-client-results .ui-menu .ui-menu-item {
  display: table-header-group;
  width: 100%;
  list-style-image: none;
}
#autocomplete-client-results .ui-menu .ui-menu-item:first-child .ui-menu-item-wrapper > div {
  border-top-width: 1px;
}
#autocomplete-client-results .ui-menu .ui-menu-item-wrapper {
  display: table-row;
}
#autocomplete-client-results .ui-menu .ui-menu-item-wrapper > div {
  display: table-cell;
  padding: 0.2rem 0.4rem;
  border-color: rgba(0, 40, 100, 0.12);
  border-style: solid;
  border-width: 0 0 1px 1px;
}
#autocomplete-client-results .ui-menu .ui-menu-item-wrapper > div:last-child {
  border-right-width: 1px;
}
#autocomplete-client-results .ui-menu .ui-menu-item-wrapper.ui-state-active {
  border: 1px solid rgba(0, 40, 100, 0.12);
  background: #ecf9f9;
  color: #09777c;
}
#autocomplete-client-results .ui-menu .ui-header {
  display: table-row;
  font-weight: 600;
  background: #ecf9f9;
  color: #09777c;
}
#autocomplete-client-results .ui-menu .ui-header > div {
  display: table-cell;
  padding: 0.2rem 0.4rem;
  border-color: rgba(0, 40, 100, 0.12);
  border-style: solid;
  border-width: 1px 0 1px 1px;
}
#autocomplete-client-results .ui-menu .ui-header > div:last-child {
  border-right-width: 1px;
}

@media (max-width: 440px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 0.65rem;
    font-size: 14px;
  }
  #saveActions .btn {
    font-size: 14px;
  }
  #table-advice-caratteristiche {
    font-size: 14px;
    line-height: 1.2;
  }
  #table-advice-caratteristiche .form-control {
    padding: 0.2rem 0.5rem;
    font-size: 14px;
  }
}
