body {
    position: relative;
    font-family: "DejaVu Sans Condensed", sans-serif;   
    padding-top:70px; 
    overflow-x: hidden;
  }

  .auth-form {
    width: 100%;
    max-width: 520px;
    padding: 15px;
    margin: auto;
}

.picker__box .picker__header .picker__nav--next:before, .picker__box .picker__header .picker__nav--prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: hidden;
}

.md-form.form-lg label.active {
  font-size: 0.99rem;
}

.clickable-row
{
  cursor:pointer;
}
.fa-check
{
  font-size:12px !important;
}

.select-wrapper input.select-dropdown {
  margin: 0 0 0.64rem;
}

.custom-select-label
{
  font-size:1rem;
  color:#757575;
  margin-top: 1rem;
  margin-bottom: 0;
}

.company-images
{
  position: relative;
  display: inline-block;
}

.delete-image
{
  position: absolute;
  top: -25px;
  right: -25px;
  width: 30.15px !important;
  height: 30.15px !important;
}

.delete-image i
{
  line-height: 30.15px !important;
}

a.lightgallery-item
{
  cursor:zoom-in !important;
}

.select-invalid
{
  color:#a94442;
  display: none;
}

.select-readonly
{
  pointer-events: none !important;
}

.navbar-nav .dropdown-menu-right {
  overflow-y: scroll;
  max-height: 400px;
}

.scrollbar-light-blue::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }
  
  .scrollbar-light-blue::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
  
  .scrollbar-light-blue::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #2e5e86; }
  
  .square::-webkit-scrollbar-track {
  border-radius: 0 !important; }
  
  .square::-webkit-scrollbar-thumb {
  border-radius: 0 !important; }
  
  .thin::-webkit-scrollbar {
  width: 6px; }

.filter_menu
{
  position: absolute;
  top:62px;
  right:0;
  width:320px;
  transform:translateX(100%);
  transition: 0.4s all;
  z-index:999;
  background:#243a51;
  color:white;
}

.filter_menu.show
{
  transform: translateX(0);
}

.filter_menu .select-wrapper input.select-dropdown
{
  color:white;
}
.filter_menu .select-wrapper span.caret
{
  color:white;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}