/*===================================================================
 FarmWebMobile CSS Bundle
 Auto-generated by concatenating (cascade order is critical):
   1. bootstrap.css   (Bootstrap framework base)
   2. style.css       (Kolor mobile template)
   3. LoaderStyle.css (loader/preloader)
   4. app.css         (custom app overrides)
   5. font-scale.css  (a11y font scaling overrides)
 NE EDITUJ DIREKTNO — promene idu u app.css koje se posle bundle-uje.
===================================================================*/

/*========== 1. bootstrap.css ==========*/
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}






































.figure {
  display: inline-block;
}





.container{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

















.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}





















.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
















































@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  

  

  

  

  

  

  

  

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  

  

  

  

  

  

  

  

  

  

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  
}



.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}


















































.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}












textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}











































.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}



















.form-floating > .form-control{
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}


.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label{
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}


.input-group > .form-control{
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus{
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}



.input-group-lg > .form-control, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}



.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n/**/+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n/**/+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n/**/+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}



.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}



.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}




.btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}




.btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}




.btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}




.btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}




.btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}




.btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}




.btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}




.btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}




.btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}




.btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}




.btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}




.btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}




.btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}




.btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}



.btn-link.disabled {
  color: #6c757d;
}

.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup, .dropend, .dropdown, .dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}












.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}



.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}






.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}





.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}




.btn-group > .btn:not(:first-child){
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n/**/+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}


.btn-group-vertical > .btn{
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child){
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}


.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}


.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}














@media (min-width: 576px) {
  
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  
  
  
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  
}
@media (min-width: 768px) {
  
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  
  
  
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  
}
@media (min-width: 992px) {
  
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  
  
  
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  
}
@media (min-width: 1200px) {
  
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  
  
  
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  
}
@media (min-width: 1400px) {
  
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  
  
  
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}




.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}





.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}







.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}





.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}



























.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}



.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}












.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}














.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}







.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}














.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
































@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}









.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}








.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}


.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}



.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}



.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}



.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}



.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}



.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}



.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}



.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}



.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}




.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}



.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}









.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}



.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}





.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}






.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}




@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  

  

  
}





.modal-fullscreen .modal-body {
  overflow-y: auto;
}


@media (max-width: 575.98px) {
  
  
  
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  
}
@media (max-width: 767.98px) {
  
  
  
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  
}
@media (max-width: 991.98px) {
  
  
  
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  
}
@media (max-width: 1199.98px) {
  
  
  
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  
}
@media (max-width: 1399.98px) {
  
  
  
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  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;
}
.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: #000;
}


.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  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: #000;
}


.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.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: #000;
}


.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  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: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}




.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}











/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */




.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}




.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}


@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}




@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}































.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}









.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
















.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}























.opacity-50 {
  opacity: 0.5 !important;
}











.overflow-scroll {
  overflow: scroll !important;
}















.d-flex {
  display: flex !important;
}



.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}















































.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}







.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}







































.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}













.h-100 {
  height: 100% !important;
}













.flex-column {
  flex-direction: column !important;
}













.flex-wrap {
  flex-wrap: wrap !important;
}

















.justify-content-start {
  justify-content: flex-start !important;
}



.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}





.align-items-start {
  align-items: flex-start !important;
}



.align-items-center {
  align-items: center !important;
}































.order-0 {
  order: 0 !important;
}













.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}



.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}









.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}



.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}



.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}











.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}



.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}



.mt-4 {
  margin-top: 1.5rem !important;
}











.me-3 {
  margin-right: 1rem !important;
}





.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}



.mb-auto {
  margin-bottom: auto !important;
}







.ms-3 {
  margin-left: 1rem !important;
}

















































































.p-1 {
  padding: 0.25rem !important;
}















.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}





















.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}



















.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}



























































.text-center {
  text-align: center !important;
}













.text-uppercase {
  text-transform: uppercase !important;
}







/* rtl:begin:remove */


/* rtl:end:remove */




.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}



.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}







.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}



































.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}





























.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}



















.visible {
  visibility: visible !important;
}











/*========== 2. style.css ==========*/
@charset "UTF-8";
.fa-rotate-180, .fa-rotate-90, [data-bs-toggle] i {
  transition: all 300ms ease;
}

/*Typography Settings*/
body {
  font-size: 13px;
  font-family: "Roboto", sans-serif !important;
  line-height: 26px !important;
  color: #6c6c6c !important;
  background-color: #f0f0f0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1f1f1f;
  font-family: "IBM Plex Sans", sans-serif !important;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
}

h1 {
  font-size: 24px;
  line-height: 30px;
}

h2 {
  font-size: 21px;
  line-height: 25px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 23px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: none !important;
}

p {
  color: #6c6c6c;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

/*Page Stucture Settings*/
#page {
  overflow-x: hidden;
  position: relative;
}

.page-content {
  position: relative;
  transition: all 300ms ease;
  z-index: 90;
}

.page-bg {
  z-index: 52;
  position: fixed;
  top: -550px;
  bottom: -550px;
  transform: translate3d(0, 0, 0);
  left: -50px;
  right: -50px;
}

.page-bg div {
  z-index: 2;
  position: absolute;
  top: -550px;
  bottom: -550px;
  left: -50px;
  right: -50px;
}



/*Content Boxes*/
.content {
  margin: 20px 15px 30px 15px;
}
.content p:last-child {
  margin-bottom: 0px;
}





/*Logos*/
.header-logo {
  background-size: 28px 28px;
  width: 50px;
}

.footer .footer-logo {
  background-size: 80px 80px;
  height: 80px !important;
  margin-bottom: 20px !important;
}

.theme-light .header .header-logo {
  background-image: url(../images/preload-logo.png);
}

.theme-dark .header .header-logo {
  background-image: url(../images/preload-logo.png);
}

.theme-light .footer .footer-logo {
  background-image: url(../images/preload-logo.png);
}

.theme-dark .footer .footer-logo {
  background-image: url(../images/preload-logo.png);
}

/*--Header---*/
.header-title span {
  font-family: "IBM Plex Sans", sans-serif;
}



.header-logo {
  color: rgba(0, 0, 0, 0) !important;
}
.header-logo span {
  display: none;
  display: none;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 60px;
  height: calc(60px + (constant(safe-area-inset-top))*0.8) !important;
  height: calc(60px + (env(safe-area-inset-top))*0.8) !important;
  z-index: 99;
  transition: all 300ms ease;
  background-color: #FFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}
.header .header-title {
  position: absolute;
  height: 60px;
  line-height: 60px;
  margin-top: calc((constant(safe-area-inset-top))*0.8) !important;
  margin-top: calc((env(safe-area-inset-top))*0.8) !important;
  font-size: 16px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
  font-family: "IBM Plex Sans", sans-serif;
}
.header .header-logo {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-top: calc((constant(safe-area-inset-top))*0.8) !important;
  margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}
.header .header-icon {
  position: absolute;
  height: 60px;
  width: 45px;
  text-align: center;
  line-height: 60px;
  font-size: 12px;
  color: #1f1f1f;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0) !important;
}
.header .dropdown-menu {
  z-index: 99;
}

.header-auto-show {
  opacity: 0;
  transition: all 300ms ease;
}

.header-active {
  opacity: 1;
  transition: all 300ms ease;
}

.header-always-show .header {
  margin-top: 0px !important;
}



.header-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  border: none !important;
}

.header-clear {
  padding-top: 60px;
  padding-top: calc(60px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(60px + (env(safe-area-inset-top))*0.8) !important;
}



.header-clear-medium {
  padding-top: 80px;
  padding-top: calc(80px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(80px + (env(safe-area-inset-top))*0.8) !important;
}



.header-icon {
  margin-top: calc((constant(safe-area-inset-top))*0.8) !important;
  margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}
.header-icon .badge {
  position: absolute;
  margin-left: -5px;
  color: #FFF !important;
  width: 16px;
  text-align: center;
  line-height: 16px;
  padding: 0px;
  padding-left: 1px !important;
  border-radius: 18px;
  margin-top: 12px;
  font-size: 11px;
}







.header-logo-center .header-icon-1 {
  left: 0px;
}



.header-logo-center .header-title {
  width: 150px;
  left: 50%;
  margin-left: -75px;
  text-align: center;
}
.header-logo-center .header-logo {
  background-position: center center;
  width: 150px !important;
  left: 50%;
  margin-left: -75px;
  text-align: center;
}

.header-logo-left .header-icon-1 {
  right: 0px;
}



.header-logo-left .header-logo {
  left: 0px !important;
  margin-left: 0px !important;
}
.header-logo-left .header-title {
  left: 15px !important;
  margin-left: 0px !important;
}

.header-logo-right .header-icon-1 {
  left: 0px;
}



.header-logo-right .header-logo {
  left: auto !important;
  right: 20px !important;
  margin-left: 0px !important;
}
.header-logo-right .header-title {
  left: auto !important;
  right: 20px !important;
  margin-left: 0px !important;
}

.header-logo-app .header-icon-1 {
  left: 3px;
}
.header-logo-app .header-icon-2 {
  right: 2px;
}
.header-logo-app .header-icon-3 {
  right: 45px;
}
.header-logo-app .header-icon-4 {
  right: 90px;
}
.header-logo-app .header-icon-5 {
  right: 135px;
}
.header-logo-app .header-logo {
  left: 0px !important;
  margin-left: 40px !important;
}
.header-logo-app .header-title {
  left: 0px !important;
  margin-left: 55px !important;
}





/*-Footer Menu-*/
#footer-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  background-color: rgba(249, 249, 249, 0.98);
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
  min-height: 60px;
  min-height: calc(60px + (constant(safe-area-inset-bottom))*1.1);
  min-height: calc(60px + (env(safe-area-inset-bottom))*1.1);
  display: flex;
  text-align: center;
  transition: all 300ms ease;
}
#footer-bar a {
  color: #1f1f1f;
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
}
#footer-bar a span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: -6px;
  opacity: 0.7;
  font-family: "Roboto", sans-serif !important;
}
#footer-bar a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
#footer-bar .badge {
  font-style: normal;
  z-index: 5;
  top: 0px;
  position: absolute;
  margin-left: 3px;
  color: #FFF !important;
  width: 18px;
  text-align: center;
  line-height: 18px;
  padding: 0px;
  padding-left: 0px !important;
  border-radius: 18px;
  margin-top: 7px;
  font-size: 11px;
}

