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%;
}

.menu-box {
    display: flex;
    flex-direction: column;
    gap: 10px; /* distanca mes elementeve */
}

.menu-item {
    display: flex;
    flex-direction: column;
}

    .menu-item h6 {
        display: flex;
        align-items: center; /* ikona nė mes me tekstin */
        gap: 6px; /* distanca midis ikonės dhe tekstit */
        margin: 0;
        font-size: 16px;
    }

    .menu-item svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .menu-item p {
        /*margin: 2px 0 0 26px;*/ /* e rreshton me tekstin sipėr */
        font-size: 13px;
        color: #6c757d;
    }