/* colors */
.clr-white {
  color: #FFFFFF !important;
}

.clr-grey0 {
  color: #F9F9F9 !important;
}

.clr-grey1 {
  color: #F0F0F0 !important;
}

.clr-grey2 {
  color: #E1E1E1 !important;
}

.clr-grey3 {
  color: #B9B9B9 !important;
}

.clr-grey4 {
  color: #7B7B7B !important;
}

.clr-grey5 {
  color: #505050 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-grey0 {
  background-color: #F9F9F9 !important;
}

.bg-grey1 {
  background-color: #F0F0F0 !important;
}

.bg-grey2 {
  background-color: #E1E1E1 !important;
}

.bg-grey3 {
  background-color: #B9B9B9 !important;
}

.bg-grey4 {
  background-color: #7B7B7B !important;
}

.bg-grey5 {
  background-color: #505050 !important;
}

.clr-primary {
  color: #6FB2E2 !important;
}

.clr-primary-light {
  color: #EAF5FD !important;
}

.clr-primary-link {
  color: #1D8DDD !important;
}

.clr-dark {
  color: #101c3f !important;
}

.bg-primary {
  background-color: #6FB2E2 !important;
}

.bg-primary-light {
  background-color: #EAF5FD !important;
}

.bg-primary-link {
  background-color: #1D8DDD !important;
}

.bg-dark {
  background: #101c3f !important;
}

