/* compiled by scssphp v0.0.12 on Wed, 10 Dec 2025 18:37:37 +0000 (0.0576s) */

.tab-pane.fade {
  transition: none !important; }

.tab-pane {
  display: block !important;
  height: auto !important; }

.tab-pane:not(.active) {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px; }

.standard-line-table, .standard-line-table th, .standard-line-table td {
  border: 1px solid #000;
  border-collapse: collapse; }

.standard-line-table th, .standard-line-table td {
  padding: 10px; }

a.comment-edit {
  background-color: #1f274c; }

a.comment-del {
  background-color: #ad0000; }

a.comment-edit:hover, a.comment-del:hover {
  background-color: #000 !important;
  color: #fff !important; }

.comments-section .comment-list li {
  background: #fff;
  border: none;
  border-radius: 15px;
  margin-bottom: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .comments-section .comment-list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }

.comment-list {
  list-style-type: none;
  padding: 0px; }

.comments-section {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto; }
  .comments-section .comments-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1f2937; }

.comment-body {
  font-size: 16px;
  line-height: 1.6;
  color: #1f2937;
  display: block;
  margin-bottom: 12px;
  padding: 15px; }

.comment-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  background-color: #d7d7d7;
  padding: 10px;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #ccc; }

.comment-meta {
  font-size: 12px;
  color: #6b7280; }

.badge.comment-type {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 600;
  background: #eef2ff;
  color: #3730a3;
  white-space: nowrap;
  text-transform: uppercase; }

.comment-edit, .comment-del {
  font-size: 12px !important;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-right: 2px;
  border-radius: 10px;
  padding: 5px 10px; }

.comment-form textarea {
  width: 100% !important;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  min-height: 80px;
  background-color: #fff; }

#comment_msg {
  display: none;
  margin: 10px 0;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46 !important;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 12px; }

.traffic-light .filtering .accordion-button {
  padding: 10px 10px 8px 10px;
  font-weight: bold;
  font-size: 14px; }
  .traffic-light #central-table {
    border-spacing: 0px;
    padding: 0px;
    background: none !important; }
    .traffic-light #central-table .center {
      text-align: center; }
    .traffic-light #central-table .mini_journey_status {
      background: #fff;
      color: #1f274c !important; }
    .traffic-light #central-table tr, .traffic-light #central-table tr td {
      background: none !important; }
    .traffic-light #central-table td:nth-child(1) {
      background: #1f274c !important;
      color: #fff; }
      .traffic-light #central-table td:nth-child(1) span {
        color: #fff; }

span.traffic {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  z-index: 99; }
  span.traffic:hover {
    cursor: pointer;
    outline: 2px solid #1f274c; }
  span.traffic.green {
    background-color: #a3d759; }
  span.traffic.amber {
    background-color: #ffbf00; }
  span.traffic.red {
    background-color: #dd050e; }
  span.traffic.purple {
    background-color: #4b0082; }

.ts_type {
  border-radius: 4px;
  padding: 3px 5px 2px 5px;
  background-color: #dd050e;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600; }
  .ts_type.block {
    display: block; }
  .ts_type.ata, .ts_type.atd {
    background-color: #a3d759; }
  .ts_type.pre {
    background-color: #ffbf00; }
  .ts_type.sim {
    background-color: #f7b56f; }

#tug-archive .block.feature {
  background-color: #1f274c;
  color: #fff;
  position: relative;
  padding: 30px 5px 50px; }
  #tug-archive .block.feature.extraBox {
    padding-bottom: 30px; }
  #tug-archive .block.feature h4 {
    color: #fff;
    padding-bottom: 4px; }
  #tug-archive .block.feature.extraBox span i {
    font-size: 65px;
    padding: 12px; }
  #tug-archive .block.feature h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px; }
  #tug-archive .block.feature.extraBox span {
    font-size: 20px; }
  #tug-archive #openModelHeatMap {
    cursor: pointer; }
  #tug-archive .heatmapTable th, #tug-archive .heatmapTable td {
    padding: 0px; }
  #tug-archive .heatmapTable span {
    display: inline-block;
    padding: 4px;
    width: 80px;
    text-align: center;
    font-weight: 900;
    font-size: 12px; }
  #tug-archive .heatmapTable thead span {
    display: block;
    padding: 10px 8px;
    width: initial;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    background-color: #1f274c; }
  #tug-archive #heatMapContent > table > thead > tr > th:nth-child(1) > span {
    border-radius: 5px 0px 0px 0px; }

