@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 940px;
  }
}
.box-relative {
  position: relative;
}

.bg-primary {
  background-color: #7050cb !important;
}

.bg-violet {
  background-color: #e9ecef;
}

.bg-violet-light {
  background-color: #f5f7fc;
}

.bg-blue-light {
  background-color: #d6ebff;
}

.bg-lightgrey {
  background-color: #f6f7f8;
}

.bg-lightgrey-alt {
  background-color: #fafbfc;
}

.bg-purple-light {
  background-color: #dfd4ff;
}

.bg-green-light {
  background-color: #c5f6cf;
}

.bg-orange-light {
  background-color: #fef3e3;
}

.bg-orange-light-alt {
  background-color: #ffe6c1;
}

.bg-es-main-light {
  background-color: #d6e9eb;
}

.no-border {
  border: none;
}

.border-violet {
  border-color: #e9ecef;
}

.border-lightgrey {
  border-color: #f6f7f8;
}

.border-1 {
  border-width: 1px;
  border-style: solid;
}

.border-l-1 {
  border-left: 1px solid #e9ecef;
}

.border-r-1 {
  border-right: 1px solid #e9ecef;
}

.border-l-2 {
  border-left: 2px solid #e9ecef;
}

.border-r-2 {
  border-right: 2px solid #e9ecef;
}

.border-radius-3 {
  border-radius: 3px;
}

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

.relative {
  position: relative;
}

.line-height-14 {
  line-height: 1.4rem;
}

.line-height-18 {
  line-height: 1.8rem;
}

.line-height-2 {
  line-height: 2rem;
}

.text-sm {
  font-size: 0.8rem;
}

.text-sm-i {
  font-size: 0.8rem !important;
}

.text-lg {
  font-size: 1.25rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-upper {
  text-transform: uppercase;
}

.btn-primary {
  background-color: #7050cb;
  border-color: #7050cb;
}

.btn-success {
  background-color: #32a348;
  border-color: #32a348;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #e9ecef;
  cursor: pointer;
}

.btn-white:hover {
  background-color: #3c86c5;
  color: #fff !important;
}

.btn-violet {
  background-color: #e9ecef;
  border: 1px solid #e9ecef;
  cursor: pointer;
}

.btn-violet:hover {
  background-color: #e2e5e8;
}

.btn-info {
  background: #7050cb;
}
.btn-info:hover {
  background: #7A6CbD;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.775rem;
  line-height: 1.25;
  border-radius: 0.2rem;
}

.btn-xxs {
  padding: 0.1rem 0.25rem;
  font-size: 0.7rem;
  line-height: 1;
  border-radius: 2px;
}

.border-top-1 {
  border-top: 1px solid #e9ecef;
}

.border-top-2 {
  border-top: 2px solid #e9ecef;
}

.border-bottom-1 {
  border-bottom: 1px solid #e9ecef;
}

.border-bottom-2 {
  border-bottom: 2px solid #e9ecef;
}

.border-left-1 {
  border-left: 1px solid #e9ecef;
}

.border-left-2 {
  border-left: 2px solid #e9ecef;
}

.border-right-1 {
  border-right: 1px solid #e9ecef;
}

.border-right-2 {
  border-right: 2px solid #e9ecef;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #7050cb;
}

.color-primary {
  color: #896dda;
}

.icon-circle {
  display: block;
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}

.table-striped > thead th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: #f3f4fa;
  box-shadow: none;
}

.card {
  border-color: #e9ecef;
  border-radius: 3px;
}
.card .card-header {
  background: transparent;
  border-bottom: 0px;
  padding-top: 15px;
  align-items: center;
}
.card .card-body:not([class*=pt-]) {
  padding-top: 25px;
}
.card .card-body:not([class*=pb-]) {
  padding-bottom: 25px;
}
.card .card-body:not([class*=pl-]) {
  padding-left: 20px;
}
.card .card-body:not([class*=pr-]) {
  padding-right: 20px;
}

.tippy-box[data-theme~=guestconnect] {
  background-color: #ffffff;
  color: #626364;
  box-shadow: 0px 0px 12px 2px #e9ecef;
  border: 1px solid #e9ecef;
}
.tippy-box[data-theme~=guestconnect] .tippy-arrow {
  color: #e2e5e8;
}
.tippy-box[data-theme~=guestconnect][data-placement^=bottom] > .tippy-arrow {
  top: -1px;
}

.alert {
  border-radius: 3px;
  font-size: 14px;
}