.bg-gold {
  background: linear-gradient(180deg, #ffde00, #ffb700) !important;
}

.clr-warning {
  color: #EEB449 !important;
}

.clr-error {
  color: #B21F24 !important;
}

.clr-success {
  color: #35C235 !important;
}

.bg-warning {
  background-color: #EEB449 !important;
}

.bg-error {
  background-color: #B21F24 !important;
}

.bg-success {
  background-color: #35C235 !important;
}

body {
  font-family: Arial, Verdana, Tahoma, sans serif;
  background-color: #F0F0F0;
  color: #505050;
  margin: 0;
  padding: 0 !important;
  font-family: arial;
  font-size: 14px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body::-webkit-scrollbar { /* width */
  width: 18px;
}
body::-webkit-scrollbar-track { /* Track */
  background: #FFFFFF;
}
body::-webkit-scrollbar-thumb { /* Handle */
  background: #B9B9B9;
  border-radius: 50px;
  border: 4px solid #FFFFFF;
}
body::-webkit-scrollbar-thumb:hover { /* Handle on hover */
  background: rgb(190, 190, 190);
}

body .row main {
  width: calc(100% - 255px); /*Pokud ma datatables scrollX:true, zmena sirky obrazovky je vysouvala mimo layout*/
}

section {
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
section::-webkit-scrollbar { /* width */
  width: 18px;
}
section::-webkit-scrollbar-track { /* Track */
  background: #FFFFFF;
}
section::-webkit-scrollbar-thumb { /* Handle */
  background: #B9B9B9;
  border-radius: 50px;
  border: 4px solid #FFFFFF;
}
section::-webkit-scrollbar-thumb:hover { /* Handle on hover */
  background: rgb(190, 190, 190);
}

span.tim-lang_label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 992px) {
  body > div.row {
    padding-top: 65px !important;
  }
}
@media (max-width: 576px) {
  .height_mobile {
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-bottom: 8px !important;
  }
}
.tim-nav .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.tim-nav .navbar-brand img {
  max-height: 50px;
  align-self: center;
  margin-bottom: 10px;
}
.tim-nav .navbar-brand h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
  width: 100%;
}
.tim-nav .tim-nav__menu .nav-link {
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0 33px;
  line-height: normal;
}
.tim-nav .tim-nav__menu .nav-link:not(:first-child) {
  margin-top: 10px;
}
.tim-nav .tim-nav__menu .nav-link:has(i) {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}
.tim-nav .tim-nav__menu .nav-link:has(i):not(:first-child) {
  margin-top: 20px;
}
.tim-nav .tim-nav__menu .nav-link .tim-nav-item__icon {
  display: inline-block;
  transform: translateY(-2px);
  margin-right: 7px;
}
.tim-nav .tim-nav__menu .nav-link .tim-nav-item__icon i {
  width: 22px;
  height: 22px;
}
.tim-nav .tim-nav__menu .nav-link .tim-nav-item__icon--on {
  display: none;
}
.tim-nav .tim-nav__menu .nav-link.active {
  background: none;
  color: #6FB2E2;
  font-weight: 700;
}
.tim-nav .tim-nav__menu .nav-link.active::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  background-color: #6FB2E2;
  border-radius: 50px;
  margin-left: -11px;
  top: -3px;
  left: -14px;
}
.tim-nav .tim-nav__menu .nav-link.active .tim-nav-item__icon--on {
  display: inline-block;
}
.tim-nav .tim-nav__menu .nav-link.active .tim-nav-item__icon--off {
  display: none;
}
.tim-nav .tim-nav__footer {
  text-align: center;
  color: #A9A9A9;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
.tim-nav .tim-nav__footer a {
  color: inherit;
  text-decoration: underline;
}

.tim-flag_icon {
  width: 24px;
  height: 16px;
  margin: 0 5px;
  cursor: pointer;
}

.tim-nav--desktop {
  min-width: 255px;
  max-width: 255px;
  min-height: 100vh;
  background-color: #FFFFFF;
  background-image: linear-gradient(#FFFFFF 19%, #F8FCFF 47%, #FFFFFF 71%);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  padding: 10px;
  transition: margin 0.5s ease-out;
}
.tim-nav--desktop::-webkit-scrollbar { /* width */
  width: 14px;
}
.tim-nav--desktop::-webkit-scrollbar-track { /* Track */
  background: #FFFFFF;
}
.tim-nav--desktop::-webkit-scrollbar-thumb { /* Handle */
  background: #B9B9B9;
  border-radius: 50px;
  border: 4px solid #FFFFFF;
}
.tim-nav--desktop::-webkit-scrollbar-thumb:hover { /* Handle on hover */
  background: rgb(190, 190, 190);
}
.tim-nav--desktop > * {
  transition: opacity 0.5s ease-out;
}
.tim-nav--desktop .navbar-brand {
  text-align: center;
}
.tim-nav--desktop .navbar-brand img {
  width: auto;
  height: 40px;
}

body.tim-desktop-menu-hidden .tim-nav--desktop {
  margin-left: -245px;
}
body.tim-desktop-menu-hidden .tim-nav--desktop > * {
  opacity: 0;
}

.tim-nav--mobile {
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  padding: 0;
}
.tim-nav--mobile .navbar-brand {
  padding: 0 0 0 8px;
  margin: 0;
}
.tim-nav--mobile .navbar-brand img {
  width: auto;
  height: 24px;
}
.tim-nav--mobile .tim-nav__username {
  color: #7B7B7B;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.tim-nav--mobile .navbar-toggler {
  border: none;
  padding: 6px;
  outline-offset: -4px;
}
.tim-nav--mobile .navbar-toggler:focus {
  box-shadow: none;
}
.tim-nav--mobile .navbar-toggler:focus-visible {
  outline: 2px solid #7B7B7B;
}
.tim-nav--mobile .navbar-toggler .navbar-toggler-icon {
  background: none;
  width: auto;
  height: auto;
}
.tim-nav--mobile .navbar-toggler .navbar-toggler-icon i {
  display: inline-block;
  width: 26px;
  height: 26px;
}
.tim-nav--mobile .navbar-toggler .tim-navbar-toggler-icon-on {
  display: none;
}
.tim-nav--mobile.tim-mobile-menu-open .tim-navbar-toggler-icon-off {
  display: none;
}
.tim-nav--mobile.tim-mobile-menu-open .tim-navbar-toggler-icon-on {
  display: block;
}
.tim-nav--mobile .offcanvas {
  width: 255px;
  top: 64px;
  border: none;
  background-color: rgb(240, 240, 240);
  background: linear-gradient(180deg, rgb(190, 190, 190) 0px, rgb(240, 240, 240) 4px);
}
.tim-nav--mobile .offcanvas-backdrop {
  top: 64px;
  height: calc(100vh - 64px);
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
.tim-nav--mobile .offcanvas-body {
  display: flex;
  flex-direction: column;
}
.tim-nav--mobile .tim-logged-user, .tim-nav--mobile .tim-user-logout {
  color: #6FB2E2;
  margin-top: 30px;
}

.tim-logged-user, .tim-user-logout {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.tim-logged-user i, .tim-user-logout i {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.tim-user-logout i {
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .tim-flag_icon {
    width: 42px;
    height: 25px;
  }
}
body .dt-container {
  /*table stripes + border*/
  /*table stripes + border*/
  /*collapsed table title override*/
  /*collapsed table title override*/
}
body .dt-container .dt-scroll .dt-scroll-body::-webkit-scrollbar { /* width */
  width: 18px;
}
body .dt-container .dt-scroll .dt-scroll-body::-webkit-scrollbar-track { /* Track */
  background: #FFFFFF;
}
body .dt-container .dt-scroll .dt-scroll-body::-webkit-scrollbar-thumb { /* Handle */
  background: #B9B9B9;
  border-radius: 50px;
  border: 4px solid #FFFFFF;
}
body .dt-container .dt-scroll .dt-scroll-body::-webkit-scrollbar-thumb:hover { /* Handle on hover */
  background: rgb(190, 190, 190);
}
body .dt-container table.cursor-auto tbody tr td {
  cursor: auto !important;
}
body .dt-container table.dataTable td,
body .dt-container table.dataTable th {
  color: #505050;
  min-height: 40px;
  border-bottom: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  padding: 4px;
}
body .dt-container table.dataTable td:first-child,
body .dt-container table.dataTable th:first-child {
  border-left: 1px solid #E1E1E1;
}
body .dt-container table.dataTable th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background-color: #F0F0F0;
  height: 40px;
  align-content: center;
  border-top: 1px solid #E1E1E1;
}
body .dt-container table.dataTable th.dt-orderable-asc span.dt-column-order:before,
body .dt-container table.dataTable th.dt-orderable-asc span.dt-column-order:after, body .dt-container table.dataTable th.dt-orderable-desc span.dt-column-order:before,
body .dt-container table.dataTable th.dt-orderable-desc span.dt-column-order:after {
  opacity: 0.2;
}
body .dt-container table.dataTable th.dt-ordering-asc span.dt-column-order:before {
  opacity: 1;
}
body .dt-container table.dataTable th.dt-ordering-desc span.dt-column-order:after {
  opacity: 1;
}
body .dt-container table.dataTable td {
  font-size: 16px;
  font-weight: 400;
  height: 36px;
}
body .dt-container table.dataTable tr.selected > * {
  background-color: #E1E1E1;
  box-shadow: none;
  color: #505050;
}
body .dt-container table.dataTable tr:hover td {
  cursor: pointer;
  background-color: #fafafa;
}
body .dt-container table.dataTable .dtr-details {
  width: 100%;
}
body .dt-container table.dataTable .dtr-details .dtr-data {
  white-space: break-spaces !important;
}
body .dt-container table.dataTable tr.dtrg-group th {
  background-color: #B9B9B9;
  font-size: 16px;
}
body .dt-container table.dataTable tr.in_italics {
  font-style: italic;
}
body .dt-container table.dataTable:not(.collapsed) tr:nth-child(even of tr:not(.dtrg-group)) td {
  background-color: #F0F0F0;
}
body .dt-container table.dataTable.collapsed tr:nth-child(even of .dt-hasChild) td {
  background-color: #F0F0F0;
}
body .dt-container table.dataTable.collapsed tr:nth-child(even of .dt-hasChild) + .child td {
  background-color: #F0F0F0;
}
body .dt-container table.dataTable.collapsed tr.dt-hasChild + tr.child td {
  border-bottom: 1px solid black;
}
body .dt-container .dtr-title {
  color: #8b8b8b;
  min-width: 100px !important;
  font-size: 12px;
}
body .dt-container .dt-length label {
  font-size: 14px;
  color: #505050;
}
body .dt-container .dt-length select {
  margin: 0 5px;
}
body .dt-container .dt-info {
  margin: -2px 0 0 -4px;
  font-size: 14px;
  color: #505050;
}
body .dt-container .dt-info .select-info {
  display: none;
}
body .dt-container .pagination .page-item.disabled {
  opacity: 0.5;
}
body .dt-container .pagination .page-item.active .page-link {
  background-color: #6FB2E2;
  border-color: #6FB2E2;
  color: #FFFFFF;
  font-weight: 700;
}
body .dt-container .pagination .page-item .page-link {
  color: #505050;
}
body .dt-container .pagination .page-item img {
  width: 14px;
  height: 14px;
  opacity: 0.686;
  /*transparent black equivalent of clr-grey5*/
}

.tim-dph_table {
  font-size: 14px;
}
.tim-dph_table > div {
  width: 450px;
}

#ordersDatatable tr:hover td {
  cursor: pointer !important;
}

@media (max-width: 768px) {
  body .dt-container .dt-info {
    margin-top: 8px;
  }
}
body .btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-weight: 700;
  background-color: #6FB2E2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  opacity: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body .btn-primary:hover, body .btn-primary:focus-visible, body .btn-primary:active {
  background-color: rgb(54.898265896, 148.0011560694, 214.701734104);
}
body .btn-primary i {
  display: inline-block;
  width: 14px;
  height: 14px;
}
body .btn-secondary {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-weight: 700;
  background-color: #7B7B7B;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  opacity: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body .btn-secondary:hover, body .btn-secondary:focus-visible, body .btn-secondary:active {
  background-color: rgb(98.4, 98.4, 98.4);
}
body .btn-secondary i {
  display: inline-block;
  width: 14px;
  height: 14px;
}
body .btn-warning {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-weight: 700;
  background-color: #EEB449;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  opacity: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body .btn-warning:hover, body .btn-warning:focus-visible, body .btn-warning:active {
  background-color: rgb(227.5457286432, 155.0311557789, 21.2542713568);
}
body .btn-warning i {
  display: inline-block;
  width: 14px;
  height: 14px;
}
body .btn-danger {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-weight: 700;
  background-color: #B21F24;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  opacity: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body .btn-danger:hover, body .btn-danger:focus-visible, body .btn-danger:active {
  background-color: rgb(142.4, 24.8, 28.8);
}
body .btn-danger i {
  display: inline-block;
  width: 14px;
  height: 14px;
}
body .btn-success {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-weight: 700;
  background-color: #35C235;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  opacity: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body .btn-success:hover, body .btn-success:focus-visible, body .btn-success:active {
  background-color: rgb(42.4, 155.2, 42.4);
}
body .btn-success i {
  display: inline-block;
  width: 14px;
  height: 14px;
}
body .btn-link {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  opacity: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body .btn-link:hover, body .btn-link:focus-visible, body .btn-link:active {
  background-color: rgba(0, 0, 0, 0);
}
body .btn-link i {
  display: inline-block;
  width: 14px;
  height: 14px;
}
body .btn-sm {
  min-height: 31px;
}
body .btn-lg {
  min-height: 48px;
}

.btn_icon--sm {
  height: 11px !important;
}

.btn-check + .btn-outline-light-blue {
  background-color: white;
  border-color: #6FB2E2;
  color: #6FB2E2;
}
.btn-check + .btn-outline-light-blue .icon-checked {
  display: none;
}
.btn-check + .btn-outline-light-blue .icon-unchecked {
  display: inline-block;
}

.btn-check:checked + .btn-outline-light-blue {
  background-color: #6FB2E2;
  border-color: #6FB2E2;
  color: white;
}
.btn-check:checked + .btn-outline-light-blue .icon-unchecked {
  display: none;
}
.btn-check:checked + .btn-outline-light-blue .icon-checked {
  display: inline-block;
}

.btn-check:checked + .btn-outline-light-blue:hover {
  background-color: #6FB2E2;
  border-color: #6FB2E2;
  color: white;
}

.btn-check + .btn-outline-light-blue:hover {
  background-color: white;
  border-color: #6FB2E2;
  color: #6FB2E2;
}

.social-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
  width: 100%;
}
.social-buttons .social-btn {
  padding: 15px;
  border-radius: 4px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 100%;
  border: none;
  transition: background-color 0.3s;
}
.social-buttons .google-btn {
  background-color: #4285F4;
}
.social-buttons .google-btn:hover {
  background-color: #357AE8;
}
.social-buttons .facebook-btn {
  background-color: #3b5998;
}
.social-buttons .facebook-btn:hover {
  background-color: #2d4373;
}
.social-buttons .icloud-btn {
  background-color: #1D9BF0;
}
.social-buttons .icloud-btn:hover {
  background-color: #1780C4;
}

@media (max-width: 768px) {
  .social-btn {
    padding: 12px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .social-btn {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .social-btn {
    padding: 8px;
    font-size: 12px;
  }
}
button .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.5 4 4.78 7.28 5.5 8 0 4z'/%3E%3C/svg%3E");
}

button .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.5 4 3.22 7.28 2.5 8 8 4z'/%3E%3C/svg%3E");
}

label, label.form-label, label.col-form-label,
body div.dt-container div.dt-search label {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
}

input, input.form-control, input.form-check-input,
select, select.form-select,
textarea, textarea.form-control {
  background-color: #FFFFFF;
  border: 1px solid #B9B9B9;
  color: #505050;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
input::-moz-placeholder, input.form-control::-moz-placeholder, input.form-check-input::-moz-placeholder, select::-moz-placeholder, select.form-select::-moz-placeholder, textarea::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #B9B9B9;
}
input::placeholder, input.form-control::placeholder, input.form-check-input::placeholder,
select::placeholder, select.form-select::placeholder,
textarea::placeholder, textarea.form-control::placeholder {
  color: #B9B9B9;
}

select, select.form-select {
  cursor: pointer;
}

body .form-check {
  padding-left: 0;
}
body .form-check label[for]:not([for=""]), body .form-check .form-check-input[type=checkbox] {
  cursor: pointer;
}
body .form-check .form-check-input[type=checkbox] {
  padding: 9px;
  margin-top: 2px;
  margin-right: 12px;
  margin-left: 0;
  border-color: #B9B9B9;
}
body .form-check .form-check-input[type=checkbox]:checked {
  background-color: #6FB2E2;
  border-color: #6FB2E2;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
}

body .form-control-plaintext {
  background-color: #F0F0F0;
  border: 1px solid #E1E1E1;
  color: #505050;
  padding: 6px 8px;
  min-height: 35px;
  font-size: 14px;
  border-radius: 4px;
}

.tim-form_main .tim-left_input {
  border-radius: 4px 0px 0px 4px;
  margin-right: 1px;
}
.tim-form_main .tim-right_input {
  border-radius: 0px 4px 4px 0px;
}
.tim-form_main .tim-textarea {
  min-width: 210px;
  height: 35px;
}

@media (max-width: 576px) {
  .tim-form_main .tim-input_text {
    width: 100%;
  }
  .tim-form_main .tim-textarea {
    width: 100%;
  }
}
#gallery img {
  height: 75vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  #gallery img {
    height: 35vw;
  }
}
@media (min-width: 992px) {
  #gallery img {
    height: 18vw;
  }
}
#gallery .btn i {
  width: 10px;
}

