.custom-login-image {
  background: url("/includes/images/ll-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.navbar-brand>img { display:inline; }

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-text {
    width: 8rem;
}

/*
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
*/
.margin-bottom { margin-bottom: 15px; }
.margin-top { margin-top: 15px; }

.margin-bottom-lg { margin-bottom: 50px; }
.margin-top-lg { margin-top: 50px; }
.margin-bottom-sm { margin-bottom: 15px; }
.margin-top-sm { margin-top: 15px; }

.tab-0 { padding-left: 0; }
.tab-1 { padding-left: 15px; }
.tab-2 { padding-left: 30px; }
.tab-3 { padding-left: 45px; }
.tab-4 { padding-left: 60px; }
.tab-5 { padding-left: 75px; }
.tab-6 { padding-left: 90px; }


#action-menu .card-body { padding: 0.375rem 0.75rem; }

.preloader-xss span { background: url(/includes/images/loader.svg); width: 16px; height: 16px; background-size: 100%; display: block; }
.preloader-xs span { background: url(/includes/images/loader.svg); width: 25px; height: 25px; background-size: 100%; display: block; }
.preloader-sm span { background: url(/includes/images/loader.svg); width: 50px; height: 50px; background-size: 100%; display: block; }
.preloader-md span { background: url(/includes/images/loader.svg); width: 100px; height: 100px; background-size: 100%; display: block; }
.preloader-lg span { background: url(/includes/images/loader.svg); width: 200px; height: 200px; background-size: 100%; display: block; }
.preloader-center { margin: auto; margin: 30px auto; }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #9F9F9F;
}

.dt-container { font-size: 0.875rem; }
#left_list { font-size: 0.875rem; }
#right_list { font-size: 0.875rem; }

#notifications {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

.ll-multiselect.btn { border: 1px solid var(--bs-gray-400); }
.ll-multiselect.btn:hover { border: 1px solid var(--bs-gray-400); }
.ll-multiselect.btn:focus, {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
}
.ll-multiselect.dropdown-toggle { justify-content: left; }
