/* Colors */
:root {
  --primary-color-default: #034ea2;
  --primary-color-hover: #3772ff;
  --primary-color-active: #023064;
  --secondary-color-default: #ffcc05;
  --secondary-color-hover: #ffdd58;
  --secondary-color-active: #e5b700;
  --tertiary-color-default: #8f53a1;
  --tertiary-color-hover: #b68ac3;
  --tertiary-color-active: #63396f;
  --body-color: #202020;
  --label-color: #606060;
  --title-color: #000;
  --placeholder-color: #808080;
  --line-color: #9f9f9f;
  --input-background-color: #bfbfbf;
  --off-white-color: #fff;
  --pre-background-color: #dfdfdf;
  --error-color: #a20303;
  --success-color: #03a285;
  --temperature-color: #f9973d;
  --humidity-color: #3d9ff9;
  --co-2-color: #c83df9;
  --o-2-color: #3deef9;
  --e-temperature-color: #f93d3d;
  --ventilation-color: #6e3df9;
  --fan-color: #f93dd0;
  --lamp-color: #f9c73d;
  --door-color: #3df9b5;
  --background-color-dark: #222433;
  --grey-color-dark: #292b3c;
  --primary-color-dark: #0298ec;
  --background-color: #f1f1f1;
  --line-color-dark: #494d67;
  --chart-low-opacity-dark: rgba(41, 43, 60, 0.9);
  --device-card: #d4d4d4;
  --device-card-dark: #343752;
  --accent-color-dark: #747999;
  --chart-low-opacity: rgba(255, 255, 255, 0.8);
}

@font-face {
  font-family: "IranSans";
  src: url("/lib/fonts/IRANSansWebFaNum.woff2") format("woff2"),
    url("/lib/fonts/IRANSansWebFaNum.woff") format("woff");
}

body {
  overflow-x: hidden;
}

.device-list-cards {
  width: 232px;
  /* height: 1057.7px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  /* padding: 5px; */
}

.device-list-card-title {
  width: 147px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  display: inline-block;
  position: relative;
  letter-spacing: normal;
  text-align: left;
  color: var(--label-color);
}

.device-list-card-code {
  /* height: 16px; */
  align-self: stretch;
  flex-grow: 0;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: var(--label-color);
}

