.section-inputs-quantity {
    margin-left: 0;
    width: 293px;
  }
  .type-person {
    width: 180px;
    line-height: 17px;
  }
  .type-person p {
    margin: 0px !important;
    display: flex;
    align-items: center;
  }
  .text-person {
    color: #0E0E0E;
    font-size: 15px !important;
  }
  .container-type-person {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .section-inputs-quantity > div:nth-child(3) {
    margin-bottom: 20px;
  }
  
  #calendar-safa > div.section-inputs-quantity > div:nth-child(1) {
    margin-bottom: 10px;
  }
  
  .quantity-img {
    width: 25px;
    position: relative;
    z-index: 1000;
  }
  
  .quantity-nav{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100px;
    justify-content: end;
  }
  .quantity-input {
    max-width: 40px !important;
    border: 0 !important;
    margin: 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #0E0E0E !important;
  }
  .quantity-down {
    margin-right: 17px;
  }
  .quantity-up {
    margin-left: -14px;
  }
  .quantity-button {
    height: 25.7px;
  }
  .quantity-button img {
    cursor: pointer;
  }
  .subtitle-person {
    width: 120px;
    font-size: 12px;
    color: var(--text-color-secondary-calendar);
  }
  #calendar-safa > div.section-inputs-quantity > div:nth-child(2) > div.quantity-nav > div.quantity-button.quantity-down {
    margin-right: 17px !important;
    padding-left: 8px !important;
  }
  .quantity-input:focus {
    box-shadow: none !important;
  }
  .container-info {
    width: 20px;
    height: 20px;
  }
  .info {
    width: 20px;
    height: 20px;
  }
  .tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
  }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #858585;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    left: 25px;
    z-index: 200000000;
    font-size: 12px;
    top:-5px
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }