.tooltip {
  z-index: 1080;
  display: block;
  font-family: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: -0.4rem;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: -0.4rem;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: -0.4rem;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: -0.4rem;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgba(0, 0, 0, 0.9);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: 200px;
  padding: 10px 24px;
  color: #F4F4F4;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  border-radius: 4px;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 10px 0;
  margin: 0;
  font-size: 0.9375rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #000;
  text-decoration: none;
  background: #FAFAFA;
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.srnoty-container {
  position: fixed;
  width: 100%;
  top: 0;
  height: 1px;
  z-index: 1050;
  display: none;
}
.srnoty-container.active {
  display: block;
}
.srnoty-container .inner {
  display: table;
  margin: 15px auto 0;
  padding: 15px 30px;
  text-align: left;
  font-size: 1rem;
  border-radius: 3px;
  max-width: 450px;
  line-height: 1.5;
  cursor: pointer;
}
.srnoty-container .inner:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.srnoty-container.loading .inner {
  background: #f9edbe;
  color: #000;
}
.srnoty-container.warning .inner {
  background: #FF5722;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.srnoty-container.success .inner {
  border: 1px solid #161618;
  background: #161618;
  color: #fff;
  font-weight: 500;
}
.srnoty-container.information .inner {
  background: #0c36fb;
  color: #fff;
}
.srnoty-container.danger .inner, .srnoty-container.error .inner {
  background: #B71C1C;
  color: #fff;
}

.error-container {
  width: 80%;
  max-width: 700px;
  margin: 25px auto;
}
.error-container .inner {
  background: #fff;
  border: 1px solid #DEDEDE;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 35px;
  border-radius: 2px;
}
.error-container .inner h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #E91E63;
  margin: 0 0 15px;
  padding: 15px 0 30px;
  text-align: center;
  border-bottom: 1px dotted #DEDEDE;
}
.error-container .inner .message {
  font-size: 18px;
  line-height: 1.75;
  color: #777;
  margin: 0;
  padding: 15px 0 0;
}
.error-container .last-update {
  margin: 0 0;
  padding: 20px 0;
  color: #888;
  font-size: 18px;
  text-align: center;
}
.error-container .bug-icon {
  font-size: 50px;
  color: #B0BEC5;
  margin: 20px 0;
  text-align: center;
}
.error-container .bug-icon.text {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 30px;
  margin: 5px 0 20px;
}
.error-container .helper-links {
  margin: 0;
  text-align: center;
}
.error-container .helper-links a {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  color: #42A5F5;
}
.error-container .helper-links a:hover {
  color: #333;
  text-decoration: underline;
}

.form-group {
  padding: 15px 0;
  margin: 0;
}
.form-group.combined {
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-group label:not(.btn) {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
  display: block;
}

.form-group-common label {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  display: block;
}

label.checkboxLabel {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  margin: 0 0 0 8px;
  color: #000 !important;
  text-transform: none;
  display: inline !important;
  font-size: 1rem;
}
label.checkboxLabel.state-label {
  font-size: 0.9375rem;
}

.help-block {
  font-size: 0.875rem;
  margin: 10px 0 0;
  font-weight: 400;
  color: #555;
  display: block;
}
.help-block.at-top {
  margin: 0 0 15px 0;
  color: #999;
  font-size: 0.8125rem;
}
.help-block.at-top .feather, .help-block.at-top .mdi {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.help-block a {
  text-decoration: underline;
}
.help-block a:hover {
  text-decoration: none;
}
.help-block strong {
  font-weight: 700;
}

.submission-handler {
  padding: 1rem 0;
}

input.form-control.parsley-error, input.form-control.form-error, select.form-select.parsley-error, select.form-select.form-error, textarea.form-control.parsley-error, textarea.form-control.form-error, .input-group.parsley-error, .input-group.form-error {
  border-color: #f44336;
}
input.form-control.parsley-error:focus, input.form-control.form-error:focus, select.form-select.parsley-error:focus, select.form-select.form-error:focus, textarea.form-control.parsley-error:focus, textarea.form-control.form-error:focus, .input-group.parsley-error:focus, .input-group.form-error:focus {
  box-shadow: 0 0 0 0.25rem #FFEBEE;
}

.input-group.parsley-error:focus, .input-group.form-error:focus {
  box-shadow: 0 0 0 0.25rem #FFEBEE;
}
.input-group.parsley-error input.form-control:focus, .input-group.parsley-error select.form-select:focus, .input-group.parsley-error textarea.form-control:focus, .input-group.form-error input.form-control:focus, .input-group.form-error select.form-select:focus, .input-group.form-error textarea.form-control:focus {
  box-shadow: none;
}

input[type=number]:not(.spinner)::-webkit-outer-spin-button,
input[type=number]:not(.spinner)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]:not(.spinner) {
  -moz-appearance: textfield;
}

.parsley-errors-list {
  padding: 5px 0;
  margin: 0;
}
.parsley-errors-list li {
  list-style: none;
  font-size: 0.9375rem;
  color: #f45050;
}

.err-placeholder {
  font-size: 0.9375rem;
  color: #f45050;
}
.err-placeholder div {
  padding: 10px 0;
}

.parsley-error input[type=checkbox] {
  border-color: #f44336;
}
.parsley-error label.checkboxLabel {
  color: #f44336;
}

input:disabled + label {
  color: #afafaf;
}

#errors_container .inner {
  background: #ffcdd2;
  padding: 20px;
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  border: 1px solid #ef9a9a;
}
#errors_container .inner h5 {
  color: #c62828;
  font-weight: 600;
  margin: 0 0 5px;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}
#errors_container .inner p {
  padding: 5px 0;
  margin: 0;
}

.mdi {
  width: 24px;
  height: 24px;
}
.mdi.at-header {
  width: 40px;
  stroke-width: 1.3;
}

.feather {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.btn .feather, .btn .mdi {
  margin-right: 5px;
}
.btn .feather.left, .btn .mdi.left {
  margin-right: 0;
  margin-left: 5px;
}

span.dsk {
  position: absolute;
  top: 57px;
  width: 40px;
  height: 21px;
  text-align: center;
  padding: 0;
  background: rgb(238, 0, 0);
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 400;
  line-height: 21px;
  border-radius: 4px;
}
span.dsk:after {
  width: 0;
  height: 0;
  position: absolute;
  right: 14px;
  top: -6px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgb(238, 0, 0);
}