.carousel-item img {
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal_gallery_records {
  margin: 10% auto;
}

.file-input {
  display: none;
}

#alertBox {
  cursor: pointer;
  overflow: hidden;
  display: none;
  position: fixed;
  width: 50%;
  align-items: center;
  bottom: 35px;
  left: 50%;
  translate: -50% 0;
  z-index: 1056;
  box-shadow: 0px 0px 12px 1px rgb(161, 161, 161);
}
#alertBox i {
  margin-right: 0.25rem;
}
#alertBox span {
  line-height: 20px;
}
#alertBox #exit {
  cursor: pointer;
}
#alertBox #exit:hover {
  color: black;
}

#footer-tooltip {
  position: absolute;
  height: 30px;
  min-width: -moz-max-content;
  min-width: max-content;
  pointer-events: none;
  z-index: 999;
  background-color: darkgray;
  color: black;
  padding: 5px;
  border-radius: 5px;
  display: none;
  align-items: center;
}

.modal::-webkit-scrollbar { /* width */
  width: 18px;
}
.modal::-webkit-scrollbar-track { /* Track */
  background: #FFFFFF;
}
.modal::-webkit-scrollbar-thumb { /* Handle */
  background: #B9B9B9;
  border-radius: 50px;
  border: 4px solid #FFFFFF;
}
.modal::-webkit-scrollbar-thumb:hover { /* Handle on hover */
  background: rgb(190, 190, 190);
}

