dl dd {
  line-height: 19px;
  margin-bottom: 10px;
}
dl dd:last-of-type {
  margin-bottom: 0;
}
dl dt {
  font-size: 14px;
  line-height: 19px;
  text-transform: none;
  font-weight: 300;
  color: #444;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: left;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.dl-horizontal dd:before {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  display: table;
  content: " ";
  clear: both;
}

.dl-horizontal-slim dt {
  width: 100px;
  text-align: left;
}
.dl-horizontal-slim dd {
  margin-left: 120px;
}

dl.dl-force-regular dt {
  float: none;
  width: auto;
  overflow: hidden;
  clear: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dl.dl-force-regular dd {
  margin-left: 0px;
}

.color-wink {
  color: #7F54F6;
}

.color-wink-darker {
  color: #5b24f3;
}

.color-wink-lighter {
  color: #a384f9;
}

.color-wink-gray {
  color: #89899A;
}

.color-wink-darggray {
  color: #556;
}

.bg-wink {
  background-color: #7F54F6;
}

.bg-wink-darker {
  background-color: #5b24f3;
}

.bg-wink-lighter {
  background-color: #a384f9;
}

.bg-wink-lightgray {
  background-color: #f5f5f7;
}

.border-wink {
  border-color: #7F54F6;
}

.border-wink-darker {
  border-color: #5b24f3;
}

.border-wink-lighter {
  border-color: #a384f9;
}

.border-lightgray {
  border-color: #eee !important;
}

.alert-wink {
  color: #7F54F6;
  background-color: rgba(127, 84, 246, 0.1);
}

:root {
  --table-accent-color: #7F54F6;
  --table-head-hover-background-color: #efeaf8;
  --table-head-hover-text-color: var(--table-accent-color);
  --table-row-hover-color: #fbfafc;
  --table-button-background-color: var(--table-accent-color);
  --table-button-text-color: #FFFFFF;
}

.p-0 .table {
  border: 0;
}

table.table thead th.no-sort {
  pointer-events: none !important;
  background-image: none !important;
}
table.table thead th.no-sort::before, table.table thead th.no-sort::after {
  display: none;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafc;
}

.float-thead-container {
  pointer-events: none;
  padding-top: 10px;
}

.table.text-center td:not(.text-left), .table.text-center th:not(.text-left) {
  text-align: center;
}
.table.table-bordered tr {
  border-color: #eee !important;
}
.table.table-bordered tr th, .table.table-bordered tr td {
  border-color: #eee !important;
}
.table.table-no-border td, .table.table-no-border th {
  border: 0 !important;
}
.table.table-slim td, .table.table-slim th {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.table tr.text-muted td, .table tr.text-muted th, .table tr.text-muted a {
  color: #999999;
}
.table tr.deleted td, .table tr.deleted th, .table tr.deleted a, .table tr.text-del td, .table tr.text-del th, .table tr.text-del a {
  text-decoration: line-through;
  opacity: 0.6;
}
.table tr .show-on-tr-hover {
  display: none;
}
.table tr:hover .show-on-tr-hover {
  display: inline;
}
.table tr th {
  font-weight: 600;
  border-bottom: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
}
.table tr th:not(.border-right) {
  border-right: none !important;
}
.table tr th.border-right {
  border-right-color: #eee !important;
}
.table tr th.sorting_desc, .table tr th.sorting_asc {
  color: var(--table-accent-color) !important;
  text-decoration: underline;
}
.table tr td {
  background: none;
  color: #131313;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-top: 1px solid #e9ecef;
  vertical-align: middle;
}

table tbody tr.odd td, table tbody tr.even td {
  background: #fff !important;
}

table.rowlink tbody tr td {
  transition: 0.2s background-color;
}

table.rowlink tbody tr:hover td {
  background: var(--table-row-hover-color) !important;
  cursor: pointer;
  cursor: hand;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th {
  padding: 10px;
  line-height: 1.6;
}

.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 10px;
  line-height: 1.6;
}

.skeleton-row {
  border: none !important;
  background: #fff !important;
}
.skeleton-row:first-of-type td {
  padding-top: 1.2rem;
}
.skeleton-row:last-of-type td {
  padding-bottom: 1.2rem;
}
.skeleton-row td {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
  background: #fff !important;
}
.skeleton-row .skeleton-row-bar {
  display: block;
  background: #e9ecef;
  border-radius: 6px;
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(90deg, #e0e4e9, #FFFFFF, #e0e4e9);
  background-size: 200% 100%;
  opacity: 0.8;
  animation: skeletonAnimation 2.5s linear infinite;
  transition: 0.2s ease-in-out all;
}

.skeleton-row:nth-child(even) .skeleton-row-bar {
  opacity: 1;
  animation-duration: 4.5s;
}

.skeleton-row:nth-child(even) .skeleton-row-bar {
  opacity: 1;
  animation-duration: 4.5s;
}

.skeleton-row:nth-child(even) .skeleton-row-bar {
  opacity: 1;
  animation-duration: 4.5s;
}

.skeleton-row:nth-child(even) .skeleton-row-bar {
  opacity: 1;
  animation-duration: 4.5s;
}

.skeleton-row:nth-child(even) .skeleton-row-bar {
  opacity: 1;
  animation-duration: 4.5s;
}

.skeleton-row:nth-child(even) .skeleton-row-bar {
  opacity: 1;
  animation-duration: 4.5s;
}

@keyframes skeletonAnimation {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: -100% 50%;
  }
}
.columnheaderSearch {
  padding: 8px;
  background: none;
  position: relative;
  margin: 0 !important;
}
.columnheaderSearch i {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 12px;
  color: #999;
}
.columnheaderSearch.focused i {
  color: #7F54F6;
}
.columnheaderSearch a.unset {
  position: absolute;
  right: 16px;
  top: 14px;
  font-size: 12px;
  color: #999;
  margin: 0;
  padding: 0;
}
.columnheaderSearch a.unset:hover {
  text-decoration: none;
}
.columnheaderSearch input {
  width: 100%;
  height: 30px;
  text-indent: 17px;
  z-index: 100;
}
.columnheaderSearch input:focus {
  border-color: #ddd !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.columnheaderSearch.focused > i {
  color: #7F54F6;
}

.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper .row-top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1rem;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .dataTables_wrapper .row-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dataTables_wrapper .row-top .search-container {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .dataTables_wrapper .row-top .search-container {
    max-width: unset;
    margin-bottom: 0.75rem;
  }
}
.dataTables_wrapper .row-top .state-reset-button {
  background: var(--table-button-background-color);
  padding: 11px 15px;
  border-radius: 6px;
  display: inline-block;
  z-index: 30;
  color: var(--table-button-text-color);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dataTables_wrapper .row-top .state-reset-button::before {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dataTables_wrapper .row-top .state-reset-button:hover::before {
  transform: rotate(-30deg);
}
.dataTables_wrapper .row-top .search-input-wrapper {
  position: relative;
  margin: 0 0.5rem 0 0;
  flex: 1;
}
.dataTables_wrapper .row-top .search-input-wrapper .search-icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3000;
  color: #556;
  pointer-events: none !important;
}
.dataTables_wrapper .row-top .search-input-wrapper .caret-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3000;
  font-size: 0.8rem;
  color: rgba(85, 85, 102, 0.4);
  pointer-events: none !important;
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter {
  position: relative;
  width: 100%;
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter .column-search-dropdown {
  right: 8px;
  top: 8px;
  height: 30px;
  z-index: 1000;
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter label {
  margin: 0;
  width: 100%;
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter label input {
  width: 100%;
  z-index: 50;
  background: #f8f9fa;
  border: 1px solid #f8f9fa;
  color: #131313;
  border-radius: 4px;
  font-size: 0.9rem;
  padding: 0.6rem 2rem 0.6rem 0.75rem;
  margin: 0;
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter label input.active {
  border-color: var(--table-accent-color);
  color: var(--table-accent-color);
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter label input::placeholder {
  color: #89899A;
}
.dataTables_wrapper .row-top .actions-container {
  display: flex;
  align-items: stretch;
}
.dataTables_wrapper .row-top .actions-container .dataTables_length {
  margin-right: 0.75rem;
  display: inline-block;
  height: 100%;
}
.dataTables_wrapper .row-top .actions-container .dataTables_length * {
  height: 100%;
}
.dataTables_wrapper .row-top .actions-container .dataTables_length label {
  margin-bottom: 0;
}
.dataTables_wrapper .row-top .actions-container select {
  font-size: 0.9rem !important;
  border-radius: 6px;
  padding: 0.25rem !important;
  background: #f8f9fa;
  border: none;
}
.dataTables_wrapper .row-top .top-pagination {
  display: inline-flex;
  align-items: center;
}
.dataTables_wrapper .row-top .top-pagination select {
  border-radius: 0;
  height: 100%;
}
.dataTables_wrapper .row-top .top-pagination button {
  display: block;
  border: 0;
  font-size: 0.75rem;
  height: 100%;
  background: #eceff2;
  padding: 0.37rem 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dataTables_wrapper .row-top .top-pagination button:hover {
  background: #e6eaed;
}
.dataTables_wrapper .row-top .top-pagination button:first-of-type {
  border-radius: 6px 0 0 6px;
}
.dataTables_wrapper .row-top .top-pagination button:last-of-type {
  border-radius: 0 6px 6px 0;
}
.dataTables_wrapper.dt-state-dirty .row-top .state-reset-button {
  opacity: 1;
}
.dataTables_wrapper.searching-specific-column .search-icon, .dataTables_wrapper.searching-specific-column .caret-icon {
  color: var(--table-accent-color) !important;
}
.dataTables_wrapper .column-search-dropdown .dropdown-toggle:active,
.dataTables_wrapper .column-search-dropdown .dropdown-toggle:focus {
  outline: none !important;
}
.dataTables_wrapper .column-search-dropdown .dropdown-toggle:active i,
.dataTables_wrapper .column-search-dropdown .dropdown-toggle:focus i {
  color: #333;
}
.dataTables_wrapper .column-search-dropdown .dropdown-toggle::after {
  content: " " !important;
  display: none !important;
}
.dataTables_wrapper .column-search-dropdown .dropdown-menu li a {
  padding: 0.25rem 0.4rem;
  font-size: 0.8rem;
}
.dataTables_wrapper .column-search-dropdown {
  position: absolute;
  right: 158px;
  top: 8px;
  width: 32px;
  height: 24px;
  z-index: 1000;
}
.dataTables_wrapper .column-search-dropdown button {
  width: 32px;
  height: 24px;
  background: none !important;
  border: none !important;
}

.table {
  background: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #eee;
}
.table thead {
  border-radius: 0;
}
.table thead th {
  background-color: #f8f9fa;
  border: none !important;
  border-radius: 0;
  padding: 0.75rem 10px;
  font-size: 0.9rem;
  color: #343a40;
  font-weight: 600;
  position: sticky !important;
  top: 0.5rem;
}
.table thead th.sorting::before, .table thead th.sorting::after {
  display: none;
}
.table thead th:first-of-type {
  border-radius: 6px 0 0 0 !important;
  padding-left: 20px;
}
.table thead th:last-of-type {
  border-radius: 0 6px 0 0 !important;
  padding-right: 20px;
}
.table tbody td:first-of-type {
  padding-left: 20px;
}
.table tbody td:last-of-type {
  padding-right: 20px;
}

.dataTables_paginate.paging_simple_numbers {
  margin: 2rem auto 1rem auto !important;
}
.dataTables_paginate.paging_simple_numbers a.paginate_button {
  padding: 0.35rem 0.65rem;
  color: var(--table-accent-color);
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 0.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dataTables_paginate.paging_simple_numbers a.paginate_button.disabled {
  opacity: 0.3;
}
.dataTables_paginate.paging_simple_numbers a.paginate_button.next, .dataTables_paginate.paging_simple_numbers a.paginate_button.previous {
  color: var(--table-button-background-color);
}
.dataTables_paginate.paging_simple_numbers a.paginate_button:hover {
  opacity: 1;
  background-color: var(--table-button-background-color);
  color: var(--table-button-text-color);
}
.dataTables_paginate.paging_simple_numbers a.paginate_button.current {
  background-color: var(--table-button-background-color);
  color: var(--table-button-text-color);
}

table.table thead {
  padding-right: 14px;
}
table.table thead th span {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  margin-left: -0.6rem;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
table.table thead th span::after {
  padding-left: 0.4rem;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
table.table thead th.sorting:hover span {
  background: var(--table-head-hover-background-color);
  color: var(--table-head-hover-text-color);
}
table.table thead th.sorting_asc span::after, table.table thead th.sorting_asc_disabled span::after {
  font: var(--fa-font-solid);
  content: "\f062";
}
table.table thead th.sorting_desc span::after, table.table thead th.sorting_desc_disabled span::after {
  font: var(--fa-font-solid);
  content: "\f063";
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: #1c1c1c;
}

body, html {
  min-height: 100vh;
  font-family: "Averta", sans-serif;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #f5f5f5;
  padding: 5rem 0;
}

a {
  color: #000000;
}
a:hover {
  color: #1C88C8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

h1, .h1 {
  font-size: 1.85rem;
  margin-bottom: 2rem;
}

h2, .h2 {
  font-size: 1.4rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1rem;
}

/*	Card	*/
.card, .clientauth-wrapper {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 9px 35px -15px;
  border: none;
  transition: all 0.2s cubic-bezier(0, 1.4, 1, 1);
}
.card.bg-light, .bg-light.clientauth-wrapper {
  background-color: #ebebeb !important;
  box-shadow: none;
}
.card.card-dark, .card-dark.clientauth-wrapper {
  background-color: #dedede !important;
  box-shadow: none;
}
.card .card-header, .clientauth-wrapper .card-header {
  margin: 2rem 2rem 0 2rem;
  padding: 0 0 0.25rem 0;
  background: none;
  border-bottom: none;
  color: #646464;
}
.card .card-header h2, .clientauth-wrapper .card-header h2 {
  font-size: 1rem;
  font-weight: normal;
}
.card .card-body, .clientauth-wrapper .card-body {
  padding: 2rem;
}
.card td, .clientauth-wrapper td {
  border-top: none !important;
}

ul.request-card__list {
  list-style: none;
  padding: 1.5rem 0 0 1rem;
}
ul.request-card__list li a {
  font-size: 0.95rem;
  text-decoration: none;
}
ul.request-card__list li a svg {
  color: #1C88C8;
}

span.new__label {
  font-size: 0.75rem;
}

span.new__email {
  font-size: 0.9rem;
}
span.new__email svg {
  color: #1C88C8;
}

/*	Login */
.clientauth-wrapper {
  max-width: 450px;
  padding: 2.5rem;
}
.clientauth-wrapper .form-group {
  padding: 0;
}
.clientauth-wrapper h1 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.clientauth-wrapper p {
  margin-bottom: 2rem;
}

/*	Header	*/
header#portal-header {
  padding: 1rem 0;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
header#portal-header .nav-item {
  margin: 0.25rem;
}
header#portal-header .nav-item.active .nav-link, header#portal-header .nav-item:hover .nav-link {
  color: #1C88C8;
}
header#portal-header .nav-item.active .nav-link::after, header#portal-header .nav-item:hover .nav-link::after {
  width: 100%;
}
header#portal-header .nav-link {
  padding: 0.5rem 0.75rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  header#portal-header .nav-link {
    text-align: center;
  }
  header#portal-header .nav-link::after {
    display: none !important;
  }
}
header#portal-header .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #1C88C8;
  transition: width 0.3s;
  margin: 0 auto;
}
header#portal-header .count-indicator {
  position: relative;
  top: -1px;
  margin-left: 0.25rem;
  background: #1C88C8;
  font-size: 0.75rem;
  color: #FFFFFF;
  padding: 0.25rem 0.5rem;
  box-shadow: rgba(28, 136, 200, 0.1) 0px 0px 10px;
  border-radius: 5px;
}
header#portal-header .dropdown-item {
  padding: 0.5rem;
  border-radius: 5px;
  font-size: 0.9rem;
}
header#portal-header .dropdown-item:active {
  background: #f5f5f5;
  color: #000000;
}
header#portal-header .dropdown-item svg {
  margin-left: 1rem;
}
@media screen and (max-width: 992px) {
  header#portal-header .dropdown .dropdown-menu[data-bs-popper] {
    left: 50%;
    transform: translateX(-50%);
  }
}
header#portal-header .dropdown-toggle {
  display: flex;
  flex-direction: column;
  text-transform: none;
  background: none;
  border: none;
}
@media screen and (max-width: 992px) {
  header#portal-header .dropdown-toggle {
    text-align: center;
    margin: 1rem auto 0 auto;
  }
}
header#portal-header .dropdown-toggle::after {
  display: none;
}
header#portal-header .dropdown-toggle span {
  display: block;
}
header#portal-header .dropdown-toggle #name {
  position: relative;
  font-weight: bold;
}
header#portal-header .dropdown-toggle #name svg {
  top: 4px;
  right: -17px;
  position: absolute;
}
header#portal-header .dropdown-toggle #customer {
  font-size: 0.8rem;
}