.device-list-card-title-header {
  width: 200px;
  height: 24px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

@media (min-width: 991px) {
  .parameter-page-span {
    display: none;
    padding-left: 10px !important;
  }
}

.Dropdown-Open {
  position: absolute;
  right: 10px;
  top: 40px;
  width: 190px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  background-color: var(--off-white-color);
  border: solid 1px var(--line-color);
  border-radius: 20px;
}

.Dropdown-Open-export {
  position: absolute;
  right: -25px;
  top: 50px;
  width: 247px;
  /* height: 225px; */
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  background-color: var(--off-white-color);
  border: solid 1px var(--line-color);
  border-radius: 20px;
}

.Dropdown-Row:first-child {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.Dropdown-Row:last-child {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.Dropdown-Open-profile {
  position: absolute;
  z-index: 10000;
  right: 60px;
  top: 62px;
  width: 190px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  background-color: var(--off-white-color);
  border: solid 1px var(--line-color);
  border-radius: 20px;
}

.Dropdown-Open-actions {
  position: absolute;
  right: 0px;
  top: 35px;
  z-index: 1000;
  width: 147px;
  height: auto;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  background-color: var(--off-white-color);
  border: solid 1px var(--line-color);
  border-radius: 20px;
}

.Dropdown-Open-actions>.Dropdown-Row {
  padding: 15px;
}

.Dropdown-Open-actions.left-menu {
  right: auto;
  left: 0px;
}

.Dropdown-Dismisser {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.info-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  flex-grow: 0;
  object-fit: contain;
  z-index: 9999;
  margin-left: 10px;
}

.program-info-div {
  width: auto;
  height: auto;
  position: absolute;
  top: 40px;
  left: 147px;
  background-color: yellowgreen;
  z-index: 999;
  border: 1px solid var(--line-color);
  border-radius: 25px;
  padding: 10px;
  background-color: var(--off-white-color);
}

.program-info-div>ul {
  color: rgb(216, 35, 35);
}

.pass-info-div {
  width: auto;
  height: auto;
  position: absolute;
  /* background-color: yellowgreen; */
  z-index: 99999;
  border: 1px solid var(--line-color);
  border-radius: 25px;
  padding: 10px;
  background-color: var(--off-white-color);
}

.pass-info-div>ul {
  color: rgb(216, 35, 35);
}

.Dropdown-Open-users {
  position: absolute;
  right: 75px;
  top: 153px;
  width: 218px;
  /* height: 175px; */
  /* padding-bottom: 5px; */
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: var(--off-white-color);
  border: solid 1px var(--line-color);
  border-radius: 20px;
}

.Dropdown-Row {
  height: 56px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  cursor: pointer;
  border-top: 1px solid var(--line-color);
}

.Dropdown-Row:first-child {
  border-top: none;
}

.Dropdown-Row:hover {
  color: var(--off-white-color);
  background-color: var(--primary-color-default);
}

.Dropdown-Row:disabled {
  color: var(--accent-color-dark);
  cursor: default;
}

#buttons-div-more-users .Dropdown-Row {
  cursor: auto;
}

#buttons-div-more-users .Dropdown-Row:hover {
  color: inherit;
  background-color: inherit;
}

@media (max-width: 991px) {
  .parameter-page-nav {
    position: absolute;
    top: 60px;
    right: 20px;
  }

  .parameter-page-span {
    padding-left: 10px;
  }

  .navbar-option {
    width: 150px;
    flex-direction: column !important;
    background-color: white;
  }

  .parameter-page-ul a {
    padding-left: 10px !important;
  }

  .parameter-page-ul {
    width: 152px;
    /* height: 10px; */
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 24px; */
    /* margin: 55px 24px 0 214px; */
    /* padding-left: 26px; */
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px var(--primary-color-default);
    background-color: var(--off-white-color);
  }
}

.navbar-icons:hover {
  height: 23px;
}

@media (max-width: 992px) {
  .tooltip {
    display: none !important;
  }
}

/* Modal */
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal.modal-class {
  display: block;
}

/* Modal Content */
.device-update-modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 360px;
  /* height: 160px; */
  padding: 1px;
  border-radius: 20px;
  background-color: var(--off-white-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.new-device-modal-content {
  position: relative;
  background-color: var(--background-color);
  margin: auto;
  padding: 0;
  width: 360px;
  height: auto;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.new-reminder-modal-content {
  position: relative;
  background-color: var(--off-white-color);
  margin: auto;
  padding: 0;
  width: 360px;
  height: 380px;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.timer-sp-div {
  display: flex;
  width: 70%;
  gap: 10px;
}

.fac-device-modal-content {
  position: relative;
  background-color: var(--background-color);
  margin: auto;
  padding: 0;
  width: 360px;
  height: 340px;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

#new-reminder-name {
  margin-left: -7px;
}

.reminder-option-div {
  height: 104px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  border-radius: 15px;
  right: 0px;
  top: 35px;
}

.reminder-edit :hover {
  background-color: var(--primary-color-default);
}

.reminder-edit {
  height: 56px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: solid 1px var(--line-color);
  background-color: var(--off-white-color);
  cursor: pointer;
}

.reminder-delete {
  height: 56px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: solid 1px var(--line-color);
  background-color: var(--off-white-color);
  cursor: pointer;
}

.reminder-error-msg {
  margin-top: 13px !important;
  margin-bottom: -17px !important;
}

textarea {
  resize: none;
}

.edit-par-modal-content {
  position: relative;
  background-color: var(--off-white-color);
  margin: auto;
  padding: 0;
  width: 360px;
  height: 250px;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.verify-code-modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  width: 360px;
  height: 465px;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.static-code-modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  width: 360px;
  height: 440px;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

#verify-code-msg {
  display: flex;
  justify-content: center;
  margin-bottom: -10px;
  margin-top: -12px;
}

#dynamic-code-msg {
  display: flex;
  justify-content: center;
  margin-bottom: -10px;
  margin-top: -12px;
}

@media (max-width: 440px) {
  .modal-content {
    width: 305px !important;
  }
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  display: flex;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.device-update-close {
  margin-top: -30px;
}

.device-update-cancel-btn {
  width: 85px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 18px;
  border-radius: 10px;
  color: var(--primary-color-default);
  border: solid 1px var(--primary-color-default);
  background-color: var(--off-white-color);
  cursor: pointer;
}

.new-device-cancel-btn {
  width: 85px;
  height: 40px;
  border-radius: 10px;
  color: var(--primary-color-default);
  border: solid 1px var(--primary-color-default);
  background-color: var(--off-white-color);
  cursor: pointer;
}

.verify-code-cancel-btn {
  width: 90%;
  height: 56px;
  border-radius: 10px;
  color: var(--primary-color-default);
  border: solid 1px var(--primary-color-default);
  background-color: var(--off-white-color);
  cursor: pointer;
  margin: auto;
}

.verify-code-btn-div {
  gap: 10px;
  margin-top: 15px;
}

.device-update-btn {
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--off-white-color);
  padding: 7px 18px;
  border-radius: 10px;
  background-color: var(--primary-color-default);
  cursor: pointer;
}

.new-device-btn {
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  color: var(--off-white-color);
  padding: 7px 18px;
  border-radius: 10px;
  background-color: var(--primary-color-default);
  cursor: pointer;
}

.fantasy-font {
  font-family: fantasy;
}

.verify-code-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
  height: 56px;
  gap: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.verify-code-btn.btn-primary {
  background-color: var(--primary-color-default);
  color: var(--off-white-color);
}

.verify-code-btn.btn-danger {
  background-color: var(--error-color);
}

.error-color {
  color: var(--error-color);
}

.new-device-close {
  margin-top: -30px;
}

.new-device-input {
  width: 240px;
}

.edit-profile-cancel-btn {
  width: 85px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 18px;
  border-radius: 10px;
  color: var(--primary-color-default);
  border: solid 1px var(--primary-color-default);
  background-color: var(--off-white-color);
  cursor: pointer;
}

.change-pass-close {
  margin-top: -30px;
}

.Change-pass {
  padding-top: 5px;
  width: 174px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.edit-profile-close {
  margin-top: -30px;
}

.image-input {
  margin-top: -22px;
  margin-left: 15px;
  width: 72px;
  height: 72px;
  /* border: 1px solid; */
  cursor: pointer;
  border-radius: 75px;
  background-color: var(--background-color);
}

.profile-image {
  margin-top: 24px;
  margin-left: 24px;
}

.profile-preview-image {
  width: 72px;
  height: 72px;
  border-radius: 70px;
  margin-top: -51px;
}

.edit-profile-grid {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

.edit-profile-lbl {
  width: 267px;
}

.edit-profile-btn {
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  color: var(--off-white-color);
  padding: 7px 18px;
  border-radius: 10px;
  background-color: var(--primary-color-default);
  cursor: pointer;
}

.change-pass-modal-content {
  width: 400px;
  height: 450px;
  padding: 8px;
  border-radius: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--off-white-color);
  position: relative;
  margin: auto;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.Software-5678-Informations {
  padding-left: 15px;
  padding-top: 5px;
  /* width: 220px; */
  /* height: 24px; */
  flex-grow: 0;
  font-family: Arial;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
}

.edit-profile-modal-body {
  padding-left: 15px;
  padding-top: 5px;
  /* width: 220px; */
  /* height: 24px; */
  flex-grow: 0;
  font-family: Arial;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
}

.edit-profile-div {
  /* width: 280px; */
  /* height: 600px; */
  flex-grow: 0;
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding: 0;
}

.Device-Update {
  padding-top: 5px;
  /* width: 138px; */
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.edit-par-title {
  padding-top: 5px;
  width: 153px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.device-update-modal-header {
  border: none;
  margin-top: 10px;
  padding: 2px 16px;
  /* background-color: #5cb85c;
  color: white; */
}

.new-device-modal-header {
  border: none;
  margin-top: 10px;
  padding: 2px 16px;
  /* background-color: #5cb85c;
  color: white; */
}

.verify-code-modal-header {
  border: none;
  margin-top: 10px;
  padding: 2px 16px;
  display: flex;
  flex-direction: row-reverse;
}

.edit-profile-modal-header {
  border: none;
  margin-top: 10px;
  padding: 2px 16px;
  /* background-color: #5cb85c;
  color: white; */
}

.program-modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: none;
  margin-top: 10px;
  padding: 2px 16px;
}

.edit-profile-modal-footer {
  margin-top: 35px;
  border: none;
  padding: 2px 16px;
  /* background-color: #5cb85c;
  color: white; */
}

.edit-profile-modal-content {
  width: 656px;
  height: auto;
  padding: 8px;
  border-radius: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--off-white-color);
  position: relative;
  margin: auto;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@media (max-width: 820px) {
  .edit-profile-modal-content {
    width: 311px !important;
    /* height: 860px !important; */
  }

  .edit-profile-grid {
    flex-direction: column;
    width: 267px;
    margin-top: 0px !important;
  }

  #profile-gender-div {
    margin-top: 25px;
  }

  .profile-input {
    margin-top: 20px;
  }

  .edit-profile-save-btn {
    margin-left: 0px !important;
    width: 267px !important;
  }
}

@media (max-width: 550px) {
  .change-pass-modal-content {
    width: 311px !important;
  }

  .change-pass-input {
    width: 265px !important;
  }

  .change-pass-save-btn {
    width: 267px !important;
    margin-top: 20px;
  }

  .icon-error-change-pass {
    margin-left: 240px !important;
  }
}

.change-pass-div {
  margin-top: 22px;
  margin-bottom: 12px;
}

.new-device-div {
  margin-top: 22px;
  margin-bottom: 12px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.change-pass-input {
  width: 352px;
}

.edit-profile-save-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  margin-left: 20px;
  margin-top: 35px;
  gap: 10px;
  padding: 16px;
  border-radius: 10px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  background-color: var(--primary-color-default);
}

.change-pass-save-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-top: 20px;
  gap: 10px;
  padding: 16px;
  border-radius: 10px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  background-color: var(--primary-color-default);
}

.modal-content {
  width: fit-content;
  margin: auto;
  border-radius: 1rem;
  min-width: 305px;
}

.modal-body {
  padding: 2px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-footer {
  margin-top: 20px;
  border: none;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: end;
}

.device-update-modal-footer {
  margin-top: 25px;
  border: none;
  padding: 2px 16px 16px 2px;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}

.new-device-modal-footer {
  margin-top: 35px;
  border: none;
  padding: 2px 16px;
  display: flex;
  /* background-color: #5cb85c;
  color: white; */
}

.verify-code-modal-footer {
  margin-top: 35px;
  border: none;
  padding: 2px 16px;
  display: flex;
  /* background-color: #5cb85c;
  color: white; */
}

/* / Modal */

.device-list-card-status {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 20px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: var(--primary-color-hover);
}

.device-list-card {
  width: 232px;
  height: 232px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* gap: 16px; */
  padding: 12px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--off-white-color);
  cursor: pointer;
}

.new-device-card {
  width: 232px;
  height: 232px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* gap: 16px; */
  padding: 12px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--off-white-color);
  cursor: pointer;
}

.device-list-img {
  margin-top: 15px;
  width: 208px;
  height: 152px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 15px;
  background-color: var(--pre-background-color);
}

.Frame-615 {
  margin-top: 15px;
  width: 247px;
  height: 152px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 15px;
  background-color: var(--secondary-color-hover);
}

.device-list-text {
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.main-page-title {
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.device-list-btn {
  width: 85px;
  height: 40px;
  /* flex-grow: 0; */
  /* display: flex; */
  /* flex-direction: row; */
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
  /* gap: 10px; */
  border: 0px;
  padding: 8px 16px;
  border-radius: 10px;
  background-color: var(--primary-color-default);
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--off-white-color);
  display: none;
}

#device-list-search {
  width: 100%;
  max-width: 232px;
}

.parameter-card-body-min-max-d {
  display: flex;
  justify-content: space-between;
}

.open-btn {
  gap: 10px;
  padding: 8px 16px;
  border-radius: 10px;
  border: solid 1px var(--primary-color-default);
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.device-list-btn-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 5px;
  margin-bottom: 1rem;
}

.device-list-btn-div * {
  margin: 0px !important;
}

@media (max-width: 870px) {
  .device-list-text {
    padding-left: 24px;
  }

  .device-list-div {
    margin-top: 20px !important;
  }

  .device-list-btn {
    margin-right: 24px;
    display: block;
  }

  .device-list-btn-div {
    padding: 0px 14px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0px;
  }
}

@media (max-width: 500px) {
  #device-list-search {
    display: none;
  }
}

.header-icon {
  width: 168px;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  margin: 14px 0 14px 1111px;
  padding: 0;
}

.close-details {
  width: 135px !important;
  color: var(--primary-color-default) !important;
  border: solid 1px var(--primary-color-default) !important;
  background-color: var(--off-white-color) !important;
}

.buttons-div-icon {
  position: absolute;
  right: 5px;
  top: -13px;
  /* cursor: pointer; */
}

.device-users-delete-btn {
  width: 20px;
  cursor: pointer;
}

.buttons-div-more {
  position: relative;
}

.navbar-group {
  width: 97px;
  height: 52px;
}

.navbar-icons {
  width: 24px;
  height: 21px;
}

.parameter-card-header-more {
  cursor: pointer;
  margin-left: 4px;
}

.parameter-card-editable {
  cursor: pointer;
}

.progressbar-semi {
  margin-bottom: -60px;
}

.progressbar-semi-no {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.7px;
  text-align: left;
  color: var(--primary-color-default);
}

/* .progress-bar-semi-div-no {
  width: 156px;
  height: 16px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 85px;
  padding: 0;
  padding-left: 30px;
  padding-top: 20px;
  margin-bottom: 32px;
} */

.progress-bar-semi-div-no {
  width: 100%;
  height: 16px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 65px;
  padding: 0;
  padding-top: 20px;
  margin-bottom: 32px;
}

.progress-bar-under-full {
  margin-top: 20px;
}

.progressbar .second strong span{
  padding-right: 3px;
}

@media (max-width: 330px) {
  .parameter-page {
    margin-right: -16px;
  }
}

@media (max-width: 375px) {
  .parameter-card-body {
    padding-right: 314px;
  }
}

/* @media (max-width: 320px) {
  .parameter-card-body {
    padding-right: 324px;
  }
} */
@media (max-width: 870px) {
  .buttons-inner-div {
    width: 341px;
  }
}

.parameter-page-body {
  background-color: var(--background-color);
  width: 100%;
  /* height: 472px; */
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  /* gap: 24px; */
  padding: 0;
}

.device-list-card-title-div {
  display: flex;
  flex-direction: column;
}

.device-list-img-div img {
  height: 150px !important;
}

@media (max-width: 870px) {
  .device-list-card {
    width: 316px !important;
    flex-direction: row-reverse;
  }

  .device-list-img-div img {
    padding: 9px 13px;
    height: 69px !important;
    width: 68px !important;
  }

  .device-list-card-title {
    margin-right: 30px;
  }

  .device-list-card-title-div {
    align-self: center;
    padding: 0px 0px 0px 10px;
  }

  .device-list-new-card-icon-div {
    margin-top: -70px;
  }

  .device-list-img {
    margin-top: 0px !important;
  }

  /* .Add-Device-Card {
    width: 316px !important;
  } */
}

.program-type-select option {
  padding: 30px;
}

.device-mode-select option {
  padding: 30px;
}

.select-option {
  width: 100px;
  padding: 30px;
  font-size: 16px;
}

.parameter-card-body-min-max {
  width: 70px;
  margin: 5px;
}

.parameter-card-body-setpoint {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1295px) {
  .parameter-card-body {
    height: 115px !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) and (max-width: 1295px) {
  .parameter-card-body {
    width: auto !important;
  }
}

@media (max-width: 1295px) {
  .parameter-card {
    height: 179px !important;
  }
}

@media (width: 1296px) {
  .box {
    width: 214px !important;
  }
}

@media (max-width: 1295px) {
  .parameter-card-body-info {
    padding-top: 5px !important;
    flex-direction: column;
    margin-top: 0px !important;
    padding-left: 5px;
    border-top: 0 !important;
    margin-bottom: 10px !important;
    border-left: 1px solid var(--pre-background-color);
  }
}

@media (max-width: 1305px) {
  .set-point {
    display: none;
  }

  .parameter-card-body-input {
    /* width: 35px; */
    margin-left: 0px !important;
    width: 69px !important;
    height: 32px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    padding: 8px;
    border-radius: 8px;
    border: solid 1px var(--primary-color-default);
  }
}

.set-point {
  padding-left: 4px;
}

.parameter-card-body-input {
  border-radius: 5px;
  padding: 3px 5px;
  width: 35px;
  margin-left: 10px;
  /* padding: 8px; */
  /* border-radius: 8px; */
  border: solid 1px var(--primary-color-default);
}

.parameter-card-body-min-input {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0px 20px;
  width: 42px;
  height: 20px;
  margin-left: 13px;
  /* padding: 8px; */
  /* border-radius: 8px; */
  border: 1px solid var(--input-background-color);
}

.parameter-card-body-max-input {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0px 20px;
  width: 42px;
  height: 20px;
  margin-left: 10px;
  /* padding: 8px; */
  /* border-radius: 8px; */
  border: 1px solid var(--input-background-color);
}

@media (min-width: 1201px) and (max-width: 1250px) {
  .parameter-card-body-info {
    width: 135px !important;
  }
}

@media (min-width: 1296px) and (max-width: 1305px) {
  .parameter-card-body-info {
    width: 198px !important;
  }
}

@media (max-width: 1200px) {
  .parameter-card-body-info {
    width: 145px !important;
  }
}

@media (max-width: 1304px) {
  .parameter-card-body-input {
    width: 88px !important;
  }
}

@media (max-width: 1304px) {
  .parameter-card-body-min-input {
    width: 42px;
    height: 20px;
    /* margin-left: 10px; */
    /* margin-right: 5px !important; */
    /* padding: 8px; */
    /* border-radius: 8px; */
    border: 1px solid var(--input-background-color);
  }
}

.device-list-card-active {
  border: 1px solid var(--secondary-color-hover);
}

.device-list-card-active .device-list-card-title {
  color: var(--primary-color-default);
}

.device-list-card-active img {
  background-color: var(--secondary-color-hover);
}

.buttons-div-img {
  width: 130px;
  height: 110px;
}

.device-list-body {
  width: 280px;
  /* height: 1057.7px; */
  border-right: 1px solid var(--pre-background-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* gap: 16px; */
  padding: 0;
  background-color: var(--background-color);
  /* width: 18%; */
}

.device-list-div {
  margin-top: 31px;
  /* width: 100%; */
}

#parameters-container {
  position: relative;
  margin-right: 25px;
}

@media (max-width: 1200px) {
  .device-list-body {
    width: 25%;
  }

  .info-body {
    width: 45% !important;
  }
}

@media (max-width: 1200px) {
  .buttons-div {
    width: 30% !important;
  }
}

@media (max-width: 1200px) {
  /* .devicelist-div { */
  /* width: 0%; */
  /* } */
}

@media (max-width: 870px) {
  .device-list-div {
    /* margin-top: 31px; */
    width: 100%;
  }

  .parameter-page-body {
    /* width: 100% !important; */
    display: block;
  }
}

@media (max-width: 870px) {
  .info-body {
    width: 100% !important;
  }

  #parameters-container {
    margin-right: auto;
  }
}

@media (max-width: 870px) {
  .buttons-div {
    width: 100% !important;
  }
}

@media (max-width: 870px) {
  .device-list-body {
    width: 100% !important;
    height: 200px;
  }
}

@media (max-width: 870px) {
  .device-list-new-card {
    width: 316px !important;
    height: 30px !important;
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .device-list-card {
    width: 200px;
    height: 93px;
  }

  /* #buttons-div {
    display: none;
  } */

  .device-list-cards {
    width: 100%;
    height: 140px !important;
    padding-top: 15px;
    padding-left: 24px;
    padding-right: 24px;
    /* display: inline-block; */
    flex-direction: row;
  }

  .Frame-615 {
    /* margin: 0px; */
    width: 329px;
    height: 152px;
    margin-bottom: 10px;
  }

  .buttons-div-device {
    /* margin-top: 20px; */
    width: 339px !important;
  }

  .buttons-div-email {
    margin-top: -5px;
    width: 339px !important;
  }

  .buttons-div-primary-button {
    width: 95% !important;
  }

  .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

@media (min-width: 870px) {
  #buttons-div {
    display: flex;
  }
}

@media (max-width: 870px) {
  .info-div-hide {
    display: none !important;
  }

  .buttons-div-hide {
    display: none !important;
  }
}

@media (min-width: 870px) {
  .info-div-hide {
    display: block !important;
  }

  .buttons-div-hide {
    display: flex !important;
  }
}

@media (max-width: 390px) {
  .Frame-615 {
    /* margin: 0px; */
    width: 300px !important;
    height: 152px;
    margin-bottom: 10px;
  }

  .buttons-inner-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buttons-div-device {
    /* margin-top: 20px; */
    width: 300px !important;
  }

  .buttons-div-email {
    margin-top: -5px;
    width: 300px !important;
  }
}

.remained-time {
  margin-top: 16px;
}

@media (min-width: 871px) and (max-width: 990px) {
  .info-body {
    width: 118px !important;
  }
}

@media (min-width: 871px) and (max-width: 992px) {
  .device-list-card {
    width: 230px;
    height: 230px;
    padding: 15px;
  }

  .device-list-card img {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 850px) and (max-width: 1154px) {
  .scrolling-wrapper-tab {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 700px) {
  .scrolling-wrapper-tab {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.info-cards-div2 {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.info-cards-div {
  width: 100%;
  height: auto;
  background: var(background-color);
  /* justify-content: space-between; */
  /*add flexbox style*/
  display: flex;
  flex-direction: row;
  /* justify-content: flex-start; */
  flex-flow: wrap;
  /* padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; */
}

@media (max-width: 1366px) {
  .info-cards-div {
    justify-content: flex-start !important;
  }
}

/* .pure-g {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} */
@media (min-width: 576px) {
  .info-cards-div {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .info-cards-div {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .info-cards-div {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .info-cards-div {
    max-width: 1140px;
  }
}

#reminder-cards-div h2 {
  padding-left: 10px;
  /* width: 147px; */
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

#reminder-cards-div button {
  /* width: 155px; */
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: var(--primary-color-default);
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--off-white-color);
}

#reminder-cards-div button:hover {
  background-color: var(--primary-color-hover);
}

.box {
  width: 215px;
  /* height: 300px; */
  /* background-color: red; */
  margin: 10px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .box {
    width: 90%;
  }
}

.sensor-box {
  width: 47%;
  /* height: 300px; */
  /* background-color: red; */
  margin: 10px;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .sensor-box {
    width: 100%;
  }
}

.fac-sensor-box-row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.fac-sensor-box-item {
  width: 50%;
  overflow: hidden;
  padding-right: 10px;
  margin-bottom: 1rem;
}

.fac-sensor-box-item>strong {
  overflow: hidden;
  display: block;
  width: 100%;
  text-wrap: nowrap;
}

.fac-sensor-box-item span:first-child {
  font-weight: 500;
}

@media (max-width: 500px) {
  .fac-sensor-box-row {
    flex-direction: column !important;
  }

  .fac-sensor-box-item {
    width: 100%;
  }
}

.info-body {
  background-color: var(--background-color);
  width: 57%;
  /* width: 768px; */
  /* height: 881px; */
  flex-grow: 1;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
  /* gap: 8px; */
  /* padding: 0; */
}

.navbar-nav {
  flex-direction: row;
}

.info-div-tab a {
  margin-right: 30px;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--label-color);
  border: none;
}

.info-div-tab-active {
  color: var(--primary-color-default) !important;
  border-bottom: 2px solid var(--secondary-color-default) !important;
}

.info-div-tab {
  padding-top: 10px;
  padding-left: 10px;
  height: 65px;
  /* display: flex; */
  /* flex-direction: row; */
}

.info-tab {
  width: 626px;
  height: 72px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.device-list-new-card {
  width: 232px;
  height: 232px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 88px 85px 0;
  border-radius: 20px;
  background-color: rgb(0, 0, 0, 0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: dashed 2px var(--input-background-color);
}

.device-list-new-card-icon-div {
  width: 56px;
  height: 56px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-radius: 30px;
  background-color: var(--primary-color-default);
}

img .device-list-new-card-icon {
  width: 24px;
  height: 24px;
  flex-grow: 0;
  object-fit: contain;
}

.info-tab ul {
  padding-left: 29px;
  flex-direction: row;
}

.info-tab li {
  /* width: 99px;
  height: 24px; */
  padding: 20px 12px;
  /* width: 64px; */
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}

.info-tab a {
  color: var(--label-color);
}

.buttons-div {
  background-color: var(--off-white-color);
  width: 309px;
  /* height: 1070px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  /* margin-right: 10px; */
  /* margin: 32px 32px 0 37px; */
  padding: 16px 10px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  /* background-color: var(--off-white-color); */
}

.Frame-1021 {
  height: 45px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}

.Frame-1016 {
  width: 48px;
  height: 45px;
  flex-grow: 0;
  display: flex;
  margin: 2px 4px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 4px;
  border-radius: 8px;
  background-color: var(--background-color);
}

.time-number {
  display: flex;
  justify-content: center;
  width: 21px;
  height: 21px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
}

.time-text {
  width: 23px;
  height: 16px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--line-color);
}

.Frame-1024 {
  /* width: 247px; */
  /* height: 573px; */
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
}

.buttons-div-primary-button {
  display: flex;
  justify-content: center;
  width: 227px;
  height: 40px;
  margin: 10px 8px;
  /* gap: 23px; */
  padding: 8px 16px;
  border-radius: 10px;
  background-color: var(--primary-color-default);
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  /* text-align: left; */
  color: var(--off-white-color);
}

.Frame-691 {
  /* margin: 20px 0px; */
  /* height: 56px; */
  height: 60px !important;
  align-self: stretch;
  flex-grow: 0;
  /* padding: 16px 153px 16px 0; */
}

.license-needed {
  font-size: 15px;
  margin-left: 8px;
  margin-top: -10px;
  color: var(--input-background-color);
}

.next-frost-label {
  font-size: 15px;
}

.device-mode-select {
  width: 125px;
  /* padding: 10px; */
  /* height: 24px; */
  border: none;
  flex-grow: 0;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
}

.program-type-select {
  width: 115px;
  background-color: var(--off-white-color);
  border: none;
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--label-color);
}

.calib-par-select {
  background-color: var(--off-white-color);
  border: none;
  flex-grow: 0;
  font-family: Arial;
  font-size: 18px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--label-color);
}

.buttons-div-email {
  width: 247px;
  height: 305px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  /* padding-top: 20px; */
  /* padding: 0; */
}

.buttons-div-download {
  width: 100%;
  border-top: 1px solid var(--input-background-color);
  border-bottom: 1px solid var(--input-background-color);
  margin-top: 1rem;
}

.buttons-div-device {
  margin-top: 20px;
  width: 247px;
  /* height: 265px; */
  height: auto;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding-top: 20px;
  /* padding: 0; */
  border-top: 1px solid var(--input-background-color);
  border-bottom: 1px solid var(--input-background-color);
}

.download-btn {
  width: auto !important;
  height: auto !important;
  margin: 0px !important;
  font-weight: 400 !important;
}

.buttons-div-device-field {
  margin: 0px 8px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.buttons-div-device-field:last-child {
  margin-bottom: 1rem;
}

.buttons-div-fac-device-field {
  margin: 5px 8px;
  /* width: 220px; */
  justify-content: flex-start;
  height: 50px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0;
}

@media (max-width: 820px) {
  .buttons-div-fac-device-field {
    justify-content: space-between;
  }

  .device-model-input-div {
    flex-direction: column !important;
  }
}

@media (max-width: 820px) {
  .fac-series-input-field {
    justify-content: start !important;
    flex-direction: column;
    gap: 0px !important;
  }
}

.fac-series-input-field {
  height: auto !important;
}

.device-model-input-div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.buttons-div-reminder-field {
  margin: 5px 8px;
  /* width: 220px; */
  height: 50px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0;
}

.static-device-door-div {
  margin: 0px 8px;
  /* width: 220px; */
  height: 32px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: 25px;
  gap: 188px;
}

.device-location-label {
  /* width: 114px; */
  /* height: 24px; */
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.5; */
  letter-spacing: normal;
  text-align: left;
  color: var(--title-color);
}

.reminder-label {
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.5; */
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
}

.device-location-input {
  width: 88px;
  height: 32px;
  /* align-self: stretch; */
  /* flex-grow: 0; */

  gap: 10px;
  padding: 8px;
  border-radius: 10px;
  border: solid 1px var(--placeholder-color);
}

.reminder-input {
  width: 140px;
  height: 38px;
  gap: 10px;
  padding: 8px;
  border-radius: 10px;
  border: solid 1px var(--placeholder-color);
}

.reminder-input-textarea {
  gap: 10px;
  padding: 8px;
  border-radius: 10px;
  border: solid 1px var(--placeholder-color);
}

.timer-input {
  height: 38px;
  gap: 10px;
  padding: 8px;
  border-radius: 10px;
  border: solid 1px var(--placeholder-color);
}

.set-timer-div {
  height: 38px !important;
}

.buttons-div-header-name {
  width: 145px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 6px;
  border-radius: 10px;
  border: solid 1px var(--primary-color-default);
  /* width: 148px; */
  /* height: 24px; */
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.33; */
  letter-spacing: normal;
  /* text-align: center; */
  color: var(--body-color);
}

.disable {
  color: var(--input-background-color) !important;
}

.disable-input {
  border: 1px solid var(--input-background-color);
}

.parameter-div {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3%;
}

@media (min-width: 850px) and (max-width: 1250px) {
  .parameter-div {
    width: 50%;
  }
}

@media (max-width: 850px) {
  .parameter-div {
    width: 100%;
  }
}

@media (min-width: 1306px) {
  .parameter-card {
    max-width: 225px !important;
  }
}

@media (min-width: 1296px) and (max-width: 1322px) {
  .parameter-card {
    flex-grow: 0 !important;
    /* flex-shrink: 1 !important; */
  }
}

@media (min-width: 870px) and (max-width: 918px) {
  .parameter-card-body-semi-full {
    margin-left: -40px;
  }
}

@media (min-width: 1201px) and (max-width: 1297px) {
  .progressbar-semi-full {
    margin-right: -25px;
  }
}

.reminder-card {
  height: 222px !important;
}

.parameter-card {
  /* width: 215px; */
  height: 251px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--off-white-color);
}

@media (min-width: 1200px) and (max-width: 1295px) {
  .parameter-card {
    max-width: 316px;
  }
}

.parameter-card-header {
  height: 29px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.parameter-card-header-title {
  display: inline-block;
  margin-left: 6px;
  /* padding-top: 5px; */
  width: 88px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--label-color);
}

.fac-sensor-card {
  /* width: 215px; */
  height: auto;
  /* flex-grow: 1; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--off-white-color);
  position: relative;
}

.fac-sensor-card-drop-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.fac-sensor-card-drop-div>div {
  background-color: white;
  width: 80%;
  height: 20%;
  border: var(--accent-color-dark) dashed 1px;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fac-sensor-card-drop-div>div.selected {
  border-color: var(--primary-color-hover);
  color: var(--primary-color-hover);
}

.reminder-card-header-title {
  display: inline-block;
  margin-left: 6px;
  padding-top: 5px;
  width: 88px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.reminder-date-div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--input-background-color);
}

.reminder-desc {
  height: 70px;
  font-size: 12px;
  overflow: inherit;
  overflow-wrap: anywhere;
}

.reminder-date {
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
}

.reminder-time {
  height: 16px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 15px;
  margin-left: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.parameter-card-header-btn {
  display: flex;
}

.parameter-card-header-option {
  padding: 4px 0px 4px 4px;
}

.input-row {
  width: 100%;
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 15px;
  margin: 10px 0px;
}

.calib-footer-div {
  justify-content: space-between !important;
  padding: 0px 16px;
}

.edit-par-footer-div {
  display: flex;
  justify-content: end;
  margin-top: 35px;
}

.edit-par-deg-div {
  display: flex;
  gap: 5px;
  width: 197px;
}

.edit-par-btn-div {
  gap: 10px;
  margin-right: 15px;
  margin-left: 10px;
}

.edit-par-footer-div p {
  font-size: 12px;
}

.edit-par-footer-div img {
  width: 35px;
  height: 35px;
}

.new-calib-time {
  display: flex;
  gap: 5px;
  width: 130px;
  height: 16px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.edit-par-close {
  margin-top: -30px;
}

.edit-par-msg {
  margin-bottom: -27px;
  text-align: center;
}

#dynamic-code-modal {
  z-index: 100;
}

.edit-par-input {
  width: 60px;
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  /* padding: 12px 16px; */
  border-radius: 8px;
  border: solid 1px var(--placeholder-color);
  text-align: center;
}

.input-with-off {
  width: 95px;
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  border-radius: 8px;
  border: solid 1px var(--placeholder-color);
  text-align: center;
}

.input-with-off .input-off-btn {
  border: none;
  background-color: var(--placeholder-color);
  color: white;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 38px;
}

.input-with-off .input-off-btn:hover {
  cursor: pointer;
}

.input-with-off .input-off-btn.selected {
  background-color: var(--primary-color-default);
}

.input-with-off.disabled {
  border-color: var(--input-background-color);
}

.input-with-off.disabled .input-off-btn,
.input-with-off .input-off-btn.disabled {
  background-color: var(--input-background-color);
}

.input-with-off input {
  border: none;
  flex-basis: 57px;
  flex-shrink: 10;
  min-width: 0;
}

.input-with-off input:focus {
  outline: none;
}

.edit-par-lbl {
  width: 90px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
}

.input-set {
  width: 146px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* gap: 16px; */
  padding: 0;
}

.edit-icon {
  width: 20px;
  padding-bottom: 4px;
}

.parameter-card-icon {
  width: 26px;
  height: 28px;
  /* margin: 0 8px 0 0; */
  /* background-color: var(--humidity-color); */
}

.parameter-card-body-info {
  padding-top: 12px;
  margin-top: 20px;
  align-items: center;
  display: flex;
  font-size: 14px;
  border-top: 1px solid var(--pre-background-color);
}

@media (min-width: 1201px) and (max-width: 1305px) {
  .parameter-card-body-info-line {
    margin-left: 5px;
  }
}

.parameter-card-body-info-text {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.parameter-card-body-info-text .set {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.parameter-card-body-info-text .ramp {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.parameter-card-body-ramp-input {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0px 5px;
  width: 42px;
  height: 20px;
  margin-left: 13px;
  /* padding: 8px; */
  /* border-radius: 8px; */
  border: 1px solid var(--input-background-color);
}

@media (max-width: 1306px) {
  .parameter-card-body-ramp-input {
    width: 42px;
    height: 20px;
    /* margin-left: 10px; */
    /* margin-right: 5px !important; */
    /* padding: 8px; */
    /* border-radius: 8px; */
    border: 1px solid var(--input-background-color);
  }
}

.parameter-card-body-set-input {
  border: 1px solid #034ea2;
  border-radius: 5px;
  padding: 0px 5px;
  width: 42px;
  height: 20px;
  margin-left: 13px;
  /* padding: 8px; */
  /* border-radius: 8px; */
  border: solid 1px var(--primary-color-default);
}

@media (max-width: 1305px) {
  .parameter-card-body-set-input {
    width: 93px;
    height: 20px;
    margin-left: 0px !important;
    /* margin-right: 5px !important; */
    /* padding: 8px; */
    /* border-radius: 8px; */
    border: solid 1px var(--primary-color-default);
  }
}

.parameter-card-body-set-ramp {
  margin-left: 15px;
  width: 94px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 1295px) {
  .parameter-card-body-set-ramp {
    margin-top: -5px;
    margin-left: 0px;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1305px) {
  .parameter-card-body-min-max {
    width: 94px;
  }
}

.progressbar-line-text {
  padding-top: 30px;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.7px;
  text-align: left;
  color: var(--primary-color-default);
}

.circle {
  /* height: 100px; */
  width: 200px;
  /* margin: 6px 6px 20px; */
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
  width: 100px !important;
  height: 100px !important;
}

.bar-semi canvas {
  width: 120px !important;
  height: 120px !important;
}

.bar-line canvas {
  width: 120px !important;
  height: 120px !important;
}

.line {
  /* width: 130px !important; */
  top: 10px !important;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  /* font-size: 30px; */
  font-size: 24px;
  color: black;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

/* .circle span { */
/* display: block;
  color: #aaa;
  margin-top: 12px; */
/* } */

.switch {
  margin-top: 5px;
  margin-right: 4px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: var(--primary-color-default);
}

input:focus+.slider {
  box-shadow: 0 0 1px var(--primary-color-default);
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(16px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* /Colors */

.radio-btn-active {
  background-color: var(--primary-color-default) !important;
  color: var(--off-white-color) !important;
}

.radio-btn-right {
  border-radius: 0px 50px 50px 0px !important;
  background-color: var(--background-color);
  color: var(--accent-color-dark);
  /* flex-grow: 0; */
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  border-left: 1px solid var(--line-color);
  /* line-height: 1.33; */
  letter-spacing: normal;
}

.radio-btn-left {
  border-radius: 50px 0px 0px 50px !important;
  background-color: var(--background-color);
  color: var(--accent-color-dark);
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  border-right: 1px solid var(--line-color);
  letter-spacing: normal;
}

.radio-btn-container {
  border: solid 1px var(--line-color);
  display: flex;
}

.radio-btn-container>* {
  flex: 1 1 0px;
}

.radio-btn-container-error {
  border: solid 1px var(--error-color);
}

.input-dropdown {
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  /* padding-left: 20px; */
  padding: 10px 16px;
  border-radius: 8px;
  border: solid 1px var(--line-color);
  background-color: var(--off-white-color);
}

.dropdown-text {
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.7px;
  text-align: left;
  color: var(--placeholder-color);
}

.page-div {
  display: flex;
  /* justify-content: space-around; */
}

.main-div {
  /* height: 1024px; */
  width: 33.3%;
  background-color: #f1f1f1;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  margin: 0;
  height: 100vh;
}

/* @media (max-width: 950px) {
  .main-div {
    width: 40% !important;
  }
  .img-div {
    width: 60% !important;
  }
}
*/
@media (max-width: 900px) {
  .main-div {
    width: 50% !important;
  }

  .img-div {
    width: 50% !important;
  }

  .img-div img {
    width: 100%;
  }

  .image {
    display: none !important;
  }

  .image-tablet {
    display: block !important;
  }
}

.group {
  /* top: 0; */
  margin-top: 60px;
  width: 138px;
  margin-left: auto;
  margin-right: auto;
  /* height: 135px; */
}

.logo {
  width: 138px;
  height: 74px;
  margin-bottom: 40px;
  text-align: center;
}

.img-div {
  /* background-image: url("images/fg-wallpaper.jpg"); */
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
  /* background-size: 100% 100%; */

  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* position: fixed; */
  /* height: 1024px; */
  /* display: flex; */
  height: 100vh;
  float: right;
  width: 66.6%;
}

.img-div img {
  display: block;
  /* justify-content: center; */
  margin: auto;
  /* position: fixed; */
  /* height: 725px; */
  height: 100vh;
  /* width: 100%; */
}

/* @media (max-width: 960px) {
  .main-div {

  }
  .image {
    width: 80%;
  }
} */

/* @media (max-width: 600px) {
  .page-div {
    width: 100%;
  }
  .img-div {
    width: 0;
    display: none;
  }
} */

@media (min-height: 725px) {
  /* .img-div {
    /* width: 40%; */
  /* height: 100vh; */

  .image {
    height: 100vh !important;
  }
}

/* @media (max-width: 750px) {
  .img-div {
    width: 20%;
  }
} */
.logo-mobile {
  display: none;
  /* width: 100px; */
  /* height: 416px; */
}

.logo-mobile img {
  width: 100%;
  height: 416px;
}

@media (max-width: 650px) {
  .page-div {
    width: 100% !important;
  }

  .new-pass-main-div {
    height: 880px !important;
  }

  .main-div {
    width: 100% !important;
  }

  .img-div {
    width: 0 !important;
    display: none;
  }

  .group {
    display: none !important;
  }

  .logo-mobile {
    display: block;
  }

  .newpass-components {
    padding-top: 32px !important;
  }

  .login-components {
    padding-top: 32px !important;
  }
}

.bold {
  font-weight: bold !important;
}


/* Sign up */
.signup-login-a {
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--title-color);
}

.signup-login-a a {
  font-weight: bold;
  color: var(--primary-color-default);
  text-decoration: none;
}

/* / Sign up */

/* New Password */
.newpass-title {
  width: 142px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.newpass-components {
  width: 280px;
  height: 296px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* gap: 24px; */
  margin-top: 15px;
  /* margin: 214px 108px 360px 0; */
  padding: 0;
}

.newpass-input {
  width: 280px;
  height: 200px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
  padding: 0;
}

.newpass-primary-button {
  width: 280px;
  height: 56px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-radius: 10px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-top: 10px;
  background-color: var(--primary-color-default);
}

/* / New Password */

/* Reset Password */
.resetpass-title {
  width: 155px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.resetpass-components {
  width: 280px;
  height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  /* margin-top: 126px; */
  padding-top: 30px;
  /* padding: 0; */
}

.Frame-732 {
  width: 270px;
  /* height: 200px; */
  height: auto;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding: 0;
}

.resetpass-primary-button {
  width: 280px;
  height: 56px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-radius: 10px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-top: 40px;
  background-color: var(--primary-color-default);
}

/* / Reset Password */

/* Login */

.login-components {
  width: 280px;
  height: 336px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  padding: 0;
}

.login-title {
  width: 61px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

@media (max-width: 650px) {
  .main-login {
    height: 135vh !important;
  }
}

.label {
  height: 24px;
  flex-grow: 1;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--label-color);
}

.input {
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  /* padding-left: 20px; */
  padding: 10px 35px;
  border-radius: 8px;
  border: solid 1px var(--line-color);
  background-color: var(--off-white-color);
}

.fac-sensor-input {
  width: 145px;
  height: 40px;
  padding: 10px 15px;
  border-radius: 8px;
  border: solid 1px var(--line-color);
  background-color: var(--off-white-color);
}

.file-input {
  width: 275px;
  height: 37px;
  padding-top: 6px;
  border-radius: 8px;
  border: solid 1px var(--line-color);
  background-color: var(--off-white-color);
}

.fac-sensor-input-div {
  width: 40%;
  height: 55px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.fac-select-sensor {
  width: 160px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  /* padding-left: 20px; */
  padding: 10px 16px;
  border-radius: 8px;
  border: solid 1px var(--line-color);
  background-color: var(--off-white-color);
}

.fac-sensor-grid {
  display: flex;
  /* margin-top: 30px; */
  width: 100%;
  justify-content: space-evenly;
  flex-direction: row;
}

@media (max-width: 820px) {
  .fac-sensor-grid {
    flex-direction: column !important;
    margin-top: 0px;
  }

  .fac-sensor-input-div {
    width: 93%;
  }
}

.error {
  margin-bottom: 10px;
}

.error-input {
  border-radius: 8px !important;
  border: solid 1px var(--error-color) !important;
}

.error input {
  border-radius: 8px;
  border: solid 1px var(--error-color);
}

.error textarea {
  border-radius: 8px;
  border: solid 1px var(--error-color);
}

.error select {
  border-radius: 8px;
  border: solid 1px var(--error-color);
}

.icon-error {
  position: absolute;
  width: 20px;
  height: 20px;
  flex-grow: 0;
  object-fit: contain;
  z-index: 9999;
  margin-top: 43px;
  margin-left: 250px;
}

.icon-error-profile {
  position: absolute;
  width: 20px;
  height: 20px;
  flex-grow: 0;
  object-fit: contain;
  z-index: 9999;
  margin-top: 43px;
  margin-left: 240px;
}

.icon-error-change-pass {
  position: absolute;
  width: 20px;
  height: 20px;
  flex-grow: 0;
  object-fit: contain;
  z-index: 9999;
  margin-top: 43px;
  margin-left: 324px;
}

.icon-error-message {
  position: absolute;
  width: 20px;
  height: 20px;
  flex-grow: 0;
  object-fit: contain;
  z-index: 9999;
  margin-top: 25px;
  margin-left: 10px;
}

.error-msg {
  margin-top: 5px;
  padding-left: 5px;
  height: 16px;
  align-self: stretch;
  flex-grow: 0;
  font-family: UniSans;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--error-color);
}

.font-14 {
  font-size: 14px !important;
}

.font-24 {
  font-size: 24px !important;
}

.w-33 {
  width: 33%;
}

.static-code-error-msg {
  text-align: center !important;
  margin-top: -5px;
}

.input-label {
  height: 72px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  /* gap: 8px; */
  padding: 0;
}

.login-input {
  width: 280px;
  height: auto;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
  padding: 0;
}

.login-password {
  width: 280px;
  height: 112px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
}

.icon-user {
  position: absolute;
  width: 20px;
  height: 20px;
  flex-grow: 0;
  object-fit: contain;
  z-index: 9999;
  margin-top: 43px;
  margin-left: 10px;
}

.icon-password {
  position: absolute;
  width: 20px;
  height: 20px;
  flex-grow: 0;
  object-fit: contain;
  z-index: 9999;
  margin-top: 43px;
  margin-left: 10px;
}

img.Tertiary-Button-1 {
  /* width: 156px;
    height: 40px; */
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  /* padding: 8px 16px; */
  object-fit: contain;
}

.login-primary-button {
  width: 280px;
  height: 56px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-radius: 10px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-top: 22px;
  background-color: var(--primary-color-default);
}

button .loader {
  margin-top: -6px;
}

.login-resetpass-a {
  width: 156px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  /* gap: 10px; */
  margin-top: 20px;
  padding-right: 16px;
  object-fit: contain;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: var(--primary-color-default);
}

.login-signup-a {
  /* margin-top: 75px; */
  margin-right: auto;
  margin-left: auto;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--title-color);
}

.login-signup-a a {
  font-weight: bold;
  color: var(--primary-color-default);
  text-decoration: none;
}

.message-div {
  /* background-color: red; */
  font-size: 16px;
  text-align: center;
  padding: 4px 2px;
}

.div-hide {
  display: none !important;
}

.div-show {
  display: block !important;
}

.timer {
  font-weight: bold;
  font-size: 30px;
  font-style: italic;
}

.verify-code-img {
  width: 95px;
  height: 100px;
}

.static-lock-img {
  width: 120px;
  height: 110px;
}

.code-input {
  text-align: center !important;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 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: solid 1px var(--placeholder-color);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.25rem !important;
  margin: 0.5rem !important;
  overflow: visible;
  word-wrap: break-word;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

.loader-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1em;
}

button span {
  display: block;
}

button .loader {
  display: none;
}

.loading-btn .loader {
  display: block;
}

.loading-btn span {
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-modal {
  display: none;
  position: fixed;
  z-index: 1;
  /* padding-top: 7rem; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.chart-modal {
  display: none;
  position: absolute;
  z-index: 1;
  /* padding-top: 7rem; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* width: 100%; */
  /* height: 100%; */
  border-radius: 10px;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.chart-modal-content {
  border-radius: 10px;
  border: 1px solid #88888821 !important;
}

.main-modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #fefefe82; */
  background-color: #ffffff85;
  align-items: center;
  font-size: large;
  margin: auto;
  padding-left: 75px !important;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  height: 100%;
}

.main-modal-content img {
  width: 4rem;
  margin-right: -112px;
}

.spinner-border {
  width: 10rem;
  height: 10rem;
  animation: 1.2s linear infinite spinner-border;
  /* border: 0.25em solid #898b8d; */
}

.zoom-in-out-box {
  /* margin: 24px;*/
  animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.3, 1.3);
  }

  100% {
    transform: scale(1, 1);
  }
}

.factory-footer-div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

/* @media (min-width: 870px) and (max-width: 1030px) {
  .factory-footer-div {
    flex-direction: column !important;
  }
}

@media (max-width: 410px) {
  .factory-footer-div {
    flex-direction: column !important;
  }
} */
#device-model-sensors-div {
  border: 1px solid;
  border-radius: 5px;
}

.device-model-sensor-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid;
  padding: 10px;
}

.device-model-sensor-td {
  white-space: nowrap;
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min-content;
  text-align: center;
}

.custom-table-row {
  max-width: none !important;
}

.save-factory-btn {
  /* width: 105px; */
  height: 40px;
  flex-grow: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
  /* margin-bottom: 10px; */
  border-radius: 10px;
  background-color: var(--primary-color-default);
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--off-white-color);
}

.save-factory-btn:hover {
  background-color: var(--primary-color-hover);
}

.add-table-btn {
  /* width: 105px; */
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  /* padding: 8px; */
  padding-right: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: var(--primary-color-default);
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--off-white-color);
}

.add-table-btn:hover {
  background-color: var(--primary-color-hover);
}

.plus-icon {
  width: 20px;
  padding-bottom: 2px;
}

.input-table {
  background-image: url("/images/Icon_Search.png");
  background-size: 20px 23px;
  background-position: 11px 13px;
  background-repeat: no-repeat;
  width: 60%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 15px;
}

.main-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
  background-color: var(--off-white-color);
}

.main-table-calib {
  font-size: 14px !important;
}

.main-table th,
.main-table td {
  background-color: var(--off-white-color);
  text-align: left;
  padding: 12px;
}

.main-table th {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--label-color);
  padding-top: 19px;
}

tr {
  background-color: var(--off-white-color) !important;
}

.table {
  margin-bottom: 0px !important;
}

#program-table tr.header {
  background-color: var(--off-white-color) !important;
}

#program-table td {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: var(--body-color);
  padding: 19px;
}

#program-table tr {
  border-bottom: 1px solid #ddd;
}

#program-table tr.header,
#program-table tr:hover {
  background-color: #f1f1f1;
}

.action-td {
  display: flex;
  justify-content: center;
  border-bottom: 0px;
}

.program-btn-div {
  display: flex;
  /* justify-content: space-evenly; */
  /* width: 30%; */
  gap: 10px;
  justify-content: end;
  width: 100%;
}

.program-btn-div button{
  white-space: nowrap;
}

.table-action-btn {
  cursor: pointer;
  padding: 3px 10px;
}

.table-div {
  border-radius: 20px;
  border: 1px solid rgb(192, 192, 192);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}

.program-import-btn {
  width: 85px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  font-weight: bold;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 18px;
  border-radius: 10px;
  color: var(--primary-color-default);
  border: solid 1px var(--primary-color-default);
  background-color: var(--off-white-color);
}

#program-table tr> :first-child {
  padding-left: 25px;
}

.program-radiobtn {
  height: 40px;
}

#add-program-modal-div {
  height: auto !important;
}

