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.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

/*
 * 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(/images/vendor/datatables.net-dt/sort_both.png?8b117faa9d4dd934d6bbbd9f0cdb2459);
}
table.dataTable thead .sorting_asc {
  background-image: url(/images/vendor/datatables.net-dt/sort_asc.png?4bba59196d7ce26196967adefd7c5c3f) !important;
}
table.dataTable thead .sorting_desc {
  background-image: url(/images/vendor/datatables.net-dt/sort_desc.png?c4196d3286cc33244c83af3398675a6a) !important;
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/images/vendor/datatables.net-dt/sort_asc_disabled.png?07c018ae0160704a329067ec7fbdc614);
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/images/vendor/datatables.net-dt/sort_desc_disabled.png?27ac5d1bc294b1fae0564fe461a6304d);
}
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;
  }
}

@charset "UTF-8";
.swal2-popup.swal2-toast {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  padding: 1.25em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  margin: 0 0.625em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container {
  padding: 0.625em 0 0;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex: 1;
  flex-basis: auto !important;
  align-self: stretch;
  width: auto;
  height: 2.2em;
  height: auto;
  margin: 0 0.3125em;
  margin-top: 0.3125em;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.125em 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #2778c4;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #d14529;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #757575;
  color: #fff;
  font-size: 1em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 0 -2.7em;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.theme-switcher-wrap {
  with: 100%;
  text-align: right;
}
.theme-switcher-wrap .theme-switcher {
  display: inline-block;
  cursore: pointer;
}
.theme-switcher-wrap .theme-switcher .switch-path {
  background-color: #ccc;
}
.theme-switcher-wrap .theme-switcher .switch-path .switch-handle {
  background-color: #999;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.theme-switcher-wrap .theme-switcher.active .switch-path {
  background-color: #555;
}
.theme-switcher-wrap .theme-switcher.active .switch-handle {
  background-color: #7bbb5e;
  transform: translateX(20px);
}

/* Figma Design Tokens */
:root {
  --Colors-Shades-Neutral-N---50: #FFFFFF;
  --Colors-Shades-Neutral-N---200: #EDEDED;
}

body,
#app,
#main {
  min-height: 100vh !important;
}

#main {
  background: var(--Colors-Shades-Neutral-N---50, #FFFFFF) !important;
  display: flex !important;
  flex-direction: column !important;
}

#main-content {
  background: var(--Colors-Shades-Neutral-N---50, #FFFFFF) !important;
}

