/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Sitemap
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-sitemap-listing {
    -webkit-column-width: 250px;
    -moz-column-width: 250px;
    -o-column-width: 250px;
    -ms-column-width: 250px;
    column-width: 250px;
    list-style-type: none;
}
#mageplaza-seo-html-sitemap {
    position: relative;
}
.ln_overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
    display: none;
}
.loader img {
    top: 40%;
    left: 45%;
    display: block;
    position: fixed;
}
.mp-sitemap-search__field {
    position: relative;
}
.mp-sitemap-search {
    text-align: center;
}
.mp-sitemap-search span {
    font-size: 2rem;
}
#mp-sitemap-search__field__searchbox {
    width: 50%;
    border-radius: 8px;
}
.mp-sitemap-search__action {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 25%;
    background: #222424;
    padding: 6px;
    border-radius: 0 8px 8px 0;;
}
.mp-sitemap-search__action a {
    color: #ffffff;
    text-decoration: none;
}
