#templazee-demo-page .fs-notice{
    display: none !important;
}

#templazee-demo-page h1{
    margin-bottom: 20px;
}

.demo-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.demo-list-item {
    position: relative;
    background: #ebebeb;
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
}

.demo-list-item img {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: top;
}

/* .templazee-import-demo{
    margin-left: 3px;
}

.templazee-preview-demo,
.templazee-import-demo {
    display: none;
    position: absolute;
    top: 27%;
    background-color: #0073aa;
    color: #fff;
    left: 34%;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.templazee-preview-demo{
    top: 40%;
}

.demo-list-item:hover .templazee-preview-demo,
.demo-list-item:hover .templazee-import-demo {
    display: block;
}

.templazee-import-demo:hover {
    background-color: #005f8f;
} */

#loader {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

#loader div{
    color: #fff;
    font-size: 17px;
}

#loader h2{
    display: none;
    color: #fff;
    font-size: 50px;
}

#overlay{
    display: none;
    height: 100%;
    width: 101.5%;
    background: #000000f5;
    position: absolute;
    margin-left: -25px;
    top: 0px;
    z-index: 1;
}

.demo-showcase{
    display: none;
    position: fixed;
    width: 100%;
    top: 0%;
    height: 100%;
    left: 0%;
    z-index: 999999;
}


.demo-showcase .loader {
    display: none;
    position: fixed;
    text-align: center;
    transform: translate(0%, -30%);
    z-index: 9999;
    padding-top: 40%;
    background: aliceblue;
    width: 100%;
    height: 122%;
}



.demo-showcase .loader img{
    width: 160px !important;
}

.demo-showcase .cross-icon{
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 20px;
    background: #fff;
    padding: 9px 11px;
    border-radius: 0;
    border: 1px solid;
}

.demo-showcase iframe{
    height: 100%;
    width: 100%;
}

/* #adminmenu li.menu-top:hover .wp-menu-image img, #adminmenu li.wp-has-current-submenu .wp-menu-image img {
    width: 20px;
} */
/* 
#adminmenu .wp-menu-image img {
    width: 20px;
} */


.toplevel_page_templazee-dashboard .wp-menu-image img{
    width: 20px !important;
}

.templazee-blocks-discription-close{
    text-align: right;
    background: #e16a54;
    padding: 5px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.templazee-page-header{
    background: #e16a54;
    margin: 10px 20px 20px 0px;
    padding: 5px 20px;
    color: #fff;
}

.templazee-page-header h2,
.templazee-page-footer h2{
    color: #fff;
}

.templazee-page-footer a{
    color: #fff;
}

.templazee-page-content{
    background-color: #ffffff;
    margin: 10px 20px 20px 0px;
    padding: 40px 20px;
}

.templazee-page-footer{
    color: #fff;
    background: #e16a54;
    margin: 10px 20px 20px 0px;
    padding: 5px 20px;
    padding-bottom: 20px;
}

.templazee-page-content .plugin-intro{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;

}

.templazee-page-content .plugin-intro .centered-link {
    display: flex;
    align-items: center; 
    justify-content: left; 
    text-decoration: none;
    color: #000;
    gap: 10px;
}

.templazee-blocks{
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.templazee-blocks div.block{
    background-color: #F5F5F5;
    text-align: center;
    padding: 20px 20px;
    position: relative;
}

.templazee-blocks div.block #pro-tag{
    background: #e16a54;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}



.templazee-blocks div svg{
    width: 50px !important;
    height: 50px !important;
}


.templazee-blocks-discription{
    margin-top: 40px;
    position: fixed;
    top: 5%;
    width: 80%;
    height: 500px;
    overflow-y: scroll;
    background: #F5F5F5;
}

.templazee-block-description{
    padding: 10px 30px;
}

body.active-overlay{
    overflow: hidden !important;
    height: 100% !important;
  }

body.active-overlay .templazee-overlay{
    background: #000;
    width: 120%;
    height: 100%;
    position: absolute;
    left: -10%;
    top: -10px;
}

.templazee-block-description,
.templazee-blocks-discription {
    display: none;
}

.templazee-blocks-discription-close span{
cursor: pointer;
}

.templazee-add-blocks-section{
    margin-top: 60px;
    padding: 40px;
    background: #F5F5F5;
}

.templazee-add-blocks-section h2{
    font-size: 25px;
}

.templazee-add-blocks-section ul{
    list-style: auto;
    font-size: 18px;
    margin-left: 20px;
}

.templazee-add-blocks-section ul li{
    margin-bottom: 10px;
}


.demo-list-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.demo-prev-import{
    display: flex;
    gap: 10px;
}

.demo-prev-import .templazee-preview-demo,
.demo-prev-import .templazee-import-demo{
    background-color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
}