.toplevel_page_templazee-dashboard .wp-menu-image img{
  width: 20px !important;
}


button[aria-label="Templazee Templates"]{
    min-width: auto !important;
    width: auto !important;
}

.templazee-gutenberg-blocks-library {
    width: 100%;
    max-height: 95% !important;
    overflow: hidden;
    height: 100%;
}

.templazee-gutenberg-blocks-library .components-modal__header{
    padding: 0px 15px;
    height: 50px;
}

.templazee-gutenberg-blocks-library .components-modal__content.hide-header {
    margin-top: 98px;
    padding-top: 0px;
}

.templazee-gutenberg-blocks-library  .components-modal__header{
    background: #F4F6FF;
}

.templazee-gutenberg-blocks-library .components-tab-panel__tabs{
    position: fixed;
    top: 50px;
    z-index: 1212;
    background: #F5F5DC;
    width: 100%;
    left: 0px;
}

.templazee-gutenberg-blocks-modal {
    min-width: 1200px;
    max-width: 800px;
}

.templazee-gutenberg-blocks-modal .components-modal__header:first-child {
  display: flex;
}

.templazee-gutenberg-blocks-modal .components-modal__header {
  position: initial;
  padding: 0 0px;
}

.templazee-gutenberg-blocks-modal-loading-spinner {
  text-align: center;
  top: 45%;
  left: 0;
  position: absolute;
  right: 0;
}

.templazee-gutenberg-blocks-modal-loading-spinner svg{
  height: 50px !important;
  width: 50px !important;
}
  
.templazee-gutenberg-blocks-categories-row {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0;
    padding: 10px 30px;
    position: fixed;
    width: 100%;
    left: 0px;
    background-color: #fff;
}
  
.templazee-gutenberg-blocks-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 0px;
  list-style: none;
}

.templazee-gutenberg-blocks-list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 31%;
  width: 31%;
  border: 2px solid;
}

.templazee-gutenberg-blocks-list > li > button {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  background: none;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #edeff0;
  box-shadow: 0 0 0 1px #edeff0;
  -webkit-transition: 0.2s border-color, 0.2s box-shadow;
  -o-transition: 0.2s border-color, 0.2s box-shadow;
  transition: 0.2s border-color, 0.2s box-shadow;
}

.templazee-gutenberg-blocks-list > li > button:hover {
  box-shadow: 0 0 0 2px #007cba;
}

.templazee-gutenberg-blocks-list > li > button > .templazee-gutenberg-blocks-list-item-image {
  position: relative;
  display: block;
}

.templazee-gutenberg-blocks-list > li > button > .templazee-gutenberg-blocks-list-item-image .templazee-gutenberg-blocks-list-item-image-sizer {
  width: 100%;
}

.templazee-gutenberg-blocks-list > li > button > .templazee-gutenberg-blocks-list-item-image .lazyload-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.templazee-gutenberg-blocks-list > li > button .templazee-gutenberg-blocks-list-item-title {
  padding: 10px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #f8f9f9;
}

.templazee-gutenberg-blocks-list-item img{
  max-height: 500px;
  object-fit: cover;
  object-position: top;
}
  

.templazee-gutenberg-blocks-list-item img:hover{
  object-position: bottom;
  -webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;
}

.templazee-gutenberg-blocks-list-item-title .template-name{
  font-size: 16px;
  font-weight: 500;
}

.templazee-gutenberg-blocks-list-item-title{
  display: flex;
  padding: 10px 10px;
  justify-content: space-between;
}

.templazee-gutenberg-blocks-list-item-title .import-icon button{
  width: 28px;
}

button[aria-label="Templazee Templates"]{
  padding: 0px !important;
}

button[aria-label="Templazee Templates"]:before {
  content: "Add Templates";
  background: #159F84;
  color:#fff;
  padding: 10px 15px;
}

button[aria-label="Templazee Templates"] svg{
  display: none;
}
.pro-tag{
  background: #e16a54;
  padding: 5px 10px;
  color: #fff;
}
.templazee-gutenberg-blocks-list .templazee-gutenberg-blocks-list-item{
  position: unset !important;
}

.templazee-gutenberg-blocks-list{
  gap: 3.5%;
}

.templazee-gutenberg-blocks-list-item{
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}