@charset "UTF-8";

.list--key--features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px
}

@media (min-width: 1023px) {
  .list--key--features>* {
    grid-column: span 2
  }

  .list--key--features>*:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: span 2
  }

  .list--key--features>*:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: span 2
  }
}

@media (max-width: 767px) {
  .list--key--features {
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.list--product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.list--product>*:only-child {
  grid-column: 2/span 1
}

@media (max-width: 767px) {
  .list--product {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px
  }
}

.card--product--horizontal {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  margin-bottom: 30px
}

.card--product--horizontal .pic img {
  border-radius: 6px;
  border: 1px solid #EEE;
  overflow: hidden
}

.card--product--horizontal .caption {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0
}

.card--product--horizontal .caption .title {
  position: relative;
  color: #000;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {
  .card--product--horizontal .caption .title {
    font-size: 16px;
    line-height: 1.4
  }
}

.card--product--horizontal .caption .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0087dc;
  border-radius: 2px
}

@media (max-width: 767px) {
  .card--product--horizontal {
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.card--download.uk-card-body {
  transition: background .5s ease;
  padding: 24px 40px
}

.card--download.uk-card-body h5 {
  color: #000;
  text-align: center;
  transition: color .3s ease;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {
  .card--download.uk-card-body h5 {
    font-size: 16px;
    line-height: 1.4
  }
}

a.card--download:hover {
  text-decoration: none;
  background: #0087dc
}

a.card--download:hover h5 {
  color: #fff
}

.card--tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  gap: 16px;
  padding: 24px 40px;
  color: #000;
  transition: background .5s ease
}

.card--tool .icon {
  transition: filter .5s ease
}

.card--tool h4 {
  color: #000;
  text-align: center;
  text-decoration: none !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2
}

@media (max-width: 767px) {
  .card--tool h4 {
    font-size: 18px;
    line-height: 1.4
  }
}

.card--tool:hover {
  background: #0087dc;
  text-decoration: none !important
}

.card--tool:hover h4 {
  color: #fff
}

.card--tool:hover .icon {
  filter: grayscale(1) brightness(2.5)
}

.card--download--xl {
  margin-bottom: 24px;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #EEE
}

.card--download--xl>.caption {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.card--download--xl>.caption .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {
  .card--download--xl>.caption .title {
    font-size: 16px;
    line-height: 1.4
  }
}

.card--download--xl>.caption .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width: 767px) {
  .card--download--xl>.caption .text {
    font-size: 14px;
    line-height: 1.2
  }
}

.card--download--xl>.caption dl {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width: 767px) {
  .card--download--xl>.caption dl {
    font-size: 14px;
    line-height: 1.2
  }
}

.card--download--xl>.caption dl dt {
  font-weight: 700;
  margin-right: 6px
}

.card--download--xl>.caption dl dd {
  color: #646464;
  font-weight: 400;
  margin-right: 40px
}

@media (max-width: 767px) {
  .card--download--xl>.caption dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px
  }

  .card--download--xl>.buttons {
    display: flex;
    flex-direction: column;
    gap: 12px
  }
}

.button--download {
  cursor: pointer;
  display: flex;
  gap: 16px;
  padding: 12px 12px 12px 0
}

.button--download:hover {
  text-decoration: underline;
  text-underline-offset: 2px
}

.button--download .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px
}

.button--download .icon>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.button--download .label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width: 767px) {
  .button--download .label {
    font-size: 14px;
    line-height: 1.2
  }
}

.section--contact {
  padding: 80px 0;
  background-image: url(../images/bg--contact.jpg);
  background-position: center;
  background-size: cover
}

.layout--products {
  position: relative;
  display: flex;
  margin-bottom: 56px
}

.layout--products .pic {
  order: 2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: clamp(300px, 50%, 600px);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eee
}

.layout--products .pic>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.layout--products .caption {
  position: relative;
  order: 1;
  padding: 48px;
  background: #fff;
  width: clamp(300px, 50% + 20px, 620px);
  border-radius: 6px;
  box-shadow: -2px 2px 7px #0000000f;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px
}

.layout--products.is-invert {
  justify-content: flex-end
}