.modal .btn-close {
  background: none;
  font-size: 24px;
  line-height: 18px;
}

.btn-w100 {
  width: 100%;
}

form .form-row .fieldWrapper input[type=text], .bootstrap-form .form-row .fieldWrapper input[type=text] {
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 3px;
}

.rows-striped > div:nth-of-type(odd) {
  background: #f3f4fa;
  box-shadow: none;
}

.gc-icon-circle {
  display: inline-block;
  border-radius: 50%;
  line-height: 41px;
  text-align: center;
  font-size: 12px;
}

.h-100 {
  height: 100%;
}

.modal-content {
  border-radius: 4px;
}

.modal-backdrop {
  background-color: #212b3a;
}
.modal-backdrop.show {
  opacity: 0.7;
}

.nav-pills .nav-link {
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 4px;
  margin-right: 10px;
  color: #3c86c5;
  background-color: #e9ecef;
}
.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #7050cb;
}

.ms--1 {
  margin-left: -0.25rem !important;
}

.me--1 {
  margin-right: -0.25rem !important;
}

.mm-0 {
  margin: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mm-5 {
  margin: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mm-10 {
  margin: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mm-15 {
  margin: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mm-20 {
  margin: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mm-25 {
  margin: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mm-30 {
  margin: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mm-35 {
  margin: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mm-40 {
  margin: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mm-45 {
  margin: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mm-50 {
  margin: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mm-55 {
  margin: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mm-60 {
  margin: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mm-65 {
  margin: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mm-70 {
  margin: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pp-0 {
  padding: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pp-5 {
  padding: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pp-10 {
  padding: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pp-15 {
  padding: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pp-20 {
  padding: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pp-25 {
  padding: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pp-30 {
  padding: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pp-35 {
  padding: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pp-40 {
  padding: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pp-45 {
  padding: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pp-50 {
  padding: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pp-55 {
  padding: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pp-60 {
  padding: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pp-65 {
  padding: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pp-70 {
  padding: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.fieldWrapper .field-lbl {
  margin-bottom: 3px;
}

.bootstrap-form .form-group input[type=text],
.bootstrap-form .form-group input[type=number],
.bootstrap-form .form-group input[type=email],
.bootstrap-form .form-group textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.65rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e5e8;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bootstrap-form .form-group textarea {
  height: auto;
  max-height: 180px;
}
.bootstrap-form .form-group .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px) !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5;
  border-radius: 0.2rem !important;
}

.form-control.not-100 {
  width: auto !important;
}

.ms-parent {
  top: -1px !important;
  padding: 0px;
  border: 0px;
}

.ms-choice {
  height: 31px !important;
  line-height: 1.5 !important;
  border: 1px solid #ced4da !important;
}
.ms-choice span {
  line-height: 2.2 !important;
  font-size: 0.875rem !important;
}

.ms-drop ul > li label {
  font-size: 0.9rem !important;
}

.form-control {
  border-radius: 3px;
  -webkit-appearance: listbox;
  appearance: listbox;
  border-color: #e2e5e8;
}
.form-control.disabled {
  opacity: 0.5;
}

.form-control-xs {
  padding: 4px 6px;
  font-size: 0.78rem;
}

body {
  font-family: "Roboto Flex";
}

.h5, h5 {
  font-size: 1rem;
}

.text-h1 {
  font-size: 1.7rem;
}

.text-h2 {
  font-size: 1.5rem;
}

.text-h3 {
  font-size: 1.3rem;
}

.text-h4 {
  font-size: 1.1rem;
}

.text-h5 {
  font-size: 0.95rem;
}

.text-h6 {
  font-size: 0.85rem;
}

.text-h7 {
  font-size: 0.8rem;
}

.text-h1-px {
  font-size: 28px;
}

.text-h2-px {
  font-size: 24px;
}

.text-h3-px {
  font-size: 20px;
}

.text-h4-px {
  font-size: 18px;
}

.text-h5-px {
  font-size: 16px;
}

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

.text-h7-px {
  font-size: 13px;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

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

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

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

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

.text-weight-normal {
  font-weight: 400;
}

.text-weight-semi {
  font-weight: 500;
}

.text-weight-bold {
  font-weight: 700;
}

.text-nowrap {
  white-space: nowrap;
}

.text-nodeco {
  text-decoration: none;
}

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

.text-white {
  color: #ffffff;
}

.text-grey {
  color: #626364;
}

.text-grey2 {
  color: #828384;
}

.text-grey-light {
  color: #a2a3a4;
}

.text-blue {
  color: #3c86c5;
}

.text-purple {
  color: #7050cb;
}

.text-green {
  color: #32a348;
}

.text-green-light {
  color: #23d045;
}

.text-orange {
  color: #db890c;
}

.text-yellow {
  color: #f9ba15;
}

.text-red {
  color: #e43d47;
}

.chosen-container .chosen-choices, .chosen-container-multi .chosen-choices {
  border: 1px solid #e2e5e8 !important;
  background-image: none !important;
  border-radius: 3px;
  padding: 1px 5px !important;
}
.chosen-container .chosen-choices li.search-choice, .chosen-container-multi .chosen-choices li.search-choice {
  background: #e6e0f7 !important;
  border: 2px solid #e6e0f7 !important;
  color: #212b3a !important;
  box-shadow: none !important;
}

.chosen-container-multi .chosen-choices {
  /*blah blah*/
}

.chosen-choices {
  /* less specificity, this style might not work  */
}

.chosen-container .chosen-drop {
  border-color: #e2e5e8;
  border-width: 2px;
}

.chosen-container-single .chosen-single {
  line-height: 29px;
  height: 32px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: none;
  border-color: #e2e5e8;
}
.chosen-container-single .chosen-single div {
  top: 2px;
}
.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #e2e5e8;
  background: #f5f7fc;
  border-width: 2px;
}

.chosen-container-multi,
.chosen-container-single {
  width: 100% !important;
}

/* ====== TOASTER ====== */
#toaster {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
}

.toast {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 240px;
  max-width: 340px;
  margin-bottom: 10px;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  color: #212529;
  font-size: 14px;
  display: none;
  /* jQuery fadeIn */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.toast.success {
  background: #c5f6cf;
}

.toast.error {
  background: #ffe6c1;
}

.toast.info {
  background: #d6ebff;
}

.toast .icon {
  font-size: 1.2rem;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #212529;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* ====== DRAWER ====== */
#notif-drawer {
  position: fixed;
  top: 0;
  right: -380px;
  width: 350px;
  height: 100vh;
  background: #fff;
  border-left: 1px solid #ddd;
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1);
  transition: right 0.35s ease;
  z-index: 9998;
  display: flex;
  flex-direction: column;
}

#notif-drawer.open {
  right: 0;
}

#notif-drawer-header {
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#notif-drawer-close {
  cursor: pointer;
  font-size: 20px;
}

#notif-drawer-list {
  overflow-y: auto;
  flex: 1;
  padding: 10px 0;
}

.notif-drawer-item {
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notif-drawer-item .msg {
  font-size: 14px;
}

.notif-drawer-item .time {
  font-size: 11px;
  color: #999;
}

body {
  background: #f6f6f6;
}

#header .header-h1 {
  font-size: 1.4rem;
}
#header .header-h1 i {
  color: #7050cb;
}
#header .header-controls > span {
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  /* padding: 10px; */
  height: 40px;
  width: 40px;
  position: relative;
  text-align: center;
  line-height: 45px;
  margin-left: 10px;
  box-shadow: 0px 0px 2px 0px rgba(1, 1, 1, 0.15);
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
#header .header-controls > span:hover {
  box-shadow: 0px 0px 11px -1px rgba(1, 1, 1, 0.25);
}
#header .header-controls i {
  font-size: 1.4rem;
}
#header .header-controls > span > a > .svg-flag {
  width: 1.4rem;
  height: auto;
  display: inline-block;
  top: -4px;
  position: relative;
}
#header .header-controls #notif-btn {
  position: relative;
}
#header .header-controls #notif-btn #notif-count {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #e43d47;
  color: #ffffff;
  font-size: 11px;
  padding: 0px 4px;
  height: 15px;
  line-height: 15px;
  border-radius: 10px;
  display: none;
}
#header .base-weather > small {
  position: relative;
  top: -2px;
}
#header .base-weather .wcode,
#header .base-weather .wcode.wcode-clear {
  color: #db890c;
}
#header .base-weather .wcode.wcode-partly-cloudy {
  color: #3c86c5;
}
#header .base-weather .wcode.wcode-partly-cloudy::before {
  content: "\f763";
}
#header .base-weather .wcode.wcode-cloudy {
  color: #3c86c5;
}
#header .base-weather .wcode.wcode-cloudy::before {
  content: "\f744";
}
#header .base-weather .wcode.wcode-light-rain {
  color: #3c86c5;
}
#header .base-weather .wcode.wcode-light-rain::before {
  content: "\f73d";
}
#header .base-weather .wcode.wcode-rain {
  color: #3c86c5;
}
#header .base-weather .wcode.wcode-rain::before {
  content: "\f740";
}
#header .base-weather .wcode.wcode-snow {
  color: #3c86c5;
}
#header .base-weather .wcode.wcode-snow::before {
  content: "\f7cf";
}
#header .base-weather .wcode.wcode-thunder {
  color: #f9ba15;
}
#header .base-weather .wcode.wcode-thunder::before {
  content: "\e0b7";
}

#mainmenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 90px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 35;
  -webkit-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
}
#mainmenu #mainmenu-inner {
  padding: 0px;
}
#mainmenu #mainmenu-inner a.logo {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  padding: 0px 17px;
}
#mainmenu #mainmenu-inner a.logo img {
  max-width: 100%;
  height: auto;
}
#mainmenu #mainmenu-inner .navbar {
  padding: 0;
}
#mainmenu #mainmenu-inner .navbar-nav {
  -ms-flex-direction: column;
  flex-direction: column;
  display: block;
  width: 100%;
  font-size: 1.1rem;
}
#mainmenu #mainmenu-inner .navbar-nav .nav-item {
  padding: 0;
}
#mainmenu #mainmenu-inner a.menu-item {
  display: block;
  text-align: center;
  color: #828384;
  padding: 25px 15px;
  border-left: 4px solid #ffffff;
  font-size: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#mainmenu #mainmenu-inner a.menu-item:hover, #mainmenu #mainmenu-inner a.menu-item.active {
  color: #7050cb;
}
#mainmenu #mainmenu-inner a.menu-item.active {
  border-left: 4px solid #7050cb;
}
#mainmenu #mainmenu-inner .user-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#mainmenu #mainmenu-inner .user-info > a {
  padding: 25px 5px;
  font-size: 2.1rem;
  color: #e2e5e8;
}

