/*!
Theme Name: sesa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sesa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sesa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.awesomplete {
    display: inherit;
    /* position: relative; */
}

#awesomplete_list_1::before {
    content: none;
}

#awesomplete_list_1 {
    border: none;
    box-shadow: none;
}

#awesomplete_list_1 li {
    padding: 12px;
    border: 1px solid #D9D9D9;
    border-bottom: none;
    background: #F6F6F6;
    /* border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px; */
}

#awesomplete_list_1 li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#awesomplete_list_1 li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #D9D9D9;
}

.awesomplete>ul>li[aria-selected=true] {
    background: #3d6c8e;
    color: #000;
}

.left-bottom-toast {
    position: fixed;
    bottom: 65px;
    left: 24px;
    z-index: 1000;

}

.slider-image {
    visibility: hidden;
}

.slider-image.loaded {
    visibility: visible;
}

.category-list {
    height: 450px; /* Set fixed height */
    overflow-y: auto; /* Enable vertical scroll */
}

.square-size-list ul li.selected-variation,
.square-size-list ul li:hover {
	background: rgba(235, 235, 235, 1);
	border-color: #000;
}

.pac-container {
    z-index: 10000 !important;
}

.modal-backdrop.modal-stack {
  z-index: 1049 !important;
}
