.split-layout[data-v-3e2c85ab] {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.split-layout[data-v-3e2c85ab]:nth-child(1) {
  margin-top: 0;
}
.split-layout .data-table-section[data-v-3e2c85ab] {
  margin-left: 20px;
  width: calc(100% - 280px);
}
.split-layout .data-table-section[data-v-3e2c85ab]:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
.split-layout .data-table-section[data-v-3e2c85ab] {
    margin-left: 0;
    width: 100%;
}
}
.split-layout .data-table-section .select-tools[data-v-3e2c85ab] {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.split-layout .data-table-section .select-tools[data-v-3e2c85ab]:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
.split-layout .data-table-section .select-tools[data-v-3e2c85ab] {
    align-items: flex-start;
}
}
.split-layout .data-table-section .select-tools .menu[data-v-3e2c85ab] {
  display: none;
  padding: 11px 16px;
  font-size: 24px;
  color: var(--gray-700);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
.split-layout .data-table-section .select-tools .menu[data-v-3e2c85ab] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.split-layout .data-table-section .select-tools .menu.selectactived[data-v-3e2c85ab] {
    color: var(--blue-500);
}
}
.split-layout .data-table-section .select-tools .dropdown-menu-buttons[data-v-3e2c85ab] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1199px) {
.split-layout .data-table-section .select-tools .dropdown-menu-buttons[data-v-3e2c85ab] {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
}
.split-layout .data-table-section .select-tools .dropdown-menu-buttons .left[data-v-3e2c85ab] {
  display: flex;
  width: 100%;
}
.split-layout .data-table-section .select-tools .dropdown-menu-buttons .left .dropdown[data-v-3e2c85ab] {
  flex: 0 0 200px;
}
@media screen and (max-width: 1199px) {
.split-layout .data-table-section .select-tools .dropdown-menu-buttons .left .dropdown[data-v-3e2c85ab] {
    flex: 0 0 calc((100% - 10px) / 2);
}
}
.split-layout .data-table-section .select-tools .dropdown-menu-buttons .left .item[data-v-3e2c85ab] {
  margin-left: 10px;
  min-width: 280px;
}
.split-layout .data-table-section .select-tools .dropdown-menu-buttons .left .item[data-v-3e2c85ab]:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
.split-layout .data-table-section .select-tools .dropdown-menu-buttons .left .item[data-v-3e2c85ab] {
    min-width: calc((100% - 10px) / 2);
}
}
.split-layout .data-table-section .select-tools .dropdown-menu-buttons .right[data-v-3e2c85ab] {
  flex: 0 0 180px;
}
@media screen and (max-width: 1199px) {
.split-layout .data-table-section .select-tools .dropdown-menu-buttons .right[data-v-3e2c85ab] {
    margin-top: 10px;
    flex: auto;
    width: 100%;
}
.split-layout .data-table-section .select-tools .dropdown-menu-buttons .right[data-v-3e2c85ab]:nth-child(1) {
    margin-top: 0;
}
}
@media screen and (max-width: 1199px) {
.split-layout .data-table-section .select-tools .dropdown-menu-buttons .right .item[data-v-3e2c85ab] {
    width: calc((100% - 10px) / 2);
}
}