#maincontent {
  padding-left: 80px;
}
#maincontent #maincontent-inner {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
#maincontent #maincontent-inner.fullwidth {
  max-width: 100%;
}

.tooltip.show {
  opacity: 0.95;
}
.tooltip .tooltip-inner {
  opacity: 1 !important;
  background: linear-gradient(45deg, #896dda 0%, #7050cb 100%);
  font-size: 0.8rem;
  border-radius: 4px;
}
.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #896dda;
}
.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #896dda;
}

.navbar-nav {
  font-size: 0.9rem;
}
.navbar-nav .nav-item {
  padding: 0px 5px;
}
.navbar-nav .nav-item .nav-link.active {
  font-weight: 500;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
  padding: 5px 20px;
}
.navbar-nav .dropdown a {
  font-size: 0.9rem;
  padding: 0.25rem 1rem;
}
.navbar-nav .dropdown-menu {
  left: auto;
  right: 10px;
}

.content-header .header-actions small {
  font-size: 1rem;
  margin-left: 5px;
}

.datatable .datatable-header {
  background: #f0f1f2;
  line-height: 30px;
}
.datatable .datatable-rows .row:nth-child(even) {
  background: #f6f7f8;
}

.images-list-table .delete-link-floater {
  position: absolute;
  font-size: 1.3rem;
  right: 20px;
  top: 5px;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  line-height: 1.3rem;
}
.images-list-table .sortable-ghost {
  opacity: 0.4;
}