.layout--products.is-invert .pic {
  right: unset;
  left: 0
}

@media (max-width: 1023px) {
  .layout--products {
    flex-direction: column;
    margin: 0 -32px
  }

  .layout--products .pic {
    position: unset;
    transform: unset;
    width: 100%;
    aspect-ratio: 8/5;
    border-radius: 0;
    order: 1
  }

  .layout--products .caption {
    position: relative;
    top: unset;
    transform: unset;
    width: 100%;
    order: 2;
    box-shadow: none;
    padding: 24px 20px
  }
}

.swiper--stock,
.swiper--awards {
  position: relative
}

.swiper--stock swiper-container::part(container),
.swiper--awards swiper-container::part(container) {
  padding: 0 10px 10px;
  transform: translate(-10px)
}

.form--quick--download {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 20px
}

@media (max-width: 767px) {
  .form--quick--download {
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.form--quick--download>.form--select {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.form--quick--download>.form--select .label {
  position: relative;
  padding: 0 20px
}

.form--quick--download>.form--select .label:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0087dc;
  border-radius: 2px
}

.form--quick--download+.buttons--row {
  margin-bottom: 20px;
  justify-content: space-between
}

.preview {
  border-radius: 6px;
  overflow: hidden
}

.preview+.preview--thumbs {
  margin-top: 20px;
  margin-bottom: 20px
}

.section--banner--hero,
.section--banner {
  position: relative;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center
}

.section--banner--hero .banner,
.section--banner .banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000
}

.section--banner--hero .banner:before,
.section--banner .banner:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0
}

.section--banner--hero .banner.is-dark-40:before,
.section--banner .banner.is-dark-40:before {
  background: #0006
}

.section--banner--hero .banner.is-dark-30:before,
.section--banner .banner.is-dark-30:before {
  background: #0000004d
}

.section--banner--hero .banner.is-dark-20:before,
.section--banner .banner.is-dark-20:before {
  background: #0003
}

.section--banner--hero .banner.is-dark-10:before,
.section--banner .banner.is-dark-10:before {
  background: #0000001a
}

.section--banner--hero .banner>img,
.section--banner .banner>img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.section--banner--hero .container,
.section--banner .container {
  position: relative;
  z-index: 2;
  min-height: 616px;
  padding-top: 120px;
  padding-bottom: 120px
}

.section--banner--hero .container article,
.section--banner .container article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  color: #fff;
  max-width: clamp(300px, 61%, 800px)
}

.section--banner--hero .container article>h1,
.section--banner .container article>h1 {
  margin-bottom: 0
}

.section--banner--hero .container article>p,
.section--banner .container article>p {
  margin-bottom: 0
}

@media (max-width: 767px) {

  .section--banner--hero .container,
  .section--banner .container {
    padding-top: 0;
    padding-bottom: 0;
    min-height: unset
  }
}

.section--banner {
  position: relative;
  aspect-ratio: 1920/317;
  width: 100%;
  min-height: 140px;
  max-height: 317px
}

.section--banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0
}

@media (max-width: 767px) {
  .section--banner {
    aspect-ratio: 360/96
  }

  .section--banner--hero {
    padding: 40px 0 !important;
    aspect-ratio: unset
  }

  .section--banner--hero .container article {
    max-width: 100%
  }

  .section--banner--hero .container article>h2 {
    margin-bottom: 20px
  }
}

.list--solution {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px
}

@media (max-width: 1023px) {
  .list--solution {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }
}

.list--insights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px
}

.list--insights>*:nth-child(1) {
  grid-row: span 2
}

.list--news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 40px
}