.program-lbl {
  width: 105px;
  height: 24px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
  text-align: center;
}

.program-lbl2 {
  width: 87px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
  text-align: center;
}

.program-step-input {
  width: 86px;
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  /* display: flex; */
  /* flex-direction: row; */
  /* justify-content: flex-start; */
  align-items: center;
  gap: 10px;
  padding: 8px 8px;
  border-radius: 8px;
  border: solid 1px var(--placeholder-color);
}

.input-step {
  width: 86px;
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  /* display: flex; */
  /* flex-direction: row; */
  /* justify-content: flex-start; */
  align-items: center;
  gap: 10px;
  padding: 8px 8px;
  border-radius: 8px;
  border: solid 1px var(--placeholder-color);
}

.program-time-input {
  width: 40px;
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  /* display: flex; */
  /* flex-direction: row; */
  /* justify-content: flex-start; */
  align-items: center;
  gap: 10px;
  /* padding: 8px 8px; */
  border-radius: 8px;
  border: solid 1px var(--placeholder-color);
}

.weekly-program-time-input {
  height: 40px;
  border-radius: 8px;
  border: solid 1px var(--placeholder-color);
}

.program-lbl input[type="checkbox"] {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  margin-right: 0.5em;
}

.program-select-par {
  height: 24px;
  cursor: pointer;
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.program-info-box {
  padding-left: 50px;
  margin-top: 2rem;
}

button.program-select-par {
  background: none !important;
  border: none;
  padding: 0px;
}

.report-field-input {
  width: 130px;
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  align-items: center;
  gap: 10px;
  padding: 8px 8px;
  border-radius: 8px;
  border: solid 1px var(--placeholder-color);
}

.report-time-input {
  width: 202px !important;
}

.new-report-label {
  /* width: 38px; */
  /* height: 24px; */
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
}

.new-report-btn-div {
  display: flex;
  margin-top: 10px;
  justify-content: end;
}

@media (max-width: 820px) {
  #new-report-add-div {
    width: 100% !important;
  }

  #new-report-time-div {
    flex-direction: column !important;
  }

  #new-report-to-div {
    gap: 33px !important;
  }

  .new-report-btn-div {
    justify-content: center;
  }
}

