/**********************************************************
* Bootbox Modal Full-Screen
* 
* Date: 12 September 2024
* 
* Copyright 2024 Wireless Estimator.
* All rights reserved.
**********************************************************/

.modal-full-container {
  z-index: 1050;
}

.modal-full {
  min-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modal-full .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modal-full .modal-content .modal-body {
  overflow-y: auto;
  flex-grow: 1;
}