.navbar-toggler {
  background: #1C88C8;
  color: #FFFFFF;
  padding: 0.75rem 1rem;
}

/*	Buttons & inputs	*/
.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding: 0.45rem 0.8rem;
  font-size: 0.95rem;
  font-weight: 500;
}
.btn svg {
  font-size: 0.8rem;
}
.btn.btn-sm {
  font-size: 0.75rem;
  line-height: unset !important;
  padding: 0.35rem 0.7rem !important;
}
.btn.btn-sm svg {
  font-size: 0.7rem;
}
.btn.btn-primary {
  background: #1C88C8;
  border-color: #1C88C8;
}
.btn.btn-primary:not(.disabled):hover, .btn.btn-primary:not(.disabled):focus, .btn.btn-primary:not(.disabled):focus-visible, .btn.btn-primary:not(.disabled):active {
  background-color: #1979b2;
  border-color: #1979b2;
}
.btn.btn-primary:not(.disabled):focus, .btn.btn-primary:not(.disabled):focus-visible, .btn.btn-primary:not(.disabled):active {
  box-shadow: 0 0 0 0.2rem rgba(28, 136, 200, 0.4);
}
.btn.btn-secondary {
  background: #383838;
  border-color: #383838;
}
.btn.btn-secondary:not(.disabled):hover, .btn.btn-secondary:not(.disabled):focus, .btn.btn-secondary:not(.disabled):focus-visible, .btn.btn-secondary:not(.disabled):active {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.btn.btn-secondary:not(.disabled):focus, .btn.btn-secondary:not(.disabled):focus-visible, .btn.btn-secondary:not(.disabled):active {
  box-shadow: 0 0 0 0.2rem rgba(56, 56, 56, 0.4);
}
.btn.btn-outline-primary {
  border-color: transparent;
  color: #1C88C8;
  background: rgba(28, 136, 200, 0.1);
}
.btn.btn-outline-primary:not(.disabled):hover, .btn.btn-outline-primary:not(.disabled):focus, .btn.btn-outline-primary:not(.disabled):focus-visible, .btn.btn-outline-primary:not(.disabled):active {
  border-color: #1C88C8;
}
.btn.btn-outline-primary:not(.disabled):focus, .btn.btn-outline-primary:not(.disabled):focus-visible, .btn.btn-outline-primary:not(.disabled):active {
  box-shadow: 0 0 0 0.2rem rgba(28, 136, 200, 0.4);
}

.form-control {
  padding: 0.75rem 0.75rem !important;
}
.form-control:focus {
  border-color: #1C88C8;
}

.badge {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  line-height: unset;
  border-radius: 5px;
}
.badge.badge-secondary, .badge.badge-success {
  background-color: rgba(90, 177, 143, 0.1);
  color: #5ab18f;
}
.badge.badge-primary {
  background-color: rgba(137, 137, 154, 0.1);
  color: #6f6f81;
}
.badge.badge-danger {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.badge.badge-warning {
  background-color: rgba(255, 193, 7, 0.1);
  color: #d39e00;
}
.badge.badge-info {
  background-color: rgba(0, 136, 204, 0.1);
  color: #006699;
}

dd .badge {
  position: relative;
  top: -3px;
}

ul.filter {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 0 2.5rem 0;
}
ul.filter li {
  margin-right: 0.65rem;
}
ul.filter li.active {
  font-weight: bold;
}
ul.filter li a {
  color: rgba(33, 37, 41, 0.75);
  font-size: 0.9rem;
}

/*	Tabs	*/
ul.nav-tabs {
  border-bottom: 2px solid #e2e2e2;
}
ul.nav-tabs .nav-item {
  margin-right: 1rem;
}
ul.nav-tabs .nav-item .nav-link {
  margin-bottom: calc(-2 * var(--bs-nav-tabs-border-width));
  background: none;
  border: none;
  padding: 0.75rem 0.25rem;
  color: #000000;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid transparent;
}
ul.nav-tabs .nav-item .nav-link .text-muted {
  color: #6b6b6b !important;
}
ul.nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #1C88C8;
}

.alert {
  border-radius: 5px;
}
.alert.alert-success {
  background-color: #008bce;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.alert.alert-success::before {
  display: none;
}

.machine-card {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .machine-card {
    flex-direction: column;
  }
}
.machine-card .machine-card__image {
  position: relative;
  height: 100%;
  min-height: 265px;
  overflow: hidden;
  background: rgba(57, 57, 57, 0.05);
  border-radius: 10px 0 0 10px;
  flex: 33.3% 0 1;
}
@media screen and (max-width: 992px) {
  .machine-card .machine-card__image {
    flex: 100% 0 1;
    border-radius: 10px 10px 0 0;
  }
}
.machine-card .machine-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 10;
}
.machine-card .machine-card__content {
  padding: 1.5rem;
  flex: 1;
}
.machine-card .horizontal-list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 5;
}
.machine-card .horizontal-list li {
  margin-right: 0.5rem;
}

