/* fonts */
.font-40 {
  font-size: 40px !important;
}
.font-38 {
  font-size: 38px !important;
}
.font-36 {
  font-size: 36px !important;
}
.font-34 {
  font-size: 34px !important;
}
.font-32 {
  font-size: 32px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-8 {
  font-size: 8px !important;
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

@media (min-width: 576px) {
  .font-sm-40 {
    font-size: 40px !important;
  }
  .font-sm-38 {
    font-size: 38px !important;
  }
  .font-sm-36 {
    font-size: 36px !important;
  }
  .font-sm-34 {
    font-size: 34px !important;
  }
  .font-sm-32 {
    font-size: 32px !important;
  }
  .font-sm-30 {
    font-size: 30px !important;
  }
  .font-sm-28 {
    font-size: 28px !important;
  }
  .font-sm-26 {
    font-size: 26px !important;
  }
  .font-sm-24 {
    font-size: 24px !important;
  }
  .font-sm-22 {
    font-size: 22px !important;
  }
  .font-sm-20 {
    font-size: 20px !important;
  }
  .font-sm-18 {
    font-size: 18px !important;
  }
  .font-sm-16 {
    font-size: 16px !important;
  }
  .font-sm-14 {
    font-size: 14px !important;
  }
  .font-sm-12 {
    font-size: 12px !important;
  }
  .font-sm-10 {
    font-size: 10px !important;
  }
  .font-sm-8 {
    font-size: 8px !important;
  }
}

@media (min-width: 768px) {
  .font-md-40 {
    font-size: 40px !important;
  }
  .font-md-38 {
    font-size: 38px !important;
  }
  .font-md-36 {
    font-size: 36px !important;
  }
  .font-md-34 {
    font-size: 34px !important;
  }
  .font-md-32 {
    font-size: 32px !important;
  }
  .font-md-30 {
    font-size: 30px !important;
  }
  .font-md-28 {
    font-size: 28px !important;
  }
  .font-md-26 {
    font-size: 26px !important;
  }
  .font-md-24 {
    font-size: 24px !important;
  }
  .font-md-22 {
    font-size: 22px !important;
  }
  .font-md-20 {
    font-size: 20px !important;
  }
  .font-md-18 {
    font-size: 18px !important;
  }
  .font-md-16 {
    font-size: 16px !important;
  }
  .font-md-14 {
    font-size: 14px !important;
  }
  .font-md-12 {
    font-size: 12px !important;
  }
  .font-md-10 {
    font-size: 10px !important;
  }
  .font-md-8 {
    font-size: 8px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-40 {
    font-size: 40px !important;
  }
  .font-lg-38 {
    font-size: 38px !important;
  }
  .font-lg-36 {
    font-size: 36px !important;
  }
  .font-lg-34 {
    font-size: 34px !important;
  }
  .font-lg-32 {
    font-size: 32px !important;
  }
  .font-lg-30 {
    font-size: 30px !important;
  }
  .font-lg-28 {
    font-size: 28px !important;
  }
  .font-lg-26 {
    font-size: 26px !important;
  }
  .font-lg-24 {
    font-size: 24px !important;
  }
  .font-lg-22 {
    font-size: 22px !important;
  }
  .font-lg-20 {
    font-size: 20px !important;
  }
  .font-lg-18 {
    font-size: 18px !important;
  }
  .font-lg-16 {
    font-size: 16px !important;
  }
  .font-lg-14 {
    font-size: 14px !important;
  }
  .font-lg-12 {
    font-size: 12px !important;
  }
  .font-lg-10 {
    font-size: 10px !important;
  }
  .font-lg-8 {
    font-size: 8px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-40 {
    font-size: 40px !important;
  }
  .font-xl-38 {
    font-size: 38px !important;
  }
  .font-xl-36 {
    font-size: 36px !important;
  }
  .font-xl-34 {
    font-size: 34px !important;
  }
  .font-xl-32 {
    font-size: 32px !important;
  }
  .font-xl-30 {
    font-size: 30px !important;
  }
  .font-xl-28 {
    font-size: 28px !important;
  }
  .font-xl-26 {
    font-size: 26px !important;
  }
  .font-xl-24 {
    font-size: 24px !important;
  }
  .font-xl-22 {
    font-size: 22px !important;
  }
  .font-xl-20 {
    font-size: 20px !important;
  }
  .font-xl-18 {
    font-size: 18px !important;
  }
  .font-xl-16 {
    font-size: 16px !important;
  }
  .font-xl-14 {
    font-size: 14px !important;
  }
  .font-xl-12 {
    font-size: 12px !important;
  }
  .font-xl-10 {
    font-size: 10px !important;
  }
  .font-xl-8 {
    font-size: 8px !important;
  }
}

/* text color */
.text-color {
  color: var(--lm-text-color) !important;
}
.text-color-lightgray {
  --lm-text-color: var(--bs-gray-400);
  color: var(--lm-text-color) !important;
}
/* grid system */
.col-4-5 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 4.5));
}
@media (min-width: 576px) {
  .col-sm-4-5 {
    flex: 0 0 auto;
    width: calc(100% / (12 / 4.5));
  }
}
@media (min-width: 768px) {
  .col-md-4-5 {
    flex: 0 0 auto;
    width: calc(100% / (12 / 4.5));
  }
}
@media (min-width: 992px) {
  .col-lg-4-5 {
    flex: 0 0 auto;
    width: calc(100% / (12 / 4.5));
  }
}
@media (min-width: 1200px) {
  .col-xl-4-5 {
    flex: 0 0 auto;
    width: calc(100% / (12 / 4.5));
  }
}
@media (min-width: 1400px) {
  .col-xxl-4-5 {
    flex: 0 0 auto;
    width: calc(100% / (12 / 4.5));
  }
}

/* align */
.align-sub {
  vertical-align: sub;
}

.cursor-pointer {
  cursor: pointer!important;
}
.table-loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  border: 1px solid var(--bs-gray-200);
  border-top: 0;
  background-color: #fff;;
  margin-top: -16px;
}
.no-wrap {
  white-space: nowrap;
}
.table.no-wrap td {
  white-space: nowrap;
}

.lm-spinning-icon img{
  margin-left: 6px;
  transform:rotate(360deg) scale(1.4);
  animation: lm-spinning 1.5s linear infinite;
}

@keyframes lm-spinning {
  from {
    transform:rotate(360deg) scale(1.4);
  }
  to {
    transform:rotate(0deg) scale(1.4);
  }
}

.lm-tooltip{
  background-color: #333;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom:-25px;
  padding:4px 6px 3px 6px;
  border-radius: 2px;
  white-space: nowrap;
  width: fit-content;
  max-width: 100vw;
}
.lm-tooltip:after{
  content:"";
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333;
  position: absolute;
  left: 10px;
  top:-5px;

}