/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

.wkListDesign
{
    display:inline-block;
    padding:4px;
    cursor:pointer;
    margin:5px;
    border:1px solid black;
    border-radius:3px;
    font-size:10px;
    color:black;
}

.wkHighlight
{
    color: #32b8d7;
    border-color: #32b8d7;
}

.wkOffHighlight
{
    color:black;
    border-color:black;
}

.foBackground
{
    /* background-color:#f1f1f1; */
    color:#7a7a7a;
}

.boBackground
{
    /* background-color:#f5f8f9; */
}

#wkSuggestList {
    padding-left: 0;
}
