.brd {
  border: 1px solid red;
}

body {
  background-color: var(--color-default);
}

.ui-side-panel-wrap-workarea {
  background: none;
}

.rp-container {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  overflow: hidden;
}

.uk-card.tm-card {
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  padding: 30px;
  background-color: var(--color-default-light-3);
  border-radius: 15px;
}
.uk-card.tm-card.tm-card-hover:hover {
  margin-top: -10px;
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.08);
}

.uk-offcanvas-bar * {
  color: initial !important;
}

/* step */
.uk-step .uk-step-panel {
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.uk-step .uk-step-panel svg.uk-step-svg {
  margin-right: 10px;
  min-width: 24px;
}
.uk-step .uk-step-panel:not(:last-child):after {
  position: absolute;
  z-index: 1;
  content: "";
  left: 11px;
  top: 17px;
  height: -webkit-calc(100% - 13px + 8px);
  height: calc(100% - 13px + 8px);
  width: 2px;
  background-color: #a59b9b;
}
.uk-step .uk-step-panel_true:after, .uk-step .uk-step-panel_true .uk-badge {
  background-color: var(--color-success) !important;
}
.uk-step .uk-step-panel_true svg.uk-step-svg path {
  fill: var(--color-success) !important;
}
.uk-step .uk-step-panel_fix:after, .uk-step .uk-step-panel_fix .uk-badge {
  background-color: var(--color-danger) !important;
}
.uk-step .uk-step-panel_fix svg.uk-step-svg path {
  fill: var(--color-danger) !important;
}
.uk-step .uk-step-panel_edit:after, .uk-step .uk-step-panel_edit .uk-badge {
  background-color: var(--color-warning) !important;
}
.uk-step .uk-step-panel_edit svg.uk-step-svg path {
  fill: var(--color-warning) !important;
}
.uk-step .uk-step-panel_edited:after, .uk-step .uk-step-panel_edited .uk-badge {
  background-color: #00a0dd !important;
}
.uk-step .uk-step-panel_edited svg.uk-step-svg path {
  fill: #00a0dd !important;
}
.uk-step .uk-step-panel_disabled:after, .uk-step .uk-step-panel_disabled .uk-badge {
  background-color: var(--color-default-dark-7) !important;
}
.uk-step .uk-step-panel_disabled svg.uk-step-svg path {
  fill: var(--color-default-dark-7) !important;
}

/* badge */
.uk-badge-draft, .uk-badge-cancelled {
  background-color: #a59b9b !important;
}
.uk-badge-registered {
  background-color: #74b68c !important;
}
.uk-badge-consideration, .uk-badge-repeated_consideration {
  background-color: #1cb44e !important;
}
.uk-badge-preparation_draft_contract_tu {
  background-color: #1c91b4 !important;
}
.uk-badge-waiting_missing_information {
  background-color: #f6492b !important;
}

/* tab */
.uk-tab.uk-tab-button li a {
  color: #333;
  border-bottom: 0px;
  background: var(--color-default-light-15);
}
.uk-tab.uk-tab-button li.uk-active a {
  background: var(--color-primary);
  color: white;
}
.uk-tab.uk-tab-button::before {
  display: none;
}

/* alert */
.uk-alert-area {
  padding: 15px 15px 15px 1px !important;
  background: #fde8ea;
  border-radius: 7px;
}

.main-ui-filter-search.main-ui-filter-theme-default {
  width: 100%;
}

.uk-subnav-pill > * > a {
  color: black !important;
}

.uk-subnav-pill > .uk-active > a {
  background-color: #00a0dd !important;
  color: white !important;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

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

.uk-modal {
  z-index: 990;
}
.uk-modal.uk-modal-container .uk-modal-dialog {
  width: 1300px;
}
.uk-modal .uk-modal-dialog {
  border-radius: 15px;
}

.ui-autocomplete.ui-front {
  z-index: 1500;
}
._medal-svg {
  display: block;
  width: 30px;
  height: 30px;

  background: url('/local/templates/2023/images/medal.svg');
  background-size: cover;
}
/*# sourceMappingURL=template_styles.css.map */