@media (max-width: 767px) {
  .list--news {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

.list--story {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 40px
}

@media (max-width: 767px) {
  .list--story {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px
  }
}

.layout--feature {
  position: relative;
  display: flex;
  justify-content: flex-end
}

.layout--feature .pic {
  width: clamp(300px, 75%, 1000px);
  border-radius: 6px;
  overflow: hidden
}

.layout--feature .pic>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.layout--feature .caption {
  padding: 48px;
  background: #fff;
  width: clamp(300px, 60%, 1000px);
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: -4px 4px 7px #0000000d;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px
}

.layout--feature .section__title {
  margin-bottom: 0
}

.layout--feature .text {
  color: #000
}

.layout--feature.is-invert {
  justify-content: flex-start
}

.layout--feature.is-invert .caption {
  left: unset;
  right: 0
}

@media (max-width: 1023px) {
  .layout--feature {
    flex-direction: column;
    margin: 0 -32px
  }

  .layout--feature .pic {
    width: 100%;
    aspect-ratio: 8/5;
    border-radius: 0;
    order: 1
  }

  .layout--feature .caption {
    position: relative;
    top: unset;
    transform: unset;
    width: 100%;
    order: 2;
    box-shadow: none;
    padding: 24px 20px;
    gap: 16px
  }

  .layout--feature .caption .text {
    font-size: 14px
  }
}

.list--download {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

@media (max-width: 767px) {
  .list--download {
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.list--tool {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

@media (max-width: 767px) {
  .list--tool {
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.card--album {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.card--album .caption {
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width: 767px) {
  .card--album .caption {
    font-size: 14px;
    line-height: 1.2
  }
}

.card--industries {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer
}

@media (max-width: 767px) {
  .card--industries {
    display: none
  }
}

.card--industries .pic {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1
}

.card--industries .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card--industries .caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 40px;
  color: #fff;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr 20px;
  gap: 10px;
  transition: background .5s ease
}

.card--industries .caption h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {
  .card--industries .caption h3 {
    font-size: 16px;
    line-height: 1.2
  }
}

.card--industries .caption p,
.card--industries .caption .button--more {
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease
}

.card--industries .caption .button--more .label,
.card--industries .caption .button--more .icon {
  color: #fff
}

.card--industries:hover .caption {
  background: #0087dc
}

.card--industries:hover .caption p,
.card--industries:hover .caption .button--more {
  opacity: 1;
  pointer-events: auto
}

.card--industries--mobile {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer
}

@media (min-width: 768px) {
  .card--industries--mobile {
    display: none
  }
}

.card--industries--mobile .pic {
  position: relative;
  height: 100px;
  z-index: 1
}

.card--industries--mobile .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card--industries--mobile .caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end
}

.card--industries--mobile .caption h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {
  .card--industries--mobile .caption h3 {
    font-size: 16px;
    line-height: 1.2
  }
}

.list--industries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

@media (max-width: 1279px) {
  .list--industries {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 767px) {
  .list--industries {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

.video-btn {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: var(--border-radius-box);
  overflow: hidden;
  cursor: pointer
}

@media (max-width: 767px) {
  .video-btn {
    border-radius: 0
  }
}

.video-btn .ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-btn .play-circle-icon {
  display: flex;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center
}

.video-btn .play-circle-icon svg {
  width: 80px;
  height: 80px
}

.video-btn .play-circle-icon:hover {
  color: var(--main-color-text-blue)
}

.list--contact {
  max-width: 1064px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px
}

.list--contact>* {
  grid-column: span 2
}

.list--contact>*:only-child {
  grid-column: 2/span 2
}

@media (max-width: 767px) {
  .list--contact {
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.card--contact {
  background: #fff;
  border-radius: 6px
}

.card--contact .caption {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;
  padding: 56px;
  margin-bottom: 0
}

.card--contact .caption .section__title {
  margin-bottom: 0
}

#albumApp {
  display: block;
  max-width: 550px
}

.album--app {
  border-radius: 6px;
  overflow: hidden
}

.album--app .thumbs {
  position: relative;
  padding-bottom: 10px
}

.album--app .thumbs swiper-slide {
  padding: 4px;
  transition: all .3s ease
}

.album--app .thumbs swiper-slide.is-active {
  background: #0087dc
}

.album--app .display {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px
}

.album--app .display:last-child {
  margin-bottom: 0
}

.album--app .display>img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.album--app .swiper--album--thumbs {
  border-radius: 6px;
  overflow: hidden
}

.album--app .swiper--album--thumbs img {
  cursor: pointer
}

.uk-modal-dialog {
  background: transparent
}

.uk-modal-dialog .album--app {
  background: #00000080
}

.uk-modal-dialog .album--app .display {
  position: relative
}

.uk-modal-dialog .album--app .display .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000000b3;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width: 767px) {
  .uk-modal-dialog .album--app .display .caption {
    font-size: 14px;
    line-height: 1.2
  }
}

.uk-modal-dialog .album--app .display img {
  width: 100%
}

.uk-modal-dialog .album--app .thumbs {
  padding: 0 10px 10px
}

.button--accordion {
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between
}

.button--accordion>.icon {
  display: flex;
  align-items: center
}

.button--accordion.is-active>*:nth-child(1),
.button--accordion.is-active>*:nth-child(2) {
  display: none
}

.button--accordion:not(.is-active)>*:nth-child(3),
.button--accordion:not(.is-active)>*:nth-child(4) {
  display: none
}

:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41)
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer
}

table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, .5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, .5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: #ffffff80
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: #ffffff80;
  border-left-color: transparent
}

div.dt-scroll {
  width: 100%
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0
}

div.dt-scroll-body thead tr th,
div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing,
div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲" /""
}

table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼" /""
}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>th.dt-ordering-asc,
table.dataTable thead>tr>th.dt-ordering-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc,
table.dataTable thead>tr>td.dt-ordering-asc,
table.dataTable thead>tr>td.dt-ordering-desc {
  position: relative;
  padding-right: 30px
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: .125;
  line-height: 9px;
  font-size: .8em
}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc {
  cursor: pointer
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, .05);
  outline-offset: -2px
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
  opacity: .6
}

table.dataTable thead>tr>th.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead>tr>th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead>tr>td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead>tr>td.sorting_asc_disabled span.dt-column-order:before {
  display: none
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
  outline: none
}

div.dt-scroll-body>table.dataTable>thead>tr>th,
div.dt-scroll-body>table.dataTable>thead>tr>td {
  overflow: hidden
}

:root.dark table.dataTable thead>tr>th.dt-orderable-asc:hover,
:root.dark table.dataTable thead>tr>th.dt-orderable-desc:hover,
:root.dark table.dataTable thead>tr>td.dt-orderable-asc:hover,
:root.dark table.dataTable thead>tr>td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, .05)
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10
}

div.dt-processing>div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto
}

div.dt-processing>div:last-child>div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0d6efd;
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

div.dt-processing>div:last-child>div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 .6s infinite
}

