/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./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]!./resources/scss/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.globally-brands-button {
  background: transparent !important;
  border: none !important;
  color: #000049 !important;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-transform: capitalize;
  padding: 51px 0 0 10px;
}
.globally-brands-button:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 15px;
  transform: translateX(-15%);
  width: 117px; /* Adjust image width */
  height: 81px; /* Adjust image height */
  background-image: url(images/Vector-11-150x104.e083adc9.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 9999;
}

.globally-brands-button-input {
  background: transparent !important;
  border: none !important;
  color: #000049 !important;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-transform: capitalize;
  padding: 80px 0 0 10px;
}
.globally-brands-button-input:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateX(-15%);
  width: 117px; /* Adjust image width */
  height: 81px; /* Adjust image height */
  background-image: url(images/Vector-11-150x104.e083adc9.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 9999;
}

.is-error {
  color: red !important;
}

.is-success {
  color: green;
}

.globally-brand-pagination a, .globally-brand-pagination span {
  background: transparent !important;
  border: none !important;
  color: #000049 !important;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-transform: capitalize;
  padding: 20px 0 0 10px;
}
.globally-brand-pagination a:before, .globally-brand-pagination span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-15%);
  width: 50px; /* Adjust image width */
  height: 30px; /* Adjust image height */
  background-image: url(images/Vector-11-150x104.e083adc9.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 9999;
}
.globally-brand-pagination .enokh-blocks-block-is-current {
  color: var(--wp--preset--color--custom-brand-orange) !important;
}
.globally-brand-pagination .enokh-blocks-block-is-current:before {
  background-image: url(images/vector-active.85735717.png);
}

/*# sourceMappingURL=globally-brands-editor-style.css.map*/