/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./admin/template-library-site/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Onest:wght@100..900&display=swap);
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./admin/template-library-site/scss/style.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.fb-template-library-store-header {
  padding: 24px;
  background: #FFFFFF;
  border-bottom: 1px solid #E1E3E8;
}
.fb-template-library-store-header .fb-template-library-store-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-logo span {
  font-weight: 700;
  font-size: 30px;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 360px;
  gap: 20px;
}
@media all and (max-width: 1024px) {
  .fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-tabs {
    margin-left: 50px;
  }
}
@media all and (max-width: 1400px) {
  .fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-tabs {
    margin-left: 50px;
  }
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-tabs span {
  color: #555E72;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-tabs .single-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-tabs .single-tab.active {
  position: relative;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-tabs .single-tab.active span {
  color: #0B0C0E;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-tabs .single-tab.active:after {
  content: "";
  background: #3991FF;
  bottom: -36px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-tabs button {
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right {
  display: flex;
  align-items: center;
  margin-left: 272px;
  gap: 24px;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right {
    margin-left: 0;
  }
}
@media all and (max-width: 1400px) {
  .fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right {
    margin-left: 50px;
  }
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-support-btn-wrapper a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 40px;
  background: #3991FF;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-support-btn-wrapper a:focus {
  box-shadow: none;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-user-profile {
  position: relative;
  padding: 10px;
  border: 1px solid #E1E3E8;
  border-radius: 50px;
  line-height: 0;
  cursor: pointer;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-user-profile .fb-template-library-user-dropdown {
  position: absolute;
  top: calc(100% + 30px);
  right: 0;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  min-width: 270px;
  height: -moz-max-content;
  height: max-content;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1607843137);
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-user-profile .fb-template-library-user-dropdown .fb-template-library-user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-bottom: 1px solid #E1E3E8;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-user-profile .fb-template-library-user-dropdown .fb-template-library-user-info .fb-template-library-user-info-name {
  display: flex;
  flex-direction: column;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-user-profile .fb-template-library-user-dropdown .fb-template-library-user-info span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #0B0C0E;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-user-profile .fb-template-library-user-dropdown .fb-template-library-user-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #E1E3E8;
  font-size: unset;
  line-height: unset;
  cursor: pointer;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-user-profile .fb-template-library-user-dropdown .fb-template-library-user-dropdown-item:last-child {
  border-bottom: none;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-user-profile .fb-template-library-user-dropdown .fb-template-library-user-dropdown-item span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #0B0C0E;
}
.fb-template-library-store-header .fb-template-library-store-header-container .fb-template-library-header-right .fb-template-library-close-btn button {
  background: none;
  border: none;
  cursor: pointer;
}

#frontis-dl .fb-template-library-store-sidebar-wrapper {
  display: flex;
  gap: 24px;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar {
  padding: 0;
  background: #FFFFFF;
  height: calc(100vh - 87px);
  max-width: 321px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #F3F3F3;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  #frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar {
    position: absolute;
    z-index: 20;
    top: 10px;
    left: 10px;
    transform: translateX(-110%);
    transition: transform 0.3s ease-in-out;
    overflow: visible;
  }
  #frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar.collapsed {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  #frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar {
    max-width: 260px;
  }
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-category-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  padding: 24px;
  height: 80px;
  box-sizing: border-box;
  background-color: #3991FF;
  border-radius: 12px 12px 0 0;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-category-wrapper .fb-template-category-label h2 {
  font-family: "Onest";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-category-wrapper .fb-template-category {
  display: flex;
  align-items: center;
  gap: 4px;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-category-wrapper .fb-template-category span {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 12px;
  border-radius: 50px;
  cursor: pointer;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-category-wrapper .fb-template-category .fb-tl-free {
  background: #EBF4FF;
  color: #61A7FF;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-category-wrapper .fb-template-category .fb-tl-free.active {
  background-color: #70BF73;
  color: #FFFFFF;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-category-wrapper .fb-template-category .fb-tl-pro {
  background: #FEEBD5;
  color: #F89B2E;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-category-wrapper .fb-template-category .fb-tl-pro.active {
  background-color: #F89B2E;
  color: #FFFFFF;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs {
  overflow: auto;
  scrollbar-width: none;
  height: calc(100vh - 200px);
  position: relative;
  padding: 0 24px;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border: none;
  border-bottom: 1px solid #E1E3E8;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab span {
  color: #555E72;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab span.fb-template-library-store-sidebar-tab-name {
  color: #555E72;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 160px;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab span.fb-template-library-store-sidebar-tab-name .fb-category-icon {
  max-width: 20px;
  width: 100%;
  height: 20px;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab span.fb-template-library-store-sidebar-tab-name span {
  display: flex;
  width: 20px;
  height: 20px;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab span.fb-template-library-store-sidebar-tab-name span svg {
  width: 100%;
  height: 100%;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab span.fb-template-library-store-sidebar-tab-name span svg path {
  stroke: #555E72;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab span.fb-template-library-store-sidebar-tab-count {
  font-size: 12px;
  line-height: 16px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab:last-child {
  border-bottom-color: transparent;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab.active span.fb-template-library-store-sidebar-tab-count {
  background: #3991FF;
  color: #FFFFFF;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab.active span.fb-template-library-store-sidebar-tab-name {
  color: #399CFF;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs .fb-template-library-store-sidebar-tab.active span.fb-template-library-store-sidebar-tab-name span svg path {
  stroke: #399CFF;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-template-library-store-sidebar .fb-template-library-store-sidebar-tabs button {
  background: none;
  width: 100%;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-import-sidebar-collapse {
  display: none;
  position: absolute;
  top: 90px;
  left: calc(100% - 15px);
  cursor: pointer;
  z-index: 10;
  transition: left 0.1s ease;
}
@media only screen and (max-width: 1200px) {
  #frontis-dl .fb-template-library-store-sidebar-wrapper .fb-import-sidebar-collapse {
    display: flex;
  }
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-import-sidebar-collapse.collapsed svg {
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
#frontis-dl .fb-template-library-store-sidebar-wrapper .fb-import-sidebar-collapse svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

#frontis-dl .fb-template-library-store-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: calc(100% - 345px);
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  #frontis-dl .fb-template-library-store-content-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #frontis-dl .fb-template-library-store-content-wrapper {
    height: 100%;
  }
}
#frontis-dl .fb-template-library-store-content {
  padding: 0;
  width: 100%;
  min-height: calc(100vh - 87px);
  position: relative;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header h2 {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0B0C0E;
  margin: 0;
  margin: 0;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-card-list-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-card-list-wrapper .fb-template-library-card-list-btn {
  display: flex;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #E1E3E8;
  cursor: pointer;
  transition: all 0.3s ease;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-card-list-wrapper .fb-template-library-card-list-btn svg {
  width: 24px;
  height: 24px;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-card-list-wrapper .fb-template-library-card-list-btn svg path {
  stroke: #404655;
  transition: all 0.3s ease;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-card-list-wrapper .fb-template-library-card-list-btn.active {
  background: #399CFF;
  border: 1px solid #399CFF;
  transition: all 0.3s ease;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-card-list-wrapper .fb-template-library-card-list-btn.active svg path {
  stroke: #FFFFFF;
  transition: all 0.3s ease;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-content-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 17px 24px;
  background-color: #3991FF;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 950px) {
  #frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-content-header-top {
    flex-direction: column;
    align-items: start;
    gap: 16px;
    padding: 16px;
    margin-bottom: 24px;
  }
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-content-header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 32px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-content-header-bottom {
    padding: 12px 0 24px;
    display: none;
  }
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-search-wrapper {
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 575px) {
  #frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-search-wrapper {
    max-width: 100%;
  }
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-search-wrapper .fb-search-input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 46px;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-search-wrapper .fb-search-input-wrapper .fb-search-input-icon {
  display: flex;
  box-sizing: border-box;
  height: 38px;
  position: absolute;
  right: 4px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-search-wrapper .fb-search-input-wrapper input {
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
  background-color: transparent;
  color: #FFFFFF;
  padding: 10px 14px;
  border-radius: 50px;
  border: 1px solid #61A7FF;
  width: 100%;
  outline: none;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-search-wrapper .fb-search-input-wrapper input::-moz-placeholder {
  color: #FFFFFF;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-content-header .fb-template-library-search-wrapper .fb-search-input-wrapper input::placeholder {
  color: #FFFFFF;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #frontis-dl .fb-template-library-store-content .fb-template-library-tabs {
    gap: 8px;
  }
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tabs .fb-template-library-tab {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  background: none;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  text-transform: capitalize;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #frontis-dl .fb-template-library-store-content .fb-template-library-tabs .fb-template-library-tab {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 14px;
  }
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tabs .fb-template-library-tab.active {
  background-color: #FFFFFF;
  color: #0B0C0E;
  transition: all 0.3s ease;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tabs .fb-template-library-tab.nav-icon {
  display: none;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 8px;
}
@media only screen and (max-width: 1200px) {
  #frontis-dl .fb-template-library-store-content .fb-template-library-tabs .fb-template-library-tab.nav-icon {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #frontis-dl .fb-template-library-store-content .fb-template-library-tabs .fb-template-library-tab.nav-icon {
    padding: 7px;
  }
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tabs .fb-template-library-tab.nav-icon svg {
  width: 20px;
  height: 20px;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tags-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  overflow: hidden;
  gap: 14px;
  padding: 10px 40px;
  width: 100%;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tags-wrapper .fb-tag-scroll-container {
  flex: 1;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 90%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 4%, black 90%, transparent 100%);
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tags-wrapper .fb-tag-scroll-inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tags-wrapper .fb-tag-scroll-inner::-webkit-scrollbar {
  display: none;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tags-wrapper .fb-tag-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #FFFFFF !important;
  border: 1px solid #E1E3E8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  outline: none;
  transition: all 0.3s ease-in-out;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tags-wrapper .fb-tag-slider-btn svg {
  width: 14px;
  height: 14px;
  stroke: #666;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tags-wrapper .fb-tag-slider-btn.fb-tag-slider-left {
  left: 0;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tags-wrapper .fb-tag-slider-btn.fb-tag-slider-right {
  right: 0;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tags-wrapper .fb-template-library-tag-btn {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #404655;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 4px;
  text-transform: capitalize;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-tags-wrapper .fb-template-library-tag-btn.active {
  color: #61A7FF;
  border: none;
  text-decoration-color: #61A7FF;
  transition: all 0.3s ease;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  #frontis-dl .fb-template-library-store-content div.fb-template-library-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  #frontis-dl .fb-template-library-store-content div.fb-template-library-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  background: #FFFFFF;
  position: relative;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-img {
  position: relative;
  display: flex;
  width: 100%;
  height: 220px;
  padding: 16px;
  overflow: hidden;
  box-sizing: border-box;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-img.scroll-img {
  display: block;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-img.scroll-img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  transition: transform 0.3s ease;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-img .fb-template-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 8px 14px;
  border-radius: 50px;
  z-index: 10;
  opacity: 0;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-img .fb-template-badge.free {
  background: #4CAF50;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-img .fb-template-badge.pro {
  background: #F89B2E;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card:hover {
  box-shadow: 0px 20px 40px 0px rgba(19, 24, 53, 0.0784313725);
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card:hover .fb-template-library-card-img.scroll-img img {
  transform: translateY(calc(-100% + 220px));
  transition: transform 5s ease-in-out;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card:hover .fb-template-library-card-img img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card:hover .fb-template-library-card-img .fb-template-badge {
  opacity: 1;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  animation: fadeIn 0.3s ease;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-overlay .fb-template-overlay-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-overlay .fb-template-overlay-content .fb-demo-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-overlay .fb-template-overlay-content .fb-demo-btn:hover {
  transform: scale(1.1);
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-overlay .fb-template-overlay-content .fb-demo-btn svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  #frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-overlay .fb-template-overlay-content {
    gap: 12px;
  }
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-content .fb-template-library-card-content-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-content .fb-template-library-card-content-top .fb-template-tags {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-content .fb-template-library-card-content-top .fb-template-tags span {
  color: #6A758E;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-content .fb-template-library-card-content-top .fb-template-library-card-date {
  margin-left: -8px;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-content .fb-template-library-card-content-top .fb-template-library-card-date span {
  color: #6A758E;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards .fb-template-library-card .fb-template-library-card-content .fb-template-library-card-content-bottom .fb-template-title {
  color: #404655;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
#frontis-dl .fb-template-library-store-content div.fb-template-library-cards > h3 {
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 64px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #frontis-dl .fb-template-library-store-content .fb-template-library-pagination {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #frontis-dl .fb-template-library-store-content .fb-template-library-pagination {
    flex-wrap: wrap;
  }
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  background: transparent;
  color: #404655;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  outline: none;
  transition: all 0.3s ease-in-out;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-pagination-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-pagination-btn.active {
  width: 44px;
  height: 44px;
  background: #E1E3E8;
  color: #0B0C0E;
  transition: all 0.3s ease-in-out;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-prev,
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-next {
  width: unset;
  height: 44px;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #E1E3E8;
  border-radius: 2px;
  cursor: pointer;
  background: transparent;
  color: #404655;
  outline: none;
  transition: all 0.3s ease-in-out;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-prev svg,
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-next svg {
  width: 24px;
  height: 24px;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-prev svg path,
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-next svg path {
  stroke: #404655;
  transition: all 0.3s ease-in-out;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-prev:hover,
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-next:hover {
  background: #3991FF;
  color: #FFFFFF;
  border-color: transparent;
  transition: all 0.3s ease-in-out;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-prev:hover svg path,
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-next:hover svg path {
  stroke: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-prev:hover:disabled,
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-next:hover:disabled {
  background-color: transparent;
  color: #404655;
  border-color: #E1E3E8;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-prev:hover:disabled svg path,
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-next:hover:disabled svg path {
  stroke: #404655;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-btn-next svg {
  rotate: 180deg;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-pagination-pages {
  display: inline-block;
  margin: 0 10px;
}
#frontis-dl .fb-template-library-store-content .fb-template-library-pagination .fb-pagination-ellipsis {
  display: inline-block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#frontis-dl .fb-skeleton-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1500px) {
  #frontis-dl .fb-skeleton-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  #frontis-dl .fb-skeleton-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  #frontis-dl .fb-skeleton-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
#frontis-dl .fb-skeleton-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: fadeIn 0.3s ease-in-out;
}
#frontis-dl .fb-skeleton-card .fb-skeleton-card-img {
  height: 220px;
  background: #f2f2f2;
  position: relative;
}
#frontis-dl .fb-skeleton-card .fb-skeleton-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#frontis-dl .fb-skeleton-card .fb-skeleton-card-content .fb-skeleton-line {
  height: 14px;
  width: 100%;
  background: #f2f2f2;
  border-radius: 4px;
}
#frontis-dl .fb-skeleton-card .fb-skeleton-card-content .fb-skeleton-line.short {
  width: 60%;
}
#frontis-dl {
  /* 🩶 Shimmer Effect */
}
#frontis-dl .shimmer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 50%, #f2f2f2 75%);
  background-size: 200% 100%;
  animation: shimmerMove 1.4s infinite;
}

@keyframes shimmerMove {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fb-template-loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
  z-index: 999;
}
.fb-template-loader-wrapper .fb-template-loader-inner .fb-template-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #3991FF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fb-template-category-loader {
  100% {
    transform: translateX(100%);
  }
}
.fb-template-category-loader-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px;
}
.fb-template-category-loader-wrapper .fb-template-category-loader {
  --base-color: #F8F8F8;
  --highlight-color: #efefefcc;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  background-color: var(--base-color);
  width: 100%;
  display: inline-flex;
  line-height: 1;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  width: 100%;
  height: 30px;
  border-radius: 8px;
}
.fb-template-category-loader-wrapper .fb-template-category-loader::after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
  transform: translateX(-100%);
  animation-name: fb-template-category-loader;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion) {
  .fb-template-category-loader-wrapper .fb-template-category-loader {
    --pseudo-element-display: none;
  }
}

.fb-template-content-loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.fb-template-content-loader-wrapper .fb-template-content-loader {
  color: #3991FF;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* Template Import Modal Styles */
.fb-template-import-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fb-template-import-modal .fb-template-import-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3991FF;
  backdrop-filter: blur(4px);
}
.fb-template-import-modal .fb-template-import-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content {
  display: flex;
  flex: 1;
  gap: 24px;
  padding: 32px 76px;
  background: #F3F3F3;
  overflow-y: auto;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-main {
  flex: 1;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-main .fb-template-import-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-main .fb-template-import-tags .fb-tag {
  padding: 6px 12px;
  background: #FFFFFF;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-main .fb-template-preview {
  background: #ffffff;
  border-radius: 8px;
  height: calc(100vh - 150px);
  overflow: hidden;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-main .fb-template-preview .fb-template-preview-image {
  display: block;
  max-width: 1188px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2s ease-in-out;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-main .fb-template-preview:hover .fb-template-preview-image {
  transform: translateY(calc(-100% + 100vh - 150px));
  transition: transform 10s ease-in-out;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar {
  display: flex;
  flex-direction: column;
  padding: 32px;
  width: 100%;
  max-width: 560px;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFFFFF;
  border-radius: 8px;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-info .fb-template-category {
  display: flex;
  align-items: center;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-info .fb-template-category .fb-category-label {
  font-size: 16px;
  color: #8891A5;
  font-weight: 500;
  line-height: 22px;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-info .fb-template-category .fb-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-info .fb-template-category .fb-category-tags .fb-category-tag {
  color: #3991FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-info .fb-template-title {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #0B0C0E;
  margin: 24px 0 10px 0;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-info .fb-template-description {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #404655;
  margin: 0;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-actions .fb-full-site-import-btn {
  background: #3991FF;
  color: #FFFFFF;
  border: none;
  padding: 14px 20px;
  border-radius: 4px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  transition: background-color 0.2s ease;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-actions .fb-full-site-import-btn:hover:not(:disabled) {
  background: #2563eb;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-actions .fb-full-site-import-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-actions .fb-live-demo-btn {
  display: flex;
  justify-content: center;
  flex: 1;
  background: none;
  color: #3991FF;
  border: 1px solid #D7E9FF;
  padding: 13px 20px;
  border-radius: 4px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-actions .fb-live-demo-btn:hover {
  background: #EBF4FF;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-dependency {
  margin-top: 62px;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-dependency .fb-dependency-label {
  font-family: Onest;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #050607;
  margin-bottom: 16px;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-dependency .fb-dependency-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  list-style: none;
  padding: 0;
  background: #F4FCF5;
  border-radius: 4px;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-dependency .fb-dependency-list .fb-dependency-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid #DBEFDC;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #050607;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-dependency .fb-dependency-list .fb-dependency-item:last-child {
  border-bottom: none;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-template-dependency .fb-dependency-list .fb-dependency-item .fb-dependency-version-label {
  color: #404655;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-import-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8891A5;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-top: 14px;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-import-info .blue-color {
  color: #3991FF;
}
.fb-template-import-modal .fb-template-import-container .fb-template-import-content .fb-template-import-sidebar .fb-import-info svg {
  flex-shrink: 0;
}

.fb-auth-modal .fb-plugin-upgrade-wrapper {
  background: #FFFFFF;
  padding: 42px;
  border-radius: 12px;
  width: 100%;
  max-width: 616px;
  max-height: 323px;
  position: relative;
}
.fb-auth-modal .fb-plugin-upgrade-wrapper .fb-template-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fb-auth-modal .fb-plugin-upgrade-wrapper .fb-template-info .fb-template-icon {
  display: flex;
  width: 64px;
  height: 64px;
}
.fb-auth-modal .fb-plugin-upgrade-wrapper .fb-template-info .fb-template-icon svg {
  width: 100%;
  height: 100%;
}
.fb-auth-modal .fb-plugin-upgrade-wrapper .fb-template-info .fb-template-title {
  text-align: center;
  font-family: Onest;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #0B0C0E;
  margin: 14px 0 10px;
}
.fb-auth-modal .fb-plugin-upgrade-wrapper .fb-template-info .fb-template-description {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #525252;
  margin: 0;
  text-align: center;
}
.fb-auth-modal .fb-plugin-upgrade-wrapper .fb-template-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.fb-auth-modal .fb-plugin-upgrade-wrapper .fb-template-actions .fb-plugin-upgrade-btn {
  width: 268px;
  background: #3991FF;
  color: #FFFFFF;
  border: none;
  padding: 14px 20px;
  border-radius: 4px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.fb-auth-modal .fb-plugin-upgrade-wrapper .fb-template-actions .fb-plugin-upgrade-btn:hover:not(:disabled) {
  background: #2563eb;
}
.fb-auth-modal .fb-plugin-upgrade-wrapper .fb-template-actions .fb-plugin-upgrade-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.fb-auth-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.fb-auth-modal .fb-auth-container {
  background: #FFFFFF;
  padding: 42px;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.fb-auth-modal .fb-auth-container .fb-auth-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #6B7280;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
  z-index: 1;
}
.fb-auth-modal .fb-auth-container .fb-auth-close:hover {
  background: #F3F4F6;
  color: #374151;
}
.fb-auth-modal .fb-auth-container .fb-auth-header {
  padding: 0 0 32px 0;
}
.fb-auth-modal .fb-auth-container .fb-auth-header .fb-auth-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.fb-auth-modal .fb-auth-container .fb-auth-header .fb-auth-tabs .fb-auth-tab-title {
  border: none;
  border-radius: 4px;
  background: none;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #0B0C0E;
  cursor: pointer;
  transition: all 0.2s ease;
}
.fb-auth-modal .fb-auth-container .fb-auth-header .fb-auth-tabs .fb-auth-tab-title.active {
  color: #FFFFFF;
  background: #3991FF;
}
.fb-auth-modal .fb-auth-container .fb-auth-header .fb-auth-tabs .fb-auth-tab-description {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #6A758E;
  margin: 0;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-form-row .fb-form-group {
  margin-bottom: 24px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-form-row .fb-form-group label {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #404655;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-form-group {
  margin-bottom: 24px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-form-group label {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #404655;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-input-wrapper {
  position: relative;
  margin-top: 10px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-input-wrapper .fb-input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-input-wrapper input {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
  padding: 16px 16px 16px 40px;
  border: 1px solid #E1E3E8;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-input-wrapper input:focus {
  outline: none;
  border-color: #3991FF;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-input-wrapper input.error {
  border-color: #E43242;
  background: #FEF5EA;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-input-wrapper input::-moz-placeholder {
  color: #6A758E;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-input-wrapper input::placeholder {
  color: #6A758E;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group {
  margin: 0 0 24px 0;
  padding: 16px;
  border-radius: 8px;
  background: #EBF4FF;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group.fb-checkbox-group-login {
  background: transparent;
  padding: 0;
  margin-bottom: 32px;
  margin-top: -10px;
  border-radius: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group.fb-checkbox-group-login .fb-checkbox-item {
  margin: 0;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item:last-child {
  margin-bottom: 0;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #E1E3E8;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-top: 1px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item input[type=checkbox]:checked {
  background: #404655;
  border-color: #404655;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item input[type=checkbox]:checked::before {
  display: none;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item input[type=checkbox]:focus {
  outline: 1px solid transparent;
  outline-offset: 0;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #404655;
  margin: 0;
  cursor: pointer;
  flex: 1;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item .fb-link {
  color: #0B0C0E;
  text-decoration: none;
  font-weight: 500;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item .fb-link:hover {
  text-decoration: underline;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-checkbox-group .fb-checkbox-item .fb-forgot-password {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #3991FF;
  cursor: pointer;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-auth-submit-btn {
  font-family: Manrope;
  width: 100%;
  padding: 14px 24px;
  background: #3B82F6;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-auth-submit-btn:hover:not(:disabled) {
  background: #2563EB;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-auth-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-auth-divider {
  text-align: center;
  position: relative;
  margin: 24px 0 24px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-auth-divider hr {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #E1E3E8;
  width: 100%;
  margin: 0;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-auth-divider span {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: #0B0C0E;
  position: relative;
  z-index: 1;
  padding: 0 14px;
  background-color: #FFFFFF;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-sign-with-api {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-sign-with-api .fb-sign-with-api-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #E1E3E8;
  border-radius: 4px;
  background-color: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #404655;
  padding: 14px;
  cursor: pointer;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-auth-form-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: none;
  background: none;
  color: #C3C8D2;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  gap: 8px;
  margin-top: 24px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-auth-form-switch a {
  color: #0B0C0E;
  text-decoration: underline;
  text-decoration-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-auth-form-switch a:hover {
  text-decoration-color: #0B0C0E;
  transition: all 0.3s ease-in-out;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-error-message {
  color: #EF4444;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-submit-error {
  margin-bottom: 16px;
  padding: 8px 12px;
  background: #FEF2F2;
  border: 1px solid #FECACA;
  border-radius: 6px;
  font-size: 13px;
}
.fb-auth-modal .fb-auth-container .fb-auth-form {
  /* Loading state */
}
.fb-auth-modal .fb-auth-container .fb-auth-form .fb-auth-submit-btn.loading {
  pointer-events: none;
}

.fb-full-site-import-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fb-full-site-import-modal .fb-full-site-import-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.fb-full-site-import-modal .fb-full-site-import-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content {
  display: flex;
  flex: 1;
  min-height: 0;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content.sidebar-collapsed .fb-import-preview-panel {
  width: 100%;
  margin-left: 0;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel {
  position: relative;
  flex: 1;
  min-width: 316px;
  max-width: 316px;
  padding: 32px 24px 0;
  border-right: 1px solid #E1E3E8;
  overflow-y: auto;
  scrollbar-width: thin;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel.collapsed {
  pointer-events: none;
  display: none;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-template-category-loader-wrapper .fb-template-category-loader {
  max-width: 100%;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section {
  margin-bottom: 32px;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-template-label {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #0B0C0E;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-template-title {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #0B0C0E;
  border-bottom: 1px solid #E1E3E8;
  margin: 14px 0 32px 0;
  padding-bottom: 32px;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group {
  margin-bottom: 20px;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group label {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #404655;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-form-input {
  width: calc(100% - 1px);
  padding: 14px;
  margin-top: 10px;
  border: 1px solid #E1E3E8;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6A758E;
  transition: border-color 0.2s;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-form-input:focus {
  outline: none;
  border-color: #3B82F6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-form-input::-moz-placeholder {
  color: #9CA3AF;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-form-input::placeholder {
  color: #9CA3AF;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-logo-upload {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-logo-upload .fb-file-input {
  display: none;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-logo-upload .fb-upload-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border: 1px solid #E1E3E8;
  border-radius: 8px;
  background: #F3F3F3;
  color: #404655;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-logo-upload .fb-upload-btn:hover {
  border-color: #8891A5;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-logo-upload .fb-upload-btn .fb-file-name {
  font-size: 14px;
  color: #6B7280;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-logo-upload .fb-upload-btn svg {
  width: 24px;
  height: 24px;
  box-sizing: content-box;
  padding: 16px;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-image-control-wrapper {
  margin-top: 10px;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-form-section .fb-form-group .fb-image-control-wrapper .fb-image-control {
  background-size: contain;
  height: unset;
  aspect-ratio: 2.6/2;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-import-actions {
  position: sticky;
  bottom: 0;
  left: 0;
  margin-top: auto;
  padding: 24px 0;
  background-color: #FFFFFF;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-import-actions .fb-import-btn {
  width: 100%;
  padding: 12px 24px;
  background: #3991FF;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-import-actions .fb-import-btn:disabled {
  cursor: not-allowed;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-import-actions .fb-import-btn.back {
  color: #6A758E;
  background: #F3F3F3;
  border: 1px solid #C3C8D2;
  margin-bottom: 0;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-form-panel .fb-import-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #6B7280;
  line-height: 1.4;
  margin: 0;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-preview-panel {
  position: relative;
  flex: 5;
  padding: 24px;
  background: #F9FAFB;
  border-right: 1px solid #E5E7EB;
  overflow-y: auto;
  transition: width 0.3s ease, margin-left 0.3s ease;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-preview-panel .fb-template-preview-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-preview-panel .fb-template-preview-card .fb-preview-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-preview-panel .fb-template-preview-card .fb-preview-info {
  padding: 16px;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-preview-panel .fb-template-preview-card .fb-preview-info .fb-preview-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-preview-panel .fb-template-preview-card .fb-preview-info .fb-preview-meta {
  display: flex;
  gap: 8px;
  align-items: center;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-preview-panel .fb-template-preview-card .fb-preview-info .fb-preview-meta .fb-preview-category {
  background: #EEF2FF;
  color: #3730A3;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 6px;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-preview-panel .fb-template-preview-card .fb-preview-info .fb-preview-meta .fb-preview-type {
  background: #DCFCE7;
  color: #166534;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-sidebar-collapse {
  position: absolute;
  top: 239px;
  left: 300px;
  cursor: pointer;
  z-index: 10;
  transition: left 0.1s ease;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-sidebar-collapse.collapsed {
  left: 0;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-sidebar-collapse.collapsed svg {
  transform: rotate(180deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.fb-full-site-import-modal .fb-full-site-import-container .fb-full-site-import-content .fb-import-sidebar-collapse svg {
  transition: transform 0.3s ease;
}
.fb-full-site-import-modal .fb-import-progress {
  text-align: center;
}
.fb-full-site-import-modal .fb-progress-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
.fb-full-site-import-modal .fb-progress-text {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.fb-full-site-import-modal .fb-progress-bar {
  width: 100%;
  height: 8px;
  background: #E5E7EB;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
.fb-full-site-import-modal .fb-progress-fill {
  height: 100%;
  background: #3B82F6;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.fb-full-site-import-modal .fb-progress-percentage {
  font-size: 12px;
  font-weight: 600;
  color: #6B7280;
}

.fb-color-picker-popover {
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.fb-fullsite-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.fb-fullsite-overlay .fb-fullsite-modal {
  background: #fff;
  width: 705px;
  max-height: 90vh;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-modal-header .fb-modal-title {
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #0B0C0E;
  margin: 0;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-modal-header .fb-modal-subtitle {
  margin: 6px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #3F3F3F;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-modal-header .fb-close-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-progress-container {
  width: 100%;
  height: 4px;
  background: #eee;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-progress-container .fb-progress-bar {
  height: 100%;
  background: #3991FF;
  transition: width 0.3s ease;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-steps-container {
  flex: 1;
  overflow-y: auto;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-steps-container .fb-step-item {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-steps-container .fb-step-item.fb-step-active .fb-step-label {
  font-weight: 600;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-steps-container .fb-step-item .fb-step-left .fb-step-icon {
  display: flex;
  width: 20px;
  text-align: center;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-steps-container .fb-step-item .fb-step-right .fb-step-label {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #0B0C0E;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-steps-container .fb-step-item .fb-step-right .fb-step-label.text-success-color {
  color: #4CAF50;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-steps-container .fb-step-item .fb-step-right .fb-step-label.text-error-color {
  color: #E43242;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-steps-container .fb-step-item .fb-step-right .fb-step-label.text-warning-color {
  color: #F89B2E;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-footer-btns {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 22px 32px;
  border-top: 1px solid #C9C9C9;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-footer-btns .fb-btn {
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  background: #F0F0F0;
  color: #3F3F3F;
}
.fb-fullsite-overlay .fb-fullsite-modal .fb-footer-btns .fb-btn.fb-btn-primary {
  background: #3991FF;
  color: #FFFFFF;
}

.fb_template_library_sidebar .fb-typography-panel {
  margin-top: 8px;
  padding-top: 32px;
  border-top: 1px solid #E1E3E8;
}
.fb_template_library_sidebar .fb-typography-panel .fb-panel-section {
  margin-bottom: 24px;
}
.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 12px;
  color: #404655;
}
.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper .add-custom-color {
  display: flex;
}
.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper .add-custom-color .add-custom-color-btn span {
  display: flex;
}
.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper .add-custom-color .add-custom-color-btn svg path {
  stroke: #404655;
}
.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper .fb-panel-heading {
  margin: 0;
}
.fb_template_library_sidebar .fb-typography-panel .fb-panel-section .fb-panel-heading-wrapper .components-button {
  padding: 0;
  height: unset;
}
.fb_template_library_sidebar .fb-tab-element {
  margin-bottom: 10px;
  padding: 0 16px;
}
.fb_template_library_sidebar .components-navigator-button {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 0;
}
.fb_template_library_sidebar .fb-tab-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  width: 100%;
}
.fb_template_library_sidebar .fb-tab-wrapper .fb-tab-icon svg {
  fill: none !important;
}
.fb_template_library_sidebar .fb-tab-wrapper .fb-tab-title {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #1e1e1e;
}
.fb_template_library_sidebar .fb-tab-wrapper:hover .fb-tab-title,
.fb_template_library_sidebar .fb-tab-wrapper:hover .fb-tab-icon path {
  color: #399CFF;
}
.fb_template_library_sidebar .fb-global-header-inner-wrapper {
  display: flex;
  gap: 8px;
  margin: 0;
  margin-bottom: 10px;
}
.fb_template_library_sidebar .fb-global-header-inner-wrapper .fb-global-header-inner h3 {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: initial;
  color: #404655;
  text-transform: capitalize;
  margin: 0;
}
.fb_template_library_sidebar .fb-global-header-inner-wrapper svg {
  fill: none !important;
}
.fb_template_library_sidebar .fb-global-header-inner-wrapper svg:hover path {
  stroke: #399CFF;
}
.fb_template_library_sidebar .fb-global-font-sizes-presets .font-size-presettes-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fb_template_library_sidebar .fb-color-section > div > div:last-child {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #E1E3E8;
  border-radius: 4px;
}
.fb_template_library_sidebar .fb-color-section > div > div:last-child .components-circular-option-picker__swatches {
  justify-content: start !important;
}
.fb_template_library_sidebar .fb-color-section > div > div:last-child .components-circular-option-picker__option-wrapper {
  width: 22px;
  height: 22px;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
}
.fb_template_library_sidebar .fb-color-section > div > div:last-child .components-circular-option-picker__option-wrapper .components-circular-option-picker__option {
  padding: 6px;
}
.fb_template_library_sidebar .fb-color-section > div > div:last-child .components-circular-option-picker__option-wrapper .components-circular-option-picker__option::after {
  display: none;
}
.fb_template_library_sidebar .fb-color-section {
  margin-bottom: 24px;
}
.fb_template_library_sidebar .fb-color-section h3 {
  font-family: "Onest", sans-serif;
  color: #404655;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}
.fb_template_library_sidebar .fb-color-section .add-custom-color {
  text-align: center;
  padding: 24px 0;
}
.fb_template_library_sidebar .fb-color-section .add-custom-color .add-custom-color-btn {
  padding: 12px 14px;
  background: #3991FF;
  height: 44px;
  border-radius: 6px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  gap: 10px;
}
.fb_template_library_sidebar .fb-color-section .add-custom-color .add-custom-color-btn span {
  height: 100%;
  display: flex;
  align-items: center;
}
.fb_template_library_sidebar .fb-color-section .fb-section-title {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.fb_template_library_sidebar .fb-color-section .fb-panel-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.fb_template_library_sidebar .fb-color-section .fb-panel-heading-wrapper .fb-section-title {
  margin: 0;
}
.fb_template_library_sidebar .fb-color-section .fb-panel-heading-wrapper .add-custom-color {
  padding: 0;
}
.fb_template_library_sidebar .fb-color-section .fb-panel-heading-wrapper .add-custom-color .add-custom-color-btn {
  background: none;
  padding: 0;
}
.fb_template_library_sidebar .fb-color-section .fb-panel-heading-wrapper .add-custom-color .add-custom-color-btn.components-button {
  padding: 0;
  height: unset;
}
.fb_template_library_sidebar .fb-color-section .fb-color-panel .components-button.block-editor-panel-color-gradient-settings__dropdown {
  padding: 12px;
  height: unset;
}
.fb_template_library_sidebar .fb-color-section .fb-color-panel .components-button.block-editor-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name {
  max-width: 130px;
}
.fb_template_library_sidebar .components-panel__body {
  border: none;
  margin-bottom: 10px;
  padding: 0 16px;
}
.fb_template_library_sidebar .components-panel__body .components-panel__body-title {
  margin-bottom: 0;
}
.fb_template_library_sidebar .components-panel__body .components-panel__body-title .components-panel__body-toggle.components-button {
  padding: 16px 12px;
  background: #F3F3F3;
  border-radius: 4px;
}
.fb_template_library_sidebar .components-panel__body .components-panel__body-title .components-panel__body-toggle.components-button .components-panel__arrow {
  right: 5px;
  color: #555E72;
}
.fb_template_library_sidebar .components-panel__body.is-opened {
  padding: 0 32px;
  padding-top: 16px;
}
.fb_template_library_sidebar .components-panel__body.is-opened .components-panel__body-toggle.components-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.fb_template_library_sidebar .components-panel__body.is-opened .fb-blocks-color-tabs {
  border: 1px solid #E1E3E8;
  border-top: 0;
}
.fb_template_library_sidebar .components-panel__body:first-child {
  padding-top: 16px;
}
.fb_template_library_sidebar .components-panel__body:first-child.is-opened {
  padding-top: 32px;
}
.fb_template_library_sidebar .components-panel__body:last-child {
  margin-bottom: 0;
}
.fb_template_library_sidebar .components-panel__body .fb-blocks-color-tabs {
  border-top: 0;
  width: calc(100% + 32px);
  margin-left: calc(0% - 16px);
}
.fb_template_library_sidebar .components-panel__body .fb-blocks-color-tabs .fb-global-color-panel {
  padding: 0;
}
.fb_template_library_sidebar .components-panel__body .components-base-control {
  width: calc(100% + 32px);
  margin-left: calc(0% - 16px);
}
.fb_template_library_sidebar .components-panel__body .components-base-control .components-textarea-control__input {
  margin-top: 0;
  border: 1px solid #E1E3E8;
}
.fb_template_library_sidebar .fb-global-typography-element-content {
  padding-top: 10px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .components-navigator-screen .components-button {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-left: 0;
  gap: 8px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .components-navigator-screen .components-navigator-back-button svg {
  fill: none;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-custom-typo-name {
  margin-bottom: 20px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-setting-label-text {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings {
  padding: 0 1px;
  margin-top: 10px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-base-control__label {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-text-control__input {
  height: unset;
  padding: 15px 12px;
  border: 1px solid #E1E3E8;
  border-radius: 4px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__container {
  border-radius: 4px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__container .components-input-control__input:focus {
  outline: none;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__container .components-select-control__input {
  color: #404655;
  padding: 12px;
  border: 1px solid #E1E3E8;
  border-radius: 4px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  height: 44px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__container .components-select-control__input:focus {
  outline: none;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__container .components-input-control__backdrop {
  border: none;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-range-control__wrapper span:nth-child(2) {
  height: 2px;
  background: #C3C8D2;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-range-control__wrapper span:nth-child(3) {
  height: 2px;
  background: #399CFF;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-range-control__wrapper .components-range-control__thumb-wrapper span {
  background-color: #399CFF;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-range-control__number .components-input-control__container {
  border: 1px solid #399CFF;
  border-radius: 6px;
  margin-left: 16px;
  margin-right: -8px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .fb-setting-spacing-label-container {
  margin: 14px 0;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .components-input-control__label {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 4px;
  margin-top: 10px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .fb-typography-settings .fb_global_typo_wrap .fb-letter-case-control {
  margin-top: 18px;
}
.fb_template_library_sidebar .fb-global-typography-element-content .components-base-control {
  width: auto;
  margin-left: 0;
}
.fb_template_library_sidebar .fb-global-typography-element-content:empty {
  display: none;
}
.fb_template_library_sidebar .font_preview_box {
  align-items: center;
  background: #F3F3F3;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 100px;
  max-width: 100%;
  overflow: hidden;
}

.fb-color-panel.fb-gradient-color-panel {
  margin-bottom: 24px;
}

.fb-gradient-color-popup .components-popover__content {
  max-height: 100% !important;
}

.fb_template_library_sidebar .components-panel__header.interface-complementary-area-header {
  min-height: 58px;
  background: #FFFFFF;
  padding: 14px 16px;
}
.fb_template_library_sidebar .components-panel__header.interface-complementary-area-header .interface-complementary-area-header__title {
  color: #0B0C0E;
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 19px;
}
.fb_template_library_sidebar .fb-global-back {
  padding-left: 0;
  gap: 8px;
  display: flex;
  align-items: center;
}
.fb_template_library_sidebar .fb-global-back span {
  display: flex;
}
.fb_template_library_sidebar .fb-global-back span svg {
  fill: none !important;
}
.fb_template_library_sidebar .fb-setting-spacing-container {
  padding: 0 6px 0 0;
}
.fb_template_library_sidebar .fb-setting-spacing-container .fb-setting-spacing-inner-container {
  padding: 0 10px;
}
.fb_template_library_sidebar .fb-setting-spacing-label-container {
  margin: 14px -7px !important;
}
.fb_template_library_sidebar .fb-global-color-panel .components-tools-panel-header {
  padding-bottom: 0;
}
.fb_template_library_sidebar .fb-custom-color-panel {
  margin-top: 24px;
  border-top: none;
  position: relative;
}
.fb_template_library_sidebar .fb-custom-color-panel .components-tools-panel-header {
  padding-bottom: 0;
  margin-bottom: 12px;
}
.fb_template_library_sidebar .fb-custom-color-panel .components-text {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.fb_template_library_sidebar .fb-custom-color-panel .add-custom-color {
  position: absolute;
  top: 0;
  right: 26px;
  padding: 0;
}
.fb_template_library_sidebar .fb-custom-color-panel .add-custom-color .add-custom-color-btn {
  padding: 0;
  background: none;
  height: unset;
  border-radius: none;
  color: #404655;
  font-size: unset;
  line-height: 0;
  align-items: center;
  gap: unset;
}
.fb_template_library_sidebar .fb-custom-color-panel .add-custom-color .add-custom-color-btn svg path {
  stroke: #404655;
}
.fb_template_library_sidebar .fb-gradient-color-panel {
  border-top: 1px solid rgb(221, 221, 221);
  border-right: 1px solid rgb(221, 221, 221);
  border-left: 1px solid rgb(221, 221, 221);
  border-radius: 4px;
}
.fb_template_library_sidebar .fb-gradient-color-panel:nth-child(3) {
  margin-top: 24px;
}
.fb_template_library_sidebar .fb-blocks-color-tabs {
  padding: 0 16px;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tabs {
  padding-left: 16px;
  border-top: 1px solid rgb(221, 221, 221);
  border-left: 1px solid rgb(221, 221, 221);
  border-right: 1px solid rgb(221, 221, 221);
}
.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tabs button {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  border-bottom: 2px solid transparent;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tabs button:first-child {
  padding-left: 0;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-flex.components-h-stack {
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 3px;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-flex.components-h-stack button svg {
  fill: #555E72;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-tools-panel-item {
  border-left: 0;
  border-right: 0;
  margin-top: 0;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-tools-panel-item .components-button {
  border-right: 0;
  border-left: 0;
  padding: 0 12px;
  height: 48px;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-tools-panel-item .components-button .components-flex-item {
  color: #404655;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel .components-tools-panel-item .components-flex.components-h-stack {
  padding-top: 0;
  padding-left: 0;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .components-tab-panel__tab-content .components-tools-panel.block-editor-panel-color-gradient-settings {
  border-top: none;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .add-custom-color {
  text-align: center;
  padding: 14px 0;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .add-custom-color .add-custom-color-btn {
  padding: 12px 14px;
  background: #3991FF;
  height: 44px;
  border-radius: 6px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  gap: 10px;
}
.fb_template_library_sidebar .fb-blocks-color-tabs .add-custom-color .add-custom-color-btn span {
  height: 100%;
  display: flex;
  align-items: center;
}
.fb_template_library_sidebar .block-editor-tools-panel-color-gradient-settings__dropdown > button.is-open {
  background: transparent;
}
.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-global-color-panel {
  padding: 0;
  border: 1px solid #E1E3E8;
  border-radius: 4px;
}
.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-global-color-panel .block-editor-tools-panel-color-gradient-settings__item {
  border: none;
  border-bottom: 1px solid #E1E3E8;
}
.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-global-color-panel .block-editor-tools-panel-color-gradient-settings__item:first-child {
  margin-top: 0;
}
.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-global-color-panel .block-editor-tools-panel-color-gradient-settings__item:last-child {
  border-bottom: none;
}
.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel {
  padding: 0 !important;
}
.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel .block-editor-tools-panel-color-gradient-settings__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
  margin-top: 0;
}
.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel .block-editor-tools-panel-color-gradient-settings__item:first-child {
  border-radius: 4px 4px 0 0;
}
.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel .block-editor-tools-panel-color-gradient-settings__item:last-child {
  border-radius: 0 0 4px 4px;
}
.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel .block-editor-tools-panel-color-gradient-settings__item .fb-delete-custom-color {
  display: none;
  border: none;
  background: transparent;
  color: #E43242;
  border-left: 1px solid #E1E3E8;
  padding-left: 12px;
  cursor: pointer;
}
.fb_template_library_sidebar .components-grid.components-tools-panel.block-editor-panel-color-gradient-settings.fb-color-panel.fb-custom-color-panel .block-editor-tools-panel-color-gradient-settings__item .fb-delete-custom-color:first-of-type {
  display: block;
}
.fb_template_library_sidebar .fb-custom-color-item .actions {
  cursor: pointer;
  margin-right: 0;
  margin-left: auto;
}
.fb_template_library_sidebar .fb-custom-color-item .actions .dashicons-trash:before {
  color: #E43242;
}
.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .components-panel__row.fb-gradient-color-label {
  color: #0B0C0E;
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 19.2px;
  padding: 14px 12px;
  border-bottom: 1px solid #E1E3E8;
  display: none;
}
.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .fb-gradient-color-list .fb-custom-color-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0 12px;
  border-bottom: 1px solid #E1E3E8;
  cursor: pointer;
}
.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .fb-gradient-color-list .fb-custom-color-item .item-content {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #404655;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .fb-gradient-color-list .fb-custom-color-item .actions .fb-reset .dashicons-image-rotate {
  cursor: pointer;
}
.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .fb-gradient-color-list .fb-custom-color-item .actions .fb-reset .dashicons-image-rotate:before {
  color: #404655;
  font-size: 17px;
}
.fb_template_library_sidebar .fb-color-panel.fb-gradient-color-panel .fb-gradient-color-list .fb-custom-color-item .fb-gradient-color-popup-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 1;
  border: 1px solid #E1E3E8;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0px 5px 5px #e1e3e8;
}
.fb_template_library_sidebar .components-navigator-screen {
  scrollbar-width: none;
}
.fb_template_library_sidebar .fb-gradient-color-popup .fb-gradient-color-popup-content {
  padding: 10px;
}
.fb_template_library_sidebar .fb-gradient-color-popup .components-circular-option-picker .components-circular-option-picker__swatches {
  display: none !important;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .components-navigator-back-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element {
  border-bottom: 1px solid #E1E3E8;
  padding: 14px 12px;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element:first-child {
  border-top: 1px solid #E1E3E8;
  border-radius: 4px 4px 0 0;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element:last-child {
  border-radius: 0 0 4px 4px;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element button {
  padding: 0;
  width: 100%;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #404655;
  height: auto;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element button .font_preview {
  border-radius: 2px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element button .edit_indecator {
  margin-left: auto;
  margin-top: 5px;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element:last-child .font_preview {
  background: #399CFF;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element:last-child .font_preview svg path {
  fill: #FFFFFF;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element.fb-global-typography-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid #E1E3E8;
  border-right: 1px solid #E1E3E8;
  height: 44px;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element.fb-global-typography-element:hover .components-button {
  color: #3991FF;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element.fb-global-typography-element:hover .components-button .font_preview svg {
  fill: #3991FF;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element.fb-global-typography-element:nth-child(2) .components-button .font_preview svg {
  fill: none;
  color: #3991FF;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element .fb-delete svg {
  fill: none;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper {
  border: 1px solid #E1E3E8;
  border-radius: 4px;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element {
  padding: 12px 20px 12px 12px;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element:first-child {
  border: none;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element:last-child {
  border-bottom: none;
  border-radius: none;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element.fb-global-typography-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-bottom: 1px solid #E1E3E8;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element.fb-global-typography-element:last-child {
  border-bottom: none;
  border-radius: none;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-custom-element-wrapper .fb-custom-element .fb-delete {
  border-left: 1px solid #E1E3E8;
  padding-left: 12px;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-typography-settings .components-base-control {
  width: auto !important;
  margin-left: 0 !important;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-typography-settings .fb-typography-settings .fb-letter-case-control {
  margin-top: 18px;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-delete-custom-typo {
  margin-left: auto;
  margin-right: 0;
  width: 20px !important;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .fb-delete-custom-typo .dashicons-trash:before {
  color: #E43242;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .add-custom-color {
  text-align: center;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .add-custom-color .add-custom-color-btn {
  padding: 12px 14px;
  background: #3991FF;
  height: 44px;
  border-radius: 6px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  gap: 10px;
}
.fb_template_library_sidebar .fb-global-typo-elements-wrap .add-custom-color .add-custom-color-btn span {
  height: 100%;
  display: flex;
  align-items: center;
}
.fb_template_library_sidebar svg#fb-global-panel-icon {
  height: 25px;
}
.fb_template_library_sidebar .block-editor-panel-color-gradient-settings__color-name {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.fb_template_library_sidebar .fb-delete {
  border-left: 1px solid #E1E3E8;
  padding-left: 12px;
}
.fb_template_library_sidebar button.fb-custom-color-btn {
  background-color: #3991FF;
  color: #FFF;
  padding: 10px 16px;
  margin-top: 16px;
}
.fb_template_library_sidebar button.fb-custom-color-btn:hover {
  background-color: #3991FF;
  color: #FFF !important;
}

#frontis-dl .fb-template-library-button-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 10px 64px;
  background-color: #FFFFFF;
  border-radius: 24px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  #frontis-dl .fb-template-library-button-wrapper {
    padding: 10px 10px 48px;
  }
}
#frontis-dl .fb-template-library-button-wrapper button {
  background: #399CFF;
  color: #FFFFFF;
}
#frontis-dl .fb-template-library-button-wrapper button svg {
  width: 30px;
  height: 20px;
  path-fill: #FFFFFF;
}
#frontis-dl .fb-template-library-button-wrapper button:hover svg {
  path-fill: #FFFFFF;
}

body .components-modal__frame.fb-template-library-popover {
  width: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
body .components-modal__frame.fb-template-library-popover .components-modal__content {
  margin: 0;
  padding: 0;
  background: #F7F7F7;
  overflow: hidden;
}
body .components-modal__frame.fb-template-library-popover .components-modal__content .components-modal__header {
  border: none;
}
body .components-modal__frame.fb-template-library-popover .components-modal__content .components-modal__header .components-button.is-compact.has-icon {
  display: none;
}
body .fb-template-library-store-wrap {
  font-family: "Manrope", sans-serif;
}

/*# sourceMappingURL=style-tlsite.css.map*/