
* {
  box-sizing: border-box;
}

#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 999;
}

#modalBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(73, 18, 73) !important;
  color: #facc15 !important;
  padding: 20px;
  border-radius: 12px;
  display: none;
  z-index: 1000;
  width: 320px;
  max-width: 90%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* دکمه بستن */
.div-cotizar-box .btn-x, #closeModal{
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: none;
  font-size: 18px;
  color: #facc15;
  cursor: pointer;
}

.div-cotizar-box .div-personal-content {
  display: flex;
  flex-direction: column;
  background: rgb(73, 18, 73) !important;
  color: #facc15 !important;
}
.div-cotizar-box .label-pages {
  margin-top: 15px;
 }
 .div-cotizar-box .label-sections {
  margin-top: 15px;
 }

 .div-cotizar-box .btn-calc {
  display: block;
  margin: 0 auto;
  width: 200px;
  max-height: 55px;
  height: 50px;
  border: none;
  border-radius: 25px;
  background-color: #facc15;
 }

 .div-cotizar-box .select-type {
  background-color: #491249;
  color: #fffc00;
 }
 .div-cotizar-box .select-sections,
 .div-cotizar-box .select-pages {
  background-color: #491249;
  color: #fffc00;
 }