
.visform .form-label {
    width: 100%;
}
.field-calendar .btn.btn-secondary {
    border-radius: 0 6px 6px 0;
}
.form-group.row .col-9.col-sm-9.col-md-9.col-lg-9.col-xl-9.col-xxl-9 {
    width: 100%;
}
span.badge.bg-danger.featured-article-badge {
    display: none;
}
#sp-header {
    background-color: transparent;
  box-shadow: none;
}
#sp-header.header-sticky {
    background-color: #fff;
    transition: all 0.3s ease;
}
#sp-header .container {
    background-color: #fff;
    border-radius: 80px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn {
    --bs-btn-padding-x: 1.2rem;
  --bs-btn-border-radius: 1.5rem;
}
.btn.btn-outline-primary {
    color: #62007b;
  border: 1px solid #62007b;
  border-radius: 20px;
}
.btn.btn-outline-primary:hover {
    color: #fff !important;
  background:#62007b;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #aa3c1e;
    border-color: #aa3c1e;
}
@media (max-width: 768px) { 
  #sp-header {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (min-width: 768px) { 
  form.narocilnica {
    padding: 40px;
    border: 1px dashed #ced4da;
    border-radius: 6px;
}
}