body,
html {
  font-weight: 400;
  /* font-size: 0.9rem; */
  padding-right: 0 !important;
  font-family: "Inter", sans-serif !important;
}

.material-symbols-rounded,
.material-icons-round {
  font-size: inherit;
  line-height: initial;
  vertical-align: middle;
}

.btn .ti,
.input-group-text {
  font-size: initial;
  vertical-align: text-bottom;
}

.btn-xs .ti {
  font-size: 14px;
  vertical-align: text-top;
}

.btn-lg .ti {
  font-size: 20px;
}

@supports (-moz-appearance: none) {

  .btn .ti,
  .input-group-text {
    vertical-align: text-top;
  }
}

*:focus,
input[type="checkbox"]:focus,
input[type="radio"],
input[type="radio"]:focus {
  outline: 0 !important;
}

/* .site-menu-item,
.btn,
.dropdown-menu,
.list-group .media-heading,
.form-control,
.input-group-text,
.select2-container--default .select2-selection {
  font-size: 0.9rem;
}

.btn.btn-lg {
  font-size: 1.286rem;
}

.btn.btn-sm {
  font-size: 0.85rem;
}

.btn.btn-xs {
  font-size: 0.8rem;
} */

.select2-container--default .select2-selection {
  font-family: "Inter", sans-serif !important;
}

body,
.table {
  color: #526069e6;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.site-menubar,
.site-navbar .navbar-header .navbar-brand {
  font-family: "Inter", sans-serif !important;
}

body.site-navbar-small {
  padding-top: 0;
}

.loading {
  background: url(/assets/images/loader.gif) center center no-repeat;
}

#loader {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: calc(100% + 100px);
  margin-top: -100px;
  z-index: 999999999;
}

#loader-text {
  font-size: 30px;
  width: 100%;
  color: #444444;
  text-align: center;
}

#loader-text i {
  font-size: 60px;
}

.page-aside {
  width: 220px;
  transition: unset;
  /*overflow: scroll;*/
}

.page-aside-left .page-aside+.page-main {
  margin-left: 220px;
}

.page-aside-fixed.page-aside-left .site-footer {
  margin-left: 220px;
}

@media (max-width: 767px) {
  .page-aside-left .page-aside+.page-main {
    margin-left: 0;
  }
}

.page-aside-section:first-child {
  padding-top: 0;
}

.page-aside .list-group-item {
  padding: 10px 30px;
}

.page-aside-title {
  padding: 29px 30px;
  margin: 0;
  background: #526069;
  color: white;
}

.page-aside-left .page {
  max-width: 100% !important;
}

.page-aside-left .page-aside-switch {
  left: 0;
  position: inherit;
}

.page-aside-left .page-aside.open .page-aside-switch {
  left: 220px;
}

.page {
  min-height: calc(100% - 180px) !important;
}

.page.hidden-top-nav {
  min-height: calc(100% - 44px) !important;
}

.header-nav {
  margin-top: -27px;
  background: white;
  margin-bottom: 30px;
}

.header-nav .nav-item a {
  color: #76838f;
  border-radius: 0;
  padding: 10px 25px;
}

.site-menu>.site-menu-item>a {
  padding: 13px 15px;
}

.site-menu-item:hover>.site-menu-sub {
  display: block;
  width: 250px;
  z-index: 9;
}

.site-menu-sub .site-menu-item>a {
  min-width: 200px;
  width: auto;
}

.site-menu-badge {
  position: absolute;
  font-size: 9px;
  top: 25px;
  padding: 3px;
}

.site-menubar {
  padding: 0 !important;
}

.site-footer {
  padding: 10px 0 !important;
}

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

.flex-fill,
.flex-justified,
.row-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-fill .nav-item,
.flex-justified .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.row-flex .col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.row-flex.flex-gap .col {
  margin-right: 5px;
  margin-left: 5px;
}

.row-flex.flex-gap .col:first-child {
  margin-left: 0px;
}

.row-flex.flex-gap .col:last-child {
  margin-right: 0px;
}

.flex-grow-1 {
  flex-grow: 1;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.d-inline-block {
  display: inline-block !important;
}

.mfs-checkbox {
  position: relative;
}

.mfs-checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 10%, #e0e0e0 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 0.4);
}

.mfs-checkbox label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 6px;
  border: 3px solid black;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfs-checkbox label:hover::after {
  opacity: 0.3;
}

.mfs-checkbox input[type="checkbox"] {
  visibility: hidden;
}

.mfs-checkbox input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  background: #e9ebec;
}

#back-to-top.show {
  opacity: 1;
}

#content {
  height: 2000px;
}

.bg-base {
  background-color: #f1f4f5 !important;
}

.bg-none {
  background: none !important;
}

.br-5 {
  border-radius: 5px;
}

.br-0,
.br-none {
  border-radius: 0 !important;
}

.badge-md {
  font-size: 12px;
}

.badge.badge-lg.badge-pill {
  padding: 5px 10px;
}

.help-block {
  font-size: 13px;
  color: #a3afb7;
}

.editable-error-block {
  color: red;
}

.editable-pre-wrapped {
  white-space: inherit;
}

.editable-empty {
  color: #ccd5db;
}

.no-resize {
  resize: none;
}

.btn-light {
  box-shadow: none !important;
  border: 1px solid #d2d2d3;
}