.figma-card,
.card {
  background: var(--Colors-Shades-Neutral-N---50, #FFFFFF) !important;
  border: none !important;
  border-top: 1px solid var(--Colors-Shades-Neutral-N---200, #EDEDED) !important;
}

/* Figma Typography Tokens */
.figma-text-xl-semibold {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  color: #000000 !important;
  letter-spacing: -0.01em !important;
}

.figma-text-base-bold {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #000000 !important;
}

.figma-modal-subtitle {
  font-size: 14px !important;
  color: #64748B !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
  color: #64748B !important;
  /* Ensure proper neutral gray */
}

.figma-modal-title-group {
  /* Figma: Vertical, Width: 696px (as max), Height: 52px, Gap: p-1 (4px), Opacity: 1 */
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  flex: 1 !important;
  max-width: 696px !important;
  height: 52px !important;
  gap: 4px !important;
  opacity: 1 !important;
}

/* Standard Figma Modal Container */
.figma-modal .modal-dialog {
  max-width: 800px !important;
  width: 800px !important;
}

.figma-modal .modal-content {
  border: none !important;
  border-radius: 24px !important;
  /* 2xl Radius */
  overflow: hidden;
  box-shadow: none !important;
}

.figma-modal-header {
  padding: 24px !important;
  /* Padding/p-6 */
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  gap: 16px !important;
  /* Padding/p-4 gap */
  border-bottom: 1px solid #EDEDED !important;
  background-color: #ffffff !important;
  min-height: 100px !important;
  /* Hug (100px) */
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}

.figma-btn-close {
  /* Figma: Button — Outline, btn-md, Only Icon, 40×40px, Radius/rounded-lg */
  width: 40px !important;
  height: 40px !important;
  background-color: #F5F5F5 !important;
  /* Colors/Shades/Neutral/N-100 */
  border-radius: 8px !important;
  /* Radius/rounded-lg */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #EDEDED !important;
  /* Border Width/b-1, N-200 */
  padding: 8px !important;
  /* Padding/p-2 */
  transition: all 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.figma-btn-close:hover {
  background-color: #EBEBEB !important;
  border-color: #D1D1D1 !important;
}

.figma-btn-close i {
  color: #333333 !important;
  /* Neutral-800 */
  font-size: 14px !important;
  line-height: 1;
}

.order-item-card {
  /* Figma: Modal_Order_Card — Vertical, Radius: 16px, Border: 1px #EDEDED, BG: #FFFFFF */
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  border-radius: 16px !important;
  border: 1px solid #EDEDED !important;
  background-color: #FFFFFF !important;
  overflow: hidden;
  transition: all 0.2s ease;
  box-shadow: none !important;
  /* Subtle default elevation */
}

.order-item-card:hover {
  box-shadow: none !important;
  transform: translateY(-1px);
}

/* Card inner container: image + data section */
.order-item-card .order-item-container {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
}

.order-item-card .order-item-image {
  width: 80px !important;
  height: 80px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.order-item-card .order-item-data {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.order-item-card .order-item-name {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #0F172A !important;
  margin-bottom: 4px !important;
  line-height: 1.4 !important;
}

.order-item-card .order-item-variant {
  font-size: 13px !important;
  color: #64748B !important;
  margin-bottom: 0 !important;
}

/* Card price info: quantity + price row */
.order-item-card .order-item-price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-top: 1px solid #EDEDED;
  background-color: #FAFAFA;
}

.order-item-card .order-item-qty {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #475569 !important;
}

.order-item-card .order-item-subtotal {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0F172A !important;
  margin-bottom: 0 !important;
}

/* Premium Modal Overlay & Backdrop */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.modal.show {
  display: block !important;
  overflow-y: auto !important;
}

.modal-dialog {
  margin: 1.75rem auto !important;
  transition: transform 0.3s ease-out !important;
}

.modal-content {
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
  overflow: hidden;
}

.modal-header {
  padding: 1.5rem 2rem !important;
}

.modal-footer {
  /* Figma: Modal Footer — Horizontal, Fill(800px), Hug(80px), Radius: 0 0 2xl 2xl */
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 80px !important;
  border-radius: 0 0 24px 24px !important;
  /* Radius/rounded-none top, rounded-2xl bottom */
  border: none !important;
  border-top: 1px solid #EDEDED !important;
  /* Border Width/b-1, Top side, N-200 */
  padding: 16px 32px 16px 24px !important;
  /* p-4 / p-8 / p-4 / p-6 */
  gap: 24px !important;
  /* Padding/p-6 */
  background-color: #F5F5F5 !important;
  /* Colors/Shades/Neutral/N-100 */
}

.modal-body-content {
  /* Figma: Modal Body — Flow: Horizontal, Padding: p-6 (24px), Gap: p-4 (16px) */
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  width: 100% !important;
  gap: 16px !important;
  /* Padding/p-4 */
  padding: 24px !important;
  /* Padding/p-6 */
}
.modal-body-content::-webkit-scrollbar {
  width: 6px;
}
.modal-body-content::-webkit-scrollbar-track {
  background: transparent;
}
.modal-body-content::-webkit-scrollbar-thumb {
  background: #E2E8F0;
  border-radius: 10px;
}
.modal-body-content::-webkit-scrollbar-thumb:hover {
  background: #CBD5E1;
}

/* Figma: Columns — Flow: Vertical, Width: Fill, Gap: p-6 (24px) */
.modal-order-columns {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  width: 100% !important;
  gap: 24px !important;
  /* Padding/p-6 */
}

/* 

   Premium eGrocer Figma Design System (Global Styles)

*/
/* --- Stat Cards --- */
.bg-light-figma {
  background: #F8FAFC !important;
}

.figma-stat-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.2s;
}

.figma-stat-icon-box-sm {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: all 0.2s;
}

/* Figma Pale Green Section */
.figma-bg-soft-green {
  background: #E8F5E9;
  /* Very pale green */
  opacity: 0.8;
  border-radius: 20px;
}

.figma-stat-label {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.figma-summary-label {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0;
}

.figma-order-status-label {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--Colors-Shades-Neutral-N---800, #333333);
}

/* Stat Bg Variants (New Figma style) */
.bg-light-success-stat {
  background-color: #E8F5E9 !important;
}

.bg-light-orange-stat {
  background-color: #FFF3E0 !important;
}

.bg-light-blue-stat {
  background-color: #E3F2FD !important;
}

.bg-light-red-stat {
  background-color: #FFEBEE !important;
}

.figma-stat-value {
  font-size: 24px !important;
  font-weight: 800 !important;
  margin-bottom: 0 !important;
  color: #1E293B !important;
}

/* KPI Cards V.2 (Horizontal Design for Orders Menu) */
.figma-kpi-card-v2 {
  height: 84px !important;
  border-radius: 16px !important;
  border: 1px solid #EDEDED !important;
  display: flex;
  align-items: center;
  padding: 16px !important;
  background: #FFFFFF !important;
  transition: all 0.2s ease;
}

.figma-kpi-icon-v2 {
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  color: #FFFFFF !important;
}

/* Card Specific Tints & Icon Colors */
.card-kpi-new {
  background-color: #EEF7F2 !important;
  border-color: #D1E7DD !important;
}

.card-kpi-new .figma-kpi-icon-v2 {
  background-color: #28B364 !important;
}

.card-kpi-processing {
  background-color: #FFF5E6 !important;
  border-color: #FFE5CC !important;
}

.card-kpi-processing .figma-kpi-icon-v2 {
  background-color: #F59E0B !important;
}

.card-kpi-ready {
  background-color: #E5F4FF !important;
  border-color: #CCE5FF !important;
}

.card-kpi-ready .figma-kpi-icon-v2 {
  background-color: #3B82F6 !important;
}

.card-kpi-out {
  background-color: #FDECEC !important;
  border-color: #F8D7DA !important;
}

.card-kpi-out .figma-kpi-icon-v2 {
  background-color: #EF4444 !important;
}

.figma-kpi-icon-v2 i {
  font-size: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.figma-kpi-content-v2 {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}

.figma-kpi-label-v2 {
  font-size: 13px;
  color: #64748B;
  font-weight: 500;
}

.figma-kpi-value-v2 {
  font-size: 20px;
  color: #1E293B;
  font-weight: 800;
  line-height: 1;
}

/* Stat Color Utilities to replace inline styles */
.bg-stat-blue {
  background-color: #007BFF !important;
}

.bg-stat-green {
  background-color: #10B981 !important;
}

.bg-stat-orange {
  background-color: #FF9F43 !important;
}

.bg-stat-red {
  background-color: #EF4444 !important;
}

.bg-stat-pink {
  background-color: #DB2777 !important;
}

.bg-stat-purple {
  background-color: #8B5CF6 !important;
}

.bg-stat-blue-light {
  background-color: #E0F2FE !important;
}

.bg-stat-green-light {
  background-color: #D1FAE5 !important;
}

.bg-stat-orange-light {
  background-color: #FFF3E0 !important;
}

.bg-stat-red-light {
  background-color: #FEE2E2 !important;
}

.bg-stat-pink-light {
  background-color: #FCE7F3 !important;
}

.bg-stat-purple-light {
  background-color: #F5F3FF !important;
}

.text-stat-blue {
  color: #007BFF !important;
}

.text-stat-green {
  color: #10B981 !important;
}

.text-stat-orange {
  color: #FF9F43 !important;
}

.text-stat-red {
  color: #EF4444 !important;
}

.text-stat-pink {
  color: #DB2777 !important;
}

/* --- Search & Action Bar --- */
.figma-search-container {
  display: flex;
  align-items: center;
  padding: 0 16px !important;
  background: #F5F5F5 !important;
  border-radius: 8px !important;
  gap: 12px;
  max-width: 400px;
  height: 40px !important;
  border: 1px solid #EDEDED !important;
}

.figma-search-container i {
  font-size: 16px !important;
  color: #64748B !important;
}

.figma-search-input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  outline: none;
  color: #333333;
  font-weight: 500;
}

.btn-figma-filter,
.btn-figma-columns,
.btn-figma-action {
  background: #ffffff !important;
  border: 1px solid #333333 !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #333333 !important;
  height: 40px !important;
  transition: all 0.2s ease;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-transform: capitalize !important;
}

.btn-figma-filter {
  min-width: 143px !important;
}

.btn-figma-columns {
  min-width: 130px !important;
}

.btn-figma-filter i,
.btn-figma-columns i {
  font-size: 18px !important;
  display: flex;
  align-items: center;
}

.btn-figma-filter:hover,
.btn-figma-columns:hover,
.btn-figma-action:hover {
  background: #F5F5F5 !important;
  border-color: #333333 !important;
  border-top: 1px solid #55AE7B !important;
  color: #000000 !important;
}

.btn-figma-filter:focus,
.btn-figma-columns:focus,
.btn-figma-action:focus,
.column-dropdown,
.column-dropdown .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-figma-filter.active,
.column-dropdown.show .btn-figma-columns {
  background: #EEF7F2 !important;
  border-top: 1px solid #55AE7B !important;
  color: #55AE7B !important;
  border-color: #333333 !important;
}

.btn-figma-filter.active i,
.column-dropdown.show .btn-figma-columns i {
  color: #55AE7B !important;
}

/* --- Global Table UI (Figma Standard for ALL tables) --- */
.table thead th,
thead th,
.b-table thead th,
.figma-order-table thead th {
  background: #F7F7F7 !important;
  color: #555555 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  padding: 16px 24px !important;
  border: none !important;
  border-bottom: 1px solid #EDEDED !important;
  vertical-align: middle !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
}

tbody td,
.figma-tr td {
  padding: 16px 16px !important;
  border-bottom: 1px solid #F1F5F9 !important;
  border-left: none !important;
  border-right: none !important;
  background: #fff !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  color: #1E293B !important;
}

tbody tr:hover td,
.figma-tr:hover td {
  background: #F9FBFF !important;
}

/* Ensure table-responsive doesn't break borders */
.table-responsive {
  border: 1px solid #EDEDED;
  border-radius: 0 !important;
  background: #fff;
  margin-bottom: 1rem;
}

.table-responsive .table,
.table-responsive .b-table,
.table-responsive .figma-order-table,
.table-responsive .figma-table {
  border: none !important;
  border-radius: 0 !important;
}

/* --- Common Cell Components --- */
.figma-customer-name,
.figma-seller-name {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  display: block;
}

.figma-customer-email,
.figma-seller-id {
  font-size: 12px !important;
  color: #64748B !important;
  font-weight: 400 !important;
}

.figma-link-blue {
  color: #2196F3 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.figma-link-blue:hover {
  text-decoration: underline !important;
}

.figma-amount-bold {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
}

.figma-payment-method-badge {
  font-size: 10px;
  background: #F1F5F9;
  padding: 2px 8px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4px;
  color: #475569;
  font-weight: 700;
  text-transform: none;
}

.figma-date-bold {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
}

.figma-time-light {
  font-size: 11px;
  color: #64748B;
  font-weight: 500;
}

/* --- Status Pills (Exact Figma Match) --- */
.figma-status-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 36px !important;
  min-width: 80px !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  /* Radius/rounded-lg */
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent !important;
}

.status-pending {
  background: #FEF5E6 !important;
  /* Colors/Status/Shades/W - 50 */
  color: #F59E0B !important;
  border: 1px solid #FDE6B0 !important;
  /* Border Width/b-1 */
}

.status-received {
  /* Confirmed */
  background: #E5FAEF !important;
  /* Colors/Status/Shades/S - 50 */
  color: #28B364 !important;
  border: 1px solid #B7EBCC !important;
  /* Border Width/b-1 */
}

.status-processed,
.status-processing {
  background: #E7F4FE !important;
  /* Colors/Status/Shades/I - 50 */
  color: #3B82F6 !important;
  border: 1px solid #BDDFFC !important;
  /* Border Width/b-1 */
}

.status-delivered {
  background: #E6F0FF !important;
  color: #3B82F6 !important;
  border: 1px solid #B9D5FF !important;
}

.status-shipped {
  background: #F2E5FF !important;
  color: #A043FF !important;
  border: 1px solid #E1CCFF !important;
}

.status-outfordelivery {
  background: #E6FFFA !important;
  color: #00A5A5 !important;
  border: 1px solid #B2F5EA !important;
}

.status-cancelled {
  background: #FBEAEA !important;
  /* Colors/Status/Shades/E - 50 */
  color: #EF4444 !important;
  border: 1px solid #F8D7DA !important;
}

.status-returned {
  background: #F3F4F6 !important;
  color: #64748B !important;
  border: 1px solid #E5E7EB !important;
}

.figma-action-btn {
  width: 40px !important;
  height: 40px !important;
  border-radius: 8px !important;
  /* Radius/rounded-lg */
  background: #FFFFFF !important;
  color: #64748B !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #EDEDED !important;
  /* Border Width/b-1 */
  padding: 8px !important;
  /* Padding/p-2 */
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  cursor: pointer;
}

.figma-action-btn:hover {
  background: #F8FAFC !important;
  border-color: #55AE7B !important;
  color: #1E293B !important;
}

.figma-delete-btn:hover {
  background: #FEE2E2 !important;
  border-color: #EF4444 !important;
  color: #EF4444 !important;
}

/* (Replaced by new Black Square pagination at end of file) */
/* --- Results Info --- */
.showing-results-text {
  font-size: 14px;
  color: #64748B;
  font-weight: 500;
}

.showing-bold {
  color: #1E293B;
  font-weight: 700;
}

/* --- Page Heading Styles --- */
.page-heading {
  margin-bottom: 1.5rem !important;
}
.page-heading h2,
.page-heading h3,
.page-heading .h4 {
  font-weight: 800 !important;
  color: #1E293B !important;
  letter-spacing: -0.5px;
}

.breadcrumb {
  background: transparent !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item a {
  color: #64748B !important;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #10B981 !important;
}
.breadcrumb .breadcrumb-item.active {
  color: #1E293B !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f285";
  /* bootstrap-icons chevron-right */
  font-family: "bootstrap-icons";
  font-size: 10px;
  color: #94A3B8;
  padding: 0 10px;
}

/* --- Total Footer Row --- */
.figma-total-label-cell {
  font-weight: 800;
  font-size: 14px;
  color: #1E293B;
  padding: 20px 16px !important;
  background: #F8FAFC !important;
  border-top: 2px solid #F1F5F9 !important;
}

.figma-total-amount-cell {
  font-weight: 800;
  font-size: 16px;
  color: #1E293B;
  padding: 20px 16px !important;
  background: #F8FAFC !important;
  border-top: 2px solid #F1F5F9 !important;
}

.figma-footer {
  padding: 24px !important;
  background: #FFFFFF !important;
  border-top: 1px solid #EDEDED !important;
  color: #64748B !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-top: auto !important;
}
.figma-footer a {
  color: #64748B !important;
  text-decoration: none !important;
}
.figma-footer a:hover {
  color: #10B981 !important;
}
.figma-footer .version-badge {
  background: #F1F5F9;
  color: #475569;
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
}

/* --- Dashboard Specific Utilities --- */
.figma-card {
  transition: transform 0.2s, box-shadow 0.2s;
  overflow: hidden;
}

.figma-card {
  background: #fff;
  border: 1px solid #EDEDED !important;
  border-radius: 16px !important;
}

.figma-card:hover {
  box-shadow: none !important;
  /* Remove shadow on hover as per request */
  border-color: #CBD5E1 !important;
}

.figma-select-pill {
  width: 150px !important;
  height: 40px !important;
  border-radius: 8px !important;
  padding: 8px 32px 8px 16px !important;
  /* Forces inner text to 24px height */
  border: 1px solid #555555 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #555555 !important;
  background-color: #FFFFFF !important;
  cursor: pointer;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: none !important;
  /* Removes any inner focus borders */
  text-align: left !important;
  text-transform: capitalize !important;
}

.figma-avatar-42 {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.figma-pagination-small .btn {
  width: 28px;
  height: 28px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-light-soft {
  background: #F1F5F9 !important;
  border: none !important;
  color: #475569 !important;
}

.btn-light-soft:hover {
  background: #E2E8F0 !important;
}

.btn-primary-light {
  background: #E0F2F1 !important;
  border: none !important;
  color: #009688 !important;
}

.btn-primary-light:hover {
  background: #B2DFDB !important;
}

.btn-light-primary {
  background: #E0F2F1 !important;
  border: none !important;
  color: #009688 !important;
}

.bg-light-soft {
  background: #F8FAFC !important;
}

.dot-xs {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.figma-hover-light {
  transition: background 0.15s;
  cursor: pointer;
}

.figma-hover-light:hover {
  background: #F8FAFC !important;
}

.scale-90 {
  transform: scale(0.9);
}

.scale-75 {
  transform: scale(0.75);
}

.extra-small {
  font-size: 11px !important;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

/* Inconsistent dots fix */
.dot-sm {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  border-radius: 50%;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0;
  position: relative;
  top: 1.5px;
  opacity: 1;
}

.bg-success-orders {
  background: var(--Colors-Status-Shades-S---300, #68E4A1) !important;
}

.transition-all {
  transition: all 0.3s ease;
}

/* Premium Trend Pills */
.figma-trend-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 4px 8px !important;
  /* Padding p-1 / p-2 */
  border-radius: 100px !important;
  /* Radius/rounded-full */
  font-size: 13px !important;
  font-weight: 500 !important;
  height: 26px !important;
}

.trend-up {
  background: #EEF7F2 !important;
  /* Colors/Shades/Theme/P - 50 */
  color: #55AE7B !important;
}

.trend-down {
  background: #FBEAEA !important;
  /* Colors/Status/Shades/E - 50 */
  color: #EF4444 !important;
}

.view-order-btn {
  transition: all 0.2s ease !important;
}

.view-order-btn:hover {
  background-color: #55AE7B !important;
  border-color: #55AE7B !important;
}

/* Card Header Fixes */
.figma-card .card-header,
.figma-card-white .card-header {
  min-height: 72px !important;
  padding: 16px 24px !important;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #EDEDED !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.figma-card .card-header h4,
.figma-card-white .card-header h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin: 0 !important;
}

/* Stat Card White Fix */
.figma-card-white {
  background: #fff !important;
  border: 1px solid #EDEDED !important;
  border-radius: 16px !important;
}

/* --- User Header Dropdown --- */
.figma-user-role-text {
  font-size: 0.7rem;
  letter-spacing: 0.5px;
}

.figma-user-dropdown-icon {
  font-size: 0.85rem;
}

/* --- Global Panel Background --- */
#main {
  background-color: #F8FAFC !important;
  /* Figma light grey background */
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

.main-content {
  padding: 2rem !important;
  flex-grow: 1 !important;
}

/* --- Primary Teal Overrides --- */
:root {
  --figma-primary: #009688;
  --figma-primary-light: #E0F2F1;
  --figma-primary-dark: #00796B;
}

.text-primary,
.text-primary i,
.text-primary span {
  color: var(--figma-primary) !important;
}

.bg-primary {
  background-color: var(--figma-primary) !important;
}

.btn-primary {
  background-color: var(--figma-primary) !important;
  border-color: var(--figma-primary) !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--figma-primary-dark) !important;
  border-color: var(--figma-primary-dark) !important;
  color: #fff !important;
  box-shadow: 0 4px 6px rgba(0, 150, 136, 0.2);
}

.bg-light-primary {
  background-color: var(--figma-primary-light) !important;
}

/* --- ViewOrder & Layout Extensions --- */
.order-details-container {
  padding: 0 10px;
  max-width: 1400px;
  margin: 0 auto;
}

.order-title {
  font-size: 28px;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.5px;
}

.info-item {
  background: #F9FAFB;
  padding: 16px;
  border-radius: 12px;
  transition: background 0.2s;
}

.info-item:hover {
  background: #F3F4F6;
}

.payable-row {
  border-top: 2px dashed #E5E7EB;
  padding-top: 20px;
}

.line-height-relaxed {
  line-height: 1.6;
}

.customer-avatar {
  flex-shrink: 0;
}

.custom-control {
  border-radius: 12px;
  padding: 10px 15px;
  border: 1.5px solid #F3F4F6;
  background-color: #F9FAFB;
  transition: all 0.2s;
}

.custom-control:focus {
  border-color: var(--figma-primary);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 150, 136, 0.1);
}

/* --- Premium Form Inputs --- */
.form-select,
.form-control,
.form-control-sm,
.form-select-sm {
  border: 1px solid #E2E8F0 !important;
  border-radius: 10px !important;
  color: #1E293B !important;
  background-color: #fff !important;
  box-shadow: none !important;
  transition: all 0.2s ease;
  /* Date/Time Inputs */
}
.form-select::-moz-placeholder, .form-control::-moz-placeholder, .form-control-sm::-moz-placeholder, .form-select-sm::-moz-placeholder {
  color: #94A3B8 !important;
}
.form-select::placeholder,
.form-control::placeholder,
.form-control-sm::placeholder,
.form-select-sm::placeholder {
  color: #94A3B8 !important;
}
.form-select:is(select):has(option:first-child:checked[value=""]), .form-select:is(select):has(option:first-child:checked[value="0"]),
.form-control:is(select):has(option:first-child:checked[value=""]),
.form-control:is(select):has(option:first-child:checked[value="0"]),
.form-control-sm:is(select):has(option:first-child:checked[value=""]),
.form-control-sm:is(select):has(option:first-child:checked[value="0"]),
.form-select-sm:is(select):has(option:first-child:checked[value=""]),
.form-select-sm:is(select):has(option:first-child:checked[value="0"]) {
  color: #94A3B8 !important;
}
.form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit, .form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text, .form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field, .form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field, .form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field {
  color: #1E293B !important;
}
.form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid {
  color: #94A3B8 !important;
}
.form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit, .form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text, .form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field, .form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field, .form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
.form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
.form-control-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
.form-select-sm:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field {
  color: #94A3B8 !important;
}
.form-select:focus,
.form-control:focus,
.form-control-sm:focus,
.form-select-sm:focus {
  border-color: #10B981 !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1) !important;
}

.form-select:not(.form-control-xl):not(.form-control-lg):not(.form-control-sm),
.form-control:not(.form-control-xl):not(.form-control-lg):not(.form-control-sm) {
  font-size: 14px !important;
  padding: 10px 16px !important;
}

/* --- Global Select2 Flat Styling (Parity with Premium Inputs) --- */
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #E2E8F0 !important;
  border-radius: 10px !important;
  min-height: 42px !important;
  font-size: 14px !important;
  transition: all 0.2s ease;
  background-color: #fff !important;
}

.select2-container--default .select2-selection--multiple {
  padding: 2px 6px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #10B981 !important;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
  padding-left: 10px !important;
  color: #1E293B !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #F1F5F9 !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 6px !important;
  color: #1E293B !important;
  margin-top: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-search__field::placeholder,
.select2-search__field::-webkit-input-placeholder,
.select2-search__field:-ms-input-placeholder,
.select2-search__field::-moz-placeholder {
  color: #94A3B8 !important;
}

/* Fix for icons */
.form-group.has-icon-left .form-control {
  padding-left: 2.5rem !important;
}

.form-group.has-icon-left .form-control.form-control-xl {
  padding-left: 3rem !important;
}

.form-select {
  padding-right: 40px !important;
  background-position: right 15px center !important;
}

.input-group-text {
  background-color: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 10px 0 0 10px !important;
  color: #64748B !important;
}

/* --- Input Group Layout & Border Radius Alignment --- */
.input-group {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .btn,
.input-group > .input-group-text {
  border-radius: 10px !important;
  margin: 0 !important;
}
.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child),
.input-group > .btn:not(:last-child),
.input-group > .input-group-text:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child),
.input-group > .btn:not(:first-child),
.input-group > .input-group-text:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: -1px !important;
}
.input-group > .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: auto !important;
}

/* --- Global Premium Pagination (Figma Exact) --- */
.pagination,
.figma-pagination {
  margin-bottom: 0;
  gap: 8px !important;
  /* Space between arrow and num of button */
  display: flex !important;
}

.pagination .page-item .page-link,
.figma-pagination .page-item .page-link {
  border: 1px solid #EDEDED !important;
  /* Neutral/N-200 */
  background-color: #F7F7F7 !important;
  /* Neutral/N-100 */
  color: #000000 !important;
  font-weight: 500;
  border-radius: 8px !important;
  /* rounded-md */
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-size: 16px;
  transition: all 0.2s ease;
  box-shadow: none !important;
  margin: 0 !important;
  /* Ensure gap handles spacing */
}

.pagination .page-item.active .page-link,
.figma-pagination .page-item.active .page-link {
  background-color: #000000 !important;
  /* Neutral/N-950 */
  border-color: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 600;
}

.pagination .page-item:hover:not(.active) .page-link,
.figma-pagination .page-item:hover:not(.active) .page-link {
  background-color: #EDEDED !important;
  border-color: #D1D5DB !important;
}

.pagination .page-item.disabled .page-link,
.figma-pagination .page-item.disabled .page-link {
  background-color: #F9FAFB !important;
  color: #CBD5E1 !important;
  border-color: #F1F5F9 !important;
  opacity: 0.6;
}

/* Specific styling for the Next/Prev chevron icons */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.figma-pagination .page-item:first-child .page-link,
.figma-pagination .page-item:last-child .page-link {
  font-size: 18px;
  /* Caret size */
  background-color: #F7F7F7 !important;
  border: 1px solid #EDEDED !important;
}

/* Remove default rounded corners and margins for middle items */
.pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

/* Platform Box Background */
.bg-platform-box {
  background-color: #F0FDF4 !important;
}

/* PREMIUM DARK MODE THEME */
body.theme-dark {
  background-color: #0F172A !important;
  color: #F8FAFC !important;
  /* Typography Overrides */
  /* Card & Container Overrides */
  /* Header Overrides */
  /* Breadcrumbs Dark Mode */
  /* General Links */
  /* Sidebar Overrides */
  /* Forms & Inputs */
  /* Vue Multiselect Global Dark Mode Styles */
  /* Select2 Global Dark Mode Styles */
  /* Tables */
  /* Widgets & Specific Components */
  /* ApexCharts Stroke Overrides */
  /* Figma Design System Dark Mode Overrides */
  /* Stat Cards Dark Mode */
  /* Status Pills Dark Mode Contrast */
  /* Scrollbar for Dark Mode */
  /* KPI Cards Dark Mode */
  /* Light Stat Tints in Dark Mode */
  /* Pagination Dark Mode */
  /* Additional UI Fixes */
  /* Dropzone Dark Mode */
  /* Alert Dark Mode Adjustments */
  /* Column Dropdown */
  /* Total Cells in Table */
  /* Pagination Text */
  /* Premium Daterangepicker Dark Mode Styling */
}
body.theme-dark #main {
  background-color: #0F172A !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}
body.theme-dark #app,
body.theme-dark #main-content {
  background-color: #0F172A !important;
}
body.theme-dark h1,
body.theme-dark h2,
body.theme-dark h3,
body.theme-dark h4,
body.theme-dark h5,
body.theme-dark h6,
body.theme-dark .h1,
body.theme-dark .h2,
body.theme-dark .h3,
body.theme-dark .h4,
body.theme-dark .h5,
body.theme-dark .h6,
body.theme-dark span,
body.theme-dark p,
body.theme-dark div,
body.theme-dark label,
body.theme-dark a,
body.theme-dark code,
body.theme-dark .text-dark {
  color: #F1F5F9 !important;
}
body.theme-dark code {
  background-color: #1E293B !important;
  padding: 2px 4px !important;
  border-radius: 4px !important;
  color: #61b795 !important;
  /* Matches brand green-ish */
}
body.theme-dark .text-muted {
  color: #94A3B8 !important;
}
body.theme-dark .card,
body.theme-dark .figma-card,
body.theme-dark .modal-content {
  background-color: #1E293B !important;
  border: none !important;
  border-top: 1px solid #334155 !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2) !important;
}
body.theme-dark .card-header {
  background-color: #1E293B !important;
  border-bottom: 1px solid #334155 !important;
}
body.theme-dark .figma-header,
body.theme-dark .figma-footer {
  background-color: #1E293B !important;
  border-bottom-color: #334155 !important;
  border-top-color: #334155 !important;
  color: #94A3B8 !important;
}
body.theme-dark .figma-header a,
body.theme-dark .figma-footer a {
  color: #CBD5E1 !important;
}
body.theme-dark .figma-header .version-badge,
body.theme-dark .figma-footer .version-badge {
  background: #334155 !important;
  color: #CBD5E1 !important;
}
body.theme-dark .bg-white {
  background-color: #1E293B !important;
}
body.theme-dark .bg-light {
  background-color: #0F172A !important;
}
body.theme-dark .breadcrumb-item {
  color: #94A3B8 !important;
}
body.theme-dark .breadcrumb-item a {
  color: #37a279 !important;
  /* Theme color for links */
  text-decoration: none;
}
body.theme-dark .breadcrumb-item a:hover {
  color: #4dc392 !important;
}
body.theme-dark .breadcrumb-item.active {
  color: #CBD5E1 !important;
}
body.theme-dark .breadcrumb-item::before {
  color: #475569 !important;
  /* Breadcrumb separator */
}
body.theme-dark a:not(.btn):not(.sidebar-link) {
  color: #37a279 !important;
}
body.theme-dark a:not(.btn):not(.sidebar-link):hover {
  color: #4dc392 !important;
}
body.theme-dark #sidebar,
body.theme-dark .sidebar-wrapper {
  background-color: #0F172A !important;
  border-right: 1px solid #1E293B !important;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link {
  color: #CBD5E1 !important;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
body.theme-dark .sidebar-item.active > .sidebar-link {
  background-color: #37a279 !important;
  color: #FFFFFF !important;
}
body.theme-dark .submenu {
  background-color: #1E293B !important;
}
body.theme-dark .form-control,
body.theme-dark .form-select,
body.theme-dark .figma-select-pill,
body.theme-dark .choices__inner,
body.theme-dark input[type=text],
body.theme-dark input[type=email],
body.theme-dark input[type=password],
body.theme-dark input[type=number],
body.theme-dark input[type=tel],
body.theme-dark textarea {
  background-color: #0F172A !important;
  border-color: #334155 !important;
  color: #F8FAFC !important;
  /* Date/Time Inputs */
  /* Fix for browser autofill in dark mode */
}
body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit, body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text, body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field, body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field, body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-text,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-month-field,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-day-field,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-datetime-edit-year-field {
  color: #F8FAFC !important;
}
body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local]):invalid {
  color: #64748B !important;
}
body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit, body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text, body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field, body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field, body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-text,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-month-field,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-day-field,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local]):invalid::-webkit-datetime-edit-year-field {
  color: #64748B !important;
}
body.theme-dark .form-control:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-calendar-picker-indicator,
body.theme-dark .form-select:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-calendar-picker-indicator,
body.theme-dark .figma-select-pill:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-calendar-picker-indicator,
body.theme-dark .choices__inner:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-calendar-picker-indicator,
body.theme-dark input[type=text]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-calendar-picker-indicator,
body.theme-dark input[type=email]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-calendar-picker-indicator,
body.theme-dark input[type=password]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-calendar-picker-indicator,
body.theme-dark input[type=number]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-calendar-picker-indicator,
body.theme-dark input[type=tel]:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-calendar-picker-indicator,
body.theme-dark textarea:is(input[type=date], input[type=time], input[type=datetime-local])::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(100%) !important;
}
body.theme-dark .form-control:is(select):has(option:first-child:checked[value=""]), body.theme-dark .form-control:is(select):has(option:first-child:checked[value="0"]),
body.theme-dark .form-select:is(select):has(option:first-child:checked[value=""]),
body.theme-dark .form-select:is(select):has(option:first-child:checked[value="0"]),
body.theme-dark .figma-select-pill:is(select):has(option:first-child:checked[value=""]),
body.theme-dark .figma-select-pill:is(select):has(option:first-child:checked[value="0"]),
body.theme-dark .choices__inner:is(select):has(option:first-child:checked[value=""]),
body.theme-dark .choices__inner:is(select):has(option:first-child:checked[value="0"]),
body.theme-dark input[type=text]:is(select):has(option:first-child:checked[value=""]),
body.theme-dark input[type=text]:is(select):has(option:first-child:checked[value="0"]),
body.theme-dark input[type=email]:is(select):has(option:first-child:checked[value=""]),
body.theme-dark input[type=email]:is(select):has(option:first-child:checked[value="0"]),
body.theme-dark input[type=password]:is(select):has(option:first-child:checked[value=""]),
body.theme-dark input[type=password]:is(select):has(option:first-child:checked[value="0"]),
body.theme-dark input[type=number]:is(select):has(option:first-child:checked[value=""]),
body.theme-dark input[type=number]:is(select):has(option:first-child:checked[value="0"]),
body.theme-dark input[type=tel]:is(select):has(option:first-child:checked[value=""]),
body.theme-dark input[type=tel]:is(select):has(option:first-child:checked[value="0"]),
body.theme-dark textarea:is(select):has(option:first-child:checked[value=""]),
body.theme-dark textarea:is(select):has(option:first-child:checked[value="0"]) {
  color: #64748B !important;
}
body.theme-dark .form-control:-webkit-autofill, body.theme-dark .form-control:-webkit-autofill:hover, body.theme-dark .form-control:-webkit-autofill:focus, body.theme-dark .form-control:-webkit-autofill:active,
body.theme-dark .form-select:-webkit-autofill,
body.theme-dark .form-select:-webkit-autofill:hover,
body.theme-dark .form-select:-webkit-autofill:focus,
body.theme-dark .form-select:-webkit-autofill:active,
body.theme-dark .figma-select-pill:-webkit-autofill,
body.theme-dark .figma-select-pill:-webkit-autofill:hover,
body.theme-dark .figma-select-pill:-webkit-autofill:focus,
body.theme-dark .figma-select-pill:-webkit-autofill:active,
body.theme-dark .choices__inner:-webkit-autofill,
body.theme-dark .choices__inner:-webkit-autofill:hover,
body.theme-dark .choices__inner:-webkit-autofill:focus,
body.theme-dark .choices__inner:-webkit-autofill:active,
body.theme-dark input[type=text]:-webkit-autofill,
body.theme-dark input[type=text]:-webkit-autofill:hover,
body.theme-dark input[type=text]:-webkit-autofill:focus,
body.theme-dark input[type=text]:-webkit-autofill:active,
body.theme-dark input[type=email]:-webkit-autofill,
body.theme-dark input[type=email]:-webkit-autofill:hover,
body.theme-dark input[type=email]:-webkit-autofill:focus,
body.theme-dark input[type=email]:-webkit-autofill:active,
body.theme-dark input[type=password]:-webkit-autofill,
body.theme-dark input[type=password]:-webkit-autofill:hover,
body.theme-dark input[type=password]:-webkit-autofill:focus,
body.theme-dark input[type=password]:-webkit-autofill:active,
body.theme-dark input[type=number]:-webkit-autofill,
body.theme-dark input[type=number]:-webkit-autofill:hover,
body.theme-dark input[type=number]:-webkit-autofill:focus,
body.theme-dark input[type=number]:-webkit-autofill:active,
body.theme-dark input[type=tel]:-webkit-autofill,
body.theme-dark input[type=tel]:-webkit-autofill:hover,
body.theme-dark input[type=tel]:-webkit-autofill:focus,
body.theme-dark input[type=tel]:-webkit-autofill:active,
body.theme-dark textarea:-webkit-autofill,
body.theme-dark textarea:-webkit-autofill:hover,
body.theme-dark textarea:-webkit-autofill:focus,
body.theme-dark textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #0F172A inset !important;
  -webkit-text-fill-color: #F8FAFC !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
