.bg-change {
    background-color: #FFFFFF !important;
    padding: 17px;
    border-bottom: 1px solid #e7dede;
}

.head-left {
    display: flex;
    align-items: center;
}

.head-left ul {
    list-style: none;
}

.head-left a {
    color: #fff !important;
    padding: 0px 10px;
    border-radius: 6px;
    text-decoration: none;
}

.head-right .type-btn {
    color: #fff;
    text-decoration: none;
}

.head-left a:hover {
    color: #ffffff !important;
}

.head-right ul {
    list-style: none;
    padding-left: 0px;
}

.navbar-right li a {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    padding: 10px 15px;
}

.header-btn{
    background-color: #4DA67A;
}

.header-btn:hover{
    color: #fff;
    background-color: #5e8f77;
}


.head-right {
    display: flex
}

.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
}

.navbar-right {
    display: flex;
    align-items: center;
    margin: 5px 0px;
}

.navbar-right li {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.profile-cover{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgb(60, 60, 144);
    border: 2px solid #ffffff;
    align-content: space-evenly;
    text-align: center;
    position: relative;
}

.profile-cover span{
    color : #ffffff;
    font-size: 16px;
}


.profile-cover:hover .profile-tab {
    visibility: visible;
}

.profile-tab{
    position: absolute;
    top: 45px;
    right: 0px;
    background-color: #FFFFFF;
    padding: 8px;
    padding-top: 5px;
    z-index: 1;
    min-width:180px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    /* HOVER OFF */
   -webkit-transition: visibility 0.5s;
}

.profile-tab ul{
    padding: 3px 0px;
}

.profile-tab ul li{
    margin: 0;
}

.profile-tab li a{
    margin: 7px 0px;
    display: flex;
    gap: 12px;
    text-align: left;
}

.profile-tab li a:hover span{
    color:#1C6769;
    font-weight: 700;
}

.profile-tab li span{
    color:#2B2B2B;
    font-size: 12px;
    font-weight: 400;
    align-content: center;
}

img{
    vertical-align: super;
}