.new-report-header {
  margin-right: 2rem;
  margin-left: 2rem;
  border-bottom: 1px solid var(--input-background-color);
  padding-bottom: 25px;
}

.new-report-par-main-div {
  margin-right: 2rem;
  margin-left: 2rem;
  margin-top: 20px;
}

.new-report-par-div {
  width: 270px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.new-report-par-title {
  font-weight: bold;
  font-size: 17px;
}

.new-report-par-header {
  /* width: 120px;
  height: 24px; */
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
}

.report-preview-header {
  width: 155px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: 100;
  font-stretch: normal;
  gap: 10px;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: var(--body-color);
  font-size: 20px;
}

.report-preview-header span {
  font-weight: bold;
}

.new-report-par {
  width: 200px;
  height: 45px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  border: solid 1px var(--placeholder-color);
  background-color: var(--off-white-color);
}

.new-report-par:hover {
  background-color: #043cf7db;
  color: white;
}

#new-report-chart-div {
  margin-right: 2rem;
  margin-left: 2rem;
  margin-top: 20px;
}

#report-preview-charts-div {
  width: 900px;
}

/* .report-chart-div {
  
} */

.new-report-chart-title {
  flex-grow: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: var(--label-color);
}

.back-to-par {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-grow: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

/* .program-select-par.error{
  color: #d82323;
}

.program-select-par.disabled{
  color: #9f9f9f;
} */

.add-step-btn {
  width: 70%;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 10px;
  background-color: var(--primary-color-default);
}

.width-60 {
  width: 60%;
}

.create-program-btn {
  width: 86px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 10px;
  background-color: var(--primary-color-default);
}

.new-report-checkbox {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.step-lbl {
  font-size: 14px;
  width: 89px;
  color: var(--label-color);
}

.step-modal-content {
  width: 656px;
  height: auto;
  padding: 8px;
  border-radius: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--off-white-color);
  position: relative;
  margin: auto;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.calib-modal-content {
  width: 360px !important;
}

@media (max-width: 820px) {
  .step-modal-content {
    width: 360px !important;
  }

  .step-icon {
    display: none;
  }

  .input-step {
    width: 60px !important;
  }

  .step-sensors-div {
    gap: 30px;
    margin-left: 0px !important;
  }

  .step-par-div {
    justify-content: space-between !important;
    padding-right: 98px;
  }

  .step-par-title {
    padding-left: 0px !important;
  }

  .step-input-div {
    margin-left: 2px !important;
    gap: 2px;
  }

  .step-header-div {
    justify-content: start !important;
  }

  .program-header-div {
    flex-direction: column;
  }

  .program-step-input {
    width: 75px !important;
  }

  .program-info-box {
    padding: 0px;
  }

  .program-weekly-input-div {
    flex-direction: column;
    gap: 15px;
    border: 1px solid var(--placeholder-color);
    padding: 7px 0px;
    border-radius: 25px;
  }

  #program-par-lbl {
    display: none !important;
  }

  .program-main-lbl {
    width: 100% !important;
  }

  .program-weekly-input {
    width: 100% !important;
  }

  .program-select-par {
    padding-left: 0px !important;
  }
}

@media (min-width: 870px) and (max-width: 1200px) {

  /* #program-div :first-child {
    flex-direction: column;
  }  */
  #program-header {
    flex-direction: column;
  }

  #program-search {
    width: 100%;
  }

  #report-search {
    width: 100%;
  }

  #calibration-search {
    width: 100%;
  }

  #factory-vent-div {
    flex-direction: column !important;
  }
}