.list-group .sub-title {
  padding: 0 1rem 0.5rem 0;
}
.list-group .list-group-item {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  border: unset !important;
  transition: all 0.2s ease-in-out;
  font-size: 0.95rem;
  cursor: pointer;
  line-height: 1.25;
}
.list-group .list-group-item .list-group-icon {
  font-size: 1.65rem;
  margin-right: 1rem;
  color: #1C88C8;
}
.list-group .list-group-item .list-group-item__title {
  display: block;
  font-weight: 600;
}
.list-group .list-group-item span {
  word-break: break-all;
}
.list-group .list-group-item:hover, .list-group .list-group-item.active {
  background: #1C88C8;
  color: #FFFFFF;
}
.list-group .list-group-item:hover .list-group-icon, .list-group .list-group-item.active .list-group-icon {
  color: #FFFFFF;
}
.list-group .list-group-item:hover span, .list-group .list-group-item.active span {
  color: #FFFFFF !important;
  transition: all 0.2s ease-in-out;
}

.machine-img {
  border-radius: 10px;
}

.document {
  margin-bottom: 1rem;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.document-heading, .video-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}
.document-heading h3, .video-heading h3 {
  margin-bottom: 0;
}

.radar-loading-container {
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 5;
  position: absolute;
  top: 0;
  left: 13px;
  right: 13px;
  display: none;
}
.radar-loading-container .radar-loading {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-top: 5px solid #1C88C8;
  border-right: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  border-left: 5px solid #f5f5f5;
  border-radius: 100px;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.view-machinevideo-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 0 0 10px 10px;
}
.view-machinevideo-content video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sparepart-card {
  margin-bottom: 1rem;
  border-radius: 10px;
}
.sparepart-card .buy-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sparepart-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin: 1.5rem 1.5rem 0.4rem 1.5rem;
}
.sparepart-card .card-header .card-title {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #000000;
}
.sparepart-card .card-footer {
  border: none;
  padding: 0.5rem;
}
.sparepart-card .stock {
  font-weight: 600;
}
.sparepart-card .stock::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "\f00c";
  height: 15px;
  width: 15px;
  padding: 0.25rem;
  font-family: "Font Awesome 6 Pro";
  background: black;
  border-radius: 50px;
  font-size: 11px;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.sparepart-card .stock.stock--green {
  color: green;
}
.sparepart-card .stock.stock--green::before {
  background: green;
}
.sparepart-card .stock.stock--yellow {
  color: orange;
}
.sparepart-card .stock.stock--yellow::before {
  background: orange;
}
.sparepart-card ul.information-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  max-width: 650px;
}
.sparepart-card ul.information-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 220px 0 0;
  font-weight: 600;
  margin-right: 3.5rem;
  margin-bottom: 0.5rem;
}
.sparepart-card ul.information-list li span {
  font-weight: 500;
}
.sparepart-card .card-body {
  padding: 0 1.5rem 1rem 1.5rem;
}
.sparepart-card .card-body .information {
  display: flex;
  flex-direction: row;
}
.sparepart-card .card-body .information .dl-horizontal {
  flex-grow: 1;
  padding-top: 10px;
}
.sparepart-card .card-body .information .pricing-table {
  margin-left: 1rem;
  flex-grow: 1;
}
.sparepart-card .card-body .information .pricing-table table {
  border-bottom: unset !important;
}

