html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/
#breadcrumb-path {
    white-space: normal; /* Engedélyezi a sortörést */
    word-wrap: break-word; /* Hosszú szavak tördelése */
    overflow-wrap: break-word; /* Hosszú szavak tördelése */
    max-width: 100%;
}

/*.dropdown-menu {
    max-height: 500px; 
    overflow-y: auto;  
}*/
.dropdown-item {
    max-width: 750px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

@media (max-width: 991.98px) {
    .dropdown-submenu > .dropdown-menu {
        left: auto;
        right: 0;
    }
}

:root {
    --bs-body-font-family: 'Source Sans 3', Arial;
}