#room-type-update-form .form-field-id_sqmeters,
#room-type-update-form .form-field-id_qty,
#room-type-update-form .form-field-id_ppl_min,
#room-type-update-form .form-field-id_ppl_max {
  width: 50%;
  float: left;
  padding: 0px 10px;
  box-sizing: border-box;
  margin: 0;
}
#room-type-update-form .form-field-id_description {
  float: left;
  width: 100%;
}

.img-thumbnail {
  border-radius: 2px;
  background: #f6f7f8;
  border-color: #f0f1f2;
}

.input-group-colorpicker .input-group-text {
  padding: 0px !important;
  border: 0px;
}
.input-group-colorpicker .input-group-text:focus, .input-group-colorpicker .input-group-text *:focus {
  outline: none;
  box-shadow: none;
}
.input-group-colorpicker .input-group-prepend:focus {
  outline: none !important;
  box-shadow: none !important;
}
.input-group-colorpicker .pickr .pcr-button {
  width: 30px;
  height: 31px;
  border-radius: 0.2rem;
}

.payment-method-wrapper {
  border: 2px solid transparent;
}
.payment-method-wrapper.selected {
  border-color: #5dad5d;
}

.listsort .handle {
  cursor: move;
  padding: 3px;
}
.listsort .handle:hover {
  color: #db890c;
}