.modal-title {
  color: #505050;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
}

#loader {
  display: none;
}

#whisper {
  display: none;
}

.tim-page-header {
  padding: 10px 20px;
  background-color: #6FB2E2;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  align-items: center;
}
.tim-page-header .tim-menu-button-toggle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  padding: 7px;
  border: none;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-left: -25px;
  left: -25px;
}
.tim-page-header .tim-menu-button-toggle span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
.tim-page-header .tim-menu-button-toggle span i {
  display: inline-block;
  height: 18px;
  margin-top: 8.5px;
  transition: transform 0.5s ease, margin 0.5s ease;
}

body.tim-desktop-menu-hidden .tim-page-header .tim-menu-button-toggle i {
  transform: rotate(90deg);
  margin-left: 1px;
}

h1 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

h2 {
  color: #6FB2E2;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

h3 {
  color: #6FB2E2;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

a {
  color: #1D8DDD;
  text-decoration: none;
}

@media (max-width: 992px) {
  h1 {
    font-size: 20px;
  }
  .tim-page-header {
    padding: 6px 8px;
  }
}
[class*=tim-icon][class*=primary] {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 0px;
  fill: #6FB2E2;
}
[class*=tim-icon][class*=primary] > svg {
  width: inherit;
  height: inherit;
}

[class*=tim-icon][class*=success] {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 0px;
  fill: #35C235;
}
[class*=tim-icon][class*=success] > svg {
  width: inherit;
  height: inherit;
}

[class*=tim-icon][class*=warning] {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 0px;
  fill: #EEB449;
}
[class*=tim-icon][class*=warning] > svg {
  width: inherit;
  height: inherit;
}

[class*=tim-icon][class*=danger] {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 0px;
  fill: #B21F24;
}
[class*=tim-icon][class*=danger] > svg {
  width: inherit;
  height: inherit;
}

[class*=tim-icon][class*=white] {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 0px;
  fill: #FFFFFF;
}
[class*=tim-icon][class*=white] > svg {
  width: inherit;
  height: inherit;
}

[class*=tim-icon][class*=grey] {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 0px;
  fill: #505050;
}
[class*=tim-icon][class*=grey] > svg {
  width: inherit;
  height: inherit;
}

[class*=tim-icon][class*=light_blue] {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 0px;
  fill: #6FB2E2;
}
[class*=tim-icon][class*=light_blue] > svg {
  width: inherit;
  height: inherit;
}

[class*=tim-paginate][class*=light_blue] {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 0px;
  fill: #6FB2E2;
}
[class*=tim-paginate][class*=light_blue] > svg {
  width: inherit;
  height: inherit;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5000;
}

#cookies_consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 1.5rem 1rem;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  min-height: 15%;
}
#cookies_consent a {
  color: #0d6efd !important;
  text-decoration: underline !important;
}
#cookies_consent .cookies-consent-message {
  flex: 1 1 300px;
  margin-right: 1.5rem;
  font-size: 1rem;
}
#cookies_consent .cookies-consent-actions {
  display: flex;
  gap: 0.75rem;
}