.btn-pill-left {
  border-radius: 500px 0 0 500px !important;
}

.btn-pill-right {
  border-radius: 0 500px 500px 0 !important;
}

.input-group-addon {
  line-height: 0;
}

.input-group-btn .btn {
  z-index: 10 !important;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
  margin-left: -3px;
}

.btn.btn-alert {
  margin-top: -7px;
  float: right;
}

.btn.btn-sm.btn-alert {
  margin-top: -5px;
  float: right;
}

.alert-link {
  font-weight: 700;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  z-index: 1039;
}

.site-menubar {
  z-index: 1038;
}

.jconfirm {
  z-index: 1701;
}

.jconfirm-box {
  padding: 15px !important;
}

/* .jconfirm-content {
  padding: 0 15px;
} */

/* .jconfirm-title-c {
  padding-left: 15px;
} */

.jconfirm-content-pane {
  width: calc(100% - 1px);
}

.jconfirm-content-pane.no-scroll {
  overflow-y: auto !important;
  margin-bottom: 0 !important;
}

.jconfirm-closeIcon {
  background: red;
  opacity: 1 !important;
  color: white;
  border-radius: 50%;
  font-size: 20px !important;
  line-height: 20px !important;
}

.scrollbar-sm::-webkit-scrollbar,
.jconfirm-content-pane::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}

.scrollbar-xs::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
}

.scrollbar-xs::-webkit-scrollbar-track,
.scrollbar-sm::-webkit-scrollbar-track,
.jconfirm-content-pane::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollbar-xs::-webkit-scrollbar-thumb,
.scrollbar-sm::-webkit-scrollbar-thumb,
.jconfirm-content-pane::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #888;
}

.scrollbar-xs::-webkit-scrollbar-thumb:hover,
.scrollbar-sm::-webkit-scrollbar-thumb:hover,
.jconfirm-content-pane::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pagination {
  margin: 0;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 15px;
  margin-left: -1px;
  line-height: 1.57142857;
  color: #76838f;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #e4eaec;
  background: white;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #62a8ea;
  border-color: #62a8ea;
}

.pagination li>a,
.pagination li>span {
  padding: 9px 15px;
  -webkit-transition: background 0.2s ease-out, border-color 0s ease-out,
    color 0.2s ease-out;
  -o-transition: background 0.2s ease-out, border-color 0s ease-out,
    color 0.2s ease-out;
  transition: background 0.2s ease-out, border-color 0s ease-out,
    color 0.2s ease-out;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  margin-right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #89bceb;
  background-color: #f3f7f9;
  border-color: #e4eaec;
}

.pagination li>a:focus,
.pagination li>a:hover,
.pagination li>span:focus,
.pagination li>span:hover {
  -webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out,
    color 0.2s ease-out;
  -o-transition: background 0.2s ease-out, border-color 0.2s ease-out,
    color 0.2s ease-out;
  transition: background 0.2s ease-out, border-color 0.2s ease-out,
    color 0.2s ease-out;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #ccd5db;
  cursor: not-allowed;
  background-color: white;
  border-color: #e4eaec;
  pointer-events: none;
}

.site-menubar {
  position: relative;
  height: auto;
  top: 0 !important;
}

.site-menu {
  text-align: center;
}

.site-menu-sub a {
  text-align: left;
}

th {
  font-weight: 500 !important;
}

.navbar-avatar .avatar {
  width: 35px;
  height: 35px;
}

.avatar {
  height: 40px;
  background-size: cover;
  background-position: center;
  background-color: white;
}

.avatar.avatar-sm {
  height: 30px;
  width: 30px;
}

.avatar.avatar-md {
  height: 50px;
  width: 50px;
}

.avatar.avatar-lg {
  height: 75px;
  width: 75px;
}

.avatar.avatar-xl {
  height: 100px;
  width: 100px;
}

.avatar-name {
  display: block;
  float: right;
  margin-top: 5px;
  margin-left: 10px;
}

.avatar.avatar-image {
  height: 75px;
  width: 75px;
  transition: transform 1s ease-in-out;
}

.avatar.avatar-image.slide-left {
  transform: translateX(-100%);
}

.avatar.avatar-image.slide-right {
  transform: translateX(100%);
}

.card {
  border: 1px solid #e4eaec;
  border-radius: 5px;
}

.card-header {
  background: white;
  border-bottom: 1px solid #e4eaec;
  padding: 20px;
}

.card-header,
.card-header:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

a.card p {
  color: #526069;
}

a.card:hover {
  /*background: #fbfbfb;*/
  border: 1px solid;
  text-decoration: none;
}

a.subtle-link {
  color: inherit;
  text-decoration: none;
}

button.subtle-link {
  padding: 0;
  border: 0;
  cursor: pointer;
}

.card-footer {
  border-bottom: 1px solid #e7edee;
}

.vertical-middle {
  vertical-align: middle !important;
}

.table tfoot th,
.table thead th {
  font-weight: 700 !important;
}

.table.vertical-middle td,
.table.vertical-middle th,
.table.vertical-middle td,
.table.vertical-middle th,
tr.vertical-middle td,
tr.vertical-middle th {
  vertical-align: middle;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table.text-center td,
.table.text-center th,
.table.text-center th {
  text-align: center;
}

.table-bordered.table thead:first-child th {
  border: 1px solid #e4eaec;
}

.table-responsive>.table-bordered {
  border: 1px solid #e4eaec;
}

.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
  vertical-align: bottom !important;
}

