/** WKTensorflowSearch Front CSS. */
.wkfts-add-image-search-wrapper{
    position: relative;
}
.wkfts-add-image-search-wrapper .search-field, .wkfts-add-image-search-wrapper input[type=search]{
    padding-right: 2.617924em !important;
}
.ux-search-box .wkfts-upload-img {
    top: 10px;
    right: 49px;
}
.wkfts-upload-img label{
    cursor: pointer;
}
.wkfts-upload-img {
    cursor: pointer;
    position: absolute;
    margin: -39px 0px 0px 234px;
}
.wkfts-display-none{
    display: none;
}
.wkfts-loader-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    display: grid;
    top: 0;
    background-color: rgb(0 0 0 / 59%);
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    z-index: 999999;
}
.wktfs-search-list-wraps{
    display: grid;
    /* grid-template-columns: 110px auto; */
    border: 1px solid #6d6d6d38;
    box-shadow: 0px 0px 1px 0px #00000063;
}
.wktfs-search-tag-wraps {
    padding: 10px 0;
}
.wktfs-search-img img{
    max-width: 100%;
    padding: 10px;
}
.wktfs-search-tags {
    display: inline-block;
    padding: 7px;
    font-size: 17px;
    margin: auto;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: normal;
    border-radius: 3px;
    color: #333333;
    border: 1px solid #6d6d6d38;
    box-shadow: 0px 0px 1px 0px #00000033;
}
.wkfts-autocomplete-items a:active, .wkfts-autocomplete-items a:hover{
    outline-color: transparent;
    outline:none;
}
.wkfts-autocomplete-items a{
    text-decoration: none;
    outline:none;
}
.wktfs-head {
    color: #6d6d6d;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: -10px;
}
.wkfts-close {
    position: absolute;
    top: 0;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    background: #000000;
    right: 0;
    text-align: center;
    width: 39px;
    padding-top: 10px;
}
.wkfts-display-none{
    display: none;
}
.wkfts-autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 9999999;
    overflow: auto;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 218px;
}
.wkfts-autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.wktfs-loader{
    border: 5px solid #6d6d6d;
    border-radius: 50%;
    border-top: 5px solid #f3f3f3 ;
    width: 40px;
    height: 40px;
    -webkit-animation: wktfsspin 2s linear infinite;
    animation: wktfsspin 2s linear infinite;
}
@keyframes wktfsspin{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 372px) {
  .wktfs-search-list-wraps {
    grid-template-columns: auto;
	}
	.wktfs-search-tag-wraps {
        padding: 10px;
    }
}
.wktfs-search-tags a {
    color: inherit;
    outline: none;
    text-decoration: none;
}
.wktfs-search-tags a:active,.wktfs-search-tags a:hover{
	outline:none;
}
form#wktfs-searchform {
    float: right;
    margin: 17px 118px 0px 0px;
}
label.wktfs-dashicons-format-gallery-search {
    font-size: 30px;
}
