/** Shopify CDN: Minification failed

Line 98:0 Unexpected "}"

**/
/* Styling the modal refill customily */
.uid_customily--popup_refill--modal_wrapper {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.uid_customily--poup--close_svg {
  right: 1rem;
  top: 1rem;
  text-size-adjust: 100%;
  --color-body-text: #333333;
  --color-body: #ffffff;
  --color-bg: #ffffff;
  -webkit-tap-highlight-color: transparent;
  white-space: normal;
  word-break: break-word;
  direction: ltr;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  touch-action: manipulation;
  appearance: none;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: absolute;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
  color: var(--gradient-button);
  min-height: auto;
  visibility: visible !important;
  outline: none !important;
  background: none !important;
  opacity: 0.5;
}
.uid_customily--popup_refill--modal {
  background: #fff;
  left: 50%;
  padding: 24px 10px 28px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  border-radius:10px;
}
.uid_customily--popup_refill--modal--icon {
  margin-bottom: 15px;
}
.uid_customily--popup_refill--modal--title {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 5px;
}
.uid_customily--popup_refill--modal--content {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #60656a;
  margin-bottom: 28px;
}
.uid_customily--popup_refill--modal--controller {
  display: flex;
  font-size: 16px;
  justify-content: center;
  flex-direction: column;
}
.uid_customily--popup_refill--modal--controller button {
  border-radius: 10px;
  margin: auto;
  padding: 10px 0;
  width: 240px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
}
.uid_customily--popup_btn--confirm {
  background-color: var(--gradient-button);
  position: relative;
  color: #fff;
}
.uid_customily--popup_btn--reject {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 12px;
  text-decoration: underline;
  color: #3b4148;
}

.filling_customily_options {
  color: #3b4148;
  font-size: 1.2em;
  margin: 10px 2px 2px;
  line-height: 18px;
  position: absolute;
  top: 50%;
  margin: auto;
  text-align: center;
  width: 100%;
}
.filling_customily_options .ld.ld-cycle.ld-ring {
  top: unset;
  right: unset;
  opacity: 1;
  display: inline !important;
  margin-left: 4px;
}
.opcatiy--ten {
  opacity: 0.1;
  z-index: 111111111;
}
@media only screen and (min-width: 481px) {
  .uid_customily--popup_refill--modal {
    width: 50%;
  }
  .uid_customily--popup_refill--modal--title {
    font-size: 28px;
    line-height: 36px;
  }
  .uid_customily--popup_refill--modal--content {
    font-size: 16px;
    line-height: 26px;
  }
  .uid_customily--popup_refill--modal--controller {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1025px) {
  .uid_customily--popup_refill--modal {
    width: 40%;
  }
  .uid_customily--popup_refill--modal--title {
    font-size: 30px;
    line-height: 40px;
  }
}

.text--red {
  color: red !important;
}
.text--primary-blue {
  color: #0c94a4 !important;
}
.customily_modal_preview--modify_notice {
  order: 1;
  padding: 15px 13px 5px;
}
/* .customily-modal-preview-only .cl-preview-wrapper {
  order: 2;
}
.customily-modal-preview-only button {
  order: 3;
} */
.customily_modal_preview--title {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
}
.customily_modal_preview--notice_content {
  font-size: 14px;
  line-height: 20px;
}