.footer-bar-2 .active-nav {
  color: #FFF !important;
}
.footer-bar-2 .active-nav strong {
  position: absolute;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  bottom: 0px;
}

.footer-bar-4 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@keyframes activeAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.09);
  }
}
.footer-bar-4 .active-nav {
  color: #FFF !important;
}
.footer-bar-4 .active-nav::after {
  content: "";
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2) !important;
  position: absolute;
  width: 45px;
  left: 50%;
  transform: translateX(-50%);
  top: 11px;
  height: 45px;
  border-radius: 10px;
  background-color: #000;
}
.footer-bar-4 .active-nav span {
  display: none !important;
}
.footer-bar-4 .active-nav i {
  padding-top: 11px;
  animation-name: activeAnimation;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  font-size: 20px !important;
}
.footer-bar-4 span {
  font-weight: 500 !important;
  font-size: 10px !important;
  opacity: 0.5 !important;
  padding-bottom: 5px;
}
.footer-bar-4 i {
  font-size: 18px !important;
  padding-top: 6px;
  padding-bottom: 3px;
}

.footer-bar-5 .active-nav strong {
  position: absolute;
  width: 50px;
  height: 2px;
  border-radius: 60px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}


.footer-bar-3 .active-nav {
  padding-top: 11px !important;
}
.footer-bar-3 .active-nav span {
  display: block !important;
}








/*--Footer Bar Paddings--*/
.has-footer-menu {
  padding-bottom: 60px;
  padding-bottom: calc(60px + (constant(safe-area-inset-bottom))*0.8);
  padding-bottom: calc(60px + (env(safe-area-inset-bottom))*0.8);
}

/*Menus & Action Sheets & Modals*/
#menu-settings {
  overflow: hidden;
}

/*--Menu System---*/






.menu-hider {
  position: fixed;
  top: -100px;
  bottom: -100px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease;
}

.menu {
  display: none;
  position: fixed;
  background-color: #FFF;
  z-index: 101;
  overflow: scroll;
  overflow-x: hidden;
  pointer-events: none;
  transition: all 300ms ease;
  -webkit-overflow-scrolling: touch;
}
.menu .content {
  margin-bottom: 0px !important;
}

.menu-box-left {
  left: 0px;
  top: 0px !important;
  top: constant(safe-area-inset-top) !important;
  top: env(safe-area-inset-top) !important;
  width: 250px;
  height: 100%;
  bottom: 0px;
  box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(-100%, 0, 0);
}

.menu-box-right {
  right: 0px;
  transform: translateX(100%);
  top: 0px !important;
  top: constant(safe-area-inset-top) !important;
  top: env(safe-area-inset-top) !important;
  height: 100%;
  bottom: 0px;
  box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
  width: 250px;
}

.menu-box-top {
  transform: translate3d(0, -115%, 0);
  top: 0px;
  left: 0px;
  right: 0px;
  height: auto;
}

.menu-box-bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  transform: translate3d(0, 110%, 0);
}

.menu-box-modal {
  top: 50%;
  left: 50%;
  width: 330px;
  transform: translate(-50%, -50%) scale(0.9, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}



.menu-box-modal {
  border-radius: 15px;
}

.menu-box-top.menu-box-detached {
  top: 10px;
  left: 10px;
  right: 10px;
}

.menu-box-bottom.menu-box-detached {
  bottom: 20px;
  left: 10px;
  right: 10px;
}

.menu-box-left.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-right.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-top.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.is-on-homescreen .menu-box-top.menu-active {
  transform: translate3d(0%, 40px, 0) !important;
}

.menu-box-bottom.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-modal.menu-active {
  transition: all 300ms ease;
  pointer-events: all !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1, 1);
}

.menu-box-modal.menu-box-modal-full {
  max-height: 100%;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  transform: translate(0%, 0%);
}

.menu-hider.menu-active {
  transition: all 300ms ease;
  opacity: 1;
  pointer-events: all;
}

.menu-hider.menu-active.menu-active-clear {
  background-color: rgba(0, 0, 0, 0) !important;
}

.menu-box-left[data-menu-effect=menu-reveal] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 96;
}

.menu-box-right[data-menu-effect=menu-reveal] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 96;
}

.menu-active.menu {
  opacity: 1 !important;
  transition: all 300ms ease;
  pointer-events: all !important;
}

/*Menu Design*/


.menu-list .active-nav i {
  color: #FFF !important;
}







/*Kolor Menu*/












.menu-items a .badge {
  position: absolute;
  right: 19px;
  font-size: 9px;
  background-color: rgba(255, 255, 255, 0.15);
  height: 20px;
  margin-top: 19px;
  line-height: 15px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 15px;
  font-weight: 500;
  min-width: 20px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.menu .active-nav {
  background-color: rgba(255, 255, 255, 0.05);
}

.menu .active-nav::after {
  font-family: "font awesome 5 free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: 25px;
  font-size: 7px;
  margin-top: 0;
  z-index: 0;
}

.active-nav[data-submenu]::after {
  opacity: 0 !important;
}

.active-nav i:first-child {
  animation-name: activeAnimation;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes activeAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
#menu-mail input[type=text] {
  line-height: 45px !important;
  height: 45px !important;
}

#menu-color {
  border-radius: 0px !important;
}

#menu-share .row {
  max-width: 330px;
  margin: 0 auto;
}

.submenu {
  height: 0px;
  overflow: hidden;
  transition: all 300ms ease;
}

.submenu a {
  padding-left: 76px;
  line-height: 50px !important;
  font-size: 12px;
  opacity: 0.7;
}

.submenu a::after {
  margin-top: 4px !important;
  right: 28px !important;
}

.submenu a i {
  right: -13px !important;
}

/*Sticky Utility / Secondary Classes*/
/*Rounded Borders*/
.rounded-0 {
  border-radius: 0px !important;
}







.rounded-m {
  border-radius: 15px !important;
}



.rounded-xl {
  border-radius: 50px !important;
}

/*Shadows*/






.shadow-s {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}



.shadow-l {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}





/*Shadows*/








.border-l {
  border: solid 5px !important;
}





/*Line Height Control*/










/*Text Shadow*/




/*Boxed Text*/










/*Font Weights*/








.font-600 {
  font-weight: 600;
}





.font-900 {
  font-weight: 900;
}

/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/








.opacity-50 {
  opacity: 0.5 !important;
}







.opacity-85 {
  opacity: 0.85 !important;
}





/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/


.font-9 {
  font-size: 9px !important;
}



.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}



.font-16 {
  font-size: 16px !important;
}





































































/*Scaling Animation*/
@keyframes scale-animation {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  0% {
    transform: scale(1, 1);
  }
}


@keyframes scale-icon {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  0% {
    transform: scale(1, 1);
  }
}


/*Control Classes*/
::-webkit-scrollbar {
  display: none;
}

img.mx-auto {
  display: block;
}

.disabled {
  display: none !important;
}

.no-click {
  pointer-events: none !important;
}







/*Prealoder*/
#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  transition: all 200ms ease;
}


.preloader-hide {
  opacity: 0;
  pointer-events: none;
  transition: all 150ms ease !important;
}

.theme-light #preloader {
  background-color: #FFF;
}

.theme-dark #preloader {
  background-color: #0f1117;
}

/*Buttons*/
.btn {
  transition: all 300ms ease;
}

.btn:hover {
  opacity: 0.9;
}

.btn-full {
  display: block;
}

.btn-s{
  font-size: 12px !important;
}





.btn-s {
  padding: 8px 18px !important;
}























.btn.bg-highlight {
  color: #FFF;
}





.btn:focus {
  outline: none !important;
}













button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/*Icons*/
.icon:hover {
  color: #FFF;
}

.icon {
  display: inline-block;
  position: relative;
  text-align: center;
}

































/*Accordion Settings*/
.accordion * {
  outline: 0 !important;
  box-shadow: 0px !important;
  box-shadow: none !important;
}
.accordion .btn:first-child {
  width: 100%;
}
.accordion .card {
  transition: all 0ms ease !important;
}
.accordion button {
  transition: all 0ms ease !important;
}
.accordion [data-card-height] button {
  width: 100%;
}

.btn.accordion-btn {
  text-align: left !important;
  padding: 15px 17px;
  font-size: 13px;
  font-weight: 700;
}



/*Offline Detector*/
.offline-message {
  position: fixed;
  transform: translateY(-200%);
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 300ms ease;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  line-height: 55px;
}

.online-message {
  position: fixed;
  transform: translateY(-200%);
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 300ms ease;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  line-height: 55px;
}

.is-on-homescreen .offline-message {
  padding-top: 30px !important;
}
.is-on-homescreen .online-message {
  padding-top: 30px !important;
}

.offline-message-active {
  transform: translateY(0%);
}

.online-message-active {
  transform: translateY(0%);
}

/*---Added to Home---*/
.add-to-home-visible {
  opacity: 1 !important;
  pointer-events: all !important;
}

.add-to-home {
  position: fixed;
  background-color: #000;
  z-index: 99;
  left: 15px;
  right: 15px;
  border-radius: 10px;
  height: 80px;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease;
}
.add-to-home .close-add-to-home {
  pointer-events: none;
}
.add-to-home h1 {
  position: absolute;
  padding-left: 75px;
  padding-top: 8px;
  color: #FFF;
  font-size: 13px;
}
.add-to-home p {
  color: #ced4da;
  position: absolute;
  font-size: 11px;
  padding-right: 20px;
  padding-left: 75px;
  padding-top: 35px;
  line-height: 14px;
}
.add-to-home img {
  width: 45px;
  margin-top: 17px;
  margin-left: 15px;
}

.add-to-home-ios {
  bottom: 25px;
}
.add-to-home-ios i {
  width: 40px;
  text-align: center;
  position: absolute;
  font-size: 30px;
  left: 50%;
  bottom: -18px !important;
  margin-left: -21px;
  transform: rotate(180deg);
  color: #000;
  display: block;
}
.add-to-home-ios .close-add-to-home {
  position: absolute;
  right: 13px;
  top: 13px;
  transform: scale(0.5, 0.5);
}

.add-to-home-android {
  top: 20px;
}
.add-to-home-android i {
  width: 40px;
  text-align: center;
  position: absolute;
  top: -18px;
  right: 15px;
  font-size: 30px;
  margin-left: -20px;
  color: #000;
  display: block;
}
.add-to-home-android .close-add-to-home {
  position: absolute;
  right: 5px;
  top: 20px;
  transform: scale(0.5, 0.5);
}