@media (max-width: 630px) {
  #factory-vent-div {
    flex-direction: column !important;
  }
}

@media (max-width: 768px) {

  /* #program-div :first-child {
    flex-direction: column;
  }  */
  #program-header {
    flex-direction: column;
  }

  #program-search {
    width: 100%;
  }

  #report-search {
    width: 100%;
  }

  #calibration-search {
    width: 100%;
  }

  .program-btn-div {
    justify-content: center !important;
  }

  .input-table {
    width: 100% !important;
  }
}

.factory-vent-cal-div {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Chart */

#chart-timeline {
  height: 500px;
  background-color: white;
  padding: 1rem;
  border-radius: 1.25rem;
}

.chart-container {
  position: relative;
}

.chart-info-box {
  display: none;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1.25rem;
  padding: 1rem;
}

.chart-info-box>* {
  color: white;
  height: 100%;
  font-size: larger;
}

.chart-container.show-info .chart-info-box {
  display: block;
}

.chart-title {
  padding-left: 10px;
  height: 24px;
  flex-grow: 0;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color-default);
}

.chart-header-div {
  display: flex;
  align-items: end;
  padding-right: 10px;
  justify-content: end;
}

@media (min-width: 870px) and (max-width: 1200px) {
  .chart-header-div {
    flex-direction: column;
  }
}