#simulation #mainModal table {
  width: 100%;
  border-collapse: collapse; }
  #simulation #mainModal table tr th, #simulation #mainModal table tr td {
    border: 1px solid #000; }
    #simulation #mainModal table tr th {
      text-align: left; }
  #simulation #mainModal form input[type="date"], #simulation #mainModal form input[type="datetime-local"], #simulation #mainModal form input[type="number"], #simulation #mainModal form input[type="text"], #simulation #mainModal form select {
    border: 1px solid #81ad45;
    border-radius: 3px;
    width: 100%;
    height: 30px;
    padding-left: 5px; }
  #simulation #mainModal #modalLoader {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center; }
  #simulation #mainModal .spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite; }
  @keyframes spin {
    #simulation #mainModal to {
      transform: rotate(360deg); } }
  #simulation #simulation-form .top .actions {
    text-align: right; }
  #simulation #simulation-form .parent {
    position: relative;
    background: #eee; }
  #simulation #simulation-form .parent input[type="number"], #simulation #simulation-form .parent input[type="datetime-local"] {
    height: 24px;
    padding-left: 5px;
    border-radius: 4px;
    border: 1px solid #ccc; }
  #simulation #simulation-form .parent .actions {
    text-align: right; }
  #simulation #simulation-form .parent_minimal {
    padding-top: 0px;
    padding-bottom: 0px; }
  #simulation #simulation-form .minimal th, #simulation #simulation-form .minimal td {
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #ccc; }
    #simulation #simulation-form .minimal th label, #simulation #simulation-form .minimal td label {
      font-size: 12px;
      font-weight: bold; }
    #simulation #simulation-form .minimal th input[type="number"], #simulation #simulation-form .minimal td input[type="number"] {
      height: 24px;
      width: 50px;
      border-radius: 4px;
      border: 1px solid #ccc; }
    #simulation #simulation-form .minimal th input[type="number"]::-webkit-inner-spin-button, #simulation #simulation-form .minimal td input[type="number"]::-webkit-inner-spin-button, #simulation #simulation-form .minimal th input[type="number"]::-webkit-outer-spin-button, #simulation #simulation-form .minimal td input[type="number"]::-webkit-outer-spin-button {
      opacity: 1;
      pointer-events: auto; }
    #simulation #simulation-form .minimal th select, #simulation #simulation-form .minimal td select {
      height: 24px;
      width: 150px; }
  #simulation .filtering .filter_set {
    background: #ff6a46;
    color: #fff;
    border: 1px solid orange; }
  #simulation .timeline-scroll-wrapper {
    overflow-x: auto;
    width: 100%;
    position: relative; }
  #simulation .timeline-scroll-wrapper::-webkit-scrollbar {
    height: 30px; }
  #simulation .timeline-scroll-wrapper::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px; }
  #simulation .timeline-scroll-wrapper::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #1f274c;
    border-radius: 10px;
    border: 2px solid #eee; }
  #simulation .timeline-scroll-wrapper .mainSimulationTable {
    width: max-content; }
  #simulation .timeline-scroll-wrapper .mainSimulationTable th, #simulation .timeline-scroll-wrapper .mainSimulationTable td {
    white-space: nowrap; }
  #simulation .timeline-scroll-wrapper .mainSimulationTable tr.time th {
    position: sticky;
    top: 0;
    z-index: 3; }
  #simulation .mainSimulationTable .time th {
    font-size: 8px;
    padding: 0px 2px; }
  #simulation .mainSimulationTable .ships td {
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    overflow: hidden;
    font-size: 12px; }
  #simulation .mainSimulationTable .ships .vessel-box {
    background-color: #5f8575;
    color: white;
    position: relative;
    white-space: nowrap;
    padding-left: 8px;
    text-align: center;
    overflow: hidden; }
    #simulation .mainSimulationTable .ships .vessel-box .absolute-phase {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1; }
      #simulation .mainSimulationTable .ships .vessel-box .absolute-phase .phase.channel {
        height: 100%;
        float: left;
        background: #5f6bae; }
      #simulation .mainSimulationTable .ships .vessel-box .absolute-phase .phase.approach {
        height: 100%;
        float: left;
        background: #9f6bae; }
      #simulation .mainSimulationTable .ships .vessel-box .absolute-phase .phase.berth {
        height: 100%;
        float: left;
        background: transparent; }
      #simulation .mainSimulationTable .ships .vessel-box .absolute-phase .phase.pilotage_start {
        height: 100%;
        float: left;
        background: #ffc107; }
    #simulation .mainSimulationTable .ships .vessel-box .priorty {
      position: relative;
      z-index: 2; }
    #simulation .mainSimulationTable .ships .vessel-box.red {
      background-color: #dd050e !important; }
    #simulation .mainSimulationTable .ships .vessel-box.opacity_low {
      opacity: 0.5; }
    #simulation .mainSimulationTable .ships .vessel-box .title {
      cursor: pointer; }
      #simulation .mainSimulationTable .ships .vessel-box .title:hover {
        text-decoration: underline; }
    #simulation .mainSimulationTable .ships .vessel-box > * {
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }
  #simulation .mainSimulationTable tr th, #simulation .mainSimulationTable tr td {
    border: 1px solid #000;
    width: 1%;
    white-space: nowrap; }
  #simulation .mainSimulationTable .slider-container {
    text-align: center;
    width: 100%;
    padding: 10px 0; }
  #simulation .mainSimulationTable input[type="range"] {
    width: 100%;
    height: 10px;
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
    border-radius: 0;
    outline: none;
    position: relative; }
  #simulation .mainSimulationTable input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 200px;
    height: 50px;
    background: url('/simulation/port-constraints/icons/large-ship.svg') no-repeat center;
    background-size: contain;
    border: none;
    cursor: pointer;
    margin-top: -27px; }
  #simulation .mainSimulationTable input[type="range"]::-moz-range-thumb {
    width: 200px;
    height: 50px;
    background: url('/simulation/port-constraints/icons/large-ship.svg') no-repeat center;
    background-size: contain;
    border: none;
    cursor: pointer;
    margin-top: -27px; }
  #simulation .mainSimulationTable input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #81ad45 var(--progress), #ddd var(--progress));
    border-radius: 0; }
  #simulation .mainSimulationTable input[type="range"]::-moz-range-progress {
    background: #81ad45; }
  #simulation .mainSimulationTable input[type="range"]::-moz-range-track {
    width: 100%;
    height: 10px;
    background: #ddd;
    border-radius: 0; }
  #simulation .over-protect {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #333;
    opacity: 0.6; }
  #simulation .box {
    position: relative; }
  #simulation .box .actions {
    padding: 0px;
    text-align: center; }
  #simulation .box .actions button {
    padding: 3px 8px 2px 8px;
    font-size: 12px;
    margin-bottom: 10px; }
  #simulation .box .simulation_actions {
    display: block;
    width: 70px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 3px;
    list-style: none;
    padding: 0;
    margin: 0 auto; }
  #simulation .box .simulation_actions.wider {
    width: 100%;
    max-width: 170px; }
  #simulation .box .simulation_actions.global {
    display: block;
    width: 100%; }
  #simulation .box .simulation_actions li {
    position: relative;
    box-sizing: border-box;
    list-style-type: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    border: 1px solid #ccc;
    display: inline-block; }
    #simulation .box .simulation_actions li.a {
      background-color: #f33; }
    #simulation .box .simulation_actions li.b {
      background-color: #06c; }
    #simulation .box .simulation_actions li.c {
      background-color: #3c3; }
    #simulation .box .simulation_actions li.d {
      background-color: #fc0; }
    #simulation .box .simulation_actions li.e {
      background-color: #609; }
    #simulation .box .simulation_actions li.f {
      background-color: #c06; }
    #simulation .box .simulation_actions li.g {
      background-color: #099; }
    #simulation .box .simulation_actions li.h {
      background-color: #f60; }
    #simulation .box .simulation_actions li.i {
      background-color: #339; }
    #simulation .box .simulation_actions li.j {
      background-color: #c30; }
    #simulation .box .simulation_actions li.k {
      background-color: #063; }
    #simulation .box .simulation_actions li.l {
      background-color: #630; }
    #simulation .box .simulation_actions li.m {
      background-color: #90c; }
    #simulation .box .simulation_actions li.n {
      background-color: #399; }
    #simulation .box .simulation_actions li.o {
      background-color: #c03; }
    #simulation .box .simulation_actions li.p {
      background-color: #036; }
    #simulation .box .simulation_actions li span {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  #simulation .box .adjust_circles {
    display: flex !important;
    justify-content: center !important; }
  #simulation .filtering label {
    display: block;
    font-size: 12px;
    font-weight: bold; }
  #simulation .filtering input[type="number"] {
    height: 40px;
    padding-left: 10px; }
  #simulation .filtering button {
    height: 40px; }

