@charset "UTF-8";
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▶";
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}

html.dark table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0d6efd;
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
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,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable tbody tr {
  background-color: transparent;
}
table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: white;
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable tbody tr.selected a {
  color: #090a0b;
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td, table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
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.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: #0262ef;
}
table.dataTable.cell-border > tbody > tr > th,
table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr > th:first-child,
table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
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 > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}
table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}
table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}
table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

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;
  color: inherit;
  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;
  color: inherit;
  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;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 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: #111;
  /* 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: #0c0c0c;
  /* 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_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -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 rgba(0, 0, 0, 0.3);
}
.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;
  }
}
html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}
html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid #595b5e;
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}
html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid #595b5e;
}
html.dark table.dataTable.row-border > tbody > tr > th,
html.dark table.dataTable.row-border > tbody > tr > td, html.dark table.dataTable.display > tbody > tr > th,
html.dark table.dataTable.display > tbody > tr > td {
  border-top: 1px solid #404346;
}
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: #0257d5;
}
html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid #404346;
  border-right: 1px solid #404346;
}
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid #404346;
}
html.dark .dataTables_wrapper .dataTables_filter input,
html.dark .dataTables_wrapper .dataTables_length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #595b5e;
  background: rgba(255, 255, 255, 0.15);
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #666 !important;
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #353535;
  background: #353535;
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #3a3a3a;
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

/*
** persian-datepicker - v1.2.0
** Reza Babakhani <babakhani.reza@gmail.com>
** http://babakhani.github.io/PersianWebToolkit/docs/datepicker
** Under MIT license 
*/ 

.datepicker-plot-area {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
  transition: all 100ms ease; }

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
  border-radius: 0; }

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.datepicker-plot-area .datepicker-time-view .down-btn {
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.datepicker-plot-area, .datepicker-plot-area .datepicker-time-view > .time-segment {
  border-radius: 0; }

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item, .datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  border-radius: 0; }

.datepicker-plot-area {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item, .datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable, .datepicker-plot-area .datepicker-time-view > .time-segment, .datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn, .datepicker-plot-area .datepicker-time-view input, .datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev, .datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
  cursor: pointer; }

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
  font: 14px;
  background-color: #fff;
  color: #333;
  border: 0;
  text-shadow: none; }

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
  background-color: #f1f1f1;
  color: #ccc;
  border: none;
  text-shadow: none;
  cursor: default; }

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
  background-color: #333;
  color: #fff;
  border: 0;
  text-shadow: none; }

.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
  background-color: "";
  color: #ccc;
  border: none;
  text-shadow: none; }

.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
  background-color: #005299;
  color: #fff;
  border: none;
  text-shadow: 1px 1px 1px #000; }

.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover {
  background-color: #007be6;
  color: #fff;
  border: 0;
  text-shadow: none; }

.datepicker-container {
  display: block;
  position: absolute;
  z-index: 100000;
  top: 0;
  direction: ltr; }
  .datepicker-container.pwt-hide {
    display: none; }

.datepicker-plot-area {
  box-sizing: border-box;
  overflow: hidden;
  min-height: 70px;
  display: block;
  width: 200px;
  min-width: 200px;
  padding: 3px;
  position: absolute;
  font: 12px tahoma;
  border: 1px solid #ccc;
  background-color: #fff; }
  .datepicker-plot-area.datepicker-state-only-time {
    padding: 0; }
  .datepicker-plot-area table,
  .datepicker-plot-area th,
  .datepicker-plot-area td {
    border: 0;
    background: none; }
  .datepicker-plot-area * {
    text-align: center;
    color: #333; }
  .datepicker-plot-area .datepicker-day-view,
  .datepicker-plot-area .datepicker-month-view,
  .datepicker-plot-area .datepicker-year-view {
    display: block;
    width: 100%;
    float: left;
    min-height: 200px;
    margin: 0; }

.datepicker-plot-area-inline-view {
  display: block;
  width: 100%;
  position: static;
  float: left; }

.datepicker-plot-area .datepicker-time-view {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  background: #f9f9f9;
  border-top: 1px solid #f1f1f1; }
  .datepicker-plot-area .datepicker-time-view > .time-segment {
    display: block;
    width: 22%;
    float: left;
    overflow: hidden; }
    .datepicker-plot-area .datepicker-time-view > .time-segment:hover .down-btn,
    .datepicker-plot-area .datepicker-time-view > .time-segment:hover .up-btn {
      font-weight: bold; }
  .datepicker-plot-area .datepicker-time-view .divider {
    display: block;
    width: 3%;
    height: 60px;
    line-height: 60px;
    float: left;
    overflow: hidden;
    font: 12px bold; }
    .datepicker-plot-area .datepicker-time-view .divider span {
      height: 60px;
      line-height: 60px; }
  .datepicker-plot-area .datepicker-time-view .down-btn,
  .datepicker-plot-area .datepicker-time-view .up-btn {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    height: 20px;
    line-height: 22px;
    color: #ccc; }
    .datepicker-plot-area .datepicker-time-view .down-btn:hover,
    .datepicker-plot-area .datepicker-time-view .up-btn:hover {
      background-color: rgba(250, 250, 250, 0.3);
      color: #807f7f; }
  .datepicker-plot-area .datepicker-time-view input {
    display: block;
    width: 90%;
    margin: 0 5%;
    height: 20px;
    padding: 0;
    outline: none;
    border: none;
    background: transparent; }

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view {
  padding: 0 5px;
  margin: 0; }
  .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view > .time-segment,
  .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view > .divider {
    padding: 5px 0; }

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view > .time-segment {
  width: 31.33%; }

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view > .meridian-divider {
  display: none; }

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view > .time-segment {
  width: 31.33%; }

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view > .second-divider {
  display: none; }

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .time-segment {
  width: 48%; }

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .second-divider,
.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .meridian-divider {
  display: none; }

.datepicker-plot-area .datepicker-day-view .table-days {
  width: 100%;
  float: left;
  direction: rtl; }
  .datepicker-plot-area .datepicker-day-view .table-days td {
    width: 14.2%;
    height: 26px;
    padding: 0;
    margin: 0;
    position: relative; }
    .datepicker-plot-area .datepicker-day-view .table-days td .alter-calendar-day {
      font-style: normal;
      position: absolute;
      font-size: 8.5px;
      bottom: 0;
      right: 2px;
      color: #f1f1f1; }
    .datepicker-plot-area .datepicker-day-view .table-days td span {
      display: block;
      width: 100%;
      height: 26px;
      line-height: 26px;
      padding: 0;
      margin: 0; }

.datepicker-plot-area .datepicker-day-view .month-grid-box {
  display: block;
  width: 100%;
  float: right;
  min-height: 180px;
  margin: 8px 0; }
  .datepicker-plot-area .datepicker-day-view .month-grid-box .header {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 8px; }
    .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row {
      display: block;
      width: 100%;
      height: 25px;
      float: left; }
    .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
      display: block;
      width: 14.2%;
      height: 25px;
      float: right;
      line-height: 25px;
      font: 11px;
      font-weight: bold;
      color: #333; }

.datepicker-plot-area .datepicker-year-view,
.datepicker-plot-area .datepicker-month-view {
  padding-top: 10px; }

.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
  display: block;
  width: 33.333333%;
  margin: 2px 0 0;
  float: right;
  height: 42px;
  line-height: 42px; }

.datepicker-plot-area .datepicker-navigator {
  display: block;
  width: 100%;
  float: left; }
  .datepicker-plot-area .datepicker-navigator .pwt-btn-next,
  .datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
  .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    background-color: rgba(250, 250, 250, 0.1);
    color: #333; }
    .datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover,
    .datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover,
    .datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
      background-color: rgba(250, 250, 250, 0.3); }
  .datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    display: block;
    width: 15%;
    float: left; }
  .datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    display: block;
    width: 66%;
    margin: 0 2%;
    float: left; }
  .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    width: 15%;
    float: left; }

.datepicker-plot-area .toolbox {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px; }
  .datepicker-plot-area .toolbox .pwt-btn-submit,
  .datepicker-plot-area .toolbox .pwt-btn-calendar,
  .datepicker-plot-area .toolbox .pwt-btn-today {
    background-color: rgba(250, 250, 250, 0.1);
    float: right;
    display: block;
    font-weight: bold;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    margin: 0 auto;
    margin-left: 5px;
    padding: 0 5px;
    min-width: 50px; }
    .datepicker-plot-area .toolbox .pwt-btn-submit:hover,
    .datepicker-plot-area .toolbox .pwt-btn-calendar:hover,
    .datepicker-plot-area .toolbox .pwt-btn-today:hover {
      background-color: rgba(250, 250, 250, 0.3); }

.datepicker-plot-area .datepicker-navigator {
  display: block;
  width: 100%;
  float: left; }
  .datepicker-plot-area .datepicker-navigator .pwt-btn-next,
  .datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
  .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    background-color: rgba(250, 250, 250, 0.1);
    color: #333; }
    .datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover,
    .datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover,
    .datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
      background-color: rgba(250, 250, 250, 0.3); }
  .datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    display: block;
    width: 15%;
    float: left; }
  .datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    display: block;
    width: 66%;
    margin: 0 2%;
    float: left; }
  .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    width: 15%;
    float: left; }

.datepicker-container.pwt-mobile-view {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 1s; }
  .datepicker-container.pwt-mobile-view.pwt-hide {
    top: 100vh;
    height: 0; }
  .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
    color: #fff;
    background: #ccc; }
  .datepicker-container.pwt-mobile-view .datepicker-plot-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td,
    .datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td span {
      height: 44px;
      line-height: 44px;
      font-size: 14px; }
    .datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-year-view .year-item,
    .datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-month-view .month-item {
      height: 70px;
      line-height: 70px; }
    .datepicker-container.pwt-mobile-view .datepicker-plot-area [class*='pwt-btn'] {
      height: 48px;
      line-height: 48px; }
    .datepicker-container.pwt-mobile-view .datepicker-plot-area .pwt-btn-today {
      float: left; }
    .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time {
      background: rgba(0, 0, 0, 0.7);
      border: 0;
      padding-top: 60%; }
      .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
        margin-right: 5px; }
      .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view input {
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        margin: 5px 0; }
      .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider,
      .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider span {
        font-size: 16px;
        display: block;
        height: 144px;
        line-height: 144px; }
      .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .down-btn,
      .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .up-btn {
        height: 48px;
        line-height: 48px; }
  .datepicker-container.pwt-mobile-view .datepicker-time-view input {
    height: 32px;
    line-height: 34px;
    font-size: 18px; }
  .datepicker-container.pwt-mobile-view .datepicker-time-view .divider,
  .datepicker-container.pwt-mobile-view .datepicker-time-view .divider span {
    height: 120px;
    line-height: 120px; }
  .datepicker-container.pwt-mobile-view .datepicker-time-view .down-btn,
  .datepicker-container.pwt-mobile-view .datepicker-time-view .up-btn {
    height: 40px;
    line-height: 40px; }

@charset "UTF-8";
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "►";
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  content: "◄";
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "▼";
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 0.333em;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "►";
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
  content: "◄";
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "▼";
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 75%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 2.5em;
}

