.border-radius-10px {
  border-radius: 10px;
}

.doboz {
  border-radius: 10px;
}


.btn-danger {
  color: #ffffff;
  background-color: #ff914d;
  border-color: #ff914d;

}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #f58946;
  border-color: #f58946;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}

.blbr-0 {
  border-bottom-left-radius: 0px !important;
}

.brbr-0 {
  border-bottom-right-radius: 0px !important;
}

.bltr-0 {
  border-top-left-radius: 0px !important;
}

.brtr-0 {
  border-top-right-radius: 0px !important;
}
