.close-box-collaps {
  z-index: 1050;
  font-size: 3.5rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.3rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  vertical-align: text-top;
  margin-left: 2px;
}

.card-btn {
  align-self: end;
  border-radius: 0.5rem;
  background: #03a9f4;
  border: none;
}

.card-btn:hover {
  background: #0391d3;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5);
}

.sale_btn {
  background: #f18e31 !important;
}

.sale_btn.focus,
.sale_btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 142, 49, 0.5) !important;
}

.navbar-default.navbar-reduce {
  transition: all 0s ease-in-out;
}

.bg-warning {
  background: #f18e31 !important;
  color: white;
  font-size: 0.8rem !important;
}

.border_faq_no {
  border: 1px solid #ef8315;
}

.border_faq_important {
  border: 1px solid #f14731;
}

.faq-ok {
  color: #0391d3;
}

.bg-important {
  background: #f14731 !important;
  color: white;
  font-size: 0.8rem !important;
}

.border_faq_important strong {
  color: #f14731;
}
