@import url(https://fonts.googleapis.com/css?family=Nunito);
.btn.btn-primary {
  background-color: #C20E1A !important;
  border-color: #C20E1A !important;
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text) {
  background-color: #AC1415 !important;
  border-color: #AC1415 !important;
}

#kt_wrapper .text-info {
  color: #C20E1A !important;
}

a i {
  color: unset;
  margin-right: 8px;
}

form .vs__dropdown-toggle {
  border-radius: 0.85rem;
  border: 1px solid #E4E6EF;
  padding: 0.65rem 1rem;
}

.link {
  cursor: pointer !important;
}

.img-wrap {
  position: relative;
}
.img-wrap .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 15;
  font-weight: bold;
  cursor: pointer;
  font-size: 50px;
  line-height: 10px;
}
.img-wrap .close-edit {
  right: 32px;
  top: -7px;
  text-shadow: none;
  opacity: 1;
}
.img-wrap .close-edit i {
  font-size: 28px;
  color: #0e3e1b;
}
