@font-face {
  font-family: "SF-Compact-Display-Light";
  src: url('SF-Compact-Display-Light.cee63a46d0e74068cbae.ttf') format("truetype");
}
@font-face {
  font-family: "SF-Compact-Display-Medium";
  src: url('SF-Compact-Display-Medium.d5d5c59527566d6c60a0.ttf') format("truetype");
}
@font-face {
  font-family: "SF-Compact-Display-Regular";
  src: url('SF-Compact-Display-Regular.ea4cd7bf60454026c86f.ttf') format("truetype");
}
@font-face {
  font-family: "SF-Compact-Display-Bold";
  src: url('SF-Compact-Display-Bold.726b68e4cf18b1adb69f.ttf') format("truetype");
}
@font-face {
  font-family: "SF-Compact-Rounded-Semibold";
  src: url('SF-Compact-Rounded-Semibold.c169e3ffae25d1db7790.ttf') format("truetype");
}
@font-face {
  font-family: "Rockwell-Regular-Font";
  src: url('Rockwell-Regular-Font.126bb53c4b2154ae694c.ttf') format("truetype");
}
body {
  margin: 0 auto;
  font-size: 16px;
}
body .swal2-container {
  z-index: 9999;
  font-family: "SF-Compact-Display-Regular";
  width: 100%;
  padding: 0em;
}
body .swal2-container .swal2-toast {
  background-color: #2B6A46 !important;
  height: auto;
  width: 100%;
}
body .swal2-container .swal2-toast .swal2-title {
  font-size: 1rem;
  color: #F6FBF4;
  font-family: "SF-Compact-Display-Bold";
}
body .swal2-container .swal2-toast .swal2-timer-progress-bar {
  background: #F6FBF4;
}
body .swal2-modal {
  margin-left: 0.625em !important;
  margin-right: 0.625em !important;
}
body .swal2-modal .swal2-popup.swal2-toast {
  width: 100% !important;
  background: transparent;
  box-shadow: none !important;
}
body .swal2-modal .swal2-styled.swal2-confirm {
  background-color: #2B6A46;
  outline: none;
}
body .swal2-content {
  font-size: 1.3em;
}
.mandatory-field {
  color: red !important;
}
.form-div {
  font-size: 1rem;
  position: relative;
  height: 48px;
  margin-inline: 1px;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.form-div a {
  color: #00341b;
}
.form-input {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1.1875em);
  height: 0.75em;
  font-size: 1rem;
  border: 1px solid #00341b;
  border-radius: 0.5em;
  outline: none;
  padding: 0.9625em 0.3em 1.1875em 0.8125em;
  background: none;
  z-index: 1;
  color: #00341b;
}
.form-input:disabled {
  background: #f3f1f1;
  cursor: not-allowed;
}
.form-textarea {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 1.1875em);
  /* height: 0.75em; */
  font-size: 1rem;
  border: 1px solid #2B6A46;
  border-radius: 0.5em;
  outline: none;
  padding: 0.9625em 0.3em 1.1875em 0.8125em;
  background: none;
  z-index: 1;
  color: #2B6A46;
  font-family: "SF-Compact-Display-Regular";
}
.text-area-input {
  position: relative;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.text-area-input .form-textarea {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 1.1875em);
  /* height: 0.75em; */
  font-size: 1rem;
  border: 1px solid #2B6A46;
  border-radius: 0.5em;
  outline: none;
  padding: 0.9625em 0.3em 1.1875em 0.8125em;
  background: none;
  z-index: 1;
  color: #2B6A46;
  font-family: "SF-Compact-Display-Regular";
}
.icon-list {
  background-color: #A6F2D1;
  margin-top: 0.5em;
  padding: 12px;
  border-radius: 20%;
  cursor: pointer;
}
::placeholder {
  font-family: "SF-Compact-Display-Regular";
  color: #c5c4c4;
}
/*Input focus move up label*/
.form-input:focus + .form-label {
  top: -0.5em;
  left: 1em;
  font-size: 0.75rem;
  z-index: 10;
  font-family: "SF-Compact-Display-Bold";
}
/*Input focus sticky top label*/
.form-input:not(:placeholder-shown).form-textarea:not(:focus) + .form-label {
  top: -0.5em;
  left: 0.8em;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "SF-Compact-Display-Bold";
  z-index: 10;
  color: red;
}
.form-label {
  position: absolute;
  left: 1em;
  top: 1em;
  padding: 0 0.25em;
  background-color: #F6FBF4;
  color: #00341b;
  font-size: 1rem;
  transition: 0.3s;
  text-transform: capitalize;
}
input:focus::placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
}
.form-label-placeholder {
  top: -0.5em;
  left: 0.8em;
  font-size: 0.75rem;
  font-family: "SF-Compact-Display-Bold";
  z-index: 10;
}
hr {
  border: none;
  height: 2px;
  background: #00341b;
}
option {
  color: #00341b !important;
}
.hint__circle {
  display: inline-block;
  height: 18px;
  width: 18px;
  /* margin: 0 auto; */
  border-radius: 50%;
  color: #2B6A46;
  text-align: center;
  line-height: 18px;
  font-family: arial;
  font-size: 19px;
  border: 2px solid #2B6A46;
  opacity: 0.7;
  font-family: "SF-Compact-Display-Medium";
  background-color: aliceblue;
}
.hint__circle:hover {
  cursor: pointer;
  opacity: 1;
}
.form-validation-errors {
  color: #ba1010;
  margin: 0.3125em;
  font-size: 0.75rem;
  font-family: "SF-Compact-Display-Regular";
}
.icon-background {
  background-color: #00341b;
}
.btn-primary-nowidth {
  display: block;
  padding: 0.75rem 2rem;
  outline: none;
  border: none;
  background-color: #2B6A46;
  color: #F6FBF4;
  font-size: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.btn-primary-nowidth:hover {
  box-shadow: 10px 16px 36px rgba(17, 17, 17, 0.15);
  transform: scale(1.015);
}
.btn-primary-nowidth:active {
  background-color: #f3bb9f;
}
.btn-primary-nowidth:disabled {
  cursor: not-allowed;
  background-color: #f6a981;
}
.btn-primary {
  display: block;
  padding: 0.75rem 2rem;
  outline: none;
  border: none;
  background-color: #2B6A46;
  color: #F6FBF4;
  font-size: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.btn-primary:hover {
  box-shadow: 10px 16px 36px rgba(17, 17, 17, 0.15);
  transform: scale(1.015);
}
.btn-primary:active {
  background-color: #2B6A46;
}
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #2B6A46;
}
.btn-default {
  display: block;
  padding: 0.75rem 2rem;
  outline: none;
  border: 1px solid #2B6A46;
  background-color: #F6FBF4;
  color: #2B6A46;
  font-size: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.btn-with-border {
  display: block;
  padding: 0.75rem 2rem;
  outline: none;
  border: 0.2em solid #2B6A46;
  color: #2B6A46;
  background-color: #F6FBF4;
  font-size: 1em;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  margin: 1em 0;
}
.btn-with-border:hover {
  box-shadow: 10px 16px 36px rgba(17, 17, 17, 0.15);
  transform: scale(1.015);
}
.btn-with-border :active {
  background-color: #2B6A46;
  color: #fff;
}
.btn-with-border:disabled {
  cursor: not-allowed;
  color: #9c9c9c;
  border: 0.2em solid #9c9c9c;
}
.back-btn {
  font-size: 1rem;
  padding: 0.75rem 2rem;
  text-align: center;
  background-color: #fff;
  color: #2B6A46;
  transition: 0.3s;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 1em;
  border: 1px solid #2B6A46;
  border-radius: 8px;
}
.back-btn span {
  cursor: pointer;
}
.form-div .div-mapbox .form-label-placeholder {
  z-index: 12;
}
.form-div .div-mapbox .mapboxgl-ctrl-geocoder {
  box-shadow: none;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.75em;
  font-size: 1rem;
  border: 1px solid #2B6A46;
  border-radius: 0.5em;
  outline: none;
  background: none;
  color: #2B6A46;
}
.form-div .div-mapbox .mapboxgl-ctrl-geocoder--input {
  padding-left: 0.5rem;
  color: #2B6A46;
  font-size: 1rem;
}
.form-div .div-mapbox .mapboxgl-ctrl-geocoder--icon-search {
  display: none;
}
/* Media queries*/
@media screen and (min-width: 640px) {
  .mapboxgl-ctrl-geocoder {
    width: 100%;
    max-width: 100%;
  }
}
.autocomplete-container .input-container input {
  top: 0;
  left: 0;
  width: calc(100% - 1.1875em) !important;
  height: 0.75em !important;
  font-size: 1rem !important;
  border: 1px solid #2B6A46 !important;
  border-radius: 0.5em;
  outline: none;
  padding: 0.9625em 0.3em 1.1875em 0.8125em !important;
  background: none;
  z-index: 1;
  color: #2B6A46 !important;
  box-sizing: content-box !important;
}
video {
  width: 100%;
}
.main-heading {
  font-size: 2.5rem;
  color: #00341b;
  font-family: "SF-Compact-Display-Medium";
  margin-bottom: 1em;
  cursor: default;
}
.parent-component .remote-media video {
  height: 100%;
  object-fit: cover;
}
.parent-component .remote-media .local-media video {
  height: 160px;
}
.main-component .remote-media video {
  height: 100%;
  object-fit: contain;
}
.main-component .remote-media video:nth-child(3) {
  object-fit: cover;
}
.main-component .remote-media video:nth-child(2) {
  object-fit: cover;
}
.main-component .remote-media video:nth-child(1) {
  object-fit: cover;
}
.main-component .remote-media video:nth-child(4) {
  margin-top: -76em;
  object-fit: contain;
  position: relative;
  padding-top: 0% !important;
  min-height: 100vh;
  background-color: black;
  top: -1em;
}
input[type=text]:read-only,
input[type=number]:read-only,
input[type=checkbox]:disabled {
  background-color: #ededed;
  cursor: default;
}
.myDpSelectorArrow .myDpMonthYearSelBar {
  align-items: center;
}
.overlay {
  z-index: 999999 !important;
}
@media only screen and (max-width: 500px) {
  body .swal2-container .swal2-toast .swal2-title {
    font-size: 0.75rem;
  }
}
td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
  cursor: pointer;
}

tr.dt-hasChild td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}

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

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  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 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 styles
 */

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

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

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

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

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url('sort_both.8b117faa9d4dd934d6bb.png');
}

table.dataTable thead .sorting_asc {
  background-image: url('sort_asc.4bba59196d7ce2619696.png') !important;
}

table.dataTable thead .sorting_desc {
  background-image: url('sort_desc.c4196d3286cc33244c83.png') !important;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url('sort_asc_disabled.07c018ae0160704a3290.png');
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url('sort_desc_disabled.27ac5d1bc294b1fae056.png');
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

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

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

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 {
  background-color: #fafafa;
}

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 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

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

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}

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

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

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

/*
 * Control feature layout
 */

.dataTables_wrapper {
  position: relative;
  clear: both;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}


/*# sourceMappingURL=styles.21a6f08d050b1b322278.css.map*/