.no-outline:focus {
  outline: none;
  box-shadow: none;
}

.cursor-pointer {
  cursor: pointer;
}

.rotated-image {
  transform: rotate(90deg);
  width: 3px;
}

.chart-legend {
  padding: 12px;
  border-radius: 24px;
  color: var(--off-white-color);
  cursor: pointer;
  white-space: nowrap;
}

.chart-legend.disabled {
  background-color: var(--input-background-color) !important;
}

.chart-controller>div {
  display: flex;
  gap: 16px;
  flex-direction: row;
}

.chart-controller {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}

.chart-control-btn {
  padding: 12px;
  border-radius: 24px;
  cursor: pointer;
  background-color: var(--off-white-color);
  color: var(--accent-color-dark);
  border: solid 1px var(--accent-color-dark);
}

.toolbar {
  cursor: default;
}

.device-door-div {
  /* border: 1px solid #000; */
  border-radius: 20px;
  background-color: var(--primary-color-default);
  color: var(--background-color);
  padding: 0px 8px 2px 8px;
  font-weight: 500;
}

.chart-times-div {
  display: flex;
}

.disabled-mouse {
  pointer-events: none;
}

@media print {
  .report-chart-print {
    break-inside: avoid;
  }
}

#progress {
  position: relative;
  margin-bottom: 30px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.license-progress-bar {
  width: 40px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  /* color: var(--primary-color-default); */
  color: lightgray;
}

