

.uh-modal {
  display: none;
  position: fixed;
  left: 0;
  bottom: auto;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
  box-shadow:none;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.uh-modal h1, .uh-modal h2, .uh-modal h3, .uh-modal h4 {
  margin-top: 0;
}

.uh-modal .modal-content {
  padding: 24px;
  border:none;
  border-radius:0px;
  box-shadow:none;
  
}

.uh-modal .modal-close {
  cursor: pointer;
}

.uh-modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa !important;
  padding: 4px 15px;
  height: 56px;
  width: 100%;
  border-top:none;
}

.uh-modal .modal-footer .btn, .uh-modal .modal-footer .btn-large, .uh-modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.uh-modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.uh-modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.uh-modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.uh-modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* CUSTOM CSS */

.uh-modal .modal-content-area{
    margin: 0em .5em;
}
.uh-modal .modal-title{
    font-size: 2em;
    font-weight: bold;
    /*background-color:#e5e5e5;*/
}
.uh-modal .modal-title-area{
    display:inline-block;
    width: 85%;
    margin-left: .20em;
}

.uh-modal .modal-close-area{
    display:inline-block;
    width: 10%;
    text-align:right;
    line-height: 2em;
    vertical-align: middle;
    margin-top: -15px;
}

.card-header span:first-of-type {
  background-color: #6c757d !important;
  color: white;
  border-radius: 12px;
  padding: 0.25em 0.5em;
}
.card-header span:nth-of-type(2) {
  background-color: #f6be00;
  color: white !important;
  border-radius: 12px;
  padding: 0.25em 0.5em;
}