/**
 * Webkul Software.
 *
 * @category   Webkul
 * @package    Webkul_AIImageSearch
 * @author     Webkul Software Private Limited
 * @copyright  Webkul Software Private Limited (https://webkul.com)
 * @license    https://store.webkul.com/license.html
 */

.action.wk-ai-image-search {
    cursor: pointer;
    display: inline-block;
    color: darkgrey;
    background: white none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    right: 35px;
    top: 7px;
    z-index: 1;
    margin: 2px 0 0;
}

#wk-ai-recently-searched-image {
	height: 130px ;
	width: 100px;
}

#wk-ai-recent-search {
	display: flex;
	padding-left: 145px;
	padding-top: 80px;
	position: absolute;
}

#wk-ai-image-search {
    max-height: 160px;
	display: flex;
	flex-direction: column;
}

#wk-ai-recently-orignal-searched-image {
	display: none;
}

#wk-ai-searched-image-name {
	display: none;
}

#wk-ai-image-search-again-btn {
	padding: .5em .30em;
	border-radius: 2px;
	background: #cccccc;
	cursor: pointer;
	user-select: none;
	text-align: center;
	color: #000000;
}

.crop_image,
.crop_image:hover {
	margin-top: 10px;
	width: fit-content;
    color: #f3f3f3;
    background: #065555;
}

.wk-ai-search-by-image-page {
	margin: 1em auto;
	max-width: 800px;
	display: flex;
	flex-direction: column;
    align-content: space-around;
	flex-wrap: wrap;
	height: 100%;
}

.wk-ai-search-by-image-box-2 {
	text-align: center;
	padding: 0.5em;
	width: calc(100%/2 - 1em);
}

#search {
	padding-right: 60px;
}

.modal-popup._inner-scroll .modal-inner-wrap {
    width: 50%;
}

.wk-ai-image-search-logo {
    opacity: 0.3;
    margin-top: -1px;
}

@media only screen and (max-width: 768px) {
	.wk-ai-image-search-logo {
		margin-top: 1.5rem;
		margin-right: 4.5rem;
		opacity: 0.6;
		width: 2rem;
	}
}
