:root {
  --light-blue: #9ecad3;
  --light-brown: #4b4339;
  --soft-white: #f9f7f6;
  --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: #057d95;
  --bs-secondary: #c9d6df;
  --bs-success: #11d3bc;
  --bs-info: #a2d5f2;
  --bs-warning: #ff7e67;
  --bs-danger: #bf3737;
  --bs-light: #fafafa;
  --bs-dark: #3d342c;
  --bs-pagination-color: var(--bs-primary);
  --bs-primary-rgb: 5, 125, 149;
  --bs-secondary-rgb: 201, 214, 223;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 162, 213, 242;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 61, 52, 44;
  --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: "Roboto Slab", 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;
  --bs-border-radius: 0.25rem;
}


input[type="checkbox"].form-check-input {
  background-color: transparent;
  border: 1px solid var(--bs-primary);
  position: relative;

  &:checked {
    background-color: var(--bs-primary);
  }
}


input[type="radio"].form-check-input {
  background: transparent;
  border: 1px solid var(--bs-primary);
  position: relative;
}

.select2-container--default .select2-selection--single {
  background-color: white !important;
  border-color: #dee2e6;
  height: 2rem;
  display: block;
}

.dt-button-active {
  background: #eaeaea;
}

.dt-column-order {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

/* Ascending (arrow up) */
.dt-ordering-asc .dt-column-order {
  background-image: url("data:image/svg+xml,%3Csvg fill='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14l5-5 5 5H7z'/%3E%3C/svg%3E");
}

/* Descending (arrow down) */
.dt-ordering-desc .dt-column-order {
  background-image: url("data:image/svg+xml,%3Csvg fill='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
}

/* No sort (neutral icon or blank) */
.dt-orderable-asc.dt-orderable-desc:not(.dt-ordering-asc):not(.dt-ordering-desc) .dt-column-order {
  background-image: url("data:image/svg+xml,%3Csvg fill='gray' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3Cpath d='M7 14l5-5 5 5H7z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}


input[type="radio"].form-check-input:checked {
  background: transparent;
  border: 1px solid var(--bs-primary);

  &:focus {
    box-shadow: 0 0 0 .25rem rgba(5, 125, 149, .25);
  }

  &:before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    background-color: var(--bs-primary);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.dropzone {
  border-color: #ccc;
  border-style: dashed;
}

.text-muted {
	color: #6c757d !important
}

.filter-app .fixed-left {
  input[type="checkbox"].form-check-input {
    border: 1px solid var(--light-blue);
    &:checked {
      background-color: var(--light-blue);
    }
  }


  input[type="radio"].form-check-input {
    border: 1px solid var(--light-blue);
  }


  input[type="radio"].form-check-input:checked {
    border: 1px solid var(--light-blue);

    &:focus {
      box-shadow: 0 0 0 .25rem rgba(158, 202, 211, .25);
    }

    &:before {
      background-color: var(--light-blue);
    }
  }
}

.incident-tooltip {
  .tooltip-details {
    font-size: 0.8rem;
  }
  position: absolute;
  top: -10px;
  z-index: 10;
  right: -5px;
  padding: 16px 8px;
  min-width: 400px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.01);
  max-height: 400px;
  overflow-y: auto;

  table {
    font-size: 0.7rem;
  }
}

.navbar {
  padding: 0.6rem 1.2rem;
}

.btn {
  border-radius: 0;
}

.btn-block {
  @apply w-full;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}

.btn-outline-primary {
  --bs-btn-border-color: var(--bs-primary); /* Border color */
  --bs-btn-color: var(--bs-primary); /* Text color */
  --bs-btn-hover-bg: var(--bs-primary); /* Hover background color (a darker shade) */
  --bs-btn-hover-border-color: var(--bs-primary); /* Hover border color */
}

.btn-success {
  --bs-btn-bg: var(--bs-success); /* Background color */
  --bs-btn-border-color: var(--bs-success); /* Border color */
  --bs-btn-hover-bg: #046880; /* Hover background color (a darker shade) */
  --bs-btn-hover-border-color: #046880; /* Hover border color */
  --bs-btn-active-bg: #035363; /* Active background color (even darker) */
  --bs-btn-active-border-color: #035363; /* Active border color */
  --bs-btn-color: #ffffff; /* Text color */
}



.btn-primary {
  --bs-btn-bg: var(--bs-primary); /* Background color */
  --bs-btn-border-color: var(--bs-primary); /* Border color */
  --bs-btn-hover-bg: #046880; /* Hover background color (a darker shade) */
  --bs-btn-hover-border-color: #046880; /* Hover border color */
  --bs-btn-active-bg: #035363; /* Active background color (even darker) */
  --bs-btn-active-border-color: #035363; /* Active border color */
  --bs-btn-color: #ffffff; /* Text color */
}


.alert {
  margin-bottom: 0;
}

.dt-buttons.btn-group {
  margin-bottom: 20px;
}

.text-soft-white {
  color: var(--soft-white);
}

.homepage-main-heading {
  font-size: 3.8rem;
}

.slide-image-holder {
  position: relative;
  .slide-image-box {
    right: -20%;
    position: absolute;
    left: 10%;
    z-index: 5;
  }
}

.homepage-content {
  padding-top: 300px;
}

.bg-soft-white {
  background: var(--soft-white);
}

.feature-title {
  color: var(--bs-primary);
  font-size: 1.68rem;
  font-weight: 500;
  text-transform: uppercase;
}

.feature-pitch {
  color: var(--bs-primary);
  font-weight: 300;
  font-size: 2.8rem;
}

.feature-description {
  color: var(--bs-primary);
}

.homepage-slides {
  background: url("/assets/world-map-c1eed152.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center right;
  min-height: 70vh;
}

.homepage-slide-text {
  font-size: 1.2rem;
}

.homepage-stat {
  color: var(--soft-white);
  .number {
    font-size: 4rem;
    font-weight: 100;
  }
  .text {
    font-size: 1.2rem;
  }
}

.fw-light {
  font-weight: 300;
}

.navbar-user-icon {
  color: #9ECAD3;
}

.user-popup {
  display: none;
}

[v-cloak] {
  display: none;
}

.navbar-image {
  object-fit: cover;
  width: auto;
  display: block;
  margin: auto auto;

  @media (min-width: 1600px) {
    height: 300px;
  }

  @media (min-width: 1200px) {
    height: 250px;
  }

}

.cursor-pointer {
  cursor: pointer;
}

tr.parent {
  cursor: pointer;
}

.navbar-user {
  border: 1px solid #9ecad3;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  position: relative;

  &.open {
    .user-popup {
      display: block;
    }
  }
}

.popup-panel.top-panel {
  padding: 20px;
  padding-bottom: 1rem;
  border-bottom: 2px solid #0E0E0F;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.popup-panel {
  padding: 20px;
  background: #212D30;
  border-radius: 9px;
}

.no-latest-update {
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  color: #aaa;
  height: 100%;
}

.latest-update {
  height: 100%;
}

.popup-panel.bottom-panel {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.search-subtitle {
  color: #637375;
}

.user-popup-footer {
  background: #0E0E0F;
}

.incentive-row {
  display: flex;
  align-items: center;

  .points-circle {
    border: 1px solid #FFFFFF;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    border-radius: 100%;
    color: white;
    font-size: 1rem;
    margin-right: 1.625rem;
  }

  .points-label {
    font-size: 1rem;
    color: white;
  }
}

.select2-container--default .select2-selection--single {
  background-color: #DCE8EB;
}

.menu-col1 {
  background: #369baf;
}

.menu-col2 {
  background: #408e9e;
}

.hamburger-toggle {
  color: #9ECAD3;
}

.sign-out-button {
  padding: 20px;
  a {
    color: #96BDC7;
    &:hover {
      text-decoration: none;
    }
  }
  svg {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.user-popup-bottom {
  font-size: 0.75rem;
  text-align: center;
  border-top: 1px solid rgba(150, 189, 199, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  a { 
    color: #96BDC7;
  }
}

.user-popup {
  position: absolute;
  top: 120%;
  right: 0;
  min-width: 360px;
  background: #212D30;
  border-radius: 9px;
  color: white;
  font-size: 1rem;
  text-align: left;
  background: #0E0E0F;
  border: 4px solid #0E0E0F;
  z-index: 999;
}

.name-row-avatar {
  img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
  }
  margin-right: 1rem;
}

.name-row-email {
  font-size: 0.875rem;
}

.name-row {
  display: flex;
}

.btn-manage.btn-outline-light.btn {
  font-size: 1rem !important;
  border-color: white;
  color: white !important;
  text-transform: none;
  border-radius: 15px;

  &:hover {
    color: #0E0E0F !important;
  }
}

table.pvtTable {
  thead tr th, tbody tr th {
    background-color: #9ECAD3;
    color: #252B50;
    font-size: 14px;
    border-color: #124F5B;
  }
  thead tr td, tbody tr td {
    background: #f9f9f9;
    border-color: #124F5B;
    font-size: 14px;
    color: #171616;
  }
}

.pvtTable {
  width: 100%;
}

.pvtUi {
  width: 100%;
}

.nodeExample1 {
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid var(--bs-primary);
  width: 400px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
  color: black;
}

.chart-container {
  position: relative;
  .total-container {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    .total-label {
      text-align: center;
      color: #7C828A;
    }
  }
}

small.super-muted {
  font-size: 9px;
  color: #aaa;
}

.stakeholder-flag {
  width: 30px;
  border: 1px solid #ccc;
  background-size: cover;
  aspect-ratio: 4/3;
}

.map-holder {
  position: relative;
  .map-info-boxes {
    z-index: 450;
    position: absolute;
    left: 5px;
    bottom: 15px;
  }

  .map-info-box {
    padding: 5px;
    border-radius: 5px;
    background: rgba(255,255,255,0.86);
    margin-bottom: 1px;
  }
}

.business-share-flag {
  aspect-ratio: 4/3;
  background-size: cover;
  width: 42px;
  border: 1px solid #ccc;
  margin-right: 0.75rem;
}

.client-row {
  display: flex;
  margin-bottom: 1.2rem;

  .client-rank {
    font-size: 2.8125rem;
    color: var(--bs-primary);
    font-family: "Roboto Slab";
    font-weight: 300;
    margin-right: 2.125rem;
  }

  .client-flag-and-info {
    display: flex;
  }

  .client-flag {
    margin-right: 0.75rem;
    .fi {
      aspect-ratio: 4/3;
      background-size: cover;
      width: 42px;
      border: 1px solid #ccc;
    }
  }

  .years-of-affiliation {
    color: #757575;
    font-size: 0.625rem;
  }

  .vessel-count {
    color: #191919;
    font-size: 0.625rem;
  }

  .client-name {
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
  }
}

.org-map {

  .org-name {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .org-member-pni, .org-member-bbc {
    margin-left: auto;
  }

  .org-member-flag {
  }

  .org-member-commercial {
  }

  .bottom-owner {
    margin-bottom: 100px;
  }

  .org-member-ism {
    margin-bottom: 100px;
  }

  .org-member {
    border: 3px solid #057D95;
    border-radius: 5px;
    width: 80%;
    &.org-member-ism, &.org-member-owner, &.org-member-commercial {
      width: 100%;
    }
    padding: 10px;
  }

  .org-since {
    text-align: left;
    font-size: 12px;
    color: #637375;
  }

  .org-top {
    display: flex;
    justify-content: space-between;
  }

  .org-flag {

  }

  .org-middle {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .org-bottom {
    .ex-org {
      a {
        color: #637375;
      }
      text-align: right;
      font-size: 12px;
      color: #637375;
    }
  }
}

#chart-test {
  .node {
    background: white;
    border: 2px solid var(--bs-primary);
    padding: 2px;
    text-align: center;
    width: 400px;
    text-overflow: ellipsis;
  }
}

.chart-boxes {
  .flag {
    border: 1px solid #ccc;
    width: 26px;
    height: 24px;
  }
}

.chart-row {
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.dashboard-bg {
  background: url("/assets/dash-bg-f1688aea.jpg");
  background-size: 100%;
  background-attachment: fixed;

  .card {
    small {
      font-size: 0.75rem;
    }
  }
}

.white-overlay {
  background: rgba(255,255,255,0.8);
}

.tech-sub {
  color: var(--bs-primary);
  font-weight: 500;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #F3FCFE;
  text-align: center;
  margin-bottom: 20px;
}

.anchor-links {
  position: sticky;
  top: 64px;
  background: white;
  z-index: 500;
}

.scroll-target {
  scroll-margin-top: 90px;
}

.anchor-link {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  font-family: "Roboto Slab";
  font-weight: 600;

  &.active {
    text-decoration: underline;
  }
}

.bg-content {
  background: #F5F1EE;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--bs-primary);
  color: white;
  .search-subtitle {
    color: #fafafa;
  }
}

.text-black {
  color: #212529;
}

.anchor-links {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #D1D1D1;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.tech-main {
  font-size: 18px;
  color: #0b5564;
  background: #DDF3F8;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table td.chart-cell {
  border-right: 1px solid #ccc;
  border-bottom: 1px dashed #ccc;
  border-top: 0;
  .trigger-tippy {
    display: inline-block;
  }
}

.card-body {
  padding: 1.25rem;
}

.profile-card {
  background: white;
  border-radius: 4px;
  overflow: hidden;

  .profile-card-cover {
    height: 100px;
    background: var(--bs-primary);
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%2306a9c9' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  img.profile-card-avatar {
    bottom: -20px;
    left: 0;
    margin-left: 15px;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    border: 3px solid white;

  }

}

.legend-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;

  .legend-dot {
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
  }

  .legend-label {
    color: #7C828A;
  }
}

.ss-card {
  border-radius: 8px;
  background: white;
  padding: 1rem 1.5rem;

  h5 {
    font-size: 1.25rem;
    color: #333;
  }

  canvas {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.company-card {
  h1 {
    font-size: 1.7rem;
  }
  border-radius: 10px;
}

.decimal-rating-container {
  display: flex;
}

.bg-beach {
  background-image: url("/assets/beach-7d1f49f6.jpg");
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.white-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.bg-content {
  .update-card {
    height: 100%;
  }
}

.update-card {
  overflow: hidden;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
  //box-shadow: 0px 3px 6px rgba(0,0,0,0.06);


  .title {
    color: #057D95;
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 1.5rem;
  }

  .card-icon {
    color: white;
    background: var(--bs-primary);
    width: 65px;
    height: 65px;
    border-radius: 6px;
  }

  .update-card-body {
    padding-left: 18px;
    padding-right: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .large-icon {
    svg {
      fill: var(--bs-primary);
      color: var(--bs-primary);
    }
    background: #F8F8F8;
    padding: 40px;
  }

  &.large {
    padding-bottom: 0;
    .update-card-heading {
      border-bottom: 0;
    }
    .update-card-body {
      padding: 0;
    }
  }

  .update-card-heading {
    display: flex;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 14px;
  }

  .update-card-mini-heading {
    border-bottom: 1px dashed #CBCBCB;
    padding-left: 18px;
    padding-right: 14px;
    padding-bottom: 11px;
    font-family: "Roboto";
    color: #292828;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .date {
    color: #AEAEA3;
    font-size: 12px;
    font-family: "Roboto";
  }
}

.big-rating {
  color: #057D95;
  font-size: 42px;
  font-family: "Roboto Slab";
}

.rating-text {
  font-size: 16px;
  font-family: "Roboto Slab";
  color: #758F94;
}

.rating-out-of {
  color: #B2C1C4;
  font-family: "Roboto Slab";
  font-size: 18px;
  padding-top: 15px;
  margin-left: 5px;
}

.rankings-box {
  border-radius: 8px;
  background: #4B4139;
  color: white;
  .rankings-box-heading {
    font-size: 20px;
    color: white;
    font-family: "Roboto Slab";
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 15px;
  }

  .rank {
    font-family: "Roboto Slab";
    font-size: 18px;
    margin-right: 15px;
  }

  .ranking-row {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ranking-row:nth-child(even) {
    background: #3D342C;
  }

  .rank-description {
    font-size: 14px;
  }
}

.ow-bg {
  background: #f9f7f6;
}

.footer {
  .list-unstyled.main-list li {
    margin-bottom: 1.2rem;
  }

  .sub-list a {
    font-weight: 300;
    font-size: 14px;
  }
}

.bg-danger {
  color: white;
}

.navbar-search {
  width: 400px;
  select {
    appearance: searchfield;
    -webkit-appearance: searchfield;
  }
}

.navbar-expanded {
  overflow: hidden;
  background: #369baf;
  color: white;
  transition: 0.1s ease-in height;
  will-change: height;

  .sub-list {
    li a {
      padding-left: 30px;
      display: block;
      &:hover {
        text-decoration: none;
      }
    }

    li {
      margin-bottom: 0.5rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      &:hover {
        background: rgba(0, 0, 0, 0.25);
      }
    }
  }

  &.closed {
    height: 0;
    padding: 0;
  }

  &.open {
    height: auto;
  }
}

.btn-warning, .btn-danger {
  color: white;
}

.banner-content {
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0,0,0,0.4);
  color: white;
  right: 0;
  bottom: 0;
}

h1 {
  font-weight: bold;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
}

.filter {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cancel-filter {
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-size: 14px;
  margin-left: 5px;
  &:hover {
    color: white;
    text-decoration: none;
  }
}

.btn-outline-light {
  color: #444;
}


.page-header {
  margin-top: 1rem;
}

.breakout {                                                                                                                             
  margin:0 -100%; /* old browsers fallback */                                                                                           
  margin:0 calc(50% - 50vw);                                                                                                            
}

.navbar-logo {
  height: 44px;
}

.loading-enabled {
  position: relative;
}

.loading-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.stat-card {
  border: 0px;
  border-radius: 8px;
  .stat-compare-value {
    font-size: 12px;
    color: #aaa;
  }
  .stat-arrow {
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    margin-left: 0.5rem;
    &.positive {
      color: #6DB46D;
    }

    &.negative {
      color: #B85858;
    }
  }

  .stat-value {
    font-family: "Roboto Slab";
    font-size: 45px;
    font-weight: 300;
  }

  .stat-label {
    display: block;
    color: #97989F;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 400;
  }
}

.dt-buttons {
  //margin-bottom: 30px;
}

.paginate_button {
  border: 1px solid #ccc;
  padding: 15px;
  cursor: pointer;
  background: white;
}

.filter-dt {
  font-size: 12px;
  td {
    //padding: 0.35rem;
    vertical-align: middle;
  }
}

.filter {
  details {
    display:block; 
    margin: 0;
  }
  summary {
    display:block; 
    color:#9ECAD3;
    padding: 0;
    cursor:pointer;
    position: relative;

    &:focus {
      outline: 0;
      border: 0;
    }
  }

  summary::-webkit-details-marker {
    color:#ADB4E6; 
    background:#FFFFFF; 
  }

  details[open] summary::-webkit-details-marker {
    color:#ADB4E6; 
    background:#FFFFFF;
  }
  summary::-webkit-details-marker {
    display: none;
  }

  summary:after {
    position: absolute;
    right: 0;
    top: 2px;
    content: "+";
    color: #ADB4E6;
    font-size: 1.5em;
    font-weight: bold;
    margin: -5px 5px 0 0;
    padding: 0;
    text-align: center;
    width: 20px;
  }

  details[open] summary:after {
    content: "-";
    color: #ADB4E6;
  }
}

.filter-content {
  margin-left: 320px;
}

.filter-heading {
  background: #3d342c;
}

.filter-type-heading {
  background: #463C34;
}

.filter-type-header {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
}

.select2-results__options {
  &::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  &::-webkit-scrollbar
  {
    width: 6px;
    background-color: #F5F5F5;
  }

  &::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ddd;
  }
}

.fixed-left {
  font-family: Roboto;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 73px;
  background: var(--light-brown);
  overflow-x: hidden;
  overflow-y: scroll;
  width: 320px;
  z-index: 100;
  color: var(--light-blue);

  &::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  &::-webkit-scrollbar
  {
    width: 12px;
    background-color: #F5F5F5;
  }

  &::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
  }
}


.v-select.vs--searchable {
  background: white;
  border: 1px solid #ccc;
}

.certificates {
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
  padding-bottom: 20px;
  &::-webkit-scrollbar {
    height: 3px;
  }

  &::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }


  &::-webkit-scrollbar-track {
    background-color: darkgrey;
  }

}

.certificate {
  background-image: url("/assets/certificate-bg-6a0d6c5b.svg");
  margin-right: 20px;
  flex: 0 0 207px;
  background-repeat: no-repeat;
  height: 139px;
  width: 207px;
  .certificate-name {
    color: black;
    margin-top: 8px;
    margin-left: 13px;
    font-size: 16px;
    font-family: "Roboto Slab";
  }
}

.testimonial-text {
  padding: 30px;
}

.pricing-container {
  padding-bottom: 200px;
}

.pricing-band {
  background: #F5F1EE;
  position: relative;
}

.plan-cta {
  .btn {
    text-transform: none;
  }
}

.get-started-box {
  background: var(--bs-primary);
  padding: 30px 80px;
  color: white;
  border-radius: 10px;
}

.get-started {
  font-size: 4.2rem;
  font-weight: 300;
}

.get-started-steps {
  .step {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 0;
    align-items: center;

    &:last-of-type {
      border: 0;
    }
  }

  .step-number {
    font-size: 2.4rem;
    margin-right: 10px;
  }

  .step-text {
    font-size: 1.125rem;
  }
}

.pricing-promo {
  font-size: 4.2rem;
  color: var(--bs-primary);
  font-weight: 300;
  line-height: 4.2rem;
  text-align: right;
}

.pricing-pick-plan {
  color: var(--bs-primary);
  text-align: center;
  font-size: 1.4rem;
}

.testimonial-box {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.plan-price {
  color: #B9B9B9;
}

.paid-plan-box {
  position: absolute;
  top: -120px;
  background: var(--bs-primary);
  color: white;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
}


.free-plan-box {
  position: absolute;
  top: -90px;
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
}

.plan-description {
  margin: 15px 0;
}

.home-checkboxes {
  .checkbox-row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .checkbox {
    margin-right: 10px;
  }
}

.testimonial-description {
  color: var(--bs-primary);
  padding: 60px 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  height: 100%;
}


.leaderboard-table {
  border-collapse: separate;
  border-spacing: 0 15px;

  .fi {
    width: 60px;
    height: 45px;
    border: 1px solid #ccc;
    background-size: cover;
  }

  .details {
    vertical-align: middle;
    font-size: 0.8rem;
    color: #444;
  }

  .left-radius {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .right-radius {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  thead tr {
    background: var(--bs-primary);
    color: #97D3DF;
    border: 0;
    margin-bottom: 1rem;
    th {
      background: var(--bs-primary);
      color: #97D3DF;
      border: 0;
    }
  }

  tbody td {
    border: 0;
    vertical-align: middle;
    background: white;
  }

  .fleet-size {
    text-align: right;
    font-size: 28px;
    color: #057D95;
    font-weight: 300;
  }

  .compare {
    text-align: center;
  }

  .safety-score {
    text-align: center;
    font-size: 28px;
    color: #057D95;
    font-weight: 300;
  }
  .name {
    color: #212D30;
    font-size: 1rem;
    width: 450px;
  }

  .position {
    font-size: 55px;
    color: #212D30;
    font-weight: 300;
    background: #9ECAD3;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.menu-text {
  display: none;
  padding: 15px;
}

/* Overrides */

.leaflet-control {
  z-index: 420 !important;
}

.loading-spinner{
  width:30px;
  height:30px;
  border:2px solid var(--bs-primary);
  border-radius:50%;
  border-top-color:#0001;
  display:inline-block;
  animation:loadingspinner .7s linear infinite;
}
@keyframes loadingspinner{
  0%{
    transform:rotate(0deg)
  }
  100%{
    transform:rotate(360deg)
  }
}


.filter {
  input[type='text'], input[type='number'] {
    height: 1.8rem;
    padding: 2px 10px;
  }

  .d-flex .btn-primary {
    height: 1.8rem;
    line-height: 1rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .with-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.vs__dropdown-toggle {
  border: 0;
}

.v-select.vs--searchable {
  border-radius: 3px;
}

.user-onboarding {
  .v-select.vs--searchable {
    border: 1px solid #ccc;
  }
}

.filter .vessel-type {
  background: rgba(0, 0, 0, 0.1);
}

.dataTables_filter input[type="search"] {
  border: 1px solid #aaa;
  outline: 0;
  border-radius: 3px;
  margin-left: 10px;
  padding-left: 3px;
  padding-right: 3px;
}

.filter-app {
  .fixed-left {
    user-select: none;
  }
}

.discoverer-body {
  .footer { display: none; }
  .bg-layer { background: url("/assets/bg-search-2-f6c99978.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }
  .filter-app { background: rgba(255,255,255,0.7); }
  .table td {
    background: white;
  }
  .table {
    border-radius: 4px;
  }
  .table th {
    background: #9ecad3;
    color: #252B50;
  }

}
.dt-search {
	text-align: right;
	margin-bottom: 1rem;

	label {
		margin-right: 0.25rem;
	}

	input {
		border: 1px solid #aaa;
	}
}

.svg-inline--fa {
	display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.dashboard-widgets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Define 3 columns */
  gap: 10px;
}

.dt-length {
  display: none;
}

.dt-search {
  margin-bottom: 1rem;
}

.dt-paging-button {
  border: 1px solid #cdcdcd;
  margin-right: 0.25rem;
}

th.pvtRowLabel, th.pvtTotalLabel.pvtColTotalLabel {
  position: sticky;
  left: -1px;
}

#dataModalTable {
  font-size: 0.8rem;
}

.page-link {
  color: var(--bs-primary);
}

.active>.page-link, .page-link.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