.tim-documents_section .card h3 {
  color: #6FB2E2;
  margin: 0;
}

.tim-video_section video {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.tim-video_section .nav-link {
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  margin: 0 15px 0 0;
  line-height: normal;
  text-align: left;
}
.tim-video_section .nav-link.active {
  background: none;
  color: #6FB2E2;
  font-weight: 700;
  border: 1px solid #6FB2E2;
}

.login-prehled {
  height: 100vh;
}
.login-prehled > div {
  width: 350px;
}
.login-prehled h1 {
  color: #404040 !important;
}

/*main.login-prehled {
    height: 100vh;

    section.tim-login {
        font-family: Arial, sans-serif;
        background-color: #e9ecef;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;

        .tim-login {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .login-form {
            background-color: #fff;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 500px;
            min-width: 320px;
            margin: 0 10px;
            box-sizing: border-box;
        }

        .login-nadpis {
            text-align: center;
            color: #333;
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        label {
            font-size: 16px;
            color: #333;
        }

        .form-floating {
            position: relative;
            margin-bottom: 25px;
        }

        .form-floating input {
            padding-left: 35px;
        }

        .form-floating label {
            position: absolute;
            top: 15px;
            left: 15px;
            font-size: 16px;
            color: #aaa;
            transition: all 0.3s ease-in-out;
        }

        .form-floating input:focus ~ label,
        .form-floating input:not(:placeholder-shown) ~ label {
            top: -5px;
            left: 15px;
            font-size: 14px;
            color: #333;
        }


        .logo-container {
            text-align: center;
            margin-bottom: 30px;
        }

        .logo-container img {
            margin: 0 auto;
            width: 250px;
        }

        .fa-solid {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #ccc;
        }

        #toggle_password {
            position: absolute;
            right: 15px;
            top: 15px;
            cursor: pointer;
            color: #ccc;
        }

        #one_time_password_confirm,
        #authenticator_confirm {
            padding: 15px;
            background-color: #6fb2e2;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 18px;
            cursor: pointer;
            width: 100%;
            margin-top: 15px;
            transition: background-color 0.3s;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #one_time_password_confirm:hover,
        #authenticator_confirm:hover {
            background-color: #5c9ece;
        }

        p.login-info-account {
            text-align: center;
            font-size: 16px;
            color: #555;
            margin: 10px 0;
        }

        p.login-info-account a {
            color: #0066cc;
            text-decoration: none;
        }

        p.login-info-account a:hover {
            text-decoration: underline;
        }

        p.login-info {
            text-align: center;
            font-size: 18px;
            color: #333;
            font-weight: bold;
            margin: 20px 0;
        }

        @media (max-width: 768px) {
            .login-form {
                padding: 20px;
                min-width: 80%;
                max-width: 90%;
                margin: 0 5%;
            }

            .login-nadpis {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .form-floating input,
            .form-floating label {
                font-size: 14px;
            }

            .form-floating {
                margin-bottom: 20px;
            }

            #one_time_password_confirm,
            #authenticator_confirm {
                font-size: 16px;
                padding: 12px;
            }

            .logo-container img {
                width: 180px;
            }
        }

        @media (max-width: 480px) {
            .login-form {
                padding: 15px;
                min-width: 85%;
                max-width: 90%;
                margin: 0 5%;
            }

            .login-nadpis {
                font-size: 20px;
                margin-bottom: 15px;
            }

            .form-floating input,
            .form-floating label {
                font-size: 12px;
            }

            .form-floating {
                margin-bottom: 15px;
            }

            #one_time_password_confirm,
            #authenticator_confirm {
                font-size: 14px;
                padding: 10px;
            }

            .logo-container img {
                width: 140px;
            }
        }

        @media (max-width: 360px) {
            .login-form {
                padding: 10px;
                min-width: 90%;
                max-width: 90%;
                margin: 0 5%;
            }

            .login-nadpis {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .form-floating input,
            .form-floating label {
                font-size: 12px;
            }

            .logo-container img {
                width: 120px;
            }

            #one_time_password_confirm,
            #authenticator_confirm {
                font-size: 12px;
                padding: 8px;
            }
        }
    }
}*/
.mt-15 {
  margin-top: 15px;
}

.card {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
  text-align: center;
  max-width: 230px;
  min-width: 230px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-header {
  color: white;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-body {
  padding: 20px;
}

.linked--true {
  border: 2px solid #28a745;
}
.linked--true .card-header {
  background-color: #28a745;
}
.linked--true .card-header button {
  display: none;
}

.linked--false .card-header {
  background-color: none;
}
.linked--false .card-header input {
  display: none;
}

.checkbox-header {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: #28a745;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.checkbox-header:checked {
  background-color: #28a745;
  border-color: #28a745;
}

.facebook-login, .google-link, .icloud-login {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.js-facebook-login i {
  width: 80px !important;
  height: 80px !important;
}

.js-google-link i {
  width: 80px !important;
  height: 80px !important;
}

.js-icloud-login i {
  width: 80px !important;
  height: 80px !important;
}

.card-google {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-header-google {
  background: #1f2128 !important;
  font-weight: bold;
  font-size: 16px;
  border-bottom: none;
}

.card-icloud {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-color: #74c0fc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-header-icloud {
  background-color: #74c0fc !important;
  font-weight: bold;
  font-size: 16px;
  border-bottom: none;
}

.card-facebook {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-color: #0866ff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-header-facebook {
  background-color: rgb(8, 102, 255) !important;
  font-weight: bold;
  font-size: 16px;
  border-bottom: none;
}

.signup-main {
  height: 100vh;
}
.signup-main > div {
  min-width: 350px;
}
.signup-main h1 {
  color: #404040 !important;
}
.signup-main h3 {
  color: #404040 !important;
}

.tim-signup_form {
  width: 100%;
}

.logo-container {
  text-align: center;
  margin-bottom: 30px;
}
.logo-container img {
  width: 250px;
  margin: 0px auto;
}

.signup-nadpis {
  text-align: center;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.table-pricing h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Helvetica", sans-serif;
  font-size: 32px;
  color: #101c3f;
  margin-bottom: 25px;
}

.auth-secret {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 4px 6px;
  display: inline-block;
  font-size: 1.2em;
  cursor: pointer;
}

.copy-tooltip {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.9em;
  z-index: 9999;
}

.table-tim-pricing {
  overflow: hidden;
}
.table-tim-pricing .row {
  border-bottom: 1px solid rgba(224, 224, 224, 0.2901960784);
  padding: 12px 0;
}
.table-tim-pricing .row:last-child {
  border-bottom: none;
}

.th_free {
  background-color: #f2f7fc;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #101c3f;
}

.th_pro {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #101c3f;
}

.pricing_content {
  border-bottom: 1px solid rgba(125, 125, 135, 0.168627451);
}

.table-light {
  font-size: 18px;
}

.btn-equal-width {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-equal-width .btn {
  width: 100%;
}

.payment-methods {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.payment-methods p {
  color: #1f1f1f;
  margin-bottom: 20px;
}
.payment-methods .g-pay_icon {
  width: 140px;
}
.payment-methods .master_icon {
  width: 80px;
}
.payment-methods .secure_icon {
  width: 90px;
}/*# sourceMappingURL=main.min.css.map */