h1{
    font-weight: 600;
}

select.form-select{
    color: #000;
}
.card-body.card-sites div.row {
    @media (min-width: 768px) {
        .col-md-6 {
            /* flex: 0 0 auto; */
            width: 33.1% !important;
        }
    }
}

.asset-sidemenu-list {
    padding: 8px 15px !important;
    border: 1px solid #DFDFDF;
    border-radius: 6px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    font-family: "Manrope", sans-serif;
    min-width: 170px;
    height: 34px;
    background: #ffffff;
}

.sidebar .nav .nav-item .nav-link{
    white-space: inherit;
}

.alert-fill-success {
    color: white;
    background: #34B1AA;
}

.alert-fill-primary {
    color: white;
    background: #1F3BB3;
}

.alert-fill-warning {
    color: white;
    background: #E29E09;
}

.alert-fill-danger {
    color: white;
    background: #F95F53;
}

.alert-fill-info {
    color: white;
    background: #51B1E1;
}

.loginbg {
    background-image: url('../images/smart_tank_monitor_logo.jpg') !important;
}

.asset_spinner {
    display: none;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .btn-view-sites{
    width: 100%;
  }

  div.site-card{
    border-radius: 0%;
    display: inline-block;
  }
  div.card-columns{
    column-count: 2 !important;
  }

  .flot-chart-container {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 100%;
}
.flot-chart {
    width: 100%;
    position: relative;
    max-width: none;
    height: 400px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .count{
    width: 20px;
    height: 20px;
}

.add-yscroll{
    width: 250px;
    max-height: 200px;
    overflow-y: scroll;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 8px 25px;
}

/* asset details battery indicator */

.battery-container {
    width: 142px;
    height: 200px;
    border: 3px solid #333;
    border-radius: 10px;
    position: relative;
    background: #fff;
    margin: 20px auto;
    /* overflow: hidden; */
}
.battery-level {
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    transition: height 0.5s ease, background-color 0.5s ease;
}
.battery-level.low {
    background-color: #ff4d4d;
}
.battery-level.medium {
    background-color: #ffeb3b;
}
.battery-level.high {
    background-color: #4caf50;
}
.battery-level.charging {
    background-color: #2196f3;
}
.battery-tip {
    width: 20px;
    height: 10px;
    background: #333;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
#battery-percentage {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-top: 10px;
}
.level-line {
    width: 109%;
    height: 2px;
    background: #000;
    position: absolute;
    left: -5px;
    z-index: 1;
}
.level-line.low-level {
    bottom: 10%;
}
.level-line.high-level {
    bottom: 90%;
}
.level-label {
    position: absolute;
    right: -63px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
}
.level-label.low-level {
    bottom: 10%;
    transform: translateY(50%);
}
.level-label.high-level {
    bottom: 90%;
    transform: translateY(50%);
}

.btn.btn-default.multiselect-clear-filter{
    margin-left: 6px;
}
.select-container {
    margin: 20px;
}
/* .multiselect-container {
    width: 100%;
} */
/* Ensure dropdown is visible */
.multiselect.dropdown-toggle {
    width: 100%;
    text-align: left;
}
.multiselect-container.dropdown-menu {
    z-index: 1055; /* Above modal */
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#preloader .spinner-border {
    width: 3rem;
    height: 3rem;
}
.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1;
}

.bullet-line-list {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
  .rtl & {
    padding-left: unset;
    padding-right: 30px;
  }

  li {
    position: relative;
    padding: .4rem 0;
    border-bottom: 1px solid #d5dcec;

    &:before {
      width: 15px;
      height: 15px;
      left: -30px;
      top: 0;
      border: 4px solid #464de4;
      margin-right: 15px;
      z-index: 2;
      background: #ffffff;

      .rtl & {
        left: unset;
        right: -45px;
      }
    }

    &:before {
      content: "";
      position: absolute;
      border-radius: 100%;
    }

    .trigger-input {
      cursor: pointer;
      transition: color 0.3s;

      &:hover {
        color: #464de4;
      }
    }
    .note-input {
      width: 100%;
      padding: 8px;
      margin-top: 10px;
      border: 1px solid #d5dcec;
      border-radius: 4px;
      font-size: 14px;
      outline: none;

      &:focus {
        border-color: #464de4;
        box-shadow: 0 0 5px rgba(70, 77, 228, 0.3);
      }
    }
  }

  &:after {
    content: "" !important;
    border: 1px solid #d5dcec !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 7px !important;
    .rtl & {
      left: unset;
      right: 7px;
    }
  }
}
.bullet-line-list:last-child:after {
    display: flex !important;
}