div.dt-processing>div:last-child>div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 .6s infinite
}

div.dt-processing>div:last-child>div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 .6s infinite
}

div.dt-processing>div:last-child>div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 .6s infinite
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1)
  }

  to {
    transform: scale(0)
  }
}

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0)
  }

  to {
    transform: translate(24px)
  }
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap
}

table.dataTable th,
table.dataTable td {
  box-sizing: border-box
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td,
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 700
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .3)
}

table.dataTable>thead>tr>th:active,
table.dataTable>thead>tr>td:active {
  outline: none
}

table.dataTable>tfoot>tr>th,
table.dataTable>tfoot>tr>td {
  border-top: 1px solid rgba(0, 0, 0, .3);
  padding: 10px 10px 6px
}

table.dataTable>tbody>tr {
  background-color: transparent
}

table.dataTable>tbody>tr:first-child>* {
  border-top: none
}

table.dataTable>tbody>tr:last-child>* {
  border-bottom: none
}

table.dataTable>tbody>tr.selected>* {
  box-shadow: inset 0 0 0 9999px #0d6efde6;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .9);
  color: #fff;
  color: rgb(var(--dt-row-selected-text))
}

table.dataTable>tbody>tr.selected a {
  color: #090a0b;
  color: rgb(var(--dt-row-selected-link))
}

table.dataTable>tbody>tr>th,
table.dataTable>tbody>tr>td {
  padding: 8px 10px
}

table.dataTable.row-border>tbody>tr>*,
table.dataTable.display>tbody>tr>* {
  border-top: 1px solid rgba(0, 0, 0, .15)
}

table.dataTable.row-border>tbody>tr:first-child>*,
table.dataTable.display>tbody>tr:first-child>* {
  border-top: none
}