.rotate>div {
  transform: rotate(-90deg);
  width: 30px;
  margin: 0 auto;
}

.table-bordered .rotate {
  /* border: none !important; */
  overflow: hidden;
}

.rotate>div>span {
  /* border-bottom: 1px solid #ccc; */
  padding: 5px 10px;
}

.nowrap {
  white-space: nowrap;
}

.ct-chart-bar,
.ct-chart-line {
  overflow: visible !important;
}

.ct-barlabel {
  font-size: 12px;
}

.text-light {
  font-weight: 100;
}

b,
strong,
.text-bold,
th,
.navbar-brand,
label {
  font-weight: 700;
}

hr.dotted {
  border-top: 1px #e4eaec dotted;
}

hr.dashed {
  border-top: 1px #e4eaec dashed;
}

.text-italic {
  font-style: italic;
}

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

.text-strike {
  text-decoration: line-through;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.text-normal {
  color: #76838f !important;
}

.text-white {
  color: white !important;
}

.text-monospace {
  font-family: "Monaco", monospace !important;
}

li.divider {
  border: 0.5px dotted #e0e0e0;
}

tr.text-white td,
tr.text-white th {
  color: white !important;
}

.bs-none {
  box-shadow: none !important;
}

.shadow-sm {
  box-shadow: 0px 1px 1px #e1e1e1 !important;
}

.border-double {
  border-style: double;
}

.border-half {
  border-width: 0.5px !important;
}

.border-2 {
  border-width: 2px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.counter-number {
  font-weight: 300;
}

.attendance-box {
  width: 50px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: black;
  color: white;
}

.panel {
  border-radius: 5px;
  border: 1px solid #e4eaec;
}

.panel.bg-none {
  border: none;
}

.form-control,
.select2-selection,
.btn {
  border-radius: 5px;
}

.panel-title {
  padding: 15px 20px;
}

.panel-bordered>.panel-heading>.panel-title {
  padding-bottom: 15px;
}

.panel-body,
.panel-footer {
  padding: 15px 20px;
}

.panel-bordered>.panel-body {
  padding-top: 15px;
}

.panel-actions {
  right: 20px;
  z-index: 9;
}

.panel .nav-tabs-line .nav-link {
  font-size: 16px;
  padding: 15px;
}

.panel .nav-tabs-line .nav-link.active {
  font-weight: 700;
}

.panel>.list-group .list-group-item {
  padding-left: 15px;
  padding-right: 15px;
}

.sticky {
  position: fixed;
  top: 80px;
}

.navbar-default .navbar-toolbar>.active>.nav-link,
.navbar-default .navbar-toolbar>.active>.nav-link:focus,
.navbar-default .navbar-toolbar>.active>.nav-link:hover {
  color: #3aa99e;
  font-weight: 700;
}

.note-editor.panel {
  margin-bottom: 15px;
}

.note-editor.note-frame .note-editing-area .note-editable {
  color: #76838f !important;
}

.note-toolbar {
  color: #76838f !important;
  background-color: #e4eaec !important;
  border: none !important;
}

.note-modal {
  z-index: 1702 !important;
}

.note-modal .modal-dialog {
  box-shadow: none;
}

.dataTables_info {
  position: relative !important;
}

table.dataTable {
  width: 100% !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 0.3em !important;
}

table.dataTable.compact thead th.sorting_disabled {
  padding: 4px;
}

table.compact th,
table.compact td {
  padding: 7px;
}

table.compact th.text-left,
table.compact td.text-left,
table.compact th.text-right,
table.compact td.text-right {
  padding-left: 10px;
  padding-right: 10px;
}

.dataTables_wrapper.container-fluid {
  padding: 0 2px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #e4eaec;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody table {
  width: calc(100% - 2px) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin: 0;
  display: inline;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: white;
  background-image: none;
  border: none;
  box-shadow: none;
}

table.dataTable.no-footer,
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #e4eaec !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 1px solid #e4eaec !important;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
  border-left-width: 1px;
}

.dataTables_scrollBody table.dataTable thead .sorting:before,
.dataTables_scrollBody table.dataTable thead .sorting_asc:before,
.dataTables_scrollBody table.dataTable thead .sorting_desc:before,
.dataTables_scrollBody table.dataTable thead .sorting_asc_disabled:before,
.dataTables_scrollBody table.dataTable thead .sorting_desc_disabled:before {
  content: "";
}

div.dataTables_wrapper div.dataTables_processing {
  background: var(--primary);
  color: white;
  padding: 5px;
  z-index: 9;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.multi-select {
  width: 100%;
}

.multi-select.ms-container:before {
  top: 250px;
  left: 4%;
}

.multi-select .ms-list {
  min-height: 500px;
}

.ms-sel-item {
  background: white !important;
  padding: 10px !important;
  margin: 10px 0 !important;
  float: none !important;
}

.ms-sel-item:first-child {
  margin-top: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e1e1e1;
  color: #76838f;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #e1e1e1;
  color: #76838f;
}

.select2-search--inline {
  float: none !important;
}

.modal-open .dropdown-menu,
.select2-dropdown {
  z-index: 1702;
}

.select2-selection__clear {
  position: absolute;
  right: 18px;
  color: red !important;
  font-weight: bold !important;
}

.select2-container--default {
  display: table !important;
  table-layout: fixed !important;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f3f7f9;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e2ecf1;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #46be8a;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #3dae7d;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #57c7d4;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #43c0cf;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #f2a654;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #f09a3c;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f96868;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #f84f4f;
}

.table .danger,
.table .info,
.table .success,
.table .warning {
  color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}

.table-hover tbody tr:hover,
.table-hover tbody tr:nth-of-type(odd):hover {
  background-color: #efefef;
}

.breadcrumb {
  margin-bottom: 10px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #62a8ea;
  content: "/\00a0";
}

.breadcrumb li .icon {
  text-decoration: none;
}

.breadcrumb li .icon:before {
  margin-right: 5px;
}

.breadcrumb-arrow>li+li:before {
  content: "\00bb\00a0";
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 300;
  font-size: 65%;
  line-height: 1;
  color: #a3afb7;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

@media (min-width: 768px) {
  .navbar-right {
    float: right;
    margin-right: 5px;
  }
}

.datepicker-inline {
  width: 100%;
}

.datepicker table {
  width: 100%;
}

.form-control.datepicker {
  padding: 10px !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.disabled,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td.active:hover {
  color: #fff;
  background-color: #358fe4;
  border-color: #2c8ae3;
}

.bootstrap-datetimepicker-widget .day {
  padding: 5px;
}

.bootstrap-datetimepicker-widget .day.disabled {
  color: #d6d6d6;
}

.dropdown-menu {
  max-height: 420px !important;
  overflow: auto;
  transition: unset;
}

.dropdown-menu.bullet {
  margin-top: 12px;
}

.dropdown-menu.bullet:after,
.dropdown-menu.bullet:before {
  position: absolute;
  left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-width: 0;
}

.dropdown-menu.bullet:before {
  top: -7px;
  border-bottom-color: #e4eaec;
}

.dropdown-menu.bullet:after {
  top: -6px;
  border-bottom-color: #fff;
}

.dropdown-menu-right.bullet:after,
.dropdown-menu-right.bullet:before {
  right: 10px;
  left: auto;
}

.dropdown-menu.dropdown-fontsize {
  max-height: 200px !important;
}

.page-header {
  z-index: 2;
}

.page-header-bordered {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 0px 5px gainsboro;
}

.page-content .page-header-bordered {
  margin-top: -30px;
}

.page-content {
  position: relative;
  z-index: 1;
}

table.table-fixed {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid grey;
}

.table-fixed .fixed {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 1px solid #e4eaec;
}

.panel>.table-responsive .table>tbody>tr>td:first-child,
.panel>.table-responsive .table>tbody>tr>th:first-child,
.panel>.table-responsive .table>tfoot>tr>td:first-child,
.panel>.table-responsive .table>tfoot>tr>th:first-child,
.panel>.table-responsive .table>thead>tr>td:first-child,
.panel>.table-responsive .table>thead>tr>th:first-child,
.panel>.table-responsive .table>tr>td:first-child,
.panel>.table-responsive .table>tr>th:first-child,
.panel>.table>tbody>tr>td:first-child,
.panel>.table>tbody>tr>th:first-child,
.panel>.table>tfoot>tr>td:first-child,
.panel>.table>tfoot>tr>th:first-child,
.panel>.table>thead>tr>td:first-child,
.panel>.table>thead>tr>th:first-child,
.panel>.table>tr>td:first-child,
.panel>.table>tr>th:first-child {
  padding-left: 10px;
}

.panel>.table-responsive .table>tbody>tr>td:last-child,
.panel>.table-responsive .table>tbody>tr>th:last-child,
.panel>.table-responsive .table>tfoot>tr>td:last-child,
.panel>.table-responsive .table>tfoot>tr>th:last-child,
.panel>.table-responsive .table>thead>tr>td:last-child,
.panel>.table-responsive .table>thead>tr>th:last-child,
.panel>.table-responsive .table>tr>td:last-child,
.panel>.table-responsive .table>tr>th:last-child,
.panel>.table>tbody>tr>td:last-child,
.panel>.table>tbody>tr>th:last-child,
.panel>.table>tfoot>tr>td:last-child,
.panel>.table>tfoot>tr>th:last-child,
.panel>.table>thead>tr>td:last-child,
.panel>.table>thead>tr>th:last-child,
.panel>.table>tr>td:last-child,
.panel>.table>tr>th:last-child {
  padding-right: 10px;
}

.jexcel>thead>tr>td,
.jexcel>tbody>tr>td {
  white-space: initial;
}

.jexcel>tbody>tr>td.readonly {
  color: #76838f;
}

.ct-bar {
  stroke-width: 25px;
}

.ct-chart-pie .ct-label {
  color: white;
  fill: white;
  font-weight: 700;
  font-size: 18px;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.table a {
  text-decoration: none;
}

table.bordered td,
table.bordered th {
  border: 1px solid #e4eaec !important;
}

table.no-border td,
table.no-border th {
  border: none !important;
  /* padding: 0; */
}

table.no-border td.border-right {
  border-right: 1px solid #e4eaec !important;
}

table.outer-border {
  border: 1px solid black !important;
}

table.no-outer-border {
  border-collapse: collapse !important;
}

table.no-outer-border tr:first-child th,
table.no-outer-border tr:first-child td {
  border-top: 0 !important;
}

table.no-outer-border tr:last-child td {
  border-bottom: 0 !important;
}

table.no-outer-border tr td:first-child,
table.no-outer-border tr th:first-child {
  border-left: 0 !important;
}

table.no-outer-border tr td:last-child,
table.no-outer-border tr th:last-child {
  border-right: 0 !important;
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: inherit;
}

.note-popover.popover {
  display: none;
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: white !important;
}

.fc-button {
  text-transform: capitalize;
}

.ribbon {
  z-index: 100;
}

.modal-header {
  border-bottom: 1px solid #eeeeee;
}

.bootbox {
  padding-right: 0 !important;
}

.bootbox-close-button {
  position: absolute;
  background: red !important;
  color: white !important;
  border-radius: 100%;
  opacity: 1;
  width: 20px;
  height: 20px;
  z-index: 9999;
}

.modal-header>.bootbox-close-button {
  top: -10px !important;
  right: 5px !important;
}

.modal-body>.bootbox-close-button {
  top: 0px !important;
  right: -10px !important;
}

.modal-sm .modal-body>.bootbox-close-button {
  top: 0px !important;
  right: -10px !important;
}

.modal-xl .modal-dialog .modal-body>.bootbox-close-button {
  top: 0px !important;
  right: -12px !important;
}

.modal-xl .modal-dialog .modal-header>.bootbox-close-button {
  top: -10px !important;
  right: 5px !important;
}

.modal-primary .modal-header .close {
  opacity: 1;
  margin: 0;
}

.close:focus,
.close:hover {
  opacity: 1;
}

.widget {
  background-color: #ffffff;
  margin-bottom: 30px;
  position: relative;
}

.widget .cover {
  width: 100%;
}

.bg-cover {
  background-size: cover;
}

[class*="blocks-"]>li>.widget {
  margin-bottom: 0;
}

.widget-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.widget {
  border-radius: 3px;
}

.widget .widget-header {
  border-radius: 3px 3px 0 0;
}

.widget .widget-header:last-child {
  border-radius: inherit;
}

.widget .widget-body:last-child {
  border-radius: 0 0 3px 3px;
}

.widget .widget-body:last-child .widget-body-footer {
  border-radius: 0 0 3px 3px;
}

.widget .widget-footer {
  border-radius: 0 0 3px 3px;
}

.widget .widget-footer:first-child {
  border-radius: inherit;
}

.widget-body {
  position: relative;
  padding: 30px 25px;
}

.widget-body-footer {
  margin-top: 30px;
}

.widget-body-footer:before,
.widget-body-footer:after {
  content: " ";
  display: table;
}

.widget-body-footer:after {
  clear: both;
}

.widget-content ul {
  margin: 0;
  padding: 0;
}

.widget-content li {
  list-style: none;
}

.widget-title {
  margin-top: 0;
  color: #37474f;
  text-transform: capitalize;
}

.widget-title {
  font-size: 22px;
}

.overlay-panel .widget-title {
  color: #ffffff;
}

.widget>.widget-title {
  padding: 12px 20px;
}

.widget-metas {
  color: #a3afb7;
  font-size: 12px;
}

.widget-metas.type-link>a {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  color: #a3afb7;
}

.widget-metas.type-link>a:first-child {
  padding-left: 0;
}

.widget-metas.type-link>a:hover {
  color: #ccd5db;
}

.widget-metas.type-link>a+a:before {
  position: absolute;
  top: 10px;
  left: -2px;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #a3afb7;
  border-radius: 50%;
}

.overlay-background .widget-time {
  opacity: 0.8;
  color: #ffffff;
}

.widget-category {
  font-size: 16px;
}

.widget-actions {
  margin-top: 10px;
  text-align: right;
}

.widget-actions a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #a3afb7;
}

.widget-actions a.icon,
.widget-actions a .icon {
  text-decoration: none;
}

.widget-actions a.icon+span,
.widget-actions a .icon+span {
  margin-left: 2px;
}

.widget-actions a.active,
.widget-actions a:hover,
.widget-actions a:focus {
  text-decoration: none;
  color: #ccd5db;
}

.widget-actions a:last-child {
  margin-right: 0;
}

.widget-actions-sidebar {
  width: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.widget-actions-sidebar a {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  border-right: 1px solid #e4eaec;
  margin-right: 0;
}

.widget-actions-sidebar a:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.widget-actions-sidebar a+a {
  border-top: 1px solid #e4eaec;
}

.widget-actions-sidebar+.widget-content {
  margin-left: 80px;
}

.widget-watermark {
  position: absolute;
  opacity: 0.1;
  right: 0;
  bottom: 0;
  line-height: 1;
}

.widget-watermark.darker {
  color: black;
}

.widget-watermark.lighter {
  color: white;
}

.widget-divider:after {
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  margin: 15px auto;
  background-color: #ffffff;
}

.widget-left {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
}

.widget-left+.widget-body {
  margin-left: 40%;
  width: 60%;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.nav-quick {
  padding: 0;
  margin-right: 0;
  margin-bottom: 22px;
  margin-left: 0;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.nav-quick li {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  list-style: none;
}

.nav-quick a {
  display: block;
  padding: 16px 0;
  color: #76838f;
}

.nav-quick a.bg-primary {
  color: white;
}

.nav-quick a .icon {
  display: block;
  margin-bottom: 0.2em;
  font-size: 32px;
}

.nav-quick a:hover,
.nav-quick a:focus {
  text-decoration: none;
  background-color: #f3f7f9;
}

.nav-quick .label,
.nav-quick .badge {
  position: absolute;
  top: 0;
  right: 0;
}

.nav-quick-sm a {
  padding: 12px 0;
}

.nav-quick-sm a .icon {
  font-size: 24px;
}

.nav-quick-lg a {
  padding: 22px 0;
}

.nav-quick-lg a .icon {
  font-size: 40px;
}

.nav-quick-bordered {
  border-top: 1px solid #e4eaec;
  border-left: 1px solid #e4eaec;
}

.nav-quick-bordered li {
  border-right: 1px solid #e4eaec;
  border-bottom: 1px solid #e4eaec;
}

.list-group-item.active {
  border-radius: 0 !important;
}

.list-group-big-gap .list-group-item {
  margin-bottom: 15px;
  border-radius: 0.215rem;
}

.list-group-dividered .list-group-item:last-child {
  border-bottom: none !important;
}

@media (max-width: 767px) {
  .widget-left {
    position: relative;
    width: 100%;
    height: 320px;
  }

  .widget-left+.widget-body {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 479px) {

  .site-footer-actions,
  .site-footer-legal,
  .site-footer-right {
    margin: 0;
    font-size: 12px;
  }

  .media .media-left {
    margin-bottom: 15px;
    padding-right: 0px !important;
  }

  .multi-select.ms-container:before {
    display: none;
  }
}

@media (min-width: 480px) {
  .modal-xl .modal-dialog {
    max-width: 800px;
  }
}

@media (max-width: 767px) {
  .page-header-actions {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    margin-top: 15px;
  }

  .navbar-collapse {
    padding: 0;
  }

  .navbar-toolbar,
  .navbar-toolbar .nav-item,
  .navbar-toolbar .navbar-right {
    text-align: center;
    border-bottom: 1px solid #e8ebec;
  }

  .navbar-toolbar.navbar-right {
    padding-right: 30px;
  }

  body.site-navbar-small .site-menubar {
    position: fixed;
    text-align: left;
    height: 100%;
  }

  .site-menu {
    padding-top: 60px !important;
    text-align: left;
  }

  .avatar-name {
    float: none;
  }
}

@media (max-width: 543px) {
  .page-header-actions .btn-group {
    width: 100%;
  }

  .page-header-actions .btn {
    width: 100%;
    margin-bottom: 5px;
  }

  .page-header-actions .dropdown-menu {
    width: 100%;
    text-align: center;
  }

  .ct-chart-bar .ct-label.ct-horizontal.ct-end {
    transform: rotate(-90deg);
    text-align: right;
    display: block;
    width: 100px !important;
    padding-right: 40px;
    margin-left: -35px;
  }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .modal-xl .modal-dialog {
    max-width: 1020px;
  }

  .site-navbar .navbar-header {
    width: auto;
  }
}

@media (max-width: 991px) {
  a.navbar-brand {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
  }
}

@media (min-width: 1100px) {
  .modal-xl .modal-dialog {
    max-width: 1300px;
  }
}

@media (min-width: 1600px) {
  .page {
    max-width: 1200px;
  }
}

.font-size-0 {
  font-size: 0 !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-60 {
  font-size: 60px !important;
}

.font-size-70 {
  font-size: 70px !important;
}

.font-size-80 {
  font-size: 80px !important;
}

.w-full {
  width: 100% !important;
}

.w-50 {
  width: 50px !important;
}

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

.w-120 {
  width: 120px !important;
}

.w-150 {
  width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-250 {
  width: 250px !important;
}

.w-300 {
  width: 300px !important;
}

.w-350 {
  width: 350px !important;
}

.w-400 {
  width: 400px !important;
}

.w-450 {
  width: 450px !important;
}

.w-500 {
  width: 500px !important;
}

@media (max-width: 479px) {
  .w-xs-50 {
    width: 50px !important;
  }

  .w-xs-100 {
    width: 100px !important;
  }

  .w-xs-120 {
    width: 120px !important;
  }

  .w-xs-150 {
    width: 150px !important;
  }

  .w-xs-200 {
    width: 200px !important;
  }

  .w-xs-250 {
    width: 250px !important;
  }

  .w-xs-300 {
    width: 300px !important;
  }

  .w-xs-350 {
    width: 350px !important;
  }

  .w-xs-400 {
    width: 400px !important;
  }

  .w-xs-450 {
    width: 450px !important;
  }

  .w-xs-500 {
    width: 500px !important;
  }

  .w-xs-100pc {
    width: 100% !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .w-sm-50 {
    width: 50px !important;
  }

  .w-sm-100 {
    width: 100px !important;
  }

  .w-sm-120 {
    width: 120px !important;
  }

  .w-sm-150 {
    width: 150px !important;
  }

  .w-sm-200 {
    width: 200px !important;
  }

  .w-sm-250 {
    width: 250px !important;
  }

  .w-sm-300 {
    width: 300px !important;
  }

  .w-sm-350 {
    width: 350px !important;
  }

  .w-sm-400 {
    width: 400px !important;
  }

  .w-sm-450 {
    width: 450px !important;
  }

  .w-sm-500 {
    width: 500px !important;
  }

  .w-sm-100pc {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-md-50 {
    width: 50px !important;
  }

  .w-md-100 {
    width: 100px !important;
  }

  .w-md-120 {
    width: 120px !important;
  }

  .w-md-150 {
    width: 150px !important;
  }

  .w-md-200 {
    width: 200px !important;
  }

  .w-md-250 {
    width: 250px !important;
  }

  .w-md-300 {
    width: 300px !important;
  }

  .w-md-350 {
    width: 350px !important;
  }

  .w-md-400 {
    width: 400px !important;
  }

  .w-md-450 {
    width: 450px !important;
  }

  .w-md-500 {
    width: 500px !important;
  }

  .w-md-100pc {
    width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .w-lg-50 {
    width: 50px !important;
  }

  .w-lg-100 {
    width: 100px !important;
  }

  .w-lg-120 {
    width: 120px !important;
  }

  .w-lg-150 {
    width: 150px !important;
  }

  .w-lg-200 {
    width: 200px !important;
  }

  .w-lg-250 {
    width: 250px !important;
  }

  .w-lg-300 {
    width: 300px !important;
  }

  .w-lg-350 {
    width: 350px !important;
  }

  .w-lg-400 {
    width: 400px !important;
  }

  .w-lg-450 {
    width: 450px !important;
  }

  .w-lg-500 {
    width: 500px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .w-xl-50 {
    width: 50px !important;
  }

  .w-xl-100 {
    width: 100px !important;
  }

  .w-xl-120 {
    width: 120px !important;
  }

  .w-xl-150 {
    width: 150px !important;
  }

  .w-xl-200 {
    width: 200px !important;
  }

  .w-xl-250 {
    width: 250px !important;
  }

  .w-xl-300 {
    width: 300px !important;
  }

  .w-xl-350 {
    width: 350px !important;
  }

  .w-xl-400 {
    width: 400px !important;
  }

  .w-xl-450 {
    width: 450px !important;
  }

  .w-xl-500 {
    width: 500px !important;
  }
}

.h-50 {
  height: 50px !important;
}

.h-100 {
  height: 100px !important;
}

.h-120 {
  height: 120px !important;
}

.h-150 {
  height: 150px !important;
}

.h-200 {
  height: 200px !important;
}

.h-250 {
  height: 250px !important;
}

.h-300 {
  height: 300px !important;
}

.h-350 {
  height: 350px !important;
}

.h-400 {
  height: 400px !important;
}

.h-450 {
  height: 450px !important;
}

.h-500 {
  height: 500px !important;
}

@media (max-width: 479px) {
  .h-xs-50 {
    height: 50px !important;
  }

  .h-xs-100 {
    height: 100px !important;
  }

  .h-xs-120 {
    height: 120px !important;
  }

  .h-xs-150 {
    height: 150px !important;
  }

  .h-xs-200 {
    height: 200px !important;
  }

  .h-xs-250 {
    height: 250px !important;
  }

  .h-xs-300 {
    height: 300px !important;
  }

  .h-xs-350 {
    height: 350px !important;
  }

  .h-xs-400 {
    height: 400px !important;
  }

  .h-xs-450 {
    height: 450px !important;
  }

  .h-xs-500 {
    height: 500px !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .h-sm-50 {
    height: 50px !important;
  }

  .h-sm-100 {
    height: 100px !important;
  }

  .h-sm-120 {
    height: 120px !important;
  }

  .h-sm-150 {
    height: 150px !important;
  }

  .h-sm-200 {
    height: 200px !important;
  }

  .h-sm-250 {
    height: 250px !important;
  }

  .h-sm-300 {
    height: 300px !important;
  }

  .h-sm-350 {
    height: 350px !important;
  }

  .h-sm-400 {
    height: 400px !important;
  }

  .h-sm-450 {
    height: 450px !important;
  }

  .h-sm-500 {
    height: 500px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .h-md-50 {
    height: 50px !important;
  }

  .h-md-100 {
    height: 100px !important;
  }

  .h-md-120 {
    height: 120px !important;
  }

  .h-md-150 {
    height: 150px !important;
  }

  .h-md-200 {
    height: 200px !important;
  }

  .h-md-250 {
    height: 250px !important;
  }

  .h-md-300 {
    height: 300px !important;
  }

  .h-md-350 {
    height: 350px !important;
  }

  .h-md-400 {
    height: 400px !important;
  }

  .h-md-450 {
    height: 450px !important;
  }

  .h-md-500 {
    height: 500px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .h-lg-50 {
    height: 50px !important;
  }

  .h-lg-100 {
    height: 100px !important;
  }

  .h-lg-120 {
    height: 120px !important;
  }

  .h-lg-150 {
    height: 150px !important;
  }

  .h-lg-200 {
    height: 200px !important;
  }

  .h-lg-250 {
    height: 250px !important;
  }

  .h-lg-300 {
    height: 300px !important;
  }

  .h-lg-350 {
    height: 350px !important;
  }

  .h-lg-400 {
    height: 400px !important;
  }

  .h-lg-450 {
    height: 450px !important;
  }

  .h-lg-500 {
    height: 500px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .h-xl-50 {
    height: 50px !important;
  }

  .h-xl-100 {
    height: 100px !important;
  }

  .h-xl-120 {
    height: 120px !important;
  }

  .h-xl-150 {
    height: 150px !important;
  }

  .h-xl-200 {
    height: 200px !important;
  }

  .h-xl-250 {
    height: 250px !important;
  }

  .h-xl-300 {
    height: 300px !important;
  }

  .h-xl-350 {
    height: 350px !important;
  }

  .h-xl-400 {
    height: 400px !important;
  }

  .h-xl-450 {
    height: 450px !important;
  }

  .h-xl-500 {
    height: 500px !important;
  }
}

.h-full {
  height: 100% !important;
}

.w-full {
  width: 100% !important;
}

.m-a-0,
.m-0 {
  margin: 0 !important;
}

.mt-n-5 {
  margin-top: -5px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-3,
.m-3 {
  margin: 3px !important;
}

.m-t-3 {
  margin-top: 3px !important;
}

.m-r-3 {
  margin-right: 3px !important;
}

.m-b-3 {
  margin-bottom: 3px !important;
}

.m-l-3 {
  margin-left: 3px !important;
}

.m-x-3 {
  margin-right: 3px !important;
  margin-left: 3px !important;
}

.m-y-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.m-a-5,
.m-5 {
  margin: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-x-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-a-10,
.m-10 {
  margin: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-x-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-a-15,
.m-15 {
  margin: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-x-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-a-20,
.m-20 {
  margin: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-x-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-a-25,
.m-25 {
  margin: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-x-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-a-30,
.m-30 {
  margin: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-x-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-a-35,
.m-35 {
  margin: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-x-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-a-40,
.m-40 {
  margin: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-x-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-a-45,
.m-45 {
  margin: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-x-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-a-50,
.m-50 {
  margin: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-x-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-a-60,
.m-60 {
  margin: 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-x-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-a-70,
.m-70 {
  margin: 70px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-x-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.m-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.m-a-80,
.m-80 {
  margin: 80px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-x-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.m-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p-a-0,
.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-3,
.p-3 {
  padding: 3px !important;
}

.p-t-3 {
  padding-top: 3px !important;
}

.p-r-3 {
  padding-right: 3px !important;
}

.p-b-3 {
  padding-bottom: 3px !important;
}

.p-l-3 {
  padding-left: 3px !important;
}

.p-x-3 {
  padding-right: 3px !important;
  padding-left: 3px !important;
}

.p-y-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.p-a-5,
.p-5 {
  padding: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-x-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-a-10,
.p-10 {
  padding: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-x-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-a-15,
.p-15 {
  padding: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-x-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-a-20,
.p-20 {
  padding: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-x-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-a-25,
.p-25 {
  padding: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-x-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-a-30,
.p-30 {
  padding: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-x-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-a-35,
.p-35 {
  padding: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-x-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-a-40,
.p-40 {
  padding: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-x-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-a-45,
.p-45 {
  padding: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-x-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-a-50,
.p-50 {
  padding: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-x-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-a-60,
.p-60 {
  padding: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-x-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-a-70,
.p-70 {
  padding: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-x-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p-a-80,
.p-80 {
  padding: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-x-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 767px) {
  .m-xs-0 {
    margin: 0 !important;
  }
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .p-xs-0 {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .p-md-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .p-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1600px) {
  .p-xl-0 {
    padding: 0 !important;
  }
}

.pos-f-t {
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;
  left: 0;
}

.star-rating i {
  margin-right: -3px;
}

.showme {
  display: none;
}

.showhim:hover .showme {
  display: block;
}

td.showhim:hover .showme {
  display: table-cell;
}

.btn .icon {
  line-height: normal !important;
}

i.icon {
  margin: 0 5px 0 0 !important;
}

.alertify {
  z-index: 5000;
}

.bootstrap-datetimepicker-widget {
  z-index: 9999;
}

.custom-select {
  background-size: 8px 10px;
}

input[type="search"] {
  /* -webkit-box-sizing: content-box; */
  /* -moz-box-sizing: content-box; */
  /* box-sizing: content-box; */
  -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

/* Chrome, Safari, Edge, Opera */
input.no-arrow::-webkit-outer-spin-button,
input.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.no-arrow[type="number"] {
  -moz-appearance: textfield;
}

[x-cloak] {
  display: none !important;
}

.bottom-button {
  position: fixed;
  bottom: 40px;
  right: 100px;
  z-index: 9999;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-auto-hover {
  overflow: hidden !important;
}

.overflow-auto-hover:hover {
  overflow: auto !important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h-screen {
  height: 100vh !important;
}

.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-item.phpdebugbar-widgets-sql-duplicate {
  background-color: #f7cada !important;
}

.spinning {
  display: inline-block;
  animation: spin 2s infinite linear;
}

.pulsing {
  display: inline-block;
  animation: spin 1s infinite steps(8);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pulseGlow {
  0% {
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.5), 0 0 10px rgba(255, 0, 0, 0.7);
    opacity: 1;
  }

  50% {
    text-shadow: 0 0 15px rgba(255, 0, 0, 1), 0 0 30px rgba(255, 0, 0, 1);
    opacity: 0.8;
  }

  100% {
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.5), 0 0 10px rgba(255, 0, 0, 0.7);
    opacity: 1;
  }
}

.heartbeat-glow {
  animation: pulseGlow 1.5s infinite ease-in-out;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}