div.dtr-modal div.dtr-modal-content h2 {
  margin-top: 0;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
html.dark table.dataTable > tbody > tr > td.dtr-control:before {
  color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: #404346;
}

html.dark div.dtr-modal div.dtr-modal-display {
  background-color: #212529;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* rest */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  direction: rtl;
}

ol, ul {
  list-style: none;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End of rest */
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 100;
  src: url(../font/YekanBakhFaNum-thin.woff?5be880a77ead40f7e8bd30190fe008f3) format("woff"), url(../font/YekanBakhFaNum-thin.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 300;
  src: url(../font/YekanBakhFaNum-Light.woff?f849c820976dcc1f1b194a595aa9157c) format("woff"), url(../font/YekanBakhFaNum-Light.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: normal;
  src: url(../font/YekanBakhFaNum-Regular.woff?1768f515255e2457ee3cfcdb817b15e7) format("woff"), url(../font/YekanBakhFaNum-Regular.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 600;
  src: url(../font/YekanBakhFaNum-SemiBold.woff?938bcaab577a929b2de35f186300ad8a) format("woff"), url(../font/YekanBakhFaNum-SemiBold.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: bold;
  src: url(../font/YekanBakhFaNum-Bold.woff?b8977a5a5772c1fa41e99c586300bc65) format("woff"), url(../font/YekanBakhFaNum-Bold.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 800;
  src: url(../font/YekanBakhFaNum-ExtraBold.woff?d97cd1dfe591a1e7d9ecc9974769a496) format("woff"), url(../font/YekanBakhFaNum-ExtraBold.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 900;
  src: url(../font/YekanBakhFaNum-Black.woff?31a9d53a8d99ab12734d3cc99a6a8b1b) format("woff"), url(../font/YekanBakhFaNum-Black.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 950;
  src: url(../font/YekanBakhFaNum-ExtraBlack.woff?07b176b473cff4dfc69d94ee0fac1d73) format("woff"), url(../font/YekanBakhFaNum-ExtraBlack.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2");
}
@font-face {
  font-family: "icons";
  src: url(../font/icons.ttf?973282c752c38d1748eacd8ef379a847) format("truetype"), url(../font/icons.woff?0e7d9e59447d0f59c75bff1019b31d7d) format("woff"), url(../font/icons.woff2?800b2a033be27babde8e264d7ed3683f) format("woff2"), url(../font/icons.eot?0aa57e9f0748dd9b991c84d3778a48f6#iefix) format("embedded-opentype");
}
i[class^=icon-]:before, i[class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-24-support:before {
  content: "\f101";
}

.icon-3d-cube-scan:before {
  content: "\f102";
}

.icon-3d-rotate:before {
  content: "\f103";
}

.icon-3d-square:before {
  content: "\f104";
}

.icon-3dcube:before {
  content: "\f105";
}

.icon-3square:before {
  content: "\f106";
}

.icon-aave-aave:before {
  content: "\f107";
}

.icon-activity:before {
  content: "\f108";
}

.icon-add-circle:before {
  content: "\f109";
}

.icon-add-square:before {
  content: "\f10a";
}

.icon-add:before {
  content: "\f10b";
}

.icon-additem:before {
  content: "\f10c";
}

.icon-airdrop:before {
  content: "\f10d";
}

.icon-airplane-square:before {
  content: "\f10e";
}

.icon-airplane:before {
  content: "\f10f";
}

.icon-airpod:before {
  content: "\f110";
}

.icon-airpods:before {
  content: "\f111";
}

.icon-alarm:before {
  content: "\f112";
}

.icon-align-bottom:before {
  content: "\f113";
}

.icon-align-horizontally:before {
  content: "\f114";
}

.icon-align-left:before {
  content: "\f115";
}

.icon-align-right:before {
  content: "\f116";
}

.icon-align-vertically:before {
  content: "\f117";
}

.icon-android:before {
  content: "\f118";
}

.icon-ankr-ankr:before {
  content: "\f119";
}

.icon-apple:before {
  content: "\f11a";
}

.icon-aquarius:before {
  content: "\f11b";
}

.icon-archive-1:before {
  content: "\f11c";
}

.icon-archive-2:before {
  content: "\f11d";
}

.icon-archive-add:before {
  content: "\f11e";
}

.icon-archive-book:before {
  content: "\f11f";
}

.icon-archive-minus:before {
  content: "\f120";
}

.icon-archive-slash:before {
  content: "\f121";
}

.icon-archive-tick:before {
  content: "\f122";
}

.icon-archive:before {
  content: "\f123";
}

.icon-arrange-circle-2:before {
  content: "\f124";
}

.icon-arrange-circle:before {
  content: "\f125";
}

.icon-arrange-square-2:before {
  content: "\f126";
}

.icon-arrange-square:before {
  content: "\f127";
}

.icon-arrow-2:before {
  content: "\f128";
}

.icon-arrow-3:before {
  content: "\f129";
}

.icon-arrow-bottom:before {
  content: "\f12a";
}

.icon-arrow-circle-down:before {
  content: "\f12b";
}

.icon-arrow-circle-left:before {
  content: "\f12c";
}

.icon-arrow-circle-right:before {
  content: "\f12d";
}

.icon-arrow-circle-up:before {
  content: "\f12e";
}

.icon-arrow-down-1:before {
  content: "\f12f";
}

.icon-arrow-down-2:before {
  content: "\f130";
}

.icon-arrow-down:before {
  content: "\f131";
}

.icon-arrow-left-1:before {
  content: "\f132";
}

.icon-arrow-left-2:before {
  content: "\f133";
}

.icon-arrow-left-3:before {
  content: "\f134";
}

.icon-arrow-left:before {
  content: "\f135";
}

.icon-arrow-right-1:before {
  content: "\f136";
}

.icon-arrow-right-2:before {
  content: "\f137";
}

.icon-arrow-right-3:before {
  content: "\f138";
}

.icon-arrow-right-4:before {
  content: "\f139";
}

.icon-arrow-right:before {
  content: "\f13a";
}

.icon-arrow-square-down:before {
  content: "\f13b";
}

.icon-arrow-square-left:before {
  content: "\f13c";
}

.icon-arrow-square-up:before {
  content: "\f13d";
}

.icon-arrow-square:before {
  content: "\f13e";
}

.icon-arrow-swap-horizontal:before {
  content: "\f13f";
}

.icon-arrow-swap:before {
  content: "\f140";
}

.icon-arrow-up-1:before {
  content: "\f141";
}

.icon-arrow-up-2:before {
  content: "\f142";
}

.icon-arrow-up-3:before {
  content: "\f143";
}

.icon-arrow-up:before {
  content: "\f144";
}

.icon-arrow:before {
  content: "\f145";
}

.icon-attach-circle:before {
  content: "\f146";
}

.icon-attach-square:before {
  content: "\f147";
}

.icon-audio-square:before {
  content: "\f148";
}

.icon-augur-rep:before {
  content: "\f149";
}

.icon-autobrightness:before {
  content: "\f14a";
}

.icon-autonio-niox:before {
  content: "\f14b";
}

.icon-avalanche-avax:before {
  content: "\f14c";
}

.icon-award:before {
  content: "\f14d";
}

.icon-back-square:before {
  content: "\f14e";
}

.icon-backward-10-seconds:before {
  content: "\f14f";
}

.icon-backward-15-seconds:before {
  content: "\f150";
}

.icon-backward-5-seconds:before {
  content: "\f151";
}

.icon-backward-item:before {
  content: "\f152";
}

.icon-backward:before {
  content: "\f153";
}

.icon-bag-2:before {
  content: "\f154";
}

.icon-bag-cross-1:before {
  content: "\f155";
}

.icon-bag-cross:before {
  content: "\f156";
}

.icon-bag-happy:before {
  content: "\f157";
}

.icon-bag-tick-2:before {
  content: "\f158";
}

.icon-bag-tick:before {
  content: "\f159";
}

.icon-bag-timer:before {
  content: "\f15a";
}

.icon-bag:before {
  content: "\f15b";
}

.icon-bank:before {
  content: "\f15c";
}

.icon-barcode:before {
  content: "\f15d";
}

.icon-battery-charging:before {
  content: "\f15e";
}

.icon-battery-disable:before {
  content: "\f15f";
}

.icon-battery-empty-1:before {
  content: "\f160";
}

.icon-battery-empty:before {
  content: "\f161";
}

.icon-battery-full:before {
  content: "\f162";
}

.icon-battery-half:before {
  content: "\f163";
}

.icon-be:before {
  content: "\f164";
}

.icon-bezier:before {
  content: "\f165";
}

.icon-bill:before {
  content: "\f166";
}

.icon-binance-coin-bnb:before {
  content: "\f167";
}

.icon-binance-usd-busd:before {
  content: "\f168";
}

.icon-bitcoin-btc:before {
  content: "\f169";
}

.icon-bitcoin-card:before {
  content: "\f16a";
}

.icon-bitcoin-convert:before {
  content: "\f16b";
}

.icon-bitcoin-refresh:before {
  content: "\f16c";
}

.icon-blend-2:before {
  content: "\f16d";
}

.icon-blend:before {
  content: "\f16e";
}

.icon-blogger:before {
  content: "\f16f";
}

.icon-bluetooth-2:before {
  content: "\f170";
}

.icon-bluetooth-circle:before {
  content: "\f171";
}

.icon-bluetooth-rectangle:before {
  content: "\f172";
}

.icon-bluetooth:before {
  content: "\f173";
}

.icon-blur:before {
  content: "\f174";
}

.icon-book-1:before {
  content: "\f175";
}

.icon-book-saved:before {
  content: "\f176";
}

.icon-book-square:before {
  content: "\f177";
}

.icon-book:before {
  content: "\f178";
}

.icon-bookmark-2:before {
  content: "\f179";
}

.icon-bookmark:before {
  content: "\f17a";
}

.icon-bootstrap:before {
  content: "\f17b";
}

.icon-box-1:before {
  content: "\f17c";
}

.icon-box-2:before {
  content: "\f17d";
}

.icon-box-add:before {
  content: "\f17e";
}

.icon-box-remove:before {
  content: "\f17f";
}

.icon-box-search:before {
  content: "\f180";
}

.icon-box-tick:before {
  content: "\f181";
}

.icon-box-time:before {
  content: "\f182";
}

.icon-box:before {
  content: "\f183";
}

.icon-briefcase:before {
  content: "\f184";
}

.icon-brifecase-cross:before {
  content: "\f185";
}

.icon-brifecase-tick:before {
  content: "\f186";
}

.icon-brifecase-timer:before {
  content: "\f187";
}

.icon-broom:before {
  content: "\f188";
}

.icon-brush-1:before {
  content: "\f189";
}

.icon-brush-2:before {
  content: "\f18a";
}

.icon-brush-3:before {
  content: "\f18b";
}

.icon-brush-4:before {
  content: "\f18c";
}

.icon-brush:before {
  content: "\f18d";
}

.icon-bubble:before {
  content: "\f18e";
}

.icon-bucket-circle:before {
  content: "\f18f";
}

.icon-bucket-square:before {
  content: "\f190";
}

.icon-bucket:before {
  content: "\f191";
}

.icon-building-3:before {
  content: "\f192";
}

.icon-building-4:before {
  content: "\f193";
}

.icon-building:before {
  content: "\f194";
}

.icon-buildings-2:before {
  content: "\f195";
}

.icon-buildings:before {
  content: "\f196";
}

.icon-buliding:before {
  content: "\f197";
}

.icon-bus:before {
  content: "\f198";
}

.icon-buy-crypto:before {
  content: "\f199";
}

.icon-cake:before {
  content: "\f19a";
}

.icon-calculator:before {
  content: "\f19b";
}

.icon-calendar-1:before {
  content: "\f19c";
}

.icon-calendar-2:before {
  content: "\f19d";
}

.icon-calendar-add:before {
  content: "\f19e";
}

.icon-calendar-circle:before {
  content: "\f19f";
}

.icon-calendar-edit:before {
  content: "\f1a0";
}

.icon-calendar-remove:before {
  content: "\f1a1";
}

.icon-calendar-search:before {
  content: "\f1a2";
}

.icon-calendar-tick:before {
  content: "\f1a3";
}

.icon-calendar:before {
  content: "\f1a4";
}

.icon-call-add:before {
  content: "\f1a5";
}

.icon-call-calling:before {
  content: "\f1a6";
}

.icon-call-incoming:before {
  content: "\f1a7";
}

.icon-call-minus:before {
  content: "\f1a8";
}

.icon-call-outgoing:before {
  content: "\f1a9";
}

.icon-call-received:before {
  content: "\f1aa";
}

.icon-call-remove:before {
  content: "\f1ab";
}

.icon-call-slash:before {
  content: "\f1ac";
}

.icon-call:before {
  content: "\f1ad";
}

.icon-camera-slash:before {
  content: "\f1ae";
}

.icon-camera:before {
  content: "\f1af";
}

.icon-candle-2:before {
  content: "\f1b0";
}

.icon-candle:before {
  content: "\f1b1";
}

.icon-car:before {
  content: "\f1b2";
}

.icon-card-add:before {
  content: "\f1b3";
}

.icon-card-coin:before {
  content: "\f1b4";
}

.icon-card-edit:before {
  content: "\f1b5";
}

.icon-card-pos:before {
  content: "\f1b6";
}

.icon-card-receive:before {
  content: "\f1b7";
}

.icon-card-remove-1:before {
  content: "\f1b8";
}

.icon-card-remove:before {
  content: "\f1b9";
}

.icon-card-send:before {
  content: "\f1ba";
}

.icon-card-slash:before {
  content: "\f1bb";
}

.icon-card-tick-1:before {
  content: "\f1bc";
}

.icon-card-tick:before {
  content: "\f1bd";
}

.icon-card:before {
  content: "\f1be";
}

.icon-cardano-ada:before {
  content: "\f1bf";
}

.icon-cards:before {
  content: "\f1c0";
}

.icon-category-2:before {
  content: "\f1c1";
}

.icon-category:before {
  content: "\f1c2";
}

.icon-cd:before {
  content: "\f1c3";
}

.icon-celo-celo:before {
  content: "\f1c4";
}

.icon-celsius-cel:before {
  content: "\f1c5";
}

.icon-chainlink-link:before {
  content: "\f1c6";
}

.icon-chart-1:before {
  content: "\f1c7";
}

.icon-chart-2:before {
  content: "\f1c8";
}

.icon-chart-21:before {
  content: "\f1c9";
}

.icon-chart-3:before {
  content: "\f1ca";
}

.icon-chart-fail:before {
  content: "\f1cb";
}

.icon-chart-square:before {
  content: "\f1cc";
}

.icon-chart-success:before {
  content: "\f1cd";
}

.icon-chart:before {
  content: "\f1ce";
}

.icon-check:before {
  content: "\f1cf";
}

.icon-chrome:before {
  content: "\f1d0";
}

.icon-civic-cvc:before {
  content: "\f1d1";
}

.icon-clipboard-close:before {
  content: "\f1d2";
}

.icon-clipboard-export:before {
  content: "\f1d3";
}

.icon-clipboard-import:before {
  content: "\f1d4";
}

.icon-clipboard-text:before {
  content: "\f1d5";
}

.icon-clipboard-tick:before {
  content: "\f1d6";
}

.icon-clipboard:before {
  content: "\f1d7";
}

.icon-clock-1:before {
  content: "\f1d8";
}

.icon-clock:before {
  content: "\f1d9";
}

.icon-close-circle:before {
  content: "\f1da";
}

.icon-close-square:before {
  content: "\f1db";
}

.icon-cloud-add:before {
  content: "\f1dc";
}

.icon-cloud-change:before {
  content: "\f1dd";
}

.icon-cloud-connection:before {
  content: "\f1de";
}

.icon-cloud-cross:before {
  content: "\f1df";
}

.icon-cloud-drizzle:before {
  content: "\f1e0";
}

.icon-cloud-fog:before {
  content: "\f1e1";
}

.icon-cloud-lightning:before {
  content: "\f1e2";
}

.icon-cloud-minus:before {
  content: "\f1e3";
}

.icon-cloud-notif:before {
  content: "\f1e4";
}

.icon-cloud-plus:before {
  content: "\f1e5";
}

.icon-cloud-remove:before {
  content: "\f1e6";
}

.icon-cloud-snow:before {
  content: "\f1e7";
}

.icon-cloud-sunny:before {
  content: "\f1e8";
}

.icon-cloud:before {
  content: "\f1e9";
}

.icon-code-1:before {
  content: "\f1ea";
}

.icon-code-circle:before {
  content: "\f1eb";
}

.icon-code:before {
  content: "\f1ec";
}

.icon-coffee:before {
  content: "\f1ed";
}

.icon-coin-1:before {
  content: "\f1ee";
}

.icon-coin:before {
  content: "\f1ef";
}

.icon-color-swatch:before {
  content: "\f1f0";
}

.icon-colorfilter:before {
  content: "\f1f1";
}

.icon-colors-square:before {
  content: "\f1f2";
}

.icon-command-square:before {
  content: "\f1f3";
}

.icon-command:before {
  content: "\f1f4";
}

.icon-component:before {
  content: "\f1f5";
}

.icon-computing:before {
  content: "\f1f6";
}

.icon-convert-3d-cube:before {
  content: "\f1f7";
}

.icon-convert-card:before {
  content: "\f1f8";
}

.icon-convert:before {
  content: "\f1f9";
}

.icon-convertshape-2:before {
  content: "\f1fa";
}

.icon-convertshape:before {
  content: "\f1fb";
}

.icon-copy-success:before {
  content: "\f1fc";
}

.icon-copy:before {
  content: "\f1fd";
}

.icon-copyright:before {
  content: "\f1fe";
}

.icon-courthouse:before {
  content: "\f1ff";
}

.icon-cpu-charge:before {
  content: "\f200";
}

.icon-cpu-setting:before {
  content: "\f201";
}

.icon-cpu:before {
  content: "\f202";
}

.icon-creative-commons:before {
  content: "\f203";
}

.icon-crop:before {
  content: "\f204";
}

.icon-crown-1:before {
  content: "\f205";
}

.icon-crown:before {
  content: "\f206";
}

.icon-cup:before {
  content: "\f207";
}

.icon-dai-dai:before {
  content: "\f208";
}

.icon-danger:before {
  content: "\f209";
}

.icon-dash-dash:before {
  content: "\f20a";
}

.icon-data-2:before {
  content: "\f20b";
}

.icon-data:before {
  content: "\f20c";
}

.icon-decred-dcr:before {
  content: "\f20d";
}

.icon-dent-dent:before {
  content: "\f20e";
}

.icon-designtools:before {
  content: "\f20f";
}

.icon-device-message:before {
  content: "\f210";
}

.icon-devices-1:before {
  content: "\f211";
}

.icon-devices:before {
  content: "\f212";
}

.icon-diagram:before {
  content: "\f213";
}

.icon-diamonds:before {
  content: "\f214";
}

.icon-direct-down:before {
  content: "\f215";
}

.icon-direct-inbox:before {
  content: "\f216";
}

.icon-direct-left:before {
  content: "\f217";
}

.icon-direct-normal:before {
  content: "\f218";
}

.icon-direct-notification:before {
  content: "\f219";
}

.icon-direct-right:before {
  content: "\f21a";
}

.icon-direct-send:before {
  content: "\f21b";
}

.icon-direct-up:before {
  content: "\f21c";
}

.icon-direct:before {
  content: "\f21d";
}

.icon-directbox-default:before {
  content: "\f21e";
}

.icon-directbox-notif:before {
  content: "\f21f";
}

.icon-directbox-receive:before {
  content: "\f220";
}

.icon-directbox-send:before {
  content: "\f221";
}

.icon-discount-circle:before {
  content: "\f222";
}

.icon-discount-shape:before {
  content: "\f223";
}

.icon-discover-1:before {
  content: "\f224";
}

.icon-discover:before {
  content: "\f225";
}

.icon-dislike:before {
  content: "\f226";
}

.icon-document-1:before {
  content: "\f227";
}

.icon-document-cloud:before {
  content: "\f228";
}

.icon-document-code-2:before {
  content: "\f229";
}

.icon-document-code:before {
  content: "\f22a";
}

.icon-document-copy:before {
  content: "\f22b";
}

.icon-document-download:before {
  content: "\f22c";
}

.icon-document-favorite:before {
  content: "\f22d";
}

.icon-document-filter:before {
  content: "\f22e";
}

.icon-document-forward:before {
  content: "\f22f";
}

.icon-document-like:before {
  content: "\f230";
}

.icon-document-normal:before {
  content: "\f231";
}

.icon-document-previous:before {
  content: "\f232";
}

.icon-document-sketch:before {
  content: "\f233";
}

.icon-document-text-1:before {
  content: "\f234";
}

.icon-document-text:before {
  content: "\f235";
}

.icon-document-upload:before {
  content: "\f236";
}

.icon-document:before {
  content: "\f237";
}

.icon-dollar-circle:before {
  content: "\f238";
}

.icon-dollar-square:before {
  content: "\f239";
}

.icon-dribbble:before {
  content: "\f23a";
}

.icon-driver-2:before {
  content: "\f23b";
}

.icon-driver-refresh:before {
  content: "\f23c";
}

.icon-driver:before {
  content: "\f23d";
}

.icon-driving:before {
  content: "\f23e";
}

.icon-dropbox:before {
  content: "\f23f";
}

.icon-edit-2:before {
  content: "\f240";
}

.icon-edit:before {
  content: "\f241";
}

.icon-educare-ekt:before {
  content: "\f242";
}

.icon-electricity:before {
  content: "\f243";
}

.icon-element-2:before {
  content: "\f244";
}

.icon-element-3:before {
  content: "\f245";
}

.icon-element-4:before {
  content: "\f246";
}

.icon-element-equal:before {
  content: "\f247";
}

.icon-element-plus:before {
  content: "\f248";
}

.icon-emercoin-emc:before {
  content: "\f249";
}

.icon-emoji-happy:before {
  content: "\f24a";
}

.icon-emoji-normal:before {
  content: "\f24b";
}

.icon-emoji-sad:before {
  content: "\f24c";
}

.icon-empty-wallet-add:before {
  content: "\f24d";
}

.icon-empty-wallet-change:before {
  content: "\f24e";
}

.icon-empty-wallet-remove:before {
  content: "\f24f";
}

.icon-empty-wallet-tick:before {
  content: "\f250";
}

.icon-empty-wallet-time:before {
  content: "\f251";
}

.icon-empty-wallet:before {
  content: "\f252";
}

.icon-enjin-coin-enj:before {
  content: "\f253";
}

.icon-eos-eos:before {
  content: "\f254";
}

.icon-eraser-1:before {
  content: "\f255";
}

.icon-eraser:before {
  content: "\f256";
}

.icon-ethereum-classic-etc:before {
  content: "\f257";
}

.icon-ethereum-eth:before {
  content: "\f258";
}

.icon-export-1:before {
  content: "\f259";
}

.icon-export-2:before {
  content: "\f25a";
}

.icon-export-3:before {
  content: "\f25b";
}

.icon-export:before {
  content: "\f25c";
}

.icon-external-drive:before {
  content: "\f25d";
}

.icon-eye-slash:before {
  content: "\f25e";
}

.icon-eye:before {
  content: "\f25f";
}

.icon-facebook:before {
  content: "\f260";
}

.icon-fatrows:before {
  content: "\f261";
}

.icon-favorite-chart:before {
  content: "\f262";
}

.icon-figma-1:before {
  content: "\f263";
}

.icon-figma:before {
  content: "\f264";
}

.icon-filter-add:before {
  content: "\f265";
}

.icon-filter-edit:before {
  content: "\f266";
}

.icon-filter-remove:before {
  content: "\f267";
}

.icon-filter-search:before {
  content: "\f268";
}

.icon-filter-square:before {
  content: "\f269";
}

.icon-filter-tick:before {
  content: "\f26a";
}

.icon-filter:before {
  content: "\f26b";
}

.icon-finger-cricle:before {
  content: "\f26c";
}

.icon-finger-scan:before {
  content: "\f26d";
}

.icon-firstline:before {
  content: "\f26e";
}

.icon-flag-2:before {
  content: "\f26f";
}

.icon-flag:before {
  content: "\f270";
}

.icon-flash-1:before {
  content: "\f271";
}

.icon-flash-circle-1:before {
  content: "\f272";
}

.icon-flash-circle:before {
  content: "\f273";
}

.icon-flash-slash:before {
  content: "\f274";
}

.icon-flash:before {
  content: "\f275";
}

.icon-folder-2:before {
  content: "\f276";
}

.icon-folder-add:before {
  content: "\f277";
}

.icon-folder-cloud:before {
  content: "\f278";
}

.icon-folder-connection:before {
  content: "\f279";
}

.icon-folder-cross:before {
  content: "\f27a";
}

.icon-folder-favorite:before {
  content: "\f27b";
}

.icon-folder-minus:before {
  content: "\f27c";
}

.icon-folder-open:before {
  content: "\f27d";
}

.icon-folder:before {
  content: "\f27e";
}

.icon-forbidden-2:before {
  content: "\f27f";
}

.icon-forbidden:before {
  content: "\f280";
}

.icon-format-circle:before {
  content: "\f281";
}

.icon-format-square:before {
  content: "\f282";
}

.icon-forward-10-seconds:before {
  content: "\f283";
}

.icon-forward-15-seconds:before {
  content: "\f284";
}

.icon-forward-5-seconds:before {
  content: "\f285";
}

.icon-forward-item:before {
  content: "\f286";
}

.icon-forward-square:before {
  content: "\f287";
}

.icon-forward:before {
  content: "\f288";
}

.icon-frame-1:before {
  content: "\f289";
}

.icon-frame-2:before {
  content: "\f28a";
}

.icon-frame-3:before {
  content: "\f28b";
}

.icon-frame-4:before {
  content: "\f28c";
}

.icon-frame:before {
  content: "\f28d";
}

.icon-framer:before {
  content: "\f28e";
}

.icon-ftx-token-ftt:before {
  content: "\f28f";
}

.icon-gallery-add:before {
  content: "\f290";
}

.icon-gallery-edit:before {
  content: "\f291";
}

.icon-gallery-export:before {
  content: "\f292";
}

.icon-gallery-favorite:before {
  content: "\f293";
}

.icon-gallery-import:before {
  content: "\f294";
}

.icon-gallery-remove:before {
  content: "\f295";
}

.icon-gallery-slash:before {
  content: "\f296";
}

.icon-gallery-tick:before {
  content: "\f297";
}

.icon-gallery:before {
  content: "\f298";
}

.icon-game:before {
  content: "\f299";
}

.icon-gameboy:before {
  content: "\f29a";
}

.icon-gas-station:before {
  content: "\f29b";
}

.icon-gemini-2:before {
  content: "\f29c";
}

.icon-gemini:before {
  content: "\f29d";
}

.icon-ghost:before {
  content: "\f29e";
}

.icon-gift:before {
  content: "\f29f";
}

.icon-glass-1:before {
  content: "\f2a0";
}

.icon-glass:before {
  content: "\f2a1";
}

.icon-global-edit:before {
  content: "\f2a2";
}

.icon-global-refresh:before {
  content: "\f2a3";
}

.icon-global-search:before {
  content: "\f2a4";
}

.icon-global:before {
  content: "\f2a5";
}

.icon-google-drive:before {
  content: "\f2a6";
}

.icon-google-paly:before {
  content: "\f2a7";
}

.icon-google:before {
  content: "\f2a8";
}

.icon-gps-slash:before {
  content: "\f2a9";
}

.icon-gps:before {
  content: "\f2aa";
}

.icon-grammerly:before {
  content: "\f2ab";
}

.icon-graph:before {
  content: "\f2ac";
}

.icon-grid-1:before {
  content: "\f2ad";
}

.icon-grid-2:before {
  content: "\f2ae";
}

.icon-grid-3:before {
  content: "\f2af";
}

.icon-grid-4:before {
  content: "\f2b0";
}

.icon-grid-5:before {
  content: "\f2b1";
}

.icon-grid-6:before {
  content: "\f2b2";
}

.icon-grid-7:before {
  content: "\f2b3";
}

.icon-grid-8:before {
  content: "\f2b4";
}

.icon-grid-9:before {
  content: "\f2b5";
}

.icon-grid-edit:before {
  content: "\f2b6";
}

.icon-grid-eraser:before {
  content: "\f2b7";
}

.icon-grid-lock:before {
  content: "\f2b8";
}

.icon-happyemoji:before {
  content: "\f2b9";
}

.icon-harmony-one:before {
  content: "\f2ba";
}

.icon-hashtag-1:before {
  content: "\f2bb";
}

.icon-hashtag-down:before {
  content: "\f2bc";
}

.icon-hashtag-up:before {
  content: "\f2bd";
}

.icon-hashtag:before {
  content: "\f2be";
}

.icon-headphone:before {
  content: "\f2bf";
}

.icon-headphones:before {
  content: "\f2c0";
}

.icon-health:before {
  content: "\f2c1";
}

.icon-heart-add:before {
  content: "\f2c2";
}

.icon-heart-circle:before {
  content: "\f2c3";
}

.icon-heart-edit:before {
  content: "\f2c4";
}

.icon-heart-remove:before {
  content: "\f2c5";
}

.icon-heart-search:before {
  content: "\f2c6";
}

.icon-heart-slash:before {
  content: "\f2c7";
}

.icon-heart-tick:before {
  content: "\f2c8";
}

.icon-heart:before {
  content: "\f2c9";
}

.icon-hedera-hashgraph-hbar:before {
  content: "\f2ca";
}

.icon-hex-hex:before {
  content: "\f2cb";
}

.icon-hierarchy-2:before {
  content: "\f2cc";
}

.icon-hierarchy-3:before {
  content: "\f2cd";
}

.icon-hierarchy-square-2:before {
  content: "\f2ce";
}

.icon-hierarchy-square-3:before {
  content: "\f2cf";
}

.icon-hierarchy-square:before {
  content: "\f2d0";
}

.icon-hierarchy:before {
  content: "\f2d1";
}

.icon-home-1:before {
  content: "\f2d2";
}

.icon-home-2:before {
  content: "\f2d3";
}

.icon-home-hashtag:before {
  content: "\f2d4";
}

.icon-home-trend-down:before {
  content: "\f2d5";
}

.icon-home-trend-up:before {
  content: "\f2d6";
}

.icon-home-wifi:before {
  content: "\f2d7";
}

.icon-home:before {
  content: "\f2d8";
}

.icon-hospital:before {
  content: "\f2d9";
}

.icon-house-2:before {
  content: "\f2da";
}

.icon-house:before {
  content: "\f2db";
}

.icon-html-3:before {
  content: "\f2dc";
}

.icon-html-5:before {
  content: "\f2dd";
}

.icon-huobi-token-ht:before {
  content: "\f2de";
}

.icon-icon-1:before {
  content: "\f2df";
}

.icon-icon-2:before {
  content: "\f2e0";
}

.icon-icon-icx:before {
  content: "\f2e1";
}

.icon-icon:before {
  content: "\f2e2";
}

.icon-illustrator:before {
  content: "\f2e3";
}

.icon-image:before {
  content: "\f2e4";
}

.icon-import-1:before {
  content: "\f2e5";
}

.icon-import-2:before {
  content: "\f2e6";
}

.icon-import:before {
  content: "\f2e7";
}

.icon-info-circle:before {
  content: "\f2e8";
}

.icon-information:before {
  content: "\f2e9";
}

.icon-instagram:before {
  content: "\f2ea";
}

.icon-iost-iost:before {
  content: "\f2eb";
}

.icon-java-script:before {
  content: "\f2ec";
}

.icon-js:before {
  content: "\f2ed";
}

.icon-judge:before {
  content: "\f2ee";
}

.icon-kanban:before {
  content: "\f2ef";
}

.icon-key-square:before {
  content: "\f2f0";
}

.icon-key:before {
  content: "\f2f1";
}

.icon-keyboard-open:before {
  content: "\f2f2";
}

.icon-keyboard:before {
  content: "\f2f3";
}

.icon-kyber-network-knc:before {
  content: "\f2f4";
}

.icon-lamp-1:before {
  content: "\f2f5";
}

.icon-lamp-charge:before {
  content: "\f2f6";
}

.icon-lamp-on:before {
  content: "\f2f7";
}

.icon-lamp-slash:before {
  content: "\f2f8";
}

.icon-lamp:before {
  content: "\f2f9";
}

.icon-language-circle:before {
  content: "\f2fa";
}

.icon-language-square:before {
  content: "\f2fb";
}

.icon-layer:before {
  content: "\f2fc";
}

.icon-level:before {
  content: "\f2fd";
}

.icon-lifebuoy:before {
  content: "\f2fe";
}

.icon-like-1:before {
  content: "\f2ff";
}

.icon-like-dislike:before {
  content: "\f300";
}

.icon-like-shapes:before {
  content: "\f301";
}

.icon-like-tag:before {
  content: "\f302";
}

.icon-like:before {
  content: "\f303";
}

.icon-Line:before {
  content: "\f304";
}

.icon-link-1:before {
  content: "\f305";
}

.icon-link-2:before {
  content: "\f306";
}

.icon-link-21:before {
  content: "\f307";
}

.icon-link-circle:before {
  content: "\f308";
}

.icon-link-square:before {
  content: "\f309";
}

.icon-link:before {
  content: "\f30a";
}

.icon-litecoinltc:before {
  content: "\f30b";
}

.icon-location-add:before {
  content: "\f30c";
}

.icon-location-cross:before {
  content: "\f30d";
}

.icon-location-minus:before {
  content: "\f30e";
}

.icon-location-slash:before {
  content: "\f30f";
}

.icon-location-tick:before {
  content: "\f310";
}

.icon-location:before {
  content: "\f311";
}

.icon-lock-1:before {
  content: "\f312";
}

.icon-lock-circle:before {
  content: "\f313";
}

.icon-lock-slash:before {
  content: "\f314";
}

.icon-lock:before {
  content: "\f315";
}

.icon-login-1:before {
  content: "\f316";
}

.icon-login:before {
  content: "\f317";
}

.icon-logout-1:before {
  content: "\f318";
}

.icon-logout:before {
  content: "\f319";
}

.icon-lovely:before {
  content: "\f31a";
}

.icon-magic-star:before {
  content: "\f31b";
}

.icon-magicpen:before {
  content: "\f31c";
}

.icon-main-component:before {
  content: "\f31d";
}

.icon-maker-mkr:before {
  content: "\f31e";
}

.icon-man:before {
  content: "\f31f";
}

.icon-map-1:before {
  content: "\f320";
}

.icon-map:before {
  content: "\f321";
}

.icon-mask-1:before {
  content: "\f322";
}

.icon-mask-2:before {
  content: "\f323";
}

.icon-mask:before {
  content: "\f324";
}

.icon-math:before {
  content: "\f325";
}

.icon-maximize-1:before {
  content: "\f326";
}

.icon-maximize-2:before {
  content: "\f327";
}

.icon-maximize-21:before {
  content: "\f328";
}

.icon-maximize-3:before {
  content: "\f329";
}

.icon-maximize-4:before {
  content: "\f32a";
}

.icon-maximize-circle:before {
  content: "\f32b";
}

.icon-maximize:before {
  content: "\f32c";
}

.icon-medal-star:before {
  content: "\f32d";
}

.icon-medal:before {
  content: "\f32e";
}

.icon-menu-1:before {
  content: "\f32f";
}

.icon-menu-board:before {
  content: "\f330";
}

.icon-menu:before {
  content: "\f331";
}

.icon-message-2:before {
  content: "\f332";
}

.icon-message-add-1:before {
  content: "\f333";
}

.icon-message-add:before {
  content: "\f334";
}

.icon-message-circle:before {
  content: "\f335";
}

.icon-message-edit:before {
  content: "\f336";
}

.icon-message-favorite:before {
  content: "\f337";
}

.icon-message-minus:before {
  content: "\f338";
}

.icon-message-notif:before {
  content: "\f339";
}

.icon-message-programming:before {
  content: "\f33a";
}

.icon-message-question:before {
  content: "\f33b";
}

.icon-message-remove:before {
  content: "\f33c";
}

.icon-message-search:before {
  content: "\f33d";
}

.icon-message-square:before {
  content: "\f33e";
}

.icon-message-text-1:before {
  content: "\f33f";
}

.icon-message-text:before {
  content: "\f340";
}

.icon-message-tick:before {
  content: "\f341";
}

.icon-message-time:before {
  content: "\f342";
}

.icon-message:before {
  content: "\f343";
}

.icon-messages-1:before {
  content: "\f344";
}

.icon-messages-2:before {
  content: "\f345";
}

.icon-messages-3:before {
  content: "\f346";
}

.icon-messages:before {
  content: "\f347";
}

.icon-messenger:before {
  content: "\f348";
}

.icon-microphone-2:before {
  content: "\f349";
}

.icon-microphone-slash-1:before {
  content: "\f34a";
}

.icon-microphone-slash:before {
  content: "\f34b";
}

.icon-microphone:before {
  content: "\f34c";
}

.icon-microscope:before {
  content: "\f34d";
}

.icon-milk:before {
  content: "\f34e";
}

.icon-mini-music-sqaure:before {
  content: "\f34f";
}

.icon-minus-cirlce:before {
  content: "\f350";
}

.icon-minus-square:before {
  content: "\f351";
}

.icon-minus:before {
  content: "\f352";
}

.icon-mirror:before {
  content: "\f353";
}

.icon-mirroring-screen:before {
  content: "\f354";
}

.icon-mobile-programming:before {
  content: "\f355";
}

.icon-mobile:before {
  content: "\f356";
}

.icon-monero-xmr:before {
  content: "\f357";
}

.icon-money-2:before {
  content: "\f358";
}

.icon-money-3:before {
  content: "\f359";
}

.icon-money-4:before {
  content: "\f35a";
}

.icon-money-add:before {
  content: "\f35b";
}

.icon-money-change:before {
  content: "\f35c";
}

.icon-money-forbidden:before {
  content: "\f35d";
}

.icon-money-recive:before {
  content: "\f35e";
}

.icon-money-remove:before {
  content: "\f35f";
}

.icon-money-send:before {
  content: "\f360";
}

.icon-money-tick:before {
  content: "\f361";
}

.icon-money-time:before {
  content: "\f362";
}

.icon-money:before {
  content: "\f363";
}

.icon-moneys:before {
  content: "\f364";
}

.icon-monitor-mobbile:before {
  content: "\f365";
}

.icon-monitor-recorder:before {
  content: "\f366";
}

.icon-monitor:before {
  content: "\f367";
}

.icon-moon:before {
  content: "\f368";
}

.icon-more-2:before {
  content: "\f369";
}

.icon-more-circle:before {
  content: "\f36a";
}

.icon-more-square:before {
  content: "\f36b";
}

.icon-more:before {
  content: "\f36c";
}

.icon-mouse-1:before {
  content: "\f36d";
}

.icon-mouse-circle:before {
  content: "\f36e";
}

.icon-mouse-square:before {
  content: "\f36f";
}

.icon-mouse:before {
  content: "\f370";
}

.icon-music-circle:before {
  content: "\f371";
}

.icon-music-dashboard:before {
  content: "\f372";
}

.icon-music-filter:before {
  content: "\f373";
}

.icon-music-library-2:before {
  content: "\f374";
}

.icon-music-play:before {
  content: "\f375";
}

.icon-music-playlist:before {
  content: "\f376";
}

.icon-music-square-add:before {
  content: "\f377";
}

.icon-music-square-remove:before {
  content: "\f378";
}

.icon-music-square-search:before {
  content: "\f379";
}

.icon-music-square:before {
  content: "\f37a";
}

.icon-music:before {
  content: "\f37b";
}

.icon-musicnote:before {
  content: "\f37c";
}

.icon-nebulas-nas:before {
  content: "\f37d";
}

.icon-nem-xem:before {
  content: "\f37e";
}

.icon-nexo-nexo:before {
  content: "\f37f";
}

.icon-next:before {
  content: "\f380";
}

.icon-note-1:before {
  content: "\f381";
}

.icon-note-2:before {
  content: "\f382";
}

.icon-note-21:before {
  content: "\f383";
}

.icon-note-add:before {
  content: "\f384";
}

.icon-note-favorite:before {
  content: "\f385";
}

.icon-note-remove:before {
  content: "\f386";
}

.icon-note-square:before {
  content: "\f387";
}

.icon-note-text:before {
  content: "\f388";
}

.icon-note:before {
  content: "\f389";
}

.icon-notification-1:before {
  content: "\f38a";
}

.icon-notification-bing:before {
  content: "\f38b";
}

.icon-notification-circle:before {
  content: "\f38c";
}

.icon-notification-favorite:before {
  content: "\f38d";
}

.icon-notification-status:before {
  content: "\f38e";
}

.icon-notification:before {
  content: "\f38f";
}

.icon-ocean-protocol-ocean:before {
  content: "\f390";
}

.icon-okb-okb:before {
  content: "\f391";
}

.icon-omega-circle:before {
  content: "\f392";
}

.icon-omega-square:before {
  content: "\f393";
}

.icon-ontology-ont:before {
  content: "\f394";
}

.icon-paintbucket:before {
  content: "\f395";
}

.icon-paperclip-2:before {
  content: "\f396";
}

.icon-paperclip:before {
  content: "\f397";
}

.icon-password-check:before {
  content: "\f398";
}

.icon-path-2:before {
  content: "\f399";
}

.icon-path-square:before {
  content: "\f39a";
}

.icon-path:before {
  content: "\f39b";
}

.icon-pause-circle:before {
  content: "\f39c";
}

.icon-pause:before {
  content: "\f39d";
}

.icon-paypal:before {
  content: "\f39e";
}

.icon-pen-add:before {
  content: "\f39f";
}

.icon-pen-close:before {
  content: "\f3a0";
}

.icon-pen-remove:before {
  content: "\f3a1";
}

.icon-pen-tool-2:before {
  content: "\f3a2";
}

.icon-pen-tool:before {
  content: "\f3a3";
}

.icon-people:before {
  content: "\f3a4";
}

.icon-percentage-circle:before {
  content: "\f3a5";
}

.icon-percentage-square:before {
  content: "\f3a6";
}

.icon-personalcard:before {
  content: "\f3a7";
}

.icon-pet:before {
  content: "\f3a8";
}

.icon-pharagraphspacing:before {
  content: "\f3a9";
}

.icon-photoshop:before {
  content: "\f3aa";
}

.icon-picture-frame:before {
  content: "\f3ab";
}

.icon-play-add:before {
  content: "\f3ac";
}

.icon-play-circle:before {
  content: "\f3ad";
}

.icon-play-cricle:before {
  content: "\f3ae";
}

.icon-play-remove:before {
  content: "\f3af";
}

.icon-play:before {
  content: "\f3b0";
}

.icon-polkadot-dot:before {
  content: "\f3b1";
}

.icon-polygon-matic:before {
  content: "\f3b2";
}

.icon-polyswarm-nct:before {
  content: "\f3b3";
}

.icon-presention-chart:before {
  content: "\f3b4";
}

.icon-previous:before {
  content: "\f3b5";
}

.icon-printer-slash:before {
  content: "\f3b6";
}

.icon-printer:before {
  content: "\f3b7";
}

.icon-profile-2user:before {
  content: "\f3b8";
}

.icon-profile-add:before {
  content: "\f3b9";
}

.icon-profile-circle:before {
  content: "\f3ba";
}

.icon-profile-delete:before {
  content: "\f3bb";
}

.icon-profile-remove:before {
  content: "\f3bc";
}

.icon-profile-tick:before {
  content: "\f3bd";
}

.icon-programming-arrow:before {
  content: "\f3be";
}

.icon-programming-arrows:before {
  content: "\f3bf";
}

.icon-python:before {
  content: "\f3c0";
}

.icon-quant-qnt:before {
  content: "\f3c1";
}

.icon-quote-down-circle:before {
  content: "\f3c2";
}

.icon-quote-down-square:before {
  content: "\f3c3";
}

.icon-quote-down:before {
  content: "\f3c4";
}

.icon-quote-up-circle:before {
  content: "\f3c5";
}

.icon-quote-up-square:before {
  content: "\f3c6";
}

.icon-quote-up:before {
  content: "\f3c7";
}

.icon-radar-1:before {
  content: "\f3c8";
}

.icon-radar-2:before {
  content: "\f3c9";
}

.icon-radar:before {
  content: "\f3ca";
}

.icon-radio:before {
  content: "\f3cb";
}

.icon-ram-2:before {
  content: "\f3cc";
}

.icon-ram:before {
  content: "\f3cd";
}

.icon-ranking-1:before {
  content: "\f3ce";
}

.icon-ranking:before {
  content: "\f3cf";
}

.icon-receipt-1:before {
  content: "\f3d0";
}

.icon-receipt-2-1:before {
  content: "\f3d1";
}

.icon-receipt-2:before {
  content: "\f3d2";
}

.icon-receipt-add:before {
  content: "\f3d3";
}

.icon-receipt-discount:before {
  content: "\f3d4";
}

.icon-receipt-disscount:before {
  content: "\f3d5";
}

.icon-receipt-edit:before {
  content: "\f3d6";
}

.icon-receipt-item:before {
  content: "\f3d7";
}

.icon-receipt-minus:before {
  content: "\f3d8";
}

.icon-receipt-search:before {
  content: "\f3d9";
}

.icon-receipt-square:before {
  content: "\f3da";
}

.icon-receipt-text:before {
  content: "\f3db";
}

.icon-receipt:before {
  content: "\f3dc";
}

.icon-receive-square-2:before {
  content: "\f3dd";
}

.icon-receive-square:before {
  content: "\f3de";
}

.icon-received:before {
  content: "\f3df";
}

.icon-record-circle:before {
  content: "\f3e0";
}

.icon-record:before {
  content: "\f3e1";
}

.icon-recovery-convert:before {
  content: "\f3e2";
}

.icon-redo:before {
  content: "\f3e3";
}

.icon-refresh-2:before {
  content: "\f3e4";
}

.icon-refresh-circle:before {
  content: "\f3e5";
}

.icon-refresh-left-square:before {
  content: "\f3e6";
}

.icon-refresh-right-square:before {
  content: "\f3e7";
}

.icon-refresh-square-2:before {
  content: "\f3e8";
}

.icon-refresh:before {
  content: "\f3e9";
}

.icon-repeat-circle:before {
  content: "\f3ea";
}

.icon-repeat:before {
  content: "\f3eb";
}

.icon-repeate-music:before {
  content: "\f3ec";
}

.icon-repeate-one:before {
  content: "\f3ed";
}

.icon-reserve:before {
  content: "\f3ee";
}

.icon-rotate-left-1:before {
  content: "\f3ef";
}

.icon-rotate-left:before {
  content: "\f3f0";
}

.icon-rotate-right-1:before {
  content: "\f3f1";
}

.icon-rotate-right:before {
  content: "\f3f2";
}

.icon-route-square:before {
  content: "\f3f3";
}

.icon-routing-2:before {
  content: "\f3f4";
}

.icon-routing:before {
  content: "\f3f5";
}

.icon-row-horizontal:before {
  content: "\f3f6";
}

.icon-row-vertical:before {
  content: "\f3f7";
}

.icon-ruler:before {
  content: "\f3f8";
}

.icon-rulerandpen:before {
  content: "\f3f9";
}

.icon-safe-home:before {
  content: "\f3fa";
}

.icon-sagittarius:before {
  content: "\f3fb";
}

.icon-save-2:before {
  content: "\f3fc";
}

.icon-save-add:before {
  content: "\f3fd";
}

.icon-save-minus:before {
  content: "\f3fe";
}

.icon-save-remove:before {
  content: "\f3ff";
}

.icon-scan-barcode:before {
  content: "\f400";
}

.icon-scan:before {
  content: "\f401";
}

.icon-scanner:before {
  content: "\f402";
}

.icon-scanning:before {
  content: "\f403";
}

.icon-scissor-1:before {
  content: "\f404";
}

.icon-scissor:before {
  content: "\f405";
}

.icon-screenmirroring:before {
  content: "\f406";
}

.icon-scroll:before {
  content: "\f407";
}

.icon-search-favorite-1:before {
  content: "\f408";
}

.icon-search-favorite:before {
  content: "\f409";
}

.icon-search-normal-1:before {
  content: "\f40a";
}

.icon-search-normal:before {
  content: "\f40b";
}

.icon-search-status-1:before {
  content: "\f40c";
}

.icon-search-status:before {
  content: "\f40d";
}

.icon-search-zoom-in-1:before {
  content: "\f40e";
}

.icon-search-zoom-in:before {
  content: "\f40f";
}

.icon-search-zoom-out-1:before {
  content: "\f410";
}

.icon-search-zoom-out:before {
  content: "\f411";
}

.icon-security-card:before {
  content: "\f412";
}

.icon-security-safe:before {
  content: "\f413";
}

.icon-security-time:before {
  content: "\f414";
}

.icon-security-user:before {
  content: "\f415";
}

.icon-security:before {
  content: "\f416";
}

.icon-send-1:before {
  content: "\f417";
}

.icon-send-2:before {
  content: "\f418";
}

.icon-send-sqaure-2:before {
  content: "\f419";
}

.icon-send-square:before {
  content: "\f41a";
}

.icon-send:before {
  content: "\f41b";
}

.icon-setting-2:before {
  content: "\f41c";
}

.icon-setting-3:before {
  content: "\f41d";
}

.icon-setting-4:before {
  content: "\f41e";
}

.icon-setting-5:before {
  content: "\f41f";
}

.icon-setting:before {
  content: "\f420";
}

.icon-settings:before {
  content: "\f421";
}

.icon-shapes-1:before {
  content: "\f422";
}

.icon-shapes:before {
  content: "\f423";
}

.icon-share:before {
  content: "\f424";
}

.icon-shield-cross:before {
  content: "\f425";
}

.icon-shield-search:before {
  content: "\f426";
}

.icon-shield-slash:before {
  content: "\f427";
}

.icon-shield-tick:before {
  content: "\f428";
}

.icon-shield:before {
  content: "\f429";
}

.icon-ship:before {
  content: "\f42a";
}

.icon-shop-add:before {
  content: "\f42b";
}

.icon-shop-remove:before {
  content: "\f42c";
}

.icon-shop:before {
  content: "\f42d";
}

.icon-shopping-bag:before {
  content: "\f42e";
}

.icon-shopping-cart:before {
  content: "\f42f";
}

.icon-shuffle:before {
  content: "\f430";
}

.icon-siacoin-sc:before {
  content: "\f431";
}

.icon-sidebar-bottom:before {
  content: "\f432";
}

.icon-sidebar-left:before {
  content: "\f433";
}

.icon-sidebar-right:before {
  content: "\f434";
}

.icon-sidebar-top:before {
  content: "\f435";
}

.icon-signpost:before {
  content: "\f436";
}

.icon-simcard-1:before {
  content: "\f437";
}

.icon-simcard-2:before {
  content: "\f438";
}

.icon-simcard:before {
  content: "\f439";
}

.icon-size:before {
  content: "\f43a";
}

.icon-slack:before {
  content: "\f43b";
}

.icon-slash:before {
  content: "\f43c";
}

.icon-slider-horizontal-1:before {
  content: "\f43d";
}

.icon-slider-horizontal:before {
  content: "\f43e";
}

.icon-slider-vertical-1:before {
  content: "\f43f";
}

.icon-slider-vertical:before {
  content: "\f440";
}

.icon-slider:before {
  content: "\f441";
}

.icon-smallcaps:before {
  content: "\f442";
}

.icon-smart-car:before {
  content: "\f443";
}

.icon-smart-home:before {
  content: "\f444";
}

.icon-smileys:before {
  content: "\f445";
}

.icon-sms-edit:before {
  content: "\f446";
}

.icon-sms-notification:before {
  content: "\f447";
}

.icon-sms-search:before {
  content: "\f448";
}

.icon-sms-star:before {
  content: "\f449";
}

.icon-sms-tracking:before {
  content: "\f44a";
}

.icon-sms:before {
  content: "\f44b";
}

.icon-snapchat:before {
  content: "\f44c";
}

.icon-solana-sol:before {
  content: "\f44d";
}

.icon-sort:before {
  content: "\f44e";
}

.icon-sound:before {
  content: "\f44f";
}

.icon-speaker:before {
  content: "\f450";
}

.icon-speedometer:before {
  content: "\f451";
}

.icon-spotify:before {
  content: "\f452";
}

.icon-stacks-stx:before {
  content: "\f453";
}

.icon-star-1:before {
  content: "\f454";
}

.icon-star-slash:before {
  content: "\f455";
}

.icon-star:before {
  content: "\f456";
}

.icon-status-up:before {
  content: "\f457";
}

.icon-status:before {
  content: "\f458";
}

.icon-stellar-xlm:before {
  content: "\f459";
}

.icon-sticker:before {
  content: "\f45a";
}

.icon-stickynote:before {
  content: "\f45b";
}

.icon-stop-circle:before {
  content: "\f45c";
}

.icon-stop:before {
  content: "\f45d";
}

.icon-story:before {
  content: "\f45e";
}

.icon-strongbox-2:before {
  content: "\f45f";
}

.icon-strongbox:before {
  content: "\f460";
}

.icon-subtitle:before {
  content: "\f461";
}

.icon-sun-1:before {
  content: "\f462";
}

.icon-sun-fog:before {
  content: "\f463";
}

.icon-sun:before {
  content: "\f464";
}

.icon-tag-2:before {
  content: "\f465";
}

.icon-tag-cross:before {
  content: "\f466";
}

.icon-tag-right:before {
  content: "\f467";
}

.icon-tag-user:before {
  content: "\f468";
}

.icon-tag:before {
  content: "\f469";
}

.icon-task-square:before {
  content: "\f46a";
}

.icon-task:before {
  content: "\f46b";
}

.icon-teacher:before {
  content: "\f46c";
}

.icon-tenx-pay:before {
  content: "\f46d";
}

.icon-tether-usdt:before {
  content: "\f46e";
}

.icon-text-block:before {
  content: "\f46f";
}

.icon-text-bold:before {
  content: "\f470";
}

.icon-text-italic:before {
  content: "\f471";
}

.icon-text-underline:before {
  content: "\f472";
}

.icon-text:before {
  content: "\f473";
}

.icon-textalign-center:before {
  content: "\f474";
}

.icon-textalign-justifycenter:before {
  content: "\f475";
}

.icon-textalign-justifyleft:before {
  content: "\f476";
}

.icon-textalign-justifyright:before {
  content: "\f477";
}

.icon-textalign-left:before {
  content: "\f478";
}

.icon-textalign-right:before {
  content: "\f479";
}

.icon-the-graph-grt:before {
  content: "\f47a";
}

.icon-theta-theta:before {
  content: "\f47b";
}

.icon-thorchain-rune:before {
  content: "\f47c";
}

.icon-tick-circle:before {
  content: "\f47d";
}

.icon-tick-square:before {
  content: "\f47e";
}

.icon-ticket-2:before {
  content: "\f47f";
}

.icon-ticket-discount:before {
  content: "\f480";
}

.icon-ticket-expired:before {
  content: "\f481";
}

.icon-ticket-star:before {
  content: "\f482";
}

.icon-ticket:before {
  content: "\f483";
}

.icon-timer-1:before {
  content: "\f484";
}

.icon-timer-pause:before {
  content: "\f485";
}

.icon-timer-start:before {
  content: "\f486";
}

.icon-timer:before {
  content: "\f487";
}

.icon-toggle-off-circle:before {
  content: "\f488";
}

.icon-toggle-off:before {
  content: "\f489";
}

.icon-toggle-on-circle:before {
  content: "\f48a";
}

.icon-toggle-on:before {
  content: "\f48b";
}

.icon-trade:before {
  content: "\f48c";
}

.icon-transaction-minus:before {
  content: "\f48d";
}

.icon-translate:before {
  content: "\f48e";
}

.icon-trash:before {
  content: "\f48f";
}

.icon-tree:before {
  content: "\f490";
}

.icon-trello:before {
  content: "\f491";
}

.icon-trend-down:before {
  content: "\f492";
}

.icon-trend-up:before {
  content: "\f493";
}

.icon-triangle-1:before {
  content: "\f494";
}

.icon-triangle:before {
  content: "\f495";
}

.icon-trontron-trx:before {
  content: "\f496";
}

.icon-truck-fast:before {
  content: "\f497";
}

.icon-truck-remove:before {
  content: "\f498";
}

.icon-truck-tick:before {
  content: "\f499";
}

.icon-truck-time:before {
  content: "\f49a";
}

.icon-truck:before {
  content: "\f49b";
}

.icon-trush-square:before {
  content: "\f49c";
}

.icon-twitch:before {
  content: "\f49d";
}

.icon-ui8:before {
  content: "\f49e";
}

.icon-undo:before {
  content: "\f49f";
}

.icon-unlimited:before {
  content: "\f4a0";
}

.icon-unlock:before {
  content: "\f4a1";
}

.icon-usd-coin-usdc:before {
  content: "\f4a2";
}

.icon-user-add:before {
  content: "\f4a3";
}

.icon-user-cirlce-add:before {
  content: "\f4a4";
}

.icon-user-edit:before {
  content: "\f4a5";
}

.icon-user-minus:before {
  content: "\f4a6";
}

.icon-user-octagon:before {
  content: "\f4a7";
}

.icon-user-remove:before {
  content: "\f4a8";
}

.icon-user-search:before {
  content: "\f4a9";
}

.icon-user-square:before {
  content: "\f4aa";
}

.icon-user-tag:before {
  content: "\f4ab";
}

.icon-user-tick:before {
  content: "\f4ac";
}

.icon-user:before {
  content: "\f4ad";
}

.icon-velas-vlx:before {
  content: "\f4ae";
}

.icon-verify:before {
  content: "\f4af";
}

.icon-vibe-vibe:before {
  content: "\f4b0";
}

.icon-video-add:before {
  content: "\f4b1";
}

.icon-video-circle:before {
  content: "\f4b2";
}

.icon-video-horizontal:before {
  content: "\f4b3";
}

.icon-video-octagon:before {
  content: "\f4b4";
}

.icon-video-play:before {
  content: "\f4b5";
}

.icon-video-remove:before {
  content: "\f4b6";
}

.icon-video-slash:before {
  content: "\f4b7";
}

.icon-video-square:before {
  content: "\f4b8";
}

.icon-video-tick:before {
  content: "\f4b9";
}

.icon-video-time:before {
  content: "\f4ba";
}

.icon-video-vertical:before {
  content: "\f4bb";
}

.icon-video:before {
  content: "\f4bc";
}

.icon-voice-cricle:before {
  content: "\f4bd";
}

.icon-voice-square:before {
  content: "\f4be";
}

.icon-volume-cross:before {
  content: "\f4bf";
}

.icon-volume-high:before {
  content: "\f4c0";
}

.icon-volume-low-1:before {
  content: "\f4c1";
}

.icon-volume-low:before {
  content: "\f4c2";
}

.icon-volume-mute:before {
  content: "\f4c3";
}

.icon-volume-slash:before {
  content: "\f4c4";
}

.icon-volume-up:before {
  content: "\f4c5";
}

.icon-vuesax:before {
  content: "\f4c6";
}

.icon-wallet-1:before {
  content: "\f4c7";
}

.icon-wallet-2:before {
  content: "\f4c8";
}

.icon-wallet-3:before {
  content: "\f4c9";
}

.icon-wallet-add-1:before {
  content: "\f4ca";
}

.icon-wallet-add:before {
  content: "\f4cb";
}

.icon-wallet-check:before {
  content: "\f4cc";
}

.icon-wallet-minus:before {
  content: "\f4cd";
}

.icon-wallet-money:before {
  content: "\f4ce";
}

.icon-wallet-remove:before {
  content: "\f4cf";
}

.icon-wallet-search:before {
  content: "\f4d0";
}

.icon-wallet:before {
  content: "\f4d1";
}

.icon-wanchain-wan-1:before {
  content: "\f4d2";
}

.icon-wanchain-wan:before {
  content: "\f4d3";
}

.icon-warning-2:before {
  content: "\f4d4";
}

.icon-watch-status:before {
  content: "\f4d5";
}

.icon-watch:before {
  content: "\f4d6";
}

.icon-weight-1:before {
  content: "\f4d7";
}

.icon-weight:before {
  content: "\f4d8";
}

.icon-whatsapp:before {
  content: "\f4d9";
}

.icon-wifi-square:before {
  content: "\f4da";
}

.icon-wifi:before {
  content: "\f4db";
}

.icon-wind-2:before {
  content: "\f4dc";
}

.icon-wind:before {
  content: "\f4dd";
}

.icon-windows:before {
  content: "\f4de";
}

.icon-wing-wing:before {
  content: "\f4df";
}

.icon-woman:before {
  content: "\f4e0";
}

.icon-xd:before {
  content: "\f4e1";
}

.icon-xiaomi:before {
  content: "\f4e2";
}

.icon-xrp-xrp:before {
  content: "\f4e3";
}

.icon-youtube:before {
  content: "\f4e4";
}

.icon-zel-zel:before {
  content: "\f4e5";
}

.icon-zoom:before {
  content: "\f4e6";
}

.text-green {
  color: #7FC945;
  text-decoration: underline;
  margin: 0 5px;
  display: inline;
}

.box {
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 8px;
}

.box-withe {
  background-color: #FFF;
  border-radius: 8px;
}

.box-gray {
  background-color: #E8E8E8;
}

.box-gray-text {
  color: #474747;
  font-size: 18px;
  font-weight: 700;
}

.box-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.box-content-link {
  align-self: start;
  text-decoration: underline;
  color: #3C4354;
  font-size: 14px;
  font-weight: 600;
}

.box-training {
  width: auto;
  display: flex;
  flex-direction: column;
}

.box-training-title {
  display: flex;
  align-items: center;
}

.box-training_B {
  padding: 16px 16px 26px 16px;
  margin-top: 18px;
}

.box-training_A {
  position: relative;
  padding: 16px 16px 8px 16px;
  margin-top: 18px;
  min-height: 136px;
}

.box-training_A:hover .box-training_A-number {
  background-color: #7FC945;
  color: #FFF;
}

.box-training_A-number {
  position: absolute;
  top: -1px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  width: 36px;
  height: 36px;
  background-color: #E8E8E8;
  color: #929292;
  border-radius: 0 0 8px 8px;
  transition: all 0.3s;
}

.box-training_A i {
  font-size: 24px;
  border-radius: 8px;
  color: #3C4354;
  transition: all 0.3s;
}

.box-training_A .box-training-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #3C4354;
}

.box-training_A p {
  color: #7D7D7D;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.box-training_A h6 {
  font-size: 20px;
  font-weight: 600;
}

.box-training_B:hover i {
  color: #6DB337;
}

.box-training_B i {
  font-size: 32px;
  padding: 10px;
  background-color: #F4F4F4;
  border-radius: 8px;
  color: #474747;
  transition: all 0.3s;
}

.box-training h6 {
  margin-right: 8px;
}

.box-training_B h6 {
  font-size: 18px;
  color: #474747;
  font-weight: 700;
}

.box-training p {
  margin-top: 16px;
}

.box-training_B p {
  font-size: 14px;
  color: #929292;
  font-weight: 600;
}

.box-content-sm {
  display: flex;
}

.box-content-top__text {
  font-size: 16px;
  font-weight: 600;
  color: #3C4354;
}

.box-content-text {
  font-weight: 600;
  font-size: 15px;
  color: #656565;
  line-height: 32px;
}

.box-content-null {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-content-null h5 {
  font-size: 24px;
  color: #929292;
  font-weight: 800;
}

.box-header {
  padding: 26px 32px 23px 32px;
}

.search-box {
  position: relative;
  background-color: #fff;
  display: flex;
}

.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.disable {
  opacity: 0.6;
  pointer-events: none;
}

.disable-input {
  pointer-events: none;
}

.search-btn {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #3C4354;
  font-weight: 600;
  gap: 5px;
  left: 24px;
  height: 100%;
}

.search-btn:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  right: -24px;
  background-color: #929292;
  opacity: 0.5;
}

.date-product {
  display: flex;
  gap: 6px;
  font-size: 12px;
  color: #7D7D7D;
  font-weight: 600;
  margin-top: 4px;
}

.box-header__left .badge-status div {
  padding: 7px 8px;
}

.status-product {
  display: flex;
  align-items: center;
}

.status-product span {
  color: #474747;
  font-size: 15px;
  font-weight: 600;
}

.alert {
  padding: 10px 11px 11px 0;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}

.alert-danger {
  background-color: #f2dede;
  color: #a94442;
}

.alert-warning {
  background-color: #FFF9ED;
  color: #FEC248;
}

.box-alert {
  padding: 10px 11px 11px 0;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}

.box-alert p {
  font-size: 14px;
  font-weight: 400;
}

.box-alert-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  border-radius: 8px;
}

.alert-bg-none {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}

.alert-bg-none i {
  align-self: start;
  margin-top: 3px;
}

.alert-bg-none__warning {
  color: #FEC248;
}

.box-alert-btn p {
  font-size: 16px;
}

.box-warning {
  background-color: #FFF9ED;
  color: #FEC248;
}

.box-success {
  background-color: #dff0d8;
  color: #3c763d;
}

.box-danger {
  background-color: #f2dede;
  color: #a94442;
}

.box-info {
  background-color: #d9edf7;
  color: #31708f;
}

.warning-message {
  position: relative;
  margin-right: 15px;
}

.warning-message:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #FEC248;
  border-radius: 50%;
  top: 7px;
  right: -4px;
}

.box-border-green__hover {
  border: 1px solid white;
  transition: all 0.3s;
}

.box-border-green__hover:hover {
  border: 1px solid #7FC945;
}

.box-internal {
  background-color: #FFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.box-internal-title {
  font-size: 20px;
  font-weight: 700;
  color: #474747;
  margin-bottom: 22px;
}

.box-internal-subTitle {
  font-size: 15px;
  font-weight: 600;
  color: #656565;
  text-align: center;
}

.box-cart-product {
  padding: 23px 16px 24px 26px;
}

.box-cart-domain {
  padding: 16px 40px;
}

.box-cart-domain-items > *:not(:last-child) {
  border-left: 1px solid #E8E8E8;
}

.box-internal-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-internal-item-skeleton {
  background-color: #E8E8E8;
  width: 115px;
  height: 40px;
}

.box-internal-item-skeleton-4 {
  width: 50px;
}

.box-internal-item-skeleton-3 {
  width: 200px;
}

.box-header__title {
  color: #3C4354;
  font-size: 18px;
  font-weight: 700;
}

.box-header__subTitle {
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 12px;
}

.box-min {
  min-height: 370px;
}

.box-group {
  display: flex;
  justify-content: space-between;
}

.box-group-A {
  gap: 24px;
}

.box-line {
  opacity: 0.4;
  background: #929292;
  width: 100%;
  height: 1px;
}

.box-vertical-line {
  width: 1px;
  height: 180px;
}

.specifications {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 82px;
}

.select-box-parent {
  position: relative;
}

.select-box-parent:after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  left: 16px;
  margin-top: -3px;
  border-bottom: 2px solid #656565;
  border-right: 2px solid #656565;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}

.box-select {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 4px;
  gap: 6px;
  padding: 12px 16px 12px 80px;
  outline: none;
  border: none;
  font-family: Yekan Bakh FaNum;
  font-size: 16px;
}

.box-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.specifications-box__header {
  padding: 12px;
  background-color: #E8E8E8;
  border-radius: 4px 4px 0 0;
}

.specifications-box__title-text {
  color: #474747;
  font-size: 16px;
  font-weight: 700;
}

.specifications-box__content {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  color: #656565;
  font-size: 16px;
  font-weight: 600;
}

.icon-primary {
  font-size: 24px;
  color: #474747;
}

.icon-header {
  font-size: 24px;
  color: #474747;
}

.icon-edit-btn {
  color: #7FC945;
  cursor: pointer;
}

.icon-trash-btn {
  color: #FEC248;
  cursor: pointer;
}

.icon-search-btn {
  font-size: 18px;
}

.icon-add {
  color: #929292;
}

.item-key-text {
  font-weight: 600;
  font-size: 16px;
  color: #474747;
}

.item-value-text {
  position: relative;
  color: #656565;
  font-size: 16px;
  font-weight: 600;
}

.badge-status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}

.badge-success {
  background: rgba(127, 201, 69, 0.26);
  color: #7FC945;
  border-radius: 4px;
}

.badge-pending {
  background: rgba(254, 194, 72, 0.25);
  color: #FEC248;
  border-radius: 4px;
}

.badge-danger {
  background-color: #f2dede;
  color: #a94442;
  border-radius: 4px;
}

.badge-gray {
  background-color: #E8E8E8;
  color: #929292;
  border-radius: 4px;
}

.badge-circle:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  right: -16px;
  top: 6px;
}

.badge-circle-green:before {
  background-color: #7FC945;
}

.badge-circle-orange:before {
  background-color: #FEC248;
}

.badge-circle-gray:before {
  background-color: #E8E8E8;
}

.badge-circle-red:before {
  background-color: #FF3838;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  padding: 0 18px;
  border: 1px solid #7FC945;
  transition: all 0.3s;
  cursor: pointer;
  font-family: Yekan Bakh FaNum;
}

.btn:hover {
  background: rgba(109, 179, 55, 0.09);
  color: #6DB337;
}

.btn-group {
  display: flex;
  gap: 12px;
}

.btn-parent {
  width: 100%;
  display: flex;
  justify-content: end;
}

.btn-bg-green {
  background: #7FC945;
  color: #FFF;
}

.btn-bg-orange {
  background: #FEC248;
  color: #3C4354;
  border: none;
}

.btn-bg-orange:hover {
  background-color: #FEC248;
  color: #3C4354;
  opacity: 0.8;
}

.btn-bg-green i {
  font-size: 24px;
  margin-left: 3px;
}

.btn-icon {
  font-size: 24px;
  margin-left: 3px;
}

.btn-bg-white {
  background: #FFF;
  color: #7FC945;
}

.btn-bg-white-simple {
  background-color: #FFF;
  color: #7D7D7D;
  border: none;
}

.btn-bg-white-simple:hover {
  color: #7FC945;
  background-color: #FFF;
}

.btn-gray {
  background-color: #E8E8E8;
  border: none;
  color: #929292;
}

.btn-gray:hover {
  background-color: #7FC945;
  border: none;
  color: #FFF;
}

.btn-simple {
  font-size: 16px;
  font-weight: 600;
}

.btn-simple:hover {
  transition: all 0.3s;
  color: #7FC945;
}

.btn-add {
  width: 48px;
  height: 48px;
  padding: 0;
}

.btn-B {
  padding: 0 28px;
}

.btn-out {
  color: #7FC945;
}

.btn-close {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 42px;
  height: 42px;
  padding: 4px;
  border-radius: 8px;
  background-color: #F4F4F4;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn-close i {
  font-size: 24px;
  transform: rotate(-45deg);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=radio] {
  accent-color: #44a328;
  width: 32px;
  height: 32px;
}

input[type=radio]:after {
  display: none;
}

input[type=radio]:focus {
  outline: none;
}

input::-moz-placeholder {
  font-size: 16px;
}

input::placeholder {
  font-size: 16px;
}

input:focus {
  outline: 1px solid rgba(146, 146, 146, 0.3);
}

.input-none-focus:focus {
  outline: none;
}

.form-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.form-input label {
  position: absolute;
  color: #656565;
  font-weight: 600;
  font-size: 16px;
}

.form-input .label-one {
  right: 18px;
  padding-left: 10px;
  border-left: 1px solid #d0d0d0;
}

.form-input .label-tow {
  left: 18px;
  padding-right: 10px;
  border-right: 1px solid #d0d0d0;
}

.input-primary {
  width: 100%;
  background-color: #F4F4F4;
  font-family: Yekan Bakh FaNum;
  outline: none;
  border: none;
  border-radius: 8px;
  font-size: 16px;
}

select.input-primary {
  color: #6a6969;
}

.input-search {
  direction: ltr;
  height: 52px;
  text-align: center;
  background-color: #FFF;
  margin-left: 70px;
}

.input-search::-moz-placeholder {
  color: rgba(150, 152, 155, 0.4901960784);
}

.input-search::placeholder {
  color: rgba(150, 152, 155, 0.4901960784);
}

.input-group {
  margin-bottom: 20px;
}

.form-input textarea {
  min-height: 139px;
  resize: none;
}

.input-group-title {
  font-size: 16px;
  font-weight: 600;
  color: #474747;
  margin-bottom: 18px;
}

.input-group-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 22px;
       column-gap: 22px;
}

[type=file]::-webkit-file-upload-button {
  font-family: "Yekan Bakh FaNum";
  background: #FFF;
  border: 1px solid #7D7D7D;
  border-radius: 8px;
  color: #929292;
  font-size: 16px;
  outline: none;
  padding: 6px 19px;
  margin-left: 8px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.input-file {
  width: 311px;
  height: 37px;
  padding: 6px 7px 7px 0;
  color: #929292;
}

.icon-close {
  background-color: #E8E8E8;
  color: #656565;
  font-size: 13px;
  border-radius: 4px;
  padding: 6px;
  position: absolute;
  right: 280px;
  top: 10px;
  cursor: pointer;
}

.icon-close i {
  transform: rotate(45deg);
  color: #656565;
  font-size: 18px;
}

.input-file-new {
  position: relative;
}

.input-file:focus {
  outline: none;
}

.input-label {
  font-size: 14px;
  color: #7D7D7D;
  font-weight: 400;
}

.input-primary-sm {
  padding: 8px 16px 8px 16px;
}

.input-primary-sm::-moz-placeholder {
  font-weight: 600;
}

.input-primary-sm::placeholder {
  font-weight: 600;
}

.input-withe {
  background-color: #FFF;
}

.input-gray {
  background-color: #F4F4F4;
}

.input-simple {
  padding: 17px 17px 16px 15px;
}

.input-icon {
  padding: 17px 53px 16px 15px;
}

.input-sm {
  padding: 11px 16px;
}

.input-icon-sm {
  padding: 8px 48px 8px 15px;
}

.icon-input {
  position: absolute;
  right: 17px;
  font-size: 24px;
  color: #7D7D7D;
}

.icon-input-right {
  position: absolute;
  left: 17px;
}

.btn-out-form {
  margin-top: 15px;
  margin-bottom: 30px;
}

.btn-out-form .btn-out-form {
  font-size: 14px;
  font-weight: 600;
  color: #929292;
  cursor: pointer;
}

.title-input {
  color: #7D7D7D;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-top: -35px;
  margin-bottom: 33px;
}

.select-content {
  width: 49%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.select-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 16px 10px 14px;
  font-size: 16px;
  color: #929292;
  cursor: pointer;
}

.options {
  display: none;
  border-top: 1px solid #989898;
}

.options.active {
  display: block;
}

.option-item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 12px 16px 12px 14px;
  font-size: 16px;
  color: #929292;
  cursor: pointer;
  transition: all 0.3s;
}

.option-item:hover {
  background-color: #E8E8E8;
}

.pbWidgetSpinner {
  display: none;
  position: absolute;
  top: 40%;
  right: 45%;
  width: 50px;
  height: 50px;
  border: #ddd 4px solid;
  border-top-color: #8ED557;
  border-radius: 100%;
  animation: SpinnerRotate infinite 0.5s linear;
  z-index: 100;
}
@keyframes SpinnerRotate {
  to {
    transform: rotate(360deg);
  }
}

.pbWidgetSpinner.show {
  display: block;
}

@keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}
@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
div[role=progressbar] {
  --bg: #E8E8E8;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(#7FC945 calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-size: 24px;
  font-weight: 700;
  color: #474747;
}

div[id=progressbar-2] {
  background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(#FEC248 calc(var(--pgPercentage) * 1%), var(--bg) 0);
}

div[role=progressbar]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}

.loading-container {
  direction: ltr;
  text-align: center;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loading-container p {
  font-size: 18px;
  color: #3C4354;
  font-weight: 600;
}

.loading-bar {
  width: 500px;
  height: 32px;
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.21);
}

.loading-bar-progress {
  height: 100%;
  background-color: #7FC945;
  width: 0;
  transition: width 4s ease-in-out;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  display: block;
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
  transform: rotate(-135deg);
}
.dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}
.dropdown__filter {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #595959;
  background-color: #fff;
  font-size: 14px;
  transition: 0.3s;
  border-radius: 4px;
}
.dropdown__filter::after {
  position: absolute;
  top: 18px;
  left: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #656565;
  border-bottom: 2px solid #656565;
  transform: rotate(45deg) translateX(-45%);
  transition: 0.2s ease-in-out;
}
.dropdown__select {
  width: 100%;
  display: none;
  transform-origin: top;
  transition: 0.2s ease-in-out;
  border-top: 1px solid rgba(146, 146, 146, 0.56);
}
.dropdown__select-option {
  padding: 22px 24px;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  transition: 0.3s;
}
.dropdown__select-option:last-of-type {
  border-bottom: 0;
}
.dropdown__select-option:hover {
  background-color: #E8E8E8;
}

.dropdown__filter-selected {
  font-size: 16px;
  color: #656565;
  font-weight: 600;
  padding: 12px 24px;
}

.dropdown__select-option-title {
  font-size: 15px;
  font-weight: 600;
  color: #474747;
}

.dropdown__select-option-subTitle {
  font-size: 14px;
  font-weight: 400;
  color: #7D7D7D;
}

.breadcrumb {
  display: flex;
  align-items: center;
  color: #929292;
  gap: 15px;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb li a {
  color: #929292;
}

.breadcrumb li.active {
  color: #3C4354;
  font-weight: 400;
}

@media (max-width: 576px) {
  .box-content {
    padding: 32px 12px 12px 12px;
  }
  .box-header {
    padding: 29px 12px 23px 12px;
  }
  .box-header__title {
    font-size: 15px;
  }
  .box-header__subTitle {
    font-size: 13px;
  }
  .icon-header {
    font-size: 18px;
  }
  .item-key-text {
    font-size: 15px;
  }
  .item-value-text {
    font-size: 15px;
  }
  .btn-simple {
    font-size: 14px;
  }
  input[type=radio] {
    width: 26px;
    height: 26px;
  }
  .box-training_B {
    padding: 12px 16px 16px 16px;
  }
  .box-training_B i {
    font-size: 24px;
    padding: 8px;
  }
  .box-training_B h6 {
    font-size: 14px;
  }
  .box-training_B p {
    font-size: 13px;
    margin-top: 12px;
  }
  .box-training_B-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: darkgoldenrod;
  }
  .input-file {
    width: 258px;
  }
  .input-label {
    font-size: 13px;
  }
  .icon-close {
    right: 236px;
  }
  .icon-close i {
    font-size: 15px;
  }
  .form-input .label-one {
    top: -30px;
    right: 0;
    border: none;
    font-size: 13px;
    font-weight: 700;
  }
  .form-input .label-tow {
    top: 10px;
  }
  .box-content-text {
    font-size: 14px;
  }
  .box-select {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .status-product {
    align-self: center;
    margin-top: 12px;
  }
  .box-header-factor {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .specifications {
    grid-template-columns: repeat(1, 1fr);
  }
  .specifications-box__content {
    align-items: center;
    text-align: center;
    font-size: 15px;
  }
  .specifications-box__title-text {
    display: flex;
    justify-content: center;
    font-size: 15px;
  }
  .specifications {
    row-gap: 30px;
  }
  .payment-types {
    flex-direction: column;
  }
  .date-product {
    margin-top: 12px;
  }
  .search-btn-text {
    display: none;
  }
  .box-cart-domain-items {
    flex-direction: column;
    gap: 21px;
  }
  .box-internal-skeleton-items {
    flex-direction: column;
    gap: 21px;
  }
  .loading-bar {
    width: 250px;
    margin-top: 10px;
  }
  .loading-container p {
    font-size: 12px;
  }
  .box-alert-btn {
    flex-direction: column;
    gap: 20px;
  }
  .btn-parent {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .box-gray-text {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .box-group-A {
    gap: 12px;
  }
  .specifications-box__content {
    flex-direction: column;
  }
  .box-cart-domain-items > *:not(:last-child) {
    border: none;
  }
  .modal {
    width: 250px;
  }
  .modal-content {
    text-align: center;
  }
  .modal-buttons button {
    font-size: 13px;
  }
  .box-training {
    margin-bottom: 16px;
  }
  .box-alert-btn p {
    text-align: center;
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .box-group-A {
    display: block;
  }
}
/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}

.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0, .gx-0 {
  --bs-gutter-x:0;
}

.g-0, .gy-0 {
  --bs-gutter-y:0;
}

.g-1, .gx-1 {
  --bs-gutter-x:0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y:0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x:0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y:0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x:1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y:1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x:1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y:1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x:3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y:3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.overlay--white {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed !important;
  background: rgba(255, 255, 255, 0.8);
}

.overlay--gray {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.64);
}

.overlay--dark {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.header-site {
  width: 100%;
  height: 148px;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(76, 86, 134, 0.1);
}

.header-wrap {
  padding-top: 17px;
}

/*top-bar*/
.top-bar {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}

.top-bar__right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.icon-menu {
  display: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 20px;
}

.top-bar__left-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.top-bar__left-item-1 {
  text-align: right;
  font-size: 12px;
  color: #3C4354;
  font-weight: 600;
  transition: all 0.3s;
}

.top-bar__left-item-1:hover {
  color: #7FC945;
}

.top-bar__left-item-2 a {
  padding: 6px 18px;
  color: #FFFFFF;
}

.btn-call {
  background-color: #FEC248;
  height: 44px;
  width: 44px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FEC248;
  transition: all 0.3s;
}

.btn-call:hover {
  background-color: #ffffff;
  color: #FEC248;
}

.btn-call:hover i {
  color: #FEC248;
}

.btn-call i {
  font-size: 20px;
  color: #ffffff;
}

.btn-call-header {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/*////////////*/
.tooltip {
  position: relative;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #FEC248;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

/*End of top-bar*/
/*nav-bar*/
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.nav-bar__right-icon {
  font-size: 20px;
  color: #7D7D7D;
}

.nav-bar__right-menu {
  display: flex;
  gap: 28px;
}

.menu-item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #7D7D7D;
  font-size: 15px;
  transition: all 0.3s;
}

.menu-item-text i {
  transition: all 0.3s;
}

.menu-item-text:hover {
  color: #3C4354;
}

.menu-item-text:hover > * {
  color: #3C4354;
}

.menu-item-text-icon {
  stroke-width: 2px;
  font-size: 16px;
  color: #7D7D7D;
}

.nav-bar__left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.nav-bar__left-icon {
  font-size: 24px;
  color: #7D7D7D;
}

.nav-bar__left-icon:hover {
  color: #3C4354;
}

.nav-bar__left-item-2 {
  position: relative;
  border-left: 1px solid #E8E8E8;
  padding-left: 20px;
}

.badge-count {
  position: absolute;
  top: -5px;
  right: -3px;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FEC248;
  border-radius: 50%;
}

.badge-count span {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 3px;
  margin-left: 1px;
}

.nav-bar__left-item-1 {
  position: relative;
  border-left: 1px solid #E8E8E8;
  padding-left: 20px;
  cursor: pointer;
}

.nav-bar__left-item-1:hover .nav__bar__dropdown-myAccount {
  opacity: 1;
  visibility: visible;
}

.notification-content-nav-bar {
  padding: 20px;
}

.notification-content-nav-bar h5 {
  margin-bottom: 10px;
}

.nav-bar__left-item-3 {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.nav-bar__left-item-3:hover .nav__bar__dropdown-myAccount {
  opacity: 1;
  visibility: visible;
}

.nav__bar__dropdown-myAccount {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #FFFFFF;
  margin-top: 22px;
  border-radius: 8px;
  width: 224px;
  box-shadow: 0 0 12px 0 rgba(165, 164, 164, 0.1);
  z-index: 100;
  transition: all 0.2s 0.1s;
  left: 10px;
  top: 22px;
}

.nav__bar__dropdown-item-myAccount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 4px;
  padding-right: 20px;
}

.nav__bar__dropdown-item-myAccount i {
  margin-left: 11px;
}

.nav__bar__dropdown-myAccount-last-item a {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  color: #7D7D7D;
  padding: 11px 0;
  margin-top: 16px;
  border: 1px solid #fff;
  border-radius: 0 0 0 8px;
}

.nav__bar__dropdown-myAccount-last-item i {
  font-size: 20px;
  margin: 5px 20px 0 8px;
  color: #7D7D7D;
}

.nav__bar__dropdown_link-last-myAccount {
  color: #7D7D7D;
  font-size: 14px;
  width: 100%;
}

.nav-bar__left-item-3-texts {
  display: flex;
  flex-direction: column;
}

.nav-bar__left-item-3-texts div {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-bar__left-item-3-texts div span {
  font-size: 15px;
  font-weight: 600;
  color: #656565;
}

.nav-bar__left-item-3-text-2 {
  font-size: 12px;
  color: #929292;
}

.menu-item:hover .nav__bar__dropdown {
  opacity: 1;
  visibility: visible;
}

.nav__bar__dropdown {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 20px 20px 6px 11px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #FFFFFF;
  margin-top: 14.5px;
  border-radius: 8px;
  width: 213px;
  box-shadow: 0 0 12px 0 rgba(165, 164, 164, 0.1);
  z-index: 100;
  transition: all 0.2s 0.1s;
}

.nav__bar__dropdown-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.nav__bar__dropdown_link {
  width: 100%;
  color: #7D7D7D;
  font-size: 14px;
  transition: all 0.3s;
}

.nav__bar__dropdown_link:hover {
  color: #3C4354;
  font-weight: 600;
  margin-right: -4px;
}

.nav__bar__dropdown_link:hover ~ .menu-icon-arrow-left {
  color: #3C4354;
}

.menu-icon-arrow-left {
  color: #ffffff;
  transition: all 0.3s;
}

/*End of nav-bar*/
/* menu-mobile */
.menu-mobile {
  position: relative;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.menu-mobile-content {
  position: fixed;
  bottom: 18px;
  width: 320px;
  height: 68px;
  border-radius: 8px;
  box-shadow: -4px 4px 24px 0px rgba(60, 67, 84, 0.26);
  background-color: #FFF;
  z-index: 999;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.menu-mobile-content__item-center {
  margin-bottom: 55px;
}

.menu-mobile-content__item-center a {
  position: relative;
  height: 66px;
  width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #3C4354;
  box-shadow: -4px 4px 24px 0px rgba(60, 67, 84, 0.26);
}

.menu-mobile-content__item-center a i {
  font-size: 28px;
  color: #FFF;
}

.menu-mobile-content__item-center a .badge-count {
  top: 13px;
  right: 15px;
}

.icon-menu-btn.active {
  background-color: #ffffff;
}

.icon-menu-btn.active i {
  color: #3C4354;
}

.icon-menu-btn {
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.icon-menu-btn i {
  color: #7D7D7D;
  font-size: 20px;
  padding: 2px;
}

.icon-menu-btn:hover {
  background-color: #ffffff;
  color: #3C4354;
}

.icon-menu-btn-navbar .icon-menu-btn:hover > i {
  color: #3C4354;
}

.menu-mobile-content__item {
  cursor: pointer;
}

.menu-mobile-content__item-text {
  color: #7D7D7D;
  font-size: 12px;
  font-weight: 500;
}

.menu-mobile-body {
  position: fixed;
  bottom: 78px;
  width: 278px;
  background-color: #FFFFFF;
  border-radius: 8px;
}

.notification-content {
  padding: 20px;
  display: none;
}

.notification-content.show {
  display: block;
}

.myAccount-content {
  display: none;
  margin-bottom: 35px;
}

.myAccount-content.show {
  display: block;
}

.notification-content__text {
  color: #7D7D7D;
  font-size: 13px;
  padding: 10px 0 16px 0;
  line-height: 28px;
  font-weight: 400;
}

/* End of menu-mobile */
/* accordion */
.side-menu-accordion-body {
  padding-bottom: 12px;
  display: none;
}

.side-menu-accordion-body.show {
  display: block;
}

.accordion-thumb {
  cursor: pointer;
  color: #7D7D7D;
  font-size: 15px;
  font-weight: 600;
  margin-right: 4px;
  transition: all 0.3s;
}

.accordion-item-menu:nth-child(-n+4) h3::after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: 16px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-top: 5px;
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
}

.accordion-item-link {
  display: flex;
  align-items: center;
}

.accordion-item-link:hover {
  color: #3C4354;
  transition: all 0.3s;
}

.accordion-item-link:hover > i {
  color: #3C4354;
  transition: all 0.3s;
}

.accordion-panel {
  margin-top: 14px;
  padding-bottom: 0.8rem;
  display: none;
  background-color: #F4F4F4;
}

.accordion-panel li {
  padding: 16px 28px 0 0;
  color: #7D7D7D;
}

.accordion-panel li a {
  color: #7D7D7D;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s;
}

.accordion-panel li a:hover {
  color: #3C4354;
  font-weight: 600;
  margin-right: -4px;
}

.accordion-thumb:hover {
  color: #3C4354;
}

.accordion-item-menu.is-active .accordion-thumb::after {
  transform: rotate(225deg);
}
.accordion-item-menu.is-active .accordion-thumb {
  color: #3C4354;
}

.accordion-item_content {
  padding: 20px 18px 0 0;
}

/* End of accordion */
/* menu-section-bottom */
.menu-section-bottom {
  padding: 0 55px;
  margin-top: 30px;
}

.menu-section-bottom__content-center {
  display: flex;
  margin-top: 25px;
}

.menu-section-bottom__content-center-phone {
  width: 124px;
}

.menu-section-bottom__content-center-phone span:first-child {
  font-size: 18px;
  font-weight: 700;
  color: #656565;
}

.menu-section-bottom__content-center-phone span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}

.menu-section-bottom__content-socials {
  margin: 14px 0 40px 0;
}

.menu-socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* End of menu-section-bottom */
@media (max-width: 992px) {
  .header-site {
    height: 78px;
  }
  .menu-mobile {
    display: flex;
  }
  .top-bar__left {
    display: none;
  }
  .top-bar {
    justify-content: center;
    align-items: center;
    border: none;
  }
  .top-bar__right img {
    width: 142px;
    height: 42px;
  }
  .nav-bar {
    display: none;
  }
}
@media (max-width: 1200px) {
  .nav-bar__left-item-3-texts {
    display: none;
  }
  .menu-item-text {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .nav-bar__right-menu {
    gap: 5px;
  }
}
/*!
 * Copyright (c) 2024. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 * Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
 * Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
 * Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagittis ligula eget metus.
 * Vestibulum commodo. Ut rhoncus gravida arcu.
 */
.footer {
  width: 100%;
  margin-top: 72px;
  background-color: #3c4354;
}

.footer-section-top {
  display: flex;
  justify-content: space-between;
  padding: 36px 0 28px 0;
}

.footer-section-top__right {
  color: #fff;
}

.footer-section-top__left {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.footer-section-top__right-text-1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
}

.footer-section-top__right-text-2 {
  color: #F0F0F0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 30px;
}

.footer-section-top__left-text-1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  align-self: end;
}

.footer-section-top__left-text-2 {
  color: #F0F0F0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 30px;
}

.line-footer {
  height: 1px;
  background: #51596E;
}

.footer-item {
  margin-top: 84px;
  width: 100%;
}

.footer-item-1__text {
  color: #F0F0F0;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin-top: 20px;
}

.footer-item-head {
  display: flex;
  align-items: center;
}

.footer-item-head i {
  color: #7FC945;
  font-size: 20px;
}

.footer-item-head h5 {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 32.3px;
  margin-right: 8px;
}

.footer-item-2__links {
  margin-top: 18px;
}

.footer-item-2__link-item {
  margin-bottom: 10px;
}

.footer-item-2__link-item a:hover {
  color: #7FC945;
}

.footer-item-2__link-item a {
  color: #F0F0F0;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}

.footer-item-3__contact {
  width: 100%;
  margin-top: 20px;
}

.footer-item-3__contact-item {
  margin-bottom: 43px;
}

.footer-item-3__contact-item-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #F0F0F0;
  font-size: 16px;
  font-weight: 400;
}

.footer-item-4 {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.footer-socials {
  display: flex;
}

.footer-socials a {
  margin-right: 9px;
}

.footer-copyRight {
  text-align: center;
  color: #E8E8E8;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 28px;
  margin-top: 72px;
}

.rtlLink {
  color: white;
  font-weight: bold;
  display: contents;
}

.trust-logo {
  background-color: #FFF;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .footer-item-1__text {
    font-size: 14px;
  }
  .footer-item-3__contact-item-wrap {
    font-size: 14px;
  }
  .footer-item-head h5 {
    font-size: 15px;
  }
  .footer-item-2__link-item a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer-item-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .footer-section-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-section-top__left {
    margin-top: 24px;
  }
  .footer-section-top__left-text-1 {
    align-self: center;
  }
  .footer-item {
    margin-top: 33px;
  }
}
@media (max-width: 1200px) {
  .footer-item {
    margin-top: 30px;
  }
}
body {
  font-family: Yekan Bakh FaNum;
}

.section {
  display: flex;
  width: 100%;
}

i {
  display: flex;
}

.black-svg {
  filter: invert(1);
}

#plotId {
  font-family: Yekan Bakh FaNum;
}

/*section-department*/
.department-box {
  position: relative;
  width: 100%;
  height: 196px;
  border-radius: 8px;
  background: #F4F4F4;
  transition: all 0.2s;
}

.department-box:hover {
  transform: scale(1.05);
  background-color: #3C4354;
}

.department-box:hover span {
  color: #ffffff;
}

.department-box:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 0 60px 60px 10px;
}

.department-box-orange:before {
  background: #FEC248;
}

.department-box-green:before {
  background: #7FC945;
}

.department-box-navyBlue:before {
  background: #3C4354;
}

.department-box-container {
  width: 100%;
  height: auto;
}

.department-box-wrapper {
  padding: 32px 26px 3px 0;
}

.department-box-icon-box,
.department-box-text,
.department-box-counts {
  margin-bottom: 20px;
}

.department-icon-box {
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
}

.department-icon {
  font-size: 32px;
  color: #3C4354;
}

.department-text-content {
  margin-top: 16px;
}

.department-box-text span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #3C4354;
}

.department-box-counts {
  width: 100%;
  color: #656565;
  display: flex;
}

.department-box-counts span {
  font-size: 16px;
  font-weight: 600;
}

.department-box-counts-total {
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid #D9D9D9;
}

.department-box-counts-total span {
  font-size: 16px;
}

/*End of section-department*/
/*section-banner*/
.section-banner {
  margin-top: 36px;
}

.section-banner-wrap {
  width: 100%;
}

.section-banner-wrap img {
  width: 100%;
  border-radius: 10px;
}

.auto-width {
  width: auto;
}

/* End of section-banner */
/* section-skeleton */
.section-skeleton-row {
  opacity: 0.2;
  animation: 1s linear 1s infinite alternate skeletonAni;
}

.skeleton-domain-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #929292;
  border-radius: 0 8px 8px 0;
  height: 167px;
}

.skeleton-domain-see-all {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #C8C8C8;
  border-radius: 8px;
  height: 167px;
}

.skeleton-domain-see-all__box-1 {
  background-color: #E8E8E8;
  width: 30px;
  height: 30px;
  padding: 3px;
}

.skeleton-domain-see-all__box-2 {
  background-color: #E8E8E8;
  width: 59px;
  height: 17px;
  padding: 3px;
  margin-top: 14px;
}

.skeleton-domain-main div {
  width: 87px;
  height: 50px;
  background-color: #D9D9D9;
}

.section-skeleton-domain-box__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.section-skeleton-domain-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.internal-box-1 {
  width: 88px;
  height: 42px;
  background-color: #929292;
}

.internal-box-2 {
  width: 103px;
  height: 20px;
  background-color: #E8E8E8;
  margin-top: 20px;
}

.internal-box-3 {
  width: 59px;
  height: 17px;
  background-color: #D9D9D9;
  margin-top: 10px;
}

@keyframes skeletonAni {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
/* End of section-skeleton  */
/* section-discount-domains */
.section-discount-domains-colBg {
  border-radius: 16px;
  background-color: #f4f4f4;
  background-clip: content-box;
}

.discount-domain-box {
  position: relative;
  width: 100%;
  height: 167px;
}

.discount-domain-main-box {
  background: #3C4354;
  border-radius: 0 8px 8px 0;
}

.discount-domain-main-box i {
  color: #FEC248;
  font-size: 24px;
}

.badge-domain {
  height: 42px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  padding: 0 14px;
  border-radius: 8px;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge-domain__green {
  background: #7FC945;
}

.badge-domain__orange {
  background: #FEC248;
}

.badge-domain__navy-blue {
  background: #3C4354;
}

.discount-domain-main-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.discount-domain-main-box div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.discount-domain-main-box {
  align-self: start;
}

.discount-domain-main-box h5 {
  width: 90px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.discount-domain-box__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 55px;
}

.discount-domain-box-divider:before {
  content: "";
  position: absolute;
  background: #929292;
  opacity: 0.35;
  width: 1px;
  height: 79px;
  left: -15px;
}

.discount-domain-box__wrap a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 109px;
  width: 107px;
}

.price-off-domain {
  display: flex;
  align-items: center;
  color: #3C4354;
  font-size: 20px;
  font-weight: 700;
}

.price-domain {
  color: #929292;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-decoration: line-through;
}

.price-off-domain-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-right: 4px;
}

.discount-domain-see-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

.discount-domain-see-all__wrap {
  margin-right: 22px;
}

.btn-domain-see-all {
  height: 133px;
  width: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 8px;
}

.btn-domain-see-all:hover span {
  color: #7FC945;
}

.btn-domain-see-all:hover i {
  color: #7FC945;
}

.discount-domain-see-all span {
  color: #3C4354;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  margin-top: 10px;
  transition: all 0.3s;
}

.domain-see-all-icon {
  background: #F4F4F4;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.domain-see-all-icon i {
  color: #3C4354;
  transition: all 0.3s;
}

.text-name-domain1 {
  background: #7FC945;
  direction: ltr;
}

.text-name-domain2 {
  background: #FEC248;
  direction: ltr;
}

.text-name-domain3 {
  background: #3C4354;
  direction: ltr;
}

.text-name-domain4 {
  background: #7FC945;
  direction: ltr;
}

/* End of section-discount-domains */
/* section-tickets */
.tickets-content {
  background-color: #F4F4F4;
  border-radius: 8px;
  padding-bottom: 61px;
}

.section-tickets__top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-tickets__top-right {
  display: flex;
  align-items: center;
}

.section-tickets__top-right i {
  font-size: 24px;
  display: flex;
}

.section-tickets__top-right-text {
  margin-right: 6px;
  color: #3C4354;
  font-size: 18px;
  font-weight: 700;
}

.section-tickets__top-left {
  height: 48px;
  border-radius: 8px;
  background-color: #7FC945;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-tickets__top-left a {
  color: #FFF;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 600;
}

.tickets-content-null {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 86px;
  text-align: center;
}

.tickets-content-null h4 {
  color: #656565;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.section-tickets__top_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px 15px 32px;
}

.table-bordered {
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
}

.table-bordered thead {
  background-color: #FFFFFF;
  height: 65px;
  border-radius: 8px;
  color: #474747;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #E8E8E8;
}

.table-bordered th {
  padding-top: 28px;
}

.table-bordered tbody {
  color: #656565;
  font-weight: 600;
  font-size: 15px;
}

.badge-status div {
  border-radius: 8px;
  padding: 7px 11px;
  text-align: center;
  font-size: 15px;
}

/* End of section-tickets */
/* section-products && news */
.box__top {
  padding: 16px 32px 15px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box__top-text {
  display: flex;
  align-items: center;
  color: #3C4354;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.box__top-text i {
  font-size: 24px;
}

.box__top-text h6 {
  margin-right: 6px;
  font-size: 16px;
}

.box-products__content {
  display: flex;
  align-items: center;
  padding: 16px 32px 15px 32px;
}

.box-products__content-items {
  width: 100%;
}

.box-products__content-items li {
  margin-bottom: 11px;
  transition: all 0.3s;
}

.box-products__content-items li:hover {
  box-shadow: 0 0 20px 0 rgba(76, 86, 134, 0.1);
}

.box-news__content-items {
  width: 100%;
  margin-top: 14px;
}

.box-products__content-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 11px 0 11px 2px;
  border-radius: 8px;
  display: flex;
}

.box-news__content {
  display: flex;
  align-items: center;
  padding: 16px 32px 15px 32px;
}

.box-products__content-icon {
  background: #3C4354;
  width: 47px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  margin-right: 11px;
}

.box-products__content-text {
  color: #656565;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s;
}

.box-products__content-item-link:hover .box-products__content-text {
  color: #343a40;
}

.box-news__content-item {
  position: relative;
  margin-bottom: 13px;
  margin-left: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: circle;
  padding-bottom: 13px;
  width: 100%;
}

.box-news__content-item a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 9px;
  right: -10px;
  border-radius: 1px;
  background-color: #3C4354;
  transition: all 0.3s;
}

.box-news__content-item a {
  position: relative;
  color: #656565;
  font-size: 15px;
  font-weight: 600;
  margin-right: 13px;
  transition: all 0.3s;
}

.box-news__content-item a:hover {
  color: #3C4354;
}

.box-news__content-item a:hover:before {
  background-color: #FEC248;
}

.box-news__content-item span {
  color: #7D7D7D;
  font-size: 12px;
  font-weight: 600;
}

.box-news__content-items > *:not(:last-child) {
  border-bottom: 1px dashed rgba(205, 205, 205, 0.5);
}

.btn-call-menu {
  width: 44px;
  height: 44px;
}

/* End of section-products && news */
@media (max-width: 576px) {
  .department-box-counts-total span {
    font-size: 14px;
  }
  .department-box {
    font-size: 16px;
  }
  .discount-domain-box__wrap {
    padding: 0;
  }
  .box {
    height: auto;
  }
  .box-news__content-item a {
    font-size: 13px;
  }
  .box-news__content-item a:before {
    top: 7px;
  }
  .box-news__content {
    padding: 15px 11px 30px 0;
  }
  .box-products__content {
    padding: 16px 11px 15px 14px;
  }
  .box-news__content-item {
    display: flex;
    align-items: start;
    flex-direction: column;
    width: auto;
  }
  .box-news__content-item span {
    align-self: end;
    margin-top: 8px;
  }
  .box__top-text div {
    width: 158px;
  }
  .section-tickets__top-right-text {
    font-size: 16px;
  }
  .section-tickets__top-left a {
    font-size: 15px;
  }
  .section-tickets__top {
    margin: 0 14px;
  }
  .box__top {
    padding: 16px 12px 15px 12px;
  }
}
@media (max-width: 768px) {
  .discount-domain-main-box {
    border-radius: 8px 8px 0 0;
  }
  .skeleton-domain-main {
    border-radius: 8px 8px 0 0;
  }
  .department-box {
    height: 100px;
  }
  .department-box-wrapper {
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding: 0 4px 36px 0;
  }
  .department-text-content {
    margin-right: 16px;
  }
  .box__top-btn {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .skeleton-domain-see-all,
  .skeleton-domain-main,
  .section-skeleton-domain-box {
    margin: 20px 0;
  }
  .box-news {
    margin-top: 37px;
  }
}
@media (max-width: 1200px) {
  .discount-domain-box-divider:before {
    display: none;
  }
  .department-box {
    margin-bottom: 20px;
  }
  .discount-domain-see-all div a {
    width: 268px;
  }
  .box__top-btn a {
    padding: 10px 25px;
    color: #7FC945;
    font-size: 14px;
    text-align: center;
  }
  .box__top-text div h6 {
    line-height: 19px;
    font-size: 14px;
  }
  .department-box-counts-total {
    margin-right: 28px;
    padding-right: 28px;
  }
  .discount-domain-see-all__wrap {
    margin-right: 0;
  }
}
.authenticate-site-wrapper {
  min-height: 100vh;
  width: 100%;
  background: url(../media/Frame11660.png?2b4e1cf36ee840371e20869e382cd69a);
  background-repeat: no-repeat;
  background-size: cover;
}

.authenticate-site-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.validation-site-content {
  margin-top: 170px;
}

.password-site-content {
  margin-top: 170px;
}

.authenticate-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}

.authenticate-form {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 24px 0 rgba(204, 200, 200, 0.25);
  border-radius: 8px;
}

.form-content {
  padding: 45px 90px 45px 90px;
}

.form-title {
  text-align: center;
  font-size: 18px;
  color: #656565;
  font-weight: 600;
}

.form-inputs {
  margin-top: 40px;
}

.approval-rules {
  display: flex;
  align-items: center;
  color: #929292;
  font-weight: 600;
  font-size: 13px;
}

.authenticate-descriptions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 73px 0 73px;
}

.authenticate-descriptions-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #929292;
  line-height: 30px;
}

.authenticate-descriptions-text .underlined {
  text-decoration: underline;
  display: contents;
  color: #606060;
}

.form-input-captcha {
  width: 50%;
}

.form-captcha {
  width: 50%;
  height: 58px;
  border-radius: 8px;
  cursor: pointer;
}

.form-captcha .tooltip-text {
  background: #6DB337;
  font-size: 13px;
  width: 250px;
  margin-left: -15px;
}

.form-captcha img {
  border-radius: 8px;
}

.conditions-password {
  display: none;
}

.conditions-password li {
  color: #7D7D7D;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

.resend-code {
  display: flex;
  flex-direction: column;
}

#verification-countdown {
  border: none;
  background: none;
  font-family: Yekan Bakh FaNum;
  font-size: 15px;
  font-weight: 600;
  color: #7D7D7D;
}

#verification-countdown.pointer {
  cursor: pointer;
}

#verification-countdown.eventPointer {
  pointer-events: none;
}

.resend-code span:hover {
  color: #656565;
}

.resend-code__btn-1 {
  align-self: end;
  transition: all 0.3s;
}

.resend-code__btn-2 {
  transition: all 0.3s;
  align-self: start;
}

.how-enter-list li {
  margin-bottom: 13px;
}

.how-enter-list-item {
  color: #7D7D7D;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

.form-SubTitle {
  text-align: center;
  color: #7D7D7D;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
}

.strength {
  position: absolute;
  height: 0;
  top: 63px;
  width: 100%;
  background: #ccc;
  margin-top: -7px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  transition: height 0.3s;
}

.strength-span {
  width: 0;
  height: 5px;
  display: block;
  transition: width 0.3s;
}

@media (max-width: 576px) {
  .approval-rules {
    margin-top: 35px;
  }
  .form-input {
    margin-bottom: 12px;
  }
  .input-primary {
    font-size: 14px;
  }
  input::-moz-placeholder {
    font-size: 14px;
  }
  input::placeholder {
    font-size: 14px;
  }
  .icon-input {
    font-size: 18px;
  }
  .input-icon {
    padding: 17px 45px 16px 15px;
  }
  .form-captcha {
    height: 55px;
  }
  .authenticate-descriptions {
    padding: 16px 32px 0 32px;
  }
  .resend-code button {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .form-content {
    padding: 28px 16px 28px 16px;
  }
  .input-authenticate__icon {
    padding: 12px 53px 12px 0;
  }
}
@media (max-width: 992px) {
  .authenticate-site-wrapper {
    background: none;
  }
  .form-inputs {
    margin-top: 34px;
  }
  .form-input-captcha {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .authenticate-logo {
    margin-bottom: 15px;
  }
}
.rtlDataTable {
  padding: 28px 28px 52px 28px;
}
.rtlDataTable .rtlDataTable__table {
  border-spacing: 0 10px !important;
  border-collapse: separate;
  visibility: hidden;
}
.rtlDataTable .rtlDataTable__tableloader {
  visibility: hidden;
  position: relative;
  height: 100%;
}
.rtlDataTable .rtlDataTable__tableloader:before {
  visibility: visible;
  display: table-caption;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: linear-gradient(rgb(235, 235, 235) 1px, transparent 0), linear-gradient(90deg, rgb(235, 235, 235) 1px, transparent 0), linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30%), linear-gradient(rgb(240, 240, 242) 35px, transparent 0);
  background-repeat: repeat;
  background-size: 1px 35px, 16.66666666% 1px, 30% 100%, 2px 70px;
  background-position: 0 0, 0 0, 0 0, 0 0;
  animation: shine 0.5s infinite;
}
@keyframes shine {
  to {
    background-position: 0 0, 0 0, 40% 0, 0 0;
  }
}
.rtlDataTable table.dataTable > thead > tr > th {
  border-bottom: 0 !important;
  background-color: #E8E8E8;
  padding: 24px 29px !important;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  color: #474747 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.rtlDataTable table.dataTable > thead > tr > th:first-child {
  border-radius: 0 8px 8px 0 !important;
}
.rtlDataTable table.dataTable > thead > tr > th:last-child {
  border-radius: 8px 0 0 8px !important;
}
.rtlDataTable table.dataTable > thead > tr > td {
  border-bottom: 0 !important;
  background-color: #E8E8E8;
}
.rtlDataTable table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}
.rtlDataTable table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: flex;
  justify-content: space-between;
}
.rtlDataTable table.dataTable > tbody tr {
  height: 72px !important;
  margin-top: 20px !important;
}
.rtlDataTable table.dataTable > tbody td {
  padding: 15px 29px !important;
  background-color: #fff !important;
  cursor: pointer;
  transition: 0.3s;
  color: #656565 !important;
  font-size: 15px;
  font-weight: 600;
  font-family: Yekan Bakh FaNum;
}
.rtlDataTable table.dataTable > tbody td:first-child {
  position: relative;
  border-radius: 0 8px 8px 0 !important;
}
.rtlDataTable table.dataTable > tbody td:last-child {
  border-radius: 8px 0 0 8px !important;
}
.rtlDataTable table.dataTable.no-footer {
  border-bottom: none !important;
}
@media (width > 992px) {
  .rtlDataTable table.dataTable tbody tr:hover > td {
    background-color: #E8E8E8 !important;
  }
}

.dataTables_wrapper .dataTables_filter input {
  border: unset !important;
  border-radius: 4px !important;
  padding: 13px 16px !important;
  color: #7D7D7D !important;
  width: 100% !important;
  margin-bottom: 38px !important;
  font-size: 13px !important;
  background-color: #fff !important;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif !important;
}

.dataTables_wrapper .dataTables_filter {
  width: 36% !important;
}

.rtlDataTableOptions table.dataTable > thead > tr > th {
  position: relative;
}
.rtlDataTableOptions table.dataTable > thead > tr > th > span::after {
  content: "";
  width: 1px;
  height: 54px;
  background-color: rgba(146, 146, 146, 0.51);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.rtlDataTableOptions table.dataTable > thead > tr > th:last-child > span::after {
  display: none;
}
.rtlDataTableOptions table.dataTable thead > tr > th.sorting::before, .rtlDataTableOptions table.dataTable thead > tr > th.sorting::after, .rtlDataTableOptions table.dataTable thead > tr > th.sorting_asc::before, .rtlDataTableOptions table.dataTable thead > tr > th.sorting_asc::after, .rtlDataTableOptions table.dataTable thead > tr > th.sorting_desc::before, .rtlDataTableOptions table.dataTable thead > tr > th.sorting_desc::after, .rtlDataTableOptions table.dataTable thead > tr > th.sorting_asc_disabled::before, .rtlDataTableOptions table.dataTable thead > tr > th.sorting_asc_disabled::after, .rtlDataTableOptions table.dataTable thead > tr > th.sorting_desc_disabled::before, .rtlDataTableOptions table.dataTable thead > tr > th.sorting_desc_disabled::after, .rtlDataTableOptions table.dataTable thead > tr > td.sorting::before, .rtlDataTableOptions table.dataTable thead > tr > td.sorting::after, .rtlDataTableOptions table.dataTable thead > tr > td.sorting_asc::before, .rtlDataTableOptions table.dataTable thead > tr > td.sorting_asc::after, .rtlDataTableOptions table.dataTable thead > tr > td.sorting_desc::before, .rtlDataTableOptions table.dataTable thead > tr > td.sorting_desc::after, .rtlDataTableOptions table.dataTable thead > tr > td.sorting_asc_disabled::before, .rtlDataTableOptions table.dataTable thead > tr > td.sorting_asc_disabled::after, .rtlDataTableOptions table.dataTable thead > tr > td.sorting_desc_disabled::before, .rtlDataTableOptions table.dataTable thead > tr > td.sorting_desc_disabled::after {
  left: 10px !important;
  right: auto !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 4px !important;
  background: #FFF !important;
  max-height: 38px !important;
  border: unset !important;
  height: 38px !important;
  width: 38px !important;
  margin-left: 8px !important;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  background-color: #3C4354 !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  color: #474747 !important;
  width: 43px !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
  color: #666 !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  color: #474747 !important;
  width: 43px !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  color: #666 !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button.current, .rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  background-color: #3C4354 !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button.current, .rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  color: #fff !important;
  background-color: #3C4354 !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button.current, .rtlDataTableOptions .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  color: #fff !important;
  background-color: #3C4354 !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate {
  float: left !important;
  margin-top: 38px !important;
  display: flex;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_paginate span {
  display: flex !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_length {
  float: right !important;
  margin-top: 38px !important;
}
.rtlDataTableOptions .dataTables_wrapper .dataTables_length select {
  border: unset !important;
  background: #fff !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 4px !important;
  color: #474747 !important;
  padding: 0 !important;
  text-align: center !important;
  margin: 0 11px !important;
  -moz-appearance: none !important; /* Firefox */
  -webkit-appearance: none !important; /* Safari and Chrome */
  appearance: none !important;
}
.rtlDataTableOptions .rtlDataTableOptions__icon {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rtlDataTableOptions .rtlDataTableOptions__icon i {
  font-size: 24px;
}
@media (width > 992px) {
  .rtlDataTableOptions .rtlDataTableOptions__icon i {
    padding-top: 0;
    position: absolute;
  }
}
.rtlDataTableOptions .rtlDataTableOptions__icon i:hover {
  color: #7FC945;
}
.rtlDataTableOptions .rtlDataTableOptions__name {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  position: relative;
}
.rtlDataTableOptions .rtlDataTableOptions__nameTitle {
  font-size: 16px;
  font-weight: 600;
  color: #656565;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
}
.rtlDataTableOptions .rtlDataTableOptions__nameLink {
  position: absolute;
  font-size: 15px;
  font-weight: 600;
  color: #929292;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  right: 29px;
  margin-top: 22px;
}

@media (width < 768px) {
  .rtlDataTableOptions {
    padding: 28px 28px 42px 28px;
  }
  .rtlDataTableOptions .bottom {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
    align-items: center !important;
  }
  .dataTables_wrapper .dataTables_filter {
    width: 100% !important;
  }
}
.box-content-Payment-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 42px;
}

.box-content-Payment-text {
  font-size: 16px;
  font-weight: 600;
  color: #656565;
}

.box-content-cart-null {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
}

.img-cart {
  width: 298px;
  height: 263px;
}

.box-content-cart__texts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box-content-title {
  margin-bottom: 16px;
  color: #3C4354;
  font-size: 20px;
  font-weight: 700;
}

.box-content-subTitle {
  margin-bottom: 16px;
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.box-cart-product-item {
  display: flex;
  align-items: center;
  position: relative;
}

.box-cart-product-item__title {
  flex: 1 1 80px;
  flex-direction: column;
  align-items: start;
}

.box-cart-product-item__count {
  flex: 1 1 80px;
}

.box-cart-product-item__price {
  flex: 1 1 100px;
  margin-left: 25px;
}

.box-cart-product-item__icons {
  flex: 0;
  gap: 12px;
}

.box-number__text {
  background-color: #E8E8E8;
  color: #474747;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 14px;
  border-radius: 8px;
  text-align: center;
  margin-left: 24px;
}

.box-internal-item-text-2 {
  font-size: 14px;
  color: #3C4354;
}

.box-cart-product-item__count-text {
  padding-right: 60px;
}

.box-internal-item-text {
  font-size: 15px;
  color: #3C4354;
  font-weight: 600;
  direction: ltr;
  text-align: right;
}

.box-cart-product-item i {
  font-size: 24px;
}

.cart-summary {
  padding: 27px 18px 19px 18px;
}

.cart-summary-title {
  color: #3C4354;
  font-size: 18px;
  font-weight: 700;
}

.cart-summary-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.form-input-coupon input {
  padding: 10px 9px;
  font-size: 14px;
  color: #929292;
  font-weight: 400;
}

.form-input-coupon input::-moz-placeholder {
  font-size: 13px;
}

.form-input-coupon input::placeholder {
  font-size: 13px;
}

.form-input-coupon i {
  color: #6DB337;
  font-size: 24px;
}

.summary-coupon-text {
  font-size: 12px;
  color: #7D7D7D;
  font-weight: 600;
  margin-top: -15px;
}

.cart-summary-item__price {
  font-size: 15px;
  color: #474747;
  font-weight: 600;
}

.cart-summary-item__price-off {
  font-size: 15px;
  color: #656565;
  font-weight: 600;
}

.cart-summary-item-payable {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.cart-summary-item-payable span {
  margin: 0 9px;
  font-size: 15px;
  color: #3C4354;
  font-weight: 600;
}

.cart-summary-item-payable__discounted {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
}

.cart-summary-item-payable__discounted span {
  margin: 0 9px;
}

.original-price {
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 600;
  color: #929292;
}

.discounted-price {
  font-size: 15px;
  color: #3C4354;
  font-weight: 700;
}

.cart-summary-item-payable__discounted-title {
  font-size: 15px;
  color: #3C4354;
  font-weight: 600;
  width: 93px;
}

.input-group-subAccount {
  display: none;
}

.input-group-subAccount.active {
  display: block;
}

.box-header-factor {
  display: flex;
  justify-content: space-between;
}

.payment-types {
  display: flex;
  gap: 22px;
}

.payment-type-box {
  padding: 15px 18px 14px 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.payment-type-box input {
  accent-color: green;
  width: 32px;
  height: 32px;
}

.payment-type-box input:focus {
  outline: none;
}

.payment-type-box span {
  font-size: 16px;
  font-weight: 600;
  color: #474747;
  border: none;
}

.btn-content {
  width: 157px;
  margin-top: 18px;
}

.information-item {
  padding: 19px 0;
  background-image: linear-gradient(90deg, #fff 50%, #E8E8E8 50%);
  display: flex;
  justify-content: space-around;
}

.information-item span {
  font-size: 15px;
  color: #3C4354;
  font-weight: 600;
}

.account-selection-item {
  padding: 24px 26px;
  width: auto;
  display: flex;
  align-items: center;
}

.form-finalPayment {
  display: none;
}

.form-finalPayment.active {
  display: block;
}

.account-selection-item.select {
  border-bottom: 3px solid #3C4354;
  background-color: #FFf;
}

.account-selection-item label {
  font-size: 16px;
  font-weight: 700;
  color: #474747;
  margin-right: 12px;
}

.account-selection-item span {
  font-size: 14px;
  color: #929292;
  margin-right: 12px;
}

@media (max-width: 576px) {
  .box-content-Payment {
    padding: 32px 12px 34px 12px;
  }
  .img-cart {
    width: 204px;
    height: 204px;
  }
  .btn-B {
    padding: 0 22px;
  }
  .input-group-title {
    font-size: 13px;
  }
  .payment-type-box span {
    font-size: 12px;
  }
  .payment-type-box input {
    width: 26px;
    height: 26px;
  }
  .information-item {
    padding: 10px 0;
  }
  .account-selection-item label {
    font-size: 13px;
  }
  .account-selection-item span {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .box-cart-product-items {
    flex-direction: column;
  }
  .box-internal-item-text {
    margin-right: 6px;
  }
  .box-number__text {
    padding: 0 9px;
    margin-left: 0;
  }
  .box-cart-product-items > * {
    margin-bottom: 12px;
  }
  .box-cart-product-item__count-text {
    padding-right: 0;
  }
  .input-group-content {
    display: block;
  }
  .box-content-Payment-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .box-cart-product-item {
    align-items: center;
  }
  .box-cart-product-item__price {
    margin-left: 0;
  }
  .box-cart-product-item__title {
    flex: auto;
  }
  .box-cart-product-item__count {
    flex: auto;
  }
  .box-cart-product-item__price {
    flex: auto;
  }
  .box-cart-product-item__icons {
    flex: auto;
  }
  .select-content {
    width: auto;
  }
}
@media (max-width: 992px) {
  .box-cart-product-items > *:not(:last-child):before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .box-cart-summary {
    margin-top: 24px;
  }
}
.box-service {
  min-height: 348px;
  background-color: #fff;
}

.box-shortcut {
  background-color: #fff;
}

.box-content-package-domain {
  padding: 20px 32px;
  height: 228px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-content-package-domain__top {
  display: flex;
  justify-content: space-between;
}

.package-domain-btn {
  display: flex;
  align-items: center;
}

.package-domain-texts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.package-domain-texts__link {
  font-size: 16px;
  font-weight: 400;
  color: #3C4354;
}

.package-domain-texts__name {
  display: flex;
}

.package-domain-texts__name span {
  font-size: 16px;
  font-weight: 600;
  color: #474747;
}

.package-domain-texts__name h6 {
  font-size: 18px;
  font-weight: 700;
  color: #3C4354;
  margin-right: 15px;
}

.package-domain-btn a {
  color: #929292;
  font-size: 16px;
  font-weight: 600;
}

.package-domain-btn a:first-child {
  margin-left: 24px;
}

.btn-host {
  width: 134px;
}

.box-content-progress-chart {
  padding: 24px 0 18px 0;
}

.progress-charts {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.progress-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.progress-chart span {
  color: #474747;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.progress-charts-text-bottom {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #656565;
  margin-top: 15px;
  font-weight: 400;
}

.box-content-shortcuts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 36px;
}

.shortcuts-item {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #f4f4f4;
  transition: all 0.3s;
}

.shortcuts-text {
  font-weight: 600;
  font-size: 16px;
  color: #474747;
  margin-top: 4px;
  text-align: center;
}

.shortcuts-img {
  width: 76px;
  height: 76px;
}

.box-content-create-account {
  flex-direction: row;
  justify-content: space-between;
}

.box-quick-email {
  background-color: #fff;
}
.box-quick-email input {
  background-color: #f4f4f4;
}

.box-summary-payment {
  background-color: #fff;
}

.box-configuration {
  background-color: #fff;
}
.box-configuration .box-configuration {
  background-color: #f4f4f4;
}

.box-inputs {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.box-content-create-account button {
  width: 157px;
  height: 42px;
}

.box-content-summary-payment {
  padding: 32px 32px 28px 196px;
  display: flex;
  justify-content: space-between;
}

.box-content-summary-payment-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.box-content-summary-payment-items-2 li span:first-child {
  margin-right: 80px;
}

.box-content-summary-payment-items-1 li span:last-child {
  margin-left: 80px;
}

.box-content-summary-payment-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-content-summary-payment-item span:last-child {
  color: #656565;
}

.box-content-configuration {
  padding: 32px 32px 24px 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.box-configuration {
  border-radius: 4px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 10px 12px;
}

@media (max-width: 576px) {
  .box-content-summary-payment {
    padding: 24px 12px 30px 12px;
  }
  .box-content-package-domain__top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .package-domain-texts {
    gap: 14px;
    align-items: center;
  }
  .package-domain-btn {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
  .box-service {
    height: auto;
  }
  .package-domain-btn a:first-child {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .progress-charts {
    flex-direction: column;
    gap: 32px;
  }
  div[role=progressbar] {
    font-size: 20px;
  }
  .progress-charts-text-bottom {
    margin-top: 30px;
  }
  .btn-host {
    margin: 0 auto;
  }
  .box-content-configuration {
    padding: 32px 12px 24px 12px;
  }
}
@media (max-width: 768px) {
  .box-content-summary-payment-item {
    font-size: 15px;
  }
  .box-content-shortcuts {
    grid-template-columns: repeat(2, 1fr);
  }
  .shortcuts-text {
    font-size: 14px;
  }
  .shortcuts-img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .box-content-shortcuts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .box-content-create-account {
    flex-direction: column;
    align-items: center;
  }
  .box-inputs {
    width: 100%;
    flex-direction: column;
    gap: 4px;
  }
  .box-content-create-account button {
    margin-top: 30px;
    width: 200px;
  }
  .box-content-summary-payment {
    flex-direction: column;
  }
  .box-content-summary-payment-items-2 li span:first-child {
    margin-right: 0;
  }
  .box-content-summary-payment-items-1 li span:last-child {
    margin-left: 0;
  }
  .box-vertical-line {
    width: 100%;
    height: 1px;
    margin: 24px 0;
  }
  .box-content-configuration {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
@media (max-width: 1200px) {
  .box-content-summary-payment {
    padding: 32px 32px 28px 32px;
  }
  .box-service {
    margin-top: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .box-content-shortcuts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.box-content-domain-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 24px;
}

.box-content-domain-details-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.box-content-domain-details-links a {
  color: #656565;
  text-decoration: underline;
}

.tabs__text--two .btn-parent button {
  width: 200px;
}

.box-internal-domain-details {
  padding: 23px 32px;
}

.box-internal-domain-details__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tabs__text .btn-group {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}

.tabs__text-paragraph {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #656565;
}

@media (max-width: 576px) {
  .box-content-domain-details {
    padding: 58px 12px;
  }
  .box-content-domain-details-links {
    padding: 20px 12px;
  }
}
@media (max-width: 992px) {
  .box-content-domain-details {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
  }
  .box-internal-domain-details__content {
    flex-direction: column;
    align-items: center;
  }
  .box-internal-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box-internal-domain-details__content .badge-status {
    margin-top: 20px;
  }
  .box-internal-domain-details__content .btn {
    margin-top: 20px;
  }
  .tabs__text .btn-group {
    flex-direction: column;
  }
  .tabs__text-paragraph {
    text-align: center;
  }
}
@media (width < 576px) {
  .checkDomain {
    width: 94% !important;
  }
}
.domain-summary-item {
  font-size: 15px;
  color: #474747;
  font-weight: 600;
}

.domain-cart-items {
  display: flex;
  flex-direction: column;
}

.domain-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.domain-cart-item span {
  font-size: 15px;
  color: #3C4354;
  font-weight: 600;
}

.register-domain-search {
  border-radius: 8px;
}

.box-cart-product-price select {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 4px;
  gap: 6px;
  padding: 13px 12px 10px 33px;
  outline: none;
  border: none;
  font-family: Yekan Bakh FaNum;
  font-size: 16px;
}

.box-cart-product-title {
  flex: 1 1 70px;
  justify-content: start;
  padding: 5px 0;
}

.box-cart-product-status {
  flex: 1 1 120px;
  justify-content: center;
}

.box-cart-product-price {
  flex: 1 1 180px;
  padding: 0 30px;
}

.box-cart-product-icon {
  flex: 1 1 30px;
  justify-content: end;
}

.box-cart-product-price h6 {
  font-size: 15px;
  color: #474747;
  font-weight: 600;
}

.box-cart-product-price i {
  font-size: 16px;
}

.box-content-description {
  padding: 32px 32px 27px 32px;
}

.box-content-description-title {
  color: #474747;
  font-size: 16px;
  font-weight: 700;
}

.box-content-description-items {
  padding-right: 20px;
  list-style-type: disc;
  color: #656565;
  font-size: 16px;
  margin-top: 8px;
}

.box-content-description-items-tip {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
}

.box-content-description-items-tip span {
  font-weight: 600;
}

.box-content-description-items-tip li {
  margin-bottom: 18px;
}

.description-item {
  margin-bottom: 7px;
}

.box-internal-skeleton {
  opacity: 0.2;
  animation: 1s linear 1s infinite alternate skeletonAni;
}

@media (max-width: 576px) {
  .box-cart-product-price {
    padding: 7px 7px;
  }
}
@media (max-width: 768px) {
  .box-cart-product-title {
    flex: auto;
  }
  .box-cart-product-status {
    flex: auto;
  }
  .box-cart-product-price {
    flex: auto;
  }
  .box-cart-product-icon {
    flex: auto;
  }
}
@media (max-width: 992px) {
  .box-cart-product-price select {
    font-size: 13px;
  }
}
.box-content-setting-domain {
  padding: 32px;
}

.box-content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-content-setting-domain input::-moz-placeholder {
  color: #929292;
  font-weight: 600;
  font-size: 15px;
}

.box-content-setting-domain input::placeholder {
  color: #929292;
  font-weight: 600;
  font-size: 15px;
}

.box-content-link {
  align-self: start;
  text-decoration: underline;
  color: #3C4354;
  font-size: 14px;
  font-weight: 600;
}

.box-content-setting-domain .btn-gray {
  align-self: end;
  padding: 0 60px;
  margin-top: 17px;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: none;
}

@media (max-width: 768px) {
  .box-content-setting-domain input::-moz-placeholder {
    font-size: 13px;
  }
  .box-content-setting-domain input::placeholder {
    font-size: 13px;
  }
  .box-content-setting-domain .btn-gray {
    align-self: center;
  }
}
.box-content-ticket-registration {
  min-height: 400px;
  padding-bottom: 50px;
}

.box-ticket-registration {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0 41px 0;
  transition: all 0.3s;
  cursor: pointer;
}

.box-ticket-registration svg {
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
}

.boxes-training {
  display: none;
}

.boxes-training.active {
  display: block;
}

.boxes-training .btn-group {
  margin-top: 80px;
}

.dropdown-select-issue {
  display: none;
}

.dropdown-select-issue.active {
  display: block;
}

.dropdown-select-service {
  display: none;
}

.dropdown-select-service.active {
  display: block;
}

@media (max-width: 576px) {
  .box-ticket-registration svg {
    width: 54px;
    height: 54px;
  }
  .box-internal-title {
    font-size: 15px;
  }
  .box-internal-subTitle {
    font-size: 14px;
  }
  .box-ticket-registration {
    padding: 20px 0;
  }
  .dropdown__filter-selected {
    font-size: 14px;
  }
  .dropdown__select-option-title {
    font-size: 13px;
  }
  .dropdown__select-option-subTitle {
    font-size: 12px;
  }
  .dropdown__filter::after {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 768px) {
  .boxes-training .btn-group {
    margin-top: 36px;
    flex-direction: column;
    align-items: center;
  }
  .boxes-training .btn-group .btn {
    width: 50%;
  }
  .box-content-ticket-registration {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .box-internal-subTitle {
    padding: 0 28px;
  }
  .box-ticket-registration {
    margin-bottom: 20px;
  }
}
.box-content-support-system-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-content-support-system-bottom__right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.box-content-support-system-bottom__right button {
  margin-top: 3px;
}

.file-uploads {
  display: flex;
  flex-direction: column;
}

.file-uploads-new {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.box-content-support-system-bottom .btn-group {
  align-self: start;
}

.box-content-support-system-bottom .btn-group .btn {
  width: 120px;
}

.box-content-troubled-domain input::-moz-placeholder {
  font-size: 13px;
}

.box-content-troubled-domain input::placeholder {
  font-size: 13px;
}

.box-content-submit-ticket {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
}

.box-content-loading-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  color: #7FC945;
  font-weight: 600;
}

.box-content-number-ticket {
  color: #656565;
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .box-content-loading-title {
    font-size: 20px;
    text-align: center;
  }
  .box-content-number-ticket {
    font-size: 14px;
  }
  .box-content-submit-ticket {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .box-content-support-system-bottom {
    flex-direction: column;
  }
  .box-content-support-system-bottom__right {
    flex-direction: column;
    align-items: center;
  }
  .box-content-support-system-bottom .btn-group {
    align-self: center;
    margin: 30px 0;
  }
  .box-content-support-system-bottom .btn-group {
    flex-direction: column;
    width: 200px;
  }
  .box-content-support-system-bottom .btn-group .btn {
    width: auto;
  }
}
.chooseDomain__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.chooseDomain__content .chooseDomain__contentSearch {
  height: 54px;
  min-width: 176px;
}
.chooseDomain__input {
  background-color: #fff;
  border: unset;
  padding: 18px;
  text-align: center;
  color: rgb(150, 152, 155);
  font-size: 15px;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  font-weight: 600;
  width: 50%;
  border-radius: 8px;
  max-height: 54px;
}
.chooseDomain__input:focus {
  border: unset;
  outline: unset;
}
.chooseDomain__alert {
  font-size: 15px;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 84px;
}
.chooseDomain__alert--danger {
  color: #FF3838;
}
.chooseDomain__alert--success {
  color: #7FC945;
}
.chooseDomain__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chooseDomain__buttonsText {
  font-size: 15px;
  color: #656565;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.chooseDomain__buttons .btn {
  min-width: 241px;
}
.chooseDomain__desc {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 27px;
}
.chooseDomain__desc * {
  color: #656565;
  font-weight: 600;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  font-size: 16px;
}
.chooseDomain .chooseDomainOthers .chooseDomain__alert {
  margin-bottom: 0 !important;
}
.chooseDomain .chooseDomainBefore .chooseDomain__contentSearch {
  min-width: 147px;
  padding: 0;
}
.chooseDomain .chooseDomainBefore .chooseDomain__alert {
  margin-bottom: 0;
}
.chooseDomain .chooseDomainBeforeSubDomain {
  display: none;
}
.chooseDomain .showSubDomain .chooseDomain__input {
  width: 330px;
}
@media (width < 992px) {
  .chooseDomain .radios {
    padding: 0;
  }
  .chooseDomain .radios__label {
    width: 80%;
    padding-right: 50px;
  }
  .chooseDomain .radios__label::after {
    right: 7px;
  }
  .chooseDomain .radios__label::before {
    right: 0;
  }
  .chooseDomain .radios__text {
    padding: 0;
  }
  .chooseDomain .radios__button {
    padding-right: 0;
  }
  .chooseDomain .chooseDomainNew .chooseDomain__contentSearch {
    font-size: 0;
    min-width: auto;
    gap: 0;
    padding: 0 10px;
  }
  .chooseDomain .chooseDomainNew .chooseDomain__contentSearch i {
    margin-left: 0;
  }
  .chooseDomain .chooseDomain__contentSearch {
    min-width: auto;
    padding: 0 4px;
  }
  .chooseDomain .chooseDomain__input {
    width: 78%;
  }
  .chooseDomain .chooseDomain__content {
    gap: 10px;
    width: 90%;
    margin: 38px auto 0 auto;
  }
  .chooseDomain .chooseDomain__alert {
    margin: 36px 0 63px 0;
  }
  .chooseDomain .chooseDomainBefore .chooseDomain__content {
    flex-direction: column;
  }
  .chooseDomain .chooseDomainBefore .chooseDomain__content .btn {
    width: 80%;
  }
}

.radios {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 51px 0 10px 0;
  padding: 0 32px 78px 32px;
}
.radios__content {
  overflow: hidden;
  width: 100%;
}
.radios__text {
  display: none;
  animation: fadein 0.8s;
  padding-top: 72px;
}
.radios__input {
  display: none;
}
.radios__label {
  position: relative;
  font-weight: 700;
  cursor: pointer;
  color: #474747;
  font-size: 16px;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
}
.radios__label::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #E8E8E8;
  position: absolute;
  right: -42px;
  border-radius: 50%;
  bottom: 0;
  top: -5px;
}
.radios__label::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #7FC945;
  position: absolute;
  right: -35px;
  border-radius: 50%;
  top: 2px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.radios__button {
  padding-bottom: 17px;
  display: flex;
  justify-content: flex-start;
  gap: 92px;
  width: 100%;
  align-items: center;
}
.radios .radios__input--one:checked ~ .radios__content .radios__text--one,
.radios .radios__input--two:checked ~ .radios__content .radios__text--two,
.radios .radios__input--three:checked ~ .radios__content .radios__text--three,
.radios .radios__input--four:checked ~ .radios__content .radios__text--four {
  display: block;
}
.radios #oneRadio:checked ~ .radios__button .radios__label--one::before,
.radios #twoRadio:checked ~ .radios__button .radios__label--two::before,
.radios #threeRadio:checked ~ .radios__button .radios__label--three::before,
.radios #fourRadio:checked ~ .radios__button .radios__label--four::before {
  border: 1px solid #7FC945;
}
.radios #oneRadio:checked ~ .radios__button .radios__label--one::after,
.radios #twoRadio:checked ~ .radios__button .radios__label--two::after,
.radios #threeRadio:checked ~ .radios__button .radios__label--three::after,
.radios #fourRadio:checked ~ .radios__button .radios__label--four::after {
  opacity: 1;
  visibility: visible;
}
@media (width < 992px) {
  .radios__label {
    font-size: 14px;
  }
  .radios__button {
    flex-direction: column;
    gap: 25px;
    padding-right: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .radios .radios__text {
    padding-top: 0;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0 10px 0;
}
.tabs__content {
  overflow: hidden;
  width: 100%;
}
.tabs__text {
  display: none;
  animation: fadein 0.8s;
  padding-top: 40px;
}
.tabs__input {
  display: none;
}
.tabs__label {
  position: relative;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  color: #7D7D7D;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  gap: 4px;
}
.tabs__label::before {
  content: "";
  background-color: #FEC248;
  border-radius: 20px 20px 0 0;
  height: 5px;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  transition: 0.3s;
}
.tabs__button {
  padding-bottom: 17px;
  border-bottom: 1px solid #CDCDCD;
  display: flex;
  gap: 30px;
  width: 100%;
  align-items: center;
}
.tabs .tabs__input--one:checked ~ .tabs__content .tabs__text--one,
.tabs .tabs__input--two:checked ~ .tabs__content .tabs__text--two,
.tabs .tabs__input--three:checked ~ .tabs__content .tabs__text--three,
.tabs .tabs__input--four:checked ~ .tabs__content .tabs__text--four,
.tabs .tabs__input--five:checked ~ .tabs__content .tabs__text--five {
  display: block;
}
.tabs #one:checked ~ .tabs__button .tabs__label--one,
.tabs #two:checked ~ .tabs__button .tabs__label--two,
.tabs #three:checked ~ .tabs__button .tabs__label--three,
.tabs #four:checked ~ .tabs__button .tabs__label--four,
.tabs #five:checked ~ .tabs__button .tabs__label--five {
  background-color: #E8E8E8;
  color: #3C4354;
  font-weight: 600;
}
.tabs #one:checked ~ .tabs__button .tabs__label--one::before,
.tabs #two:checked ~ .tabs__button .tabs__label--two::before,
.tabs #three:checked ~ .tabs__button .tabs__label--three::before,
.tabs #four:checked ~ .tabs__button .tabs__label--four::before,
.tabs #five:checked ~ .tabs__button .tabs__label--five::before {
  width: 48px;
}
@media (max-width: 992px) {
  .tabs__label {
    font-size: 13px;
    white-space: nowrap;
  }
  .tabs__button {
    overflow-y: scroll;
  }
  .tabs .tabs__label::before {
    bottom: -20px;
  }
  .tabs .managementOperations__link {
    padding: 10px 16px 10px 16px;
    bottom: -4px;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
code {
  line-height: 28px;
  background-color: white;
  display: block;
  padding: 10px;
  border-radius: 14px;
  text-align: left;
  margin: 20px;
  font-family: sans-serif;
}

.box-header-ticket {
  display: flex;
  justify-content: space-between;
}

.box-header__left-ticket {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
}

.box-header__left-ticket-item {
  color: #7D7D7D;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.box-header__left-ticket-value {
  color: #474747;
  font-weight: 600;
}

.box-header__left-ticket > *:not(:first-child) {
  border-right: 1px solid #c5c5c5;
  padding: 0 9px;
}

.ticket-message {
  display: flex;
  gap: 12px;
  margin-bottom: 63px;
}

.ticket-message-content_header {
  margin-bottom: 12px;
}

.ticket-message-user-content_header h5 {
  font-size: 15px;
  font-weight: 700;
  color: #656565;
}

.ticket-message-content {
  width: 556px;
  border-radius: 12px;
  padding: 16px 16px 10px 16px;
}

.ticket-message-user-content_mes p {
  font-size: 16px;
  font-weight: 600;
  color: #474747;
  margin-bottom: 35px;
  line-height: 1.8;
}

.ticket-message-user-content {
  background-color: #fff;
}

.ticket-message-content_mes-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  gap: 10px;
}

.ticket-message-user-content_mes-file {
  color: #7D7D7D;
}

.ticket-message-admin-content_mes-file {
  color: #E8E8E8;
}

.ticket-message-content_mes-file i {
  font-size: 18px;
}

.ticket-message-content_mes-file span:first-child {
  font-size: 13px;
  font-weight: 700;
}

.ticket-message-content_mes-file a:last-child {
  font-size: 10px;
  font-weight: 600;
  color: #7D7D7D;
}

.ticket-message-content_mes-file span, a {
  display: flex;
  gap: 5px;
}

.ticket-avatar i, .ticket-avatar svg {
  border-radius: 4px;
  padding: 6px;
  background-color: #E8E8E8;
}

.ticket-message-content_time {
  display: flex;
  flex-direction: column;
  align-self: end;
  color: #929292;
  font-size: 12px;
  font-weight: 600;
}

.ticket-message-admin {
  justify-content: end;
}

.ticket-message-admin-content {
  background-color: #3C4354;
}

.ticket-message-admin-content_header h5 {
  font-size: 15px;
  font-weight: 700;
  color: #E8E8E8;
}

.ticket-message-admin-content_mes p {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 35px;
  line-height: 1.8;
}

.ticket-message-admin-content_mes-file a:last-child {
  color: #E8E8E8;
}

.ticket-message-admin .ticket-message-content_time span:first-child {
  align-self: end;
}

.message-content-time {
  font-size: 13px;
  color: #7D7D7D;
  font-weight: 700;
  display: none;
  margin-bottom: 12px;
}

.ticket-message-admin-content_mes .message-content-time {
  color: #E8E8E8;
}

.unread {
  font-weight: 800 !important;
}

.dropdown {
  border-radius: 6px;
  position: relative;
}
.dropdown__button {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #474747;
  font-weight: 600;
  width: 100%;
  text-align: left;
  background: #ffffff;
  border-radius: 4px;
  height: 50px;
  padding: 16px;
  cursor: pointer;
  font-family: Yekan Bakh FaNum;
}
.dropdown__button::after {
  position: absolute;
  top: 18px;
  left: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #656565;
  border-bottom: 2px solid #656565;
  transform: rotate(45deg) translateX(-45%);
  transition: 0.2s ease-in-out;
}
.dropdown__button_active::after {
  transform: rotate(220deg) translateX(-45%);
}
.dropdown__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 50px;
  border: 1px solid #e6eaed;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease;
}
.dropdown__list_visible {
  opacity: 1;
  visibility: visible;
}
.dropdown__list-item {
  padding: 15px;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  color: #474747;
  transition: 200ms ease;
}
.dropdown__list-item:hover {
  background: rgba(245, 248, 250, 0.5647058824);
}
.dropdown__input_hidden {
  display: none;
}

@media (max-width: 576px) {
  .box-header__left-ticket-item {
    font-size: 13px;
  }
  .ticket-message {
    gap: 7px;
  }
  .ticket-message-content_mes-file span:first-child {
    font-size: 11px;
  }
  .ticket-message-content_mes-file a:last-child {
    font-size: 7px;
  }
  .ticket-message-content {
    width: 200px;
  }
  .ticket-message-content_mes-file i {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .message-content-time {
    display: flex;
    justify-content: end;
  }
  .ticket-message-content_time {
    display: none;
  }
}
@media (max-width: 992px) {
  .box-header-ticket {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box-header__right {
    text-align: center;
  }
  .box-header__left-ticket {
    flex-direction: column;
    margin-top: 13px;
  }
  .box-header__left-ticket > *:not(:first-child) {
    border-right: none;
  }
  .ticket-message-content {
    width: auto;
  }
  .ticket-message-content_header h5 {
    font-size: 13px;
  }
  .ticket-message-user-content_mes p {
    font-size: 14px;
  }
}
.department-box-white {
  background-color: #FFF;
  margin-bottom: 32px;
  height: 174px;
}

.department-box-white:hover {
  background-color: #fff;
}

.department-box-white:hover span {
  color: #3C4354;
}

.affiliate-box-title {
  color: #474747;
  font-size: 18px;
  font-weight: 700;
}

.affiliate-box-value {
  color: #3C4354;
  font-size: 24px;
  font-weight: 700;
}

.affiliate-boxes-copy {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.affiliate-box {
  padding: 16px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.affiliate-box span {
  color: #474747;
  font-size: 16px;
  font-weight: 700;
}

.affiliate-box div {
  background-color: #E8E8E8;
  color: #656565;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.box-content-description-Affiliate button {
  width: 280px;
}

.box-content-description-Affiliate button.disabled {
  pointer-events: none;
}

.rtlDataTable_affiliate .dataTables_filter {
  display: none;
}

@media (max-width: 576px) {
  .affiliate-box div {
    font-size: 13px;
  }
  .affiliate-box span {
    font-size: 14px;
  }
  .affiliate-box {
    padding: 16px 24px;
  }
}
@media (max-width: 768px) {
  .department-box-white {
    height: 113px;
    margin-bottom: 14px;
  }
  .affiliate-box-title {
    font-size: 15px;
  }
  .affiliate-box-value {
    font-size: 18px;
  }
  .affiliate-box {
    flex-direction: column;
    gap: 10px;
  }
  .box-content-description-Affiliate button {
    margin: 0 auto;
  }
}
.finalConfiguration .box-content-final-configuration {
  padding: 45px 32px;
}
.finalConfiguration__title {
  font-size: 16px;
  color: #474747;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
}
.finalConfiguration__info {
  color: #3C4354;
  font-size: 16px;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  font-weight: 700;
  padding: 33px 24px;
  border-radius: 8px;
  background-color: #E8E8E8;
}
.finalConfiguration__date {
  font-size: 16px;
  font-weight: 600;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  color: #474747;
  margin-bottom: 16px;
  margin-top: 24px;
}
.finalConfiguration__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 108px;
}
.finalConfiguration__button .btn {
  min-width: 245px;
}
.finalConfiguration__select select {
  border-radius: 4px 4px 0px 0px;
  background: #FFF;
  padding: 15px 24px;
  outline: unset;
  border: none;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  color: #656565;
}
@media (max-width: 768px) {
  .finalConfiguration .box-content-final-configuration {
    padding: 27px 12px;
  }
  .finalConfiguration__title {
    font-size: 14px;
  }
  .finalConfiguration__date {
    font-size: 13px;
  }
  .finalConfiguration__info {
    font-size: 14px;
    padding: 20px 10px;
  }
  .finalConfiguration__button {
    justify-content: center;
    align-items: center;
  }
  .finalConfiguration__button .btn {
    min-width: auto;
    width: 53%;
  }
  .finalConfiguration__select select {
    font-size: 13px;
  }
}

.domainSetting__boxes {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 24px 0 38px 0;
}
.domainSetting__boxes .domainSetting__box {
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #3C4354;
  padding: 16px;
  border-radius: 4px 4px 0px 0px;
}
.domainSetting__boxes .domainSetting__box span {
  font-weight: 600;
  font-size: 16px;
}

.domainSetting__code {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.domainSetting__code input {
  width: 46%;
  margin-left: auto;
}
.domainSetting__codeText {
  font-size: 15px;
  font-weight: 600;
  color: #7D7D7D;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
}

.domainSetting__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 108px;
}
.domainSetting__button .btn {
  min-width: 245px;
}

@media (max-width: 768px) {
  .domainSetting__button {
    justify-content: center;
    align-items: center;
  }
  .domainSetting__button .btn {
    min-width: auto;
    width: 53%;
  }
  .domainSetting__box {
    font-size: 13px;
  }
  .domainSetting__box span {
    font-size: 12px;
  }
  .domainSetting__code input {
    width: 100%;
  }
}
.optimusPlan__title * {
  font-size: 16px;
  font-weight: 700;
  color: #474747;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
}
.optimusPlan__desc {
  font-size: 15px;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  color: #656565;
  margin-top: 16px;
}
.optimusPlanTabTable {
  margin-top: 50px;
}
.optimusPlanTabTable:first-child {
  margin-top: 0;
}
.optimusPlan__action {
  margin-top: 97px;
  padding-bottom: 43px;
}
.optimusPlan__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 20px;
}
.optimusPlanChangePassword__boxes {
  margin-top: 32px;
}
.optimusPlanChangePassword__inputs {
  margin-top: 176px;
}
.optimusPlanChangePassword__inputs .form-input {
  position: unset;
  display: unset;
}
.optimusPlanChangePassword__inputs .input-primary {
  width: 94%;
}
.optimusPlanChangePassword__inputs .form-input label {
  margin-top: 11px;
}
.optimusPlanChangePassword__inputs .optimusPlan__action {
  margin-top: 24px;
  padding-bottom: 0;
}
.optimusPlan .optimusPlanAdditives .optimusPlanTabTable {
  margin-top: 0;
}
.optimusPlan .rtlDataTableOptimusPlan {
  padding: 23px 0;
}
.optimusPlan .managementOperations {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  color: #7D7D7D;
  font-size: 16px;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  gap: 4px;
}
.optimusPlan .managementOperations .managementOperations__icon {
  transition: 0.3s;
}
.optimusPlan .managementOperations:hover .managementOperations__link {
  opacity: 1;
  visibility: visible;
}
.optimusPlan .managementOperations:hover .managementOperations__icon {
  transform: rotate(180deg);
}
.optimusPlan .managementOperations__link {
  padding: 20px 16px 20px 16px;
  position: absolute;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(165, 164, 164, 0.1);
  bottom: -60px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.optimusPlan .managementOperations__link a {
  display: flex;
  align-items: center;
  gap: 82px;
}
.optimusPlan .managementOperations__link a:hover p, .optimusPlan .managementOperations__link a:hover i {
  color: #7FC945;
}
.optimusPlan .managementOperations__link a p {
  white-space: nowrap;
  color: #3C4354;
  font-size: 14px;
  transition: 0.3s;
  font-weight: 600;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
}
.optimusPlan .managementOperations__link a i {
  color: #3C4354;
  transition: 0.3s;
}
@media (width < 768px) {
  .optimusPlan .optimusPlan__buttons {
    flex-direction: column;
  }
  .optimusPlan .optimusPlan__buttons .btn {
    width: 100%;
  }
  .optimusPlan .optimusPlan__buttons .btn {
    width: 87%;
  }
}
@media (max-width: 992px) {
  .optimusPlan .managementOperations {
    white-space: nowrap;
    font-size: 13px;
  }
  .optimusPlan .managementOperations__link {
    padding: 10px 16px 10px 16px;
    bottom: -8px;
  }
}
@media (width < 576px) {
  .optimusPlan {
    width: 94% !important;
  }
}

.image-loading {
  position: relative;
}

.image-loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid red;
  border-color: transparent #7FC945 transparent #7FC945;
  border-radius: 50%;
  animation: loader 1s linear infinite;
}

.image-loading > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#captcha {
  display: none;
}

.between {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.code-input {
  direction: ltr;
  font-size: 20px;
  font-weight: 700;
  text-indent: 20px;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
  font-family: monospace, tahoma, arial, serif;
}

.boxes-money-increase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.boxes-money-increase .box-internal {
  padding: 28px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.money-increase-form {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}

.money-increase-form .form-input {
  width: 49%;
}

@media (max-width: 992px) {
  .boxes-money-increase {
    grid-template-columns: repeat(1, 1fr);
  }
  .boxes-money-increase .box-internal {
    padding: 16px;
  }
  .money-increase-form .form-input {
    width: 100%;
  }
  .money-increase-form {
    flex-direction: column;
    gap: 10px;
  }
}
.form-refund {
  margin-top: 24px;
  display: none;
}

.form-refund input::-moz-placeholder {
  font-weight: 600;
  color: #929292;
}

.form-refund input::placeholder {
  font-weight: 600;
  color: #929292;
}

.form-refund.active {
  display: block;
}

.section-accounting .input-primary {
  border-radius: 4px;
  padding: 12px 24px;
}

@media (max-width: 576px) {
  .section-accounting input {
    margin-bottom: 20px;
  }
  .section-accounting .box-content-text {
    margin-bottom: 35px;
  }
}
.section-trainingCenter-mostVisited {
  margin-top: 70px;
}

.section-trainingCenter-mostVisited .box-training_A {
  height: 200px;
}

.section-trainingCenter-mostVisited h6 {
  color: #3C4354;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.section-trainingCenter-mostVisited i {
  padding: 10px;
  background-color: #F4F4F4;
  font-size: 38px;
  color: #7FC945;
}

.section-trainingCenter-mostVisited .box-training_A:hover i {
  background-color: #FEC248;
  color: #FFF;
}

.box-header-trainingCenter {
  padding: 15px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-header-trainingCenter input {
  width: 300px;
}

.box-training_A-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #7D7D7D;
  font-weight: 700;
}

.box-training_A-bottom span:first-child {
  padding: 3px 6px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .box-header-trainingCenter input {
    width: 190px;
  }
}
@media (max-width: 768px) {
  .box-header-trainingCenter {
    flex-direction: column;
    gap: 15px;
  }
  .section-trainingCenter-mostVisited i {
    font-size: 24px;
  }
}
.changePlan__desc {
  font-size: 15px;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  color: #656565;
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 52px;
}
.changePlan__button {
  margin-right: auto;
  width: 127px;
}
@media (width < 768px) {
  .changePlan__desc {
    font-size: 14px;
    margin-top: 21px;
    margin-bottom: 25px;
  }
  .changePlan__button {
    margin: 0 auto;
  }
  .changePlan__button a {
    font-size: 14px;
  }
}

.accountsNumber input {
  pointer-events: none !important;
  border: 1px solid #CDCDCD;
}
.accountsNumber .accountsNumber__desc {
  color: #656565;
  font-size: 15px;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  font-weight: 600;
  margin-bottom: 38px;
}

.accordion-item-box {
  cursor: pointer;
  padding: 20px 24px;
}

.accordion-item-panel {
  background-color: #FFF;
  border-top: 1px solid #dadada;
}

.accordion-item.is-active .specifications-box__title-text::after {
  transform: rotate(45deg);
}

.accordion-content .btn-bg-green {
  width: 150px;
}

.accordion-header-B span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7FC945;
  font-size: 16px;
}

.accordion-header-B span i {
  color: #7FC945;
}

.accordion-content input {
  height: 20px;
  color: #7D7D7D;
  font-weight: 600;
}

.boxes-birth-date {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 6px;
  gap: 10px;
}

.box-birth-date {
  width: 100%;
  color: #7D7D7D;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.box-birth-date span {
  color: #7D7D7D;
  font-size: 15px;
  font-weight: 600;
}

.box-birth-date i {
  color: #7D7D7D;
  font-size: 18px;
}

.two-step-authentication-desc p {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}

.accordion-header-title {
  color: #474747;
  font-size: 16px;
  font-weight: 700;
}

.accordion-header.active .icon-add-circle:before {
  content: "\f350";
}

.title-modal {
  text-align: center;
  margin: 0 auto;
  color: #656565;
  font-size: 18px;
  font-weight: 700;
}

.text-modal {
  text-align: right;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 10px;
}

.title-content-modal {
  text-align: right;
  color: #474747;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.input-modal {
  padding: 8px 16px 8px 252px;
  border-radius: 10px;
  border: 1px solid #CDCDCD !important;
  background-color: #FFF;
  font-family: "Yekan Bakh FaNum";
  outline: none;
  box-shadow: none !important;
}

.input-modal:focus {
  outline: none;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  width: 38rem !important;
  position: relative !important;
}

.swal2-html-container {
  margin: 30px !important;
}

.swal2-html-container {
  margin-bottom: 0 !important;
}

.swal2-title {
  margin-top: -6px;
}

.modal-box-code {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 12px;
  background: #F4F4F4;
  padding: 31px 0 17px 0;
  margin-bottom: 20px !important;
}

.modal-box-code:before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #FEC248;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 12px 12px 0;
}

.modal-box-code-text {
  color: #474747;
  font-family: Arial;
  font-size: 24px;
  font-weight: 800;
}

.modal-box-code-title {
  color: #656565;
  font-size: 18px;
  font-weight: 700;
}

.barcode-img {
  width: 173px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .accordion-content .btn-bg-green {
    margin: 0 auto 24px auto;
  }
}
@media (width < 576px) {
  .userPanel {
    width: 94% !important;
  }
  .accordion-header-B .badge-pending {
    display: none;
  }
}
.accordion-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 32px;
}

.accordion-header {
  font-family: Yekan Bakh FaNum;
  color: #474747;
  background-color: #FFF;
  padding: 15px 24px 15px 28px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.accordion-content {
  background-color: #FFF;
  overflow: hidden;
  padding: 0 24px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-header .icon {
  color: #7D7D7D;
  transition: transform 0.3s ease;
}

.accordion-header.active .icon {
  transform: rotate(90deg);
}

.accordion-content input {
  border: 1px solid #E8E8E8;
}

.accordion-content .label-tow {
  cursor: pointer;
  border: none;
}

.border-t {
  border-top: 1px solid red;
}

#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#border-pagination li {
  display: inline;
}

#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;
}

#border-pagination li a {
  transition: background-color 0.4s;
}

#border-pagination li a.active {
  background-color: #4caf50;
  color: #fff;
}

#border-pagination li a:hover:not(.active) {
  background: #ddd;
}

.modal {
  max-width: 700px;
  min-height: 285px;
  padding: 24px 74px;
  visibility: hidden;
  opacity: 0;
  margin: 0 auto;
  position: fixed;
  top: 20%;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 8px;
  transition: all 0.4s;
}
.modal .tabs__button {
  border: none;
  gap: 25px;
}
.modal .tabs__label::before {
  display: none;
}
.modal .tabs__label {
  padding: 0;
}
.modal .tabs__label svg {
  border: 2px solid #FFF;
  border-radius: 13px;
}
.modal .tabs #two:checked ~ .tabs__button .tabs__label {
  background-color: #FFF;
}
.modal .tabs #two:checked ~ .tabs__button .tabs__label--two svg {
  border: 2px solid #FEC248;
}
.modal .tabs #one:checked ~ .tabs__button .tabs__label--one svg {
  border: 2px solid #7FC945;
}
.modal .tabs #one:checked ~ .tabs__button .tabs__label--one {
  background-color: #FFF;
}
.modal .tabs__text {
  padding-top: 0;
}
.modal .btn {
  padding: 8px 40px;
  margin-top: 20px;
}

.modal.show {
  visibility: visible;
  opacity: 1;
}

.btn-clos {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #F4F4F4;
}
.btn-clos i {
  font-size: 24px;
  transform: rotate(-45deg);
}

.modal-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}
.modal-top span {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.modal-top__title {
  font-size: 18px;
  font-weight: 700;
}

.modal-top__close {
  cursor: pointer;
}

.modal-content {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.modal-content i {
  font-size: 44px;
}
.modal-content span svg {
  cursor: pointer;
  border-radius: 10px;
}

.icon-unhappy.active {
  border: 2px solid #FEC248;
}

.modal-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dropdown__button {
  background-color: #F4F4F4;
}

@media (max-width: 992px) {
  .modal {
    top: 0;
    width: auto;
  }
}
@media (max-width: 576px) {
  .modal .tabs {
    margin-top: 0;
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.box-content-activation-affiliate .box-content-description-items {
  list-style-type: decimal;
  margin-top: 35px;
}
.box-content-activation-affiliate .box-content-description-items .description-item {
  margin-bottom: 18px;
}
.box-content-activation-affiliate .box-content-description-items .description-item a {
  color: #7FC945;
  text-decoration: underline;
  margin: 0 5px;
  display: inline;
}
.box-content-activation-affiliate .box-alert {
  border-radius: 8px;
  background-color: rgba(254, 194, 72, 0.3098039216);
}
.box-content-activation-affiliate .box-alert p {
  color: #474747;
  font-size: 16px;
  font-weight: 600;
}
.box-content-activation-affiliate .box-alert i {
  font-size: 24px;
}
.box-content-activation-affiliate .img-uploading {
  width: 100%;
}
.box-content-activation-affiliate__inputs {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-content-activation-affiliate__inputs .dropzone-wrapper {
  display: flex;
  gap: 32px;
}
.box-content-activation-affiliate__inputs .dropzone-wrapper .dropzone {
  min-width: 388px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
  border: 1px dashed #656565;
  height: 116px;
}
.box-content-activation-affiliate__inputs .dropzone-text {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #656565;
}
.box-content-activation-affiliate__inputs .dropzone-text i {
  font-size: 34px;
}
.box-content-activation-affiliate__inputs .btn {
  align-self: end;
}
.box-content-activation-affiliate .dropzone {
  min-height: auto;
}

.dropzone .dz-preview {
  display: none;
}

.dropzone.dz-started .dz-message {
  display: flex;
}

.box-content-activation-affiliate__inputs .dropzone-wrapper .dropzone.success {
  border-color: #7FC945;
}

.box-content-activation-affiliate__inputs .dropzone-wrapper .dropzone.success .dropzone-text {
  color: #7FC945;
}

.box-content-activation-affiliate__inputs .dropzone-wrapper .dropzone.warning {
  border-color: #FEC248;
}

.box-content-activation-affiliate__inputs .dropzone-wrapper .dropzone.warning .dropzone-text {
  color: #FEC248;
}

@media (max-width: 1200px) {
  .box-content-activation-affiliate .img-uploading {
    width: 50%;
    margin-bottom: 20px;
  }
  .box-content-activation-affiliate__inputs {
    flex-direction: column;
  }
  .box-content-activation-affiliate__inputs .btn {
    align-self: center;
    margin-top: 30px;
    margin-bottom: 14px;
    width: 208px;
  }
}
@media (max-width: 992px) {
  .box-content-activation-affiliate__inputs .dropzone-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .box-content-activation-affiliate__inputs .dropzone-wrapper .dropzone {
    min-width: auto;
    height: 72px;
  }
  .box-content-activation-affiliate__inputs .dropzone-text {
    font-size: 12px;
  }
  .box-content-activation-affiliate .box-alert p {
    font-size: 13px;
  }
  .box-content-description-items-tip li {
    font-size: 13px;
  }
  .box-content-activation-affiliate .box-content-description-items .description-item {
    font-size: 13px;
  }
  .box-content-description-title {
    font-size: 13px;
  }
}
/**
 * SSO Toggle Styling
 * Custom styles for the Single Sign-On toggle functionality
 */
.sso-toggle-container .card {
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}
.sso-toggle-container .card .card-body {
  padding: 1.5rem;
}
.sso-toggle-container .card .card-body .card-title {
  color: #5a5c69;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sso-toggle-container .toggle-switch-success {
  width: 3.5rem;
  height: 1.75rem;
  background-color: #6c757d;
  border: 0;
  border-radius: 1.75rem;
  position: relative;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sso-toggle-container .toggle-switch-success:checked {
  background-color: #28a745;
}
.sso-toggle-container .toggle-switch-success:checked::after {
  transform: translateX(1.75rem);
}
.sso-toggle-container .toggle-switch-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.sso-toggle-container .toggle-switch-success::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.15s ease-in-out;
}
.sso-toggle-container #ssoStatusTextEnabled,
.sso-toggle-container #ssoStatusTextDisabled {
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  display: inline-block;
  vertical-align: middle;
}
.sso-toggle-container #ssoStatusTextEnabled {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.sso-toggle-container #ssoStatusTextDisabled {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.sso-toggle-container #frmSingleSignOn .p-2 {
  padding: 0.5rem !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sso-toggle-container p {
  color: #6c757d;
  font-size: 0.875rem;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.sso-notification {
  font-family: inherit;
  font-weight: 500;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.sso-notification.toastify-on {
  animation: slideInRight 0.3s ease-out;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .sso-toggle-container .card-body {
    padding: 1rem;
  }
  .sso-toggle-container .toggle-switch-success {
    width: 3rem;
    height: 1.5rem;
  }
  .sso-toggle-container .toggle-switch-success::after {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.125rem;
    left: 0.125rem;
  }
  .sso-toggle-container .toggle-switch-success:checked::after {
    transform: translateX(1.5rem);
  }
  .sso-toggle-container #frmSingleSignOn .p-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}




/* اطلاعیه داخل صفحه احراز هویت/home/panelrtltheme/public_html/authenticate/index.php 
.notice-box {
    position: relative;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.notice-box h6 {
    margin-bottom: 10px;
    line-height: 1.7;
}

.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4d4f;
    color: white;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
}
*/

/* اسلایدر اطلاعیه داخل صفحه لاگین توسط سینا   */


.notice-slider {
    position: relative;
    max-width: 100%;
}

.notice-box {
    display: none;
    position: relative;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.notice-box.active {
    display: block;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.slider-btn.prev {
    left: -15px;
}

.slider-btn.next {
    right: -15px;
}
 



.notice-progress-bar {
    width: 0%;
    height: 100%;
    background: #4caf50;
    animation: none;
}

.notice-box.active .notice-progress-bar {
    animation: progressAnimation 5s linear forwards;
}   

@keyframes progressAnimation {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}



#button-panel-continue_shopping {
    background-color: #8FD656;
    border: 1px solid #8FD656;
    color: #FFFFFF;
}

#button-panel-continue_shopping:hover {
    background-color: #80CA43;
    border-color: #80CA43;
    color: #FFFFFF;
}

