/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_dev/scss/front.scss ***!
  \*********************************************************************************************************************************************************/
@charset "UTF-8";
.modal-list-products {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1025;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-list-products-content {
  width: 900px;
  background-color: #f7f6f6;
  padding: 24px;
  overflow-y: auto;
  position: relative;
  height: calc(100vh - 140px);
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .modal-list-products-content {
    width: 100%;
    height: 100%;
  }
}
.modal-list-products-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #212121;
  padding: 0px;
  cursor: pointer;
}
.modal-list-products-close:hover {
  background-color: #deb887;
}
.modal-list-products .product-list {
  text-decoration: none;
  display: block;
  background-color: #fff;
}
.modal-list-products .product-list.selected {
  background-color: #deb887;
}
.modal-list-products .product-list:hover {
  background-color: #deb887;
}
.modal-list-products .product-list img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-list-products ::-webkit-scrollbar {
  width: 3px;
  background-color: #cccccc;
}
.modal-list-products ::-webkit-scrollbar:horizontal {
  height: 3px;
}
.modal-list-products ::-webkit-scrollbar-track {
  border-radius: 0px;
  -webkit-box-shadow: 0 0 6px #c8c8c8 inset;
}
.modal-list-products ::-webkit-scrollbar-thumb {
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  border-radius: 0px;
}
.modal-list-products ::-webkit-scrollbar-thumb:hover {
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
}
.modal-list-products ::-webkit-scrollbar-thumb:active {
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
}
.modal-list-products .nav-measure {
  padding-bottom: 12px;
  font-size: 16px;
  text-align: center;
  border-bottom: 2px solid #e8e8e8;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
}
.modal-list-products .nav-measure.active {
  border-bottom: 2px solid #2c2c2c !important;
}
.modal-list-products .nav-measure-content {
  margin-top: 20px;
}
.modal-list-products .nav-measure-content p {
  font-size: 13px;
  margin-bottom: 5px;
  color: #212121;
}
.modal-list-products .nav-measure-content p.text-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.modal-list-products .nav-measure-content p.text-description {
  color: #212121;
  margin-bottom: 15px;
}
.modal-list-products img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
.modal-list-products .mini-text {
  font-size: 12px;
  margin-bottom: 5px;
}
.modal-list-products h5 {
  margin-bottom: 0;
  margin-top: 15px;
}
.modal-list-products .form-control.error {
  border: 1px solid red;
}
.modal-list-products .form-text {
  font-size: 10px;
  color: #6c757d;
}
.modal-list-products .form-control-label b {
  color: red;
}
.modal-list-products hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.measure-box .cq-style {
  margin-bottom: 15px;
  /* Basic styling */
  /* Pseudo element for check styling */
  /* Checked */
  /* Disabled */
  /* IE */
}
.measure-box .cq-style label {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.measure-box .cq-style [type=checkbox] {
  width: 30px;
  height: 30px;
  color: #212121;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
}
.measure-box .cq-style [type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
.measure-box .cq-style [type=checkbox]:checked {
  background-color: currentcolor;
}
.measure-box .cq-style [type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E %3Cpath d=%27M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z%27 fill=%27%23fff%27/%3E %3C/svg%3E");
}
.measure-box .cq-style [type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}
.measure-box .cq-style [type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
.measure-box .cq-style [type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E %3Cpath d=%27M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z%27 fill=%27%23fff%27/%3E %3C/svg%3E");
}

.min-text-custom-measure {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 16px;
}

.upload_qamis__box {
  padding: 20px 0;
}
.upload_qamis__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload_qamis__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #4045ba;
  border-color: #4045ba;
  border-radius: 4px;
  line-height: 26px;
  font-size: 14px;
}
.upload_qamis__btn p {
  color: #fff;
}
.upload_qamis__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
}
.upload_qamis__btn:hover p {
  color: #4045ba;
}
.upload_qamis__btn p {
  margin-bottom: 0 !important;
}
.upload_qamis__btn-box {
  margin-bottom: 10px;
}
.upload_qamis__inputfile_rest {
  background: transparent;
  border: 0;
  font-weight: bold;
  color: #4045ba;
  margin-left: 15px;
}
.upload_qamis__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.upload_qamis__img-box {
  width: 160px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload_qamis__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload_qamis__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.upload_qamis__img-remove {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 5px;
  right: 15px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload_qamis__img-remove:after {
  content: "✖";
  font-size: 14px;
  color: white;
}
.upload_qamis__img-box {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.measure-custom-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.measure-custom-images img {
  max-width: 48%;
  height: 100%;
  margin-bottom: 15px;
}
