@charset "UTF-8";
a, img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.form-control {
  border-radius: 4px;
  border: none;
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  color: #FFF;
  padding: 8px;
}
.form-control:focus {
  background: rgb(27.3081081081, 42.1, 56.8918918919);
  color: #FFF;
}

.form-control::-moz-placeholder {
  color: slategray;
  opacity: 1;
}

.form-control::placeholder {
  color: slategray;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: slategray;
}

.form-control::-ms-input-placeholder {
  color: slategray;
}

textarea {
  border-radius: 8px;
}

.form-control:disabled {
  background: rgb(32.2702702703, 49.75, 67.2297297297);
}

.btn {
  text-decoration: none !important;
  border-radius: 128px;
  border-width: 2px;
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.btn-default {
  border: 2px solid rgb(13, 184, 160);
  background: rgb(13, 184, 160);
  color: #FFF;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  border-color: rgb(13, 184, 160) !important;
  background: rgb(11.9903553299, 169.7096446701, 147.5736040609) !important;
  color: #FFF !important;
}
.btn-default:disabled {
  background: rgb(21, 32, 43) !important;
  color: rgb(10.959375, 16.7, 22.440625) !important;
}

.btn-outline, .btn-outline-default {
  border-color: rgb(13, 184, 160) !important;
  background: transparent !important;
  color: #FFF !important;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus, .btn-outline-default:hover, .btn-outline-default:active, .btn-outline-default:focus {
  text-decoration: none !important;
  border-color: rgb(13, 184, 160) !important;
  background: rgba(13, 184, 160, 0.1) !important;
  color: #FFF !important;
}
.btn-outline > i, .btn-outline-default > i {
  color: rgb(13, 184, 160);
}

.btn-outline-warning {
  border-color: darkorange !important;
}
.btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus {
  color: #FFF !important;
  border-color: darkorange !important;
  background: rgba(255, 140, 0, 0.1) !important;
}
.btn-outline-warning > i {
  color: darkorange;
}

.btn-outline-danger {
  border-color: #c01f1f !important;
}
.btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger:focus {
  color: #FFF !important;
  border-color: #c01f1f !important;
  background: rgba(192, 31, 31, 0.1) !important;
}
.btn-outline-danger > i {
  color: #c01f1f;
}

.btn-outline-success {
  border-color: #2ea42e !important;
  color: #2ea42e !important;
}
.btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success:focus {
  color: #FFF !important;
  border-color: #2ea42e !important;
  background: rgba(46, 164, 46, 0.1) !important;
}
.btn-outline-success > i {
  color: #2ea42e;
}

.btn-outline-default:disabled,
.btn-outline-primary:disabled,
.btn-outline-warning:disabled,
.btn-outline-danger:disabled,
.btn-outline-success:disabled {
  border-color: slategray !important;
  color: slategray !important;
}
.btn-outline-default:disabled i,
.btn-outline-primary:disabled i,
.btn-outline-warning:disabled i,
.btn-outline-danger:disabled i,
.btn-outline-success:disabled i {
  color: slategray !important;
}

.navbar-dark {
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(21, 32, 43, 0.8) !important;
  backdrop-filter: blur(10px);
}

.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #fff;
  border-radius: 128px;
}
@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
  }
}
.navbar-dark .navbar-nav .nav-link {
  margin-right: 2px;
  margin-left: 2px;
}
.navbar-dark .navbar-nav .nav-link:hover {
  text-decoration: none;
}

.dropdown-menu {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
}

.dropdown-menu .dropdown-item {
  color: #fff;
  text-decoration: none;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
  background: rgb(13, 184, 160);
}

.navbar-dark .navbar-nav .nav-link.active {
  background: rgb(13, 184, 160);
}
.nav-link:hover, .nav-link:focus {
  background: rgba(15.7297297297, 24.25, 32.7702702703, 0.5);
}

.navbar-brand img {
  width: 160px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    border-right: rgb(19.0378378378, 29.35, 39.6621621622) 1px solid;
    padding-right: 27px;
  }
}

.nav-link img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 8px;
}

.modal-content {
  background: #182532;
  color: #FFF;
  border-radius: 8px;
}

