.modal-xs {
  width: 800px !important;
  height: 600px !important;
  min-height: 600px !important;
}

@media only screen and (max-width: 800px) {
  .modal-xs {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
  }
}

.barra-progresso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.icone-subir-footer {
  position: absolute;
  font-size: 30px;
  right: 50px;
  bottom: -37.8em;
  z-index: 1;
  background-color: #22202b;
  padding: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.modal-lg {
  max-width: 85%;
}

.img-upload-btn {
  position: relative;
  overflow: hidden;
  padding-top: 10%;
}

.img-upload-btn input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.img-upload-btn i {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.btn-radio {
  position: relative;
  overflow: hidden;
}

.btn-radio input[type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.imagem-capa-produto .img-picker .img-upload-btn {
  padding-top: 5% !important;
}

.imagem-capa-produto .card {
  border: 3px solid #068cca;
}

.check-capa {
  height: 25px;
  width: 25px;
  background-color: #068cca;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  padding-left: 4px;
  padding-top: 1px;
  color: white;
  right: 10px;
  top: -10px;
}

.add-img-upload {
  height: 25px;
  width: 25px;
  background-color: #59cd46;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  padding-left: 6px;
  padding-top: 1px;
  color: white;
  left: 190px;
  top: 4px;
}

.add-img-upload:hover {
  cursor: pointer;
}

.form-group .card-footer {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  border: none !important;
  margin-top: -4.5em !important;
  border-top: 1px solid #dfdfdf !important;
  border-left: 1px solid #dfdfdf !important;
  border-right: 1px solid #dfdfdf !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.img-picker {
  margin-top: 1em;
}

.newmenu {
  width: 100%;
  background: #068cca;
  border-radius: 5px;
  color: #fff;
  padding: 2px;
  height: 47px;
}

.newmenu img {
  width: 35px;
  height: 35px;
  margin-top: 17px !important;
}

.newmenu .userinfonew {
  width: 100px;
  display: inline-table;
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff !important;
  margin-top: -14px;
}

.newmenu .userinfonew span {
  margin-top: -32px;
  margin-left: 41px;
}

.newmenu .userinfonew span,
.newmenu .userinfonew small {
  display: block;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff !important;
}

.newmenu .userinfonew small {
  margin-top: -5px;
  margin-left: 41px;
  display: block;
}

/* ============  Novo css  ============== */

#card-coupon {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  flex-direction: column;
  margin-bottom: 15px;
}

.body-coupon {
  display: flex;
  padding: 10px;
  border-bottom-width: 3px;
  border-bottom-color: #33b926;
  border-bottom-style: solid;
  width: 100%;
}

.image-coupon {
  display: flex;
  width: 85px;
  height: 85px;
  background-color: #33b926;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.image-coupon > span {
  color: white;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600 !important;
  text-align: center;
}

.title-coupon {
  color: #747474;
  font-size: 14px;
  font-weight: 600 !important;
}

.subtitle-coupon {
  color: #747474;
  font-size: 9px;
  font-weight: 500 !important;
}

.footer-card-coupon {
  display: flex;
  background-color: #ededed;
  padding: 6px 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  flex-direction: row;
}

.foote-title-profile {
  color: #363636;
  font-size: 12px;
  font-weight: 600;
}

.foote-subtitle-profile {
  color: #363636;
  font-size: 12px;
  font-weight: 400;
}

.button-coupon {
  display: flex;
  padding: 8px 17px;
  border-radius: 3px;
  background-color: #1a8dca;
}

.button-coupon > span {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.multiple-items-img {
  display: flex !important;
  flex: 1;
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
}

.multiple-items-img > img {
  height: 70px;
  width: 70px;
  border-radius: 40px;
  padding: 3px;
  display: flex !important;
}

.multiple-items {
  width: 100%;
  text-align: center !important;
}

.card-carrousel {
  display: flex !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  flex-direction: column;
}

.slick-track > div {
  margin: 6px;
  display: flex;
}

.footer-card-carrousel {
  display: flex;
  padding: 7px;
  flex-direction: column;
  text-align: left;
}

.footer-title-store {
  color: #363636;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
}

.footer-coupon-store {
  color: #363636;
  font-size: 10px;
  font-family: "Poppins";
  font-weight: 500;
}

.title-courrosel {
  border-bottom-width: 1px;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
  margin-bottom: 10px;
  padding: 5px 0px;
  color: #7a8f95;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 600;
}

.modal-coupon-card {
  background-color: white;
  border-radius: 10px !important;
  padding: 15px;
}

.container-moda-coupon {
  display: flex;
  flex-direction: column;
}
.container-moda-coupon > span {
  color: #363636;
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 15px;
}

.body-pegar-cupom {
  display: flex;
  width: 100%;
  min-height: 180px;
  background-color: #ededed;
  padding: 7px;
  flex-direction: column;
}

.body-pegar-cupom > span {
  color: #747474;
  font-size: 11px;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
  padding: 0px 30px;
  margin: 7px 0px;
}

.header-copy {
  display: flex;
  border: 2px solid #bcbcbc;
  background-color: white;
  padding: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-copy > span {
  color: #747474;
  font-size: 17px;
  font-family: "Poppins";
  font-weight: 600;
  padding: 0px 10px;
}

.name-offer-coupon {
  min-width: 2px;
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.copy-coupon {
  display: flex;
  padding: 10px 8px;
  background-color: #33b926;
  border: 2px solid #bcbcbc;
}

.copy-coupon > span {
  color: white;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 600;
}

.button-access-store {
  display: flex;
  background-color: #33b926;
  width: 100%;
  padding: 8px;
  border: 2px solid #bcbcbc;
  justify-content: center;
  align-items: center;
}

.button-access-store {
  color: white;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 600;
  text-align: center;
}

.regras-cupom-button {
  display: flex;
  width: 100%;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border: 1px solid #bcbcbc;
  margin: 12px 0px 8px;
}

.regras-cupom-button > span {
  color: #363636;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
}

.image-coupon {
  width: 100% !important;
  height: 240px !important;
}
