/* .modal.fullscreen-modal {
  padding: 0 !important;
}

.modal-dialog {
  margin: 0;
  max-width: 100%;
  height: 100%;
}

l .modal.fullscreen-modal .modal-body {
  min-height: calc(100vh - 273px);
} */
 .common-title h1 {
  color: #8C5F1E;
}
.age-modal-content .common-title{
  text-align: center;
}
.age-title .common-title {
    margin-bottom: 0;
    text-align: center;
}
.skin-detail-modal-section .modal-content {
  height: 100vh;
  border-radius: 0;
  background: linear-gradient(to right, #e2b86b, #d1a652);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
/* 
 .age-modal-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

.age-select-box {
  width: 375px;
  height: 375px;
  border-radius: 50%;
  padding: 9px;
  background: #F1D79E;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

 .common-title {
  margin-bottom: 12px;
}

 .age-select-box .age-selector {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 7px;
  background: #F1D79E;
  border: 4px solid #8C5F1E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

 .age-selector h2 {
  font-size: 80px;
  font-weight: 400;
  color: var(--white);
  text-shadow: 3px 3px 4px rgb(0 0 0 / 44%);
  transform: translateY(-50%);
  font-family: var(--Glacial-Indifference);
  margin: 0;
  color: #8C5F1E;
  display: inline;
}

 .age-selector span {
  font-size: 40px;
  color: var(--white);
  font-family: var(--Glacial-Indifference);
  font-weight: 400;
  text-shadow: 3px 3px 4px rgb(0 0 0 / 44%);
  margin: 0;
}

 .age-selector .btn-circle {
    position: absolute;
    background: unset;
    border: 0;
}
 .age-selector .btn-circle img{
  width: 60px;
  height: 60px;
}
.minus-icon {
  background: #F1D79E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #8c5f21;
}

.btn-minus {
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-plus {
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

/* .modal-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
} */
@media (max-width:1440px) {
   /* .modal.fullscreen-modal .modal-body {
    min-height: calc(100vh - 243px);
  } */

  .age-select-box {
    width: 300px;
    height: 300px;
    padding: 8px;
  }

   .common-title {
    margin-bottom: 10px;
  }

   .age-selector span {
    font-size: 42px;
  }
}

@media(max-width:1280px) {
    /* .modal.fullscreen-modal .modal-body {
        min-height: calc(100vh - 283px);
     
    } */
  .age-select-box {
    width: 250px;
    height: 250px;
    padding: 7px;
  }

   .common-title {
    margin-bottom: 9px;
  }

   .age-selector span {
    font-size: 34px;
  }
  /* .modal.fullscreen-modal .modal-body {
        min-height: calc(100vh - 283px);
    } */
    .age-title .common-title h1{
      font-size: 55px;
    }
}

@media (max-width:1024px) {
     /* .modal.fullscreen-modal .modal-body {
        min-height: calc(100vh - 30vh);
    } */
  .age-select-box {
    width: 240px;
    height: 240px;
    padding: 5px;
  }

   .common-title {
    margin-bottom: 7px;
  }

   .age-selector span {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
     /* .modal.fullscreen-modal .modal-body {
        min-height: calc(100% - 60vh);
    } */

  .age-select-box {
    width: 240px;
    height:240px;
    padding: 5px;
  }

   .common-title {
    margin-bottom: 6px;
  }

  .title {
    font-size: 32px;
  }

  .age-selector {
    width: 180px;
    height: 180px;
  }

  .age-selector h2 {
    font-size: 36px;
  }

  .btn-circle {
    width: 44px;
    height: 44px;
    font-size: 24px;
    line-height: 40px;
  }

  .btn-minus {
    left: -30px;
  }

  .btn-plus {
    right: -13px;
  }
   .age-selector .btn-circle img{
    width: 50px;
    height: auto;
  }
   .age-select-box .age-selector{
    border: 3px solid #8C5F1E;
  }
}

@media (max-width:576px){
      /* .modal.fullscreen-modal .modal-body {
      min-height: calc(100% - 60vh);
    } */
    .age-select-box {
      width: 200px;
      height:200px;
      padding: 4px;
    }
}