.modal-header {
  border-bottom: 2px solid rgb(19.0378378378, 29.35, 39.6621621622);
}

.modal-footer {
  border-top: 2px solid rgb(19.0378378378, 29.35, 39.6621621622);
}

.alert-warning {
  background: #FFA500;
  border-color: rgb(239.7, 155.1, 0);
  color: rgb(76.5, 49.5, 0);
}
.alert-warning a {
  color: rgb(25.5, 16.5, 0);
}
.alert-warning code {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.alert-success {
  background: #2ECC71;
  border-color: rgb(43.1848, 191.5152, 106.0844);
  color: rgb(13.156, 58.344, 32.318);
}
.alert-success a {
  color: rgb(3.772, 16.728, 9.266);
}

.alert-info {
  background: #3498db;
  border-color: rgb(39.0046025105, 145.4062761506, 216.6953974895);
  color: rgb(13.9330543933, 52.6359832636, 78.5669456067);
}
.alert-info a {
  color: rgb(6.2510460251, 23.6150627615, 35.2489539749);
}

.alert-danger {
  background: #E74C3C;
  border-color: rgb(229.3232876712, 63.4945205479, 46.3767123288);
  color: rgb(100.1712328767, 20.5479452055, 12.3287671233);
}
.alert-danger a {
  color: rgb(54.7602739726, 11.2328767123, 6.7397260274);
}

/* Alerts */
/* Badges */
.badge {
  padding: 4px 8px 4px 8px;
  color: #fff;
  text-decoration: none;
  border-radius: 128px;
}

.badge-primary {
  background: rgb(13, 184, 160);
  color: rgb(6.269035533, 88.730964467, 77.1573604061);
  text-decoration: none !important;
  border: 2px solid transparent;
}

a.badge-primary:hover {
  border-color: rgb(13, 184, 160);
  background: rgba(13, 184, 160, 0.1);
  color: #fff;
}

.badge-success {
  background: #2ea42e;
}

a.badge-success:hover {
  border-color: #2ea42e;
  background: rgba(46, 164, 46, 0.1);
  color: #fff;
}

.badge-dark {
  background: #182532;
}

a.badge-dark:hover {
  border-color: #182532;
  background: rgba(24, 37, 50, 0.1);
  color: #fff;
}

.badge-padded {
  padding: 8px;
}

/* Badges */
/* Card */
.card {
  padding: 0;
  background: rgb(22.3459459459, 34.45, 46.5540540541);
  border-radius: 8px;
  border: none;
  color: #FFF;
}
.card .card-header {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  color: #FFF;
  border-radius: 8px 8px 0 0;
  border: none;
  padding: 16px;
  display: flex;
  align-items: center;
}
.card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6 {
  margin-top: 0;
  flex-grow: 1;
}
.card .card-footer {
  border: none;
  text-align: center;
  background: rgb(19.0378378378, 29.35, 39.6621621622);
}
.card .card-footer .btn {
  display: inline-block;
  min-width: 150px;
  margin-top: 4px;
}

.custom-tooltip {
  --bs-tooltip-bg: #0c1319;
  --bs-tooltip-max-width: 300px;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-padding-x: 12px;
  --bs-tooltip-padding-y: 12px;
}

.accordion .accordion-item {
  border: none;
  background: none;
  color: #FFF;
}
.accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  box-shadow: none;
  background: rgb(22.3459459459, 34.45, 46.5540540541);
  color: #FFF;
}
.accordion .accordion-item .accordion-button img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-drag: none;
}
.accordion .accordion-item .accordion-button i {
  margin-right: 8px;
  font-size: 24px;
}
.accordion .accordion-item .accordion-button span {
  color: rgb(13, 184, 160);
  padding-left: 8px;
  padding-right: 8px;
}
.accordion .accordion-item .accordion-button small {
  font-size: 14px;
  color: slategray;
  display: inline-flex;
  align-items: center;
}
.accordion .accordion-item .accordion-body {
  padding-top: 0px;
  background: rgb(22.3459459459, 34.45, 46.5540540541);
}
.accordion .accordion-item .accordion-button::after {
  font-family: "Font Awesome 5 Pro", serif;
  font-weight: 300;
  color: #FFF;
  content: "\f078";
  background-image: none;
  transform: none;
  margin-left: auto;
  width: auto;
  height: auto;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f077";
  transform: rotate(0deg);
}

