* {
  font-family: "AllianzNeo-Regular" !important;
}

body {
  background-color: #fff !important;
}

body {
  padding: 0 !important;
  margin: 0 !important;
}

.main-navbar {
  background-color: #fff;
}

.filter-wrapper {
  background-color: #4CA344 !important;
}
.filter-wrapper label {
  color: white;
}

xh1, xh2 {
  font-size: 34px;
  font-family: Montserrat-SemiBold;
  color: #fff !important;
  position: relative;
  /* display: inline-block; */
  display: table;
  margin-bottom: 25px;
}
xh1:before, xh2:before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 250px;
  bottom: 0;
  left: 1px;
  height: 1px;
  background-image: linear-gradient(to right, #023f84 0%, #023f84);
}
xh1:after, xh2:after {
  position: absolute;
  content: "";
  width: 140px;
  bottom: 0;
  left: 1px;
  height: 1px;
  background-image: linear-gradient(to right, rgba(217, 0, 22, 0) 0%, #023f84);
  transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform: translateX(-100%) rotate(-30deg);
  -webkit-transform: translateX(-100%) rotate(-30deg);
  -moz-transform: translateX(-100%) rotate(-30deg);
  -o-transform: translateX(-100%) rotate(-30deg);
  -ms-transform: translateX(-100%) rotate(-30deg);
}

.btn {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
  border: 1px solid #023f84 !important;
  transition: all ease-in-out 0.3s !important;
  font-size: 18px !important;
}
.btn:hover {
  border: 1px solid #000 !important;
  color: #023f84 !important;
}

.card {
  background-color: #CAD4DE !important;
  color: #000 !important;
  border-radius: 0px !important;
}

.type-icon {
  width: 19px;
  height: 19px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
}

.yellow {
  background-color: #FFC72C;
}

.brown {
  background-color: #744823;
}

.gray {
  background-color: #B2B4B1;
}

.blue {
  background-color: #00A2E0;
}

.datesList {
  list-style: none;
}
.datesList li {
  display: flex;
  flex-wrap: nowrap;
}

#calendar-address li {
  display: flex;
  justify-content: space-between;
}
#calendar-address li:hover {
  background: rgba(208, 208, 208, 0.3294117647);
}
#calendar-address li p {
  margin-bottom: 2px !important;
  font-size: 14px;
}
#calendar-address ol, #calendar-address ul {
  padding-left: 0rem;
}

#calendar-address h4 {
  margin-bottom: 0px !important;
}
#calendar-address .calendar-list-header {
  background: rgba(128, 128, 128, 0.1490196078);
  padding-right: 10px;
  padding-left: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#calendar-address .custom-toggler {
  color: #4CA344;
}
#calendar-address .custom-toggler:hover {
  cursor: pointer;
}
#calendar-address .fa-circle-exclamation {
  color: #4CA344;
  margin-left: 5px;
}

@media screen and (min-width: 800px) {
  #calendar-address .calendar-list-header {
    width: 75%;
  }
  #calendar-address ol, #calendar-address ul {
    padding-left: 0rem;
    width: 75%;
  }
}
.main-template-button {
  background-color: #198754 !important;
  color: white !important;
  transition: 0.25s all;
}
.main-template-button:hover {
  cursor: pointer;
  background-color: #157347 !important;
}

.custom-nav-item {
  padding: 5px;
  background-color: #F8F8F8;
  border-radius: 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.175);
}
.custom-nav-item a {
  text-decoration: none;
  color: #42A73B;
}
.custom-nav-item a:hover {
  color: #2f8529;
}

.options-boxes select {
  display: none;
}

.table-link {
  text-decoration: none;
  font-weight: bold;
  color: #42A73B;
}
.table-link:hover {
  color: #297724;
}

a {
  color: #42A73B !important;
}
a:hover {
  color: #297724 !important;
}

.dalsi_obchodni_misto {
  display: none;
}

.misto-1 {
  display: block !important;
}

.business-card-preview {
  min-height: 280px;
}

.business-card-preview {
  border: 1px solid #003781;
  padding: 10px;
  font-size: 12px;
  color: black;
  padding-bottom: 20px;
}

.om-branches-four .om-branch {
  padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
}
.business-card-preview.page2.om-branches-four .branch-title {
  padding-top: 0px !important;
}

.business-card-preview.page2.om-branches-four .line {
  display: flex;
}/*# sourceMappingURL=front.css.map */