.brand-link .brand-image {

    padding: 5px 10px 5px 10px;
    max-height: 40px;
   
}

#elfinder23 {
    margin: 0;
    padding: 0;
    height: calc(100vh - (var(--header-height, 60px) + var(--page-heading-height, 120px))) !important;
}


/* Kontejner pro full-height grid nebo file manager */
.full-height-container {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: calc(
        100vh 
        - var(--header-height, 60px)        /* výška hlavní hlavičky */
        - var(--page-heading-height, 120px) /* výška nadpisu stránky */
    ) !important;
    overflow: auto;
}


/* zvětšené dlaždice 
.elfinder-cwd-view-icons .elfinder-cwd-file {
  width: 180px !important;
  height: 200px !important;
  margin: 10px !important;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
*/
/* vycentrování wrapperu
.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 160px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box;
} */

/* samotný thumbnail
.elfinder-cwd-view-icons .elfinder-cwd-icon {
  width: 160px !important;
  height: 160px !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #f7f7f7 !important;
  border-radius: 8px !important;
  display: block !important;
  margin: 0 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}  */

/* overlay ikonky (zámek, špendlík)
.elfinder-cwd-view-icons .elfinder-lock,
.elfinder-cwd-view-icons .elfinder-perms {
  position: absolute !important;
}  */

/* název souboru 
.elfinder-cwd-view-icons .elfinder-cwd-filename {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  padding: 4px 6px 0;
  box-sizing: border-box;
} 

*/

/* schová overlay ikony úplně 
.elfinder-cwd-view-icons .elfinder-lock,
.elfinder-cwd-view-icons .elfinder-perms,
.elfinder-cwd-view-icons .elfinder-cwd-icon::before,
.elfinder-cwd-view-icons .elfinder-cwd-icon::after {
    display: none !important;
}


*/



 * {
    font-family: 'Roboto Flex';

  }

   a {

    color: #0a1d51;
  }


  .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
   background-color: #0a1d51; 
  }

.font-extrabold {
font-weight: 600 !important;
}

  .text-thin {
    font-weight:200;
  }

  .text-right {
    text-align:right;
  }

  .stats-icon {
    float:none;
    margin-left:auto;
    margin-right:auto;
  }

  .py-4-0 {
    padding-top: 1.5rem !important;
    padding-bottom: 0rem !important
  }

  .mybtn {

    background-color: #0a1d51;
  }

  .mycard {

    padding-left:0;
    padding-right:0;
  }

  .dropdown {

   margin-left:15px; 
   width:80%;
   float:left;
  }

  .logo-menu {
    max-height:30px;
  }


  .logout-menu {
font-size: 1.5rem;

  }

  .bg-my {
    background-color:#501955
  }

  .elfinder-navbar-root.no-root-label .elfinder-navbar-dir .elfinder-navbar-title {
  display: none;
}

.logo-wrapper {
  width: 36px;              /* velikost kolečka */
  height: 36px;
  border-radius: 50%;        /* kolečko */
  background-color: transparent    /* bílé pozadí */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;    /* obrázek se vycentruje a ořízne */

  overflow: hidden;          /* jistota, že nic nevyčnívá */
}



.partnerlogo {
  max-width: 80%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border: 1px solid #0a1d51;
  padding:10px;
  display: none;
  margin-bottom: 15px;
}

.center {
margin-left:auto;
margin-right:auto;
display:block;


}

.clear {clear:both; 


}

.white {
  color:white !important;
}

.hidden {
  display: none
}

.fade-in {
  display: block !important;
  opacity: 0;
  animation: fadeIn 0.25s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


.choices[data-type*="select-multiple"] .choices__inner {
  min-height: 2.2em;
}
.choices[data-type*="select-multiple"] .choices__list--multiple .choices__item {
 
  color: white;
}

#category-blocks {
  border: 2px solid #9cffe1;
  border-radius: 10px;
}

.category-set {
 border: 1px solid #6c757d;
margin: 10px;
margin-top:20px;
padding:15px;
background-color:honeydew
}

.combination-summary {
   border: 1px solid #6c757d;
margin: 10px;
margin-top:20px;
padding:15px;
background-color:#0d6dfd41
}

.right {float:right}
.left {float:left}

/* Wizard kroky */
.wizard-step {
  display: none;
}
.wizard-step.active {
  display: block;
  margin-top: 30px;
}

/* Wizard header (kolečka + progress) */
.wizard-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-bottom: 40px;
}

.wizard-step-button {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #dee2e6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  flex-shrink: 0;
}

.wizard-step-button.completed {
  background: #0d6efd;
  color: #fff;
}

.wizard-step-button.active {
  background: #198754;
  color: #fff;
}

.wizard-step-button::after {
  content: attr(data-name);
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.85rem;
  font-weight: 300;
  white-space: nowrap;
  color: #6c757d;
}

/* Progress bar */
.progress-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: #dee2e6;
  border-radius: 3px;
  transform: translateY(-50%);
  z-index: 0;
}

.progress-line-fill {
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  background: linear-gradient(to right, #0d6efd, #198754);
  border-radius: 3px;
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
  transition: width 0.4s ease-in-out;
}


.buttons-lr {
  width:100%;
}

.buttons-lr .next-step {
  float:right;
}


  .sidebar-wrapper .sidebar-header img
  {
    height: 2rem;
  }

 .auth-title {

 font-family: 'Roboto Flex' !important;
 font-weight: 500;
  }
 #auth #auth-left .auth-logo {
width:100%;
text-align:center;
 }
  #auth #auth-left .auth-logo img {
    max-width: 20%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
  }

  #auth #auth-right {
    height: 100%;
    background: url(../png/4853433.png), linear-gradient(90deg, #0a1d51, #0a1d51);
}


  #main { 

    padding-top: 1rem;
  }

  .page-heading {
    margin: 0 0 1rem;
}

  .page-heading h3, .page-heading .h3 {

    font-weight: 500;

  }