.license-progress-active {
  color: var(--primary-color-default);
}

#progress-bar {
  position: absolute;
  background: var(--primary-color-default);
  height: 5px;
  width: 0%;
  top: 40%;
  left: 0;
}

#progress-num {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#progress-num::before {
  content: "";
  background-color: lightgray;
  position: absolute;
  top: 40%;
  left: 0;
  height: 5px;
  width: 100%;
  z-index: -1;
}

#progress-num .step {
  border: 3px solid lightgray;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#progress-num .step.active {
  border-color: var(--primary-color-default);
  background-color: var(--primary-color-default);
  color: #fff;
}

@media (max-width: 550px) {
  #progress {
    width: 80% !important;
  }
}

.license-device-card {
  width: 232px;
  height: auto;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* gap: 16px; */
  padding: 12px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--off-white-color);
  /* cursor: pointer; */
}

.license-devices-div {
  border-bottom: 1px solid var(--input-background-color);
  padding-bottom: 20px;
}

.license-successful-payment {
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: var(--success-color);
}

.license-purchase-text {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--body-color);
}

.license-purchase-btn {
  display: block !important;
  height: 50px !important;
}

.license-device-card-img {
  margin-top: 15px;
  width: 208px;
  height: 152px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 15px;
  background-color: var(--pre-background-color);
}

.license-device-card-footer {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--input-background-color);
}

.license-device-card-footer div {
  font-size: 14px;
  color: var(--label-color);
}

.table-badge {
  border-radius: 1rem;
  margin-left: 10px;
  color: var(--primary-color-default);
  border: solid 2px var(--primary-color-default);
}

.select2-container--default .select2-selection--single {
  width: 100% !important;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  /* padding-left: 20px; */
  padding: 10px 16px;
  border-radius: 8px;
  border: solid 1px var(--line-color);
  background-color: var(--off-white-color);
}

.select2-container {
  width: -webkit-fill-available !important;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: var(--primary-color-hover) !important;
}

/* Parameter Card CSS */

.parameter-card.box.newcard:not(.validlicense) * {
  cursor: default;
}

.parameter-card.box.newcard:not(.offable) .on-off-switch {
  display: none;
}

.parameter-card.box.newcard:not(.validlicense) .parameter-card-header-more {
  position: relative;
}

.parameter-card.box.newcard .license-error {
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  width: auto;
  padding: 3px 5px;
  text-wrap: nowrap;
  text-align: center;
  background-color: #3a3a3a;
  border: 1px solid #3a3a3a;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.9rem;
  font-weight: 400;
}

.parameter-card.box.newcard:not(.validlicense) .edit-icon:hover+.license-error {
  display: block;
}

.parameter-card.box.newcard:not(.validlicense) .edit-icon:hover {
  cursor: pointer;
}

/* /License Needed title */

.parameter-card.box.newcard:not(.controlable) .edit-icon {
  display: none;
}

.parameter-card.box.newcard:not(.validlicense) .edit-icon {
  opacity: 0.3;
}

.parameter-card.box.newcard:not(.minable) .parameter-card-body-min-input,
.parameter-card.box.newcard:not(.maxable) .parameter-card-body-max-input {
  border: 1px solid var(--input-background-color);
  color: var(--input-background-color) !important;
  /* check */
}

.parameter-card.box.newcard:not(.minable) .parameter-card-body-min-max-d.min,
.parameter-card.box.newcard:not(.maxable) .parameter-card-body-min-max-d.max,
.parameter-card.box.newcard:not(.controlable) .parameter-card-body-min-max-d.set,
.parameter-card.box.newcard:not(.rampable) .parameter-card-body-min-max-d.ramp {
  color: var(--input-background-color) !important;
}