.accordion-darker .accordion-item .accordion-header .accordion-button {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  font-size: 20px;
}
.accordion-darker .accordion-item .accordion-body {
  background: rgb(22.3459459459, 34.45, 46.5540540541);
}

.text-muted {
  color: slategray !important;
}

.table {
  margin-bottom: 0;
}
.table td, .table th {
  text-wrap: nowrap;
}
.table thead {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  color: #FFF;
}
.table thead th {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  color: #FFF;
  border: none;
  padding: 14px;
}
.table thead th:first-child {
  border-radius: 8px 0 0 0;
}
.table thead th:last-child {
  border-radius: 0 8px 0 0;
}
.table tbody td {
  border: none;
  padding-left: 16px;
  padding-right: 16px;
  color: #FFF;
  background: rgb(22.3459459459, 34.45, 46.5540540541);
  position: relative;
  transition: background 0.2s ease;
}
.table tbody td:has(a):hover {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  cursor: pointer;
}
.table tbody td a {
  color: #FFF;
  text-decoration: none;
}
.table tbody td a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

nav.tab-container .nav.nav-tabs {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  border: none;
  padding: 8px;
}
nav.tab-container .tab-content {
  padding: 16px;
  background: rgb(22.3459459459, 34.45, 46.5540540541);
}

.nav-tabs .nav-item .nav-link, .nav-tabs .nav-link {
  background: transparent;
  border: none;
  color: #FFF;
  border-bottom: 3px solid transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: transparent;
  border-bottom-color: rgb(13, 184, 160);
}

.breadcrumb {
  background: rgb(22.3459459459, 34.45, 46.5540540541);
  padding: 16px;
  border-radius: 8px;
}

.breadcrumb-item.active {
  color: #FFF;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #FFF;
}

.page-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding-top: 25px;
}
.page-nav ul li.page-item:first-child .page-link {
  border-radius: 128px 0 0 128px;
}
.page-nav ul li.disabled:first-child .page-link, .page-nav ul li.disabled:last-child .page-link {
  background-color: rgb(22.3459459459, 34.45, 46.5540540541);
  border-color: rgb(19.0378378378, 29.35, 39.6621621622);
  color: rgb(19.0378378378, 29.35, 39.6621621622);
}
.page-nav ul li.page-item:last-child .page-link {
  border-radius: 0 128px 128px 0;
}
.page-nav ul li a.page-link {
  background-color: rgb(22.3459459459, 34.45, 46.5540540541);
  border-color: rgb(19.0378378378, 29.35, 39.6621621622);
  color: #FFF;
  text-decoration: none !important;
}
.page-nav ul li a.page-link:hover {
  background: rgba(13, 184, 160, 0.1);
  color: rgb(13, 184, 160);
}
.page-nav ul li.active a.page-link {
  color: #FFF;
  background-color: rgb(13, 184, 160);
}

.toast {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  border-color: rgb(13, 184, 160);
}
.toast .toast-header {
  background: rgb(14.0756756757, 21.7, 29.3243243243);
  color: #FFF;
}

.form-select {
  background-color: rgb(19.0378378378, 29.35, 39.6621621622);
  border: none;
  color: #FFF;
}

.form-select,
.custom-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23FFF' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 8px 10px;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding: 8px;
  background-image: none !important;
}

.accordion-body > *:first-child {
  margin-top: 0 !important;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #182532;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
}

body::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.dt-scroll-body::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track,
.dt-scroll-body::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  border-radius: 28px;
}
body::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.dt-scroll-body::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: rgb(13, 184, 160);
  border-radius: 28px;
  border: 2px solid rgb(19.0378378378, 29.35, 39.6621621622);
}
body::-webkit-scrollbar-thumb:hover,
.table-responsive::-webkit-scrollbar-thumb:hover,
.dt-scroll-body::-webkit-scrollbar-thumb:hover,
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: rgb(14.6827411168, 207.8172588832, 180.7106598985);
}
@supports not selector(::-webkit-scrollbar) {
  body,
  .table-responsive,
  .dt-scroll-body,
  .dataTables_scrollBody {
    scrollbar-color: rgb(13, 184, 160) rgb(19.0378378378, 29.35, 39.6621621622);
    scrollbar-width: thin;
  }
}

