@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"),
    url("../fonts/GeneralSans-Regular.woff") format("woff"),
    url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"),
    url("../fonts/GeneralSans-Semibold.woff") format("woff"),
    url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"),
    url("../fonts/GeneralSans-Bold.woff") format("woff"),
    url("../fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.woff2") format("woff2"),
    url("../fonts/GeneralSans-Light.woff") format("woff"),
    url("../fonts/GeneralSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Extralight.woff2") format("woff2"),
    url("../fonts/GeneralSans-Extralight.woff") format("woff"),
    url("../fonts/GeneralSans-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"),
    url("../fonts/GeneralSans-Medium.woff") format("woff"),
    url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Common Style Start */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.hs-site {
  font-family: "Open Sans", sans-serif;
  color: #23262f;
}
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
button:active,
button:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus,
.page-link:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.hs-site-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  font-size: 14px;
  color: #202020;
}
.hs-site-link:hover {
  color: #202020;
  opacity: 0.8;
}
.dropdown-toggle {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.dropdown-toggle::after {
  border: none;
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23008DE0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.form-control:focus,
.form-select:focus,
.form-select,
.form-control {
  padding: 8px 12px;
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 12px;
  color: #141416;
}
.form-control::-webkit-input-placeholder {
  color: #667085;
}
.form-control::-moz-placeholder {
  color: #667085;
}
.form-control:-ms-input-placeholder {
  color: #667085;
}
.form-control::-ms-input-placeholder {
  color: #667085;
}
.form-control::placeholder {
  color: #667085;
}
.hs-input-icon-wrapper {
  position: relative;
}
.hs-input-icon-wrapper .form-control {
  padding-right: 38px;
}
.hs-input-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  line-height: 1;
  color: #777e91;
}
.hs-input-icon:first-child {
  right: unset;
  left: 12px;
}
.hs-search-input-wrapper .form-control {
  padding-left: 38px;
}
.hs-input-icon-left .form-control {
  padding-left: 38px;
}
.form-select2 ~ .select2 {
  width: 100% !important;
}
.form-select2 ~ .select2 .select2-selection {
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: #141416;
  height: auto;
}
.form-select2
  ~ .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 10px 16px;
  padding-right: 20px;
  line-height: 1.2;
  font-weight: 400;
}
.form-select2
  ~ .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.btn {
  padding: 10px 16px;
  font-size: 14px;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
  border-radius: 8px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 9px 15px;
  border-radius: 12px;
}
.hs-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.btn-outline-dark {
  border-color: #d0d5dd;
  color: #344054;
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
  background-color: transparent;
  color: #344054;
  border-color: #018de0;
}
.btn-light {
  color: #018de0;
  background-color: #ebf6fd;
  border-color: #ebf6fd;
  font-weight: 600;
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light.dropdown-toggle.show,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  color: #018de0;
  background-color: #dff2ff;
  border-color: #dff2ff;
}
.hs-sidebar-btn {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.form-label {
  font-size: 14px;
  color: #353945;
  margin-bottom: 6px;
}
.hs-bg-red-600 {
  background-color: #ea333f;
}
.hs-bg-red-500 {
  background-color: #eb455e;
}
.hs-bg-red-400 {
  background-color: #ec6880;
}
.hs-bg-red-300 {
  background-color: #ec6880;
}
.hs-bg-red-200 {
  background-color: #f4bcc8;
}
.hs-bg-red-100 {
  background-color: #ffdee5;
}
.form-check-input {
  border: 1px solid #777e90;
}
.form-check-input[type="checkbox"] {
  border-radius: 2px;
}
.form-switch .form-check-input {
  border-radius: 2em;
  width: 36px;
  height: 20px;
}
.form-check-input:checked {
  background-color: #018de0;
  border-color: #018de0;
}
.form-check-input:checked ~ .form-check-label {
  color: #018de0;
}
.flatpickr-months {
  margin-bottom: 10px;
}
.flatpickr-day {
  color: #344054;
}
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months,
span.flatpickr-weekday {
  font-size: 14px;
  color: #344054;
  font-weight: 400;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #018de0;
  border-color: #018de0;
}
/* Common Style End */

/* Sidebar Start */
.hs-dashboard-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-site-sidebar {
  width: 105px;
  max-width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.hs-sidebar-logo {
  padding: 17px;
  text-align: center;
  border-bottom: 1px solid #e6e8ec;
  min-height: 74px;
}
.hs-sidebar-menu-wrapper {
  padding: 24px 16px;
  height: calc(100vh - 74px);
  overflow: auto;
}
.hs-sidebar-menu-item:not(:last-child) {
  margin-bottom: 12px;
}
.hs-sidebar-menu-link {
  font-size: 12px;
  color: #23262f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 11px;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
}
.hs-sidebar-menu-item.active .hs-sidebar-menu-link,
.hs-sidebar-menu-link:hover {
  color: #ffffff;
  border: 1px solid #018de0;
  background-color: #018de0;
}
.hs-sidebar-menu-item.active .hs-sidebar-menu-link svg path,
.hs-sidebar-menu-link:hover svg path {
  fill: #ffffff;
}
.hs-site-content-area {
  width: calc(100% - 105px);
}
.hs-dashboard-head-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.hs-dashboard-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 24px;
  height: 74px;
  border-bottom: 1px solid #e6e8ec;
}
.hs-head-profile > img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.hs-dashboard-head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-dashboard-head-item {
  padding: 0 24px;
}
.ha-notification-wrapper {
  padding: 8px 16px;
  min-width: 440px;
  max-width: 100%;
}
.hs-notification-head {
  padding: 16px;
  background-color: #f8f8f8;
  border-radius: 18px;
  margin-bottom: 16px;
}
.hs-notification-title {
  font-weight: 600;
  font-size: 24px;
  color: #222222;
  margin-bottom: 0;
}
.hs-notification-body {
  max-height: 50vh;
  overflow: auto;
  padding-bottom: 16px;
}
.hs-notification-list-title {
  font-weight: 600;
  font-size: 12px;
  color: #667085;
  margin-bottom: 12px;
}
.hs-notification-list-wrapper:not(:last-child) {
  margin-bottom: 16px;
}
.hs-notification-list {
  margin-bottom: 0;
}
.hs-notification-item {
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #f2f4f7;
  -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.hs-notification-item:not(:last-child) {
  margin-bottom: 12px;
}
.hs-notification-icon {
  width: 45px;
}
.hs-notification-content {
  width: calc(100% - 60px);
}
.hs-notification-label {
  font-weight: 700;
  font-size: 14px;
  color: #101828;
  margin-bottom: 4px;
}
.hs-notification-label span {
  font-weight: 400;
  font-size: 14px;
  color: #353945;
}
.hs-notification-label span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: #353945;
  position: relative;
  bottom: 2px;
  margin: 0 10px;
}
.hs-notification-text {
  font-weight: 400;
  font-size: 14px;
  color: #667085;
}
.hs-notification-text span {
  font-weight: 700;
  color: #353945;
}
.hs-notification-link {
  font-weight: 500;
  font-size: 14px;
  color: #018de0;
}
.hs-notification-link:hover {
  color: #018de0;
  opacity: 0.8;
}
.hs-profile-menu-content {
  min-width: 230px;
  padding: 16px 3px 3px;
}
.hs-profile-info {
  text-align: center;
  margin-bottom: 20px;
}
.hs-profile-img img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 12px;
}
.hs-profile-name {
  font-weight: 600;
  font-size: 14px;
  color: #202e2d;
  margin-bottom: 2px;
}
.hs-profile-email {
  font-size: 12px;
  color: #777e91;
  margin-bottom: 0;
  word-break: break-word;
}
.hs-profile-menu-list {
  margin-bottom: 0;
}
.hs-profile-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #141416;
}
.hs-profile-menu-link:hover {
  color: #141416;
  background-color: #edf1f1;
}
.hs-logout-link:hover,
.hs-logout-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #db4f00;
}
.hs-dashboard-head-profile {
  padding: 0 0 0 24px;
  line-height: 1;
  border-left: 1px solid #e6e8ec;
}
.dropdown-menu {
  padding: 8px 0;
  background-color: #ffffff;
  border: 1px solid #e6e8ec;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.dropdown-item {
  font-size: 16px;
  color: #353945;
  padding: 8px 16px;
}
/* Sidebar End */