.translatePopupWrapper {
  min-width: 420px;
  margin: -5px -9px;
}
.translatePopupWrapper .heading,
.translatePopupWrapper .content {
  padding: 5px 8px;
}

.color-green {
  color: #5dad5d;
}

.color-red {
  color: #fae5e6;
}

input.no-spinner::-webkit-outer-spin-button,
input.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.no-spinner {
  -moz-appearance: textfield;
}

.alert.alert-transparent {
  background: transparent;
  padding: 0px;
}

@media screen and (max-width: 1280px) {
  .devmonitor-item-wrapper {
    width: 25%;
  }
}
@media screen and (min-width: 1281px) {
  .devmonitor-item-wrapper {
    width: 20%;
  }
}
@media screen and (min-width: 1580px) {
  .devmonitor-item-wrapper {
    width: 16.66%;
  }
}
@media screen and (min-width: 1820px) {
  .devmonitor-item-wrapper {
    width: 14.28%;
  }
}
.devmonitor-item-wrapper.d-list {
  width: 100%;
  margin-bottom: 0px !important;
}
.devmonitor-item-wrapper.d-list .devmonitor-item {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.devmonitor-item-wrapper.d-list .devmonitor-item > .row {
  min-height: 38px;
}
.devmonitor-item-wrapper.d-list .room {
  font-size: 0.85rem;
  font-weight: normal;
}
.devmonitor-item-wrapper.d-list .buttons {
  margin-top: 0px;
  order: 6 !important;
  position: relative;
}
.devmonitor-item-wrapper.d-list .buttons .buttons-item.round {
  width: 48px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  margin: 0 2px;
}
.devmonitor-item-wrapper.d-list .buttons .dev-connection {
  top: -2px;
}
.devmonitor-item-wrapper.d-list .sensors {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  width: auto;
  margin-left: 10px;
}
.devmonitor-item-wrapper.d-list .sensors .sensors {
  white-space: nowrap;
  text-align: right !important;
}
.devmonitor-item-wrapper.d-list .d-list-hidden {
  display: none;
}
.devmonitor-item-wrapper .sensors .sensor-inactive {
  color: #828384;
}
.devmonitor-item-wrapper .sensors .inner.use {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 3px;
}

@keyframes alarm_blinker {
  from {
    background-color: #e43d47;
  }
}
.devmonitor-item {
  border-radius: 5px;
}
.devmonitor-item.alarm > .card-body {
  animation: alarm_blinker 2s linear infinite;
}
.devmonitor-item .dev-connection {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 7px;
  line-height: 6px;
}
.devmonitor-item .buttons .buttons-item {
  -webkit-transition: color 0.2s, background 0.2s, border-color 0.2s;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.devmonitor-item .buttons .buttons-item.dummy {
  opacity: 0.6;
}
.devmonitor-item .buttons .buttons-item.round {
  display: inline-block;
  background: #e9ecef;
  color: #a2a3a4;
  text-align: center;
  width: 28%;
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 600;
  margin: 0px;
  margin-right: 5px;
  border: 2px solid transparent;
}
.devmonitor-item .buttons .buttons-item > i {
  position: absolute;
  right: -2px;
  top: -1px;
  display: none;
  color: #e43d47;
}
.devmonitor-item .buttons .buttons-item.on {
  background: #95c439;
  color: #ffffff;
}
.devmonitor-item .buttons .buttons-item.blink {
  background: #95c439;
  color: #ffffff;
  position: relative;
}
.devmonitor-item .buttons .buttons-item.blink > i {
  display: block;
  position: absolute;
  right: -2px;
  top: -1px;
  color: #e43d47;
}
.devmonitor-item .location-info-btn {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.devmonitor-item .location-info-btn:hover i::before {
  font-weight: 900;
}

.dev-manage-item .item {
  padding: 10px 15px;
}
.dev-manage-item .item.item-active {
  border-radius: 3px;
}
.dev-manage-item .inner {
  min-height: 120px;
}
.dev-manage-item .button-toggle.relay-on,
.dev-manage-item .button-toggle:hover {
  background: #c5f6cf;
  cursor: pointer;
}
.dev-manage-item .button-toggle.relay-on i.relay-icon {
  color: #212529;
}
.dev-manage-item .button-toggle.relay-on i.relay-icon::before {
  content: "\f205";
}

#locmn-monitor, #locmn-devices {
  min-height: 260px;
}

.dev-manage-item-wrapper-tc3b .dropdown-toggle {
  position: relative;
  border-radius: 4px;
  padding: 3px;
}
.dev-manage-item-wrapper-tc3b .dropdown-toggle .indicator-blink {
  position: absolute;
  right: 5px;
  top: -6px;
  color: #e43d47;
}
.dev-manage-item-wrapper-tc3b .dropdown-toggle::after {
  vertical-align: middle;
  position: absolute;
  top: 24px;
  right: 10px;
}

.settings-wrapper .settings-item {
  align-items: center;
}
.settings-wrapper .card-body .settings-item:last-child {
  border-bottom: 0px;
}

.languages-popup-inner {
  width: 120px;
}
.languages-popup-inner a {
  text-decoration: none;
  display: block;
  padding: 8px;
}
.languages-popup-inner .svg-flag {
  max-width: 24px;
  height: auto;
  margin-right: 10px;
}

body.login {
  background: #363c49;
}
body.login .login-wrapper {
  max-width: 480px;
  margin: 0 auto;
  margin-top: 50px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}
body.login .login-wrapper .logo {
  max-width: 320px;
}
body.login .login-wrapper input.form-control {
  padding: 10px;
}

.pager-wrapper a, .pager-wrapper span {
  margin-right: 5px;
}
.pager-wrapper span {
  color: #363737;
  font-weight: 600;
}
.pager-wrapper a {
  color: #896dda;
  text-decoration: none;
}

code {
  color: #b4930d;
}

#automation-conditions-container-active .automation-condition:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#automation-conditions-container-active .automation-condition:first-child {
  margin-top: 15px !important;
}

#automation-actions-container-active .automation-action:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#automation-actions-container-active .automation-action:first-child {
  margin-top: 15px !important;
}

