﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
::-webkit-input-placeholder { /* Edge */
    color: #f00;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: #f00;
}

.showData_inline::placeholder {
    color: #f00 !important;
}

.wrappers .search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

    .wrappers .search-input input {
        height: 48px;
        width: 100%;
        outline: none;
        border: none;
        border-radius: 5px;
        padding: 0 60px 0 20px;
        font-size: 18px;
    }

    .wrappers .search-input.active input {
        /* border-radius: 5px 5px 0 0;*/
    }

    .wrappers .search-input .autocom-box {
        padding: 0;
        opacity: 0;
        pointer-events: none;
        max-height: 280px;
        overflow-y: auto;
    }

    .wrappers .search-input.active .autocom-box {
        /* padding: 10px 8px;*/
        opacity: 1;
        pointer-events: auto;
        margin-top: 4px;
        background: #fff;
        position: absolute;
        width: 100%;
        z-index: 9999;
        box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.wrappers .autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    color: #181818;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.wrappers .search-input.active .autocom-box li {
    display: block;
}

.wrappers .autocom-box li:hover {
    background: #F4F4E0;
}

.wrappers .search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer;
    visibility:hidden;
}

.wrappers .showData_inline {
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.masterproduct-details .wrappers .inputicon_padding {
    padding-left: 10px;
}