ul.pills {
  list-style: none;
  padding: 0;
}
ul.pills li {
  margin: 0;
}
ul.pills li a {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  color: #FFF;
  padding: 8px 16px 8px 16px;
}
ul.pills li a i {
  color: rgb(13, 184, 160);
  padding-right: 8px;
}
ul.pills li a:hover, ul.pills li a:active, ul.pills li a:focus {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
}
ul.pills:not(.no-bullet) li a:before {
  font: var(--fa-font-solid);
  content: "\e122";
  color: rgb(13, 184, 160);
  padding-right: 8px;
}
ul.pills li.low a:before {
  color: #2ea42e;
}
ul.pills li.medium a:before {
  color: darkorange;
}
ul.pills li.high a:before {
  color: #c01f1f;
}

@media (min-width: 767.98px) {
  ul.pills.inline li {
    display: inline;
  }
}
@media (min-width: 767.98px) {
  ul.pills.inline li a {
    display: inline-block;
  }
}

h1.detailed small,
h2.detailed small,
h3.detailed small,
h4.detailed small,
h5.detailed small,
h6.detailed small,
p.detailed small {
  color: slategray;
  font-size: 0.8em;
}
h1.detailed small:before,
h2.detailed small:before,
h3.detailed small:before,
h4.detailed small:before,
h5.detailed small:before,
h6.detailed small:before,
p.detailed small:before {
  content: " / ";
  color: rgb(13, 184, 160);
}

.dot-sep {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 3px;
  background-color: rgb(19.0378378378, 29.35, 39.6621621622);
  border-radius: 50%;
}
.dot-sep::before, .dot-sep::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgb(19.0378378378, 29.35, 39.6621621622);
  border-radius: 50%;
  top: 0;
}
.dot-sep::before {
  left: -20px;
}
.dot-sep::after {
  left: 20px;
}

.min-width-150 {
  min-width: 150px;
}

.hover-bg {
  color: #FFF;
  text-decoration: none;
}
.hover-bg:hover {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  text-decoration: none;
}

.table-list {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.table-list:not(.no-pills) tr td:first-child:before {
  content: "•";
  padding-right: 8px;
  color: rgb(13, 184, 160);
}
.table-list tr td:first-child {
  font-weight: bold;
}
.table-list tr td:first-child:after {
  content: ":";
  padding-right: 8px;
}
.table-list tr td:first-child {
  white-space: nowrap;
}
.table-list tr td:last-child {
  width: 100%;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-600 {
  max-width: 600px;
}

pre code.hljs {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  color: #FFF;
  border-radius: 8px;
}

pre {
  border-radius: 8px;
  background: rgb(19.0378378378, 29.35, 39.6621621622);
}
pre.limited-height {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 500px;
}

.featured-card-image {
  max-width: 150px;
}

.sunny {
  color: darkorange;
}

.github-button {
  padding: 24px;
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  color: #FFF;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.github-button i {
  font-size: 36px;
  padding-right: 16px;
  border-right: 2px solid rgb(14.0756756757, 21.7, 29.3243243243);
}
.github-button .body > small {
  display: flex;
  color: slategray;
  font-size: 12px;
}
.github-button:hover {
  background: rgb(17.3837837838, 26.8, 36.2162162162);
  text-decoration: none;
  transition: all 0.3s;
}

.spaced-list li {
  margin-bottom: 8px;
}

.dot-list > li {
  list-style: none;
}
.dot-list > li:before {
  content: "•";
  padding-right: 8px;
  color: rgb(13, 184, 160);
}

code {
  color: rgb(183.781496063, 191.75, 199.718503937);
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  padding: 4px 8px 4px 8px;
  border-radius: 128px;
}

code.alt {
  color: #FFF;
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  border-radius: 128px;
  padding: 4px 16px 4px 16px;
}

#page-header-logo {
  padding-top: 48px;
  padding-bottom: 64px;
  display: flex;
  justify-content: center;
}
#page-header-logo img {
  width: 500px;
  max-width: 90%;
}

