.portlet .portlet--heading {
  padding: 1rem 2rem;
}

.portlet .portlet--heading h2 {
  font-size: 18px;
  color: #333;
  font-weight: 800;
}

.portlet .portlet--heading h2 span {
  font-weight: 400;
}

/* Overrides start */
.nav-tabs + .tab-content .tab-pane {
  background: transparent !important;
  padding: 0 !important;
}

/* Overrides end */

/****************************** Rate Chart Model ************************************/

.modal {
  display: none;
}

.modal-content {
  border: 0;
  border-radius: 0;
  background-image: url("../images/pop-graph.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #f6f8fa;
}

.modal-dialog {
  position: initial;
  overflow: overlay;
  height: 90%;
  max-width: 1000px;
}

.modal-body {
  position: relative;
}

.close {
  color: #333333;
  opacity: 0.9;
}

.modal .close {
  position: absolute;
  right: 10px;
  top: 8px;
}

.modal .modal-footer {
  padding: 0;
  margin-top: 0;
  display: unset;
}

.dsclmr {
  font-size: 0.8rem;
  margin-top: 1rem;
}

.condition_label {
  font-size: 0.5rem;
}

/* CSS Overrides */

.modal-dialog {
  margin-top: 5rem;
}