/* Dashboard Page Start */
.hs-dashboard-content {
  padding: 16px;
  height: calc(100vh - 74px);
  overflow: auto;
}
.hs-dashboard-card-wrapper {
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e8ec;
}
.hs-dashboard-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 20px;
  background-color: #f9fafb;
  border: 1px solid #f4f5f6;
  border-radius: 16px;
  margin-bottom: 16px;
}
.hs-dashboard-card-icon {
  width: 48px;
  height: 48px;
  background-color: #e6e8ec;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-dashboard-card-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.hs-dashboard-card-link {
  font-size: 14px;
  color: #141416;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.hs-dashboard-card-link:hover {
  color: #141416;
  opacity: 0.8;
}
.hs-connect-device-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: rgba(1, 141, 224, 0.1);
  border: 1px solid #018de0;
  border-radius: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.hs-connect-device-card-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  width: calc(100% - 70px);
}
.hs-connect-device-count {
  font-family: "General Sans";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #1f986e;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  color: #fcfcfd;
  margin-left: auto;
}
.hs-heat-stress-card {
  padding: 16px;
  background-color: rgba(255, 170, 64, 0.1);
  border-radius: 12px;
  border: 1px solid #ffaa40;
}
.hs-heat-stress-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 8px;
}
.hs-heat-stress-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.hs-heat-stress-text {
  font-size: 12px;
  color: #353945;
  margin-bottom: 0;
}
.hs-heat-stress-text span {
  font-weight: 700;
}
.hs-heat-stress-status {
  font-weight: 600;
  font-size: 12px;
  color: #141416;
  padding: 3px 8px;
  background: #ffaa40;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
}
.hs-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
.hs-table-header .hs-search-input-wrapper {
  width: 310px;
  max-width: 100%;
}
.hs-table-head-left-part,
.hs-table-head-right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn .form-select {
  padding: 0;
  border: none;
  width: auto;
  display: inline-block;
  background-color: transparent;
  font-weight: 600;
  background-image: unset;
}
.hs-table-head-right-part .btn .form-select {
  max-width: 45px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #e6e8ec;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 8px !important;
}
.soryByDropdown {
  min-width: 190px;
}
.select2-results__option {
  font-size: 16px;
  color: #353945;
}
.select2-results__option > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #018de0;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable
  img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.select2-container--default .select2-results__option--selected {
  background-color: #e6e8ec;
}
.select2-selection__rendered {
  text-align: left;
  font-weight: 600;
}
.select2-selection__rendered img {
  display: none;
}
.soryBySelect .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  height: auto;
}
.soryBySelect .select2-selection__arrow {
  display: none;
}
.soryBySelect
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
.soryBySelect
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1;
}
.iconRadioOpt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f5f6;
  border-radius: 8px;
  z-index: 2;
}
.iconRadioOpt .form-check {
  position: relative;
  padding: 0;
  margin: 0;
}
.iconRadioOpt .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.iconRadioOpt .form-check-label {
  padding: 9px 13px;
  border-radius: 8px;
}
.iconRadioOpt .form-check-input:checked ~ .form-check-label {
  background-color: #018de0;
  font-weight: 600;
  color: #ffffff;
}
.iconRadioOpt .form-check-input:checked ~ .form-check-label img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.hs-table-serch-data {
  margin-bottom: 24px;
}
.hs-table-serch-word-list-item {
  font-weight: 600;
  font-size: 14px;
  color: #23262f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #f4f5f6;
  border: 1px solid #f9f5ff;
  border-radius: 8px;
}
.hs-table-serch-word-list-item.active {
  color: #018de0;
  border: 1px solid #018de0;
}
.hs-table-serch-clear-icon {
  cursor: pointer;
}
.hs-table-serch-word-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-custom-table-wrapper {
  overflow: auto;
}
.hs-custom-table {
  min-width: 940px;
}
.hs-custom-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  margin-bottom: 16px;
}
.hs-custom-table-head-item:first-child {
  border-radius: 12px 0 0 12px;
}
.hs-custom-table-head-item:last-child {
  border-radius: 0 12px 12px 0;
}
.hs-custom-table-head-item {
  padding: 16px;
  background-color: #f9fafb;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
}
.hs-custom-table-body-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.hs-table-body-data-item {
  padding: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-weight: 600;
  font-size: 14px;
}
.hs-custom-table-body-item {
  border-radius: 16px;
  border: 1px solid #e6e8ec;
}
.hs-custom-table-body-item:not(:last-child) {
  margin-bottom: 8px;
}
.hs-custom-table-body-footer {
  padding: 8px 16px;
  background-color: #f1f5f9;
  border-top: 1px solid #e6e8ec;
  border-radius: 0px 0px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs-custom-table-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
}
.hs-custom-table-user-item {
  font-size: 12px;
  color: #777e91;
}
.hs-custom-table-user-item span {
  font-weight: 600;
  font-size: 12px;
  color: #353945;
}
.hs-table-alert-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.hs-alert-icon {
  line-height: 1;
}
.hs-table-large-font {
  font-size: 16px;
  font-weight: 700;
}
.hs-custom-table-info-text {
  font-weight: 400;
  font-size: 12px;
  color: #777e91;
  gap: 4px;
  text-transform: uppercase;
}
.hs-circle-container {
  width: 60px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-circle-container svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hs-circle-bg {
  stroke: #f0f0f0;
}
.hs-circle-progress {
  stroke: #2196f3;
  -webkit-transition: stroke-dashoffset 0.5s ease;
  -o-transition: stroke-dashoffset 0.5s ease;
  transition: stroke-dashoffset 0.5s ease;
}
.hs-circle-text {
  font-family: "General Sans";
  position: absolute;
  text-align: center;
}
.hs-circle-text .hs-circle-text-value {
  font-size: 12px;
  font-weight: 600;
}
.hs-circle-text .hs-circle-text-label {
  font-size: 8px;
  color: #777e90;
}
.hs-table-body-expand-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs-table-body-expand {
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.hs-table-body-expand.hs-expanded {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hs-custom-table-body-info {
  display: none;
  padding: 16px;
}
.hs-custom-table-body-info.hs-show {
  display: block;
}
.hs-body-info-list {
  margin-bottom: 0;
  padding-top: 16px;
  border-top: 1px solid #e6e8ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-body-info-item {
  width: calc(20% - 13px);
}
.hs-body-info-text {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.hs-body-info-label {
  font-size: 12px;
  color: #777e91;
  margin-bottom: 0;
}
.hs-gridView-wrapper .col {
  margin-bottom: 16px;
}
.hs-data-card {
  padding: 16px;
  background-color: #fcfcfd;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  height: 100%;
}
.hs-data-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e8ec;
}
.hs-data-card-head-detail {
  width: calc(100% - 32px);
}
.hs-data-card-head-title {
  font-weight: 600;
  font-size: 18px;
  color: #141416;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
}
.hs-data-card-head-text {
  font-size: 12px;
  color: #141416;
  margin-bottom: 0;
}
.hs-data-card-head-text:not(:last-child) {
  margin-bottom: 8px;
}
.hs-data-card-body {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e8ec;
}
.hs-data-card-list {
  margin-bottom: 0;
}
.hs-data-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs-data-card-item:not(:last-child) {
  margin-bottom: 12px;
}
.hs-data-card-detail {
  font-size: 14px;
  color: #141416;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.hs-data-card-detail-value {
  font-weight: 700;
  font-size: 16px;
  color: #141416;
  margin-bottom: 0;
  min-width: 60px;
}
.hs-data-card-detail-value small {
  font-weight: 400;
  font-size: 12px;
  color: #23262f;
}
.hs-data-card-footer .hs-data-card-detail-value {
  font-size: 16px;
}
.hs-alert-status-list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-alert-status-item {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #777e91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
}
.hs-alert-status-item:first-child {
  color: #141416;
}
.hs-alert-status-icon {
  width: 10px;
  height: 10px;
  background-color: #dfeb5e;
  border-radius: 2px;
  display: inline-block;
}
.hs-alert-status-icon.moderate {
  background-color: #86e8c4;
}
.hs-alert-status-icon.lowNormal {
  background-color: #ec5c75;
}
.hs-alert-status-icon.elevated {
  background-color: #70b9f3;
}
.hs-alert-status-icon.aboveNorm {
  background-color: #a6ea53;
}
.hs-max-dark-text {
  color: #23262f;
  text-transform: lowercase;
}
.hs-table-body-data-item .hs-report-card-status,
.hs-data-card-detail-value .hs-report-card-status {
  padding: 5px 10px;
}
.hs-data-card-detail-value .hs-report-card-status {
  font-size: 16px;
  font-weight: 700;
}
.hs-gridView-status-info .hs-alert-status-list {
  margin-bottom: 24px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ha-alertDetail-wrapper {
  margin-top: 32px;
  border: 1px solid #018de0;
  border-radius: 12px;
}
.ha-alertDetail-head-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.ha-alertDetail-head-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.ha-alertDetail-head-title::after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' stroke='%23018DE0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  position: relative;
  top: 3px;
  margin-left: 8px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.hs-alertActive .ha-alertDetail-head-title::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ha-alertDetail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1f4ff;
  padding: 12px 16px;
  border-radius: 12px;
}
.hs-alertActive .ha-alertDetail-head {
  border-radius: 12px 12px 0 0;
}
.ha-alertDetail-body {
  padding: 16px;
  /* display: none; */
}
.hs-alertActive .ha-alertDetail-body {
  display: block;
}
.ha-alertDetail-insights-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 3px;
}
.ha-alertDetail-insights-text {
  font-size: 12px;
  margin-bottom: 0;
}
.ha-alertDetail-Insights-wrapper {
  margin-bottom: 24px;
}
.ha-alertDetail-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.ha-alertDetail-title {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  margin-bottom: 12px;
}
.ha-alertDetail-text-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ha-alertDetail-text {
  font-size: 12px;
  color: #000000;
  margin-bottom: 16px;
}
.ha-alertDetail-text span {
  font-weight: 700;
}
.ha-alertDetail-link {
  font-weight: 600;
  font-size: 14px;
  color: #018de0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.ha-alertDetail-content .col {
  margin-bottom: 30px;
}
/* Dashboard Page End */

/* Weather Page Start */
.hs-weather-card-wrapper .hs-heat-stress-text {
  font-size: 16px;
}
.hs-heat-info-label {
  font-size: 15px;
  color: #777e91;
  margin-bottom: 4px;
}
.hs-heat-info-value {
  font-weight: 700;
  font-size: 25px;
  color: #141416;
  margin-bottom: 0;
}
.hs-weather-card-wrapper {
  margin-bottom: 16px;
}
.hs-weather-card-wrapper .hs-dashboard-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
  height: 100%;
}
.hs-weather-card {
  background-color: #f4f5f6;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
}
.hs-weather-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
}
.hs-weather-card-title {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 0;
}
.hs-weather-head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.iconRadioOptLight {
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
}
.iconRadioOptLight .form-check-label {
  font-size: 15px;
  border-radius: 0;
}
.iconRadioOptLight .dropdown:first-child > .btn,
.iconRadioOptLight .form-check:first-child .form-check-label {
  border-radius: 8px 0 0 8px;
}
.iconRadioOptLight .dropdown:last-child > .btn,
.iconRadioOptLight .form-check:last-child .form-check-label {
  border-radius: 0 8px 8px 0;
}
.iconRadioOptLight .form-check:not(:last-child) .form-check-label {
  border-right: 1px solid #d0d5dd;
}
.iconRadioOptLight .form-check-input:checked ~ .form-check-label {
  background-color: #f9fafb;
  font-weight: 600;
  color: #23262f;
}
.iconRadioOptLight .dropdown > .btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-width: 0 1px 0 0;
  border-radius: 0;
}
.iconRadioOptLight .btn-check:active + .btn-outline-dark,
.iconRadioOptLight .btn-check:active + .btn-outline-dark,
.iconRadioOptLight .btn-check:checked + .btn-outline-dark,
.iconRadioOptLight .btn-outline-dark.active,
.iconRadioOptLight .btn-outline-dark.dropdown-toggle.show,
.iconRadioOptLight .btn-outline-dark:active,
.iconRadioOptLight .btn-outline-dark:focus,
.iconRadioOptLight .btn-outline-dark:hover {
  background-color: #eef8ff;
  color: #008de0;
  border-color: #d0d5dd;
  font-weight: 400;
}
.dropdown .hs-datepickerInline[readonly] {
  background-color: #ffffff;
}
.dropdown .flatpickr-calendar.inline {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hs-weather-card-body {
  padding: 4px 16px 16px;
}
.hs-weather-data-wrapper {
  overflow: auto;
  padding-top: 30px;
}
.hs-weather-data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 8px;
}
.hs-weather-data-item {
  padding: 8px 0;
  position: relative;
  white-space: nowrap;
}
.hs-weather-data-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: #6a6a6a;
}
.hs-weather-data-time {
  font-size: 14px;
  letter-spacing: -0.08px;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
}
.hs-weather-data-value {
  padding: 5px 16px;
  background: #f68708;
  border-radius: 8px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  color: #fafafa;
  position: relative;
  z-index: 1;
}
.hs-weather-data-orange {
  background: #f68708;
  color: #fafafa;
}
.hs-weather-data-red {
  background: #ff3b30;
  color: #fafafa;
}
.hs-weather-card-info-item {
  padding: 12px 24px;
  background-color: #fcfcfd;
}
.hs-weather-card-info-item:not(:last-child) {
  border-bottom: 1px solid #e6e8ec;
}
.hs-weather-card-info-item:last-child {
  border-radius: 0 0 16px 16px;
}
.hs-weather-card-info {
  font-size: 14px;
  color: #141416;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}
.hs-weather-card-info-icon {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
}
.hs-info-icon-orange {
  background-color: #f68708;
}
.hs-info-icon-red {
  background-color: #ff3b30;
}
.hs-filter-wrapper {
  padding: 8px 16px;
  min-width: 280px;
}
.hs-filter-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ha-filter-btn-footer .ha-filter-btn-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 10px;
}
.ha-filter-btn-footer .ha-filter-btn-item:first-child {
  padding-left: 0;
}
.ha-filter-btn-footer .ha-filter-btn-item:last-child {
  padding-right: 0;
}
.ha-filter-btn-footer .ha-filter-btn-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 10px;
}
.ha-filter-btn-footer .ha-filter-btn-item .btn {
  width: 100%;
}
.hs-filter-reset {
  font-weight: 600;
  font-size: 12px;
  color: #353945;
  cursor: pointer;
}
.hs-filter-footer .btn {
  padding: 5px 21px;
}
.hs-filter-dropdown::after {
  display: none;
}

