@media (min-width: 1400px) {
    .header.container{
        max-width: 100% !important;
    }
  }


@media (min-width: 1200px) {
    .header.container{
        max-width: 100% !important;
    }
  }


  @media (min-width: 992px) {
    .header.container{
        max-width: 100% !important;
    }
  }

    @media (min-width: 768px) {
    .header.container{
        max-width: 100% !important;
    }
  }

     @media (min-width: 576px) {
    .header.container{
        max-width: 100% !important;
    }
  }

  /* Modal Dialogue */
  .modal-dialog-slideout {
  position: fixed;
  right: 0;
  margin: 0;
  width: 700px ;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.modal.fade .modal-dialog-slideout {
  transform: translateX(100%);
}

.modal.fade.show .modal-dialog-slideout {
  transform: translateX(0);
}


.modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
}


@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: auto;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: auto;
    }
}


.select2-container .select2-selection--single{
  height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 35px;
}

.select2-container--default .select2-selection--single{
  border: 1px solid #d9d9d9;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #d9d9d9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear{
  height: 35px;
}



