/*!
 *   MyStyle AdminLTE v3.2.0
 *   Author: masherjan
 *   Website: 
 *   License: 
 */

.PAS-themes-font {
  color: #ffffff !important; 
  font-weight: bolder;
} 

.swal-overlay {
  z-index: 100000000000 !important ;
}   

._B5LR-primary {
  border-left:5px solid #007bff;
  border-right:5px solid #007bff;
}
._B5LRB-primary {
  border-left:5px solid #007bff;
  border-right:5px solid #007bff;
  border-bottom:5px solid #007bff;
}

._B1B-primary { 
}

/**/
._B1-primary {
  border:1px solid #007bff;
  border-radius: 0.25rem;
}

._B1-info {
  border:1px solid #17a2b8;
  border-radius: 0.25rem;
}

._B1-secondary {
  border:1px solid #6c757d;
  border-radius: 0.25rem;
}

._B3TLR-primary {
  border-top:3px solid #007bff;
  border-left:3px solid #007bff;
  border-right:3px solid #007bff;
  border-radius: 0.25rem;
}

._B3LRB-primary {
  border-left:3px solid #007bff;
  border-right:3px solid #007bff;
  border-bottom:3px solid #007bff;
  border-radius: 0.25rem;
}


._B1T-gray {
  border-top:1px solid #dee2e6; 
}
._B1B-gray {
  border-bottom:1px solid #dee2e6;
}
._B2L-gray {
  border-left:2px solid #dee2e6;
}
._B1LR-gray {
  border-left:1px solid #dee2e6;
  border-right:1px solid #dee2e6;
}
._B1BR-gray {
  border-bottom:1px solid #dee2e6; 
  border-right:1px solid #dee2e6; 
}

._B2T-gray {
  border-top:2px solid #dee2e6; 
}
._B2B-gray {
  border-bottom:2px solid #dee2e6;
}
._B2LR-gray {
  border-left:2px solid #dee2e6;
  border-right:2px solid #dee2e6;
}
._B2BR-gray {
  border-bottom:2px solid #dee2e6; 
  border-right:2px solid #dee2e6; 
}



/**/
.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
}


/**/
.footer-wave {
  Xbackground-color: #32acfa;
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}

/*
 background: url(./assets/epsak24.new/images/bg-waves2.svg) top no-repeat;
*/
.footer-wave::after {
  content: "";
  background: url(../img/bg-waves2.svg) top no-repeat;
  background-size: auto;
  background-size: contain;
  display: block;
  height: 100%;
  position: absolute;
  top: -5px;
  left: -1px;
  right: -4px;
  z-index: 1;
}


.hero-waves {
  height: 320px;
  position: relative;
}

.hero-waves .wave {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.hero-waves .wave + .wave {
  z-index: 2;
}


/* End MyStyle AdminLTE */