.header {
    top: 0;
    padding: 15px 2em;
    height: 64px;
    z-index: 10;
    width: 100%;
    position: sticky;
    background: white;
    display: flex;
    align-items: center;
}

.header div.dropdown {
    display: flex;
    align-items: center;
    line-height: 1.3;
    color: #878787;
}

.header div.dropdown .name {
    font-size: 15px;
}

.header div.dropdown .dropdown-toggle {
    cursor: pointer;
}

.header div.dropdown .dropdown-toggle:focus ~ .dropdown-menu {
    display: block;
}

.header div.dropdown .dropdown-menu:active {
    display: block;
}

.navbar-center {
    width: 50%;
}

.navbar-right {
    padding-right: 20px;
    float: right;
}

.navbar-right .btn-register {
    padding: 10px 30px;
}

.navbar-right .navigation {
    display: flex;
    padding: 0;
    list-style: none;
    cursor: pointer;
    margin-bottom: 0px;
}

.navbar-right .navigation a {
    font-family: "Segoe UI";
    text-decoration: unset;
    color: #777777;
    padding: 17px;
    border-radius: 30px;
}

.navbar-right .navigation a:hover {
    text-decoration: unset;
    background: rgba(0, 0, 0, 0.06);
}

.navbar-right .navigation a:focus {
    text-decoration: unset;
    background: rgba(0, 0, 0, 0.06);
    /* text-decoration: unset;
    border-bottom: 3px solid #FF0000; */
}

.navbar-right .navigation a.active {
    color: #000;
    /* border-bottom: 3px solid #FF0000; */
}

.navbar-right .navigation li {
    margin-bottom: 0px;
}

.navbar-right .navigation li i {
    font-size: 1.5em;
    padding: 9px;
    border-radius: 50%;
    color: #848484 !important;
}

.navbar-right .navigation li.active i,
.navbar-right .navigation li:hover i {
    /* background: #15cdff; */
    color: #15cdff !important;
}

.navbar-left {
    padding-right: 20px;
    float: right;
}

.navbar-left .btn-register {
    padding: 10px 30px;
}

.navbar-left .navigation {
    display: flex;
    padding: 0;
    list-style: none;
    cursor: pointer;
    margin-bottom: 0px;
}

.navbar-left .navigation a {
    font-family: "Segoe UI";
    text-decoration: unset;
    color: #777777;
    padding: 17px;
    border-radius: 30px;
}

.navbar-left .navigation a:hover {
    text-decoration: unset;
    background: rgba(0, 0, 0, 0.06);
}

.navbar-left .navigation a:focus {
    text-decoration: unset;
    background: rgba(0, 0, 0, 0.06);
    /* text-decoration: unset;
    border-bottom: 3px solid #FF0000; */
}

.navbar-left .navigation a.active {
    color: #000;
    /* border-bottom: 3px solid #FF0000; */
}

.navbar-left .navigation li {
    margin-bottom: 0px;
}

.navbar-left .navigation li i {
    font-size: 1.5em;
    padding: 9px;
    border-radius: 50%;
    color: #848484 !important;
}

.navbar-left .navigation li.active i,
.navbar-left .navigation li:hover i {
    /* background: #15cdff; */
    color: #15cdff !important;
}

.navbar-brand-v2 {
    float: left;
}

.navbar-brand-v2 img {
    width: 45px;
}

.navbar-brand-v2 span {
    font-weight: 900;
    cursor: pointer;
    user-select: none;
}

.avatar {
    height: 35px;
    border-radius: 6px;
}

.dropdown-menu {
    top: 33px !important;
}

.header-admin {
    background: #3f4858;
}

.header-admin .navigation a {
    font-family: "Segoe UI";
    text-decoration: unset;
    color: #888888;
    padding: 17px;
    border-radius: 30px;
}

.header-admin .navigation a.active {
    color: #fff;
    /* border-bottom: 3px solid #FF0000; */
}

@media (max-width: 768px) {
    .navbar-left .navigation a {
        padding-left: 20px;
        padding-right: 0;
    }
}
