.main {
    margin-left: 150px;
    padding-right: 30px;
}

.rightbarlogo img {
    width: 142px;
    height: 24px;
}

.right-sidebar {
    padding-top: 24px;
}

.right-sidebar-content {
    border-bottom: 1px solid #00000014;
    padding-bottom: 24px;
}

.right-sidebar-content .row {
    row-gap: 24px;
}

.user-profile {
    display: flex;
    align-items: center;
}

.user-profile .user-profile-img {
    background-color: #A0E79F;
    max-width: 49px;
    max-height: 49px;
    border-radius: 50%;
}

.user-detail {
    margin: 0 16px;
}

.user-profile .user-detail h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
    margin-bottom: 0;
}

.user-profile .user-location {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.user-profile .user-location img {
    width: 10px;
    height: 14px;
}

.user-profile .user-location p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
}

.user-profile .dropdown .btn {
    background-color: transparent;
    border: transparent;
}

.user-profile .dropdown .dropdown-toggle::after {
    display: none !important;
}

.user-profile .dropdown .dropdown-toggle img {
    opacity: 100;
}

.user-profile .dropdown .dropdown-item {
    font-size: 12px;
}

.user-profile .dropdown .dropdown-item:active {
    background-color: #7B858C;
}

@media (max-width:575px) {

    .user-profile .user-detail h6 {
        font-size: 16px;
    }

    .user-profile .user-location p {
        font-size: 12px;
        line-height: 14px;
    }

    .user-detail {
        margin: 0 0 0 10px;
    }

    .main {
        margin-left: 75px;
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media (min-width:575px) and (max-width:767px) {

    .main {
        margin-left: 100px;
        padding-right: 32px;
    }

    .user-profile {
        margin-top: 20px;
    }

}

@media (min-width:768px) and (max-width:1024px){
    .main {
        padding-right: 30px;
    }
} 