.flex-between {
  display: flex;
  justify-content: space-between;
}
.customer {
  position: absolute;
  right: 30px;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.avator {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.tem_wrap {
  width: 500px;
  padding: 20px;
}
.tem_wrap div {
  width: 500px;
}
.flex {
  display: flex;
}
.tag {
  width: 16px;
  height: 16px;
  /* position: absolute;
  left: 2px;
  top: 5px; */
}
.cont {
  width: 100%;
  height: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
}
.tippy-box[data-theme~="tomato"] {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 5px spread rgba(0, 0, 0, 0.2);
}
.tippy-box[data-theme~="tomato"][data-placement^="right"]
  > .tippy-arrow::before {
  border-right-color: #fff;
  border-left-color: #fff;
}
.tippy-box[data-theme~="tomato"][data-placement^="left"]
  > .tippy-arrow::before {
  border-left-color: #fff;
}
.infosvg {
  width: 20px;
}
.tooltippy {
  position: relative;
  top: 150px;
  left: 300px;
}
.style {
  box-sizing: border-box;
  /* padding: 5px; */
  font-size: 12px;
  line-height: 1.5;
}
.fc-timegrid-slots tr {
  height: 3.5em;
}
h2 {
  margin: 0;
  font-size: 16px;
}
ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
li {
  margin: 1.5em 0;
  padding: 0;
}
b {
  /* used for event dates/times */
  margin-right: 3px;
}
.demo-app {
  display: flex;
  min-height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.demo-app-sidebar {
  width: 300px;
  line-height: 1.5;
  background: white;
  border-right: 1px solid #d3e2e8;
}
.demo-app-sidebar-section {
  padding: 2em;
}
.demo-app-main {
  flex-grow: 1;
  padding: 3em;
}
.fc {
  /* the calendar root */
  /* max-width: 1100px;
    margin: 0 auto; */
  height: 100%;
}
.fc {
  overflow-y: auto;
}

/* .fc .fc-scroller-liquid-absolute::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 10px;
}

.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #adadaba4;
}

.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
} */
:root {
  --fc-today-bg-color: white;
  --fc-day: white;
  --fc-event-bg-color: transparent;
  --fc-event-border-color: transparent;
}
.fc-timegrid-col {
  background: white;
}
.fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 400;
  font-size: 12px;
}
.fc-timegrid-event {
  border-radius: 20px 100px 100px 100px;
  box-shadow: 0 0 0 1px #000;
  box-sizing: border-box;
  /* padding-left: 16px; */
  padding-top: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.fc-timegrid-event-harness > .fc-timegrid-event {
  z-index: 99999999999999;
  width: 100%;
}

.wrap {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 800px;
  border-radius: 10px;
}
.mt10 {
  margin-top: 10px;
}
.row-style {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.flex {
  display: flex;
}
.dian {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  margin-left: 10px;
}
.txt {
  margin-top: -5px;
  margin-left: 5px;
}
.list .v-input--selection-controls {
  margin-top: -11px;
  margin-left: 10px;
}

.aui-table-search[data-v-3e73a176]{
  display:grid;
  grid-template-columns:15% 15% 15% 52%
}
