.profile-nav-picture {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.profile-nav a {
    display: inline-block;
    color: black;
    font-weight: 700;
}

.profile-nav-picture img.avatar.avatar-30.photo {
    border-radius: 50%;
}

.profile-nav {
    justify-self: end;
    grid-area: col3;
    position: relative;

}

.navbar {
    grid-gap: 0px!important;
}
.dropdown-menu {
    background: white;
    border: 1px solid black;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 0px 0px 7px 7px;
    border-top: 0px;
    position: absolute;
    width: 100%;
    padding: 10px;
    z-index: 999999;
    visibility: hidden;
}

.dropdown-item {
    font-weight: 500!important;
    padding-left: 10px!important;
    padding: 3px;
}

.navbar a:hover {
    color: #1950d1;
}

.navbar .navbar-utils a.btn-getstarted{
    color: #fff!important;
    background: var(--cta-border-color)!important;
    border-radius:3px!important;
}

:root{
    --cta-border-color: #1950d1!important;
    --cta-background-color: #1950d1!important;
    --headerBtnColor: #1950d1!important;
}

.link-nav-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    min-width: 354px;
}

.dashboard-nav-link {
    font-size: 20px;
    padding: 0 47px;
}
.dashboard-nav-link>a{
    color:white!important;
    position: relative;
    margin-top: -6px;
    display: block;
}
.dashboard-nav-link>a::after{
    background: #1950d1;
    width: 166px;
    height: 152px;
    content: " ";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    top: -50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    left: 50%;
}

nav.navbar.navbar-center {
    background: transparent!important;
}

header.header-default{
    background-color: transparent!important;
}

nav .utils-btn>.btn-getstarted {
    display: none!important;
}

div *, .tutor-course-filter-wrapper>div:first-child .tutor-course-search-field input::-webkit-input-placeholder, .tutor-course-filter-wrapper>div:first-child .tutor-course-search-field input:focus, .tutor-course-filter-wrapper>div:first-child .tutor-course-search-field input:focus::-webkit-input-placeholder, button, input, optgroup, select, textarea {
    font-family: 'Outfit'!important;
}

@media (max-width: 700px){
    .links-nav:not(.dashboard-nav-link) {
        display: none!important;
    }
}


button.navbar-toggler {
    display: none;
}

.navbar-brand>a {
    color: black;
    font-weight: 700;
    font-size: 26px;
}
.green {
    color: green;
}

.mobile-banner {
    /* position: absolute; */
    padding: 25px;
    background: black;
    color: white;
    font-size: 17px;
    line-height: 26px;
    display: none;
}

@media (max-width: 500px) {
    .mobile-banner {
        display: block;
    }
}

.meeting-banner {
    padding: 25px;
    background: #1950d1;
    color: white!important;
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto;
    width: 100%; 
    margin-bottom: 40px;
    max-width: 1140px;
}

.align-right {
    float: right;
    display: inline-block;
    color:white;
}