.bg-green {
  background-color: #81ad45;
  font-weight: 800;
  color: #fff; }

.bg-orange {
  background-color: #ff6a46;
  font-weight: 800;
  color: #fff; }

.bg-red {
  background-color: #dd050e;
  font-weight: 800;
  color: #fff; }

.bg-grey {
  background-color: #848791;
  font-weight: 800;
  color: #fff; }

.global-pop-over {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px; }
  .global-pop-over i {
    color: #1f274c;
    font-size: 16px; }

.alerts .tables .pop-over {
  cursor: pointer;
  display: inline-block;
  float: right; }
  .alerts .tables .pop-over i {
    font-size: 18px; }
  .alerts .tables .close-alert {
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    float: right; }
  .alerts .tables .close-alert i {
    font-size: 18px; }

.table-timeline tr.accordion-row {
  background-color: #eee; }
  .table-timeline tr.accordion-row td {
    border: none; }

.single_journey_info th {
  padding: 3px 12px 1px 12px; }
  .single_journey_info td {
    padding: 6px 12px 6px 12px; }

.main-carousel .carousel-cell {
  width: 100%;
  min-width: 345px; }

.flickity-viewport {
  width: 100%; }

.pl-0 {
  padding-left: 0px !important; }

span.status-border {
  width: 100%;
  background: #ddd;
  font-weight: bold;
  padding: 10px 15px 9px 15px;
  display: inline-block;
  border-radius: 4px;
  color: #1f274c;
  font-size: 15px; }
  span.status-border small {
    display: inline-block;
    font-weight: 600; }

span.highlight {
  background: #ddd;
  font-weight: bold;
  padding: 3px 15px 2px 9px;
  display: block;
  border-radius: 4px;
  color: #1f274c;
  font-size: 12px; }

table.board-style {
  background: #1f274c; }
  table.board-style tr th {
    color: #a3d759; }
  table.board-style tr td {
    color: #fff; }
  table.information {
    width: 100%; }
  table.date-section {
    background: #eee; }
  table.date-section th {
    text-align: center;
    padding: 10px 0px 5px 0px; }
  table.date-section td {
    text-align: center;
    padding: 10px 0px 5px 0px; }
  table.timeline {
    width: 100%;
    margin-top: 20px; }
  table.timeline th, table.timeline td {
    padding: 2px 0px 2px 0px; }

.single-journey span.grey-feature {
  width: 100%;
  background: #ddd;
  font-weight: bold;
  padding: 4px 5px 3px 5px;
  display: inline-block;
  border-radius: 4px;
  color: #1f274c;
  font-size: 12px; }
  .single-journey .actions label {
    display: block;
    font-size: 13px;
    font-weight: bold; }
  .single-journey #show_journey_info {
    margin-top: 20px; }
  .single-journey #hide_additional_information {
    display: none; }
  .single-journey .nav-pills {
    margin: 0px; }
  .single-journey .nav-pills li a {
    font-size: 14px; }
  .single-journey .nav-pills.mini {
    border: 1px solid #ddd;
    padding: 12px 10px 11px 10px;
    border-radius: 7px; }
  .single-journey .nav-pills.mini a {
    padding: 4px 0px; }

h2.standard {
  font-weight: bold;
  margin: 0;
  font-size: 16px; }

.italic {
  font-style: italic; }

.grid-box {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }
  .grid-box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #a3d759;
    margin-bottom: 3px;
    border: 1px solid #1f274c; }
  .grid-box li.details {
    display: block;
    background: #fff;
    padding: 30px 40px; }
  .grid-box li span.left {
    display: block;
    height: 40px;
    width: 80px;
    background: #1f274c;
    color: #a3d759;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center; }
  .grid-box li span.right {
    display: block;
    height: 40px;
    width: 80px;
    background: #1f274c;
    color: #a3d759;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center; }
  .grid-box li p {
    font-weight: 600;
    color: #1f274c;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: end; }
  .grid-box li.red {
    background: #dd050e; }
  .grid-box li.red p {
    color: #fff; }
  .grid-box li.orange {
    background: #ff6a46; }
  .grid-box li.orange p {
    color: #fff; }

a {
  text-decoration: none;
  color: inherit; }

.block {
  padding: 24px 30px 20px 30px; }

button.swal2-cancel.btn.btn-danger {
  margin-right: 10px; }

.macro-view .alert_overlay {
  position: absolute;
  z-index: 999;
  top: 35px;
  right: 57px;
  max-width: 450px;
  min-width: 450px; }
  .macro-view .alert_overlay .alert_close {
    position: absolute;
    width: 50px;
    height: 24px;
    top: -23px;
    right: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    background: #1f274b;
    color: #fff;
    cursor: pointer; }
  .macro-view .alert_overlay .contentHolder {
    opacity: 0.6; }
  .macro-view .alert_overlay .contentHolder h2 {
    background-color: #1f274c;
    color: #fff;
    text-align: center;
    padding: 10px 0px 8px;
    border-radius: 5px; }
  .macro-view .alert_overlay .contentHolder h2#alertBoxTitle span {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    float: right;
    background: #1f274b;
    padding: 6px 12px;
    border-radius: 2px; }
  .macro-view .alert_overlay .contentHolder holder {
    font-size: 15px;
    background-color: #eee;
    margin: 0px 13px;
    /* line-height: 22px; */
    padding: 13px;
    width: 94% !important; }
  .macro-view .alert_overlay .block h4 {
    font-size: 18px;
    margin-bottom: 0px; }
  .macro-view .alert_overlay .block small {
    font-size: 12px;
    line-height: 17px;
    display: block;
    margin-top: 5px; }
  .macro-view .alert_overlay .block span {
    font-size: 20px;
    display: block;
    margin-top: 8px; }
  .macro-view .alert_overlay .block br {
    display: none; }
  .macro-view .alert_overlay .block.blue span {
    font-size: 12px; }
  .macro-view .alert_overlay .block.eta svg {
    width: 35px !important;
    margin-bottom: 17px; }
  .macro-view .alert_overlay .alerts .box .alert {
    max-height: 340px; }

.login-page .login-box a {
  font-size: 12px;
  color: #333; }
  .login-page .login-box img.logo {
    width: 130px; }

@media (max-width: 900px) {
  .login-page {
    padding-top: 40px;
    padding-bottom: 0px;
    height: 100% !important; }
    .login-page h1 {
      font-size: 2em; }
    .login-page .login-foot {
      position: relative !important;
      color: #fff;
      top: 0 !important;
      bottom: 0 !important;
      margin-top: 20px; } }

.button-holder-box {
  margin-right: 10px; }
  .button-holder-box h6 {
    margin: 0px;
    font-size: 12px;
    margin-bottom: 4px; }
  .button-holder-box button {
    background: #1f274c;
    color: #fff;
    border: none;
    display: inline-block;
    padding: 8px 30px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer; }
  .button-holder-box button:hover {
    background: #394370; }
  .button-holder-box button.selected {
    background: #81ad45; }

.form_button {
  background: #1f274c;
  padding: 5px 62px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid transparent; }

#map {
  display: block;
  width: 100%;
  height: 400px; }

.openModalPredictive {
  cursor: pointer; }

.modal {
  padding: 30px !important;
  --bs-modal-width: 100% !important; }
  .modal #chartContainerSmall {
    height: 70vh;
    width: 100%;
    text-align: center; }
  .modal .modal-title {
    font-size: 21px;
    font-weight: bold; }
  .modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
  .modal .modal-dialog.square {
    min-width: 500px;
    width: fit-content;
    height: initial !important;
    margin: auto !important; }
  .modal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0; }
  .modal .close {
    background: #12182f;
    color: #fff;
    padding: 0px 11px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    font-size: 26px;
    font-family: 'Avenir', sans-serif;
    border: 1px solid transparent; }

.overlayWhite {
  z-index: 99999;
  background: #fff;
  position: absolute;
  width: 100px;
  height: 30px;
  bottom: 0;
  left: 0; }

.multi-block {
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  border-radius: 4px; }
  .multi-block h4 {
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    padding: 20px; }
  .multi-block .holder {
    display: flex; }
  .multi-block .holder .hold {
    min-height: 95px;
    padding: 10px;
    width: 33.33%;
    border: 1px solid #ddd;
    background: #1f274c; }
  .multi-block .holder .hold .text {
    color: #fff;
    display: block;
    font-size: 12px; }
  .multi-block .holder .hold .number {
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #a3d759; }
  .multi-block .holder .hold a {
    color: #fff;
    font-size: 12px;
    display: block; }
  .multi-block .holder .hold.red {
    background: #dd050e; }
    .multi-block .holder .hold.red .number {
      color: #fff; }

section .dashboard .make_scroll {
  max-height: 286px;
  overflow: auto; }
  section .dashboard h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #444; }
  section.content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 46px;
    background-color: #eee;
    min-height: calc(100vh - 82px);
    overflow: hidden; }
  section.content .content-box {
    min-height: 60vh;
    padding-right: 30px; }
  section.content .content-box h1 {
    font-size: 28px; }
  section.content.no-bg {
    background-color: transparent; }
  section.settings .block i {
    font-size: 40px; }
  section.billing .right .main-title {
    color: #81ad44;
    font-weight: bold;
    font-size: 2em; }
    section.billing .right .main-title .blur-text {
      color: transparent !important;
      text-shadow: 0 0 10px #81ad44 !important; }
  section.billing .right .previous-bills .price {
    color: transparent !important;
    text-shadow: 0 0 8px #81ad44 !important; }

.eta_block circle {
  display: none !important; }
  .eta_block.eta_green circle#Green {
    display: block !important;
    fill: #a3d759 !important; }
  .eta_block.eta_amber circle#Amber {
    display: block !important;
    fill: #ff6a46 !important; }
  .eta_block.eta_red circle#Red {
    display: block !important;
    fill: #dd050e !important; }

.constraints-single .tables.holder .parent th {
  background: #a3d759; }
  .constraints-single .tables.holder .parent td {
    font-weight: bold; }
  .constraints-single .tables.holder.child {
    margin-bottom: 50px; }
  .constraints-single .tables.holder.child th {
    background: #848791;
    color: #fff; }
  .constraints-single .tables.holder.child td {
    background: #848791;
    color: #fff; }

#simulation .mainSimulationTable .ships td[rowspan="2"].vessel-box:hover {
  z-index: 99; }

#simulation .mainSimulationTable .ships td[rowspan="2"].vessel-box:hover .absolute-phase {
  border: 1px solid #eee; }

#simulation .mainSimulationTable .ships td[rowspan="2"].vessel-box:hover .absolute-phase .priorty {
  z-index: 999; }

.tapenable {
  cursor: pointer; }

img {
  max-width: 100%; }

.header-top .logo {
  width: 50%; }
  .header-top .logo img {
    display: inline-block;
    max-height: 43px; }
  .header-top .logo img.customerlogo {
    border-left: 1px dashed #fff;
    margin-left: 10px;
    padding-left: 10px; }
  .header-top .logo img.entopylogo {
    max-height: 48px; }

.bg-title {
  overflow: hidden;
  padding: 0px 0px 10px;
  margin-bottom: 15px; }
  .bg-title .breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    float: right;
    padding: 0;
    margin-top: 8px;
    font-size: 14px;
    margin-right: 15px; }
  .bg-title .breadcrumb a {
    color: rgba(31, 39, 76, 0.5);
    text-decoration: none; }
  .bg-title .breadcrumb a:hover {
    color: #1f274c; }

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 0px 0 6px;
  color: #ccc; }

.white-box {
  background: #fff;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden; }
  .white-box h2 {
    color: #2b2b2b;
    margin: 10px 0;
    font-weight: 300;
    line-height: 36px;
    font-size: 18px; }
  .white-box .preloader {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5000; }
  .white-box .preloader svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #293467; }

.nav-link {
  color: #293467; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px; }

select.form-control:not([size]):not([multiple]) {
  height: calc(3.85rem); }

.datepicker td, .datepicker th, .table-condensed td, .table-condensed th {
  padding: 5px; }

table tr td, table tr th {
  font-size: 13px; }

.sidebar ul.parent {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.daterangepicker.dropdown-menu {
  z-index: 99999; }

.tab-content g > path:nth-child(1) {
  fill: #fff !important; }
  .tab-content g:hover > path:nth-child(1) {
    fill: #9ec655 !important; }
  .tab-content g#uuid-6a5647c0-5eec-430f-b969-705ca6d4d6c0:hover > path:nth-child(1) {
    fill: #fff !important; }

.gm-style-cc {
  display: none; }

i.lowdata {
  cursor: pointer; }

.fullScreenToggle {
  text-align: right;
  transition: all 0.5s ease; }
  .fullScreenToggle i:hover {
    cursor: pointer;
    color: #81ad45; }

.showFullScreen {
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

@media (max-width: 1430px) {
  .sidebar {
    position: absolute !important;
    top: -40px;
    min-width: initial;
    width: 100%; }

  .sidebar .user .name_holder a, .sidebar .settings .name_holder a {
    font-size: 14px; }

  .sidebar ul.parent li a {
    font-size: 16px; }

  .block {
    overflow: auto; }

  .sidebar .user, .sidebar .settings {
    padding: 19px 10px 14px 30px; } }

.fullPreloader {
  position: absolute;
  top: -47px;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #d3d3d3;
  z-index: 10; }
  .fullPreloader img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

span.mini_journey_status {
  font-size: 13px;
  background-color: #1f274c;
  padding: 8px 10px 6px 10px;
  border-radius: 4px;
  color: #fff;
  display: block;
  width: fit-content;
  text-align: left;
  font-weight: 600; }
  span.mini_journey_status small {
    font-size: 10px; }

span.imo {
  display: block;
  font-size: 12px;
  color: #000; }

span.nextPortInfo {
  font-size: 12px;
  display: block; }

span.nextPortInfo span {
  display: block; }

rect#Rectangle_1510 {
  width: 100%; }

.insetshadow svg {
  width: 120vw; }

.responsive {
  display: none; }

@media (max-width: 978px) {
  .responsive {
    display: block; }

  .fullWidth {
    width: 100%; }

  .sidebar {
    position: relative !important;
    min-height: inherit; }
    .sidebar .sidebar_holder {
      padding-top: 15px;
      margin-bottom: 15px;
      display: none; }
    .sidebar .user {
      margin-bottom: 0px !important; }
    .sidebar .settings {
      position: relative !important; }

  .content-box {
    padding-right: calc(var(--bs-gutter-x) * .5) !important; }

  .weather-box .weather_holder.first {
    border-right: none !important;
    border-bottom: 1px solid #848791;
    padding-bottom: 24px; }

  .button-holder-box button {
    padding: 8px 18px; } }

#tug-archive .dashboard-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between; }
  #tug-archive .card {
    color: white;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
  #tug-archive .card:hover, #tug-archive .card:active {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    background-color: #2a2a5a; }
  #tug-archive .card .header {
    background-color: #1e1e42;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 0; }
  #tug-archive .card .header span {
    font-size: 12px;
    display: block; }
  #tug-archive .card .cont {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  #tug-archive .card .cont .wrap {
    text-align: center; }
  #tug-archive .card .status {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px; }
  #tug-archive .card .time {
    font-size: 45px;
    font-weight: bold; }
  #tug-archive .card.active {
    background-color: #81ad45;
    border: 2px solid #1e1e42; }
  #tug-archive .card.idle {
    background-color: #e91e1e;
    border: 2px solid #1e1e42; }
  #tug-archive .date-rnge {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc; }
  #tug-archive #chartContainerWrapper {
    height: 350px;
    width: 100%;
    text-align: center;
    /* Responsive Adjustments */ }
  #tug-archive #chartContainerWrapper #chartContainer {
    height: 97% !important;
    overflow: hidden; }
  @media (max-width: 768px) {
  #tug-archive .dashboard-cards {
    justify-content: center; }
  #tug-archive .card {
    flex: 1 1 100%;
    max-width: 100%; } }
  #tug-archive .table-custom {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
  #tug-archive .table-custom th, #tug-archive .table-custom td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left; }
  #tug-archive .table-custom th {
    background-color: #1e1e42;
    color: white;
    font-weight: bold; }
  #tug-archive .table-custom td {
    color: #333; }
  #tug-archive .table-custom .status-alert {
    color: red;
    font-weight: bold; }
  #tug-archive .status-bar-red {
    width: 100%;
    max-width: 100%;
    height: 15px;
    background-color: red;
    margin: 0 auto; }
  #tug-archive .status-bar-green {
    width: 100%;
    max-width: 100%;
    height: 15px;
    background-color: #81ad45;
    margin: 0 auto; }
  #tug-archive #chartContainer {
    height: 300px;
    width: 100%; }

#vts .main-carousel .carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  display: block; }
  #vts .head-title {
    font-weight: bold;
    font-size: 16px; }
  #vts .title {
    text-align: left;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px !important; }
  #vts .box {
    padding: 0;
    text-align: center;
    flex: 1; }
  #vts .box .sclheight:nth-child(1), #vts .box .status:nth-child(1) {
    border-bottom: none !important; }
  #vts .status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1f274c;
    border: 2px solid #fff !important; }
  #vts .status:last-child {
    border-bottom: none; }
  #vts .status2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1f274c;
    border: 2px solid #fff !important; }
  #vts .status2 div {
    width: 25%; }
  #vts .status2 .lab {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    height: 32px; }
  #vts .status2 .val {
    text-align: center;
    background-color: #1f274c;
    font-size: 16px;
    font-weight: bold;
    color: #a3d759; }
  #vts .sclheight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    background-color: #1f274c;
    border: 2px solid #fff; }
  #vts .label {
    flex: 1;
    text-align: center;
    padding: 15px 5px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    height: 100%; }
  #vts .labelnxtrow {
    flex: 1;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    height: 32px; }
  #vts .value {
    flex: 2;
    text-align: center;
    background-color: #1f274c;
    font-size: 16px;
    font-weight: bold;
    color: #a3d759; }
  #vts .eta {
    background-color: #dd050e; }
  #vts .ata, #vts .act {
    background-color: #a3d759; }
  #vts .pre {
    background-color: #ffbf00; }
  #vts .svt {
    background-color: #ff5722; }
  #vts .header-items {
    display: flex;
    gap: 10px;
    justify-content: center;
    max-width: 75%; }
  #vts .header-grid {
    display: grid;
    flex: 1;
    text-align: center;
    background-color: #1f274c;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 16px;
    color: #fff; }
  #vts .adjst {
    margin-top: 35px; }
  #vts .showFullscreen {
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 40px;
    height: 100%; }
  #vts .fullScreenToggle {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 10000; }
  @media (max-width: 990px) {
  #vts .header-items {
    max-width: 100%;
    justify-content: space-between;
    margin: 0 10px; } }

#vtsnew #main-carousel {
  font-family: 'Arial';
  font-weight: normal !important;
  line-height: normal !important; }
  #vtsnew .white-box {
    background-color: #042444 !important;
    box-shadow: none !important; }
  #vtsnew .data-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    background-color: #042444;
    /* Outer border */
    border: 1px solid #dac31c; }
  #vtsnew .data-table th, #vtsnew .data-table td {
    border: none;
    padding: 5px;
    text-align: left;
    width: 10%;
    height: 23px !important; }
  #vtsnew .data-table tbody tr {
    /* Light separator between rows */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  #vtsnew .data-table tbody tr:last-child {
    /* Removes the last row border */
    border-bottom: none; }
  #vtsnew .main-title {
    font-size: 20px !important;
    text-align: left;
    font-weight: normal;
    color: #fff !important; }
  #vtsnew .title th {
    width: 5%;
    background-color: #dac31c !important;
    text-align: left;
    font-size: 20px !important;
    color: #042444;
    font-weight: bold;
    display: table-cell;
    vertical-align: inherit; }
  #vtsnew .wdjust th {
    width: 25%; }
  #vtsnew .wdjust1 {
    width: 17% !important; }
  #vtsnew .wdjust2 {
    width: 5% !important;
    color: #fff !important; }
  #vtsnew .label {
    font-weight: normal;
    padding: 0px;
    font-size: 20px !important;
    color: #dac31c; }
  #vtsnew .value {
    font-size: 20px !important;
    font-weight: normal;
    color: #fff;
    text-align: center !important; }
  #vtsnew .valuealerts {
    font-size: 20px !important;
    font-weight: normal;
    color: #fff;
    text-align: left !important; }
  #vtsnew .fullscreen-bg {
    color: #042444 !important;
    transition: background-color 0.3s ease-in-out; }
  #vtsnew .header-items {
    display: flex;
    gap: 10px;
    max-width: 75%; }
  #vtsnew .header-grid {
    display: grid;
    flex: 1;
    text-align: center;
    background-color: #042444;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 20px;
    color: #fff; }
  #vtsnew .fullScreenToggle {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 10000; }
  #vtsnew .showFullscreen {
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #042444; }
  #vtsnew .hide-title {
    display: none !important; }
  #vtsnew .white-icon {
    color: #fff !important;
    /* Responsive Design for smaller screens */ }
  @media (max-width: 990px) {
  #vtsnew .header-items {
    max-width: 100%;
    justify-content: space-between;
    margin: 0 10px; } }

