.dataTables_length {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dataTables_filter {
  float: right;
  margin-bottom: 5px;
  margin-top: 5px;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
  border-bottom-color: rgba(231, 234, 243, 0.7);
  gap: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.dataTables_filter input {
  border: none;
}

.dataTables_paginate {
  float: right;
  gap: 3px;
  display: flex;
  margin-bottom: 5px;
  margin-right: 5px;
}

.dataTables_paginate > span {
  gap: 3px;
  display: flex;
}

.dataTables_wrapper .sorting,.dataTables_wrapper .sorting_asc,.dataTables_wrapper .sorting_desc {
  position: relative;
  cursor: pointer;
  overflow: hidden
}

.dataTables_wrapper .sorting::after,.dataTables_wrapper .sorting_asc::after,.dataTables_wrapper .sorting_desc::after {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  background-image: url("data:image/svg+xml,%3Csvg width='0.7rem' height='0.7rem' viewBox='0 0 292 375' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M131.965 15.3808C139.5 7.12345 152.5 7.12346 160.035 15.3808L262.976 128.193C274.106 140.39 265.453 160 248.941 160H43.0589C26.5474 160 17.8943 140.39 29.0238 128.193L131.965 15.3808Z' fill='%23dde1ee'/%3E%3Cpath d='M160.035 359.619C152.5 367.877 139.5 367.877 131.965 359.619L29.0238 246.807C17.8942 234.61 26.5473 215 43.0589 215L248.941 215C265.453 215 274.106 234.61 262.976 246.807L160.035 359.619Z' fill='%23dde1ee'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: .7rem .7rem;
  content: "";
  margin-left: .5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.dataTables_wrapper .sorting_asc::after {
  background-image: url("data:image/svg+xml,%3Csvg width='0.7rem' height='0.7rem' viewBox='0 0 292 375' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M131.965 15.3808C139.5 7.12345 152.5 7.12346 160.035 15.3808L262.976 128.193C274.106 140.39 265.453 160 248.941 160H43.0589C26.5474 160 17.8943 140.39 29.0238 128.193L131.965 15.3808Z' fill='%23dde1ee'/%3E%3Cpath d='M160.035 359.619C152.5 367.877 139.5 367.877 131.965 359.619L29.0238 246.807C17.8942 234.61 26.5473 215 43.0589 215L248.941 215C265.453 215 274.106 234.61 262.976 246.807L160.035 359.619Z' fill='%23377dff'/%3E%3C/svg%3E%0A");
  content: ""
}

.dataTables_wrapper .sorting_desc::after {
  background-image: url("data:image/svg+xml,%3Csvg width='0.7rem' height='0.7rem' viewBox='0 0 292 375' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M131.965 15.3808C139.5 7.12345 152.5 7.12346 160.035 15.3808L262.976 128.193C274.106 140.39 265.453 160 248.941 160H43.0589C26.5474 160 17.8943 140.39 29.0238 128.193L131.965 15.3808Z' fill='%23377dff'/%3E%3Cpath d='M160.035 359.619C152.5 367.877 139.5 367.877 131.965 359.619L29.0238 246.807C17.8942 234.61 26.5473 215 43.0589 215L248.941 215C265.453 215 274.106 234.61 262.976 246.807L160.035 359.619Z' fill='%23dde1ee'/%3E%3C/svg%3E%0A");
  content: ""
}

.dataTables_wrapper .sorting_disabled {
  cursor: default;
}

.dataTables_info {
  margin-left: 20px;
}

.ts-wrapper .option .title {
	display: block;
}
.ts-wrapper .option .url {
	font-size: 12px;
	display: block;
	color: #a0a0a0;
}

.draggable__item {
  cursor: move;
}
