/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/snippets/prescription/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.color-gray700 {
  color: #4b4b4b;
}

.prescription-image {
  display: block;
}

.h-min-400 {
  min-height: 400px;
}

.btn-outline-primary {
  --relx-btn-color: #00af98;
  --relx-btn-border-color: #00af98;
  --relx-btn-hover-color: #fff;
  --relx-btn-hover-bg: #00af98;
  --relx-btn-hover-border-color: #00af98;
  --relx-btn-focus-shadow-rgb: 0, 175, 152;
  --relx-btn-active-color: #fff;
  --relx-btn-active-bg: #00af98;
  --relx-btn-active-border-color: #00af98;
  --relx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --relx-btn-disabled-color: #00af98;
  --relx-btn-disabled-bg: transparent;
  --relx-btn-disabled-border-color: #00af98;
  --relx-gradient: none;
  border-radius: 20px;
  padding: 11px 20px;
  color: #00af98;
  background-color: transparent;
  border: 2px solid #00af98;
}

.btn-modal-close {
  padding: 0 !important;
  background: transparent;
  color: #000;
  width: auto;
}
.btn-modal-close:hover {
  color: #000;
  background-color: transparent;
}

.modal-backdrop.show {
  background: rgb(0, 0, 0);
  visibility: visible;
}

.h-max-262 {
  max-height: 262px;
}

.h-max-225 {
  max-height: 225px;
}

.btn-outline-primary:hover {
  background-color: #00af98;
  border-color: #00af98;
}

.prescription-upload {
  display: block;
}
.prescription-upload .doted {
  border: 1px dashed #c8c8c8;
}
.prescription-upload .bg-f7 {
  background: #f7f7f7;
}
.prescription-upload .upload-btn {
  padding: 6px 16px;
  border: 1.5px solid #00af98;
  border-radius: 31px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #00af98;
  cursor: pointer;
  display: inline-block;
}
.prescription-upload .upload-btn:hover {
  background-color: #00af98;
  color: #fff;
}
.prescription-upload .w-210 {
  width: 210px;
}
.prescription-upload .prescription-top {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 16px !important;
  margin-bottom: 0 !important;
}
.prescription-upload .prescription-bottom {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0 !important;
}
.prescription-upload .preview-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.prescription-upload .preview-checkout-btn {
  right: 0px;
  top: 0px;
}
.prescription-upload .reupload-btn {
  border-width: 2px;
}
.prescription-upload .reupload-btn:hover {
  color: #fff !important;
}

.w-90b {
  width: 90%;
}

@media (max-width: 575px) {
  .prescription-upload .w-xs-90b {
    width: 90%;
  }
  .prescription-upload .prescription-top {
    border: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    background-color: transparent !important;
  }
  .prescription-upload .prescription-bottom {
    border: none;
    padding: 0 !important;
    background-color: transparent !important;
  }
  .prescription-upload .doted-xs {
    border: 1px dashed #c8c8c8;
  }
}
.loading-btn {
  width: 32px;
  height: 32px;
  border: 2px solid #999;
  border-top-color: transparent;
}

.common-modal {
  --relx-modal-zindex: 1055;
  --relx-modal-width: 600px;
  --relx-modal-padding: 1rem;
  --relx-modal-margin: 1rem;
  --relx-modal-color: ;
  --relx-modal-bg: #fff;
  --relx-modal-border-color: rgba(0, 0, 0, 0.2);
  --relx-modal-border-width: 1px;
  --relx-modal-border-radius: 2rem;
  --relx-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  --relx-modal-inner-border-radius: calc(2rem - 1px);
  --relx-modal-header-padding-x: 1rem;
  --relx-modal-header-padding-y: 1rem;
  --relx-modal-header-padding: 1rem 1rem;
  --relx-modal-header-border-color: #ececec;
  --relx-modal-header-border-width: 1px;
  --relx-modal-title-line-height: 1.4;
  --relx-modal-footer-gap: 0.5rem;
  --relx-modal-footer-bg: ;
  --relx-modal-footer-border-color: #ececec;
  --relx-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--relx-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.img-default-width {
  min-width: 90%;
}

@media (min-width: 576px) {
  .common-modal {
    --relx-modal-margin: 1.75rem;
    --relx-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.13);
  }
  .prescription-upload .w-sm-348 {
    width: 348px;
  }
  .prescription-upload .py-sm-9d5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .prescription-upload .w-sm-288 {
    width: 288px;
  }
  .prescription-upload .w-min-sm-600 {
    min-width: 600px;
  }
  .max-sm-70b {
    max-width: 70%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .img-default-width {
    min-width: 600px;
  }
}