.devmonitor-item .sensors.sns-IAQ-1 i {
  color: #32a348;
}

.devmonitor-item .sensors.sns-IAQ-2 i {
  color: #3c86c5;
}

.devmonitor-item .sensors.sns-IAQ-3 i {
  color: #7050cb;
}

.devmonitor-item .sensors.sns-IAQ-4 i {
  color: #f9ba15;
}

.devmonitor-item .sensors.sns-IAQ-5 i {
  color: #c24e55;
}

.devmonitor-item .sensors[data-sensor=TEMP][data-comfortcode=cold] i,
.dev-manage-item .sensor[data-sensor=TEMP][data-comfortcode=cold] i {
  color: #3c86c5;
}

.devmonitor-item .sensors[data-sensor=TEMP][data-comfortcode=comfortable] i,
.dev-manage-item .sensor[data-sensor=TEMP][data-comfortcode=comfortable] i {
  color: #32a348;
}

.devmonitor-item .sensors[data-sensor=TEMP][data-comfortcode=warm] i,
.dev-manage-item .sensor[data-sensor=TEMP][data-comfortcode=warm] i {
  color: #f9ba15;
}

.devmonitor-item .sensors[data-sensor=TEMP][data-comfortcode=hot] i,
.dev-manage-item .sensor[data-sensor=TEMP][data-comfortcode=hot] i {
  color: #c24e55;
}

