@charset "UTF-8";
* {
  box-sizing: border-box;
}

:root {
  --primary-color: #002e5a;
  --primary-color-darker: #002043;
  --main-color: #002e5a;
  --main-color-darker: #002043;
  --main_color: #002e5a;
  --main_color_darker: #002043;
  --secondary-color: #9b132a;
  --secondary-color-darker: rgba(156, 19, 41, 0.7);
}

* a {
  color: #fd5900;
  text-decoration: none;
  letter-spacing: 1px;
}

html {
  min-height: 100vh !important;
}

body {
  margin: 0 !important;
  /*color: #fff;*/
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
  font-size: 14px;
}

body {
  background-color: var(--sp-body-bg) !important;
  color: var(--sp-body-color) !important;
}

body.body__no-scroll {
  overflow-y: hidden;
  padding-right: 12px;
}

input, textarea {
  font-family: "Poppins", serif;
}

#app {
  min-height: calc(100vh - 70px) !important;
}

[data-layout=horizontal] #app {
  min-height: calc(100vh - 70px) !important;
}

/* width */
body::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
  background-image: linear-gradient(var(--sp-header-bg-dark) 0%, var(--sp-header-bg-dark) 70px, var(--sp-body-bg) 70.1px, var(--sp-body-bg) 100%);
  border-radius: 0;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background-color: #a2adb7;
  opacity: 0.5;
  border-radius: 4px;
  border: 2px solid #a2adb7;
}

[data-layout-mode=dark] {
  /* width */
  /* Track */
  /* Handle */
}
[data-layout-mode=dark] ::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
[data-layout-mode=dark] ::-webkit-scrollbar-track {
  background-image: linear-gradient(var(--sp-header-bg-dark) 0%, var(--sp-header-bg-dark) 70px, var(--sp-body-bg) 70.1px, var(--sp-body-bg) 100%);
  border-radius: 0;
}
[data-layout-mode=dark] ::-webkit-scrollbar-thumb {
  background-color: #a2adb7;
  border-radius: 4px;
  border: 2px solid #a2adb7;
}

* {
  scrollbar-color: #E8E9EB transparent;
  scrollbar-width: thin;
}

a {
  color: #fd5900;
  text-decoration: none;
}

code {
  background-color: #f6f6f7;
  border-radius: 3px;
  font-family: courier, monospace;
  padding: 12px;
  width: 100%;
  display: inline-block;
  user-select: text;
}

.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.right {
  float: right;
}

.grey-block {
  background-color: #fafafa;
}

.grey-text {
  color: var(--bs-gray-700);
}

.hide {
  display: none;
}

.loading {
  position: relative;
  min-height: 100px;
}

.loading > * {
  opacity: 0.1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.loading:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 40px;
  margin-left: -30px;
  margin-top: -30px;
  border: 3px solid #d1ecfd;
  border-radius: 50%;
  border-top: 3px solid #fd5900;
  border-bottom: 3px solid #fd5900;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  opacity: 1 !important;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  z-index: 2;
}

