@import url(reset.css);
@import url(jquery-ui.min.css);
@import url(datepicker.css);
@import url(input_select.css);
@import url(agree.css);
@import url(style.css);
@import url(popup.css);

/*--------------scroll----------------*/
.scroll {
  overflow-y: auto;
}
.con_scroll::-webkit-scrollbar,
.table_scroll tbody::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: rgba(112, 125, 141, 0.12);
  border: 2px solid white;
}

.con_scroll::-webkit-scrollbar-thumb,
.table_scroll tbody::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
  background-color: #707d8d;
  border: 2px solid white;
  border-bottom: 0;
  border-top: 0;
  border-radius: 10px;
}
/* ---------color----------- */
.t_red {
  color: #e23a3a;
}
.t_blue {
  color: #344ecb;
}
.t_skyblue {
  color: #3351a7;
}
.t_gray {
  color: #858585;
}

.invert {
  -webkit-filter: invert();
  filter: invert();
}

.invert .inner_wrap {
  overflow-y: auto;
}
