.custom-popup-size {
  min-width: 38em !important;
  padding: 15px !important;
  font-size: 1em !important;
  white-space: nowrap !important;
}
.input-custom {
  width: 100%;
}
.input-custom input {
  border-radius: 5px;
}
.container-fluid-custom #row {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5%;
}
.custom-close-button{
  font-size: 4.0em !important;
  color: #337ab7 !important;
}
.custom-close-button:focus{
  box-shadow: none !important;
}
.btn-link.custom-cancel-button {
  background-color: transparent !important;
  color: #337ab7 !important;
}
 #custom-styling .col-md-3 {
   padding: 0;
 }
#custom-styling .col-md-3:not(:last-child) {
  border-right: 1px solid #ccc;
}
.swal2-loader {
  width: 10em !important;
  height: 10em !important;
  border-width: .8em !important;
}
.swal-title-bottom {
  position: absolute !important;
  left: 50% !important;
  bottom: 5% !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
  font-weight: 600 !important;
  padding-bottom: 15px !important;
}
.loading-spinner-popup {
  height: 25em!important;
}
.swal2-actions {
  margin-bottom: 33px !important;
  margin-top: 0 !important;
}
