@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
}

.form-container {
  max-width: 1433px;
  width: 100%;
  margin: 20px auto;
  background-color: #F8FAFC;
  min-height: 100vh;
  padding-left: 48px;
  padding-right: 48px;

}

.form-card-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;

}

.insert-card-conatiner {
  max-width: 851px;
  /*  */
  width: 100%;
  background: #fff;

  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.card-title {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 32px;
  color: black;
  padding: 10px;
  border-bottom: 1px solid #948e8a;
}

.title-gray {
  color: #948e8a;
  padding-left: 4px;
}

.card-form-conatiner {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.input-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.input-label {
  font-size: 18px;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.card-name-input {
  height: 47px;
  padding: 4px 20px;
  border-radius: 12px;
  font-size: 18px;
  border: 1px solid #5d87b1;
  outline: none;
}

.card-textarea {
  border-radius: 12px;
  border: 1px solid #5d87b1;
  resize: none;
  outline: none;
  padding: 10px;
  height: 187px;
  font-size: 20px;


}

.card-select-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.img-card-select-container {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 30px;
}

.card-select {
  height: 47px;
  padding: 4px 20px;
  border-radius: 12px;
  font-size: 18px;
  border: 1px solid #5d87b1;
  outline: none;
  max-width: 228px;
  width: 100%;
  appearance: none;
  position: relative;
}

select {
  appearance: none;
}

select {

  background-image: url('./arrow-down.png');
  background-repeat: no-repeat;
  background-position: 94%;
  background-size: 20px;
}

.img-card-select {
  height: 47px;
  padding: 4px 20px;
  border-radius: 12px;
  font-size: 18px;
  border: 1px solid #5d87b1;
  outline: none;
  max-width: 178px;
  width: 100%;
}

.upload-btn {
  position: relative;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  max-width: 178px;
  width: 100%;
  border-radius: 12px;
  border: none;
  height: 47px;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(211, 91, 44, 1) 0%, rgba(222, 109, 38, 1) 13%, rgba(243, 145, 33, 1) 48%, rgba(222, 109, 38, 1) 86%, rgba(208, 91, 47, 1) 100%);
}

.upload-btn:hover{
  color: #e7e8ea;
  background: linear-gradient(0deg, rgb(175 78 40) 0%, rgb(194 99 39) 13%, rgba(243, 145, 33, 1) 48%, rgba(222, 109, 38, 1) 86%, rgb(154 68 36) 100%);
}

.or {
  color: #424449;
  font-size: 40px;
  text-align: center;
  background-color: #F8FAFC;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}


.photo-upload-container {
  max-width: 500px;
  /*  */
  width: 100%;
  background: #fff;

  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.img-card-text {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  max-width: 335px;
  width: 100%;
  padding: 0px 0 0px 0;
  margin: 0 auto;
  text-align: center;

}

.img-text-sm {
  font-weight: 400;
}

.img-input {
  max-width: 335px;
  width: 100%;
  max-height: 170px;
  padding: 45px;
  border-radius: 12px;
  background-color: #F5F5F5;
  position: relative;
  margin: 0 auto;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  line-height: 30px;
  letter-spacing: 0.03rem;

}

.img-input-file {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.ml-auto{
  margin-left: auto;
}

.warning-container {
  margin-top: 20px;

  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.warning-title {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.warning-message {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.recap-card {
  margin-bottom: 0;
  max-width: 545px;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}

.recap-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.recap-text {
  margin-bottom:0;
  color: #000;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;

}

.recap-color-text {
  color: #f29121;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.text-center {
  text-align: center;
}

.justify-center {
  justify-content: center;
}

.recap-and-bill-container {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}

.bill-container {
  max-width: 850px;
  width: 100%;
  height: auto;
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
  gap: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}

.regular-cards {
  flex: 1;
  width: 100%;
}

.foil-addon {
  flex: 1;
  width: 100%;
}

.regular-cards .title,
.foil-addon .title {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;

}

.item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid #e7e8ea;
  border-left: 0;
  border-right: 0;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

#price_background{
  background-color: #fff;
}

#price_background_orangeee , .item-list.on {
  background-color: #FBE3B7;
}

.click-link {
  font-size: 24px;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: center;
  display: block;
  width: max-content;
  font-style: italic;
  margin: 20px auto 0;
  cursor: pointer;
}

.click-link:hover{
color: #ddd;
}

.place-order-btn-container {
  display: flex;
  justify-content: end;
  width: 100%;
}

body .place-order-btn {
  background: linear-gradient(0deg, rgba(211, 91, 44, 1) 0%, rgba(222, 109, 38, 1) 13%, rgba(243, 145, 33, 1) 48%, rgba(222, 109, 38, 1) 86%, rgba(208, 91, 47, 1) 100%);
  height: 68px;

  max-width: 362px;
  width: 100%;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  border-radius: 12px;
  border: none;
  margin-top: 20px;
  cursor: pointer;


}

.place-order-btn:hover{
  color: #e7e8ea;
  background: linear-gradient(0deg, rgb(175 78 40) 0%, rgb(194 99 39) 13%, rgba(243, 145, 33, 1) 48%, rgba(222, 109, 38, 1) 86%, rgb(154 68 36) 100%);
}
@media (max-width: 1120px){
.bill-container{
  flex-direction: column;
}
}
@media (max-width: 992px) {
.ml-auto{
  margin-left: 0;
}
  .form-container{
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100vw - 20px) ;
  }

  .card-title{
    font-size: 22px;
  }
  .form-card-container{
    flex-direction: column;
  }
  .recap-and-bill-container{
    flex-direction: column;
    gap: 20px;
  }

  .bill-container{
    flex-direction: column;
    width: calc(100vw - 43px);
  }

  .img-card-select-container{
    flex-direction: column;
  }
  .img-input{
    padding: 20px 4px;
  }
  .recap-text{
    font-size: 16px;
  }
  .recap-color-text{
    font-size: 16px;
  }

  .item-list{
    font-size: 16px;
  }
  .place-order-btn-container{
    justify-content: center;
  }
  .photo-upload-container{
    max-width: 100%;
  }

  .recap-card{
    max-width: 100%;
  }
}