/* The alert message colors */
.alert-blue {
  background-color: #0D97FF;
}

/* The alert message colors */
.alert-purple {
  background-color: #A568D2;
}

/* The alert message colors */
.alert-red {
  background-color: #D3394F;
}

/* The alert message colors */
.alert-orange {
  background-color: #FAA754;
}

/* The alert message colors */
.alert-green {
  background-color: #92D050;
}

/* The alert message colors */
.alert-black {
  background-color: #000000;
}

/* The alert message colors */
.alert-navy {
  background-color: #1F4E79;
}

/* The alert message box */
.alert-message {
  padding: 14px;
  color: white;
  font-size: 16px;
  height: 56px;
  overflow: hidden;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

@media (max-width: 991.98px) {
  .header-panel-absolute {
    padding-top:57px !important;
  }
}

