@media (min-width: 992px) {
  header {
    margin-bottom: 50px; } }
.navbar-brand img {
  height: 37px;
  margin: -6px 0 0 0; }

h1 {
  margin: 0 0 20px;
  font-size: 25px; }

svg {
  height: 1.2em;
  width: 1.2em;
  vertical-align: -0.2em; }

.modal-content h2 {
  font-size: 20px;
  margin: 0; }

.filter-block {
  background: pink;
  padding: 15px 15px 0;
  border-radius: 7px;
  margin: 0 0 30px; }

.tags-widget {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0; }
  .tags-widget li {
    display: inline-block;
    margin: 0 3px;
    padding: 0 4px;
    background: #919191;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600; }

.btn {
  transition: all 0.3s ease; }

.btn-primary {
  color: #fff;
  background-color: #c4818c;
  border-color: #c4818c; }

.label-primary {
  background-color: #c4818c; }

.label-icon {
  width: auto;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 29px;
  padding: 0 4px;
  font-weight: bold; }

.open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #935d66;
  border-color: #935d66; }

.navbar-default .navbar-brand {
  color: #c4818c;
  font-weight: bold; }

a, .btn-link {
  transition: all 0.3s ease;
  color: #e06591;
  text-decoration: none; }

a:hover, a:focus, a:active, .btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #da8da3; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #c4818c;
  border-color: #c4818c; }

.pagination > li > a, .pagination > li > span {
  color: #935d66; }

.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
  background-color: #c4818c !important;
  color: #fff; }

.td-balance div {
  border-top: 1px solid #c4818c; }
.td-balance div:first-child {
  border-top: none; }
.td-balance div:last-child {
  font-weight: bold;
  text-align: right; }
.td-balance div.amount-positive {
  color: green; }
.td-balance div.amount-negative {
  color: #c64242; }

.contacts-td li {
  list-style: none;
  white-space: nowrap;
  margin-bottom: 3px; }

.mobile {
  position: relative; }
  .mobile h1 {
    margin-bottom: 80px; }
  .mobile .mobile-event-info {
    position: absolute;
    right: 0;
    top: 40px; }
  .mobile .filter-block-mobile {
    position: absolute;
    top: 80px;
    width: 100%; }
  .mobile .clients > .client {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #aaa dotted;
    padding-bottom: 5px; }
    .mobile .clients > .client span:first-child {
      flex: 1; }
    .mobile .clients > .client button {
      display: inline-block;
      margin: 0 0 0 10px !important; }

/*# sourceMappingURL=site.css.map */