table.dataTable.row-border>tbody>tr.selected+tr.selected>td,
table.dataTable.display>tbody>tr.selected+tr.selected>td {
  border-top-color: #0d6efda6;
  border-top-color: rgba(var(--dt-row-selected), .65)
}

table.dataTable.cell-border>tbody>tr>* {
  border-top: 1px solid rgba(0, 0, 0, .15);
  border-right: 1px solid rgba(0, 0, 0, .15)
}

table.dataTable.cell-border>tbody>tr>*:first-child {
  border-left: 1px solid rgba(0, 0, 0, .15)
}

table.dataTable.cell-border>tbody>tr:first-child>* {
  border-top: 1px solid rgba(0, 0, 0, .3)
}

table.dataTable.stripe>tbody>tr:nth-child(odd)>*,
table.dataTable.display>tbody>tr:nth-child(odd)>* {
  box-shadow: inset 0 0 0 9999px #00000006;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), .023)
}

table.dataTable.stripe>tbody>tr:nth-child(odd).selected>*,
table.dataTable.display>tbody>tr:nth-child(odd).selected>* {
  box-shadow: inset 0 0 0 9999px #0d6efdeb;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .923)
}

table.dataTable.hover>tbody>tr:hover>*,
table.dataTable.display>tbody>tr:hover>* {
  box-shadow: inset 0 0 0 9999px #00000009;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), .035)
}

table.dataTable.hover>tbody>tr.selected:hover>*,
table.dataTable.display>tbody>tr.selected:hover>* {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important
}

table.dataTable.order-column>tbody tr>.sorting_1,
table.dataTable.order-column>tbody tr>.sorting_2,
table.dataTable.order-column>tbody tr>.sorting_3,
table.dataTable.display>tbody tr>.sorting_1,
table.dataTable.display>tbody tr>.sorting_2,
table.dataTable.display>tbody tr>.sorting_3 {
  box-shadow: inset 0 0 0 9999px #00000005;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), .019)
}

table.dataTable.order-column>tbody tr.selected>.sorting_1,
table.dataTable.order-column>tbody tr.selected>.sorting_2,
table.dataTable.order-column>tbody tr.selected>.sorting_3,
table.dataTable.display>tbody tr.selected>.sorting_1,
table.dataTable.display>tbody tr.selected>.sorting_2,
table.dataTable.display>tbody tr.selected>.sorting_3 {
  box-shadow: inset 0 0 0 9999px #0d6efdea;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .919)
}

table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_1 {
  box-shadow: inset 0 0 0 9999px #0000000e;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), .054)
}

table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_2,
table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_2 {
  box-shadow: inset 0 0 0 9999px #0000000c;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), .047)
}

table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_3,
table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_3 {
  box-shadow: inset 0 0 0 9999px #0000000a;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), .039)
}

table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_1 {
  box-shadow: inset 0 0 0 9999px #0d6efdf3;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .954)
}

table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_2,
table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_2 {
  box-shadow: inset 0 0 0 9999px #0d6efdf1;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .947)
}

table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_3,
table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_3 {
  box-shadow: inset 0 0 0 9999px #0d6efdef;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .939)
}

table.dataTable.display>tbody>tr.even>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
  box-shadow: inset 0 0 0 9999px #00000005;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), .019)
}

table.dataTable.display>tbody>tr.even>.sorting_2,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_2 {
  box-shadow: inset 0 0 0 9999px #00000003;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), .011)
}

table.dataTable.display>tbody>tr.even>.sorting_3,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_3 {
  box-shadow: inset 0 0 0 9999px #00000001;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), .003)
}

table.dataTable.display>tbody>tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_1 {
  box-shadow: inset 0 0 0 9999px #0d6efdea;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .919)
}

table.dataTable.display>tbody>tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_2 {
  box-shadow: inset 0 0 0 9999px #0d6efde8;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .911)
}

table.dataTable.display>tbody>tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_3 {
  box-shadow: inset 0 0 0 9999px #0d6efde6;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .903)
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  box-shadow: inset 0 0 0 9999px #00000015;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), .082)
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
  box-shadow: inset 0 0 0 9999px #00000013;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), .074)
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
  box-shadow: inset 0 0 0 9999px #00000010;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), .062)
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
  box-shadow: inset 0 0 0 9999px #0d6efdfa;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .982)
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
  box-shadow: inset 0 0 0 9999px #0d6efdf8;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .974)
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
  box-shadow: inset 0 0 0 9999px #0d6efdf5;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .962)
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px
}

