.selection-stats {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 0;
}
@media (min-width: 600px) {
  .selection-stats {
    padding: 0 15px;
  }
}
.selection-stats-login, .selection-stats-finalization {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
  flex-basis: 100%;
}
@media (min-width: 600px) {
  .selection-stats-login, .selection-stats-finalization {
    padding: 0 15px;
    flex-basis: 50%;
  }
}
.selection-stats-login > div, .selection-stats-finalization > div {
  width: 100%;
}
.selection-graph, .selection-bar {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 0;
}
@media (min-width: 600px) {
  .selection-graph, .selection-bar {
    padding: 0 15px;
  }
}
.selection-graph-login, .selection-graph-finalization, .selection-graph-daily, .selection-bar-login, .selection-bar-finalization, .selection-bar-daily {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
  flex-basis: 100%;
}
@media (min-width: 600px) {
  .selection-graph-login, .selection-graph-finalization, .selection-graph-daily, .selection-bar-login, .selection-bar-finalization, .selection-bar-daily {
    padding: 0 15px;
  }
}
.selection-graph-login > div, .selection-graph-finalization > div, .selection-graph-daily > div, .selection-bar-login > div, .selection-bar-finalization > div, .selection-bar-daily > div {
  width: 100%;
}
.selection-graph-login-footer-button, .selection-graph-finalization-footer-button, .selection-graph-daily-footer-button, .selection-bar-login-footer-button, .selection-bar-finalization-footer-button, .selection-bar-daily-footer-button {
  background-color: #CF1527;
}
.selection-summary {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .selection-summary {
    padding: 0 30px;
  }
}
.selection-summary > div {
  width: 100%;
}
.selection-summary-search {
  padding: 20px 0 0 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.selection-summary-search > svg {
  position: absolute;
  left: 42px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  fill: none;
  stroke-width: 2;
}
.selection-summary-search > input {
  border-radius: 8px;
  border: 0.5px solid #AFAFAF;
  height: 35px;
  width: 25%;
  padding: 6px 8px 6px 35px;
  font-size: 0.9rem;
}
.selection-summary-table {
  position: relative;
  min-width: 600px;
}
.selection-summary-table-col-name {
  min-width: 250px;
  width: 100%;
}
.selection-summary-table-col-ltmpt, .selection-summary-table-col-quota, .selection-summary-table-col-reg1, .selection-summary-table-col-reg2, .selection-summary-table-col-reg2r, .selection-summary-table-col-regt, .selection-summary-table-col-regk, .selection-summary-table-col-acc1, .selection-summary-table-col-acc2, .selection-summary-table-col-acct, .selection-summary-table-col-acck {
  min-width: 60px;
  width: 6%;
}
.selection-summary-table-cell {
  display: flex;
  flex-direction: row;
  height: 40px;
  align-items: center;
}
.selection-summary-table-cell-name {
  min-width: 250px;
  width: 20%;
}
.selection-summary-table-cell-name-sort {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.selection-summary-table-cell-name-sort-asc, .selection-summary-table-cell-name-sort-desc {
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
}
.selection-summary-table-cell-name-sort-asc > svg, .selection-summary-table-cell-name-sort-desc > svg {
  width: 8px;
  height: 8px;
}
.selection-summary-table-cell-ltmpt, .selection-summary-table-cell-quota, .selection-summary-table-cell-reg1, .selection-summary-table-cell-reg2, .selection-summary-table-cell-reg2r, .selection-summary-table-cell-regt, .selection-summary-table-cell-regk, .selection-summary-table-cell-acc1, .selection-summary-table-cell-acc2, .selection-summary-table-cell-acct, .selection-summary-table-cell-acck {
  min-width: 60px;
  width: 6%;
}
.selection-summary-table-cell-ltmpt-sort, .selection-summary-table-cell-quota-sort, .selection-summary-table-cell-reg1-sort, .selection-summary-table-cell-reg2-sort, .selection-summary-table-cell-reg2r-sort, .selection-summary-table-cell-regt-sort, .selection-summary-table-cell-regk-sort, .selection-summary-table-cell-acc1-sort, .selection-summary-table-cell-acc2-sort, .selection-summary-table-cell-acct-sort, .selection-summary-table-cell-acck-sort {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.selection-summary-table-cell-ltmpt-sort-asc, .selection-summary-table-cell-ltmpt-sort-desc, .selection-summary-table-cell-quota-sort-asc, .selection-summary-table-cell-quota-sort-desc, .selection-summary-table-cell-reg1-sort-asc, .selection-summary-table-cell-reg1-sort-desc, .selection-summary-table-cell-reg2-sort-asc, .selection-summary-table-cell-reg2-sort-desc, .selection-summary-table-cell-reg2r-sort-asc, .selection-summary-table-cell-reg2r-sort-desc, .selection-summary-table-cell-regt-sort-asc, .selection-summary-table-cell-regt-sort-desc, .selection-summary-table-cell-regk-sort-asc, .selection-summary-table-cell-regk-sort-desc, .selection-summary-table-cell-acc1-sort-asc, .selection-summary-table-cell-acc1-sort-desc, .selection-summary-table-cell-acc2-sort-asc, .selection-summary-table-cell-acc2-sort-desc, .selection-summary-table-cell-acct-sort-asc, .selection-summary-table-cell-acct-sort-desc, .selection-summary-table-cell-acck-sort-asc, .selection-summary-table-cell-acck-sort-desc {
  width: 10px;
  height: 10px;
}
.selection-summary-table-cell-ltmpt-sort-asc > svg, .selection-summary-table-cell-ltmpt-sort-desc > svg, .selection-summary-table-cell-quota-sort-asc > svg, .selection-summary-table-cell-quota-sort-desc > svg, .selection-summary-table-cell-reg1-sort-asc > svg, .selection-summary-table-cell-reg1-sort-desc > svg, .selection-summary-table-cell-reg2-sort-asc > svg, .selection-summary-table-cell-reg2-sort-desc > svg, .selection-summary-table-cell-reg2r-sort-asc > svg, .selection-summary-table-cell-reg2r-sort-desc > svg, .selection-summary-table-cell-regt-sort-asc > svg, .selection-summary-table-cell-regt-sort-desc > svg, .selection-summary-table-cell-regk-sort-asc > svg, .selection-summary-table-cell-regk-sort-desc > svg, .selection-summary-table-cell-acc1-sort-asc > svg, .selection-summary-table-cell-acc1-sort-desc > svg, .selection-summary-table-cell-acc2-sort-asc > svg, .selection-summary-table-cell-acc2-sort-desc > svg, .selection-summary-table-cell-acct-sort-asc > svg, .selection-summary-table-cell-acct-sort-desc > svg, .selection-summary-table-cell-acck-sort-asc > svg, .selection-summary-table-cell-acck-sort-desc > svg {
  width: 75%;
  height: 75%;
}
.selection-summary-footer-button {
  background-color: #CF1527;
}
.selection-reopen {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .selection-reopen {
    padding: 0 30px;
  }
}
.selection-reopen > div {
  width: 100%;
}
.selection-reopen-search {
  padding: 20px 0 0 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.selection-reopen-search > svg {
  position: absolute;
  left: 42px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  fill: none;
  stroke-width: 2;
}
.selection-reopen-search > input {
  border-radius: 8px;
  border: 0.5px solid #AFAFAF;
  height: 35px;
  width: 25%;
  padding: 6px 8px 6px 35px;
  font-size: 0.9rem;
}
.selection-reopen-table {
  position: relative;
  min-width: 600px;
}
.selection-reopen-table-col-name {
  min-width: 200px;
}
.selection-reopen-table-col-recap, .selection-reopen-table-col-bast, .selection-reopen-table-col-ltmpt, .selection-reopen-table-col-choice, .selection-reopen-table-col-request, .selection-reopen-table-col-accept, .selection-reopen-table-col-reject, .selection-reopen-table-col-short-name {
  min-width: 0px;
  width: 12%;
}
.selection-reopen-table-col-accept, .selection-reopen-table-col-reject {
  text-align: right !important;
}
.selection-reopen-table-cell {
  display: flex;
  flex-direction: row;
  height: 40px;
  align-items: center;
}
.selection-reopen-table-cell-name, .selection-reopen-table-cell-recap, .selection-reopen-table-cell-bast, .selection-reopen-table-cell-ltmpt, .selection-reopen-table-cell-choice, .selection-reopen-table-cell-request, .selection-reopen-table-cell-accept, .selection-reopen-table-cell-reject, .selection-reopen-table-cell-short-name {
  position: relative;
}
.selection-reopen-table-cell-name {
  min-width: 200px;
}
.selection-reopen-table-cell-recap, .selection-reopen-table-cell-bast, .selection-reopen-table-cell-ltmpt, .selection-reopen-table-cell-choice, .selection-reopen-table-cell-request, .selection-reopen-table-cell-accept, .selection-reopen-table-cell-reject, .selection-reopen-table-cell-short-name {
  min-width: 90px;
  width: 12%;
}
.selection-reopen-table-cell-recap-sort, .selection-reopen-table-cell-bast-sort, .selection-reopen-table-cell-ltmpt-sort, .selection-reopen-table-cell-choice-sort, .selection-reopen-table-cell-short-name-sort, .selection-reopen-table-cell-name-sort, .selection-reopen-table-cell-request-sort {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.selection-reopen-table-cell-recap-sort-asc, .selection-reopen-table-cell-recap-sort-desc, .selection-reopen-table-cell-bast-sort-asc, .selection-reopen-table-cell-bast-sort-desc, .selection-reopen-table-cell-ltmpt-sort-asc, .selection-reopen-table-cell-ltmpt-sort-desc, .selection-reopen-table-cell-choice-sort-asc, .selection-reopen-table-cell-choice-sort-desc, .selection-reopen-table-cell-short-name-sort-asc, .selection-reopen-table-cell-short-name-sort-desc, .selection-reopen-table-cell-name-sort-asc, .selection-reopen-table-cell-name-sort-desc, .selection-reopen-table-cell-request-sort-asc, .selection-reopen-table-cell-request-sort-desc {
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
}
.selection-reopen-table-cell-recap-sort-asc > svg, .selection-reopen-table-cell-recap-sort-desc > svg, .selection-reopen-table-cell-bast-sort-asc > svg, .selection-reopen-table-cell-bast-sort-desc > svg, .selection-reopen-table-cell-ltmpt-sort-asc > svg, .selection-reopen-table-cell-ltmpt-sort-desc > svg, .selection-reopen-table-cell-choice-sort-asc > svg, .selection-reopen-table-cell-choice-sort-desc > svg, .selection-reopen-table-cell-short-name-sort-asc > svg, .selection-reopen-table-cell-short-name-sort-desc > svg, .selection-reopen-table-cell-name-sort-asc > svg, .selection-reopen-table-cell-name-sort-desc > svg, .selection-reopen-table-cell-request-sort-asc > svg, .selection-reopen-table-cell-request-sort-desc > svg {
  width: 8px;
  height: 8px;
}
.selection-reopen-table-cell-accept, .selection-reopen-table-cell-reject {
  text-align: right !important;
}
.selection-reopen-table-cell-accept-button, .selection-reopen-table-cell-reject-button {
  display: inline-block;
  background-color: #CF1527;
  color: white;
  font-weight: 700;
}
.selection-reopen-table-cell-sortable {
  cursor: pointer;
}
.selection-reopen-table-cell-sortable::after {
  position: absolute;
  right: 20px;
}
@media (min-width: 600px) {
  .selection-reopen-table-cell-sortable::after {
    right: 30px;
  }
}
.selection-reopen-table-cell-sortable[sort-order=asc]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpolygon points='4 0,8 8,0 8' fill='%23818688'/%3E%3C/svg%3E");
}
.selection-reopen-table-cell-sortable[sort-order=desc]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpolygon points='0, 0 8,0 4,8 8' fill='%23818688'/%3E%3C/svg%3E");
}
.selection-reopen-footer-button {
  background-color: #CF1527;
}

/*# sourceMappingURL=selection.css.map */
