/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All rights 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
*/
#formtopsearchelastic .wk_image_search{
    left: -41px;
    float: right;
    position: relative;
}

.wk_image_upload_icon {
    position: absolute;
    top: 12px;
    right: 50px;
    cursor: pointer;
}
.wk_image_upload_icon:hover {
    color: #2fb5d2;
}
#wk_image_upload {
    position: initial !important;
}
.wk_input_image {
    display: none;
    text-align: center;
    width: 100%;
    max-height: 30rem;
    overflow: auto;
}
.wk_imagesearch_btn {
    display: none;
}
.wk_image_all_tag,
.wk_image_tags {
    cursor: pointer;
    color: dodgerblue;
    font-weight: bold;
    margin: 3px;
    border-radius: 50px;
}
.wk_image_all_tag:hover,
.wk_image_tags:hover {
    color: black;
    background: #2fb5d2;
}

#wk_input_image {
    margin-bottom: 10px;
    width: 30%;
}
#wk_ml_result a{
    width: 44%;
    float: left;
}

#wk_image_search_modal_close_id span {
    color: red;
    font-size: larger;
}