.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;
    }
}