/* Weather Page End */

/* Reports Page Start */
/* .hs-report-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
.hs-report-wrapper .row > [class*="col-"] {
  display: flex;
} */
.hs-report-card {
  background-color: #fcfcfd;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}
.hs-report-card-head {
  padding: 16px 16px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-report-card-title {
  font-weight: 400;
  font-size: 16px;
  color: #777e91;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.hs-report-card-title span {
  font-weight: 700;
  color: #23262f;
}
.hs-report-card-status {
  font-weight: 600;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 6px;
}
.hs-report-card-status.normal {
  color: #ea333f;
  background-color: #fbe9ed;
}
.hs-report-card-status.elevated {
  color: #55bbf9;
  background-color: #def4ff;
}
.hs-report-card-status.caution {
  color: #7fca2a;
  background-color: #f7ffea;
}
.hs-report-card-status.online {
  color: #026b8a;
  background-color: #e0f7fa;
}
.hs-report-card-status.unread,
.hs-report-card-status.offline {
  color: #353945;
  background-color: #e6e8ec;
}
.hs-report-card-status.coach {
  color: #6f6700;
  background-color: #ffeebd;
}
.hs-report-card-status.team {
  color: #23262f;
  background-color: #f4f5f6;
}
.hs-report-card-status.none {
  color: #23262f;
  background-color: #e9f472;
}
.hs-report-card-status.moderate {
  color: #23262f;
  background-color: #86e8c4;
}
.hs-report-card-status.lowNormal {
  color: #23262f;
  background-color: #ffbdcb;
}
.hs-report-card-status.elevated {
  color: #23262f;
  background-color: #9fd4ff;
}
.hs-report-card-status.aboveNorm {
  color: #23262f;
  background-color: #d9f7aa;
}
.hs-report-card-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hs-report-data-time {
  margin-bottom: 16px;
}
.hs-report-data-time .form-control:focus,
.hs-report-data-time .form-select:focus,
.hs-report-data-time .form-select,
.hs-report-data-time .form-control {
  background-color: #f4f5f6;
  border: none;
}
.hs-report-chart {
  margin-bottom: 8px;
  flex: 1;
}
.hs-report-chart canvas {
  height: 200px !important;
}
.hs-report-temp-wrapper {
  padding: 12px 16px;
  background-color: #f1f5f9;
  border-top: 1px solid #e6e8ec;
  border-radius: 0px 0px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hs-report-temp-title {
  font-weight: 600;
  font-size: 12px;
  color: #353945;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.hs-report-temp-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e8ec;
  margin-bottom: 16px;
}
.hs-report-temp-saprator {
  width: 1px;
  display: block;
  background-color: #e6e8ec;
}
.hs-report-temp-head-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.hs-report-temp-head-label {
  font-size: 12px;
  color: #777e91;
  margin-bottom: 0;
}
.hs-report-distribution-title {
  font-weight: 600;
  font-size: 12px;
  color: #353945;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.hs-report-distribution-wrapper .table > :not(caption) > * > * {
  padding: 6px;
  border-bottom-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hs-report-distribution-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hs-report-distribution-wrapper .table {
  margin-bottom: 0;
  flex: 1;
}
.hs-report-distribution-wrapper .table td {
  font-size: 12px;
  color: #777e91;
}
.hs-report-distribution-progress {
  height: 18px;
  border-radius: 4px;
  display: block;
}
.teamFilterDropdown {
  min-width: 345px;
}
.hs-team-filter-wrapper {
  border: 1px solid #f2f4f7;
  border-radius: 8px;
}
.hs-team-filter-head {
  padding: 8px 16px;
}
.hs-team-filter-list {
  max-height: 200px;
  overflow: auto;
}
.hs-team-filter-item {
  padding: 10px 34px 10px 14px;
  position: relative;
}
.hs-team-filter-item::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6668 5L7.50016 14.1667L3.3335 10' stroke='%23018DE0' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: none;
}
.hs-team-filter-item .form-check {
  margin-bottom: 0;
}
.hs-team-filter-item .form-check-label {
  cursor: pointer;
}
.hs-team-filter-item.active {
  background-color: #f9fafb;
}
.hs-team-filter-item.active:after {
  display: block;
}
/* Reports Page End */

/* Alert Page Start */
.hs-common-table-wrapper .table {
  border-collapse: separate;
  border-spacing: 0;
}
.hs-common-table-wrapper .table > :not(caption) > * > * {
  border-bottom-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  padding: 16px;
  white-space: nowrap;
}
.hs-common-table-wrapper .table thead th {
  background-color: #f9fafb;
  font-weight: 400;
  font-size: 12px;
  color: #23262f;
  /* text-transform: uppercase; */
  border-top: 1px solid #eaecf0;
  border-bottom: 1px solid #eaecf0 !important;
}
.hs-common-table-wrapper .table thead th:first-child {
  border-left: 1px solid #eaecf0;
  border-radius: 12px 0 0 12px;
}
.hs-common-table-wrapper .table thead th:last-child {
  border-right: 1px solid #eaecf0;
  border-radius: 0 12px 12px 0;
}
.hs-common-table-wrapper .table tbody td {
  font-size: 14px;
}
.hs-upper-limit {
  font-weight: 600;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-table-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.form-select.hs-upper-limit {
  padding: 0 20px 0 5px;
  width: auto;
  border: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-size: 20px;
  background-position: calc(100%) center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8335 12.5L10.0002 16.6667L14.1668 12.5M5.8335 7.50004L10.0002 3.33337L14.1668 7.50004' stroke='%23018DE0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form-select.hs-upper-limit option {
  font-size: 16px;
}
.hs-reset-btn {
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* Alert Page End */

/* User Page Start */
.hs-user-role-select .form-select {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px 0 2px;
  color: #23262f;
  min-width: 90px;
}
.hs-alert-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.hs-alert-body-badge {
  font-weight: 700;
  font-size: 12px;
  color: #018de0;
  padding: 2px 8px;
  background-color: rgba(1, 141, 224, 0.08);
  border-radius: 100px;
  cursor: pointer;
}
.tooltip-inner {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  background-color: #101828;
  padding: 12px;
  border-radius: 8px;
}
.hs-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
}
.hs-pagination-page-counter {
  font-size: 14px;
  margin-bottom: 0;
}
.pagination {
  margin-bottom: 0;
  gap: 4px;
}
.pagination .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #dce3e3;
  border-radius: 4px;
  padding: 0;
  font-size: 12px;
  color: #3f5d5a;
}
.page-item.active .page-link {
  background-color: #018de0;
  border-color: #018de0;
}
.pagination .page-item:nth-child(1) .page-link,
.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:nth-last-child(1) .page-link,
.pagination .page-item:nth-last-child(2) .page-link {
  border: none;
}
.hs-pagination-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-pagination-right .form-select {
  padding: 1px 20px 1px 8px;
  background-position: right 3px center;
  border-radius: 4px;
}
.hs-pagination-right .form-label {
  margin-bottom: 0;
}
.hs-table-scrollable .table-responsive {
  max-height: calc(100vh - 207px);
}
.btn-close {
  opacity: 1;
}
.offcanvas-end {
  width: 520px;
  max-width: 90%;
}
.offcanvas-header {
  padding: 16px 24px;
  background-color: #fafafa;
  border-bottom: 1px solid #eeeeee;
}
.offcanvas-header .btn-close {
  padding: 4px;
}
.hs-offcanvas-title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}
.offcanvas-body {
  padding: 24px;
}
.hs-user-card {
  border: 1px solid #eaecf0;
  border-radius: 12px;
}
.hs-user-card-head {
  padding: 16px 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaecf0;
}
.hs-user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.hs-user-profile > img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hs-user-name {
  font-weight: 600;
  font-size: 20px;
  color: #1d2939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.hs-user-card-body {
  padding: 16px;
}
.hs-user-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.hs-user-detail-item:not(:last-child) {
  margin-bottom: 16px;
}
.hs-user-detail-label {
  font-size: 12px;
  color: #1d2939;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  min-width: 90px;
}
.hs-user-detail-value {
  font-weight: 600;
  font-size: 12px;
  color: #1d2939;
  margin-bottom: 0;
}
.hs-user-detail-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  width: calc(100% - 106px);
}
.hs-user-detail-input-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.hs-offcanvas-footer {
  padding: 24px;
}
.hs-offcanvas-footer-btn {
  border-top: 1px solid #eeeeee;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
  gap: 24px;
}
.hs-offcanvas-footer-btn .btn-light {
  color: #353945;
  background-color: #e6e8ec;
}
/* User Page End */

/* Settings Page Start */
.nav-tabs {
  padding: 0 16px;
  border-bottom: 1px solid #eaecf0;
}
.nav-tabs .nav-link {
  font-weight: 400;
  font-size: 14px;
  color: #777e91;
  border-width: 0 0 2px 0;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: 600;
  color: #018de0;
  border-bottom-color: #018de0;
}
.tab-content .tab-pane {
  padding: 16px;
}
.hs-rolesAndPermissions-content {
  padding: 16px 0;
  border: 1px solid #edf1f1;
  border-radius: 14px;
}
.hs-table-head-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #141416;
}
.hs-org-logo img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.hs-file-upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hs-file-upload {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px dashed #b1b5c4;
  border-radius: 8px;
}
.hs-file-upload p {
  color: #141416;
  margin-bottom: 0;
}
.hs-file-upload .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.hs-modal-form-wrapper .form-check-label {
  color: #141416;
}
.ha-team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-team-more {
  font-weight: 600;
  font-size: 12px;
  color: #018de0;
}
/* Settings Page End */

/* Responsive Start */
@media (max-width: 1199px) {
  .hs-connect-device-card {
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .hs-weather-card-wrapper {
    margin-bottom: 0;
  }
  .hs-weather-card-wrapper .col {
    margin-bottom: 16px;
  }
  .hs-report-wrapper .col {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .hs-site-sidebar {
    position: fixed;
    top: 0;
    left: -120px;
    z-index: 100;
    background-color: #fff;
  }
  .hs-site-content-area {
    width: 100%;
  }
  .hs-table-head-right-part,
  .hs-table-head-left-part {
    width: 100%;
  }
  .hs-dashboard-head-item {
    padding: 0 10px;
  }
  .hs-dashboard-head-item:last-child {
    padding: 0 0 0 10px;
  }
  .hs-sidebar-btn {
    display: block;
  }
  .hs-sidebar-toggler-icon {
    width: 35px;
    display: block;
    height: 3px;
    background-color: #23262f;
    margin-bottom: 5px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .hs-sidebar-toggler.active .hs-sidebar-toggler-icon:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 0;
  }
  .hs-sidebar-toggler.active .hs-sidebar-toggler-icon:nth-child(2) {
    opacity: 0;
    margin-bottom: 0;
  }
  .hs-sidebar-toggler.active .hs-sidebar-toggler-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 0;
    bottom: 5px;
  }
  .hs-sidebar-toggle,
  .hs-sidebar-toggle .hs-dashboard-content {
    overflow: hidden;
  }
  .hs-sidebar-show {
    left: 0;
  }
  .hs-weather-head-right .hs-weather-head-item {
    width: 100%;
  }
  .teamFilterDropdown {
    min-width: 290px;
  }
  .offcanvas-header {
    padding: 16px 15px;
  }
  .hs-user-card-head {
    padding: 16px;
  }
  .hs-user-profile {
    gap: 15px;
  }
  .hs-user-name {
    gap: 15px;
  }
  .hs-user-profile > img {
    width: 50px;
    height: 50px;
  }
  .offcanvas-body {
    padding: 15px;
  }
  .hs-offcanvas-footer {
    padding: 16px;
  }
  .hs-offcanvas-footer-btn {
    padding-top: 16px;
    gap: 15px;
  }
  .hs-user-detail-edit .hs-user-detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hs-user-detail-input {
    width: 100%;
  }
  .hs-pagination-wrapper {
    gap: 10px;
  }
  .hs-pagination-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hs-pagination-center {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: auto;
  }
  .ha-notification-wrapper {
    min-width: 280px;
  }
  .hs-notification-title {
    font-size: 18px;
  }
  .hs-notification-head {
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .hs-notification-item {
    padding: 10px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-notification-content {
    width: 100%;
  }
  .hs-notification-text {
    margin-bottom: 10px;
  }
  .ha-notification-drop-wrapper .dropdown-menu {
    -webkit-transform: translate3d(-100px, 35px, 0px) !important;
    transform: translate3d(-100px, 35px, 0px) !important;
  }
}
.hs-bg-blue-600 {
  background-color: rgb(45, 157, 229); /* Darker shade */
}
.hs-bg-blue-500 {
  background-color: rgb(85, 187, 249); /* Base color */
}
.hs-bg-blue-400 {
  background-color: rgb(115, 202, 251); /* Slightly lighter */
}
.hs-bg-blue-300 {
  background-color: rgb(145, 215, 253); /* Lighter */
}
.hs-bg-blue-200 {
  background-color: rgb(185, 230, 254); /* Very light */
}
.hs-bg-blue-100 {
  background-color: rgb(225, 245, 255); /* Almost white */
}
/* Base color: rgb(170, 252, 78) */

.hs-bg-green-600 {
  background-color: rgb(140, 222, 48); /* Darker shade */
}
.hs-bg-green-500 {
  background-color: rgb(170, 252, 78); /* Base color */
}
.hs-bg-green-400 {
  background-color: rgb(190, 255, 110); /* Slightly lighter */
}
.hs-bg-green-300 {
  background-color: rgb(205, 255, 135); /* Lighter */
}
.hs-bg-green-200 {
  background-color: rgb(225, 255, 175); /* Very light */
}
.hs-bg-green-100 {
  background-color: rgb(240, 255, 210); /* Almost white */
}
/* Responsive End */
/* Dashboard Card Responsive - All cards in ONE row, NO scroll, NO wrapping */

/* Remove all default flex wrapping */
.hs-dashboard-card-wrapper .d-flex {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 1rem;
  overflow: visible !important;
}

/* Base card sizing */
.hs-dashboard-card,
.hs-connect-device-card {
  margin-bottom: 16px !important;
}

/* Extra Large Desktop - All 6 cards */
@media (min-width: 1600px) {
  .hs-dashboard-card,
  .hs-connect-device-card {
    flex: 1 1 0;
    min-width: 0;
  }
}

/* Large Desktop (1400-1599px) - All 6 cards, tighter spacing */
@media (min-width: 1400px) and (max-width: 1599px) {
  .hs-dashboard-card,
  .hs-connect-device-card {
    flex: 1 1 0;
    min-width: 0;
  }
}

/* Desktop/Laptop (1200-1399px) - Hide Core Temp Alerts (2nd card) = 5 cards */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* Hide only the 2nd card (Core Temp Alerts) */
  .hs-dashboard-card-wrapper .d-flex > .hs-dashboard-card:nth-child(2) {
    display: none !important;
  }

  .hs-dashboard-card,
  .hs-connect-device-card {
    flex: 1 1 0;
    min-width: 0;
  }
}

/* Medium Laptop (992-1199px) - Hide 2nd and 3rd cards = 4 cards */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Hide Core Temp Alerts (2nd) and Core (3rd) */
  .hs-dashboard-card-wrapper .d-flex > .hs-dashboard-card:nth-child(2),
  .hs-dashboard-card-wrapper .d-flex > .hs-dashboard-card:nth-child(3) {
    display: none !important;
  }

  .hs-dashboard-card,
  .hs-connect-device-card {
    flex: 1 1 0;
    min-width: 0;
  }
}

/* Tablet (768-991px) - 3 cards visible, can wrap to 2 rows */
@media (min-width: 768px) and (max-width: 991px) {
  .hs-dashboard-card-wrapper .d-flex > .hs-dashboard-card:nth-child(2),
  .hs-dashboard-card-wrapper .d-flex > .hs-dashboard-card:nth-child(3) {
    display: none !important;
  }

  .hs-dashboard-card-wrapper .d-flex {
    flex-wrap: wrap !important;
  }

  .hs-dashboard-card,
  .hs-connect-device-card {
    flex: 1 1 calc(33.333% - 1rem);
    min-width: 200px;
  }
}

/* Mobile (below 768px) - Stack vertically */
@media (max-width: 767px) {
  .hs-dashboard-card-wrapper .d-flex > .hs-dashboard-card:nth-child(2),
  .hs-dashboard-card-wrapper .d-flex > .hs-dashboard-card:nth-child(3) {
    display: none !important;
  }

  .hs-dashboard-card-wrapper .d-flex {
    flex-wrap: wrap !important;
  }

  .hs-dashboard-card,
  .hs-connect-device-card {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* Ensure Connected Sensors card stays inline */
.hs-connect-device-card {
  flex-shrink: 0 !important;
}

/* Remove any existing margin-bottom that might cause wrapping */
@media (min-width: 992px) {
  .hs-connect-device-card {
    /* margin-bottom: 0 !important; */
  }
}

/* PlacesAutocomplete Custom Styles */

.hs-autocomplete-dropdown {
  position: relative;
  width: 100%;
}

.location-search-input {
  width: 100%;
  /* padding: 12px 16px 12px 44px; */
  font-size: 15px;
  border: 2px solid #e0e7ff;
  border-radius: 12px;
  transition: all 0.3s ease;
  background-color: #fff;
  background-image: url("assets/images/location-icon.svg");
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 20px;
  outline: none;
}

.location-search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
  background-color: #fafbff;
}

.location-search-input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.hs-autocomplete-suggestion-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e0e7ff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  max-height: 320px;
  overflow-y: auto;
  z-index: 1000;
  animation: slideDown 0.2s ease-out;
  padding: 8px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hs-autocomplete-loading {
  padding: 16px 20px;
  text-align: center;
  color: #6366f1;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hs-autocomplete-loading::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #e0e7ff;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.hs-autocomplete-suggestion-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease;
  gap: 12px;
  margin-bottom: 4px;
  border: 1px solid transparent;
}

.hs-autocomplete-suggestion-item:last-child {
  margin-bottom: 0;
}

.hs-autocomplete-suggestion-item:hover,
.hs-autocomplete-suggestion-item--active {
  background: linear-gradient(135deg, #f0f4ff 0%, #e5f0ff 100%);
  border-color: #c7d2fe;
  transform: translateX(4px);
}

.hs-autocomplete-location-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.hs-autocomplete-suggestion-item:hover .hs-autocomplete-location-icon,
.hs-autocomplete-suggestion-item--active .hs-autocomplete-location-icon {
  opacity: 1;
}

.hs-autocomplete-suggestion-item span {
  flex: 1;
  font-size: 14px;
  color: #1e293b;
  font-weight: 400;
  line-height: 1.5;
}

.hs-autocomplete-suggestion-item:hover span,
.hs-autocomplete-suggestion-item--active span {
  color: #0f172a;
  font-weight: 500;
}

/* Custom scrollbar for suggestion list */
.hs-autocomplete-suggestion-list::-webkit-scrollbar {
  width: 6px;
}

.hs-autocomplete-suggestion-list::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}

.hs-autocomplete-suggestion-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.hs-autocomplete-suggestion-list::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Enhanced location list items */

/* Responsive adjustments */
@media (max-width: 768px) {
  .location-search-input {
    padding: 10px 14px 10px 40px;
    font-size: 14px;
  }

  .hs-autocomplete-suggestion-list {
    max-height: 240px;
  }

  .hs-autocomplete-suggestion-item {
    padding: 10px 14px;
  }
}

/* Error state styling */
.text-danger {
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
  padding-left: 4px;
}

/* Empty state styling */
.text-muted {
  color: #64748b !important;
  font-size: 14px;
  font-style: italic;
}
/* Add these CSS classes for the different status levels */

/* Core Temperature Status Colors */
.hs-alert-status-icon.thermal {
  background-color: #ffe8ed; /* Deep Blue */
}

.hs-alert-status-icon.deficit {
  background-color: #feb9c8; /* Light Blue */
}

.hs-alert-status-icon.lowReady {
  background-color: #ff8ba3; /* Mint Green */
}

.hs-alert-status-icon.prime {
  background-color: #ff5d7e; /* Green */
}

.hs-alert-status-icon.highOutput {
  background-color: #ff2e5a; /* Amber/Yellow */
}

.hs-alert-status-icon.perfStrain {
  background-color: #ff0035; /* Dark Orange */
}

.hs-alert-status-icon.perfCeiling {
  background-color: #d1002b; /* Red */
}

/* Heart Rate Status Colors */
.hs-alert-status-icon.recovery {
  background-color: #baecff; /* Mint Green - Recovery */
}

.hs-alert-status-icon.aerobic {
  background-color: #8be1ff; /* Green - Aerobic */
}

.hs-alert-status-icon.basePerf {
  background-color: #5dd6ff; /* Teal - Base Performance */
}

.hs-alert-status-icon.loadPeak {
  background-color: #2ecaff; /* Amber - Load Peak */
}

.hs-alert-status-icon.maxLoad {
  background-color: #00beff; /* Red - Max Load */
}

/* Skin Temperature Status Colors */
.hs-alert-status-icon.externalCool {
  background-color: #e0ffb9; /* Deep Blue */
}

.hs-alert-status-icon.cool {
  background-color: #ccff8b; /* Light Blue */
}

.hs-alert-status-icon.balance {
  background-color: #b8ff5d; /* Green */
}

.hs-alert-status-icon.activeWarmth {
  background-color: #a3ff2f; /* Amber */
}

.hs-alert-status-icon.buildUp {
  background-color: #8fff00; /* Dark Orange */
}

.hs-alert-status-icon.overload {
  background-color: #74d101; /* Red */
}

/* Heat Strain Status Colors */
.hs-alert-status-icon.highExtremely {
  background-color: #ff6b00; /* Orange-Red */
}

/* Existing status colors to keep */
.hs-alert-status-icon.none {
  background-color: #e0e0e0; /* Light Gray */
}

.hs-alert-status-icon.moderate {
  background-color: #86e8c4; /* Mint Green */
}

.hs-alert-status-icon.lowNormal {
  background-color: #86e8c4; /* Mint Green */
}

/* Enhanced Table Layout Fixes */
/* Enhanced Table Layout Fixes */

/* ===================================
   Enhanced Table Layout - Complete CSS
   =================================== */

/* Main table structure with proper grid alignment */
.hs-custom-table-head,
.hs-custom-table-body-data {
  display: grid;
  grid-template-columns:
    minmax(150px, 1.5fr) /* Name */
    minmax(100px, 1fr) /* Alert */
    minmax(130px, 1.1fr) /* Heat Strain */
    minmax(130px, 1.1fr) /* Core Temp */
    minmax(130px, 1.1fr) /* Heart Rate */
    minmax(130px, 1.1fr); /* Skin Temp */
  gap: 12px;
  align-items: center;
  width: 100%;
}

/* Header styling */
.hs-custom-table-head {
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  position: sticky;
  top: 0;
  z-index: 10;
}

.hs-custom-table-head-item {
  display: flex;
  align-items: center;
  padding: 12px 8px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 14px;
}

/* Body data items */
.hs-table-body-data-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 8px;
  gap: 6px;
}

/* Individual table body item wrapper */
.hs-custom-table-body-item {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.hs-custom-table-body-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Expanded row styling - matches parent grid perfectly */
.hs-expanded-row {
  background-color: #f8f9fa;
  padding: 5px 15px !important;
  border-top: 1px solid #e9ecef;
}

.hs-expanded-row .hs-table-body-data-item {
  padding: 8px;
  min-height: 50px;
  display: flex;
  align-items: flex-start;
}

/* Status content in expanded row - Full text in 2 lines */
.hs-expanded-row .d-flex {
  width: 100%;
  max-width: 100%;
}

.hs-expanded-row .d-flex p {
  font-size: 12px;
  line-height: 1.3;
  color: #495057;
  flex: 1;
  word-break: break-word;
  display: block;
  max-height: calc(1.3em * 2); /* Space for 2 lines */
  overflow: visible;
  hyphens: auto;
  word-wrap: break-word;
  margin: 0;
}

/* Alert History and View Reports links */
.hs-expanded-row .hs-table-body-data-item p,
.hs-expanded-row .hs-table-body-data-item a {
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}

/* Footer section */
/* .hs-custom-table-body-footer {
  padding: 12px 16px;
  background-color: #fff;
  border-top: 1px solid #e9ecef;
} */

.hs-custom-table-user-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 13px;
}

.hs-custom-table-user-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.hs-custom-table-user-item span {
  font-weight: 600;
  color: #6c757d;
}

/* Expand icon positioning */
.hs-table-body-expand {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.hs-table-body-expand:hover {
  background-color: #e9ecef;
}

.hs-table-body-expand img {
  width: 20px;
  height: 20px;
}

/* Alert status indicators */
.hs-alert-status-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
}

.hs-alert-status-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
}

/* Status icon colors */
.hs-alert-status-icon.thermal {
  background-color: #ffe8ed; /* Deep Blue */
}

.hs-alert-status-icon.deficit {
  background-color: #feb9c8; /* Light Blue */
}

.hs-alert-status-icon.lowReady {
  background-color: #ff8ba3; /* Mint Green */
}

.hs-alert-status-icon.prime {
  background-color: #ff5d7e; /* Green */
}

.hs-alert-status-icon.highOutput {
  background-color: #ff2e5a; /* Amber/Yellow */
}

.hs-alert-status-icon.perfStrain {
  background-color: #ff0035; /* Dark Orange */
}

.hs-alert-status-icon.perfCeiling {
  background-color: #d1002b; /* Red */
}

/* Heart Rate Status Colors */
.hs-alert-status-icon.recovery {
  background-color: #baecff; /* Mint Green - Recovery */
}

.hs-alert-status-icon.aerobic {
  background-color: #8be1ff; /* Green - Aerobic */
}

.hs-alert-status-icon.basePerf {
  background-color: #5dd6ff; /* Teal - Base Performance */
}

.hs-alert-status-icon.loadPeak {
  background-color: #2ecaff; /* Amber - Load Peak */
}

.hs-alert-status-icon.maxLoad {
  background-color: #00beff; /* Red - Max Load */
}

/* Skin Temperature Status Colors */
.hs-alert-status-icon.externalCool {
  background-color: #e0ffb9; /* Deep Blue */
}

.hs-alert-status-icon.cool {
  background-color: #ccff8b; /* Light Blue */
}

.hs-alert-status-icon.balance {
  background-color: #b8ff5d; /* Green */
}

.hs-alert-status-icon.activeWarmth {
  background-color: #a3ff2f; /* Amber */
}

.hs-alert-status-icon.buildUp {
  background-color: #8fff00; /* Dark Orange */
}

.hs-alert-status-icon.overload {
  background-color: #74d101; /* Red */
}

/* Large font for main metrics */
.hs-table-large-font {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
}

/* Battery indicator */
.hs-custom-table-user-batttery {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-custom-table-user-batttery img {
  max-width: 100%;
  height: auto;
}

/* Utility classes */
.w-100 {
  width: 100% !important;
}

.ms-auto {
  margin-left: auto !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

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

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

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.text-primary {
  color: #007bff !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* ===================================
   Responsive Design
   =================================== */

@media (max-width: 1400px) {
  .hs-custom-table-head,
  .hs-custom-table-body-data {
    grid-template-columns:
      minmax(130px, 1.3fr)
      minmax(90px, 0.9fr)
      minmax(120px, 1fr)
      minmax(120px, 1fr)
      minmax(120px, 1fr)
      minmax(120px, 1fr);
    gap: 10px;
  }

  .hs-expanded-row .d-flex p {
    font-size: 11px;
  }

  .hs-table-large-font {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .hs-custom-table-head,
  .hs-custom-table-body-data {
    grid-template-columns:
      minmax(120px, 1.2fr)
      minmax(80px, 0.8fr)
      minmax(110px, 0.9fr)
      minmax(110px, 0.9fr)
      minmax(110px, 0.9fr)
      minmax(110px, 0.9fr);
    gap: 8px;
  }

  .hs-table-body-data-item,
  .hs-custom-table-head-item {
    padding: 10px 6px;
  }

  .hs-custom-table-user-info {
    font-size: 12px;
    gap: 12px;
  }

  .hs-expanded-row .d-flex p {
    font-size: 11px;
    line-height: 1.2;
  }
}

@media (max-width: 992px) {
  /* Switch to mobile card layout */
  .hs-custom-table-head {
    display: none;
  }

  .hs-custom-table-body-item {
    margin-bottom: 16px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }

  .hs-custom-table-body-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 16px;
  }

  .hs-table-body-data-item {
    position: relative;
    padding-top: 24px;
  }

  .hs-table-body-data-item::before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    color: #6c757d;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* Name takes full width */
  .hs-table-body-data-item:nth-child(1) {
    grid-column: 1 / -1;
  }

  /* Expanded row in mobile */
  .hs-expanded-row {
    grid-template-columns: 1fr;
    padding: 16px !important;
  }

  .hs-expanded-row .hs-table-body-data-item {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    min-height: auto;
  }

  .hs-expanded-row .hs-table-body-data-item::before {
    position: static;
    display: block;
    margin-bottom: 6px;
  }

  .hs-expanded-row .hs-table-body-data-item:last-child {
    border-bottom: none;
  }

  .hs-custom-table-user-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .hs-custom-table-user-item.ms-auto {
    margin-left: 0 !important;
    width: 100%;
    justify-content: flex-end;
  }

  .hs-expanded-row .d-flex p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .hs-custom-table-body-data {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .hs-table-body-data-item {
    padding: 12px 0;
    padding-top: 28px;
    border-bottom: 1px solid #f0f0f0;
  }

  .hs-table-body-data-item:last-child {
    border-bottom: none;
  }

  .hs-custom-table-body-footer {
    padding: 12px;
  }

  .hs-custom-table-user-info {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .hs-table-large-font {
    font-size: 16px;
  }

  .hs-alert-status-item {
    font-size: 11px;
  }

  .hs-custom-table-user-item {
    font-size: 11px;
  }

  .hs-custom-table-body-item {
    margin-bottom: 12px;
  }
}

/* ===================================
   Animations
   =================================== */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hs-custom-table-body-item {
  animation: fadeIn 0.3s ease;
}

/* Smooth transitions */
.hs-custom-table-body-data,
.hs-expanded-row {
  transition: all 0.3s ease;
}

/* Scrollbar styling */
.hs-custom-table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hs-custom-table::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.hs-custom-table::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.hs-custom-table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Print styles */
@media print {
  .hs-custom-table-body-item {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .hs-table-body-expand {
    display: none;
  }
}