body.dark {
  background: #1E1E1E;
  color: #D1D1D1;
}
body.dark #mainmenu {
  background-color: #2E2F2F;
}
body.dark #mainmenu #mainmenu-inner a.menu-item {
  border-left-color: #2E2F2F;
}
body.dark #mainmenu #mainmenu-inner a.menu-item:hover, body.dark #mainmenu #mainmenu-inner a.menu-item.active {
  color: #9B59B6;
}
body.dark #mainmenu #mainmenu-inner a.menu-item.active {
  border-left: 4px solid #9B59B6;
}
body.dark #header .header-controls > span {
  background-color: #2E2F2F;
}
body.dark #header .base-weather .wcode,
body.dark #header .base-weather .wcode.wcode-clear {
  color: #f9ba15;
}
body.dark #header .base-weather .wcode.wcode-partly-cloudy {
  color: #d6ebff;
}
body.dark #header .base-weather .wcode.wcode-cloudy {
  color: #d6ebff;
}
body.dark #header .base-weather .wcode.wcode-light-rain {
  color: #d6ebff;
}
body.dark #header .base-weather .wcode.wcode-rain {
  color: #d6ebff;
}
body.dark #header .base-weather .wcode.wcode-snow {
  color: #d6ebff;
}
body.dark #header .base-weather .wcode.wcode-thunder {
  color: #f9ba15;
}
body.dark #header .header-h1 i {
  color: #9B59B6;
}
body.dark .devmonitor-item .buttons .buttons-item {
  background: #4E4F4F;
}
body.dark .devmonitor-item .buttons .buttons-item.on {
  background: #5A814D;
  color: #E2E2E2;
}
body.dark .devmonitor-item .buttons .buttons-item.blink {
  background: #5A814D;
  color: #E2E2E2;
}
body.dark .devmonitor-item .buttons .buttons-item.blink i {
  color: #ffbb71;
}
body.dark .dev-manage-item-wrapper-tc3b .dropdown-toggle .indicator-blink {
  color: #ffbb71;
}
body.dark .card {
  border-color: #2E2F2F;
  background: #2E2F2F;
}
body.dark .card .card-header {
  color: #D1D1D1;
}
body.dark .card .card-body {
  color: #D1D1D1;
}
body.dark .bg-white {
  background-color: #2E2F2F !important;
}
body.dark .bg-violet {
  background: #2E2F2F;
}
body.dark .bg-violet-light {
  background: #363737;
}
body.dark .bg-green-light {
  background-color: #3A612D;
}
body.dark .bg-lightgrey {
  background-color: #363737;
}
body.dark .bg-lightgrey-alt {
  background-color: #363737;
}
body.dark .bg-purple-light {
  background-color: #40214c;
}
body.dark .bg-blue-light {
  background-color: #2C3B90;
}
body.dark .bg-orange-light {
  background-color: #76452d;
}
body.dark .bg-es-main-light {
  background-color: #004d43;
}
body.dark .bg-orange-light-alt {
  background-color: #76452d;
}
body.dark .border-left-1,
body.dark .border-right-1,
body.dark .border-bottom-1,
body.dark .border-1,
body.dark .border-violet {
  border-color: #1E1E1E;
}
body.dark .border-lightgrey {
  border-color: #4E4F4F;
}
body.dark .dark-no-border {
  border: 0px !important;
}
body.dark .btn-primary {
  background-color: #4B3B75;
  border-color: #4B3B75;
  color: #D1D1D1;
}
body.dark .btn-primary:hover, body.dark .btn-primary.active {
  background-color: #6B5B95;
  border-color: #6B5B95;
}
body.dark .btn-grey, body.dark .btn-violet {
  background-color: #4E4F4F;
  border-color: #4E4F4F;
  color: #D1D1D1;
}
body.dark .btn-grey:hover, body.dark .btn-grey.active, body.dark .btn-violet:hover, body.dark .btn-violet.active {
  background-color: #363737;
  border-color: #363737;
}
body.dark .btn-success {
  background-color: #3A612D;
  border-color: #3A612D;
  color: #D1D1D1;
}
body.dark .btn-success:hover, body.dark .btn-success.active {
  background-color: #5A814D;
  border-color: #5A814D;
}
body.dark .btn-warning {
  background-color: #b49c54;
  border-color: #b49c54;
  color: #1E1E1E;
}
body.dark .btn-warning:hover, body.dark .btn-warning.active {
  background-color: #ffbb71;
  border-color: #ffbb71;
}
body.dark .btn-danger {
  background-color: #8a1b25;
  border-color: #8a1b25;
  color: #D1D1D1;
}
body.dark .btn-danger:hover, body.dark .btn-danger.active {
  background-color: #a1353f;
  border-color: #a1353f;
}
body.dark .btn-secondary {
  background-color: #626364;
  border-color: #626364;
  color: #D1D1D1;
}
body.dark .btn-secondary:hover, body.dark .btn-secondary.active {
  background-color: #363737;
  border-color: #363737;
}
body.dark .alert-success {
  background-color: #3A612D;
  border-color: #3A612D;
  color: #D1D1D1;
}
body.dark .alert-info {
  background-color: #1b2d3e;
  border-color: #1b2d3e;
  color: #D1D1D1;
}
body.dark .text-purple {
  color: #9B59B6;
}
body.dark .text-grey {
  color: #8E8F8F;
}
body.dark a.blue {
  color: #5682c4;
}
body.dark a {
  color: #7B6Ba5;
}
body.dark .chosen-container .chosen-drop {
  border-color: #3B2B65;
  background: #2E2F2F;
}
body.dark .chosen-container .chosen-results {
  color: #D1D1D1;
}
body.dark .chosen-container-single .chosen-single {
  background: #292A2A;
  border-color: #363737;
  color: #D1D1D1;
}
body.dark .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #3B2B65;
  background: #6B5B95;
  box-shadow: none;
}
body.dark .chosen-container-multi .chosen-choices {
  background: #292A2A;
  border-color: #363737 !important;
}
body.dark .chosen-container-multi .chosen-choices li.search-choice {
  background: #4B3B75 !important;
  border: 2px solid #4B3B75 !important;
  color: #D1D1D1 !important;
}
body.dark .tippy-box[data-theme~=guestconnect] {
  background: #262136;
  border-color: #262136;
  box-shadow: 0px 0px 12px 2px #3B2B65;
  color: #D1D1D1;
}
body.dark .tippy-box[data-theme~=guestconnect] .tippy-arrow {
  color: #6B5B95;
}
body.dark .tooltip .tooltip-inner {
  background: linear-gradient(45deg, #4B3B75 0%, #3B2B65 100%);
}
body.dark .tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, body.dark .tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #4B3B75;
}
body.dark .tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, body.dark .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #4B3B75;
}
body.dark .table-striped > thead th {
  background: #363737;
  color: #D1D1D1;
  border-bottom-color: #1E1E1E;
}
body.dark .table-striped > tbody > tr > * {
  color: #D1D1D1;
  border-bottom-color: #1E1E1E;
}
body.dark .table-striped > tbody > tr:nth-of-type(odd) > * {
  background: #2E2F2F;
}
body.dark .table-striped > tbody > tr:nth-of-type(even) > * {
  background: #363737;
}
body.dark .rows-striped > div:nth-of-type(odd) {
  background: #2E2F2F;
}
body.dark .rows-striped > div:nth-of-type(even) {
  background: #363737;
}
body.dark .modal-content {
  background-color: #2E2F2F;
  border-color: #2E2F2F;
  border-radius: 3px;
}
body.dark .modal-content .modal-header {
  border-bottom-color: #1E1E1E;
}
body.dark .modal-content .modal-footer {
  border-top-color: #1E1E1E;
}
body.dark .modal-content .btn-close {
  color: #D1D1D1;
}
body.dark input[type=text],
body.dark input[type=password],
body.dark input[type=time],
body.dark input[type=number],
body.dark input[type=date] {
  background: #4E4F4F;
  border-color: #363737;
  color: #D1D1D1;
}
body.dark select.form-control {
  background-color: #4E4F4F;
  border-color: #363737;
  color: #D1D1D1;
}
body.dark form .form-row .fieldWrapper input[type=text],
body.dark form .form-row .fieldWrapper input[type=number] {
  background: #4E4F4F;
  border-color: #363737;
  color: #D1D1D1;
}
body.dark form .form-row .fieldWrapper select {
  background: #4E4F4F;
  border-color: #3B2B65;
  color: #D1D1D1;
}
body.dark .dev-manage-item .button-toggle.relay-on,
body.dark .dev-manage-item .button-toggle:hover {
  background: #294122;
  cursor: pointer;
}
body.dark .dev-manage-item .button-toggle.relay-on i {
  color: #ffffff;
}
body.dark .dev-manage-item-wrapper .buttons .buttons-item.on {
  background: #5A814D;
  color: #D1D1D1;
}
body.dark .devmonitor-item .buttons .buttons-item.on {
  background: #5A814D;
  color: #D1D1D1;
}
body.dark .nav-pills .nav-link {
  background-color: #4E4F4F;
  color: #7ba9ee;
}
body.dark .nav-pills .nav-link.active {
  background-color: #4B3B75;
  color: #D1D1D1;
}
body.dark .pager-wrapper span {
  color: #D1D1D1;
}
body.dark .dropdown-menu {
  background-color: #2E2F2F;
}
body.dark .dropdown-menu a {
  color: #D1D1D1;
}
body.dark .dropdown-menu .dropdown-item:focus, body.dark .dropdown-menu .dropdown-item:hover {
  background-color: #3B2B65;
}
body.dark .toast {
  color: #D1D1D1;
}
body.dark .toast.success {
  background: #3A612D;
}
body.dark .toast.error {
  background: #76452d;
}
body.dark .toast.info {
  background: #20486a;
}
body.dark .toast .close-btn {
  color: #D1D1D1;
}
body.dark #notif-drawer {
  background: #2E2F2F;
  border-color: #363737;
}
body.dark #notif-drawer #notif-drawer-header {
  border-color: #4E4F4F;
}
body.dark #notif-drawer .notif-drawer-item {
  border-color: #4E4F4F;
}

/*# sourceMappingURL=style.css.map */