.cart-item {
  margin-left: 0.5rem;
}
.cart-item .show-on-not-empty {
  display: flex;
}
.cart-item .show-on-empty {
  display: none;
}
.cart-item.empty .show-on-not-empty {
  display: none;
}
.cart-item.empty .show-on-empty {
  display: block;
}
.cart-item input.form-control {
  padding: 0.25rem 0.75rem !important;
  margin: 0 0.25rem;
}

.pricetable {
  font-size: 0.9rem;
}
.pricetable th {
  background-color: transparent !important;
  border-bottom: none !important;
}
.pricetable th, .pricetable td {
  padding: 5px !important;
}

hr {
  border-color: #9c9c9c;
}

#cart-bar {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  background: #1C88C8;
  padding: 0.75rem 1rem;
  text-align: center;
  color: #FFFFFF;
  align-items: center;
  z-index: 1000;
}
@media screen and (max-width: 1000px) {
  #cart-bar {
    flex-direction: column;
  }
}
#cart-bar .btn-toshop {
  background-color: #60B0E0;
  margin-left: 1rem;
  border: unset !important;
}
#cart-bar .btn-toshop:hover {
  border: unset !important;
  background-color: #359bd8;
}

.order-card .card-body {
  color: rgba(33, 37, 41, 0.7490196078);
}
.order-card .card-body .title {
  color: #000;
  font-weight: bold;
}
.order-card span strong {
  display: inline-block;
  margin-left: 0.4rem;
}