body.theme-dark .form-control:focus,
body.theme-dark .form-select:focus,
body.theme-dark .figma-select-pill:focus,
body.theme-dark .choices__inner:focus,
body.theme-dark input[type=text]:focus,
body.theme-dark input[type=email]:focus,
body.theme-dark input[type=password]:focus,
body.theme-dark input[type=number]:focus,
body.theme-dark input[type=tel]:focus,
body.theme-dark textarea:focus {
  background-color: #0F172A !important;
  border-color: #37a279 !important;
  box-shadow: 0 0 0 0.25rem rgba(55, 162, 121, 0.25) !important;
}
body.theme-dark .form-select,
body.theme-dark .custom-select,
body.theme-dark select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23CBD5E1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
}
body.theme-dark .multiselect,
body.theme-dark .multiselect__tags {
  background-color: #0F172A !important;
  border: 1px solid #334155 !important;
  color: #F8FAFC !important;
}
body.theme-dark .multiselect__single,
body.theme-dark .multiselect__input {
  background-color: transparent !important;
  color: #F8FAFC !important;
}
body.theme-dark .multiselect__placeholder {
  color: #64748B !important;
}
body.theme-dark .multiselect__content-wrapper {
  background-color: #0F172A !important;
  border: 1px solid #334155 !important;
  border-top: none !important;
}
body.theme-dark .multiselect__option {
  background-color: #0F172A !important;
  color: #F8FAFC !important;
}
body.theme-dark .multiselect__option--highlight {
  background-color: #37a279 !important;
  color: #FFFFFF !important;
}
body.theme-dark .multiselect__option--selected {
  background-color: #1E293B !important;
  color: #37a279 !important;
}
body.theme-dark .select2-container--default .select2-selection--single,
body.theme-dark .select2-container--default .select2-selection--multiple {
  background-color: #0F172A !important;
  border: 1px solid #334155 !important;
  color: #F8FAFC !important;
}
body.theme-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #F8FAFC !important;
}
body.theme-dark .select2-dropdown {
  background-color: #0F172A !important;
  border: 1px solid #334155 !important;
  color: #F8FAFC !important;
}
body.theme-dark .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #1E293B !important;
  border: 1px solid #334155 !important;
  color: #F8FAFC !important;
}
body.theme-dark .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #37a279 !important;
  color: #FFFFFF !important;
}
body.theme-dark .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #1E293B !important;
  color: #37a279 !important;
}
body.theme-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #1E293B !important;
  border-color: #334155 !important;
  color: #F8FAFC !important;
}
body.theme-dark .select2-container--default .select2-selection--single .select2-selection__placeholder,
body.theme-dark .select2-search__field::placeholder,
body.theme-dark .select2-search__field::-webkit-input-placeholder,
body.theme-dark .select2-search__field:-ms-input-placeholder,
body.theme-dark .select2-search__field::-moz-placeholder {
  color: #64748B !important;
}
body.theme-dark .input-group-text {
  background-color: #1E293B !important;
  border-color: #334155 !important;
  color: #94A3B8 !important;
}
body.theme-dark label {
  color: #CBD5E1 !important;
}
body.theme-dark .table {
  color: #F1F5F9 !important;
  border-color: #334155 !important;
  /* Handle striped tables in dark mode */
  /* Empty states and table-busy */
}
body.theme-dark .table thead th {
  background-color: #0F172A !important;
  color: #94A3B8 !important;
  border-bottom: 2px solid #334155 !important;
}
body.theme-dark .table td,
body.theme-dark .table tr {
  background-color: #1E293B !important;
  border-color: #334155 !important;
  color: #F1F5F9 !important;
}
body.theme-dark .table.table-striped tbody tr:nth-of-type(odd) td,
body.theme-dark .table.table-striped tbody tr:nth-of-type(odd) th {
  background-color: rgba(255, 255, 255, 0.02) !important;
}
body.theme-dark .table tbody tr:hover td,
body.theme-dark .table .figma-tr:hover td, body.theme-dark .table.figma-order-table tbody tr:hover td, body.theme-dark .table.figma-order-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.04) !important;
}
body.theme-dark .table .b-table-empty-row,
body.theme-dark .table .b-table-busy-slot {
  background-color: #1E293B !important;
  color: #94A3B8 !important;
}
body.theme-dark .table .b-table-empty-row div,
body.theme-dark .table .b-table-empty-row strong,
body.theme-dark .table .b-table-busy-slot div,
body.theme-dark .table .b-table-busy-slot strong {
  color: #94A3B8 !important;
}
body.theme-dark .figma-hover-light:hover {
  background-color: rgba(255, 255, 255, 0.04) !important;
}
body.theme-dark .figma-avatar-42,
body.theme-dark .figma-avatar-32 {
  background-color: #334155 !important;
}
body.theme-dark .bg-platform-box {
  background-color: #1E293B !important;
  border-color: #334155 !important;
}
body.theme-dark .lang-selector {
  background-color: #1E293B !important;
  border-color: #334155 !important;
  border-radius: 20px !important;
}
body.theme-dark .burger-btn {
  background-color: #1E293B !important;
  border-color: #334155 !important;
}
body.theme-dark .header-cache-btn {
  background-color: rgba(16, 185, 129, 0.15) !important;
  color: #10B981 !important;
}
body.theme-dark .header-cache-btn:hover {
  background-color: rgba(16, 185, 129, 0.25) !important;
}
body.theme-dark .apexcharts-canvas line,
body.theme-dark .apexcharts-canvas path {
  stroke: #334155 !important;
}
body.theme-dark .apexcharts-datalabels-group text {
  fill: #F8FAFC !important;
}
body.theme-dark .figma-text-xl-semibold,
body.theme-dark .figma-text-base-bold,
body.theme-dark .figma-customer-name,
body.theme-dark .figma-seller-name,
body.theme-dark .figma-title-bold,
body.theme-dark .figma-date-bold,
body.theme-dark .figma-amount-bold {
  color: #F8FAFC !important;
}
body.theme-dark .figma-modal-header {
  background-color: #1E293B !important;
  border-bottom-color: #334155 !important;
}
body.theme-dark .figma-modal-subtitle,
body.theme-dark .figma-customer-email,
body.theme-dark .figma-text-muted,
body.theme-dark .figma-time-light {
  color: #94A3B8 !important;
}
body.theme-dark .figma-btn-close {
  background-color: #334155 !important;
  border-color: #475569 !important;
}
body.theme-dark .figma-btn-close i {
  color: #CBD5E1 !important;
}
body.theme-dark .figma-btn-close:hover {
  background-color: #475569 !important;
  border-color: #64748B !important;
}
body.theme-dark .order-item-card {
  background-color: #1E293B !important;
  border-color: #334155 !important;
}
body.theme-dark .modal-content {
  background-color: #1E293B !important;
  border-color: #334155 !important;
}
body.theme-dark .modal-footer {
  background-color: #0F172A !important;
  border-top-color: #334155 !important;
}
body.theme-dark .modal-body-content::-webkit-scrollbar-thumb {
  background: #334155 !important;
}
body.theme-dark .modal-body-content::-webkit-scrollbar-thumb:hover {
  background: #475569 !important;
}
body.theme-dark .figma-order-table,
body.theme-dark .figma-table {
  background-color: #1E293B !important;
  border-color: #334155 !important;
}
body.theme-dark .figma-order-table thead th,
body.theme-dark .figma-table thead th {
  background-color: #0F172A !important;
  color: #94A3B8 !important;
  border-bottom-color: #334155 !important;
}
body.theme-dark .figma-order-table tbody td,
body.theme-dark .figma-order-table .figma-tr td,
body.theme-dark .figma-table tbody td,
body.theme-dark .figma-table .figma-tr td {
  background-color: #1E293B !important;
  border-bottom-color: #334155 !important;
  color: #E2E8F0 !important;
}
body.theme-dark .figma-order-table tbody tr:hover td,
body.theme-dark .figma-order-table .figma-tr:hover td,
body.theme-dark .figma-table tbody tr:hover td,
body.theme-dark .figma-table .figma-tr:hover td {
  background-color: rgba(255, 255, 255, 0.03) !important;
}
body.theme-dark .figma-payment-method-badge {
  background-color: #334155 !important;
  color: #E2E8F0 !important;
}
body.theme-dark .figma-action-btn {
  background-color: #334155 !important;
  color: #CBD5E1 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
body.theme-dark .figma-action-btn:hover {
  background-color: #475569 !important;
  color: #F8FAFC !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}
body.theme-dark .figma-stat-label {
  color: #94A3B8 !important;
}
body.theme-dark .figma-stat-value,
body.theme-dark .figma-stat-value.h1,
body.theme-dark .figma-stat-value.h6 {
  color: #F8FAFC !important;
}
body.theme-dark .figma-card-white {
  background-color: #1E293B !important;
  border-color: #334155 !important;
}
body.theme-dark .status-received,
body.theme-dark .status-pending {
  background: rgba(245, 158, 11, 0.2) !important;
  color: #FBBF24 !important;
}
body.theme-dark .status-processed,
body.theme-dark .status-processing {
  background: rgba(59, 130, 246, 0.2) !important;
  color: #60A5FA !important;
}
body.theme-dark .status-delivered {
  background: rgba(37, 99, 235, 0.2) !important;
  color: #93C5FD !important;
}
body.theme-dark .status-shipped {
  background: rgba(147, 51, 234, 0.2) !important;
  color: #C084FC !important;
}
body.theme-dark .status-outfordelivery {
  background: rgba(13, 148, 136, 0.2) !important;
  color: #5EEAD4 !important;
}
body.theme-dark .status-cancelled,
body.theme-dark .status-returned {
  background: rgba(148, 163, 184, 0.2) !important;
  color: #CBD5E1 !important;
}
body.theme-dark .figma-bg-soft-green {
  background-color: #0F172A !important;
  /* Dark navy instead of pale green */
  border-radius: 20px;
}
body.theme-dark .trend-up {
  background: rgba(16, 185, 129, 0.2) !important;
  color: #34D399 !important;
}
body.theme-dark .trend-down {
  background: rgba(239, 68, 68, 0.2) !important;
  color: #F87171 !important;
}
body.theme-dark ::-webkit-scrollbar-track {
  background: #0F172A !important;
}
body.theme-dark ::-webkit-scrollbar-thumb {
  background: #334155 !important;
}
body.theme-dark ::-webkit-scrollbar-thumb:hover {
  background: #475569 !important;
}
body.theme-dark .figma-kpi-card-v2 {
  background: #1E293B !important;
  border-color: #334155 !important;
}
body.theme-dark .figma-kpi-card-v2 .figma-kpi-label-v2 {
  color: #94A3B8 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
body.theme-dark .figma-kpi-card-v2 .figma-kpi-value-v2 {
  color: #F8FAFC !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
body.theme-dark .card-kpi-new,
body.theme-dark .card-kpi-processing,
body.theme-dark .card-kpi-ready,
body.theme-dark .card-kpi-out {
  background-color: #1E293B !important;
  border-color: #334155 !important;
}
body.theme-dark .bg-stat-blue-light,
body.theme-dark .bg-stat-green-light,
body.theme-dark .bg-stat-orange-light,
body.theme-dark .bg-stat-red-light,
body.theme-dark .bg-stat-pink-light,
body.theme-dark .bg-stat-purple-light {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body.theme-dark .pagination .page-item .page-link,
body.theme-dark .figma-pagination .page-item .page-link {
  background-color: #1E293B !important;
  border-color: #334155 !important;
  color: #CBD5E1 !important;
}
body.theme-dark .pagination .page-item .page-link:hover:not(.active),
body.theme-dark .figma-pagination .page-item .page-link:hover:not(.active) {
  background-color: #334155 !important;
  color: #F8FAFC !important;
}
body.theme-dark .pagination .page-item.active .page-link,
body.theme-dark .figma-pagination .page-item.active .page-link {
  background-color: #37a279 !important;
  border-color: #37a279 !important;
  color: #FFFFFF !important;
}
body.theme-dark .pagination .page-item.disabled .page-link,
body.theme-dark .figma-pagination .page-item.disabled .page-link {
  background-color: #0F172A !important;
  border-color: #1E293B !important;
  color: #475569 !important;
}
body.theme-dark .figma-filter-section,
body.theme-dark .figma-main-section-card,
body.theme-dark .figma-action-bar-row,
body.theme-dark .figma-table-footer,
body.theme-dark .figma-search-container,
body.theme-dark .btn-figma-filter,
body.theme-dark .btn-figma-columns,
body.theme-dark .bg-light-soft,
body.theme-dark .bg-light-figma,
body.theme-dark .bg-light-soft-green,
body.theme-dark .bg-light-success-stat,
body.theme-dark .bg-light-orange-stat,
body.theme-dark .bg-light-blue-stat,
body.theme-dark .bg-light-red-stat,
body.theme-dark .bg-light-primary,
body.theme-dark .bg-light-success,
body.theme-dark .bg-light-warning,
body.theme-dark .bg-light-danger,
body.theme-dark .bg-light-info {
  background-color: #1E293B !important;
  border-color: #334155 !important;
  color: #F8FAFC !important;
}
body.theme-dark .vue-dropzone {
  background-color: #0F172A !important;
  border: 2px dashed #334155 !important;
  color: #F8FAFC !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
}
body.theme-dark .vue-dropzone:hover {
  background-color: #1E293B !important;
  border-color: #37a279 !important;
}
body.theme-dark .vue-dropzone .dz-message {
  margin: 2em 0 !important;
}
body.theme-dark .vue-dropzone .dropzone-custom-title {
  color: #F8FAFC !important;
  font-weight: 600 !important;
}
body.theme-dark .vue-dropzone .subtitle {
  color: #94A3B8 !important;
}
body.theme-dark .alert-info {
  background-color: rgba(14, 165, 233, 0.1) !important;
  border-color: rgba(14, 165, 233, 0.2) !important;
  color: #7DD3FC !important;
}
body.theme-dark .figma-search-input {
  background-color: transparent !important;
  color: #F8FAFC !important;
}
body.theme-dark .btn-figma-filter,
body.theme-dark .btn-figma-columns {
  color: #94A3B8 !important;
}
body.theme-dark .btn-figma-filter:hover,
body.theme-dark .btn-figma-columns:hover {
  background-color: #334155 !important;
  color: #F8FAFC !important;
}
body.theme-dark .btn-figma-filter.active, body.theme-dark .btn-figma-filter.show,
body.theme-dark .btn-figma-columns.active,
body.theme-dark .btn-figma-columns.show {
  background-color: #334155 !important;
  color: #37a279 !important;
  border-color: #37a279 !important;
}
body.theme-dark .btn-figma-filter i,
body.theme-dark .btn-figma-columns i {
  color: inherit !important;
}
body.theme-dark .figma-action-bar-row,
body.theme-dark .figma-table-footer {
  border-top-color: #334155 !important;
  border-bottom-color: #334155 !important;
}
body.theme-dark .modern-select,
body.theme-dark .modern-datepicker-container {
  background-color: #0F172A !important;
  border: 1px solid #334155 !important;
  color: #F1F5F9 !important;
}
body.theme-dark .modern-datepicker-container .reportrange-text {
  background-color: transparent !important;
  border: none !important;
  color: #F1F5F9 !important;
}
body.theme-dark .column-check-list-modern,
body.theme-dark .dropdown-header-custom {
  background-color: #1E293B !important;
  color: #F8FAFC !important;
  border-color: #334155 !important;
}
body.theme-dark .column-label {
  color: #CBD5E1 !important;
}
body.theme-dark .custom-check-icon {
  background-color: #0F172A !important;
  border-color: #334155 !important;
}
body.theme-dark .figma-total-label-cell,
body.theme-dark .figma-total-amount-cell,
body.theme-dark .figma-total-empty-cell {
  background-color: #0F172A !important;
  border-color: #334155 !important;
  color: #F8FAFC !important;
}
body.theme-dark .showing-results-text {
  color: #94A3B8 !important;
}
body.theme-dark .showing-bold {
  color: #F8FAFC !important;
}
body.theme-dark .daterangepicker {
  background-color: #1E293B !important;
  border: 1px solid #334155 !important;
  color: #F8FAFC !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.2) !important;
  /* Side Ranges List (if present) */
}
body.theme-dark .daterangepicker .calendar-table {
  background-color: transparent !important;
  border: none !important;
}
body.theme-dark .daterangepicker td.off,
body.theme-dark .daterangepicker td.off.in-range,
body.theme-dark .daterangepicker td.off.start-date,
body.theme-dark .daterangepicker td.off.end-date {
  background-color: transparent !important;
  color: #475569 !important;
}
body.theme-dark .daterangepicker td.available:hover,
body.theme-dark .daterangepicker th.available:hover {
  background-color: #334155 !important;
  color: #F8FAFC !important;
}
body.theme-dark .daterangepicker td.in-range {
  background-color: #334155 !important;
  color: #CBD5E1 !important;
}
body.theme-dark .daterangepicker td.active,
body.theme-dark .daterangepicker td.active:hover {
  background-color: #37a279 !important;
  color: #FFFFFF !important;
}
body.theme-dark .daterangepicker .calendar-header select {
  background-color: #0F172A !important;
  color: #F8FAFC !important;
  border-color: #334155 !important;
}
body.theme-dark .daterangepicker .drp-buttons {
  border-top: 1px solid #334155 !important;
  background-color: #1E293B !important;
}
body.theme-dark .daterangepicker .ranges li {
  color: #CBD5E1 !important;
  background-color: #1E293B !important;
  border: 1px solid #334155 !important;
}
body.theme-dark .daterangepicker .ranges li:hover, body.theme-dark .daterangepicker .ranges li.active {
  background-color: #334155 !important;
  color: #F8FAFC !important;
}

/* Perfected Orders Table Design */
.figma-order-table {
  background: #FFFFFF !important;
  border: none !important;
  border-radius: 0 0 16px 16px !important;
  overflow: hidden;
}

.figma-order-table thead th {
  background-color: #F7F7F7 !important;
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  border-top: 1px solid #EDEDED !important;
  border-bottom: 1px solid #EDEDED !important;
  padding: 14px 24px !important;
  vertical-align: middle !important;
  border-left: none !important;
  border-right: none !important;
}

.figma-order-table tbody tr {
  border-bottom: 1px solid #F1F5F9 !important;
  transition: background-color 0.2s ease;
}

.figma-order-table tbody tr:hover {
  background-color: #F8FAFC !important;
}

.figma-order-table tbody td {
  padding: 8px 16px !important;
  vertical-align: middle !important;
  border: none !important;
}

@media (min-width: 768px) {
  .figma-order-table tbody td {
    height: 48px !important;
    white-space: nowrap;
  }
}
/* Responsive Stacked Table Fix */
@media (max-width: 767.98px) {
  .figma-order-table.b-table.stacked-md,
.figma-table.b-table.stacked-md {
    display: block !important;
    width: 100% !important;
  }

  .figma-order-table.b-table.stacked-md > tbody > tr,
.figma-table.b-table.stacked-md > tbody > tr {
    display: block !important;
    border: 1px solid #EDEDED !important;
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    overflow: hidden !important;
    background: #FFFFFF !important;
    box-shadow: none !important;
  }

  .figma-order-table.b-table.stacked-md > tbody > tr > [data-label],
.figma-table.b-table.stacked-md > tbody > tr > [data-label] {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: right !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #F1F5F9 !important;
    height: auto !important;
    white-space: normal !important;
    min-height: 44px !important;
  }

  .figma-order-table.b-table.stacked-md > tbody > tr > [data-label]::before,
.figma-table.b-table.stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label) !important;
    font-weight: 700 !important;
    color: #64748B !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    text-align: left !important;
    flex: 1 !important;
    margin-right: 15px !important;
  }

  .figma-order-table.b-table.stacked-md > tbody > tr > [data-label] > div,
.figma-table.b-table.stacked-md > tbody > tr > [data-label] > div {
    display: inline-block !important;
    text-align: right !important;
  }

  /* Remove specific column widths on mobile */
  .figma-order-table .col-id,
.figma-order-table .col-customer,
.figma-order-table .col-seller,
.figma-order-table .col-items,
.figma-order-table .col-payment,
.figma-order-table .col-date,
.figma-order-table .col-status,
.figma-order-table .col-actions,
.figma-table .col-id,
.figma-table .col-customer {
    width: 100% !important;
  }

  /* Align actions to right in mobile stacked view */
  .figma-order-table.b-table.stacked-md > tbody > tr > [data-label=Action],
.figma-table.b-table.stacked-md > tbody > tr > [data-label=Action],
.figma-order-table.b-table.stacked-md > tbody > tr > [data-label=Actions],
.figma-table.b-table.stacked-md > tbody > tr > [data-label=Actions] {
    justify-content: space-between !important;
  }
}
/* Column Widths from Figma */
.figma-order-table .col-id {
  width: 100px;
}

.figma-order-table .col-customer {
  width: 200px;
}

.figma-order-table .col-seller {
  width: 180px;
}

.figma-order-table .col-items {
  width: 120px;
  text-align: center;
}

.figma-order-table .col-payment {
  width: 150px;
}

.figma-order-table .col-date {
  width: 180px;
}

.figma-order-table .col-status {
  width: 140px;
  text-align: center;
}

.figma-order-table .col-actions {
  width: 100px;
}

/* View Order Details Styling */
.order-details-wrapper .card {
  border-radius: 16px !important;
  border: 1px solid #EDEDED !important;
  box-shadow: none !important;
}
.order-details-wrapper .figma-status-pill.status-wallet {
  background: #E0F2FE !important;
  color: #0284C7 !important;
}
.order-details-wrapper .header-info-item {
  border-right: 1px solid #EDEDED;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .order-details-wrapper .header-info-item {
    border-right: none;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.order-details-wrapper .header-info-item:last-of-type {
  border-right: none;
  padding-right: 0;
}
.order-details-wrapper .bg-success-light {
  background-color: #DCFCE7 !important;
}
.order-details-wrapper .bg-danger-light {
  background-color: #FEE2E2 !important;
}
.order-details-wrapper .avatar-box {
  flex-shrink: 0;
  background-color: #F1F5F9 !important;
}
.order-details-wrapper .table tbody td {
  border-bottom: 1px solid #F1F5F9 !important;
  padding: 16px 12px !important;
}
.order-details-wrapper .billing-list .text-muted {
  font-size: 14px;
  font-weight: 500;
}
.order-details-wrapper .line-height-md {
  line-height: 1.6;
}

/* Global Shadow Removal for Containers */
.shadow-sm,
.shadow-xs,
.shadow {
  box-shadow: none !important;
}

/* --- Filter Section (Expandable) --- */
.figma-filter-section {
  background: #FFFFFF !important;
  padding: 24px !important;
  /* Padding/p-6 */
  border-bottom: 1px solid #EDEDED !important;
  /* Border Width/b - 1 */
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.figma-filter-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  /* Padding/p-1 gap between label and input */
  width: 100% !important;
}

.figma-filter-label {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #000000 !important;
  margin-bottom: 0 !important;
}

.modern-select,
.modern-datepicker-container {
  height: 48px !important;
  border: 1px solid #555555 !important;
  border-radius: 8px !important;
  background-color: #FFFFFF !important;
  padding: 12px 16px !important;
  display: flex !important;
  align-items: center !important;
  width: 100%;
  font-size: 14px !important;
  color: #333333 !important;
  transition: all 0.2s ease;
}

.modern-select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748B' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px !important;
}

.modern-select:focus,
.modern-datepicker-container:focus-within {
  border-color: #55AE7B !important;
  box-shadow: 0 0 0 2px rgba(85, 174, 123, 0.1) !important;
  outline: none !important;
}

.modern-datepicker-container {
  position: relative;
  padding: 0 !important;
  overflow: hidden !important;
  /* vue2-daterange-picker handles inner padding */
}

.modern-datepicker-container .vue-daterange-picker {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.modern-datepicker-container .reportrange-text {
  border: none !important;
  background: transparent !important;
  padding: 12px 40px 12px 16px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  font-size: 14px !important;
  color: #333333 !important;
}

.modern-datepicker-container .reportrange-text i {
  display: none !important;
  /* Hide default icon */
}

.figma-filter-icon-right {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748B;
  pointer-events: none;
  font-size: 18px;
  display: flex;
  align-items: center;
}

/* --- Column Dropdown (Show Columns) --- */
.column-dropdown .dropdown-menu {
  width: 250px !important;
  padding: 0 !important;
  border: 1px solid #EDEDED !important;
  border-radius: 16px !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden !important;
}

.column-check-list-modern {
  display: flex;
  flex-direction: column;
}

.dropdown-header-custom {
  height: 52px !important;
  padding: 16px !important;
  /* p-4 */
  border-bottom: 1px solid #EDEDED !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333333 !important;
  display: flex;
  align-items: center;
  background: #FFFFFF;
}

.column-items-container {
  padding: 24px !important;
  /* p-6 */
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  /* Standard spacing for lists */
}

.column-item {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  /* p-4 gap between check and text */
  height: 24px !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.column-item:hover .column-label {
  color: #55AE7B !important;
}

.custom-check-icon {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #EDEDED !important;
  border-radius: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease;
  background: #FFFFFF !important;
}

.custom-check-icon.active {
  background: #55AE7B !important;
  border-color: #55AE7B !important;
}

.custom-check-icon i {
  color: #FFFFFF !important;
  font-size: 12px !important;
}

.column-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #333333 !important;
}

/* --- Main Section Cards --- */
.figma-main-section-card {
  background: #FFFFFF !important;
  border: 1px solid #CED4DA !important;
  border-radius: 16px !important;
  /* rounded-2xl */
  overflow: hidden !important;
  box-shadow: none !important;
}

.figma-main-section-card .card-header {
  padding: 16px 24px !important;
}

.figma-action-bar-row {
  min-height: 96px !important;
  height: auto !important;
  padding: 24px !important;
  /* p-6 */
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid #EDEDED !important;
  background: #FFFFFF !important;
  margin-bottom: 0 !important;
}

.figma-action-bar-row .modern-select {
  width: auto !important;
  min-width: 150px !important;
  height: 40px !important;
  padding: 8px 16px !important;
  padding-right: 40px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  border: 1px solid #333333 !important;
}

.figma-table-footer {
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px !important;
  border-top: 1px solid #EDEDED !important;
  background-color: #FFFFFF !important;
}

.table-responsive {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

/* --- Global Success Messages (Toast) Figma Alignments --- */
.v-toast__item {
  border-radius: 4px !important;
  min-height: 56px !important;
  width: 340px !important;
  max-width: 90vw !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  font-family: inherit !important;
}

.v-toast__item--success {
  background-color: #48C774 !important;
  color: #FFFFFF !important;
}

.v-toast__text {
  font-size: 15px !important;
  font-weight: 500 !important;
  padding-left: 12px !important;
  margin: 0 !important;
}

/* --- File Input Div (Add/Edit Seller Dropzone) --- */
.file-input-div {
  border: 2px dashed #CBD5E1 !important;
  background-color: #F8FAFC !important;
  transition: all 0.2s ease;
}

.file-input-div:hover {
  border-color: #37a279 !important;
  background-color: #F1F5F9 !important;
}

body.theme-dark {
  /* Fix TinyMCE Editor Toolbar Text Visibility */
  /* Common Action Icon Overrides (Delete and Edit icons in dark mode) */
  /* Common Hover states for inline SVGs inside standard buttons / wrappers */
  /* Support for specific hover colors of delete icon (red-ish hover transitions) */
}
body.theme-dark .bg-gray-100 {
  background-color: #1E293B !important;
}
body.theme-dark .detail-card,
body.theme-dark .auth-section,
body.theme-dark .auth-card {
  background-color: #1E293B !important;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) !important;
  border: 1px solid #334155 !important;
}
body.theme-dark .content {
  background-color: #1E293B !important;
  border: 1px solid #334155 !important;
}
body.theme-dark .file-input-div,
body.theme-dark .file-input-div.bg-gray-100 {
  border-color: #334155 !important;
  background-color: #0F172A !important;
  color: #94A3B8 !important;
}
body.theme-dark .file-input-div:hover,
body.theme-dark .file-input-div.bg-gray-100:hover {
  border-color: #37a279 !important;
  background-color: #1E293B !important;
}
body.theme-dark .file-input-div label,
body.theme-dark .file-input-div i {
  color: #94A3B8 !important;
}
body.theme-dark .tox *,
body.theme-dark .tox-tinymce-aux * {
  color: #333333 !important;
}
body.theme-dark .tox svg,
body.theme-dark .tox-tinymce-aux svg {
  fill: #333333 !important;
}
body.theme-dark .base-icon svg path[fill="#F7F7F7"] {
  fill: #334155 !important;
}
body.theme-dark .base-icon svg path[fill="#EDEDED"] {
  fill: rgba(255, 255, 255, 0.25) !important;
}
body.theme-dark .base-icon svg path[fill="#555555"],
body.theme-dark .base-icon svg path[fill=black],
body.theme-dark .base-icon svg path[fill="#000000"],
body.theme-dark .base-icon svg circle[fill=black],
body.theme-dark .base-icon svg circle[fill="#000000"] {
  fill: #CBD5E1 !important;
}
body.theme-dark .base-icon:hover svg path[fill="#F7F7F7"],
body.theme-dark .figma-action-btn:hover .base-icon svg path[fill="#F7F7F7"],
body.theme-dark .btn:hover .base-icon svg path[fill="#F7F7F7"],
body.theme-dark :hover > .base-icon svg path[fill="#F7F7F7"] {
  fill: #475569 !important;
}
body.theme-dark .base-icon:hover svg path[fill="#EDEDED"],
body.theme-dark .figma-action-btn:hover .base-icon svg path[fill="#EDEDED"],
body.theme-dark .btn:hover .base-icon svg path[fill="#EDEDED"],
body.theme-dark :hover > .base-icon svg path[fill="#EDEDED"] {
  fill: rgba(255, 255, 255, 0.35) !important;
}
body.theme-dark .base-icon:hover svg path[fill="#555555"],
body.theme-dark .base-icon:hover svg path[fill=black],
body.theme-dark .base-icon:hover svg path[fill="#000000"],
body.theme-dark .base-icon:hover svg circle[fill=black],
body.theme-dark .base-icon:hover svg circle[fill="#000000"],
body.theme-dark .figma-action-btn:hover .base-icon svg path[fill="#555555"],
body.theme-dark .figma-action-btn:hover .base-icon svg path[fill=black],
body.theme-dark .figma-action-btn:hover .base-icon svg path[fill="#000000"],
body.theme-dark .figma-action-btn:hover .base-icon svg circle[fill=black],
body.theme-dark .figma-action-btn:hover .base-icon svg circle[fill="#000000"],
body.theme-dark .btn:hover .base-icon svg path[fill="#555555"],
body.theme-dark .btn:hover .base-icon svg path[fill=black],
body.theme-dark .btn:hover .base-icon svg path[fill="#000000"],
body.theme-dark .btn:hover .base-icon svg circle[fill=black],
body.theme-dark .btn:hover .base-icon svg circle[fill="#000000"],
body.theme-dark :hover > .base-icon svg path[fill="#555555"],
body.theme-dark :hover > .base-icon svg path[fill=black],
body.theme-dark :hover > .base-icon svg path[fill="#000000"],
body.theme-dark :hover > .base-icon svg circle[fill=black],
body.theme-dark :hover > .base-icon svg circle[fill="#000000"] {
  fill: #F8FAFC !important;
}
body.theme-dark .base-icon:hover svg path[fill="#FBEAEA"],
body.theme-dark .figma-action-btn:hover .base-icon svg path[fill="#FBEAEA"],
body.theme-dark .btn:hover .base-icon svg path[fill="#FBEAEA"],
body.theme-dark :hover > .base-icon svg path[fill="#FBEAEA"] {
  fill: #451a1a !important;
  /* Dark red background on hover */
}
body.theme-dark .base-icon:hover svg path[fill="#D63031"],
body.theme-dark .figma-action-btn:hover .base-icon svg path[fill="#D63031"],
body.theme-dark .btn:hover .base-icon svg path[fill="#D63031"],
body.theme-dark :hover > .base-icon svg path[fill="#D63031"] {
  fill: #ef4444 !important;
  /* Brighter red icon on hover */
}

/* Color Picker Styling */
.color-picker-input {
  width: 60px !important;
  padding: 2px !important;
  cursor: pointer;
  border-radius: 6px !important;
  height: 42px !important;
}

/* ==========================================================================
   Daterangepicker Clean Layout & Figma Parity Reset Overrides
   ========================================================================== */
.vue-daterange-picker {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
}

.daterangepicker {
  background-color: #ffffff !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.05) !important;
  padding: 12px !important;
  font-family: "Inter", sans-serif !important;
  z-index: 99999 !important;
  /* Clean up nested list styles leaking from global presets */
  /* Reset table layout and spacing leakage */
  /* Reset calendar header cells */
  /* Reset calendar day cells */
  /* Standard Day Hover & Range States */
  /* Selected Active Days */
  /* Calendar in-range states */
  /* Out of current month days */
  /* Preset ranges menu list styling (left panel) */
  /* Action buttons block at bottom */
}
.daterangepicker ul,
.daterangepicker li {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.daterangepicker table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}
.daterangepicker tr {
  border: none !important;
  background: transparent !important;
}
.daterangepicker thead th {
  background: transparent !important;
  color: #475569 !important;
  /* Cool Slate */
  padding: 8px 4px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: none !important;
  text-transform: none !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}
.daterangepicker tbody td {
  padding: 6px !important;
  background: transparent !important;
  border: none !important;
  border-bottom: none !important;
  font-size: 13px !important;
  color: #1E293B !important;
  /* Slate Dark */
  text-align: center !important;
  vertical-align: middle !important;
  border-radius: 8px !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 24px !important;
  transition: all 0.15s ease !important;
}
.daterangepicker tbody td.day:hover {
  background-color: #F1F5F9 !important;
  color: #1E293B !important;
  cursor: pointer !important;
}
.daterangepicker tbody td.active,
.daterangepicker tbody td.active:hover {
  background-color: #55AE7B !important;
  /* Premium Brand Green */
  color: #ffffff !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}
.daterangepicker tbody td.in-range {
  background-color: #F0FDF4 !important;
  /* Soft Brand Green Tint */
  color: #15803D !important;
  border-radius: 0 !important;
}
.daterangepicker tbody td.off,
.daterangepicker tbody td.off:hover {
  background-color: transparent !important;
  color: #94A3B8 !important;
  /* Slate Muted */
  opacity: 0.4 !important;
}
.daterangepicker .ranges li {
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 8px 16px !important;
  color: #475569 !important;
  border-radius: 8px !important;
  transition: all 0.15s ease !important;
  cursor: pointer !important;
  margin-bottom: 6px !important;
  background: transparent !important;
}
.daterangepicker .ranges li:hover {
  background-color: #F1F5F9 !important;
  color: #1E293B !important;
}
.daterangepicker .ranges li.active {
  background-color: #55AE7B !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}
.daterangepicker .drp-buttons {
  border-top: 1px solid #EDEDED !important;
  padding-top: 12px !important;
  margin-top: 8px !important;
  display: flex !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}
.daterangepicker .drp-buttons .btn {
  padding: 6px 16px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  border: none !important;
}
.daterangepicker .drp-buttons .cancelBtn {
  background-color: #F1F5F9 !important;
  color: #475569 !important;
}
.daterangepicker .drp-buttons .cancelBtn:hover {
  background-color: #E2E8F0 !important;
}
.daterangepicker .drp-buttons .applyBtn {
  background-color: #55AE7B !important;
  color: #ffffff !important;
}
.daterangepicker .drp-buttons .applyBtn:hover {
  background-color: #449264 !important;
  box-shadow: 0 4px 12px rgba(85, 174, 123, 0.2) !important;
}

/* --- Premium Vue-Multiselect Overrides to standardise border-radius and style --- */
.multiselect {
  border-radius: 10px !important;
}

.multiselect__tags {
  border: 1px solid #E2E8F0 !important;
  border-radius: 10px !important;
  padding: 6px 40px 0 16px !important;
  min-height: 43px !important;
  background: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  transition: all 0.2s ease !important;
}

.multiselect__single {
  padding-left: 0 !important;
  margin-bottom: 6px !important;
  font-size: 14px !important;
  color: #1E293B !important;
  background: transparent !important;
}

.multiselect__placeholder {
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
  font-size: 14px !important;
  color: #94A3B8 !important;
}

.multiselect__select {
  height: 40px !important;
}

/* Focus / Active state overrides */
.multiselect--active .multiselect__tags {
  border-color: #10B981 !important;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1) !important;
}

/* Dark Mode Support for Multiselect */
.dark-mode .multiselect__tags,
[data-theme=dark] .multiselect__tags {
  border-color: #334155 !important;
  background: #0F172A !important;
}
.dark-mode .multiselect__single,
[data-theme=dark] .multiselect__single {
  color: #F8FAFC !important;
}
.dark-mode .multiselect__placeholder,
[data-theme=dark] .multiselect__placeholder {
  color: #64748B !important;
}
.dark-mode .multiselect--active .multiselect__tags,
[data-theme=dark] .multiselect--active .multiselect__tags {
  border-color: #37a279 !important;
  box-shadow: 0 0 0 4px rgba(55, 162, 121, 0.2) !important;
}
