.preloader-wrapper {
    z-index: 999;
    position: absolute;
    width: 100%;
  height: 100%;
  top: 50%;
  bottom: 50%;
  text-align: center;
}

.fade-out-animation {
    opacity: 0;
    visibility: hidden;
}

.preloader-wrapper-modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    z-index: 999;
}

.header-frezee{
    position: fixed;
    z-index: 2000;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  }
    
  .modal-open {
    overflow: hidden !important;
  } 

  .required:after {
    content:" *";
    color: red;
  }

  .footer-fixed-custom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
 }

 .is_invalid-custom .select2-container--default .select2-selection--single {
  border-color: #F64E60 !important;
 }