.order-overview .order-summary .order-summary-rule, .card-order-summary .order-summary .order-summary-rule, .order-downloads .order-summary .order-summary-rule {
  display: flex;
  justify-content: space-between;
}
.order-overview .order-total, .card-order-summary .order-total, .order-downloads .order-total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.order-downloads ul, .order-details ul {
  margin-bottom: 0;
}

.order-history {
  margin-bottom: 0 !important;
}
.order-history li {
  margin-bottom: 0.25rem;
}
.order-history li:first-child {
  margin-top: 0.25rem;
}
.order-history li:last-child {
  margin-bottom: 0;
}

.order-status .placed, .order-status .created {
  color: #1C88C8;
}
.order-status .processing {
  color: orange;
}
.order-status .cancelled {
  color: #c02100;
}
.order-status .completed {
  color: #006A04;
}

#my-cart-summary {
  margin-bottom: 1rem;
}
#my-cart-summary .parts-with-price, #my-cart-summary .parts-without-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchspareparts-wrapper {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchspareparts-wrapper #searchSpareparts {
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  background-color: #FFFFFF;
  outline: 0;
  border: unset !important;
  color: #000000;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 9px 35px -15px;
  display: none;
  font-size: 0.9rem;
}
.searchspareparts-wrapper #searchSpareparts::placeholder {
  color: #000000;
}

#searchOrders {
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  background-color: #FFFFFF;
  outline: 0;
  border: unset !important;
  color: #000000;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 9px 35px -15px;
  font-size: 0.9rem;
}
#searchOrders::placeholder {
  color: #000000;
}

.font-weight-regular {
  font-weight: 400;
}

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