.elementor-template-library-templates-container-wrapper {
    display: flex;
    margin-top: 0;
    justify-content: flex-start;
    width: 100%;
}
div#elementor-template-library-toolbar-cats {
    width: 25%;
    margin-top: 20px;
}
.element-ready-template-popup {
    text-align: left;
    padding: 10px;
    padding-right: 0;
    background: #ffffff;
    width: 180px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    box-shadow: 0 10px 20px rgb(59 55 222 / 8%);
    border-radius: 5px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.element-ready-template-popup:before {visibility:hidden;content: "Element Ready";position: absolute;right: -132%;top: 50%;font-size: 50px;white-space: nowrap;transform: rotate(90deg);transform-origin: center center;opacity: 0.05;font-weight: 700;letter-spacing: 5px;color: #3b37de;}

.elementor-template-library-template-firefly.elementor-template-library-template{
  display: inline-block;
}

#elementor-template-library-templates[data-template-source="firefly"] #elementor-template-library-templates-container{
    display: block;
}
#elementor-template-library-templates[data-template-source="firefly"] #elementor-template-library-templates-container .elementor-template-library-template{
    display: inline-block;
}

label.element-ready-template-library-cat-text {
    display: block;
    padding: 5px 10px;
    transition: 0.3s;
    cursor: pointer;
}
label.element-ready-template-library-cat-text:hover,
label.element-ready-template-library-cat-text.active {
    background: #f1f3f5;
    color: #3b37de;
    border-left: 4px solid #3b37de;
}

.element-ready-template-popup::-webkit-scrollbar  {
    background:#ffffff;
    width:3px;
    cursor:pointer;
}
.element-ready-template-popup::-webkit-scrollbar-thumb {
  background: #919ed9;
  border-radius:50px;
}