/*Ads*/








/*Scroll Fixed Ads*/
.scroll-ad-visible {
  transform: translateY(0%) !important;
}

.is-on-homescreen .scroll-ad {
  bottom: 110px;
}

.scroll-ad {
  position: fixed;
  bottom: 75px;
  left: 10px;
  right: 10px;
  background-color: #FFF;
  z-index: 93;
  height: 80px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  transform: translateY(250%);
  transition: all 300ms ease;
}
.scroll-ad img {
  width: 60px;
  position: absolute;
  margin: 10px;
  border-radius: 10px;
}
.scroll-ad h1 {
  display: block;
  font-size: 18px;
  padding: 7px 0px 0px 80px;
  margin-bottom: -3px;
}
.scroll-ad em {
  padding: 0px 85px 0px 80px;
  font-style: normal;
  font-size: 11px;
  opacity: 0.7;
  display: block;
  line-height: 15px;
}
.scroll-ad a {
  width: 60px;
  font-size: 9px;
  right: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}

.alert h4 {
  padding-left: 47px;
  margin-bottom: -5px;
}
.alert button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  text-align: center;
}
.alert button span {
  background-color: transparent;
}
.alert button:active {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.alert button:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.alert span {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 47px;
}
.alert span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert strong {
  padding-left: 47px;
  font-weight: 400;
}

/*Notifications*/
.notification {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 101;
  border-radius: 10px;
  opacity: 0.98;
  transform: translateY(-120%);
  transition: all 250ms ease;
}
.notification .notification-icon {
  padding: 5px 5px;
  display: block;
  background-color: #343a40;
}
.notification .notification-icon i:first-child {
  margin: 0px 5px 0px 10px;
  font-size: 10px;
}
.notification .notification-icon i:last-child {
  position: absolute;
  right: 0px;
  line-height: 30px;
  width: 40px;
  text-align: center;
}
.notification .notification-icon em {
  font-size: 11px;
  text-transform: uppercase;
  font-style: normal;
}
.notification h1 {
  margin: 10px 15px -7px 15px;
}
.notification p {
  line-height: 15px;
  margin: 5px 15px 18px 15px;
  color: #FFF;
}

.notification.show {
  transform: translateY(0%) !important;
}

.is-ios.is-on-homescreen .notification.show {
  transform: translateY(30px) !important;
}

















/*Back to Top*/
.content .back-to-top-badge {
  transform: translate(0, 0) !important;
  width: 130px;
  margin: 10px auto 20px auto !important;
  left: auto;
  bottom: auto;
  display: block;
  position: relative !important;
}
.content .back-to-top-icon {
  transform: scale(1, 1) translate(0, 0px) !important;
  margin: 0px auto 30px auto;
  right: auto;
  bottom: auto;
  display: block;
  position: relative !important;
}

.back-to-top-badge {
  position: fixed;
  z-index: 90;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 70px);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 35px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  transition: all 300ms ease;
}
.back-to-top-badge i {
  padding: 0px 10px 0px 0px;
}

.back-to-top-icon {
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  right: 15px;
  display: inline-block;
  width: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  transform: scale(0, 0);
  transition: all 300ms ease;
}
.back-to-top-icon span {
  display: none;
}

.back-to-top-badge.back-to-top-visible {
  transform: translate(-50%, 0px);
}

.back-to-top-icon.back-to-top-visible {
  transform: scale(1, 1);
}







/*Extending Cards Features*/
.row {
  margin-bottom: 30px;
}

.card {
  -webkit-transform: translate3d(0, 0, 0);
  background-size: cover;
  border: 0px !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
}

.cover-slider .card {
  margin-bottom: 0px !important;
}

[data-card-height=cover].card {
  margin-bottom: 0px !important;
}

.card-style {
  overflow: hidden;
  margin: 0px 16px 30px 16px;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
.card-style .card-body {
  padding: 15px;
}

.card-style .card-overlay {
  border-radius: 20px;
}

.card-body {
  z-index: 2;
}





.card-top {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.card-bottom {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.card-center {
  z-index: 2;
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.card-overlay {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}

.card .img-fluid {
  width: 100% !important;
}






[data-card-height] p {
  padding-bottom: 0px;
}

/*Card Effects*/
.card-scale-image {
  transform: scale(1.05, 1.05) !important;
}

.card-rotate-image {
  transform: rotate(5deg) scale(1.2, 1.2) !important;
}

.card-grayscale-image {
  filter: grayscale(100%);
}

.card-blur-image {
  filter: blur(5px);
}

.card-hide-image {
  opacity: 0 !important;
}

.card-hide div {
  transition: all 300ms ease;
}
.card-hide * {
  transition: all 300ms ease;
}

.polaroid-effect {
  background-color: #FFF;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.card-scale * {
  transition: all 300ms ease;
}

.card-rotate * {
  transition: all 300ms ease;
}

.card-grayscale * {
  transition: all 300ms ease;
}

.card-blur * {
  transition: all 300ms ease;
}

.card-overlay {
  background-position: center center;
  background-size: cover !important;
}



@keyframes infiniteBG {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-1400px);
  }
  100% {
    transform: translateX(0px);
  }
}






.min-ios15 [data-card-height=cover] {
  height: 100vh !important;
}

/*Chips*/
.chip {
  display: inline-block;
  margin: 0px 10px 15px 0px;
  border-radius: 30px;
  padding-right: 15px;
}
.chip * {
  font-size: 12px;
}
.chip span {
  line-height: 29px;
}
.chip i {
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.chip img {
  display: inline;
  margin-right: 9px;
  border-radius: 30px;
  width: 31px;
  line-height: 31px;
}







/*Dividers*/











/*Custom Switches*/










.menu .custom-control {
  margin-top: -42px !important;
}

/*iOS Switcher*/














/*Android Switcher*/









[data-activate] {
  cursor: pointer;
  display: block;
  width: 100%;
}

/*Classic Switcher*/





.classic-input:checked ~ .fa-plus {
  color: #DA4453 !important;
  transform: rotate(45deg);
  transition: all 250ms ease;
}

.classic-input:checked ~ .fa-circle {
  color: #DA4453 !important;
  transform: scale(1.3, 1.3);
  transition: all 250ms ease;
}

/*---Checkboxes & Radios---*/
.icon-check {
  margin-left: -30px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: block;
}
.icon-check input {
  position: absolute !important;
  transform: translateX(-10000px);
}
.icon-check input:checked ~ .icon-check-1 {
  opacity: 0 !important;
  display: none !important;
}
.icon-check input:checked ~ .icon-check-2 {
  display: block;
}
.icon-check .fa-check-circle {
  display: none;
}
.icon-check i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 1px;
  height: 24px;
  line-height: 24px;
}
.icon-check label {
  cursor: pointer;
  font-size: 13px;
  padding: 0px 15px 0px 40px;
}
.icon-check .icon-check-2 {
  display: none;
}

/*Font Awesome Default*/

















































input[type=range] {
  -webkit-appearance: none;
  height: 20px;
  width: 100%;
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #F26B5E;
  position: relative;
  z-index: 3;
}
input[type=range]::-webkit-slider-thumb:after {
  content: " ";
  height: 10px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 5px;
  background: #ff5b32;
  background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
}

/*File Upload*/
.upload-file {
  text-indent: -999px;
  outline: none;
  width: 100%;
  height: 45px;
  color: rgba(0, 0, 0, 0) !important;
}



.file-data input[type=file] {
  font-size: 0px !important;
}

input {
  font-size: 12px !important;
}
input::placeholder {
  font-size: 12px !important;
}
input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.tooltip {
  font-size: 13px;
}

code {
  font-size: 11px;
  line-height: 22px;
}

.stepper {
  width: 102px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.stepper:after {
  content: "";
  display: table;
  clear: both;
}
.stepper input {
  height: 33px;
  width: 33px;
  float: left;
  border: none !important;
  text-align: center;
  display: block;
  line-height: 33px;
  font-size: 11px !important;
  background-color: transparent;
}
.stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepper a {
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 9px;
}
.stepper a:first-child {
  float: left;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.stepper a:last-child {
  float: right;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.btn, input, select {
  box-shadow: none;
  outline: 0px !important;
}

input:hover, input:focus, input:active, select:hover, select:focus, select:active, select option, textarea:hover, textarea:focus, textarea:active, .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}

.theme-light input, select, textarea {
    border-color: #5e5e5e !important;
}

.input-style {
  position: relative;
  margin-bottom: 15px !important;
}

.input-style input, .input-style select, .input-style textarea {
  font-size: 12px;
  width: 100%;
  line-height: 45px;
  height: 45px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  padding: 0px;
  border-radius: 0px;
}

.input-style select, .input-style select option, .input-style select option:disabled {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.input-style label {
  opacity: 0;
  left: 0px !important;
  transform: translateX(30px);
  position: absolute;
  top: -12px;
  height: 10px;
  font-size: 10px;
  transition: all 150ms ease;
  background-color: #FFF;
}

.input-style-active label {
  opacity: 1;
  transform: none !important;
}

.input-style.has-icon i:first-child {
  position: absolute;
  top: 50%;
  width: 10px;
  text-align: center;
  margin-top: -8px;
}

.input-style.has-icon.has-borders i:first-child {
  position: absolute;
  top: 50%;
  width: 10px;
  padding-left: 15px !important;
  text-align: center;
  margin-top: -7px;
}

.input-style.has-icon.has-borders input, .input-style.has-icon.has-borders select, .input-style.has-icon.has-borders textarea {
  padding-left: 35px !important;
}

.input-style.has-icon input, .input-style.has-icon select, .input-style.has-icon textarea {
  padding-left: 25px;
}

.input-style input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.3;
}

.input-style textarea {
  line-height: 20px !important;
  padding-top: 15px !important;
  transition: all 250ms ease !important;
}

.input-style select {
  color: inherit;
}

.input-style input[type=date] {
  color: inherit;
}

.input-style em, .input-style span, .input-style .valid, .input-style .invalid {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 5px;
  pointer-events: none;
}

.input-style em, .input-style span {
  margin-top: -12px;
  font-size: 10px;
  font-style: normal;
  opacity: 0.3;
}

.input-style.has-borders input, .input-style.has-borders select, .input-style.has-borders textarea {
  height: 53px;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  padding-left: 13px !important;
  padding-right: 10px !important;
  border-radius: 10px !important;
}

.input-style.has-borders .valid, .input-style.has-borders .invalid, .input-style.has-borders span, .input-style.has-borders em {
  margin-right: 10px;
}

.input-style.input-style-active label {
  left: 4px !important;
  transform: translateX(-14px) !important;
  position: absolute;
  padding: 0px 8px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}

.input-style.has-borders.input-style-active label {
  margin-left: 14px !important;
}

.input-style textarea:focus {
  height: 150px;
  transition: all 250ms ease !important;
}

.input-style.no-borders.input-style-always-active label {
  opacity: 1;
  left: 6px !important;
  transform: translateX(-14px) !important;
  margin-left: 0px !important;
  position: absolute;
  padding: 0px 8px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}

.input-style.has-borders.input-style-always-active label {
  opacity: 1;
  left: 23px !important;
  transform: translateX(-14px) !important;
  margin-left: 0px !important;
  position: absolute;
  padding: 0px 5px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}

/*Remove Number Arrows*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}





.device-is-android .input-style input[type=date] {
  color: inherit !important;
  line-height: 25px !important;
  padding-top: 12px !important;
  height: 55px !important;
  transform: translateY(7px) translateX(0px) !important;
  margin-bottom: 30px !important;
}

.device-is-android .input-style input[type=date] ~ label.color-highlight {
  margin-top: 7px !important;
}

.min-ios15 select {
  background-color: inherit !important;
}

.min-ios15 input[type=date] {
  -webkit-appearance: none;
  text-align: left !important;
  text-indent: calc(-100% + 70px) !important;
}

/*Range Sliders*/

















/*List Groups*/

.list-custom-small .badge {
  position: absolute;
  right: 15px;
  margin-top: 16px !important;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}








.menu .list-custom-small a i:first-child {
  margin-left: 6px;
}


.list-custom-large a span:not(.badge) {
  font-size: 14px;
  position: absolute;
  margin-top: -6px;
}




.list-custom-large .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}





.list-boxes a span:not(.badge) {
  padding-left: 10px;
  font-size: 14px;
  position: absolute;
  margin-top: -4px;
}




.list-boxes .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}





.list-group .badge {
  z-index: 2;
}







/*Badge Text in Lists*/


/*List Groups*/
.check-visited .visited-link i:last-child::before {
  opacity: 0;
}

.check-visited .visited-link i:last-child::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 13px;
  font-size: 16px;
  margin-top: 0.5px;
  content: "";
  opacity: 1;
  color: #A0D468;
}



/*Pricing*/



























.pricing-3 .btn {
  max-width: 90%;
  margin: -10px auto 10px auto;
}































/*Toasts*/




.toast-bottom.toast-tiny.show {
  transform: translate(-50%, 0px);
}



.toast-top.toast-tiny.show {
  transform: translate(-50%, 0px);
}



.toast-center.toast-tiny.show {
  opacity: 1;
  transform: translate(-50.1%, 0px) scale(1, 1);
}

/*Snackbars*/


.snackbar-toast.show {
  transform: translateY(0px);
}

/*Pagination*/
.pagination {
  margin-bottom: 30px;
}
.pagination .page-link {
  padding: 5px 14px;
}
.pagination .page-item {
  margin-right: 5px;
  margin-left: 5px;
}

.page-item.active a {
  color: #FFF !important;
}

/*Search*/
.search-results {
  overflow: scroll;
}

.disabled-search-list {
  position: relative;
  max-height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden;
}

.disabled-search {
  display: none;
}

.search-box {
  line-height: 50px;
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.search-box input {
  outline: none !important;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  line-height: 45px;
}
.search-box .fa-search {
  position: absolute;
  left: 0px;
  line-height: 52px;
  padding: 0px 15px 0px 30px;
}
.search-box a {
  position: absolute;
  right: 15px;
  font-size: 14px;
  line-height: 52px;
  width: 45px;
  text-align: center;
}
.search-box input.bg-white {
  color: #000 !important;
}










.search-page .search-results img {
  width: 80px;
  position: absolute;
  border-radius: 10px;
}
.search-page .search-results h1 {
  font-size: 15px;
  font-weight: 600;
  padding-left: 100px;
  margin-bottom: 0px;
}
.search-page .search-results p {
  font-size: 12px;
  line-height: 20px;
  padding-left: 100px;
  padding-right: 80px;
}
.search-page .search-results a {
  position: absolute;
  right: 0px;
  height: 30px;
  line-height: 31px;
  padding: 0px 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
}

/*Search list*/

.search-page .search-results img {
  width: 40px;
  position: absolute;
  margin-top: 20px;
  border-radius: 10px;
}
.search-page .search-results h1 {
  font-size: 15px;
  font-weight: 600;
  padding-left: 50px;
  margin-bottom: 0;
}
.search-page .search-results p {
  font-size: 12px;
  line-height: 20px;
  padding-left: 50px;
  padding-right: 80px;
}
.search-page .search-results a {
  position: absolute;
  right: 0;
  height: 30px;
  line-height: 31px;
  padding: 0 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
}

/*Tabs*/
.tab-controls {
  display: flex;
}

.tab-controls a {
  font-family: "IBM Plex Sans", sans-serif;
  color: #1f1f1f;
  background-color: #FFF;
  width: 100%;
  text-align: center;
  border-right: solid 0px !important;
  border: solid 1px rgba(0, 0, 0, 0.07);
  align-self: center;
  margin: 0 auto;
}
.tab-controls a:last-child {
  border-right: solid 1px rgba(0, 0, 0, 0.07) !important;
}











/*Working Hours*/
.working-hours {
  border-radius: 5px;
}
.working-hours p {
  padding-top: 34px;
  padding-bottom: 15px !important;
  line-height: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -8px !important;
  width: 33.3%;
  float: left;
  margin-bottom: 10px;
  display: inline-block;
}
.working-hours p:nth-child(2) {
  text-align: center;
}
.working-hours p:last-child {
  text-align: right;
}
.working-hours::after {
  content: "";
  clear: both;
  display: table;
}

/*Responsive Videos and iframes*/









.splide .under-slider-btn {
  margin-top: -45px;
}

.splide .card {
  overflow: hidden;
}

.double-slider .splide__pagination {
  margin-bottom: -15px !important;
}

.splide.slider-no-arrows .splide__arrows {
  display: none !important;
}

.splide.slider-no-dots .splide__pagination {
  display: none !important;
}

.splide.slider-arrows .splide__arrow--prev {
  margin-left: 30px !important;
}

.splide.slider-arrows .splide__arrow--next {
  margin-right: 30px !important;
}









.theme-light #walkthrough-slider .is-active {
  background: #1f1f1f !important;
}

.theme-dark #walkthrough-slider .is-active {
  background: #FFF !important;
}



















