.body-background {
  background: #f4f6f8;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.white-banner {
  height: 86.3906px;
  background: #ffffff;
  width: 100%;
}

.white-banner .icon {
  font-size: 1.75rem !important;
}

@media only screen and (max-width:600px) {
  .white-banner .icon {
    font-size: calc(1.375rem + 1.5vw)!important;
  }
}

@media only screen and (max-width:600px) {
  .white-banner {
    justify-content: flex-end !important;
  }
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffc85b;
  --bs-btn-border-color: #ffc146;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffae0f;
  --bs-btn-hover-border-color: #ffae0f;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffae0f;
  --bs-btn-active-border-color: #ffae0f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000000;
  background-color: #ffc85b;
  border-color: #ffc146;
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0);
}

.btn-dark {
  color: #ffffff;
  background-color: #737372;
  border-color: #737372;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #575756;
  border-color: #575756;
}

.btn-logout {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #0091EA;
  --bs-btn-border-color: #0091EA;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #1aa3ff;
  --bs-btn-hover-border-color: #1aa3ff;
  --bs-btn-focus-shadow-rgb: 0, 145, 234;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #1aa3ff;
  --bs-btn-active-border-color: #1aa3ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #007ac1;
  --bs-btn-disabled-border-color: #007ac1;
  display: flex;
  align-items: center;
}

.btn-logout .icon {
  display: inline-block;
  vertical-align: middle;
}

.btn-logout span {
  display: inline-block;
  vertical-align: middle;
}

.fixed-add-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.btn-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
  transition: width 0.3s ease, height 0.3s ease, padding 0.3s ease;
  padding: 0;
  overflow: hidden;
}

.btn-circle .add-text {
  display: none;
  margin-left: 5%;
  font-size: 16px;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.btn-circle:hover, .btn-circle.expanded {
  width: 100px;
  height: 55px;
  border-radius: var(--bs-border-radius-pill) !important;
}

.btn-circle:hover .add-text, .btn-circle.expanded .add-text {
  display: inline;
  opacity: 1;
}

.btn-circle img {
  width: 28px;
  height: 28px;
  transition: width 0.3s ease, height 0.3s ease;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #dbdfe4;
  border-color: #dbdfe4;
}

.form-group {
  margin-bottom: 1rem;
}

.form-check-input:checked {
  background-color: #2aaaea;
  border-color: #2aaaea;
}

.devices-card {
  min-width: 125px;
  max-width: 300px;
  width: 194px;
  background: radial-gradient(#cdf0ff 32%, #dff4ff 98%), var(--bs-white);
  box-shadow: 10px 10px 14px #aaaaaa;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.devices-paragraph {
  width: 160px;
  background-color: #eaecef;
  border: 1px solid rgb(205, 212, 218);
  border-radius: .25rem;
  text-align: center;
  margin: auto auto 10px auto;
}

.icon:hover {
  cursor: pointer;
}

.devices-card:hover {
  visibility: visible;
  opacity: 1;
  transition: opacity 600ms, visibility 600ms;
}

.card-color {
  background: #ffffff;
  border-right: 3px solid #e3e5ec;
  border-bottom: 3px solid #e3e5ec;
  border-left: 3px solid #e3e5ec;
  color: #000000;
}

.card-color.without-heading {
  border: 3px solid #e3e5ec;
}

.header {
  /*margin-top: 15px;*/
  padding: 1.6px 15px 3.6px;
  margin-bottom: 0;
}

.header-color {
  background: #ffde14;
  border-style: none;
}

.unit-info-right {
  color: #000000;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 600 !important;
  display: inherit;
}

.page-info-left {
  color: #000000;
  margin-left: 2rem;
  font-size: 25px;
  font-weight: 600 !important;
  display: inherit;
  transition: margin 50ms;
}

.page-heading {
  color: #000000;
  font-size: 25px;
  font-weight: 600 !important;
  display: inline-block;
  border-bottom: 2px solid;
  transform: translateY(3px);
}

.page-info-left.collapsed {
  margin-left: 4.5rem;
}

@media only screen and (max-width:600px) {
  .page-info-left {
    display: none;
  }
}

@media only screen and (min-width:992px) {
  .service-template {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media only screen and (min-width:992px) {
  .service-template-small {
    padding-top: 0.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media only screen and (max-width:576px) {
  .service-template-small {
    padding-bottom: 3rem !important;
  }
}

.second-title {
  display: none;
}

@media only screen and (max-width:768px) {
  .devices-card {
    min-width: 125px;
    max-width: 300px;
    width: 250px;
    text-align: center;
    background: radial-gradient(#cdf0ff 32%, #dff4ff 98%), var(--bs-white);
    box-shadow: 10px 10px 14px #aaaaaa;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:992px) {
  .section-heading {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width:600px) {
  .second-title {
    display: inline-block;
  }
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #000000;
  pointer-events: none;
  background-color: #ffa900;
  border-color: #ffa900;
  opacity: var(--bs-btn-disabled-opacity);
}

.schedule-table {
  table-layout: fixed;
  word-wrap: break-word;
}

#table-scheduler .schedule-event {
  background-color: #62b2e3 !important;
  cursor: pointer;
}

#table-scheduler td.schedule-event {
  border-top: none !important;
  border-bottom: none !important;
  border-width: 0 !important;
  border-style: none;
}

.cursor-pointer {
  cursor: pointer;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.status-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

.status-dot.true {
  background-color: #32CD32;
}

.status-dot.false {
  background-color: red;
}

.tooltip-custom {
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
  display: none;
  z-index: 1000;
  white-space: nowrap;
  transform: translateX(0);
}

.stripe {
  position: fixed;
  z-index: 10;
  height: 5px;
  background: #ffde14;
  width: 100%;
  top: 0;
  left: 0;
}

