.hb-error-modal {
  background-color: #FAEDED;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #CD0000;
  position: relative;
}

.hb-error-modal .hb-modal-title {
  font-size: 22px!important;
  line-height: 30px!important;
}
.hb-error-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.hb-error-modal .hb-card-basic-header {
  padding-top: 20px;
}
.hb-error-modal .hb-card-basic-header,
.hb-error-modal .hb-card-content {
  padding-left: 80px;
}

.hb-error-modal .hb-card-content {
  font-size: 16px;
  line-height: 22px;
  color: #272726;
  font-weight: 400;
  padding-bottom: 50px;
}

.hb-error-home-button {
  min-width: auto;
  position: absolute;
  bottom: 15px;
  right: 10px;
}

.hb-error-home-button:hover {
  
  color: white!important;
  text-decoration: none;
}