#device-status-parameters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

#device-status-parameters>div {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#device-connection-progress,
#device-connection-progress>div {
  width: 100%;
  max-width: 300px;
  height: 25px;
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
}

#device-connection-progress>div {
  background-color: var(--secondary-color-active);
}

#device-connection-progress>span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  text-align: center;
  opacity: 1;
}

#device-status-parameters img.wait {
  -webkit-animation: spin 3s steps(15) infinite;
  /* Safari */
  animation: spin 2s steps(15) infinite;
}

#device-status-parameters .wait,
#device-status-parameters .sync,
#device-status-parameters .disconnect {
  display: none;
  color: var(--label-color);
}

#device-status-parameters.wait .wait,
#device-status-parameters.sync .sync,
#device-status-parameters.disconnect .disconnect {
  display: block;
}

#device-status-parameters img.sync,
#device-status-parameters img.wait {
  opacity: 50%;
  ;
}

.modal-class .input-group {
  padding: 10px;
  border-radius: 8px;
  border: solid 1px var(--line-color);
  background-color: var(--off-white-color);
}

.modal-class .input-group input {
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.input-group .icon-right {
  display: flex;
  cursor: pointer;
  height: 16px;
  opacity: 50%;
}

.input-group input:focus,
input:focus {
  background-color: var(--off-white-color);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.input-group input:-webkit-autofill,
.input-group input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.input-group input[data-autocompleted] {
  background-color: transparent !important;
}


/* Form page Style */
.form-page {
  display: flex;
  flex-direction: row;
}

.form-page .form-div {
  overflow-y: scroll;
  padding-bottom: 50px;
  background-color: var(--background-color);
  width: 100%;
  max-width: 450px;
  height: 100vh;
  margin: 0;
  flex-shrink: 0;
  /* flex-basis: 0; */
}

.form-page .form-div>* {
  margin: auto;
}

@media (max-width: 720px) {
  .form-page .form-div {
    width: 100% !important;
    max-width: 100%;
  }
}

.form-page .form-page-image {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  direction: rtl;
  /* flex-basis: 0; */
  flex-shrink: 1;
}

.form-page .form-page-image>img {
  height: 100%;
}

.form-page>.form-div>.form-div-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.5rem auto;
  gap: 40px;
  width: 270px;
}

.form-page .form-title {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: var(--primary-color-default);
}

.form-page .form-main-frame {
  width: 270px;
}

.form-page .form-main-frame>* {
  margin-bottom: 24px;
}

.form-page .form-main-frame .form-main-frame-group {
  width: 270px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
  padding: 0;
}

/* FG Input Group Style */

.form-input-group {
  /* height: 72px; */
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  /* gap: 8px; */
  padding: 0;
}

.form-input-group .error-msg {
  display: none;
}

.form-input-group.error .error-msg {
  display: block;
  height: fit-content;
}

.form-input-group .icon-error {
  display: none;
}

.form-input-group.error .icon-error {
  display: block;
}

.fg-input-group {
  position: relative;
  border-radius: 8px;
}

.fg-input-group input,
.fg-input-group textarea {
  height: 40px;
  border-radius: 8px;
  padding: 10px 35px;
  border: solid 1px var(--line-color);
  background-color: var(--off-white-color);
}

.fg-input-group textarea {
  height: auto;
  padding: 0.5rem;
}

.fg-input-group .input-medium {
  width: 250px;
}

.fg-input-group input[type='number'] {
  direction: ltr;
}

.fg-input-group input[type='checkbox'] {
  height: fit-content;
  margin-right: 1rem;
  cursor: pointer;
}

.fg-input-group input[type='checkbox']+span>a {
  cursor: pointer;
  text-decoration: none;
}

.fg-input-group .icon-left {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  filter: invert(75%) sepia(0%) saturate(57%) hue-rotate(172deg) brightness(89%) contrast(72%);
}

.fg-input-group .icon-right {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  filter: invert(75%) sepia(0%) saturate(57%) hue-rotate(172deg) brightness(89%) contrast(72%);
}

.fg-input-group .icon-right.clickable {
  cursor: pointer;
  opacity: 0.65;
}

.fg-input-group .icon-error {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: none;
  margin: 0;
}

.fg-input-group.error .icon-error {
  display: block;
}

.fg-input-group.error input,
.fg-input-group.error textarea,
.fg-input-group.error .select-container {
  border-color: var(--error-color);
}

.fg-input-group .select-container {
  position: absolute;
  max-height: 50vh;
  overflow-y: scroll;
  background-color: var(--off-white-color);
  z-index: 10000;
  border-radius: 0 0 8px 8px;
  width: 100%;
  display: none;
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
  border: solid 1px var(--line-color);
  border-top: 0;
}

.fg-input-group .select-container::-webkit-scrollbar {
  display: none;
}

.fg-input-group .select-container:empty {
  height: 40px;
  color: var(--input-background-color);
  padding-top: 8px;
}

.fg-input-group .select-container:empty::before {
  content: "No Items to Show";
  padding-left: 35px;
}

.fg-input-group.open-select .icon-right.open-close {
  transform: rotate(180deg);
}

.fg-input-group.open-select input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.fg-input-group.open-select .select-container {
  display: block;
}

.fg-input-group .select-container .select-option {
  padding: 0.5rem;
  cursor: pointer;
  width: 100%;
}

.fg-input-group .select-container .select-option:hover,
.fg-input-group .select-container .select-option.hover {
  background-color: var(--primary-color-hover);
  color: var(--off-white-color);
}

/* Page form try again */
.send-again {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.send-again .send-again-btn {
  display: none;
}

.send-again.can-retry .try-later {
  display: none;
}

.send-again.can-retry .send-again-btn {
  display: block;
}

.send-again .try-later {
  color: var(--primary-color-default);
}

.send-again-btn {
  cursor: pointer;
  color: var(--primary-color-default);
}

.form-page-primary-button {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-top: 32px;
  background-color: var(--primary-color-default);
  border-color: var(--primary-color-default);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  color: #fff;
  border-style: solid;
}

.form-page-primary-button:disabled {
  pointer-events: none;
  opacity: .65;
}

.d-block {
  display: block !important;
}

#nav-notif {
  position: relative;
}

.nav-badge {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: red;
  color: var(--off-white-color);
  padding: 0.05em 0.5em;
  font-size: 75%;
  font-weight: 700;
  text-align: center;
  display: none;
}

.notif-dropdown-container {
  position: absolute;
  width: 250px;
  right: 50px;
  border: solid 1px var(--accent-color-dark);
  border-radius: 20px;
  background-color: var(--off-white-color);
  padding: 0 0.5rem;
  z-index: 1000;
  max-height: 700px;
  overflow-y: scroll;
}

.notif-dropdown-container::-webkit-scrollbar {
  width: 20px;
  border-radius: 5px;
}

.notif-dropdown-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #f8fbff;
  border-radius: 5px;
  border-top: 10px solid transparent;
}

.notif-dropdown-container::-webkit-scrollbar-thumb {
  background-color: #9fa9bd;
  background-clip: content-box;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 10px solid transparent;
}

.notif-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 0.2rem 0;
  border-bottom: solid 1px var(--line-color);
  cursor: pointer;
}

.notif-row:last-child {
  border-bottom: none;
}

.notif-row .notif-row-status {
  width: 12px;
  height: 12px;
  border: solid 2px red;
  border-radius: 50%;
  background-color: white;
  flex-shrink: 0;
}

.notif-row.unread .notif-row-status {
  background-color: red;
}

.notif-row.unread .notif-row-content>div:first-child {
  font-weight: bold;
}

.notif-row-content>div {
  font-size: small;
}

.white-svg {
  filter: invert(97%) sepia(100%) saturate(0%) hue-rotate(14deg) brightness(102%) contrast(106%);
}

.warehouse-body {
  max-width: 1200px;
  margin: auto;
}

.warehouse-body button {
  white-space: nowrap;
}

.shipping-table {
  width: 900px;
  max-width: 100%;
  margin: auto;
}

input.password-hide {
  text-security: disc;
  -webkit-text-security: disc;
}

.label-key-value input.label-value {
  width: 160px;
  padding: 5px;
  border-radius: 8px;
  border: solid 1px var(--placeholder-color);
}

.label-key-value input.label-unit {
  width: 60px;
  padding: 5px;
  border-radius: 8px;
  border: solid 1px var(--placeholder-color);
}

.label-key-value td {
  vertical-align: middle;
}

input[type="checkbox"].big-checkbox {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  margin-right: 0.5em;
}

.line-form-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 1em;
}

#change-default-setting-modal tr .delete {
  height: 2em;
  cursor: pointer;
}

#change-default-setting-modal tr input {
  width: 5em;
  border-radius: 8px;
  border: solid 1px;
}

#change-default-setting-modal tr td {
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

#sensor-availability-form {
  display: flex;
  gap: 3em;
}

#sensor-availability-form>div {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

#sensor-availability-form input[type="checkbox"] {
  zoom: 1.5;
}

#sensor-availability-form label {
  font-weight: bold;
}

table.hoverable tr:hover {
  background-color: var(--pre-background-color) !important;
}

table.hoverable td {
  background-color: rgba(255, 255, 255, 0) !important;
}

#factory-div summary {
  font-size: large;
  font-weight: bold;
  line-height: 1.2;
  color: var(--primary-color-default);
  margin-bottom: 1.5rem;
}

.overlay-full-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

tr.split-row {
  border-bottom-width: 3px;
}

.iransans {
  font-family: "IranSans" !important;
}

.iransans * {
  font-family: "IranSans" !important;
}