#central-hub .td-stage-complete {
  position: relative; }
  #central-hub .td-stage-complete::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f2f2f2;
    background-size: 40px 100%;
    animation: moveStripes 1.5s linear infinite; }
  #central-hub .td-stage-complete span.traffic {
    background: #a3d759; }
  #central-hub .traffic-light.fullscreen {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    overflow: auto; }
  #central-hub .box.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9999;
    overflow: auto; }
  #central-hub .fullScreenToggle {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
    color: #333; }
  #central-hub .box.fullscreen .fullScreenToggle {
    position: fixed !important;
    top: 3px !important;
    right: 10px !important;
    margin: 0 !important;
    padding: 5px !important;
    z-index: 10001; }
  #central-hub .white-icon {
    color: white !important; }
  #central-hub .hide-title {
    display: none !important; }
  #central-hub .adjust-table {
    padding-top: 20px !important; }
  #central-hub #central-table {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none !important; }
  #central-hub .box.fullscreen .modal-content {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5) !important; }
  #central-hub.dark .fullscreen .fullScreenToggle a, #central-hub.dark .fullscreen .fullScreenToggle i {
    color: #fff !important; }
  #central-hub.dark .box {
    background-color: #1f274c !important; }
  #central-hub.dark .box .accordion-item {
    border: none; }
    #central-hub.dark .box .accordion-item .accordion-button {
      background: #333;
      color: #fff; }
  #central-hub.dark .box table#central-table td, #central-hub.dark .box table#central-table th {
    color: #fff; }
    #central-hub.dark .box table#central-table td.td-stage-complete::after, #central-hub.dark .box table#central-table th.td-stage-complete::after {
      background-color: #2f3b70; }

