/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  mangwp
*/
* {
--input-padding-y: 0.5rem;
--input-padding-x: 0.875rem;
--input-height: calc(calc(var(--input-line-height) * 1em) + calc(var(--input-padding-y) * 2) + calc(var(--border-width) * 2));
--input-bg: var(--white);
--input-color: var(--body-color);
--input-plaintext-color: var(--body-color);
--input-placeholder-color: var(--gray-600);
--input-font-weight: 400;
--input-font-size: var(--body-font-size);
--input-line-height: var(--body-line-height);
--input-border-width: var(--border-width);
--input-border-color: var(--gray-400);
--input-border-radius: var(--border-radius);
--input-box-shadow: 0 0 0 0 transparent;
--input-focus-bg: var(--white);
--input-focus-border-color: var(--component-active-bg);
--input-focus-box-shadow: var(--focus-ring-box-shadow);
--input-disabled-bg: var(--gray-100);
--input-disabled-border-color: var(--gray-400);
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

svg:not([height]) {
  min-height: 1rem;
}
svg:not([width]) {
  min-width: 1rem;
}
.brx-body.iframe.mounted :where(.brx-draggable.brx-empty),
.brx-body.iframe.mounted :where(.brx-draggable:empty) {
  min-height: unset;
  min-width: unset;
}
.admin-bar .header2.du-sticky-header.sticky {
  margin-top: 32px;
}
/* [class*="brxe-"] {
  max-width: unset;
} */
.save-icon.saved-icon i {
  color: var(--clr-common-green3);
}
.like-icon.liked-icon {
  color: var(--clr-common-red2);
}
.yes-icon.clicked_yes-icon {
  cursor: not-allowed;
}

.placeholder-loading {
  color: #ffffff00;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, #eeeeee),
    color-stop(18%, #dddddd),
    color-stop(33%, #eeeeee)
  );
  background: -webkit-linear-gradient(
    left,
    #eeeeee 8%,
    #dddddd 18%,
    #eeeeee 33%
  );
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
}

.mark, mark, .search-excerpt {
  background-color: #FFEB3B;
  padding: 0 .5rem;
}
@media (min-width: 1200px) {
  .modal-xl {
      max-width: 800px;
  }
}

.post-content ul, .post-content ol, .modal-body ul, .modal-body ol {
  margin-left: 45px;
  padding: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.post-content ul li, .modal-body ul li {
  list-style-type: disc;
}
.post-content ol li, .modal-body ol li {
  list-style-type: decimal;
}
.post-content ul li, .post-content ol li, .modal-body ul li, .modal-body ol li {
  font-size: 16px;
  margin-bottom: 8px;
}
h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.code-block {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.wp-block-embed {
  margin-top: 3rem;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bd-violet-bg);
  --bs-tooltip-color: var(--bs-white);
}
.post-content .wp-block-query ul, .post-content .wp-block-query ol, .modal-body .wp-block-query ul, .modal-body .wp-block-query ol {
  margin: 0px;
  padding: 0px;
}
.modal-body h2 {
  font-size: 2rem;
}

body.swal2-toast-shown .swal2-container.information-bg .swal2-show {
  background-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}  

.fixed-top-120 {
  position: fixed;
  top: 165px;
  z-index: 1000;
}

.row {
  max-width: unset !important;
}
.placeholder-loading.loading-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adadad;
    animation-duration: 10s;
    font-weight: 700;
}

body.bricks-is-frontend :focus {
  outline: none;
}
.just-validate-error-label {
  --form-validation-color: #EF4444;
  width: 100%;
  margin-top: .25rem;
  font-size: 1.4rem;
  color: var(--form-validation-color);
}
input.just-validate-error-field, input.just-validate-success-field {
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.footer__widget-subscribe .field input.just-validate-error-field {
  --form-validation-border-color: #EF4444;
  --form-validation-focus-box-shadow: 0 0 0 0.125rem rgba(239, 68, 68, 0.25);
  border-color: var(--form-validation-border-color);
  padding-right: calc(calc(var(--input-line-height)* 1em) + calc(var(--input-padding-y)* 2));
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EF4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EF4444' stroke='none'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right calc(calc(var(--input-line-height)* .25em) + calc(var(--input-padding-y)* .5)) center;
  background-size: calc(calc(var(--input-line-height)* .5em) + var(--input-padding-y)) calc(calc(var(--input-line-height)* .5em) + var(--input-padding-y));
}
html {
  scroll-behavior: smooth;
}
.da {
  
}