.table tbody tr td img {
  margin-right: 8px;
  height: 32px;
  background: rgb(15.7297297297, 24.25, 32.7702702703);
  padding: 4px;
  border-radius: 8px;
}

.hidden-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.dark-bg {
  background: rgb(22.3459459459, 34.45, 46.5540540541) !important;
}

.darker-bg {
  background: rgb(19.0378378378, 29.35, 39.6621621622) !important;
}

.darkest-bg {
  background: rgb(15.7297297297, 24.25, 32.7702702703) !important;
}

.button-checkbox {
  background: rgb(22.3459459459, 34.45, 46.5540540541);
  border-radius: 8px;
  border: 2px solid transparent;
}
.button-checkbox:hover {
  background: rgb(17.3837837838, 26.8, 36.2162162162);
}

.button-checkbox:has(.hidden-checkbox:checked) {
  border-color: rgb(13, 184, 160);
  box-shadow: inset 0 0 20px rgba(74, 222, 128, 0.2);
}

#technique-list-filter:has(.hidden-checkbox:checked) .btn-filter {
  display: inline-block;
}

#technique-list-filter .btn-filter {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-transform: capitalize;
}
h1:has(img), h2:has(img), h3:has(img), h4:has(img), h5:has(img), h6:has(img) {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767.98px) {
  h1:has(img), h2:has(img), h3:has(img), h4:has(img), h5:has(img), h6:has(img) {
    justify-content: center;
  }
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
h1.bottom-bordered, h2.bottom-bordered, h3.bottom-bordered, h4.bottom-bordered, h5.bottom-bordered, h6.bottom-bordered {
  border-bottom: 2px solid rgb(22.3459459459, 34.45, 46.5540540541);
  padding-bottom: 10px;
}
h1 small:before, h2 small:before, h3 small:before, h4 small:before, h5 small:before, h6 small:before {
  content: "/";
  padding-right: 8px;
  padding-left: 8px;
  color: rgb(13, 184, 160);
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: slategray;
}

.action-group-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.btn-group-equal {
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 16px;
}

.no-decoration, .no-decoration *, .no-decoration *::before, .no-decoration *::after {
  text-decoration: none !important;
  transition: none !important;
}
.no-decoration:hover, .no-decoration:focus, .no-decoration *:hover, .no-decoration *:focus {
  text-decoration: none !important;
}

.hoverable {
  border: 2px solid transparent;
}
.hoverable:hover {
  border-color: rgb(13, 184, 160);
  box-shadow: inset 0 0 20px rgba(74, 222, 128, 0.2);
}

.align-client-table {
  padding: 0;
}
.align-client-table .table thead th:first-child, .align-client-table .table thead th:last-child {
  border-radius: 0;
}

footer {
  background: rgb(20.6918918919, 31.9, 43.1081081081);
  padding: 42px 16px 42px 16px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.w96px {
  width: 96px;
}

.h48px {
  height: 48px;
}

.h64px {
  height: 64px;
}

.centered-text-max-width-900 {
  max-width: 900px;
  margin: 0 auto;
}

.gold-color {
  color: #ffd700;
}

.fa-heart {
  color: #c01f1f;
}

.accent {
  color: rgb(13, 184, 160);
}

#content {
  margin-top: 125px;
}

.dot-separator {
  position: relative;
  height: 60px;
}

.dot-separator::after {
  position: absolute;
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: rgb(13, 184, 160);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0.5em 0 0 rgba(13, 184, 160, 0.6), -0.5em 0px 0px rgba(13, 184, 160, 0.6);
}

a {
  color: rgb(13, 184, 160);
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

.caution-level-dot:before {
  font: var(--fa-font-solid);
  content: "\e122";
  color: rgb(13, 184, 160);
  padding-right: 8px;
}
.caution-level-dot.low:before {
  color: #2ea42e;
}
.caution-level-dot.medium:before {
  color: darkorange;
}
.caution-level-dot.high:before {
  color: #c01f1f;
}

hr {
  height: 2px;
  border: none;
  background: rgb(19.0378378378, 29.35, 39.6621621622);
}

.card-counter {
  position: relative;
  display: block;
  box-shadow: 2px 2px 10px #182532;
  margin: 5px;
  padding: 20px 10px;
  background-color: rgb(13, 184, 160);
  color: #fff;
  height: 100px;
  border-radius: 5px;
  transition: 0.3s linear all;
}
.card-counter:hover, .card-counter:active, .card-counter:focus {
  background: rgb(11.9903553299, 169.7096446701, 147.5736040609);
  color: #FFF !important;
}
.card-counter .count-numbers {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 32px;
  display: block;
}
.card-counter .count-name {
  position: absolute;
  right: 35px;
  top: 65px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 18px;
}
.card-counter i {
  font-size: 5em;
  opacity: 0.2;
}

.card-counter.green, .card-counter.low {
  background: #2ea42e;
}
.card-counter.green:hover, .card-counter.green:active, .card-counter.green:focus, .card-counter.low:hover, .card-counter.low:active, .card-counter.low:focus {
  background: rgb(42.6485714286, 152.0514285714, 42.6485714286);
}

.card-counter.orange, .card-counter.medium {
  background: darkorange;
}
.card-counter.orange:hover, .card-counter.orange:active, .card-counter.orange:focus, .card-counter.medium:hover, .card-counter.medium:active, .card-counter.medium:focus {
  background: rgb(239.7, 131.6, 0);
}

.card-counter.pink {
  background: #9450d0;
}
.card-counter.pink:hover, .card-counter.pink:active, .card-counter.pink:focus {
  background: rgb(140.6256756757, 67.9391891892, 204.7608108108);
}

.card-counter.red, .card-counter.high {
  background: #c01f1f;
}
.card-counter.red:hover, .card-counter.red:active, .card-counter.red:focus, .card-counter.high:hover, .card-counter.high:active, .card-counter.high:focus {
  background: rgb(178.8269058296, 28.8730941704, 28.8730941704);
}

.buttons-min-width-200 .btn {
  min-width: 200px;
}

.attachment, .additional-resources {
  list-style: none;
  padding: 0;
}
.attachment li, .additional-resources li {
  margin: 0;
}
.attachment li a, .additional-resources li a {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  color: #FFF;
  padding: 8px;
}
.attachment li a i, .additional-resources li a i {
  color: rgb(13, 184, 160);
  padding-right: 8px;
}
.attachment li a:hover, .attachment li a:active, .attachment li a:focus, .additional-resources li a:hover, .additional-resources li a:active, .additional-resources li a:focus {
  background: #182532;
}

.hljs {
  background-color: rgb(19.0378378378, 29.35, 39.6621621622);
}

.os-column {
  width: 150px;
}
.os-column i {
  color: rgb(19.0378378378, 29.35, 39.6621621622);
  font-size: 20px;
  padding-left: 2px;
  padding-right: 2px;
}
.os-column i.enabled {
  color: rgb(13, 184, 160);
}

.social i {
  font-size: 24px;
  margin: 0 8px;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}
.social i:hover {
  border-color: #FFF;
}

#search .item {
  position: relative;
  padding-left: 16px;
}
#search .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: rgb(22.3459459459, 34.45, 46.5540540541);
  border-radius: 4px;
  transition: background-color 0.2s ease-out;
}
#search .item:hover::before {
  background-color: rgb(13, 184, 160);
}
#search .item h1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid rgb(22.3459459459, 34.45, 46.5540540541);
  padding-bottom: 10px;
  text-align: left;
  color: #FFF;
}
#search .item h1 a {
  color: #FFF;
}
#search .item h2 {
  font-size: 15px;
}
#search .item .body h3 {
  font-size: 17px;
}
#search .item .body h4 {
  font-size: 15px;
}
#search .item .body h5 {
  font-size: 13px;
}
#search .item .body h6 {
  font-size: 12px;
}

.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
  margin-top: 24px;
  margin-bottom: 16px;
}