#header-top .notification-wrapper {
  position: relative;
  display: inline-block; }
  #header-top .notification-wrapper:hover #notificationBox {
    display: block; }
  #header-top .notification-btn {
    position: relative;
    top: 3px;
    border: none;
    background: none;
    padding: 15px 20px;
    cursor: pointer; }
  #header-top .notifspan {
    position: absolute;
    top: 8px;
    right: 18px;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%; }
  #header-top #notificationBox {
    display: none;
    position: absolute;
    top: 45px;
    right: -5px;
    background: #fff;
    color: #333;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 12px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    width: 400px;
    z-index: 99999; }
  #header-top #notificationBox::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1)); }
  #header-top #notificationBox strong {
    display: block;
    margin-left: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333; }
  #header-top #notificationBox .notification-content div {
    background: #f9fafb;
    border-radius: 8px;
    padding: 10px 12px !important;
    margin-bottom: 10px;
    border-left: 4px; }
  #header-top #notificationBox .notification-content div:hover {
    background: #f1f3f4; }
  #header-top #notificationBox .notification-content {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 8px;
    max-height: none;
    overflow-y: visible; }
  #header-top #notificationBox .notification-content.scrollable {
    max-height: 200px;
    overflow-y: auto; }

#dep-reports .departure-list {
  padding: 5px;
  max-height: calc(100vh - 200px);
  overflow-y: auto; }
  #dep-reports .departure-item {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff; }
  #dep-reports .departure-header {
    background: #1f274c;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  #dep-reports .departure-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px; }
  #dep-reports .departure-table th, #dep-reports .departure-table td {
    border: 1px solid #dcdcdc;
    padding: 8px 12px;
    vertical-align: middle; }
  #dep-reports .departure-table th {
    background: #f2f2f2;
    font-weight: 400; }
  #dep-reports .alert-box {
    margin: 0;
    border: 1px solid #bcdcff;
    border-radius: 0 0 4px 4px;
    overflow: hidden; }
  #dep-reports .alert-header {
    background: #cfe2ff;
    color: #036;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    border-top: 1px solid #bcdcff;
    position: relative; }
  #dep-reports .alert-header::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #036;
    transition: transform 0.3s ease; }
  #dep-reports .alert-header.active::after {
    transform: translateY(-50%) rotate(180deg); }
  #dep-reports .alert-content {
    display: none;
    background: #fff; }
  #dep-reports .alert-content.active {
    display: block; }
  #dep-reports .alert-table {
    width: 100%;
    border-collapse: collapse; }
  #dep-reports .alert-table th, #dep-reports .alert-table td {
    border: 1px solid #dcdcdc;
    padding: 8px 12px;
    font-size: 13px; }
  #dep-reports .alert-table th {
    background: #e9f3ff;
    font-weight: 600; }
  #dep-reports .alert-table tr:nth-child(even) td {
    background: #f8fbff; }
  #dep-reports .loading-spinner {
    text-align: center;
    padding: 20px;
    display: none;
    color: #555; }

#sunk-heatmap .heatmapTable {
  width: 100%;
  border-collapse: collapse; }

#sunk-heatmap .heatmapTable th, #sunk-heatmap .heatmapTable td {
  padding: 0;
  border-bottom: 1px solid #eee; }

#sunk-heatmap .heatmapTable thead span {
  display: block;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #1f274c; }

#sunk-heatmap .heatmapTable thead th:first-child span {
  border-radius: 5px 0 0 0; }

#sunk-heatmap .heatmapTable td div {
  font-size: 12px;
  color: #333; }

#sunk-heatmap .heatmapTable span.value-box {
  display: inline-block;
  width: 80px;
  padding: 4px;
  background-color: #ccc;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  color: #000;
  border-radius: 3px; }

#fireModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#fireModal .modal-header .buttons {
  display: flex;
  align-items: center;
  gap: 15px; }

#fireModal .modal-header .date-wrapper {
  display: flex;
  flex-direction: column; }

#fireModal #sunkDate {
  width: 160px;
  padding: 6px 8px;
  font-size: 14px; }