div.dt-container div.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: .75em 0
}

div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-right: auto
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
  margin-left: auto
}

div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
  display: none
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: block
  }

  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    display: block;
    text-align: center
  }

  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell>* {
    margin: .5em 0
  }

  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
    margin-right: 0
  }

  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-left: 0
  }
}

div.dt-container div.dt-layout-start>*:not(:last-child) {
  margin-right: 1em
}

div.dt-container div.dt-layout-end>*:not(:first-child) {
  margin-left: 1em
}

div.dt-container div.dt-layout-full {
  width: 100%
}

div.dt-container div.dt-layout-full>*:only-child {
  margin-left: auto;
  margin-right: auto
}

div.dt-container div.dt-layout-table>div {
  display: block !important
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-start>*:not(:last-child) {
    margin-right: 0
  }

  div.dt-container div.dt-layout-end>*:not(:first-child) {
    margin-left: 0
  }
}

div.dt-container {
  position: relative;
  clear: both
}

div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px
}

div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit
}

div.dt-container select.dt-input {
  padding: 4px
}

div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, .3);
  background-color: #0000000d;
  background: linear-gradient(to bottom, #e6e6e60d, #0000000d)
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: #00000080 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: #fff !important;
  border: 1px solid #111;
  background-color: #111;
  background: linear-gradient(to bottom, #585858, #111)
}

div.dt-container .dt-paging .dt-paging-button:active {
  outline: none;
  background-color: #0c0c0c;
  background: linear-gradient(to bottom, #2b2b2b, #0c0c0c);
  box-shadow: inset 0 0 3px #111
}

div.dt-container .dt-paging .ellipsis {
  padding: 0 1em
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit
}

div.dt-container .dataTables_scroll {
  clear: both
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch
}

div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>th,
div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>td,
div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>th,
div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>td {
  vertical-align: middle
}

div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>th>div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>td>div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>th>div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>td>div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: 1px solid rgba(0, 0, 0, .3)
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, .3)
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody>tr:last-child>* {
  border-bottom: none
}

html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255
}

html.dark table.dataTable>thead>tr>th,
html.dark table.dataTable>thead>tr>td {
  border-bottom: 1px solid rgb(89, 91, 94)
}

html.dark table.dataTable>thead>tr>th:active,
html.dark table.dataTable>thead>tr>td:active {
  outline: none
}

html.dark table.dataTable>tfoot>tr>th,
html.dark table.dataTable>tfoot>tr>td {
  border-top: 1px solid rgb(89, 91, 94)
}

html.dark table.dataTable.row-border>tbody>tr>*,
html.dark table.dataTable.display>tbody>tr>* {
  border-top: 1px solid rgb(64, 67, 70)
}

html.dark table.dataTable.row-border>tbody>tr:first-child>*,
html.dark table.dataTable.display>tbody>tr:first-child>* {
  border-top: none
}

html.dark table.dataTable.row-border>tbody>tr.selected+tr.selected>td,
html.dark table.dataTable.display>tbody>tr.selected+tr.selected>td {
  border-top-color: #0d6efda6;
  border-top-color: rgba(var(--dt-row-selected), .65)
}

html.dark table.dataTable.cell-border>tbody>tr>th,
html.dark table.dataTable.cell-border>tbody>tr>td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70)
}

html.dark table.dataTable.cell-border>tbody>tr>th:first-child,
html.dark table.dataTable.cell-border>tbody>tr>td:first-child {
  border-left: 1px solid rgb(64, 67, 70)
}

html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94)
}

html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, .2);
  background-color: var(--dt-html-background)
}

html.dark .dt-container .dt-paging .dt-paging-button.current,
html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: #ffffff26
}

html.dark .dt-container .dt-paging .dt-paging-button.disabled,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important
}

html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: #353535
}

html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a
}

*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right
}

*[dir=rtl] table.dataTable th.dt-type-numeric,
*[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left
}

*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0
}