.reserve__popup form fieldset .popup-body .history {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 8px 0;
  padding-top: 2px;
  width: 100%;
}

.reserve__popup form fieldset .popup-body .customer__history {
  width: 90%;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.reserve__popup form fieldset .popup-body .customer__history .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D7D7D7;
  background: #333436;
  border: 1px solid #D7D7D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding: 4px 8px;
  width: 100%;
}

.reserve__popup form fieldset .popup-body .customer__history .field div {
  padding-left: 6px;
}

.reserve__popup form fieldset .popup-body .customer__history .field input {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #D7D7D7;
  background: inherit;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.reserve__popup form fieldset .popup-body .customer__history .field input button {
  background: inherit;
  padding-left: 5px;
  padding-right: 5px;
}

.reserve__popup form fieldset .popup-body .customer__history .field input button svg {
  fill: #D7D7D7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reserve__popup form fieldset .popup-body .customer__history .field input input:focus ~ .clear, .reserve__popup form fieldset .popup-body .customer__history .field input input:not(:placeholder-shown) ~ .clear, .reserve__popup form fieldset .popup-body .customer__history .field input input:-webkit-autofill ~ .clear {
  display: block;
}

.reserve__popup form fieldset .popup-body .customer__history .field input svg {
  margin: 0 5px;
  fill: #D7D7D7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reserve__popup form fieldset .popup-body .customer__history .field input::-webkit-input-placeholder {
  color: #D7D7D7;
}

.reserve__popup form fieldset .popup-body .customer__history .field input:-ms-input-placeholder {
  color: #D7D7D7;
}

.reserve__popup form fieldset .popup-body .customer__history .field input::-ms-input-placeholder {
  color: #D7D7D7;
}

.reserve__popup form fieldset .popup-body .customer__history .field input::placeholder {
  color: #D7D7D7;
}

.reserve__popup form fieldset .popup-body .customer__history .add__resrerv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px;
  margin-left: 15px;
  background: #333436;
  border: 1px solid #D7D7D7;
  border-radius: 30px;
}

.reserve__popup form fieldset .popup-body .title {
  margin-top: 12px;
  width: 100%;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #E0AA3E;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #646265;
}

.reserve__popup form fieldset .popup-body .history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  max-height: 20vh;
  overflow-y: auto;
}

.reserve__popup form fieldset .popup-body .history__list .reserv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 9px;
  border-bottom: 1px solid #646265;
}

.reserve__popup form fieldset .popup-body .history__list .reserv__item time {
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  color: #E0AA3E;
  white-space: nowrap;
}

.reserve__popup form fieldset .popup-body .history__list .reserv__item span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.reserve__popup form fieldset .popup-body .history__list .reserv__item:last-child {
  border-bottom: none;
}