.cover-controls-over-btn .btn {
  position: absolute;
  bottom: -100px;
  left: -20px;
  right: -20px;
}

/*PageApp Calendar*/
.calendar {
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  overflow: hidden;
  max-width: 90%;
  margin: 0px auto 30px auto;
}


















.theme-dark .cal-dates a {
  color: #FFF;
}

.theme-dark .cal-disabled {
  opacity: 0.3;
}









.theme-dark .cal-schedule strong {
  color: #FFF !important;
}

.theme-dark .cal-schedule span {
  color: #FFF !important;
  opacity: 0.5;
}





/*-Pageapp Chat-*/






























/*Contact Form*/














/*Map Full*/
.map-full .card-overlay {
  transition: all 350ms ease;
  z-index: 2;
}

.map-full .card-center {
  z-index: 3;
}

.hide-map {
  position: absolute;
  margin-top: -120px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  z-index: 2;
}

.map-full .card {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.map-full iframe {
  position: absolute;
  width: 100vw;
  height: 100vh;
}





/*Collection*/










/*Gallery Views*/
.gallery-view-controls a {
  float: left;
  width: 33.3%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #1f1f1f;
}

.theme-dark .gallery-view-controls a {
  color: #FFF;
}

.theme-dark .gallery-view-controls {
  border-bottom: solid 1px rgba(255, 255, 255, 0.07);
}

.gallery-view-controls {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

















/*Page Timeline*/


.timeline-cover .overlay {
  opacity: 0.8;
}

.timeline-cover .content {
  z-index: 10;
}





.timeline-header .back-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  z-index: 11;
}



















/*Timeline Center*/












/*Page VCard*/










/*Gradient Adjustments*/




.theme-light .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.99) 65%, #f0f0f0 100%);
}

.theme-dark .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.99) 65%, #1b1d21 100%);
}

.theme-light .bg-gradient-fade-small {
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.2) 50%, rgba(240, 240, 240, 0.9) 75%, #f0f0f0 100%);
}

.theme-dark .bg-gradient-fade-small {
  background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.2) 50%, rgba(27, 29, 33, 0.9) 75%, #1b1d21 100%);
}

/*Basic Colors*/
.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}



.bg-black {
  background-color: #000 !important;
}

/*Main Color Settings*/
.theme-dark .bg-theme {
  background-color: #0f1117 !important;
}

.theme-light .bg-theme {
  background-color: #FFF !important;
}

.theme-light .color-theme {
  color: #0f1117 !important;
}

.theme-dark .color-theme {
  color: #FFF !important;
}

/*Hide Show Based on Color Scheme*/
.theme-dark .show-on-theme-dark {
  display: block;
}

.theme-dark .show-on-theme-light {
  display: none;
}

.theme-light .show-on-theme-light {
  display: block;
}

.theme-light .show-on-theme-dark {
  display: none;
}

/*Dark Theme Settings*/
.theme-dark p {
  color: #898989;
}

.theme-dark code {
  color: #898989;
  opacity: 0.7;
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6, .theme-dark #footer-bar a i, .theme-dark #footer-bar a span .theme-dark p strong {
  color: #FFF;
}

.theme-dark .accordion-btn, .theme-dark .menu .nav-title, .theme-dark .menu .nav a i, .theme-dark .menu .nav a span, .theme-dark .menu .nav .active-nav i, .theme-dark .menu .nav .active-nav span, .theme-dark .header .header-icon, .theme-dark .header .header-title, .theme-dark .search-header .fa-search, .theme-dark .color-theme, .theme-dark .countdown div, .theme-dark .list-group i:last-child, .theme-dark .search-icon-list a, .theme-dark .fac label, .theme-dark .pagination a, .theme-dark .accordion-style-2 a, .theme-dark input, .theme-dark .contact-form i, .theme-dark .demo-icon-font article, .theme-dark [data-tab], .theme-dark span:not(.badge), .theme-dark .profile-2 .profile-stats a, .theme-dark .vcard-field *, .theme-dark .search-header input, .theme-dark .footer .footer-title {
  color: #FFF !important;
}

.theme-dark .loader-main, .theme-dark .instant-article, .theme-dark .divider-icon i, .theme-dark .table tr.even td, .theme-dark table, .theme-dark td {
  background-color: #1b1d21 !important;
}

.theme-dark, .theme-dark .page-bg, .theme-dark #page {
  background-color: #1b1d21;
}

.theme-dark .page-bg div {
  background-color: rgba(0, 0, 0, 0.3);
}

.theme-dark .ios-switch label::before, .theme-dark .android-switch label::before {
  background-color: #1b1d21;
  border: solid 1px rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .bg-theme {
  background-color: #0f1117 !important;
}

.theme-dark .form-floating-over > .form-control:focus ~ label, .theme-dark .form-floating-over > .form-control:not(:placeholder-shown) ~ label, .theme-dark .form-floating-over > .form-select ~ label, .theme-dark .footer, .theme-dark .card, .theme-dark #preloader {
  background-color: #0f1117;
}

.theme-dark .link-list-3 a, .theme-dark .pricing-1, .theme-dark .pricing-2, .theme-dark .pricing-3, .theme-dark .pricing-4, .theme-dark .search-box, .theme-dark .link-list-2 a, .theme-dark .vcard-field, .theme-dark table {
  border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark select, .theme-dark .form-field input, .theme-dark .form-field textarea {
  color: #FFF !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark input, .theme-dark textarea, .theme-dark select {
  border-color: rgba(255, 255, 255, 0.05);
}

.theme-dark input:focus, .theme-dark textarea:focus, .theme-dark select:focus {
  border-color: #495057 !important;
}

.theme-dark .list-custom-large a, .theme-dark .list-custom-small a {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .timeline-deco {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .footer-links, .theme-dark #footer-bar, .theme-dark .footer-copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark th, .theme-dark .menu, .theme-dark .header, .theme-dark .polaroid-effect, .theme-dark .timeline-item-content, .theme-dark .tab-controls, .theme-dark #footer-bar, .theme-dark .menu .form-style label, .theme-dark .menu .form-floating-style label, .theme-dark .menu .form-border-bottom label, .theme-dark .timeline-item-content-full {
  background-color: #21252a !important;
  color: #FFF;
}

.theme-dark .divider, .theme-dark .menu .nav a:hover, .theme-dark .menu .nav .active-subnav, .theme-dark .menu .nav .divider {
  background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .menu-hider {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-dark .gallery-filter-controls li {
  color: #FFF;
}

.theme-dark .gallery-view-controls a {
  color: #FFF;
}

.theme-dark .gallery-view-controls {
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .tab-controls a {
  border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .form-control:focus, .theme-dark .form-control {
  background-color: transparent !important;
}

.theme-dark[data-gradient=body-default] #page{
  background-image: none !important;
}

.theme-dark input::placeholder, .theme-dark textarea::placeholder {
  color: #FFF !important;
}

.theme-dark input:not([type=file]), .theme-dark select, .theme-dark textarea {
  color: #FFF !important;
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.theme-dark .stepper a:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .stepper a:last-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .stepper {
  border: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.theme-dark label {
  background-color: #0f1117 !important;
}

.theme-dark .menu label {
  background-color: #21252a !important;
}

.theme-dark [data-card-height=cover] label {
  background-color: transparent !important;
}

/* Generating Color Pack*/


.color-highlight {
  color: #4A89DC !important;
}







.color-green-dark {
  color: #8CC152 !important;
}



.bg-green-dark {
  background-color: #8CC152 !important;
  color: #FFF !important;
}

















.bg-red-dark {
  background-color: #DA4453 !important;
  color: #FFF !important;
}



.border-red-dark {
  border-color: #DA4453 !important;
}

















































.bg-blue-dark {
  background-color: #4A89DC !important;
  color: #FFF !important;
}























































































































































/*Social Colors*/




































/*Default Colors*/
.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}





.splide__pagination__page.is-active {
  background: #4A89DC !important;
}

/*Gradient 1*/
[data-gradient=gradient-1] .page-bg, [data-gradient=gradient-1] .footer-bar-4 .active-nav::after, .gradient-1 {
  background: linear-gradient(0deg, #3D3949, #6772A4);
}

[data-gradient=gradient-1] .footer-bar-1 .active-nav i, [data-gradient=gradient-1] .footer-bar-1 .active-nav span, [data-gradient=gradient-1] .footer-bar-3 .active-nav i, [data-gradient=gradient-1] .footer-bar-3 .active-nav span {
  color: #6772A4;
}

/*Gradient 2*/
[data-gradient=gradient-2] .page-bg, [data-gradient=gradient-2] .footer-bar-4 .active-nav::after{
  background-image: linear-gradient(180deg, #E96A57 0%, #C15140 100%);
}

[data-gradient=gradient-2] .footer-bar-1 .active-nav i, [data-gradient=gradient-2] .footer-bar-1 .active-nav span, [data-gradient=gradient-2] .footer-bar-3 .active-nav i, [data-gradient=gradient-2] .footer-bar-3 .active-nav span {
  color: #E96A57;
}

/*Gradient 3*/
[data-gradient=gradient-3] .page-bg, [data-gradient=gradient-3] .footer-bar-4 .active-nav::after{
  background-image: linear-gradient(-180deg, #6eb148, #2d7335);
}

[data-gradient=gradient-3] .footer-bar-1 .active-nav i, [data-gradient=gradient-3] .footer-bar-1 .active-nav span, [data-gradient=gradient-3] .footer-bar-3 .active-nav i, [data-gradient=gradient-3] .footer-bar-3 .active-nav span {
  color: #6eb148;
}

/*Gradient 4*/
[data-gradient=gradient-4] .page-bg, [data-gradient=gradient-4] .footer-bar-4 .active-nav::after{
  background-image: linear-gradient(-180deg, #188FB6, #0F5F79);
}

[data-gradient=gradient-4] .footer-bar-1 .active-nav i, [data-gradient=gradient-4] .footer-bar-1 .active-nav span, [data-gradient=gradient-4] .footer-bar-3 .active-nav i, [data-gradient=gradient-4] .footer-bar-3 .active-nav span {
  color: #188FB6;
}

/*Gradient 5*/
[data-gradient=gradient-5] .page-bg, [data-gradient=gradient-5] .footer-bar-4 .active-nav::after{
  background-image: linear-gradient(180deg, #673c58, #492D3D);
}

[data-gradient=gradient-5] .footer-bar-1 .active-nav i, [data-gradient=gradient-5] .footer-bar-1 .active-nav span, [data-gradient=gradient-5] .footer-bar-3 .active-nav i, [data-gradient=gradient-5] .footer-bar-3 .active-nav span {
  color: #673c58;
}

/*Gradient 6*/
[data-gradient=gradient-6] .page-bg, [data-gradient=gradient-6] .footer-bar-4 .active-nav::after{
  background-image: linear-gradient(180deg, #c62f50, #6F1025);
}

[data-gradient=gradient-6] .footer-bar-1 .active-nav i, [data-gradient=gradient-6] .footer-bar-1 .active-nav span, [data-gradient=gradient-6] .footer-bar-3 .active-nav i, [data-gradient=gradient-6] .footer-bar-3 .active-nav span {
  color: #6F1025;
}

/*Gradient 7*/
[data-gradient=gradient-7] .page-bg, [data-gradient=gradient-7] .footer-bar-4 .active-nav::after{
  background-image: linear-gradient(180deg, #413a65, #2b2741);
}

[data-gradient=gradient-7] .footer-bar-1 .active-nav i, [data-gradient=gradient-7] .footer-bar-1 .active-nav span, [data-gradient=gradient-7] .footer-bar-3 .active-nav i, [data-gradient=gradient-7] .footer-bar-3 .active-nav span {
  color: #2b2741;
}

/*Gradient 8*/
[data-gradient=gradient-8] .page-bg, [data-gradient=gradient-8] .footer-bar-4 .active-nav::after{
  background-image: linear-gradient(0deg, #343341, #535468);
}

[data-gradient=gradient-8] .footer-bar-1 .active-nav i, [data-gradient=gradient-8] .footer-bar-1 .active-nav span, [data-gradient=gradient-8] .footer-bar-3 .active-nav i, [data-gradient=gradient-8] .footer-bar-3 .active-nav span {
  color: #535468;
}

/*Gradient 9*/
[data-gradient=gradient-9] .page-bg, [data-gradient=gradient-9] .footer-bar-4 .active-nav::after{
  background-image: linear-gradient(180deg, #CCA64F, #996A22);
}

[data-gradient=gradient-9] .footer-bar-1 .active-nav i, [data-gradient=gradient-9] .footer-bar-1 .active-nav span, [data-gradient=gradient-9] .footer-bar-3 .active-nav i, [data-gradient=gradient-9] .footer-bar-3 .active-nav span {
  color: #CCA64F;
}

/*Glow text*/
@keyframes glow-red-light {
  0% {
    color: #000;
  }
  50% {
    color: #ed5565;
  }
  0% {
    color: #000;
  }
}
@keyframes glow-red-dark {
  0% {
    color: #fff;
  }
  50% {
    color: #ed5565;
  }
  0% {
    color: #fff;
  }
}
.theme-light .glow-red {
  animation: glow-red-light 4s;
  animation-iteration-count: infinite;
}

.theme-dark .glow-red {
  animation: glow-red-dark 4s;
  animation-iteration-count: infinite;
}

/*Styles used to showcase the demo product on ThemeForest and create backgrounds. These can be deleted to increase speed of loading*/


.bg-1 {
  background-image: url(../images/pictures/1.jpg);
}





























.bg-16 {
  background-image: url(../images/pictures/16.jpg);
}





























/*Demo Colors*/




/*Highlight Changer*/




@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}




.splide.is-active .splide__list {
  display: flex;
}





.splide {
  visibility: hidden;
}

.splide{
  position: relative;
  outline: none;
}

















.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

























.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}









.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

























/*========== 3. LoaderStyle.css ==========*/
﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bee-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background: #25315496;
    backdrop-filter: blur(2px);
    z-index: 9999;
}

.bee-loader-wrapper-JS {
    display: none;
}

.bee-loader-wrapper-JS-show {
    display: flex;
}

.bee-loader {
    position: relative;
    width: 200px;
    height: 200px;
}

    .bee-loader span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: rotate(calc(18deg * var(--i)));
    }

        .bee-loader span::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            background: #d2fdff;
            border-radius: 50%;
            transform: scale(0);
            animation: bee-loader_animate 2s linear infinite;
            animation-delay: var(--d);
        }

@keyframes bee-loader_animate {
    0% {
        transform: scale(0);
    }

    10% {
        transform: scale(1.2);
    }

    80%,100% {
        transform: scale(0);
    }
}

.bee-loader-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: bee-loader_rotating 2.5s linear infinite;
    animation-delay: -1s;
}

@keyframes bee-loader_rotating {
    0% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(370deg);
    }
}

.bee-loader-icon::before {
    content: url("/images/mon100px.png");
    position: absolute;
    top: 126px;
    left: 144px;
    transform: rotate(90deg);
}

/*========== 4. app.css ==========*/
﻿/*---------------------MARGIN------------------*/
.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}
/*---------------------MARGIN END------------------*/

/*---------------------SUBMENU------------------*/
        /*---------------------SUBMENU END------------------*/

/*---------------------LOADER COMPONENT------------------*/


.freeze-layer {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1070;
    overflow-y: auto;
}

.custom-window {
    position: relative;
    z-index: 1090;
    width: 85%;
    max-height: 80%;
    overflow: auto;
    height: auto;
    margin: auto;
}



.custom-spiner {
    margin: auto;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #3fdbd4;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite;
}
/*---------------------LOADER COMPONENT END------------------*/

.text-color-black {
    color: black;
}

/*---------------------TOP NAVBAR WITH SEARCH------------------*/
        /*---------------------TOP NAVBAR WITH SEARCH END------------------*/

/*---------------------TOP NAVBAR------------------*/

.navbar-right-button {
    position: absolute;
    height: 60px;
    width: 50px;
    right: 0px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #1f1f1f;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
    margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

.navbar-middle-button {
    position: absolute;
    height: 60px;
    width: 50px;
    right: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #1f1f1f;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
    margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

.navbar-left-button {
    position: absolute;
    height: 60px;
    width: 50px;
    right: 120px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #1f1f1f;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
    margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

/*---------------------TOP NAVBAR------------------*/

/*---------------------INPUT NOTE DATE LIST------------------*/
                /*---------------------INPUT NOTE DATE LIST END------------------*/

/*---------------------INDEX/HOME PAGE------------------*/
/*---------------------INDEX/HOME PAGE END------------------*/

/*---------------------HEIGHT------------------*/
/*---------------------HEIGHT END--------------*/

/*---------------------WIDTH------------------*/

/*---------------------WIDTH END--------------*/

/*---------------------LINE HEIGHT------------------*/

/*---------------------LINE HEIGHT END------------------*/

/*---------------------BORDER------------------*/
.border-bottom-gray1 {
    border-bottom: 1px solid #dadada;
}
/*---------------------BORDER END------------------*/

/*---------------------CUSTOM BADGE------------------*/
/*---------------------CUSTOM BADGE END------------------*/

/*---------------------blazored-toast-------------------*/
/* Toast container mora biti iznad SVIH overlay-a — uključujući nav-stack-overlay
   (2147483600) koji je uveden kasnije. Default Blazored.Toast 1100 je ispod
   svih popup-a, pa toast (uključujući validacione greške) ne bi se video.
   Postavljamo iznad SweetAlert-a (2147483620), ispod reconnect modala (max int). */
.blazored-toast-container,
.blazored-toasts {
    z-index: 2147483625 !important;
}
/*---------------------blazored-toast END---------------*/

/*------------------- SweetAlert2 z-index override -------------------*/
/* Default swal2 z-index je 1060 — to je ispod svih našeg popup overlay-a (10000),
   re-skinovanog .popup-overlay (20000) i nav-stack overlay-a (2147483600).
   Bez ovog override-a SweetAlert dialog se "izgubi" iza forme kada korisnik
   klikne ZAVRŠI iz stack-ovanog AddEdit ekrana.

   Postavljamo iznad nav-stack-a (2147483600) ali ispod reconnect modal-a
   (2147483647), tako da reconnect uvek pobeđuje kada veza padne. */
.swal2-container {
    z-index: 2147483620 !important;
}

/*------------------- SweetAlert2 END -------------------*/

/*---------------------CAMERA_COMPONENT----------------*/
/*---------------------CAMERA_COMPONENT END------------*/

/*---------------------Details page------------------------*/
/*---------------------Details page END--------------------*/


/*---------------Login---------------*/

.login-company-logo {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    border: 2px solid #e2e2e2;
    background: white
}

input, input::placeholder {
    font-size: 20px !important;
}

/*------------ SEARCH INPUT FONT ---------*/
/* Override globalnog 'input { font-size: 20px !important; }' samo za input-e
   pretrage. Vizuelni stil pretrage (pill kontejner sa lupom) ostaje inline
   na samoj komponenti — samo font-size se kontroliše ovde, da bude svuda
   isti i lako menjiv. */
.search-input, .search-input::placeholder {
    font-size: 16px !important;
}

/*------------MULTI SELECT---------*/
        /*------------MULTI SELECT---------*/

/*------------SELECT---------*/
/*------------SELECT---------*/

/*------------CARD HEADER WITH IMPUT---------*/
        /*------------CARD HEADER WITH IMPUT---------*/

/*---------------Signature-----------*/
/*---------------!Signature-----------*/

/***Page Main***/
/***icon***/
/*default icon color: #caeeff*/



/***icon***/

/******************** Switch ********************/
.switch-input-wrapper label {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 60px;
    background-color: #fb1919;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    border-radius: 22px;
    transition: background-color 500ms ease;
}

    .switch-input-wrapper label:after {
        content: "";
        display: block;
        height: 26px;
        width: 26px;
        position: absolute;
        top: 2px;
        right: 32px;
        border-radius: 50%;
        background-color: #e8e8e8;
        box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.15);
        transition: right 500ms ease, background-color 500ms ease, box-shadow 500ms ease;
    }

.switch-input-wrapper input:checked + label {
    background: #408dfb;
}

    .switch-input-wrapper input:checked + label:after {
        right: 2px;
        background-color: #fff;
        box-shadow: -2px 0px 0px rgba(0, 0, 0, 0.1);
    }

.switch-input-wrapper input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    bottom: 0;
}

.switch-input-box label {
    line-height: 44px;
    vertical-align: middle;
}

.switch-input-wrapper span {
    position: relative;
    top: -46px;
    left: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #095a55;
    font-weight: 500;
}

.switch-input-wrapper {
    cursor: pointer;
    height: 32px;
}
/******************** Switch ********************/

/*-------------------UTILITY HELPERS---------------*/


.h-40-px {
    height: 40px;
}





.w-40-px {
    width: 40px;
}

.w-80 {
    width: 80%;
}











.text-green {
    color: green;
}
/*-------------------UTILITY HELPERS END-----------*/


/*------------------- CHOICE BUTTONS (mobile radio group) -------------------*/
/* Radio + label pattern adapted from FarmWeb's Switch-Button-Component, optimized for touch input.
   Markup:
       <input type="radio" id="X" name="group" class="choice-input" />
       <label for="X" class="choice-btn">Text</label>
   Variants on label: choice-btn-red (destructive), choice-btn-grow (wider flex). */







    





/* default selected = green */


    

/* red variant when selected (destructive choices) */


    

/* warning (amber) variant when selected (intermediate / concerning choices) */


    

/* keyboard focus ring for accessibility */


/*------------------- FORM FIELD GROUPS (mobile) -------------------*/






/*------------------- TIP BOX (warning callout) -------------------*/


    

/*------------------- PHOTO SLOTS (RouteItem-Photo style) -------------------*/


.photo-slot-img.empty {
    height: 22vh;
    background-color: #f8fafc;
    border: 1.5px dashed #cbd5e1;
    border-radius: 10px;
}

/*------------------- STICKY SUBMIT BAR (mobile bottom) -------------------*/
.submit-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 15px calc(12px + env(safe-area-inset-bottom)) 15px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    z-index: 100;
}

    .submit-bar .btn {
        border-radius: 10px;
        font-size: 15px;
        letter-spacing: 0.3px;
        height: 48px;
        font-weight: 600;
    }
/*------------------- CHOICE BUTTONS END -------------------*/


/*------------------- MOBILE POPUPS (high-contrast variant) -------------------*/
/* Use on top of existing freeze-layer/custom-window for stronger contrast on light pages. */

/* Bottom-sheet overlay — full-screen dark backdrop, sheet pinned ispod gornjeg gap-a.
   Pattern je identičan FarmOverview-Search-Component / AnimalBirth-Search-Component
   filter sheet-ovima da popup kontrole vizuelno spadaju u istu porodicu.

   Z-INDEX: 20000 — mora biti iznad AddEdit popup overlay-a (10000) i njegovog crvenog
   close dugmeta (10001) kada se Animal/Depot/Box popup otvori unutar AddEdit popupa.
   Bez ovoga se AddEdit close button vidi iznad popup-a i pravi konfuzni dvostruki ✕. */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 20000;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.popup-window {
    position: relative;
    z-index: 20010;
    margin-top: 40px;
    flex: 1;
    width: 100%;
    max-width: none;
    max-height: none;
    background: #f4f6fa;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Drag indicator (gornja sivkasta crtica) — render preko ::before umesto markup-a,
   tako da svi postojeći popup-i automatski dobiju indikator bez izmene HTML-a. */
.popup-window::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 4px;
    background: #cbd5e1;
    border-radius: 2px;
    pointer-events: none;
    z-index: 1;
}

.popup-header {
    display: flex;
    align-items: center;
    padding: 22px 12px 12px 12px;
    background: white;
    color: #1e293b;
    border-bottom: 1px solid #e2e8f0;
    gap: 12px;
}

    .popup-header .popup-title {
        flex: 1;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        text-align: center;
        color: #1e293b;
        letter-spacing: 0.2px;
    }

    .popup-header .popup-close {
        width: 36px;
        height: 36px;
        border-radius: 18px;
        background: #ef4444;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: white;
        font-size: 14px;
        line-height: 1;
        transition: background-color 0.15s ease;
        flex-shrink: 0;
    }

        .popup-header .popup-close:active {
            background: #dc2626;
        }

/* .popup-search wrap-uje Basic_Search_Component. Ovde re-stylujemo unutrašnji input
   bez izmene komponente — klasa .form-control postaje borderless, pill outer kontejner. */
.popup-search {
    padding: 12px 12px 8px 12px;
    background: #f4f6fa;
    border-bottom: none;
}

    .popup-search > div {
        background: white !important;
        border-radius: 24px !important;
        height: auto !important;
        padding: 4px 10px !important;
        margin-bottom: 0 !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    }

    .popup-search input.form-control {
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        font-size: 16px !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 4px !important;
        color: #1e293b;
    }

        .popup-search input.form-control:focus {
            outline: none !important;
        }

    .popup-search img {
        width: 22px !important;
        height: 22px;
        opacity: 0.55;
    }

.popup-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #f4f6fa;
    padding: 8px 12px 8px 12px;
}

.popup-empty {
    text-align: center;
    padding: 48px 16px;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.5;
}

/* Inline loading u popup-body — prikazuje se dok DisplayData await-uje server.
   Bez ovoga korisnik vidi "Nema rezultata" za pola sekunde pre nego što data stignu (false negativ). */
.popup-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    gap: 14px;
    color: #64748b;
    font-size: 14px;
}

.popup-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: popup-spinner-spin 0.8s linear infinite;
}

@keyframes popup-spinner-spin {
    to { transform: rotate(360deg); }
}

/* Mali inline spinner ispod postojeće liste tokom LoadMore (popup InfiniteScrolling).
   Manji od popup-spinner-a jer indicira inkrementalni load, ne inicijalni. */
.popup-loading-more {
    display: flex;
    justify-content: center;
    padding: 14px 0;
}

.popup-spinner-small {
    width: 22px;
    height: 22px;
    border: 2px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: popup-spinner-spin 0.8s linear infinite;
}

/* Item row je sada bela kartica sa shadow-om, umesto flat reda sa donjom linijom.
   Daje "feed-style" prikaz koji se uklapa u FarmOverview / AnimalBirth-List language. */
.popup-item {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    background: white;
    border: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.12s ease, transform 0.05s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

    .popup-item:active {
        background: #f1f5f9;
        transform: scale(0.99);
    }

    .popup-item:hover {
        background: #fafbfd;
    }

    .popup-item:last-child {
        border-bottom: 1px solid #e2e8f0;
    }

/* Avatar je krug 40px sa light-blue paletom — mapira se na "ANIMAL_BIRTH" boje
   header-a u feed kartama da je hijerarhija konzistentna. */
.popup-item-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e3a8a;
    font-size: 18px;
    margin-right: 12px;
    border: none;
}

    .popup-item-icon img {
        width: 26px;
        height: 26px;
        object-fit: contain;
    }

.popup-item-body {
    flex: 1;
    min-width: 0;
}

.popup-item-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popup-item-sub {
    font-size: 12px;
    color: #64748b;
    line-height: 1.3;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* "UČITAJ VIŠE" je dashed pill — vizuelno sekundaran u odnosu na infinite scroll
   koji uglavnom radi sam. Ostao je u markup-u kao fallback ako observer ne okine. */
.popup-load-more {
    display: block;
    margin: 8px auto 4px auto;
    width: 100%;
    padding: 11px;
    border-radius: 22px;
    border: 1px dashed #94a3b8;
    background: transparent;
    color: #64748b;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 0.3px;
}

    .popup-load-more:active {
        background: #e2e8f0;
        color: #1e293b;
    }

.popup-footer {
    padding: 10px 16px;
    border-top: 1px solid #e2e8f0;
    background: white;
    font-size: 12px;
    color: #64748b;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.2px;
}
/*------------------- MOBILE POPUPS END -------------------*/


/*------------------- DATE-SELECT (mobile, FarmWeb Date_Select inspired) -------------------*/
.date-select-wrapper {
    width: 100%;
}

.date-select-label {
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}

.date-select {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 44px;
    padding: 0 6px 0 10px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .date-select:focus-within {
        border-color: #1f5fa6;
        box-shadow: 0 0 0 3px rgba(31, 95, 166, 0.15);
    }

.date-select-input {
    flex: 1 1 0;
    min-width: 0;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    padding: 4px 2px;
    outline: none;
    -moz-appearance: textfield;
}

    .date-select-input::-webkit-outer-spin-button, .date-select-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .date-select-input::placeholder {
        color: #a0aec0;
        font-weight: 400;
        font-size: 13px;
    }

.date-select-input-year {
    flex: 1.4 1 0;
}

.date-select-sep {
    color: #94a3b8;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.date-select-calendar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #1f5fa6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 4px;
    position: relative;
    overflow: hidden;
    transition: background-color 0.15s ease;
}

    .date-select-calendar:active {
        background: #1a4f8b;
    }

.date-select-native {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

    .date-select-native::-webkit-calendar-picker-indicator {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }
/*------------------- DATE-SELECT END -------------------*/


/*------------------- DATE FIELD (legacy, kept for back-compat) -------------------*/
.date-field {
    position: relative;
    width: 100%;
}

    .date-field input[type="date"] {
        width: 100%;
        height: 44px;
        padding: 10px 40px 10px 12px;
        border: 1.5px solid #e2e8f0;
        border-radius: 10px;
        background: #ffffff;
        font-size: 15px;
        font-weight: 500;
        color: #0f172a;
        font-family: inherit;
        outline: none;
        transition: border-color 0.15s ease, box-shadow 0.15s ease;
        -webkit-appearance: none;
        appearance: none;
    }

        .date-field input[type="date"]:focus {
            border-color: #1f5fa6;
            box-shadow: 0 0 0 3px rgba(31, 95, 166, 0.15);
        }

    .date-field::after {
        content: ""; /* fa calendar */
        font-family: "Font Awesome 5 Free", "FontAwesome";
        font-weight: 900;
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #1f5fa6;
        pointer-events: none;
        font-size: 16px;
    }

    /* Hide the native calendar icon on Chromium / Safari since we render our own */
    .date-field input[type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

/*------------------- LOOKUP FIELD (clickable read-only that opens popup) -------------------*/


    

    .lookup-field.empty {
        color: #94a3b8;
        font-weight: 400;
    }

    

    
/*------------------- DATE/LOOKUP END -------------------*/


/*------------------- FEED (Instagram-style birth history) -------------------*/


.feed-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    margin: 12px 8px 16px 8px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

/* Header strip */
.feed-header {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    gap: 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.12s ease;
}

    .feed-header:active {
        background-color: #f1f5f9;
    }

.feed-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f5fa6, #4ec0c8);
    padding: 2px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .feed-avatar img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #ffffff;
        padding: 3px;
        object-fit: contain;
    }

.feed-meta {
    flex: 1;
    min-width: 0;
}

.feed-meta-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feed-meta-sub {
    font-size: 12px;
    color: #64748b;
    line-height: 1.2;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feed-time {
    font-size: 12px;
    color: #94a3b8;
    flex-shrink: 0;
}

/* Image carousel */
.feed-carousel-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #0f172a;
    overflow: hidden;
}

.feed-carousel {
    width: 100%;
    height: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .feed-carousel::-webkit-scrollbar {
        display: none;
    }

.feed-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.feed-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(15, 23, 42, 0.65);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 12px;
    pointer-events: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.feed-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    pointer-events: none;
}

.feed-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .feed-dot.active {
        background: #ffffff;
        transform: scale(1.25);
    }

/* Action bar (instagram-like) */
.feed-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 12px 4px 12px;
    font-size: 22px;
    color: #0f172a;
}

.feed-action {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.15s ease, transform 0.1s ease;
}

    .feed-action:active {
        transform: scale(0.85);
    }

    .feed-action.liked {
        color: #e11d48;
    }

    .feed-action.saved {
        color: #1f5fa6;
    }

    .feed-action.ml-auto {
        margin-left: auto;
    }

/* Body */
.feed-body {
    padding: 6px 14px 12px 14px;
}

/* Stats badges */
.feed-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.feed-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 9px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

    .feed-badge.alive {
        background: #DCFCE7;
        color: #166534;
    }

    .feed-badge.dead {
        background: #FCE7E7;
        color: #991B1B;
    }

    .feed-badge.male {
        background: #DBEAFE;
        color: #1E3A8A;
    }

    .feed-badge.female {
        background: #FCE7F3;
        color: #9D174D;
    }

/* Calves details */
.feed-calves {
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    padding: 8px 0;
    margin: 8px 0;
}

.feed-calf-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    font-size: 13px;
    color: #334155;
}

    .feed-calf-row + .feed-calf-row {
        border-top: 1px dashed #e2e8f0;
    }

.feed-calf-num {
    flex-shrink: 0;
    background: #eef4fb;
    color: #1f5fa6;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 8px;
    font-size: 12px;
}

.feed-calf-info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .feed-calf-info .dot-sep {
        margin: 0 5px;
        color: #cbd5e1;
    }

.feed-eartag {
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    font-size: 12px;
    background: #f1f5f9;
    padding: 1px 6px;
    border-radius: 5px;
    color: #475569;
}

/* Description (Instagram caption style) */
.feed-desc {
    font-size: 13px;
    color: #0f172a;
    line-height: 1.4;
    margin-top: 4px;
}

    .feed-desc strong {
        font-weight: 700;
        margin-right: 2px;
    }

.feed-date {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-top: 8px;
}

.font-600 {
    font-weight: 600;
}


/*------------------- FEED END -------------------*/


/*------------------- FILTER BAR -------------------*/






    

/* Empty photo slide */
.feed-slide-empty {
    background: linear-gradient(135deg, #1f5fa6, #0f172a);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feed-slide-empty-inner {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-align: center;
}

    .feed-slide-empty-inner i {
        display: block;
        font-size: 48px;
        margin-bottom: 8px;
        opacity: 0.6;
    }


/*------------------- FULLSCREEN PHOTO VIEWER -------------------*/
.photo-viewer {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.photo-viewer-img {
    max-width: 100%;
    max-height: calc(100vh - 100px);
    object-fit: contain;
    cursor: default;
    border-radius: 4px;
}

.photo-viewer-close {
    position: absolute;
    top: env(safe-area-inset-top, 12px);
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
}

    .photo-viewer-close:active {
        background: rgba(255, 255, 255, 0.3);
    }

.photo-viewer-nav {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #ffffff;
    font-size: 14px;
}

.photo-viewer-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .photo-viewer-arrow:active {
        background: rgba(255, 255, 255, 0.3);
    }

.photo-viewer-counter {
    font-weight: 600;
    letter-spacing: 0.4px;
    min-width: 60px;
    text-align: center;
}
/*------------------- PHOTO VIEWER END -------------------*/

/*------------------- NAV STACK OVERLAY -------------------*/
/* Fullscreen overlay za svaki frame u MobileNavStack-u.
   Z-index 2147483600 (blizu max int) da nadjača sve postojeće stacking context-e
   (Kolor template ima .header-fixed z:101, .page-bg z:52, page-content z:90, plus
   feed-carousel itd. — moramo biti gore svega osim reconnect modal-a 2147483647).
   Slide-in animacija sa desne strane daje native iOS/Android push feel. */
.nav-stack-overlay {
    position: fixed;
    /* inset: 0 (top/right/bottom/left = 0) pušta overlay da se rastegne na ceo viewport
       po fixed-positioning pravilima — ne specificiramo width/height eksplicitno jer
       100vw/100vh greši kad html ima data-font-scale zoom != 1.0, pa overlay postaje
       uži/širi od viewporta i ostavlja vidljiv pojas .page-bg pozadine sa strane. */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4f6fa;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 2147483600;
    animation: nav-stack-slide-in 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    /* Bez will-change/transform u idle stanju — inače HeaderNav-ov position: fixed
       bi se vezao za overlay umesto za viewport, pa header ne bi bio na vrhu ekrana. */
}

.nav-stack-overlay.exiting {
    /* Slide-out animacija kad Pop pokrene. C# čeka 220ms pa ukloni iz DOM-a.
       Mora se poklapati sa MobileNavStack.ExitAnimationMs! */
    animation: nav-stack-slide-out 0.22s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes nav-stack-slide-in {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

@keyframes nav-stack-slide-out {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
/*------------------- NAV STACK OVERLAY END -------------------*/

/*------------------- TYPE="SEARCH" RESET -------------------
 Sva data-entry polja koriste type="search" da bi se suzbio Android (posebno Samsung Pass)
 autofill toolbar koji prikazuje key/card/location ikonice iznad tastature. type="search"
 + appropriate inputmode (decimal/numeric/text) je jedini pouzdan način — autocomplete="off"
 sam ne suzbija Samsung Pass.

 Ovaj CSS uklanja vizuelne razlike koje browser default-uje za type="search":
 - iOS Safari rounded corners (border-radius: 10px) — overriden sa appearance: none
 - native X clear button (-webkit-search-cancel-button) — sakriven, koristimo custom UX
*/
input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    display: none;
}
/*------------------- TYPE="SEARCH" RESET END -------------------*/

/*========== 5. font-scale.css ==========*/
/*
 * Font scaling — primenjuje se kao CSS `zoom` na <html> elementu.
 *
 * Razlog za `zoom` umesto `font-size`/`rem`:
 * skoro sve veličine u aplikaciji su hardcoded `px` (tasks.razor, AddEdit forme,
 * kartice) pa rem-based skaliranje ne radi bez velikog refactor-a. `zoom` skalira
 * SVE (font, button, padding, ikone, kartice) proporcionalno, što je upravo ono
 * što korisnik želi ("daj veću" = ceo UI veći, ne samo tekst).
 *
 * Vrednost se setuje preko js/font-scale.js, persistuje u localStorage pod
 * ključem 'FontScale' ('small' | 'normal' | 'large'). Inline init script u App.razor
 * primenjuje vrednost pre Blazor render-a (no FOUC).
 *
 * Brauzer kompatibilnost: zoom radi u svim major brauzerima — Chrome, Edge,
 * Safari (iOS i desktop), Firefox 126+. Pun support za PWA use case.
 */

html[data-font-scale="small"]  { zoom: 0.9; }
html[data-font-scale="normal"] { zoom: 1.0; }
html[data-font-scale="large"]  { zoom: 1.15; }
html[data-font-scale="xlarge"] { zoom: 1.3; }

/* Fallback ako data-atribut nije postavljen (prvi run, JS disabled) */
html:not([data-font-scale]) { zoom: 1.0; }

/*======================================================================
 UTILITY CLASSES — extracted from repeated inline styles across .razor files.
 Univerzalna nomenklatura (semantička, ne vezana za farm/animal domen) da bi
 šablon mogao da se koristi u drugim aplikacijama. Naming convention:
   .section-* → grupisanje (label, card)
   .field-*   → form input pieces (label, input, textarea, mark)
   .picker-*  → clickable selector rows
   .btn-*     → button variants (already mostly via Bootstrap)
   .text-*    → typography helpers
   .row-*     → flex layouts
   .overlay-* → fullscreen overlays
   .stack-mb-* → vertical spacing (mb shortcuts that won't collide w/ Bootstrap)
======================================================================*/

/* === Labels === */
.section-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 4px 4px 8px 4px;
}
.section-label-tight {
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}
.field-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 6px;
}
.field-mark-required {
    color: #ef4444;
    margin-left: 3px;
}

/* === Cards === */
.card-soft {
    background: white;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
}

/* === Picker (clickable selector row, leads to a popup) === */
.picker-row {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 10px 14px;
    cursor: pointer;
}

/* === Inputs === */
.input-rounded {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 16px;
    background: white;
    box-sizing: border-box;
}
.textarea-rounded {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 16px;
    background: white;
    resize: vertical;
    font-family: inherit;
    box-sizing: border-box;
}

/* === Primary action button (full-width pill, dark navy) === */
.btn-primary-block {
    width: 100%;
    padding: 14px;
    background: #1e2a4a;
    color: white;
    border: none;
    border-radius: 28px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* === Icon button (round 40x40 floating w/ shadow) === */
.btn-icon-round {
    background: white;
    border: none;
    min-width: 40px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    cursor: pointer;
}

/* === Layout === */
.row-wrap-gap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.row-gap-md-center {
    display: flex;
    gap: 8px;
    padding: 10px 12px;
    align-items: center;
}
.flex-1 { flex: 1; }
.flex-1-center { flex: 1; text-align: center; }

/* === Text helpers === */
.text-muted-xs { color: #94a3b8; font-size: 12px; }
.text-muted-sm { color: #94a3b8; font-size: 13px; }
.text-darker { color: #555; }
.text-hint-xs {
    font-size: 11px;
    color: #64748b;
    margin-top: 4px;
    letter-spacing: 0.3px;
}
.icon-muted-mr { color: #94a3b8; margin-right: 8px; }

/* === Spacing shortcuts (don't collide w/ Bootstrap mb-X scale) === */
.stack-mb-sm { margin-bottom: 12px; }
.stack-mb-md { margin-bottom: 14px; }
.stack-mb-lg { margin-bottom: 20px; }

/* === Overlays === */
.overlay-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

/* === Search bar (in-toolbar search input host) === */
.search-bar {
    flex: 1;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 24px;
    padding: 8px 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.search-bar-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    min-width: 0;
}

/* === Sticky toolbar (filter/action bar pinned under header) === */
.sticky-toolbar {
    position: sticky;
    top: 60px;
    z-index: 50;
    background: rgba(103, 114, 164, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.sticky-toolbar-content {
    padding-top: 60px !important;
    padding-bottom: 24px !important;
    background: transparent;
}

/* === Misc === */
.drag-handle {
    width: 36px;
    height: 4px;
    background: #cbd5e1;
    border-radius: 2px;
}
.mr-xs { margin-right: 4px; }
.fs-md { font-size: 16px; }

/*======================================================================
 UTILITY CLASSES — phase 2 (patterns appearing 5-9 times in razor files).
======================================================================*/

/* === Typography === */
.fs-lg { font-size: 18px; }
.fs-xl { font-size: 28px; }
.text-label-md {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
}
.text-label-xs {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
}
.text-label-xs-strong {
    font-size: 11px;
    color: #64748b;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.text-label-xs-mb {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 4px;
}
.text-label-norm {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}
.text-dim-xs { font-size: 12px; color: #475569; }
.text-dim-sm { font-size: 13px; color: #475569; }
.text-title-sm {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}
.text-title-md {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
}
.text-hint-italic {
    font-style: italic;
    color: #64748b;
    font-size: 12px;
    margin: 0 4px 10px 4px;
    line-height: 1.4;
}
.text-danger-fg { color: #ef4444; }
.text-success-mr-sm { color: #16a34a; margin-right: 6px; }
.text-success-hint {
    font-size: 12px;
    color: #16a34a;
    margin-top: 6px;
    padding-left: 14px;
}
.text-muted-xs-nested {
    font-size: 11px;
    color: #94a3b8;
    margin-left: 22px;
}

/* === Section label variants === */
.section-label-flush {
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 4px 4px 4px 4px;
}
.section-label-success {
    font-size: 12px;
    color: #166534;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.section-label-narrow {
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

/* === Layout === */
.row-wrap-sm { display: flex; gap: 6px; flex-wrap: wrap; }
.row-gap-sm { display: flex; gap: 8px; }
.row-center-mb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.row-center-mb-lg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.row-between-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 4px 8px 4px;
}
.row-tags-dim {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #475569;
}
.flex-1-min0 { flex: 1; min-width: 0; }
.flex-1-tight { flex: 1; line-height: 1.15; }

/* === Lists === */
.list-row-soft {
    padding: 16px 14px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    gap: 12px;
}
.list-divider {
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

/* === Chips/Badges === */
.chip-light {
    background: white;
    padding: 2px 8px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

/* === Buttons === */
.btn-icon-ghost {
    background: transparent;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 4px;
}
.btn-fab {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: #1e2a4a;
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* === Notes/Hints === */
.note-md { margin-top: 12px; font-size: 13px; }
.note-nested {
    margin-left: 22px;
    margin-top: 4px;
    padding: 6px 10px;
    background: #f8fafc;
    border-left: 3px solid #cbd5e1;
    font-size: 12px;
    color: #475569;
}

/* === Page/Layout containers === */
.page-frame {
    padding-top: 65px !important;
    padding-bottom: 100px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    background: #f4f6fa;
}
.nav-section-header {
    margin: 8px 16px 6px 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* === Special UI === */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #94a3b8;
}
.bottom-right-overlay {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 5;
}
.hidden-input { opacity: 0; width: 0; height: 0; }
.col-third { width: 33%; margin-right: 3px; padding: 0px; }

/* === Phase 3 partials (used with inline style for the dynamic color/bg property) === */
.text-picker-value { flex: 1; font-size: 14px; }
.color-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-right: 6px;
}
