.btn,
.app-footer,
.app-header,
.aside-menu,
.main {
  transition: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter var", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}
h1,
.h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
h2,
.h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
h3,
.h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
h4,
.h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
body {
  font-family: "Inter var", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1a1f36;
  font-size: 0.9rem;
  margin: auto;
  background-color: #fff;
}
body,
header > div {
  max-width: 90rem !important;
}
.dropdown-toggle:after {
  vertical-align: 0.3rem;
}
div.app-body {
  margin-top: 4.5rem;
}
main {
  margin-top: 0 !important;
  margin: auto;
}
main div.rounded-10.shadow:not(:first-child) {
  margin-top: 1.5rem;
}
header.app-header {
  height: 3.5rem;
}
header.app-header .navbar-brand {
  opacity: 1 !important;
  max-width: 4rem;
  width: 100%;
}
header.app-header .navbar-brand a {
  color: #73818f !important;
}
header.app-header .navbar-brand a:hover {
  text-decoration: none !important;
}
@media (min-width: 1920px) {
  .navbar-expand-md .navbar-toggler {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: block;
  }
  .left-md-2 {
    left: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .position-fixed-sm-down {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
  }
}
@media (max-width: 575.98px) {
  header.app-header {
    height: 4rem;
  }
  .sidebar {
    margin-top: 3rem !important;
    padding-top: 1rem;
  }
  .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-0 > .rounded-10 {
    border-radius: 0;
  }
  .main .container-fluid {
    padding: 0 0.5rem;
  }
  .navbar-brand {
    padding: 0 !important;
  }
  header.app-header.bg-light .navbar-brand {
    max-width: calc(100vw - 280px);
  }
  html:not([dir=rtl]) .sidebar {
    margin-left: -100vw;
  }
  .sidebar-pills {
    width: 100vw !important;
  }
  .sidebar .sidebar-nav,
  .sidebar .sidebar-scroll {
    width: calc(100vw - 1rem) !important;
  }
  body.sidebar-show {
    overflow: hidden !important;
  }
  .x-page-title-create h2,
  .x-page-title-update h2,
  .x-page-title-preview h2 {
    display: none;
  }
}
ul.nav a.nav-link {
  font-size: 14px;
  font-weight: 500;
}
.appts > .day-item:hover > .row {
  cursor: pointer;
  background: #384c74;
}
.dropdown-item,
a.dropdown-item,
button.navbar-toggler {
  font-size: 0.875rem;
}
.dropdown-item i,
a.dropdown-item i,
button.navbar-toggler i {
  color: #212529;
}
@media (min-width: 576px) {
  html:not([dir=rtl]) .sidebar {
    margin-left: -280px;
  }
}
main {
  max-width: 1240px;
  margin: auto;
  margin-top: 0;
}
main section h2 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
main #saveActions .btn {
  border-radius: 0.25rem !important;
  font-size: 1rem;
}
main div.crud-form {
  max-width: 50rem;
  margin: auto;
}
main div.crud-form div.crud-repeatable > label,
main div.crud-form div.crud-repeatable > .container-repeatable-elements {
  width: 100% !important;
}
main div.crud-form div.crud-repeatable .add-repeatable-element-button {
  margin-left: 0 !important;
}
main form label {
  font-weight: 500;
  font-family: "Inter var", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #374151;
  margin-bottom: 0.2rem !important;
}
main form div.card {
  border: none;
  box-shadow: none;
}
main form div.card div.card-body:empty {
  display: none !important;
}
main form .form-group label,
main form .form-group repeatable-group > label {
  font-size: 0.875rem;
}
div.modal .bg-light {
  background-color: #fff !important;
}
div.modal .modal-content {
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(22,28,45,0.349) !important;
}
div.modal .modal-footer {
  display: block;
}
div.modal .btn-success,
div.modal .btn-primary {
  float: right;
}
div.modal form label {
  font-weight: 600;
}
div.modal form div.card {
  border: none;
  box-shadow: none;
}
div.modal form div.card-body {
  padding: 0 !important;
}
div.modal form .form-group label,
div.modal form .form-group repeatable-group > label {
  font-size: 0.875rem;
}
.help-block {
  color: #73818f;
}
p.help-block {
  font-size: 0.85rem !important;
}
.repeatable-group > label {
  font-size: 0.875rem;
}
.tab-content {
  border: 0;
  box-shadow: none;
}
.nav-tabs {
  padding-top: 1rem;
  border-bottom: 0.2rem solid rgba(217,226,239,0.6);
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0 !important;
  padding: 0.5rem 2rem !important;
  border-radius: 0 !important;
  font-weight: 500;
  border-left: 5px transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus {
  border-bottom: 0.2rem solid #384c74;
  color: #384c74;
  background-color: #f0f3f9;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.font-weight-500 {
  font-weight: 500;
}
.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}
.mobile-modal .modal-dialog {
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  bottom: 0;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-content .list-group-item {
  border: 0;
}
.dtr-control {
  padding-left: 0 !important;
}
.input-group-text {
  min-width: 4rem;
}
@media (min-width: 576.01px) and (max-width: 991.98px) {
  .container-fluid > .px-0 > .rounded-10 {
    border-radius: 0;
  }
  .sidebar-show div.sidebar-fixed {
    box-shadow: 0 0.5rem 1rem rgba(22,28,45,0.35) !important;
  }
  .app-header .navbar-brand {
    margin: auto !important;
    position: relative;
    left: 0;
    max-width: calc(100vw - 200px);
    width: 100%;
  }
  .body-mw-100 {
    max-width: 100vw !important;
  }
  .fa-2x-md-down {
    font-size: 2em !important;
  }
}
@media (min-width: 992px) {
  main {
    margin-left: 0 !important;
  }
  body.sidebar-lg-show .body-mw-100 {
    max-width: 100vw;
  }
  body:not(.sidebar-lg-show) .body-mw-100 {
    max-width: 100vw;
  }
}
.card.no-padding-card-body > div.card-body {
  padding-left: 0;
  padding-right: 0;
}
.dropdown-menu-right {
  min-width: 250px;
}
.fa-1-3x {
  font-size: 1.3rem;
}
.rounded-5 {
  border-radius: 5px;
}
.rounded-10 {
  border-radius: 10px;
}
.announcekit-widget-badge {
  top: -1rem;
}
.bg-gray-300-70 {
  background-color: rgba(217,226,239,0.502) !important;
}
.w-99 {
  width: 99%;
}
.w-98 {
  width: 98%;
}
.x-content-with-sides .card .form-group {
  margin: auto !important;
  padding-bottom: 1.5rem;
}
.form-group.required .chiller_cb label::after {
  content: '' !important;
}
.select2-selection__clear::after {
  display: none;
}
.select2-selection__clear {
  font-size: 1.75rem;
  margin-right: 1rem !important;
}
.bg {
  height: 100%;
}
.span_pseudo,
.chiller_cb span:before,
.chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}
.chiller_cb {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.chiller_cb_xl span {
  position: relative !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.chiller_cb_xl span:before {
  transform: rotate(-55deg);
  top: 2.193rem !important;
  left: 0.9rem !important;
  height: 0.2rem !important;
}
.chiller_cb_xl span:after {
  transform: rotate(35deg);
  bottom: 0.7rem !important;
  left: 0.4rem !important;
  height: 0.2rem !important;
}
.chiller_cb_xl input:checked ~ span:before {
  width: 2rem !important;
}
.chiller_cb_xl input:checked ~ span:after {
  width: 0.8rem !important;
}
.chiller_cb:hover {
  background-color: rgba(217,226,239,0.502) !important;
  cursor: pointer;
  border-radius: 5px;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #384c74;
  border-color: #384c74;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
.form-control {
  height: 3rem;
  border: 1px solid rgba(0,40,100,0.12);
  box-shadow: 0 0.125rem 0.25rem rgba(22,28,45,0.075) !important;
  border-radius: 0.375rem;
}
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus,
.form-control:focus {
  background-color: #f9fbfd;
  border: 1px solid #384c74;
  box-shadow: 0 0 0 1px #384c74 !important;
}
.select2-selection__arrow {
  display: none;
}
.select2-container--bootstrap .select2-selection--single {
  height: 3rem !important;
  padding-right: 0 !important;
}
.select2-selection__rendered {
  line-height: 2.125rem;
  font-weight: 500;
}
.bootstrap-autocomplete.dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(22,28,45,0.35) !important;
  border-radius: 5px !important;
}
.bootstrap-autocomplete.dropdown-menu a.dropdown-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.bootstrap-autocomplete.dropdown-menu a.active {
  cursor: pointer;
  color: #fff !important;
}
a.page-link {
  margin-left: 0 !important;
}
.pace .pace-progress {
  height: 0.3rem;
  background: #384c74;
}
#bp-filters-navbar .dropdown-menu {
  min-width: 15rem;
}
#noty_layout__topRight {
  width: 400px;
}
.x-page-title h2 {
  line-height: 2.625rem;
}
.inline-create-button {
  padding: 0.2rem;
}
.introjs-tooltip {
  min-width: 25rem !important;
  max-width: 30rem !important;
}
.introjs-tooltipbuttons > a:hover {
  cursor: pointer;
}
.introjs-tooltipReferenceLayer i {
  font-family: "Font Awesome 5 Free";
}
.introjs-tooltip-title {
  line-height: 2.625rem !important;
}
.introjs-tooltip-header {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.6rem;
}
.introjs-tooltip-header h1 {
  font-weight: 500 !important;
}
.introjs-skipbutton {
  font-size: 1.7rem !important;
  border-radius: 5rem !important;
  padding: 5px !important;
  width: 2rem !important;
  height: 2rem !important;
  background-color: rgba(217,226,239,0.6) !important;
}
.close {
  font-size: 2rem;
}
.modal-header .close {
  padding: 0.25rem 1rem !important;
}
.navbar-nav .nav-item {
  margin-left: 0;
  margin-right: 0.5rem;
}
.navbar-nav .nav-item a.nav-link {
  padding: 0.75rem;
  color: #384c74;
}
.navbar-nav .nav-item a.nav-link:hover {
  background-color: rgba(217,226,239,0.6);
  color: #161c2d;
  border-radius: 0.3rem;
}
.navbar-nav .nav-item a.nav-link.active {
  border-radius: 0.3rem;
}
.navbar-nav .nav-item div.dropdown-menu.show {
  min-width: 15rem;
}
.navbar-nav .nav-item a.dropdown-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
}
.navbar-nav .nav-item a.dropdown-item.active,
.navbar-nav .nav-item a.dropdown-item:active {
  background-color: #384c74;
}
.navbar-nav .nav-item a.dropdown-item.active i,
.navbar-nav .nav-item a.dropdown-item:active i {
  color: #fff !important;
}
.navbar-nav .nav-item a.dropdown-item.active:hover,
.navbar-nav .nav-item a.dropdown-item:active:hover {
  background-color: #384c74;
  color: #fff !important;
}
.navbar-nav .nav-item a.dropdown-item:hover {
  background-color: rgba(217,226,239,0.6);
}
.list-item-actions .dropdown-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.list-item-actions .dropdown-menu a.dropdown-item {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-weight: 500;
  border-radius: 0 !important;
}
.list-item-actions .dropdown-menu a.dropdown-item:hover {
  background-color: rgba(217,226,239,0.6);
}
.list-item-actions .dropdown-menu a.dropdown-item.active,
.list-item-actions .dropdown-menu a.dropdown-item:active {
  color: #fff !important;
  background-color: #384c74;
}
.list-item-actions .dropdown-menu a.dropdown-item.active i,
.list-item-actions .dropdown-menu a.dropdown-item:active i {
  color: #fff !important;
}
.popover {
  border: none;
  background-color: #384c74;
  border-radius: 5px;
}
.popover div.arrow {
  display: none;
}
.popover div.popover-body {
  font-family: "Inter var", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff !important;
  padding: 0.2rem 1rem;
}
.quick-actions {
  border: 1px solid #1b2a4e !important;
}
.quick-actions:hover {
  background-color: #1b2a4e !important;
  color: #fff !important;
}
.app-header .navbar-toggler {
  color: #1b2a4e;
}
form[size=small] > .x-content {
  max-width: 50rem;
}
form[size=medium] > .x-content {
  max-width: 70rem;
}
form[size=large] > .x-content {
  max-width: 90rem;
}
::placeholder {
  color: #869ab8 !important;
}
.bg-primary {
  background-color: #384c74 !important;
}
.btn-primary,
.btn-primary:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.page-item.active .page-link {
  background-color: #384c74 !important;
  border-color: #384c74 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.page-item.active .page-link:hover {
  background-color: #1b2a4e !important;
  border-color: #1b2a4e !important;
}
.badge-primary {
  background-color: #384c74;
}
.btn {
  font-weight: 500;
}
div > i.fas {
  color: #384c74;
}
a {
  color: #384c74;
}
a:hover {
  background-color: rgba(217,226,239,0.6);
}
.btn-outline-primary {
  color: #384c74;
  border-color: #384c74;
}
.btn-outline-primary:hover {
  color: #1b2a4e;
  border-color: #1b2a4e;
  background-color: #1b2a4e;
}
.full-screen {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}
@-moz-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-o-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.shadow-bottom {
  box-shadow: inset 0 -1px rgba(0,40,100,0.12);
}
.shadow-top {
  box-shadow: inset 0 1px rgba(0,40,100,0.12);
}
.shadow-left {
  box-shadow: inset 1px 0 rgba(0,40,100,0.12);
}
.shadoww {
  box-shadow: 0 0.5rem 1rem rgba(0,40,100,0.12) !important;
}
.flex-auto {
  flex: auto;
}
.clickable {
  cursor: pointer !important;
}
a.inline {
  color: #384c74 !important;
  border-bottom: 1px dashed;
  font-weight: 600;
  transition: all 0.1s linear;
  text-decoration: none;
  background: transparent;
  background-image: linear-gradient(rgba(217,226,239,0.584), rgba(217,226,239,0.584));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding: 3px 1px;
}
a.inline:hover {
  border-bottom: 1px solid;
  background-size: 100% 100%;
}
.disabled {
  cursor: not-allowed;
}
.hoverable:hover {
  cursor: pointer !important;
  color: #f00;
  background-color: rgba(217,226,239,0.6) !important;
}
.hoverable a:hover {
  text-decoration: none;
}
.hoverable:hover i {
  color: #384c74 !important;
}
@media (min-width: 991.98px) {
  .border-lg-left {
    border-left: 1px dashed rgba(0,40,100,0.12) !important;
  }
  .border-lg-top {
    border-top: 1px dashed rgba(0,40,100,0.12) !important;
  }
}
@media (max-width: 991.98px) {
  .border-sm-bottom {
    border-bottom: 1px dashed rgba(0,40,100,0.12) !important;
  }
}
.dataTables_info {
  display: none;
}
#crudTable_filter input {
  border-radius: 0.375rem;
  height: 2.625rem;
  min-width: 20rem;
}
#crudTable_filter label {
  margin-bottom: 0;
}
.uploaded-files table .td-preview {
  padding-left: 1rem;
}
#crudTable th,
.dataTable th {
  background-color: transparent !important;
}
#crudTable th:hover,
.dataTable th:hover {
  cursor: auto;
}
#crudTable .dtr-control:before,
.dataTable .dtr-control:before {
  display: none !important;
}
#crudTable thead,
.dataTable thead {
  text-transform: uppercase;
  background: #f9fbfd !important;
}
#crudTable thead > tr,
.dataTable thead > tr,
#crudTable thead span,
.dataTable thead span {
  font-size: 0.875rem;
  font-weight: 500;
}
#crudTable td:last-child,
.dataTable td:last-child {
  width: 8rem;
}
#crudTable td span span,
.dataTable td span span,
#crudTable td span.badge,
.dataTable td span.badge {
  font-size: 0.9rem;
  padding: 0.5rem;
}
#crudTable td span.badge,
.dataTable td span.badge {
  width: 6.5rem;
}
#crudTable:not(.no-row-click) tr:hover {
  cursor: pointer;
  transition: background-color 200ms;
}
table.table-hover tbody tr:hover {
  background-color: rgba(217,226,239,0.6);
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  display: none !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  display: none !important;
}
.has-overflow-dots {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-has-no-thead-tfoot thead,
.table-has-no-thead-tfoot tfoot {
  display: none !important;
}
