/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/src/components/helper/style/admin.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
:root {
  --base-size: 1920;
  --section-margin: 250;
  --mobile-browser: 876;
  --wrapper-padding: 20;
  --cubic-bezier: cubic-bezier(0.87, 0, 0.13, 1);
  --cubic-bezier-circ: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --f-size-x-large: 200;
  --f-size-large: 87;
  --f-size-h1: 75;
  --f-size-h2: 50;
  --f-size-sub: 35;
  --f-size-body: 18;
  --br-button: 5;
  /**
  * Colors
  **/
  --color-gold: #9d850e;
  --color-bamboo: #EDE9DA;
  --color-clay: #AFA59F;
  --color-soft-dark: #3B3B3B;
  --color-sand: #F6E7D8;
}

@media only screen and (max-width: 879px) {
  :root {
    --base-size: 376;
    --wrapper-padding: 20;
    --header-size: 55;
    --f-size-large: 54;
    --f-size-h1: 47;
    --f-size-h2: 30;
    --f-size-sub: 20;
    --f-size-body: 14;
    --section-margin: 150;
  }
}
figure {
  position: relative;
}
figure .wp-action__floating {
  top: 5px;
  left: 5px;
  gap: 5px;
  z-index: 6;
  display: flex;
  position: absolute;
}
figure .wp-action__floating button {
  padding: 0;
  height: 30px;
  display: flex;
  flex: 0 0 30px;
  border-radius: 50%;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
figure .wp-action__floating button svg {
  width: 15px;
  height: 15px;
  fill: none;
}
figure .wp-action__floating button svg path {
  stroke: #FFF;
}

.link-editor .block-editor-link-control .block-editor-link-control__search-input-wrapper {
  margin-bottom: 0;
}
.link-editor .block-editor-link-control .block-editor-link-control__search-input-wrapper div {
  padding: 0;
  margin: 0;
}

.gallery-list-editor {
  width: 100%;
  position: relative;
}
.gallery-list-editor .buttons-slider-container {
  position: relative;
}
.gallery-list-editor .swiper-slide {
  width: 100%;
  height: 140px;
}
.gallery-list-editor .swiper-slide figure {
  width: 100%;
  height: 100%;
}
.gallery-list-editor .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-list-editor img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-list-editor-color .listing {
  margin-bottom: 20px;
}
.card-list-editor-color .listing .label {
  font-size: 17px;
  margin-bottom: 10px;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.card-list-editor-color .listing .react-colorful__saturation {
  height: 120px !important;
}
.card-list-editor-color .buttons-slider-container {
  position: relative;
}

.form-editor {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: visible;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.form-editor .header-title {
  opacity: 0.6;
  margin: 10px 0;
  font-size: 15px;
}
.form-editor .button-delete-item {
  color: red;
  cursor: pointer;
  font-size: 12px;
}
.form-editor .collapse-wrapper summary {
  cursor: pointer;
  font-size: 12px;
}
.form-editor .input-wrapper {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.form-editor .input-wrapper-media {
  width: 100%;
  height: 150px;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: #e4e4e4;
}
.form-editor .input-wrapper-media img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.form-editor .input-wrapper-label {
  width: 100%;
  opacity: 0.7;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form-editor .input-wrapper-input {
  width: 100%;
  font-size: 13px;
}
.form-editor .input-wrapper .block-editor-link-control__search-item {
  padding: 0 !important;
}
.form-editor .input-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-title span {
  font-size: 13px;
}
.form-editor .input-wrapper .show-hide-button {
  margin-top: 20px;
}
.form-editor span.p {
  display: block;
  margin-bottom: 20px;
}
.form-editor input {
  box-sizing: border-box;
}
.form-editor .block-editor-link-control {
  width: 100%;
  min-width: unset;
}
.form-editor .block-editor-link-control .components-base-control.block-editor-url-input {
  width: 100%;
  min-width: unset;
}
.form-editor .button-list .button-add {
  width: 100%;
  height: 40px;
  color: #FFF;
  display: flex;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.form-editor .button-list-item {
  width: 100%;
  padding: 5px 0;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.form-editor .button-list-item .button-delete {
  height: 30px;
  color: red;
  display: flex;
  flex: 0 0 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.editor-post-panel__row-label,
.editor-post-panel__row-control {
  font-size: 12px;
}

.components-panel__body.is-opened > .components-panel__body-title {
  background-color: #efefef;
}

@media only screen and (max-width: 879px) {
  .block-editor-iframe__html {
    border-radius: 20px;
  }
  .block-editor-iframe__html body {
    border-radius: 20px;
  }
  .editor-visual-editor__post-title-wrapper h1 {
    padding: 0 20px;
  }
}
.block-editor-iframe__body {
  line-height: 1.3;
}
.block-editor-iframe__body * {
  box-sizing: border-box;
}
.block-editor-iframe__body figure img {
  height: 100%;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/src/components/helper/style/ButtonSlider.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.buttons-slider-container {
  right: 0;
  z-index: 9;
  padding-top: 20px;
  padding-right: 20px;
  display: inline-block;
}
.buttons-slider-container .inner-container {
  gap: 8px;
  height: 40px;
  display: flex;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 2px;
  align-items: center;
  background-color: #FFF;
  justify-content: space-between;
}
.buttons-slider-container .inner-container .button {
  border: none;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
}
.buttons-slider-container .inner-container .button__action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons-slider-container .inner-container .button__action .icon {
  color: #FFF;
  width: 25px;
  height: 25px;
  display: flex;
  line-height: 25px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.buttons-slider-container .inner-container .button__action.delete .icon {
  background-color: red;
}

/*# sourceMappingURL=block.css.map*/