/*
Theme Name: iBid Child
Theme URI: https://ibid.modeltheme.com/
Template: ibid
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Multi Vendor Auctions WooCommerce Theme
Version: 1.0
Text Domain: ibid
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */

.wnbell_notifications_lists_menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #fff;
    /* border-radius: 3px; */
    /* overflow: hidden; */
    max-width: 350px;
    width: 350px;

    font-size: 85%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    max-height: 350px;
    overflow-y: scroll;
    position: relative;
    /* left: inherit;
      right: 0; */
    /* display: block; */
    border-radius: 5px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.wnbell-dropdown-menu {
    max-height: 350px;
    overflow: auto;


    scrollbar-width: none;
    -ms-overflow-style: none;
}

.wnbell-dropdown-menu::-webkit-scrollbar {
    display: none;
}

.form-row{
    position: relative;
    margin-left: 50px;
}

#wnbell_dropdown_list_ss {
    position: absolute;
    top: 86px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
}