.show-main-menu {
    cursor: pointer;
}

/* This is for a large screen */
@media (min-width: 992px) {
    .show-my-profile-settings-profile-image {
        height: 30px;
        width: 30px;
    }

    .top-over-dropdown-menu {
        transform: translate(0px, 40px) !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

/*This is for a small screen*/
@media (max-width: 992px) {
    .show-my-profile-settings-profile-image {
        height: 25px;
        width: 25px;
    }

    .top-over-dropdown-menu {
        transform: translate(0px, 30px) !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}