.navbar-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background-color: #FFF;
    z-index: 99;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}

.navbar-header .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    width: fit-content;
}

.navbar-header .nav-company {
    display: flex;
    max-width: 100%;
    width: fit-content;
}

.navbar-header .nav-company .logo-sekolah {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-header .nav-company .logo-sekolah .navbar-icon {
    position: relative;
    height: 35px;
}

.navbar-header .nav-company .logo-sekolah .navbar-name {
    position: relative;
    line-height: 1;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
}

.navbar-header .nav-company .logo-sekolah .navbar-name .fa-sm {
    font-size: 12px;
}

@media (max-width: 576px) {
    .navbar-header .nav-company {
        display: none;
        position: relative;
    }

    .navbar-header .navbar-nav {
        width: 100%;
    }
}

.text-indigo {
    color : #6666FF;
}

.inet-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
}