.logs-reservationInfo {
  max-width: 800px;
  border-bottom: 1px solid #b1b1b1;
  padding: 5px 15px;
}
.logs-reservationInfo .title {
  height: 35px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 0 10px;
}
.logs-reservationInfo .title span {
  float: right;
}
.logs-reservationInfo .hide {
  display: none;
}
.logs-reservationInfo .ant-card {
  margin-bottom: 30px;
}
.logs-reservationInfo .ant-card .ant-card-body {
  padding-top: 0 !important;
}
.logs-reservationInfo .ant-card-extra {
  padding: 5px 0;
}
.logs-reservationInfo .ant-card-head {
  min-height: inherit;
}
.logs-reservationInfo .ant-card-head-title {
  padding: 5px 0;
}
.logs-reservationInfo .ant-row {
  min-height: 45px;
  line-height: 45px;
}
.logs-reservationInfo .ant-col {
  min-height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logs-reservationInfo .ant-col .label {
  width: 100px;
  text-align: left;
  padding-left: 5px;
}
.logs-reservationInfo .ant-col .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.logs-reservationInfo .ant-col .content .anticon-eye {
  font-size: 20px;
  cursor: pointer;
}
.logs-reservationInfo .ant-col:nth-child(1) {
  border-right: 1px solid #f8f8f8;
}
.logs-reservationInfo .colr {
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f8f8f8;
}
.loadding {
  text-align: center;
  padding: 15px 100px;
}
.__view .ant-spin.ant-spin-spinning {
  margin: 0 auto;
  display: block;
}

.customerData-Reservation {
  margin-left: 15px;
}
.customerData-Reservation .box {
  height: calc(100vh - 190px);
  overflow-y: scroll;
}
.customerData-Reservation .record {
  width: 1000px;
  height: 40px;
  line-height: 40px;
}
.customerData-Reservation .record .ant-btn-primary {
  float: left;
}
.customerData-Reservation .record .ant-btn-link {
  float: right;
}
.customerData-Reservation .record .ant-select {
  width: 180px;
  float: right;
}
.customerData-Reservation .ant-card {
  max-width: 1000px;
}
.customerData-Reservation .ant-collapse {
  border: none;
  background-color: transparent;
}
.customerData-Reservation .ant-collapse-item {
  max-width: 1000px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #E9E9E9;
}
.customerData-Reservation .ant-collapse-header {
  background-color: #E9F2FF;
}
.customerData-Reservation .ant-collapse-header span {
  height: 32px;
  line-height: 32px;
  color: #666;
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
}
.customerData-Reservation .ant-collapse-header span:nth-child(1) {
  color: #1784fc;
}
.customerData-Reservation .ant-collapse-extra {
  height: 32px;
}
.customerData-Reservation .ant-collapse-extra span {
  margin: 0;
}
.customerData-Reservation .ant-collapse-extra .edit {
  width: 78px;
  height: 32px;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  border-radius: 31px;
  border: 1px solid #1784fc;
  color: #1784fc;
  cursor: pointer;
  float: right;
  margin: 0;
}
.customerData-Reservation .ant-collapse-extra .edit:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
.customerData-Reservation .ant-collapse-extra .reds {
  width: 45px;
  text-align: right;
  float: right;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 8px;
}
.customerData-Reservation .anticon-right {
  color: #d9d9d9 !important;
}
.customerData-Reservation .ant-collapse-content-box {
  padding: 15px;
}
.customerData-Reservation .ant-row {
  min-height: 45px;
  line-height: 45px;
}
.customerData-Reservation .ant-col {
  min-height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customerData-Reservation .ant-col .label {
  width: 100px;
  text-align: left;
  padding-left: 5px;
  color: #999;
}
.customerData-Reservation .ant-col .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.customerData-Reservation .ant-col .content span {
  margin-right: 20px;
}
.customerData-Reservation .ant-col .content .anticon-eye {
  font-size: 20px;
  cursor: pointer;
}
.customerData-Reservation .ant-col .wordWrap {
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.customerData-Reservation .ant-col:nth-child(2) {
  border-left: 1px solid #f8f8f8;
}