.loading::after {
  position: absolute;
  content: "Trwa ładowanie danych";
  left: 0;
  top: 60px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  opacity: 1 !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.row-nice {
  position: relative;
  margin: 5px auto 10px;
  display: inline-block;
  width: 100%;
  float: none;
}
.row-nice__help {
  bottom: -18px;
  left: 0;
  font-size: 10px;
  line-height: 10px;
  color: #777;
}
.row-nice__input, .row-nice__textarea {
  padding: 10px 16px 10px 14px !important;
  font-size: 18px !important;
  font-weight: bold;
  border-radius: 6px !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box !important;
  transition: all 0.2s !important;
  will-change: border-color;
  text-indent: 0 !important;
  margin-bottom: 0 !important;
}
.row-nice__textarea {
  min-height: 150px;
}
.row-nice__select {
  padding: 10px 16px 0 10px !important;
  height: 48px !important;
  border: 1px solid rgb(206, 208, 212);
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  border-radius: 6px !important;
}
.row-nice__tags {
  padding: 6px 16px 0 10px !important;
  height: 48px !important;
  border: 1px solid rgb(206, 208, 212);
  background-color: #fff;
  font-weight: 700;
  font-size: 12px !important;
  width: 100%;
  border-radius: 6px !important;
}
.row-nice__label {
  position: absolute;
  left: 14px;
  top: 10px;
  font-size: 16px;
  color: #333;
  transition: all 0.2s;
  will-change: translatex, translatey, scale, color;
  line-height: 1.8em;
  cursor: text;
}
.row-nice__input:focus, .row-nice__textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.row-nice-error .row-nice__input, .row-nice-error .row-nice__textarea, .row-nice-error .row-nice__input:focus, .row-nice-error .row-nice__textarea:focus {
  border: 1px solid red !important;
}
[data-layout-mode=dark] .row-nice__input, [data-layout-mode=dark] .row-nice__select, [data-layout-mode=dark] .row-nice__select:focus, [data-layout-mode=dark] .row-nice__textarea, .dark-layout .row-nice__input, .dark-layout .row-nice__select, .dark-layout .row-nice__select:focus, .dark-layout .row-nice__textarea {
  color: #fff;
  background-color: var(--bs-card-bg) !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
[data-layout-mode=dark] .row-nice__input, [data-layout-mode=dark] .row-nice__textarea, [data-layout-mode=dark] .row-nice__input:focus, [data-layout-mode=dark] .row-nice__textarea:focus, [data-layout-mode=dark] .row-nice__input:not(:placeholder-shown) ~ .row-nice__label, [data-layout-mode=dark] .row-nice__textarea:not(:placeholder-shown) ~ .row-nice__label, .dark-layout .row-nice__input, .dark-layout .row-nice__textarea, .dark-layout .row-nice__input:focus, .dark-layout .row-nice__textarea:focus, .dark-layout .row-nice__input:not(:placeholder-shown) ~ .row-nice__label, .dark-layout .row-nice__textarea:not(:placeholder-shown) ~ .row-nice__label {
  background-color: var(--bs-card-bg) !important;
}
[data-layout-mode=dark] .row-nice__select:focus, [data-layout-mode=dark] .row-nice__input:focus, [data-layout-mode=dark] .row-nice__textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.dark-layout .row-nice__select:focus, .dark-layout .row-nice__input:focus, .dark-layout .row-nice__textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
[data-layout-mode=dark] .row-nice__select ~ .row-nice__label, [data-layout-mode=dark] .row-nice__input:focus ~ .row-nice__label, [data-layout-mode=dark] .row-nice__input:not(:placeholder-shown) ~ .row-nice__label, [data-layout-mode=dark] .row-nice__textarea:not(:placeholder-shown) ~ .row-nice__label, .dark-layout .row-nice__select ~ .row-nice__label, .dark-layout .row-nice__input:focus ~ .row-nice__label, .dark-layout .row-nice__input:not(:placeholder-shown) ~ .row-nice__label, .dark-layout .row-nice__textarea:not(:placeholder-shown) ~ .row-nice__label {
  background-color: var(--sp-body-bg);
  color: rgba(255, 255, 255, 0.5);
}
[data-layout-mode=dark] .row-nice__label, .dark-layout .row-nice__label {
  background-color: var(--bs-card-bg);
  padding: 0 6px;
}

.row-nice__buttons {
  position: absolute;
  right: 0;
  top: 0;
}
.row-nice__buttons > * {
  margin: 14px;
  cursor: pointer;
}

.row-nice.row-nice--error .row-nice__help {
  color: red;
}

.row-nice.row-nice-password:before {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 16px;
  height: 8px;
  display: block;
  background-image: url("/img/eye.svg");
}

.row-nice__input:not(:placeholder-shown),
.row-nice__textarea:not(:placeholder-shown),
.row-nice__input:focus,
.row-nice__textarea:focus {
  outline: none;
  box-shadow: none !important;
}

.row-nice__input:-webkit-autofill {
  background: transparent;
}

.input-autocomplete-active ~ label.row-nice__label,
.input-icon-active ~ label.row-nice__label,
.input-color-active ~ label.row-nice__label,
.row-nice__select ~ label.row-nice__label,
.row-nice__tags ~ label.row-nice__label,
.row-nice__label ~ label.row-nice__label:not(.radio-label),
.row-nice__input:not(:placeholder-shown) ~ label.row-nice__label,
.row-nice__input:focus ~ label.row-nice__label,
.row-nice__textarea:not(:placeholder-shown) ~ label.row-nice__label,
.row-nice__textarea:focus ~ label.row-nice__label {
  color: #333;
  /*font-size: 11px;*/
  background-color: #fff;
  padding: 0 5px;
  transform: translatey(-22px) scale(0.8) translateX(calc(-13% - 3px));
}

.row-nice__image label.row-nice__label {
  left: 0 !important;
  top: 0 !important;
  color: #333;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .row-nice .input_editor ~ label.row-nice__label {
    top: 5px;
  }
}
.close-x {
  position: absolute;
  top: 0;
  right: 5px;
  color: #ffffff;
  opacity: 0.5;
  height: 30px;
  width: 30px;
  border: none;
  background: none;
  outline: none;
  z-index: 4;
  cursor: pointer;
}
.close-x--20 {
  height: 20px;
  width: 20px;
}

.close-x:focus {
  outline: none;
}

.close-x:before,
.close-x:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
}

.close-x:before {
  transform: rotate(-45deg);
}

.close-x:after {
  transform: rotate(-135deg);
}

.close-x:hover {
  opacity: 1;
}

.brand-logo {
  overflow-x: hidden;
  overflow-y: visible;
  display: block;
  position: relative;
  padding-top: 12px;
}
.brand-logo img {
  margin: 15px 0;
}

.navbar-brand {
  max-width: 100%;
  transition: 0.3s;
  padding-left: 9px;
}
.menu-collapsed .main-menu:not(.expanded) .navbar-brand {
  padding-left: 9px;
  width: 28px;
  max-width: 28px;
}

.main-menu .navbar-header .modern-nav-toggle {
  padding-top: 7px;
}

.date-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.date-list__item {
  padding-right: 64px;
  margin-bottom: 24px;
}
.date-list__item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 720px) {
  .date-list {
    flex-direction: column;
  }
  .date-list__item {
    padding-right: 0;
  }
}

.date-block {
  display: flex;
  flex-direction: row;
}
.date-block__icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 16px;
  font-size: 13px;
}
.date-block__icon-img, .date-block__icon-color {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  background-color: #3351fc;
}
.date-block__icon-img {
  background-color: transparent;
  background-image: url("/img/calendar.svg");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  background-blend-mode: color;
}
.date-block__icon-color {
  opacity: 0.1;
  border-radius: 14px;
}
.date-block__info {
  display: flex;
  flex-direction: column;
}
.date-block__info-name, .date-block__info-value {
  line-height: 1.3em;
}
.date-block__info-name {
  color: #8A9099;
}
.date-block__info-value {
  color: #3F434A;
}
.date-block-yellow .date-block__icon-color {
  background-color: rgb(255, 194, 0);
}
.date-block-green .date-block__icon-color {
  background-color: rgb(92, 184, 92);
}

.w-100 {
  width: 100%;
}

.btn--card-head {
  margin: -10px 0 -10px 6px;
}

.btn-secondary-own {
  background-color: var(--secondary-color);
}
.btn-secondary-own:hover {
  background-color: var(--secondary-color-darker);
}

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