/* compiled by scssphp v0.0.12 on Sat, 01 Aug 2026 12:13:48 +0000 (0.2048s) */

/* Variables */
.sidebar {
  top: 118px !important; }

body .content-box {
  flex: 0 0 auto;
  width: 100%; }

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  color: #fff;
  font-size: 16px; }

.info-boxes .info-wrap {
  border: 1px solid #a3d759;
  border-radius: 5px;
  padding: 5px;
  text-align: center; }
  .info-boxes .info-wrap.green {
    border-color: #a3d759; }
  .info-boxes .info-wrap.amber {
    border-color: #ffbf00; }
  .info-boxes .info-wrap.orange {
    border-color: #fb8c00; }
  .info-boxes .info-wrap.red {
    border-color: #dd050e; }
  .info-boxes .info-wrap .info-title {
    display: block;
    font-size: 11px;
    text-transform: uppercase; }
  .info-boxes .info-wrap .info-content {
    font-size: 15px;
    font-weight: bold;
    color: #fff; }

.modal-table {
  width: 100%; }

.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: #fff; }
  .comments-section #comment_text {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }

.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.orange {
    background-color: #fb8c00; }
  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.na {
    background-color: #999; }
  .ts_type.test {
    background-color: #4b0082; }
  .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 #fff; }
    #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: #fb8c00;
    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: #fb8c00;
  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: #fb8c00; }
  .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;
  color: #fff; }
  .modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6 {
    color: #fff; }
  .modal #chartContainerSmall {
    height: 70vh;
    width: 100%;
    text-align: center; }
  .modal .modal-title {
    font-size: 21px;
    font-weight: bold;
    color: #fff !important; }
  .modal .btn-close {
    background-color: #fff !important; }
  .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 {
    background-color: #1f274c;
    color: #fff;
    height: auto;
    min-height: 100%;
    border-radius: 0; }
  .modal .modal-content table tr td, .modal .modal-content table tr th {
    border-color: #fff; }
  .modal .alert {
    border: none; }
  .modal .alert.green {
    background-color: #a3d759; }
  .modal .alert.amber {
    background-color: #ffbf00; }
  .modal .alert.orange {
    background-color: #fb8c00;
    color: #fff; }
  .modal .alert.red {
    background-color: #dd050e;
    color: #fff; }
  .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; }
  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: #fb8c00 !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 .user .name_holder a, .sidebar .settings .name_holder a {
    font-size: 14px; }

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

  .block {
    overflow: auto; } }

.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: 43px;
    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 {
  /* Header  */ }
  #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 .header-top {
  min-height: 67px;
  display: flex;
  align-items: stretch; }

.headertop-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 67px;
  justify-content: flex-start;
  gap: 15px;
  padding: 8px 16px 8px 10px;
  box-sizing: border-box; }
  .headertop-wrapper .cta {
    margin-left: auto !important; }
  .headertop-wrapper .header-actions {
    position: relative;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-height: 51px;
    flex-shrink: 0; }
  .headertop-wrapper .logo {
    width: auto;
    margin: 0 !important;
    flex-shrink: 0 !important; }
  .headertop-wrapper .logo img.entopylogo {
    height: 45px !important;
    width: auto !important; }

.menu_burger {
  position: relative;
  align-self: stretch;
  align-content: center;
  align-items: center;
  display: flex;
  padding: 8px 10px 3px 12px;
  margin-right: 10px;
  border-radius: 0;
  width: auto;
  background: none;
  border: none; }

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 25px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

#nav-icon4 span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  #nav-icon4 span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon4 span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

.sidebar {
  margin-top: 0 !important;
  top: 97px !important;
  left: -20vw;
  transition: left 0.3s ease; }
  .sidebar.visible {
    left: 0;
    z-index: 400; }
  .sidebar.no-transition {
    transition: none !important; }

.content-box.visible {
  width: 83%;
  position: relative; }

.insetshadow svg {
  display: none; }

#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;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1; }
  #header-top .notification-btn .fa-fire, #header-top .notification-btn .fa-bell {
    font-size: 20px; }
  #header-top .notifspan {
    position: absolute;
    top: 4px;
    right: 12px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dd050e;
    border: 1px solid #1f274c;
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap; }
  #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;
    max-width: calc(100vw - 24px);
    z-index: 99999; }
  #header-top #notificationBox.is-visible {
    display: block; }
  #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 .notification-content {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 8px;
    max-height: none;
    overflow-y: visible; }
  #header-top .notification-content.scrollable {
    max-height: 200px;
    overflow-y: auto; }
  #header-top .notification-content-row {
    background: #f9fafb;
    border-bottom: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 12px !important;
    margin-bottom: 10px; }
  #header-top .notification-content-row:hover {
    background: #f1f3f4; }

html.ai-app-store-layer-fix #header-top {
  position: relative;
  z-index: 2147483000 !important; }
  html.ai-app-store-layer-fix #header-top .headertop-wrapper, html.ai-app-store-layer-fix #header-top .header-actions, html.ai-app-store-layer-fix #header-top .notification-wrapper {
    position: relative;
    z-index: 2147483000 !important; }
  html.ai-app-store-layer-fix #header-top #notificationBox {
    z-index: 2147483001 !important; }
  html.ai-app-store-layer-fix .content-box, html.ai-app-store-layer-fix .content-box.visible, html.ai-app-store-layer-fix .ai-app-store-page, html.ai-app-store-layer-fix .ai-app-store-page .ai-app-store__shell, html.ai-app-store-layer-fix .ai-app-store-page .ai-app-store__header, html.ai-app-store-layer-fix .ai-app-store-page .ai-app-store__header-actions, html.ai-app-store-layer-fix .ai-app-store-page .ai-app-store__primary-btn {
    z-index: auto !important; }

@media (max-width: 978px) {
  .sidebar:not(.visible) {
    left: -100vw !important;
    position: fixed !important;
    top: 55px !important; }
    .sidebar.visible {
      display: block !important;
      position: fixed !important;
      left: 0 !important;
      top: 0 !important;
      width: 80vw !important;
      height: calc(100vh - 55px) !important;
      z-index: 9999 !important;
      overflow-y: auto !important;
      background-color: #1f274d !important;
      transition: left 0.3s ease !important; }
      .sidebar.visible .sidebar_holder, .sidebar.visible .bottom_sidebar {
        display: block !important;
        background-color: #1f274d !important; }
      .sidebar.visible .sidebar_holder {
        padding-top: 0 !important;
        margin-bottom: 0 !important; }
      .sidebar.visible .menu_row, .sidebar.visible .child {
        background-color: #1f274d !important;
        border-color: rgba(255, 255, 255, 0.1) !important; }
      .sidebar.visible .menu_row a, .sidebar.visible .menu_row span, .sidebar.visible .child a, .sidebar.visible .name_holder a {
        color: #fff !important;
        font-size: 14px !important;
        border-left: none !important;
        box-shadow: none !important;
        background-color: transparent !important; }
      .sidebar.visible .menu_row a {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 10px 15px !important; }
        .sidebar.visible .menu_row a.active {
          background-color: rgba(255, 255, 255, 0.1) !important;
          border-left: 3px solid #81ad45 !important; }
      .sidebar.visible .user {
        display: flex !important;
        align-items: center !important;
        padding: 15px !important;
        color: #fff !important;
        background-color: #1f274d !important; }

  .content-box.visible {
    width: 100% !important; }

  .headertop-wrapper {
    padding: 8px 10px;
    gap: 8px; }
    .headertop-wrapper .cta {
      display: flex !important;
      align-items: center !important;
      gap: 5px !important;
      flex-shrink: 0; }
    .headertop-wrapper .notification-btn {
      padding: 5px 8px !important; }
      .headertop-wrapper .notification-btn .notifspan {
        top: -1px;
        right: 1px; }
    .headertop-wrapper .fa-fire, .headertop-wrapper .fa-bell {
      font-size: 16px !important; }
    .headertop-wrapper .logo img.entopylogo {
      height: 35px !important; }

  .cta.d-block.d-sm-none {
    display: none !important; } }

#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: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    border-top: 1px solid #bcdcff;
    position: relative;
    margin: 3px; }
  #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;
    width: calc(100% - 6px);
    margin: 3px; }
  #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: #fff; }

#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;
  /* HHA vessel journeys archive screen options */ }

.journey-screen-options {
  width: 100%; }

.journey-screen-options .accordion-item {
  background: transparent;
  border: 0; }

.journey-screen-options .accordion-header {
  display: flex;
  justify-content: flex-end; }

.journey-screen-options .accordion-button {
  width: 160px;
  padding: 9px 14px;
  margin-right: 12px;
  border: 1px solid #b8c0cc;
  border-radius: 3px !important;
  color: #1f274c !important;
  box-shadow: none;
  font-size: 13px;
  height: 38px; }

.journey-screen-options .accordion-button:not(.collapsed) {
  border-color: #1f274c;
  box-shadow: 0 0 0 1px #1f274c; }

.journey-screen-options .accordion-button::after {
  margin-left: 10px; }

.journey-screen-options .accordion-collapse {
  width: 100%; }

.journey-screen-options-panel {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 18px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #c3c4c7;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(31, 39, 76, .08);
  color: #1f274c; }

.journey-screen-options-panel h2 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700; }

.journey-screen-options-panel p {
  margin: 0 0 14px;
  color: #566070;
  font-size: 13px; }

.journey-screen-options-panel .form-check {
  margin: 0 22px 10px 0; }

.journey-screen-options-panel .form-check-label {
  font-size: 13px;
  color: #1f274c; }

.screen-options-grid {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.screen-options-group {
  padding: 14px 16px;
  border: 1px solid #e0e3e8;
  border-radius: 4px;
  background: #fbfcfd; }

.screen-options-group h3 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: #1f274c; }

.screen-options-group .form-check {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 210px;
  margin: 0 18px 8px 0;
  padding-left: 0;
  vertical-align: top; }

.screen-options-group .form-check-input {
  float: none;
  flex: 0 0 auto;
  margin: 0; }

.screen-options-group .form-check-label {
  line-height: 1.25;
  margin: 0;
  font-size: 13px;
  color: #1f274c; }

.journey-screen-options .screen-options-save {
  min-width: 120px;
  background: #1f274c;
  border-color: #1f274c;
  color: #fff !important; }

.screen-options-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px; }

.screen-options-actions button {
  order: 1; }

.journey-screen-options .screen-options-secondary {
  min-width: 70px;
  background: #fff;
  border: 1px solid #b8c0cc;
  color: #1f274c !important; }

.screen-options-save-message {
  order: 2;
  flex: 0 0 100%;
  min-height: 18px;
  margin-left: 0;
  font-size: 12px;
  color: #566070; }

.screen-options-save-message.success {
  color: #2f7d32; }

.screen-options-save-message.error {
  color: #b42318; }

.journey-table {
  overflow: hidden; }

#journey-table th, #journey-table td {
  white-space: nowrap; }

.journey-table .dataTables_scrollBody {
  overflow-x: auto !important; }

.journey-table.no-horizontal-scroll .dataTables_scrollBody {
  overflow-x: hidden !important; }

.journey-table.no-horizontal-scroll .dataTables_scrollHeadInner, .journey-table.no-horizontal-scroll .dataTables_scrollHeadInner table, .journey-table.no-horizontal-scroll .dataTables_scrollFootInner, .journey-table.no-horizontal-scroll .dataTables_scrollFootInner table, .journey-table.no-horizontal-scroll #journey-table {
  width: 100% !important;
  min-width: 100% !important; }

.journey-table .dataTables_filter input {
  width: 80% !important;
  /* HHA vessel journeys archive table */ }

#hha-vessel-journeys {
  /* HHA single journey page styles */ }
  #hha-vessel-journeys .journey-table {
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
  #hha-vessel-journeys .journey-table .dataTables_wrapper, #hha-vessel-journeys .journey-table .dataTables_scroll, #hha-vessel-journeys .journey-table .dataTables_scrollHead, #hha-vessel-journeys .journey-table .dataTables_scrollBody, #hha-vessel-journeys .journey-table .dataTables_scrollFoot {
    width: 100% !important;
    max-width: 100%; }
  #hha-vessel-journeys .journey-table .dataTables_scrollHead, #hha-vessel-journeys .journey-table .dataTables_scrollFoot {
    overflow: hidden; }
  #hha-vessel-journeys .journey-table .dataTables_scrollHeadInner table, #hha-vessel-journeys .journey-table .dataTables_scrollFootInner table, #hha-vessel-journeys .journey-table #journey-table {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    table-layout: auto; }
  #hha-vessel-journeys .journey-table .dataTables_scrollBody {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch; }
  #hha-vessel-journeys .journey-table.no-horizontal-scroll .dataTables_scrollBody {
    overflow-x: hidden !important; }
  #hha-vessel-journeys .journey-table.no-horizontal-scroll .dataTables_scrollHeadInner, #hha-vessel-journeys .journey-table.no-horizontal-scroll .dataTables_scrollHeadInner table, #hha-vessel-journeys .journey-table.no-horizontal-scroll .dataTables_scrollFootInner, #hha-vessel-journeys .journey-table.no-horizontal-scroll .dataTables_scrollFootInner table, #hha-vessel-journeys .journey-table.no-horizontal-scroll #journey-table {
    width: 100% !important;
    min-width: 100% !important; }
  #hha-vessel-journeys .journey-table th, #hha-vessel-journeys .journey-table td {
    white-space: nowrap;
    vertical-align: middle; }
  #hha-vessel-journeys .journey-table .dataTables_length, #hha-vessel-journeys .journey-table .dataTables_filter {
    margin-bottom: 16px; }
  #hha-vessel-journeys .journey-table .dataTables_filter {
    display: flex;
    justify-content: flex-end; }
  #hha-vessel-journeys .journey-table .dataTables_filter input {
    width: 90% !important;
    max-width: 430px; }
  #hha-vessel-journeys .journey-table .dataTables_info {
    padding-top: 16px; }
  @media (max-width: 767px) {
  #hha-vessel-journeys .journey-table .dataTables_length, #hha-vessel-journeys .journey-table .dataTables_filter, #hha-vessel-journeys .journey-table .dataTables_info, #hha-vessel-journeys .journey-table .dataTables_paginate {
    float: none;
    width: 100%;
    text-align: left; }
    #hha-vessel-journeys .journey-table .dataTables_filter {
      justify-content: flex-start; }
      #hha-vessel-journeys .journey-table .dataTables_filter input {
        width: 100% !important; }

    #hha-vessel-journeys .journey-table .dataTables_paginate {
      padding-top: 12px; } }

#map {
  height: 720px;
  width: 100%; }

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

#mainModal th, #mainModal td {
  padding: 5px; }

.single-journey .gray-outline {
  color: #333 !important; }

.single-journey .super-admin-options .btn.gray-outline {
  color: #fff !important; }

.single-journey #pills-comments #comments-section-body .comments-section .comment_text, .single-journey #pills-comments #comments-section-body .comments-section #comment_text {
  color: #111 !important;
  border: 1px solid #d8dde6 !important;
  background-color: #fff !important;
  box-shadow: none !important; }

.single-journey #pills-comments #comments-section-body .comments-section .comment_text:focus, .single-journey #pills-comments #comments-section-body .comments-section #comment_text:focus {
  border-color: #cfd6e2 !important;
  box-shadow: none !important;
  outline: none !important;
  /* Port view map filter */ }

#port-view-map .map-filter-control {
  position: absolute;
  top: 20px;
  right: 64px;
  z-index: 5;
  width: 184px;
  font-family: inherit; }
  #port-view-map .map-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(31, 39, 76, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
  #port-view-map .map-filter-toggle:hover, #port-view-map .map-filter-toggle:focus {
    background: rgba(255, 255, 255, 0.94);
    border-color: #fff;
    box-shadow: 0 12px 28px rgba(31, 39, 76, 0.22);
    outline: none; }
  #port-view-map .map-filter-chevron {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.2s ease; }
  #port-view-map .map-filter-menu {
    display: none;
    margin-top: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 32px rgba(31, 39, 76, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); }
  #port-view-map .map-filter-control.is-open .map-filter-chevron {
    transform: translateY(2px) rotate(225deg); }
  #port-view-map .map-filter-control.is-open .map-filter-menu {
    display: block; }
  #port-view-map .map-filter-option {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    margin: 0;
    padding: 7px 8px;
    border-radius: 4px;
    color: #1f274c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease; }
  #port-view-map .map-filter-option:hover {
    background: rgba(31, 39, 76, 0.07); }
  #port-view-map .map-filter-option input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #1f274c;
    cursor: pointer; }
  #port-view-map .map-filter-option span {
    overflow-wrap: anywhere; }
  @media (max-width: 576px) {
  #port-view-map .map-filter-control {
    top: 12px;
    right: 52px;
    left: 12px;
    width: auto;
    max-width: none; }
  #port-view-map .map-filter-toggle {
    min-height: 36px;
    font-size: 16px; }
  #port-view-map .map-filter-menu {
    max-height: 260px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; } }

.ai-app-store-page {
  background: #f4f6fa; }
  .ai-app-store-page .ai-app-store-menu-row {
    margin-top: 6px; }
  .ai-app-store-page .ai-app-store-menu-row > i {
    color: #a3d759; }
  .ai-app-store-page .ai-app-store-menu-row a.active {
    background: rgba(255, 255, 255, 0.1);
    border-left: 3px solid #81ad45;
    color: #fff !important;
    font-weight: 700; }
  .ai-app-store-page .ai-app-store__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 2px 0 4px; }
  .ai-app-store-page .ai-app-store__header h1 {
    margin-bottom: 0; }
  .ai-app-store-page .ai-app-store__header h1 span {
    display: block;
    margin-top: 4px;
    color: #848791;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45; }
  .ai-app-store-page .ai-app-store__header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap; }
  .ai-app-store-page .ai-app-store__primary-btn, .ai-app-store-page .ai-app-card__open, .ai-app-store-page .ai-app-modal__save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid #1f274c;
    border-radius: 6px;
    background: #1f274c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(31, 39, 76, 0.14);
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; }
  .ai-app-store-page .ai-app-store__primary-btn:hover, .ai-app-store-page .ai-app-card__open:hover, .ai-app-store-page .ai-app-modal__save:hover, .ai-app-store-page .ai-app-store__primary-btn:focus, .ai-app-store-page .ai-app-card__open:focus, .ai-app-store-page .ai-app-modal__save:focus {
    background: #28315d;
    border-color: #28315d;
    color: #fff;
    box-shadow: 0 14px 28px rgba(31, 39, 76, 0.2);
    transform: translateY(-1px); }
  .ai-app-store-page .ai-app-store__primary-btn {
    padding: 0 16px; }
  .ai-app-store-page .ai-app-store__role-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(129, 173, 69, 0.38);
    border-radius: 999px;
    background: rgba(129, 173, 69, 0.13);
    color: #1f274c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0; }
  .ai-app-store-page .ai-app-store {
    padding: 18px;
    border: 1px solid rgba(31, 39, 76, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 44px rgba(31, 39, 76, 0.09);
    text-align: left;
    height: 100%; }
  .ai-app-store-page .ai-app-store__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
    padding: 12px;
    border: 1px solid rgba(31, 39, 76, 0.08);
    border-radius: 8px;
    background: #f8fafc; }
  .ai-app-store-page .ai-app-store__search, .ai-app-store-page .ai-app-store__filters label, .ai-app-store-page .ai-app-store__per-page {
    position: relative;
    margin: 0; }
  .ai-app-store-page .ai-app-store__search {
    flex: 1 1 360px; }
  .ai-app-store-page .ai-app-store__search i {
    position: absolute;
    top: 50%;
    left: 14px;
    color: #848791;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none; }
  .ai-app-store-page .ai-app-store__search input {
    width: 100%;
    min-height: 42px;
    padding: 9px 14px 9px 40px; }
  .ai-app-store-page .ai-app-store__filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto; }
  .ai-app-store-page .ai-app-store__search input, .ai-app-store-page .ai-app-store__filters select, .ai-app-store-page .ai-app-store__per-page select, .ai-app-store-page .ai-app-modal input, .ai-app-store-page .ai-app-modal select, .ai-app-store-page .ai-app-modal textarea {
    border: 1px solid rgba(31, 39, 76, 0.14);
    border-radius: 6px;
    background-color: #fff;
    color: #1f274c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    outline: none;
    box-shadow: 0 1px 2px rgba(31, 39, 76, 0.04);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease; }
  .ai-app-store-page .ai-app-store__search input:focus, .ai-app-store-page .ai-app-store__filters select:focus, .ai-app-store-page .ai-app-store__per-page select:focus, .ai-app-store-page .ai-app-modal input:focus, .ai-app-store-page .ai-app-modal select:focus, .ai-app-store-page .ai-app-modal textarea:focus {
    border-color: rgba(129, 173, 69, 0.88);
    box-shadow: 0 0 0 3px rgba(129, 173, 69, 0.18); }
  .ai-app-store-page .ai-app-store__filters select, .ai-app-store-page .ai-app-store__per-page select, .ai-app-store-page .ai-app-modal select {
    min-height: 42px;
    padding: 9px 36px 9px 12px;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #1f274c 50%), linear-gradient(135deg, #1f274c 50%, transparent 50%);
    background-position: calc(100% - 16px) 18px, calc(100% - 11px) 18px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    cursor: pointer; }
  .ai-app-store-page .ai-app-store__section + .ai-app-store__section {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid rgba(31, 39, 76, 0.08); }
  .ai-app-store-page .ai-app-store__section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px; }
  .ai-app-store-page .ai-app-store__section-heading h2 {
    margin: 0;
    color: #1f274c;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25; }
  .ai-app-store-page .ai-app-store__section-heading p {
    margin: 4px 0 0;
    color: #848791;
    font-size: 13px;
    font-weight: 600; }
  .ai-app-store-page .ai-app-store__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px; }
  .ai-app-store-page .ai-app-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 236px;
    padding: 17px;
    border: 1px solid rgba(31, 39, 76, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 39, 76, 0.08);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; }
  .ai-app-store-page .ai-app-card:hover {
    border-color: rgba(129, 173, 69, 0.44);
    box-shadow: 0 18px 36px rgba(31, 39, 76, 0.13);
    transform: translateY(-2px); }
  .ai-app-store-page .ai-app-card p {
    margin: 14px 0 0;
    color: #596070;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55; }
  .ai-app-store-page .ai-app-card__top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-right: 36px; }
  .ai-app-store-page .ai-app-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(129, 173, 69, 0.28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(163, 215, 89, 0.18), rgba(129, 173, 69, 0.1));
    color: #1f274c;
    font-size: 18px; }
  .ai-app-store-page .ai-app-card__heading {
    min-width: 0; }
  .ai-app-store-page .ai-app-card__heading h3 {
    margin: 0 0 8px;
    color: #1f274c;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3; }
  .ai-app-store-page .ai-app-card__status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1; }
  .ai-app-store-page .ai-app-card__status--live {
    border: 1px solid rgba(23, 132, 104, 0.2);
    background: rgba(23, 132, 104, 0.11);
    color: #167a62; }
  .ai-app-store-page .ai-app-card__status--dev {
    border: 1px solid rgba(251, 140, 0, 0.24);
    background: rgba(251, 140, 0, 0.12);
    color: #b75f00; }
  .ai-app-store-page .ai-app-card__edit, .ai-app-store-page .ai-app-card__favourite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(31, 39, 76, 0.1);
    border-radius: 6px;
    background: #f8fafc;
    color: #848791;
    line-height: 1;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease; }
  .ai-app-store-page .ai-app-card__edit:hover, .ai-app-store-page .ai-app-card__favourite:hover, .ai-app-store-page .ai-app-card__edit:focus, .ai-app-store-page .ai-app-card__favourite:focus {
    border-color: rgba(31, 39, 76, 0.22);
    background: #fff;
    color: #1f274c;
    transform: translateY(-1px); }
  .ai-app-store-page .ai-app-card__edit {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    padding: 0; }
  .ai-app-store-page .ai-app-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px; }
  .ai-app-store-page .ai-app-card__open {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px; }
  .ai-app-store-page .ai-app-card__favourite {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    padding: 0; }
  .ai-app-store-page .ai-app-card__favourite.is-active {
    border-color: rgba(255, 191, 0, 0.36);
    background: rgba(255, 191, 0, 0.13);
    color: #c58600; }
  .ai-app-store-page .ai-app-store__pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(31, 39, 76, 0.08); }
  .ai-app-store-page .ai-app-store__pages {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap; }
  .ai-app-store-page .ai-app-store__pages button, .ai-app-store-page .ai-app-store__pages span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(31, 39, 76, 0.1);
    border-radius: 6px;
    background: #fff;
    color: #1f274c;
    font-size: 12px;
    font-weight: 800; }
  .ai-app-store-page .ai-app-store__pages button {
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease; }
  .ai-app-store-page .ai-app-store__pages button:hover, .ai-app-store-page .ai-app-store__pages button:focus, .ai-app-store-page .ai-app-store__pages button.is-active {
    border-color: #1f274c;
    background: #1f274c;
    color: #fff; }
  .ai-app-store-page .ai-app-store__pages span {
    border-color: transparent;
    background: transparent;
    color: #848791; }
  .ai-app-store-page .ai-app-store__per-page select {
    min-width: 132px; }
  .ai-app-store-page .ai-app-modal .modal-dialog {
    max-width: 560px; }
  .ai-app-store-page .ai-app-modal .modal-content {
    overflow: hidden;
    border: 1px solid rgba(31, 39, 76, 0.12);
    border-radius: 8px;
    box-shadow: 0 28px 60px rgba(31, 39, 76, 0.22); }
  .ai-app-store-page .ai-app-modal .modal-header {
    align-items: flex-start;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(31, 39, 76, 0.08);
    background: #f8fafc; }
  .ai-app-store-page .ai-app-modal .modal-header h1 {
    margin: 0;
    color: #1f274c;
    font-weight: 800; }
  .ai-app-store-page .ai-app-modal .modal-header p {
    margin: 5px 0 0;
    color: #848791;
    font-size: 12px;
    font-weight: 600; }
  .ai-app-store-page .ai-app-modal .modal-body {
    display: grid;
    gap: 14px;
    padding: 20px; }
  .ai-app-store-page .ai-app-modal .modal-footer {
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid rgba(31, 39, 76, 0.08);
    background: #f8fafc; }
  .ai-app-store-page .ai-app-modal .btn-close {
    margin-top: 2px; }
  .ai-app-store-page .ai-app-modal textarea {
    resize: vertical;
    min-height: 138px; }
  .ai-app-store-page .ai-app-modal__field {
    display: grid;
    gap: 7px; }
  .ai-app-store-page .ai-app-modal__field label {
    margin: 0;
    color: #1f274c;
    font-size: 12px;
    font-weight: 800; }
  .ai-app-store-page .ai-app-modal__field input, .ai-app-store-page .ai-app-modal__field select, .ai-app-store-page .ai-app-modal__field textarea {
    width: 100%;
    padding: 10px 12px; }
  .ai-app-store-page .ai-app-modal__cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(31, 39, 76, 0.14);
    border-radius: 6px;
    background: #fff;
    color: #1f274c;
    font-size: 13px;
    font-weight: 800;
    transition: background-color 0.18s ease, border-color 0.18s ease; }
  .ai-app-store-page .ai-app-modal__cancel:hover, .ai-app-store-page .ai-app-modal__cancel:focus {
    border-color: rgba(31, 39, 76, 0.28);
    background: #eef1f6; }
  .ai-app-store-page .ai-app-modal__save {
    min-height: 40px;
    padding: 0 16px; }
  @media (max-width: 1199px) {
  .ai-app-store-page .ai-app-store__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 978px) {
  .ai-app-store-page .ai-app-store-menu-row {
    background-color: #1f274d !important;
    border-color: rgba(255, 255, 255, 0.1) !important; }
    .ai-app-store-page .ai-app-store-menu-row a.active {
      display: flex !important;
      align-items: center !important;
      gap: 10px !important;
      padding: 10px 15px !important; } }
  @media (max-width: 768px) {
  .ai-app-store-page .ai-app-store__header, .ai-app-store-page .ai-app-store__toolbar, .ai-app-store-page .ai-app-store__pagination {
    align-items: stretch;
    flex-direction: column; }
  .ai-app-store-page .ai-app-store__header-actions, .ai-app-store-page .ai-app-store__filters {
    justify-content: flex-start;
    width: 100%; }
  .ai-app-store-page .ai-app-store__filters {
    flex-direction: column; }
    .ai-app-store-page .ai-app-store__filters label, .ai-app-store-page .ai-app-store__filters select {
      width: 100%; }
  .ai-app-store-page .ai-app-store__grid {
    grid-template-columns: 1fr; }
  .ai-app-store-page .ai-app-store__pages {
    width: 100%; }
  .ai-app-store-page .ai-app-store__per-page, .ai-app-store-page .ai-app-store__per-page select {
    width: 100%; } }
  @media (max-width: 576px) {
  .ai-app-store-page .ai-app-store {
    padding: 14px; }
  .ai-app-store-page .ai-app-store__header-actions .ai-app-store__primary-btn, .ai-app-store-page .ai-app-store__header-actions .ai-app-store__role-badge {
    width: 100%; }
  .ai-app-store-page .ai-app-card {
    min-height: 0;
    padding: 15px; }
  .ai-app-store-page .ai-app-card__top {
    padding-right: 32px; }
  .ai-app-store-page .ai-app-card__actions {
    align-items: stretch; }
  .ai-app-store-page .ai-app-card__open {
    flex: 1 1 auto; } }

.ai-app-store-page {
  min-height: 100vh;
  margin: 0;
  padding: 20px 0 24px !important;
  background: radial-gradient(circle at 18% 0%, rgba(0, 245, 230, 0.08), transparent 32%), radial-gradient(circle at 78% 18%, rgba(0, 164, 255, 0.07), transparent 36%), linear-gradient(135deg, #061524 0%, #071f33 48%, #061827 100%);
  color: #f7fbff;
  font-family: 'Montserrat', sans-serif; }
  .ai-app-store-page .ai-app-store__shell {
    width: 100%;
    max-width: none;
    margin: 0 auto; }
  .ai-app-store-page .ai-app-store__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 1px 4px 20px; }
  .ai-app-store-page .ai-app-store__header h1 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0; }
  .ai-app-store-page .ai-app-store__header p {
    margin: 6px 0 0;
    color: #aab7cb;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35; }
  .ai-app-store-page .ai-app-store__header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    position: relative;
    z-index: 0; }
  .ai-app-store-page .ai-app-store__primary-btn, .ai-app-store-page .ai-app-store__role-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 49px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; }
  .ai-app-store-page .ai-app-store__primary-btn {
    min-width: 170px;
    padding: 0 20px;
    position: relative;
    z-index: 0;
    border: 1px solid rgba(42, 255, 237, 0.72);
    background: linear-gradient(180deg, #22f2e7 0%, #0dd8d7 100%);
    color: #021c29;
    box-shadow: 0 13px 30px rgba(0, 236, 221, 0.2); }
  .ai-app-store-page .ai-app-store__primary-btn i {
    font-size: 17px;
    font-weight: 400; }
  .ai-app-store-page .ai-app-store__primary-btn:hover, .ai-app-store-page .ai-app-store__primary-btn:focus {
    border-color: #6ffff7;
    background: linear-gradient(180deg, #47fff4 0%, #14e5e2 100%);
    color: #021c29;
    box-shadow: 0 16px 34px rgba(0, 236, 221, 0.28);
    transform: translateY(-1px); }
  .ai-app-store-page .ai-app-store__role-badge {
    min-width: 190px;
    padding: 0 18px 0 22px;
    border: 1px solid rgba(132, 157, 188, 0.38);
    background: rgba(5, 20, 35, 0.78);
    color: #eef6ff; }
  .ai-app-store-page .ai-app-store__role-badge .fa-crown {
    color: #ffb629;
    font-size: 16px; }
  .ai-app-store-page .ai-app-store__role-badge .fa-chevron-down {
    margin-left: auto;
    color: #8da2bb;
    font-size: 12px; }
  .ai-app-store-page .ai-app-store__role-badge:hover, .ai-app-store-page .ai-app-store__role-badge:focus {
    border-color: rgba(42, 255, 237, 0.45);
    background: rgba(7, 27, 45, 0.9); }
  .ai-app-store-page .ai-app-store {
    padding: 16px 22px 22px;
    border: 1px solid rgba(101, 132, 166, 0.34);
    border-radius: 8px;
    background: rgba(4, 19, 33, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 70px rgba(0, 0, 0, 0.22);
    text-align: left; }
  .ai-app-store-page .ai-app-store__toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 520px;
    gap: 43px;
    align-items: center;
    margin: 0 0 21px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent; }
  .ai-app-store-page .ai-app-store__filters {
    display: grid;
    grid-template-columns: 205px 205px;
    gap: 102px;
    align-items: center;
    justify-content: end; }
  .ai-app-store-page .ai-app-store__search, .ai-app-store-page .ai-app-store__filters label, .ai-app-store-page .ai-app-store__per-page {
    position: relative;
    display: block;
    margin: 0; }
  .ai-app-store-page .ai-app-store__search i {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
    color: #9eb1c9;
    font-size: 20px;
    transform: translateY(-50%);
    pointer-events: none; }
  .ai-app-store-page .ai-app-store__search input {
    width: 100%;
    height: 45px;
    padding: 0 18px 0 46px; }
  .ai-app-store-page .ai-app-store__search input, .ai-app-store-page .ai-app-store__filters select, .ai-app-store-page .ai-app-store__per-page select, .ai-app-store-page .ai-app-modal input, .ai-app-store-page .ai-app-modal select, .ai-app-store-page .ai-app-modal textarea {
    border: 1px solid rgba(121, 151, 184, 0.44);
    border-radius: 8px;
    background-color: rgba(3, 17, 30, 0.62);
    color: #eef6ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease; }
  .ai-app-store-page .ai-app-store__search input::placeholder, .ai-app-store-page .ai-app-store__filters select::placeholder, .ai-app-store-page .ai-app-store__per-page select::placeholder, .ai-app-store-page .ai-app-modal input::placeholder, .ai-app-store-page .ai-app-modal select::placeholder, .ai-app-store-page .ai-app-modal textarea::placeholder {
    color: #b7c4d6;
    opacity: 1;
    font-weight: 500; }
  .ai-app-store-page .ai-app-store__search input:focus, .ai-app-store-page .ai-app-store__filters select:focus, .ai-app-store-page .ai-app-store__per-page select:focus, .ai-app-store-page .ai-app-modal input:focus, .ai-app-store-page .ai-app-modal select:focus, .ai-app-store-page .ai-app-modal textarea:focus {
    border-color: rgba(31, 245, 232, 0.74);
    box-shadow: 0 0 0 3px rgba(31, 245, 232, 0.12); }
  .ai-app-store-page .ai-app-store__filters select, .ai-app-store-page .ai-app-store__per-page select, .ai-app-store-page .ai-app-modal select {
    width: 100%;
    height: 45px;
    padding: 0 42px 0 16px;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #d7e4f5 50%), linear-gradient(135deg, #d7e4f5 50%, transparent 50%);
    background-position: calc(100% - 19px) 18px, calc(100% - 13px) 18px;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
    cursor: pointer; }
  .ai-app-store-page .ai-app-store__section {
    margin: 0; }
  .ai-app-store-page .ai-app-store__section + .ai-app-store__section {
    margin-top: 19px;
    padding-top: 0;
    border-top: 0; }
  .ai-app-store-page .ai-app-store__section-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    margin: 0 0 12px; }
  .ai-app-store-page .ai-app-store__section-heading > i {
    width: 22px;
    color: #14f2e9;
    font-size: 21px;
    text-align: center; }
  .ai-app-store-page .ai-app-store__section-heading > .fa-star {
    color: #ffb525;
    font-size: 20px; }
  .ai-app-store-page .ai-app-store__section-heading h2 {
    margin: 0;
    color: #f5f8ff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0; }
  .ai-app-store-page .ai-app-store__section-heading p {
    margin: 2px 0 0 8px;
    color: #aab7cb;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25; }
  .ai-app-store-page .ai-app-store__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px; }
  .ai-app-store-page .ai-app-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 197px;
    padding: 17px 15px 13px 17px;
    border: 1px solid rgba(102, 134, 168, 0.42);
    border-radius: 8px;
    background: rgba(5, 23, 39, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; }
  .ai-app-store-page .ai-app-card:hover {
    border-color: rgba(31, 245, 232, 0.44);
    background: rgba(7, 29, 48, 0.72);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    transform: translateY(-1px); }
  .ai-app-store-page .ai-app-card__body {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 22px;
    min-height: 124px;
    padding-right: 30px; }
  .ai-app-store-page .ai-app-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 74px;
    border: 1px solid rgba(42, 255, 237, 0.22);
    border-radius: 9px;
    color: #42ffe7;
    font-size: 38px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04); }
  .ai-app-store-page .ai-app-card__icon i {
    line-height: 1; }
  .ai-app-store-page .ai-app-card--mint .ai-app-card__icon {
    border-color: rgba(77, 255, 216, 0.26);
    background: rgba(21, 151, 126, 0.26);
    color: #54f7d8; }
  .ai-app-store-page .ai-app-card--blue .ai-app-card__icon {
    border-color: rgba(51, 157, 255, 0.28);
    background: rgba(18, 78, 140, 0.34);
    color: #45aaff; }
  .ai-app-store-page .ai-app-card--orange .ai-app-card__icon {
    border-color: rgba(255, 145, 31, 0.3);
    background: rgba(153, 83, 22, 0.34);
    color: #ff8f26; }
  .ai-app-store-page .ai-app-card--purple .ai-app-card__icon {
    border-color: rgba(166, 96, 255, 0.3);
    background: rgba(88, 45, 151, 0.42);
    color: #b16cff; }
  .ai-app-store-page .ai-app-card--pink .ai-app-card__icon {
    border-color: rgba(255, 101, 187, 0.3);
    background: rgba(137, 45, 98, 0.42);
    color: #ff68b8; }
  .ai-app-store-page .ai-app-card--teal .ai-app-card__icon {
    border-color: rgba(44, 255, 221, 0.3);
    background: rgba(14, 126, 115, 0.34);
    color: #58f5df; }
  .ai-app-store-page .ai-app-card--amber .ai-app-card__icon {
    border-color: rgba(255, 177, 35, 0.3);
    background: rgba(132, 101, 31, 0.34);
    color: #ffb329; }
  .ai-app-store-page .ai-app-card--red .ai-app-card__icon {
    border-color: rgba(255, 91, 106, 0.32);
    background: rgba(127, 46, 62, 0.42);
    color: #ff6875; }
  .ai-app-store-page .ai-app-card__content {
    min-width: 0; }
  .ai-app-store-page .ai-app-card__content h3 {
    margin: 1px 36px 7px 0;
    color: #f5f8ff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0; }
  .ai-app-store-page .ai-app-card__content p {
    max-width: 270px;
    margin: 9px 0 0;
    color: #b5c2d4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42; }
  .ai-app-store-page .ai-app-card__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1; }
  .ai-app-store-page .ai-app-card__status--live {
    border: 1px solid rgba(0, 238, 190, 0.38);
    background: rgba(0, 183, 145, 0.22);
    color: #29f7c2; }
  .ai-app-store-page .ai-app-card__status--dev {
    border: 1px solid rgba(255, 148, 25, 0.38);
    background: rgba(186, 97, 14, 0.32);
    color: #ffb231; }
  .ai-app-store-page .ai-app-card__edit, .ai-app-store-page .ai-app-card__favourite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(126, 158, 191, 0.45);
    border-radius: 6px;
    background: rgba(5, 20, 35, 0.62);
    color: #e8f1fb;
    line-height: 1;
    transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, transform 0.18s ease; }
  .ai-app-store-page .ai-app-card__edit:hover, .ai-app-store-page .ai-app-card__favourite:hover, .ai-app-store-page .ai-app-card__edit:focus, .ai-app-store-page .ai-app-card__favourite:focus {
    border-color: rgba(42, 255, 237, 0.64);
    color: #26fff1;
    background: rgba(9, 38, 60, 0.78);
    transform: translateY(-1px); }
  .ai-app-store-page .ai-app-card__edit {
    position: absolute;
    top: 16px;
    right: 14px;
    width: 34px;
    height: 34px;
    padding: 0;
    font-size: 20px; }
  .ai-app-store-page .ai-app-card__actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding: 6px 6px 0 0; }
  .ai-app-store-page .ai-app-card__open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 93px;
    padding: 0 13px;
    border: 1px solid rgba(0, 240, 229, 0.48);
    border-radius: 6px;
    background: rgba(0, 238, 229, 0.04);
    color: #13f7ee;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease; }
  .ai-app-store-page .ai-app-card__open:hover, .ai-app-store-page .ai-app-card__open:focus {
    border-color: #24fff2;
    background: rgba(0, 238, 229, 0.12);
    color: #59fff6;
    transform: translateY(-1px); }
  .ai-app-store-page .ai-app-card__favourite {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border-color: transparent;
    background: transparent;
    color: #8ea4bf;
    font-size: 21px; }
  .ai-app-store-page .ai-app-card__favourite.is-active {
    color: #20efe5; }
  .ai-app-store-page .ai-app-store__pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 21px;
    padding: 0;
    border-top: 0; }
  .ai-app-store-page .ai-app-store__pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap; }
  .ai-app-store-page .ai-app-store__pages button, .ai-app-store-page .ai-app-store__pages span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 45px;
    height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(112, 144, 178, 0.35);
    border-radius: 8px;
    background: rgba(3, 17, 30, 0.56);
    color: #d8e5f6;
    font-size: 14px;
    font-weight: 800;
    line-height: 1; }
  .ai-app-store-page .ai-app-store__pages button {
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease; }
  .ai-app-store-page .ai-app-store__pages button:hover, .ai-app-store-page .ai-app-store__pages button:focus {
    border-color: rgba(42, 255, 237, 0.52);
    color: #24fff2;
    transform: translateY(-1px); }
  .ai-app-store-page .ai-app-store__pages button.is-active {
    border-color: #1df5e8;
    background: linear-gradient(180deg, #22f4e8 0%, #11d7d6 100%);
    color: #041a26; }
  .ai-app-store-page .ai-app-store__pages span {
    min-width: 45px;
    color: #e4edf7; }
  .ai-app-store-page .ai-app-store__per-page {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 164px; }
  .ai-app-store-page .ai-app-store__per-page select {
    height: 44px;
    padding-left: 18px; }
  .ai-app-store-page .ai-app-modal {
    color: #102033; }
  .ai-app-store-page .ai-app-modal .modal-dialog {
    max-width: 560px; }
  .ai-app-store-page .ai-app-modal .modal-content {
    overflow: hidden;
    border: 1px solid rgba(31, 245, 232, 0.24);
    border-radius: 8px;
    background: #071d30;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5); }
  .ai-app-store-page .ai-app-modal .modal-header {
    align-items: flex-start;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(121, 151, 184, 0.28);
    background: #092238; }
  .ai-app-store-page .ai-app-modal .modal-header h1 {
    margin: 0;
    color: #fff;
    font-weight: 800; }
  .ai-app-store-page .ai-app-modal .modal-header p {
    margin: 5px 0 0;
    color: #9fb0c5;
    font-size: 12px;
    font-weight: 600; }
  .ai-app-store-page .ai-app-modal .modal-body {
    display: grid;
    gap: 14px;
    padding: 20px; }
  .ai-app-store-page .ai-app-modal .modal-footer {
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid rgba(121, 151, 184, 0.28);
    background: #092238; }
  .ai-app-store-page .ai-app-modal .btn-close {
    filter: invert(1); }
  .ai-app-store-page .ai-app-modal textarea {
    resize: vertical;
    min-height: 138px; }
  .ai-app-store-page .ai-app-modal__field {
    display: grid;
    gap: 7px; }
  .ai-app-store-page .ai-app-modal__field label {
    margin: 0;
    color: #eef6ff;
    font-size: 12px;
    font-weight: 800; }
  .ai-app-store-page .ai-app-modal__field input, .ai-app-store-page .ai-app-modal__field select, .ai-app-store-page .ai-app-modal__field textarea {
    width: 100%;
    padding: 10px 12px; }
  .ai-app-store-page .ai-app-modal__cancel, .ai-app-store-page .ai-app-modal__save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800; }
  .ai-app-store-page .ai-app-modal__cancel {
    border: 1px solid rgba(121, 151, 184, 0.44);
    background: rgba(3, 17, 30, 0.62);
    color: #eef6ff; }
  .ai-app-store-page .ai-app-modal__save {
    border: 1px solid rgba(42, 255, 237, 0.72);
    background: linear-gradient(180deg, #22f2e7 0%, #0dd8d7 100%);
    color: #021c29; }
  @media (max-width: 1180px) {
  .ai-app-store-page .ai-app-store__toolbar {
    grid-template-columns: 1fr;
    gap: 12px; }
  .ai-app-store-page .ai-app-store__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    justify-content: stretch; }
  .ai-app-store-page .ai-app-store__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-app-store-page .ai-app-store__per-page {
    position: relative;
    right: auto;
    bottom: auto; } }
  @media (max-width: 768px) {
  .ai-app-store-page {
    padding: 14px 10px 18px !important; }
    .ai-app-store-page .ai-app-store__header {
      flex-direction: column;
      gap: 14px;
      padding-bottom: 16px; }

    .ai-app-store-page .ai-app-store__header-actions, .ai-app-store-page .ai-app-store__filters, .ai-app-store-page .ai-app-store__pagination {
      width: 100%; }

    .ai-app-store-page .ai-app-store__header-actions, .ai-app-store-page .ai-app-store__filters {
      grid-template-columns: 1fr;
      flex-direction: column;
      align-items: stretch; }

    .ai-app-store-page .ai-app-store__primary-btn, .ai-app-store-page .ai-app-store__role-badge {
      width: 100%; }

    .ai-app-store-page .ai-app-store {
      padding: 14px; }

    .ai-app-store-page .ai-app-store__grid {
      grid-template-columns: 1fr; }

    .ai-app-store-page .ai-app-store__section-heading {
      align-items: flex-start;
      flex-wrap: wrap; }
      .ai-app-store-page .ai-app-store__section-heading p {
        flex: 1 0 100%;
        margin-left: 33px; }

    .ai-app-store-page .ai-app-store__pagination {
      flex-direction: column;
      align-items: stretch; }

    .ai-app-store-page .ai-app-store__pages, .ai-app-store-page .ai-app-store__per-page {
      width: 100%; }

    .ai-app-store-page .ai-app-store__per-page select {
      width: 100%; } }
  @media (max-width: 480px) {
  .ai-app-store-page .ai-app-store__header h1 {
    font-size: 26px; }
  .ai-app-store-page .ai-app-card__body {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-right: 28px; }
  .ai-app-store-page .ai-app-card__icon {
    width: 72px;
    height: 66px; }
  .ai-app-store-page .ai-app-card__content h3 {
    margin-right: 0; }
  .ai-app-store-page .ai-app-store__pages {
    gap: 8px; }
    .ai-app-store-page .ai-app-store__pages button, .ai-app-store-page .ai-app-store__pages span {
      min-width: 40px;
      height: 40px;
      padding: 0 12px; } }

.ai-app-store-page .ai-app-store {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 186px);
  padding: 14px 18px 18px;
  border-color: rgba(69, 111, 151, 0.55);
  background: rgba(9, 28, 47, 0.86); }
  .ai-app-store-page .ai-app-store__header {
    gap: 18px;
    padding-bottom: 14px; }
  .ai-app-store-page .ai-app-store__header h1 {
    font-size: 25px; }
  .ai-app-store-page .ai-app-store__header p {
    font-size: 13px; }
  .ai-app-store-page .ai-app-store__intro::before {
    font-size: 9px; }
  .ai-app-store-page .ai-app-store__primary-btn {
    min-width: 142px;
    height: 40px;
    padding: 0 15px;
    font-size: 12px; }
  .ai-app-store-page .ai-app-store__primary-btn i {
    font-size: 13px; }
  .ai-app-store-page .ai-app-store__toolbar {
    gap: 14px;
    margin-bottom: 17px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(55, 98, 133, 0.45); }
  .ai-app-store-page .ai-app-store__filters {
    gap: 10px; }
  .ai-app-store-page .ai-app-store__search i {
    font-size: 15px; }
  .ai-app-store-page .ai-app-store__search input {
    height: 38px; }
  .ai-app-store-page .ai-app-store__search input, .ai-app-store-page .ai-app-store__filters select, .ai-app-store-page .ai-app-store__per-page select, .ai-app-store-page .ai-app-modal input, .ai-app-store-page .ai-app-modal select, .ai-app-store-page .ai-app-modal textarea {
    border-color: rgba(68, 107, 147, 0.72);
    background-color: rgba(4, 18, 31, 0.74);
    color: #d7e4f5;
    font-size: 12px; }
  .ai-app-store-page .ai-app-store__filters select, .ai-app-store-page .ai-app-store__per-page select, .ai-app-store-page .ai-app-modal select {
    height: 38px; }
  .ai-app-store-page .ai-app-store__section + .ai-app-store__section {
    margin-top: 16px; }
  .ai-app-store-page .ai-app-store__section-heading {
    gap: 9px;
    margin-bottom: 10px; }
  .ai-app-store-page .ai-app-store__section-heading > i, .ai-app-store-page .ai-app-store__section-heading > .fa-star {
    font-size: 16px; }
  .ai-app-store-page .ai-app-store__section-heading h2 {
    font-size: 16px; }
  .ai-app-store-page .ai-app-store__section-heading p {
    font-size: 12px; }
  .ai-app-store-page .ai-app-store__grid {
    gap: 11px; }
  .ai-app-store-page .ai-app-card {
    min-height: 170px;
    padding: 14px 13px 11px 14px;
    border-color: rgba(65, 104, 142, 0.72);
    background: rgba(11, 31, 51, 0.9); }
  .ai-app-store-page .ai-app-card__body {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 15px;
    min-height: 104px;
    padding-right: 24px; }
  .ai-app-store-page .ai-app-card__icon {
    width: 62px;
    height: 58px;
    border-radius: 7px;
    font-size: 28px; }
  .ai-app-store-page .ai-app-card__content h3 {
    margin-right: 28px;
    font-size: 13px; }
  .ai-app-store-page .ai-app-card__content p {
    max-width: 250px;
    font-size: 12px;
    line-height: 1.38; }
  .ai-app-store-page .ai-app-card__status {
    min-height: 19px;
    padding: 0 8px;
    font-size: 10px; }
  .ai-app-store-page .ai-app-card__edit {
    top: 13px;
    right: 12px;
    width: 29px;
    height: 29px;
    font-size: 15px; }
  .ai-app-store-page .ai-app-card__open {
    height: 30px;
    min-width: 78px;
    padding: 0 10px;
    font-size: 11px; }
  .ai-app-store-page .ai-app-card__favourite {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 17px; }
  .ai-app-store-page .ai-app-store__pagination {
    margin-top: auto;
    padding-top: 17px; }
  .ai-app-store-page .ai-app-store__pages {
    gap: 9px; }
  .ai-app-store-page .ai-app-store__pages button, .ai-app-store-page .ai-app-store__pages span {
    min-width: 38px;
    height: 36px;
    padding: 0 12px;
    font-size: 12px; }
  .ai-app-store-page .ai-app-store__per-page {
    width: 136px; }
  .ai-app-store-page .ai-app-store__per-page select {
    height: 36px; }
  .ai-app-store-page .ai-app-modal .modal-dialog {
    max-width: 640px; }
  .ai-app-store-page .ai-app-modal .modal-header h1 {
    font-size: 17px; }
  .ai-app-store-page .ai-app-modal .modal-header p, .ai-app-store-page .ai-app-modal .ai-app-modal__field label {
    font-size: 11px; }
  .ai-app-store-page .ai-app-modal textarea {
    min-height: 220px;
    line-height: 1.5; }
  .ai-app-store-page .ai-app-modal__cancel, .ai-app-store-page .ai-app-modal__save {
    min-height: 38px;
    font-size: 12px; }
  @media (max-width: 768px) {
  .ai-app-store-page .ai-app-store {
    min-height: auto; }
  .ai-app-store-page .ai-app-store__header h1 {
    font-size: 23px; } }

.ai-app-store-page .ai-app-modal {
  padding: 24px !important; }
  .ai-app-store-page .ai-app-modal .modal-dialog {
    display: flex;
    align-items: center;
    width: calc(100vw - 48px);
    max-width: 1120px;
    min-height: calc(100vh - 48px);
    margin: 0 auto !important; }
  .ai-app-store-page .ai-app-modal .modal-content {
    width: 100%; }
  .ai-app-store-page .ai-app-modal .modal-body {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 18px; }
  .ai-app-store-page .ai-app-modal .ai-app-modal__field {
    gap: 8px; }
  .ai-app-store-page .ai-app-modal .ai-app-modal__field:last-child {
    grid-column: 1 / -1; }
  .ai-app-store-page .ai-app-modal textarea {
    min-height: 320px; }
  @media (max-width: 768px) {
  .ai-app-store-page .ai-app-modal {
    padding: 12px !important; }
    .ai-app-store-page .ai-app-modal .modal-dialog {
      width: calc(100vw - 24px);
      max-width: calc(100vw - 24px);
      min-height: calc(100vh - 24px); }

    .ai-app-store-page .ai-app-modal .modal-body {
      grid-template-columns: 1fr; } }

.ai-app-store-page .ai-app-modal .modal-body {
  row-gap: 14px; }
  .ai-app-store-page .ai-app-modal .ai-app-modal__field {
    align-content: start;
    gap: 7px; }
  .ai-app-store-page .ai-app-modal .ai-app-modal__field label {
    margin-bottom: 0; }
  .ai-app-store-page .ai-app-modal .ai-app-modal__field input, .ai-app-store-page .ai-app-modal .ai-app-modal__field select, .ai-app-store-page .ai-app-modal .ai-app-modal__field textarea {
    margin-top: 0; }

.ai-app-store-page .ai-app-store__empty {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px dashed rgba(105, 139, 176, 0.42);
  border-radius: 8px;
  color: #8ea4bf;
  font-size: 12px;
  font-weight: 700; }
  .ai-app-store-page .ai-app-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit; }
  .ai-app-store-page .ai-app-modal__field--icon, .ai-app-store-page .ai-app-modal__field--prompt {
    grid-column: 1 / -1; }
  .ai-app-store-page .ai-app-modal__delete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-right: auto;
    padding: 0 16px;
    border: 1px solid rgba(255, 91, 106, 0.5);
    border-radius: 6px;
    background: rgba(127, 46, 62, 0.2);
    color: #ff7d86;
    font-size: 12px;
    font-weight: 800; }

.ai-app-store-page .ai-app-modal .modal-body {
  align-items: start;
  grid-auto-rows: max-content;
  gap: 12px 16px !important; }
  .ai-app-store-page .ai-app-modal .ai-app-modal__field {
    display: flex;
    flex-direction: column;
    gap: 6px !important;
    min-height: 0; }
  .ai-app-store-page .ai-app-modal .ai-app-modal__field--icon, .ai-app-store-page .ai-app-modal .ai-app-modal__field--prompt {
    grid-column: 1 / -1; }
  .ai-app-store-page .ai-app-modal textarea {
    min-height: 300px; }
  .ai-app-store-page .ai-app-modal__icon-options {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; }
  .ai-app-store-page .ai-app-modal__icon-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 42px;
    border: 1px solid rgba(68, 107, 147, 0.72);
    border-radius: 7px;
    background: rgba(4, 18, 31, 0.74);
    color: #9fb6d0;
    font-size: 18px;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease; }
  .ai-app-store-page .ai-app-modal__icon-option:hover, .ai-app-store-page .ai-app-modal__icon-option:focus, .ai-app-store-page .ai-app-modal__icon-option.is-active {
    border-color: rgba(31, 245, 232, 0.82);
    background: rgba(0, 238, 229, 0.12);
    color: #24fff2;
    transform: translateY(-1px); }
  .ai-app-store-page .ai-app-modal__icon-option:disabled {
    cursor: default;
    opacity: 0.75;
    transform: none; }
  .ai-app-store-page .ai-app-modal__generate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(42, 255, 237, 0.72);
    border-radius: 6px;
    background: linear-gradient(180deg, #22f2e7 0%, #0dd8d7 100%);
    color: #021c29;
    font-size: 12px;
    font-weight: 800; }

.ai-app-store-page .ai-app-modal .modal-dialog {
  max-width: 1160px; }
  .ai-app-store-page .ai-app-modal .modal-header {
    padding: 26px 24px 20px; }
  .ai-app-store-page .ai-app-modal .modal-body {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 26px 24px !important;
    padding: 28px 24px; }
  .ai-app-store-page .ai-app-modal .modal-footer {
    padding: 20px 28px; }
  .ai-app-store-page .ai-app-modal .ai-app-modal__field--description textarea, .ai-app-store-page .ai-app-modal .ai-app-modal__field--prompt textarea {
    min-height: 132px; }
  .ai-app-store-page .ai-app-modal .ai-app-modal__field--description, .ai-app-store-page .ai-app-modal .ai-app-modal__field--form-builder {
    grid-column: 1 / -1; }
  .ai-app-store-page .ai-app-modal__section-title {
    margin: 0;
    color: #eef6ff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2; }
  .ai-app-store-page .ai-app-form-builder {
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(68, 107, 147, 0.72);
    border-radius: 7px;
    background: rgba(4, 18, 31, 0.42); }
  .ai-app-store-page .ai-app-form-builder__row {
    display: grid;
    grid-template-columns: 24% 27% 49%; }
  .ai-app-store-page .ai-app-form-builder__row + .ai-app-form-builder__row {
    border-top: 1px solid rgba(68, 107, 147, 0.48); }
  .ai-app-store-page .ai-app-form-builder__rows {
    border-top: 1px solid rgba(68, 107, 147, 0.48); }
  .ai-app-store-page .ai-app-form-builder__row--head {
    min-height: 72px;
    color: #eef6ff;
    font-size: 12px;
    font-weight: 800; }
  .ai-app-store-page .ai-app-form-builder__row--field {
    min-height: 96px; }
  .ai-app-store-page .ai-app-form-builder__cell {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 18px 24px; }
  .ai-app-store-page .ai-app-form-builder__cell + .ai-app-form-builder__cell {
    border-left: 1px solid rgba(68, 107, 147, 0.48); }
  .ai-app-store-page .ai-app-form-builder__label-input, .ai-app-store-page .ai-app-form-builder__prompt-input, .ai-app-store-page .ai-app-form-builder__type-select {
    width: 100%;
    height: 54px;
    margin: 0;
    color: #eef6ff; }
  .ai-app-store-page .ai-app-form-builder__label-input, .ai-app-store-page .ai-app-form-builder__prompt-input {
    color: #eef6ff; }
  .ai-app-store-page .ai-app-form-builder__add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 72px;
    margin-top: 22px;
    border: 1px dashed rgba(68, 107, 147, 0.78);
    border-radius: 7px;
    background: rgba(4, 18, 31, 0.38);
    color: #eef6ff;
    font-size: 15px;
    font-weight: 800;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease; }
  .ai-app-store-page .ai-app-form-builder__add:hover, .ai-app-store-page .ai-app-form-builder__add:focus {
    border-color: rgba(31, 245, 232, 0.82);
    background: rgba(0, 238, 229, 0.08);
    color: #24fff2; }
  @media (max-width: 768px) {
  .ai-app-store-page .ai-app-modal .modal-body {
    grid-template-columns: 1fr;
    padding: 20px 16px; }
  .ai-app-store-page .ai-app-form-builder {
    overflow-x: auto; }
  .ai-app-store-page .ai-app-form-builder__row {
    min-width: 720px; } }

.ai-app-generate-modal .modal-content {
  overflow: hidden;
  border: 1px solid rgba(31, 245, 232, 0.24);
  border-radius: 8px;
  background: #071d30;
  color: #eef6ff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5); }
  .ai-app-generate-modal .modal-header, .ai-app-generate-modal .modal-footer {
    border-color: rgba(121, 151, 184, 0.28);
    background: #092238; }
  .ai-app-generate-modal .modal-header {
    align-items: flex-start;
    padding: 22px 24px; }
  .ai-app-generate-modal .modal-header h1 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2; }
  .ai-app-generate-modal .modal-header p {
    margin: 5px 0 0;
    color: #9fb0c5;
    font-size: 12px;
    font-weight: 600; }
  .ai-app-generate-modal .modal-body {
    display: grid;
    gap: 16px;
    padding: 24px; }
  .ai-app-generate-modal .btn-close {
    filter: invert(1); }
  .ai-app-generate-modal .ai-app-modal__field {
    display: grid;
    gap: 8px; }
  .ai-app-generate-modal .ai-app-modal__field label {
    margin: 0;
    color: #eef6ff;
    font-size: 12px;
    font-weight: 800; }
  .ai-app-generate-modal .ai-app-modal__field input {
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(68, 107, 147, 0.72);
    border-radius: 7px;
    background: rgba(4, 18, 31, 0.74);
    color: #eef6ff;
    outline: none; }
  .ai-app-generate-modal .ai-app-modal__field input:focus {
    border-color: rgba(31, 245, 232, 0.82);
    box-shadow: 0 0 0 3px rgba(31, 245, 232, 0.12); }

.port-profiling-shell {
  padding-top: 0 !important; }
  .port-profiling-shell > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .port-profiling-shell > .container-fluid > .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0; }
  .port-profiling-shell .port-profiling-sidebar-slot {
    width: 0 !important;
    max-width: 0 !important;
    flex: 0 0 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .port-profiling-shell .port-profiling-content-box, .port-profiling-shell .port-profiling-content-box.visible {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative; }
  .port-profiling-shell .port-profiling-content-box.visible {
    width: 83% !important;
    max-width: 83% !important;
    flex-basis: 83% !important;
    margin-left: 17%; }
  @media (max-width: 978px) {
  .port-profiling-shell .port-profiling-content-box.visible {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0; } }

.port-profiling-page {
  --port-blue: #2563eb;
  --port-navy: #1f274c;
  --port-green: #16a34a;
  --port-teal: #0f766e;
  --port-red: #dc2626;
  --port-orange: #f97316;
  --port-violet: #7c3aed;
  --port-slate: #64748b;
  --port-ink: #162033;
  --port-muted: #64748b;
  --port-line: #e5eaf1;
  --port-soft: #f6f8fb;
  --port-white: #fff;
  color: var(--port-ink);
  padding: 22px 18px 30px;
  background: linear-gradient(180deg, rgba(246, 248, 251, 0.94), rgba(255, 255, 255, 0.98));
  min-height: calc(100vh - 120px);
  padding-top: 20px !important;
  margin-top: 20px !important;
  margin-right: 20px !important; }
  .port-profiling-page .port-overview-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px; }
  .port-profiling-page .port-overview-title h1 {
    margin: 0 0 10px;
    color: var(--port-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
  .port-profiling-page .port-overview-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 22px;
    color: var(--port-muted);
    font-size: 13px;
    font-weight: 600; }
  .port-profiling-page .port-overview-meta i {
    margin-right: 7px;
    color: var(--port-slate); }
  .port-profiling-page .port-date-range {
    min-width: 248px;
    height: 42px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: var(--port-white);
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(31, 39, 76, 0.06); }
  .port-profiling-page .port-kpi-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(172px, 1fr));
    gap: 12px;
    margin-bottom: 14px; }
  .port-profiling-page .port-kpi-card {
    min-height: 116px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 28px rgba(31, 39, 76, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; }
  .port-profiling-page .port-kpi-card:hover {
    transform: translateY(-2px);
    border-color: #d3dce9;
    box-shadow: 0 14px 34px rgba(31, 39, 76, 0.10); }
  .port-profiling-page .port-kpi-card-green .port-kpi-icon {
    background: #ecfdf3;
    color: var(--port-green); }
  .port-profiling-page .port-kpi-card-teal .port-kpi-icon {
    background: #ecfdf5;
    color: var(--port-teal); }
  .port-profiling-page .port-kpi-card-red .port-kpi-icon {
    background: #fef2f2;
    color: var(--port-red); }
  .port-profiling-page .port-kpi-card-orange .port-kpi-icon {
    background: #fff7ed;
    color: var(--port-orange); }
  .port-profiling-page .port-kpi-card-violet .port-kpi-icon {
    background: #f5f3ff;
    color: var(--port-violet); }
  .port-profiling-page .port-kpi-card-slate .port-kpi-icon {
    background: #f1f5f9;
    color: var(--port-slate); }
  .port-profiling-page .port-kpi-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border-radius: 8px;
    font-size: 18px;
    background: #eff6ff;
    color: var(--port-blue); }
  .port-profiling-page .port-kpi-content span {
    display: block;
    min-height: 34px;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35; }
  .port-profiling-page .port-kpi-content strong {
    display: block;
    margin: 2px 0 5px;
    color: #0f172a;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1; }
  .port-profiling-page .port-kpi-content p {
    margin: 0;
    color: var(--port-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35; }
  .port-profiling-page .port-filter-bar {
    display: grid;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    gap: 12px;
    align-items: end;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 22px rgba(31, 39, 76, 0.05); }
  .port-profiling-page .port-filter-field label {
    display: block;
    margin-bottom: 6px;
    color: #475569;
    font-size: 11px;
    font-weight: 800; }
  .port-profiling-page .port-filter-field .form-select {
    min-height: 38px;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    box-shadow: none; }
  .port-profiling-page .port-filter-field .form-select:focus {
    border-color: var(--port-blue);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12); }
  .port-profiling-page .port-chart-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    gap: 12px; }
  .port-profiling-page .port-chart-card {
    min-height: 352px;
    padding: 16px;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(31, 39, 76, 0.06); }
  .port-profiling-page .port-chart-card-wide {
    grid-column: 1 / -1;
    min-height: 310px; }
  .port-profiling-page .port-card-heading {
    margin-bottom: 8px; }
  .port-profiling-page .port-card-heading h2 {
    margin: 0;
    color: #1e293b;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2; }
  .port-profiling-page .port-card-heading span {
    display: block;
    margin-top: 3px;
    color: var(--port-muted);
    font-size: 11px;
    font-weight: 700; }
  .port-profiling-page .port-chart {
    width: 100%;
    height: 278px; }
  .port-profiling-page .port-chart-activity {
    height: 230px; }
  .port-profiling-page .canvasjs-chart-credit {
    display: none; }
  @media (max-width: 1400px) {
  .port-profiling-page .port-kpi-grid {
    grid-template-columns: repeat(3, minmax(190px, 1fr)); }
  .port-profiling-page .port-filter-bar {
    grid-template-columns: repeat(3, minmax(170px, 1fr)); } }
  @media (max-width: 1100px) {
  .port-profiling-page .port-chart-grid {
    grid-template-columns: 1fr; }
  .port-profiling-page .port-chart-card, .port-profiling-page .port-chart-card-wide {
    min-height: 330px; } }
  @media (max-width: 900px) {
  .port-profiling-page {
    padding: 18px 12px 24px; }
    .port-profiling-page .port-overview-header {
      flex-direction: column; }

    .port-profiling-page .port-date-range {
      width: 100%; }

    .port-profiling-page .port-kpi-grid, .port-profiling-page .port-filter-bar {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 640px) {
  .port-profiling-page .port-overview-title h1 {
    font-size: 20px; }
  .port-profiling-page .port-kpi-grid, .port-profiling-page .port-filter-bar {
    grid-template-columns: 1fr; }
  .port-profiling-page .port-chart {
    height: 250px; } }

.port-profiling-page.vessel-call-detail-page {
  padding-top: 0; }
  .port-profiling-page.vessel-call-detail-page .vessel-call-header {
    align-items: center;
    margin-bottom: 14px; }
  .port-profiling-page.vessel-call-detail-page .vessel-title-info {
    margin-left: 6px;
    color: var(--port-muted);
    font-size: 15px;
    vertical-align: 2px; }
  .port-profiling-page.vessel-call-detail-page .vessel-page-actions {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px; }
  .port-profiling-page.vessel-call-detail-page .vessel-fetch-form {
    margin: 0;
    text-align: right;
    line-height: 1; }
  .port-profiling-page.vessel-call-detail-page .vessel-fetch-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    background: var(--port-white);
    color: #1e293b;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(31, 39, 76, 0.06);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; }
  .port-profiling-page.vessel-call-detail-page .vessel-fetch-button i {
    color: var(--port-blue);
    font-size: 13px; }
  .port-profiling-page.vessel-call-detail-page .vessel-fetch-button:hover, .port-profiling-page.vessel-call-detail-page .vessel-fetch-button:focus {
    border-color: #c7d2fe;
    box-shadow: 0 12px 26px rgba(31, 39, 76, 0.10);
    transform: translateY(-1px); }
  .port-profiling-page.vessel-call-detail-page .vessel-fetch-button:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none; }
  .port-profiling-page.vessel-call-detail-page .vessel-updated-meta {
    margin-top: 5px;
    color: var(--port-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25; }
  .port-profiling-page.vessel-call-detail-page .vessel-message {
    margin-bottom: 12px;
    padding: 11px 13px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45; }
  .port-profiling-page.vessel-call-detail-page .vessel-message-success {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534; }
  .port-profiling-page.vessel-call-detail-page .vessel-message-warning {
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e; }
  .port-profiling-page.vessel-call-detail-page .vessel-filter-bar {
    grid-template-columns: minmax(190px, 0.95fr) minmax(220px, 1.1fr) minmax(150px, 0.8fr) minmax(190px, 0.95fr) minmax(170px, 0.85fr); }
  .port-profiling-page.vessel-call-detail-page .vessel-filter-date {
    width: 100%;
    min-width: 0;
    height: 50px;
    box-shadow: none; }
  .port-profiling-page.vessel-call-detail-page .vessel-sort-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
    color: #334155;
    font-size: 12px;
    font-weight: 800; }
  .port-profiling-page.vessel-call-detail-page .vessel-sort-row > span {
    margin-right: 2px; }
  .port-profiling-page.vessel-call-detail-page .vessel-sort-button {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.94);
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(31, 39, 76, 0.04);
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease; }
  .port-profiling-page.vessel-call-detail-page .vessel-sort-button i {
    color: var(--port-slate);
    font-size: 12px; }
  .port-profiling-page.vessel-call-detail-page .vessel-sort-button:hover, .port-profiling-page.vessel-call-detail-page .vessel-sort-button:focus, .port-profiling-page.vessel-call-detail-page .vessel-sort-button.is-active {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: var(--port-blue);
    transform: translateY(-1px); }
  .port-profiling-page.vessel-call-detail-page .vessel-sort-button:hover i, .port-profiling-page.vessel-call-detail-page .vessel-sort-button:focus i, .port-profiling-page.vessel-call-detail-page .vessel-sort-button.is-active i {
    color: var(--port-blue); }
  .port-profiling-page.vessel-call-detail-page .vessel-data-card {
    overflow: hidden;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(31, 39, 76, 0.06); }
  .port-profiling-page.vessel-call-detail-page .vessel-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .port-profiling-page.vessel-call-detail-page .vessel-call-table.table-timeline {
    width: 100%;
    min-width: 1780px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: none;
    font-size: 12px; }
  .port-profiling-page.vessel-call-detail-page .vessel-call-table.table-timeline thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 12px 12px;
    border: 0;
    border-bottom: 1px solid #dbe3ee;
    background: #f8fafc;
    color: #334155;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    white-space: nowrap; }
  .port-profiling-page.vessel-call-detail-page .vessel-call-table.table-timeline tbody td {
    padding: 11px 12px;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    color: #1f2937;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    vertical-align: middle;
    white-space: nowrap; }
  .port-profiling-page.vessel-call-detail-page .vessel-call-table.table-timeline tbody tr {
    background: #fff;
    cursor: pointer;
    transition: background-color 0.16s ease, box-shadow 0.16s ease; }
    .port-profiling-page.vessel-call-detail-page .vessel-call-table.table-timeline tbody tr:nth-child(even) {
      background: #f8fafc; }
    .port-profiling-page.vessel-call-detail-page .vessel-call-table.table-timeline tbody tr:hover {
      background: #eff6ff; }
    .port-profiling-page.vessel-call-detail-page .vessel-call-table.table-timeline tbody tr.is-selected {
      background: #eef4ff;
      box-shadow: inset 3px 0 0 var(--port-blue); }
  .port-profiling-page.vessel-call-detail-page .vessel-call-table.table-timeline tbody tr:last-child td {
    border-bottom: 0; }
  .port-profiling-page.vessel-call-detail-page .vessel-call-table.table-timeline .vessel-col-exception-type {
    min-width: 250px;
    max-width: 340px;
    white-space: normal; }
  .port-profiling-page.vessel-call-detail-page .vessel-exception-text {
    display: block;
    max-width: 330px;
    white-space: normal; }
  .port-profiling-page.vessel-call-detail-page .vessel-number-positive {
    color: #166534;
    font-weight: 900; }
  .port-profiling-page.vessel-call-detail-page .vessel-number-negative {
    color: #b91c1c;
    font-weight: 900; }
  .port-profiling-page.vessel-call-detail-page .vessel-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    white-space: normal; }
  .port-profiling-page.vessel-call-detail-page .vessel-badge-loading {
    border-color: #bbf7d0;
    background: #dcfce7;
    color: #166534; }
  .port-profiling-page.vessel-call-detail-page .vessel-badge-discharging {
    border-color: #fecaca;
    background: #fee2e2;
    color: #b91c1c; }
  .port-profiling-page.vessel-call-detail-page .vessel-badge-neutral, .port-profiling-page.vessel-call-detail-page .vessel-badge-unknown, .port-profiling-page.vessel-call-detail-page .vessel-badge-n-a {
    border-color: #e2e8f0;
    background: #f1f5f9;
    color: #475569; }
  .port-profiling-page.vessel-call-detail-page .vessel-badge-yes {
    border-color: #fed7aa;
    background: #ffedd5;
    color: #c2410c; }
  .port-profiling-page.vessel-call-detail-page .vessel-badge-no {
    border-color: #bbf7d0;
    background: #dcfce7;
    color: #166534; }
  .port-profiling-page.vessel-call-detail-page .vessel-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    border-top: 1px solid var(--port-line);
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    background: rgba(248, 250, 252, 0.92); }
  .port-profiling-page.vessel-call-detail-page .vessel-table-controls {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px; }
  .port-profiling-page.vessel-call-detail-page .vessel-pagination {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px; }
  .port-profiling-page.vessel-call-detail-page .vessel-page-button, .port-profiling-page.vessel-call-detail-page .vessel-show-all-button {
    min-width: 32px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(31, 39, 76, 0.05);
    transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, transform 0.16s ease; }
  .port-profiling-page.vessel-call-detail-page .vessel-page-button:hover, .port-profiling-page.vessel-call-detail-page .vessel-show-all-button:hover, .port-profiling-page.vessel-call-detail-page .vessel-page-button:focus, .port-profiling-page.vessel-call-detail-page .vessel-show-all-button:focus, .port-profiling-page.vessel-call-detail-page .vessel-page-button.is-active, .port-profiling-page.vessel-call-detail-page .vessel-show-all-button.is-active {
    border-color: #bfdbfe;
    background: #2563eb;
    color: #fff;
    transform: translateY(-1px); }
  .port-profiling-page.vessel-call-detail-page .vessel-page-button:disabled, .port-profiling-page.vessel-call-detail-page .vessel-show-all-button:disabled {
    cursor: default;
    opacity: 0.45;
    transform: none; }
  .port-profiling-page.vessel-call-detail-page .vessel-show-all-button {
    min-width: 86px;
    color: var(--port-blue); }
  .port-profiling-page.vessel-call-detail-page .vessel-page-ellipsis {
    min-width: 18px;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    text-align: center; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-panel {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid #bcd0ff;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.08); }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-panel.is-collapsed .vessel-detail-header {
    margin-bottom: 0; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-panel.is-collapsed .vessel-detail-grid {
    display: none; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    color: #1e293b;
    font-size: 13px;
    font-weight: 900; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-header strong span {
    display: inline-block;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #cbd5e1;
    color: #334155; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-header button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--port-blue);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-header button:hover, .port-profiling-page.vessel-call-detail-page .vessel-detail-header button:focus {
    color: #1d4ed8;
    text-decoration: underline; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(190px, 1fr));
    gap: 12px; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-card {
    min-height: 172px;
    padding: 14px;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: #fff; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-card h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    color: #1e293b;
    font-size: 14px;
    font-weight: 900; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-card h2 i {
    color: var(--port-blue);
    font-size: 15px; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-top: 1px solid #edf1f6; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-row span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-row strong {
    max-width: 58%;
    color: #1f2937;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-align: right;
    overflow-wrap: anywhere; }
  @media (max-width: 1400px) {
  .port-profiling-page.vessel-call-detail-page .vessel-filter-bar {
    grid-template-columns: repeat(3, minmax(170px, 1fr)); }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr)); } }
  @media (max-width: 900px) {
  .port-profiling-page.vessel-call-detail-page {
    padding: 0 12px 24px; }
    .port-profiling-page.vessel-call-detail-page .vessel-page-actions, .port-profiling-page.vessel-call-detail-page .vessel-page-actions .port-date-range, .port-profiling-page.vessel-call-detail-page .vessel-fetch-form, .port-profiling-page.vessel-call-detail-page .vessel-fetch-button {
      width: 100%; }

    .port-profiling-page.vessel-call-detail-page .vessel-filter-bar, .port-profiling-page.vessel-call-detail-page .vessel-detail-grid {
      grid-template-columns: 1fr; }

    .port-profiling-page.vessel-call-detail-page .vessel-sort-row {
      align-items: stretch; }
      .port-profiling-page.vessel-call-detail-page .vessel-sort-row > span {
        flex: 0 0 100%; }

    .port-profiling-page.vessel-call-detail-page .vessel-sort-button {
      flex: 1 1 190px; }

    .port-profiling-page.vessel-call-detail-page .vessel-detail-header {
      align-items: flex-start;
      flex-direction: column; }

    .port-profiling-page.vessel-call-detail-page .vessel-table-footer {
      align-items: flex-start;
      flex-direction: column; }

    .port-profiling-page.vessel-call-detail-page .vessel-table-controls {
      width: 100%;
      justify-content: flex-start; } }
  @media (max-width: 640px) {
  .port-profiling-page.vessel-call-detail-page .vessel-call-table.table-timeline {
    min-width: 1640px; }
  .port-profiling-page.vessel-call-detail-page .vessel-detail-row {
    display: block; }
    .port-profiling-page.vessel-call-detail-page .vessel-detail-row strong {
      display: block;
      max-width: 100%;
      margin-top: 4px;
      text-align: left; } }

.port-profiling-page.draught-activity-analysis-page {
  padding-top: 0; }
  .port-profiling-page.draught-activity-analysis-page .draught-activity-header {
    align-items: center;
    margin-bottom: 14px; }
  .port-profiling-page.draught-activity-analysis-page .draught-activity-message {
    margin-bottom: 12px;
    padding: 11px 13px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45; }
  .port-profiling-page.draught-activity-analysis-page .draught-filter-bar {
    grid-template-columns: minmax(230px, 0.95fr) minmax(280px, 1fr) minmax(220px, 0.9fr); }
  .port-profiling-page.draught-activity-analysis-page .draught-filter-date {
    width: 100%;
    min-width: 0;
    height: 50px;
    box-shadow: none; }
  .port-profiling-page.draught-activity-analysis-page .draught-card {
    overflow: hidden;
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(31, 39, 76, 0.06); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-section {
    padding: 14px; }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px; }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: #fff; }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border-radius: 8px;
    font-size: 18px; }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-content span {
    display: block;
    color: #334155;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25; }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-content strong {
    display: block;
    margin-top: 7px;
    color: #0f172a;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0; }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-content p {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere; }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-loading .draught-summary-icon {
    background: #ecfdf3;
    color: var(--port-green); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-loading strong {
    color: var(--port-green); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-discharging .draught-summary-icon {
    background: #fef2f2;
    color: var(--port-red); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-discharging strong {
    color: var(--port-red); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-neutral .draught-summary-icon {
    background: #f1f5f9;
    color: var(--port-slate); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-neutral strong {
    color: #334155; }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-average .draught-summary-icon {
    background: #eff6ff;
    color: var(--port-blue); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-average strong {
    color: var(--port-blue); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-increase .draught-summary-icon {
    background: #f0fdf4;
    color: var(--port-green); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-increase strong {
    color: var(--port-green); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-decrease .draught-summary-icon {
    background: #fef2f2;
    color: var(--port-red); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-decrease strong {
    color: var(--port-red); }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-card-total .draught-summary-icon {
    background: #eff6ff;
    color: var(--port-blue); }
  .port-profiling-page.draught-activity-analysis-page .draught-main-table-card {
    padding: 14px 14px 0; }
  .port-profiling-page.draught-activity-analysis-page .draught-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #edf1f6;
    border-radius: 8px; }
  .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline {
    width: 100%;
    min-width: 720px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: none;
    font-size: 12px; }
  .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid #dbe3ee;
    background: #f8fafc;
    color: #334155;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    white-space: nowrap; }
  .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline tbody td {
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    color: #1f2937;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    vertical-align: middle;
    white-space: nowrap; }
  .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline tbody tr {
    background: #fff; }
    .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline tbody tr:nth-child(even) {
      background: #f8fafc; }
    .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline tbody tr:hover {
      background: #eff6ff; }
  .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline tbody tr:last-child td {
    border-bottom: 0; }
  .port-profiling-page.draught-activity-analysis-page .draught-change-table {
    min-width: 980px; }
  .port-profiling-page.draught-activity-analysis-page .draught-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 44px;
    margin: 0 -14px;
    padding: 0 14px;
    border-top: 1px solid var(--port-line);
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    background: rgba(248, 250, 252, 0.92); }
  .port-profiling-page.draught-activity-analysis-page .draught-pagination {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px; }
  .port-profiling-page.draught-activity-analysis-page .draught-page-button {
    min-width: 32px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(31, 39, 76, 0.05);
    transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, transform 0.16s ease; }
  .port-profiling-page.draught-activity-analysis-page .draught-page-button:hover, .port-profiling-page.draught-activity-analysis-page .draught-page-button:focus, .port-profiling-page.draught-activity-analysis-page .draught-page-button.is-active {
    border-color: #bfdbfe;
    background: #2563eb;
    color: #fff;
    transform: translateY(-1px); }
  .port-profiling-page.draught-activity-analysis-page .draught-page-button:disabled {
    cursor: default;
    opacity: 0.45;
    transform: none; }
  .port-profiling-page.draught-activity-analysis-page .draught-page-ellipsis {
    min-width: 18px;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    text-align: center; }
  .port-profiling-page.draught-activity-analysis-page .draught-top-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 12px; }
  .port-profiling-page.draught-activity-analysis-page .draught-top-grid .draught-card {
    margin-bottom: 0; }
  .port-profiling-page.draught-activity-analysis-page .draught-activity-split-card {
    min-height: 292px; }
  .port-profiling-page.draught-activity-analysis-page .draught-activity-chart {
    width: 100%;
    height: 230px; }
  .port-profiling-page.draught-activity-analysis-page .canvasjs-chart-credit {
    display: none; }
  .port-profiling-page.draught-activity-analysis-page .draught-top-grid .draught-table-scroll {
    overflow-x: visible; }
  .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline.draught-top-table {
    min-width: 0;
    width: 100%;
    table-layout: fixed; }
  .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline.draught-top-table th:first-child, .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline.draught-top-table td:first-child {
    width: 52px;
    text-align: center; }
  .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline.draught-top-table th:nth-child(2), .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline.draught-top-table td:nth-child(2) {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis; }
  .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline.draught-top-table th:last-child, .port-profiling-page.draught-activity-analysis-page .draught-analysis-table.table-timeline.draught-top-table td:last-child {
    width: 124px;
    text-align: right; }
  .port-profiling-page.draught-activity-analysis-page .draught-number-positive {
    color: #166534;
    font-weight: 900; }
  .port-profiling-page.draught-activity-analysis-page .draught-number-negative {
    color: #b91c1c;
    font-weight: 900; }
  .port-profiling-page.draught-activity-analysis-page .draught-number-neutral {
    color: #334155;
    font-weight: 900; }
  .port-profiling-page.draught-activity-analysis-page .draught-activity-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    padding: 3px 8px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap; }
  .port-profiling-page.draught-activity-analysis-page .draught-activity-badge-loading, .port-profiling-page.draught-activity-analysis-page .draught-activity-badge-likely-loading {
    border-color: #bbf7d0;
    background: #dcfce7;
    color: #166534; }
  .port-profiling-page.draught-activity-analysis-page .draught-activity-badge-discharging, .port-profiling-page.draught-activity-analysis-page .draught-activity-badge-likely-discharging {
    border-color: #fecaca;
    background: #fee2e2;
    color: #b91c1c; }
  .port-profiling-page.draught-activity-analysis-page .draught-activity-badge-neutral, .port-profiling-page.draught-activity-analysis-page .draught-activity-badge-unknown, .port-profiling-page.draught-activity-analysis-page .draught-activity-badge-n-a {
    border-color: #e2e8f0;
    background: #f1f5f9;
    color: #475569; }
  .port-profiling-page.draught-activity-analysis-page .draught-exception-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    padding: 3px 8px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap; }
  .port-profiling-page.draught-activity-analysis-page .draught-exception-badge-yes {
    border-color: #fed7aa;
    background: #ffedd5;
    color: #c2410c; }
  .port-profiling-page.draught-activity-analysis-page .draught-exception-badge-no {
    border-color: #bbf7d0;
    background: #dcfce7;
    color: #166534; }
  .port-profiling-page.draught-activity-analysis-page .draught-exception-badge-n-a, .port-profiling-page.draught-activity-analysis-page .draught-exception-badge-unknown {
    border-color: #e2e8f0;
    background: #f1f5f9;
    color: #475569; }
  .port-profiling-page.draught-activity-analysis-page .draught-empty-row td {
    color: #64748b;
    font-weight: 800;
    text-align: center; }
  .port-profiling-page.draught-activity-analysis-page.is-loading .draught-summary-content strong {
    opacity: 0.55; }
  @media (max-width: 1500px) {
  .port-profiling-page.draught-activity-analysis-page .draught-summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  @media (max-width: 1200px) {
  .port-profiling-page.draught-activity-analysis-page .draught-filter-bar, .port-profiling-page.draught-activity-analysis-page .draught-top-grid {
    grid-template-columns: 1fr; }
  .port-profiling-page.draught-activity-analysis-page .draught-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .port-profiling-page.draught-activity-analysis-page .draught-top-grid .draught-table-scroll {
    overflow-x: auto; } }
  @media (max-width: 900px) {
  .port-profiling-page.draught-activity-analysis-page {
    padding: 0 12px 24px; }
    .port-profiling-page.draught-activity-analysis-page .draught-activity-header {
      align-items: flex-start;
      flex-direction: column; }

    .port-profiling-page.draught-activity-analysis-page .draught-date-range-control {
      width: 100%; }

    .port-profiling-page.draught-activity-analysis-page .draught-summary-card {
      align-items: flex-start; } }
  @media (max-width: 640px) {
  .port-profiling-page.draught-activity-analysis-page .draught-summary-grid {
    grid-template-columns: 1fr; } }

.port-profiling-page.transit-analysis-page .transit-analysis-header h1 {
  display: inline-flex;
  align-items: center;
  gap: 8px; }
  .port-profiling-page.transit-analysis-page .transit-analysis-header h1 i {
    color: #64748b;
    font-size: 17px; }
  .port-profiling-page.transit-analysis-page .transit-analysis-message {
    margin: 0 0 12px;
    padding: 11px 13px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45; }
  .port-profiling-page.transit-analysis-page .transit-filter-bar {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) minmax(180px, 0.9fr) minmax(190px, 0.95fr) minmax(230px, 1.1fr) minmax(185px, 0.95fr) minmax(152px, 0.7fr);
    align-items: end;
    gap: 12px;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 22px rgba(31, 39, 76, 0.05); }
  .port-profiling-page.transit-analysis-page .transit-filter-date {
    width: 100%;
    min-width: 0;
    height: 50px;
    box-shadow: none; }
  .port-profiling-page.transit-analysis-page .transit-filter-action .transit-clear-button {
    width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    background: #fff;
    color: #1e293b;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 6px 18px rgba(31, 39, 76, 0.05);
    transition: border-color 0.16s ease, color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease; }
  .port-profiling-page.transit-analysis-page .transit-filter-action .transit-clear-button:hover, .port-profiling-page.transit-analysis-page .transit-filter-action .transit-clear-button:focus {
    border-color: #bfdbfe;
    color: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.1); }
  .port-profiling-page.transit-analysis-page .transit-kpi-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px; }
  .port-profiling-page.transit-analysis-page .transit-kpi-card {
    min-height: 102px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: #fff; }
  .port-profiling-page.transit-analysis-page .transit-kpi-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px; }
  .port-profiling-page.transit-analysis-page .transit-kpi-average .transit-kpi-icon {
    background: #eff6ff;
    color: var(--port-blue); }
  .port-profiling-page.transit-analysis-page .transit-kpi-average strong {
    color: var(--port-blue); }
  .port-profiling-page.transit-analysis-page .transit-kpi-median .transit-kpi-icon {
    background: #eff6ff;
    color: var(--port-blue); }
  .port-profiling-page.transit-analysis-page .transit-kpi-median strong {
    color: var(--port-blue); }
  .port-profiling-page.transit-analysis-page .transit-kpi-fastest .transit-kpi-icon {
    background: #f0fdf4;
    color: var(--port-green); }
  .port-profiling-page.transit-analysis-page .transit-kpi-fastest strong {
    color: var(--port-green); }
  .port-profiling-page.transit-analysis-page .transit-kpi-slowest .transit-kpi-icon {
    background: #fef2f2;
    color: var(--port-red); }
  .port-profiling-page.transit-analysis-page .transit-kpi-slowest strong {
    color: var(--port-red); }
  .port-profiling-page.transit-analysis-page .transit-kpi-outliers .transit-kpi-icon {
    background: #ffedd5;
    color: #c2410c; }
  .port-profiling-page.transit-analysis-page .transit-kpi-outliers strong {
    color: #c2410c; }
  .port-profiling-page.transit-analysis-page .transit-kpi-content {
    min-width: 0;
    flex: 1 1 auto; }
  .port-profiling-page.transit-analysis-page .transit-kpi-content span {
    display: block;
    color: #334155;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25; }
  .port-profiling-page.transit-analysis-page .transit-kpi-content strong {
    display: block;
    margin-top: 7px;
    color: #0f172a;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0; }
  .port-profiling-page.transit-analysis-page .transit-kpi-content p {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere; }
  .port-profiling-page.transit-analysis-page .transit-kpi-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    color: var(--port-blue);
    font-size: 10px;
    font-weight: 900;
    text-decoration: none; }
  .port-profiling-page.transit-analysis-page .transit-kpi-content a:hover, .port-profiling-page.transit-analysis-page .transit-kpi-content a:focus {
    color: #1d4ed8;
    text-decoration: none; }
  .port-profiling-page.transit-analysis-page .transit-card {
    overflow: hidden;
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(31, 39, 76, 0.06); }
  .port-profiling-page.transit-analysis-page .transit-chart-card {
    min-height: 390px; }
  .port-profiling-page.transit-analysis-page .transit-outliers-card {
    padding: 0; }
  .port-profiling-page.transit-analysis-page .transit-outliers-card .port-card-heading {
    margin: 0;
    padding: 14px 14px 10px; }
  .port-profiling-page.transit-analysis-page .transit-trend-chart {
    width: 100%;
    height: 320px;
    margin-top: 8px; }
  .port-profiling-page.transit-analysis-page .canvasjs-chart-credit {
    display: none; }
  .port-profiling-page.transit-analysis-page .transit-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .port-profiling-page.transit-analysis-page .transit-analysis-table.table-timeline {
    width: 100%;
    min-width: 980px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: none;
    font-size: 12px; }
  .port-profiling-page.transit-analysis-page .transit-analysis-table.table-timeline thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 12px 12px;
    border: 0;
    border-bottom: 1px solid #dbe3ee;
    background: #f8fafc;
    color: #334155;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    white-space: nowrap; }
  .port-profiling-page.transit-analysis-page .transit-analysis-table.table-timeline tbody td {
    padding: 11px 12px;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    color: #1f2937;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    vertical-align: middle;
    white-space: nowrap; }
  .port-profiling-page.transit-analysis-page .transit-analysis-table.table-timeline tbody tr {
    background: #fff;
    transition: background-color 0.16s ease; }
    .port-profiling-page.transit-analysis-page .transit-analysis-table.table-timeline tbody tr:nth-child(even) {
      background: #f8fafc; }
    .port-profiling-page.transit-analysis-page .transit-analysis-table.table-timeline tbody tr:hover {
      background: #eff6ff; }
  .port-profiling-page.transit-analysis-page .transit-analysis-table.table-timeline tbody tr:last-child td {
    border-bottom: 0; }
  .port-profiling-page.transit-analysis-page .transit-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    border-top: 1px solid var(--port-line);
    background: rgba(248, 250, 252, 0.92);
    color: #475569;
    font-size: 12px;
    font-weight: 800; }
  .port-profiling-page.transit-analysis-page .transit-pagination {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px; }
  .port-profiling-page.transit-analysis-page .transit-page-button {
    min-width: 32px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(31, 39, 76, 0.05);
    transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, transform 0.16s ease; }
  .port-profiling-page.transit-analysis-page .transit-page-button:hover, .port-profiling-page.transit-analysis-page .transit-page-button:focus, .port-profiling-page.transit-analysis-page .transit-page-button.is-active {
    border-color: #bfdbfe;
    background: #2563eb;
    color: #fff;
    transform: translateY(-1px); }
  .port-profiling-page.transit-analysis-page .transit-page-button:disabled {
    cursor: default;
    opacity: 0.45;
    transform: none; }
  .port-profiling-page.transit-analysis-page .transit-page-ellipsis {
    min-width: 18px;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    text-align: center; }
  .port-profiling-page.transit-analysis-page .transit-number-positive {
    color: #166534;
    font-weight: 900; }
  .port-profiling-page.transit-analysis-page .transit-number-negative {
    color: #b91c1c;
    font-weight: 900; }
  .port-profiling-page.transit-analysis-page .transit-number-neutral {
    color: #334155;
    font-weight: 900; }
  .port-profiling-page.transit-analysis-page .transit-outlier-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    white-space: normal; }
  .port-profiling-page.transit-analysis-page .transit-outlier-badge-too-long {
    border-color: #fecaca;
    background: #fee2e2;
    color: #b91c1c; }
  .port-profiling-page.transit-analysis-page .transit-outlier-badge-too-short {
    border-color: #fed7aa;
    background: #ffedd5;
    color: #c2410c; }
  .port-profiling-page.transit-analysis-page .transit-empty-row td {
    color: #64748b;
    font-weight: 800;
    text-align: center; }
  .port-profiling-page.transit-analysis-page.is-loading .transit-kpi-content strong, .port-profiling-page.transit-analysis-page.is-loading .transit-kpi-content p, .port-profiling-page.transit-analysis-page.is-loading .transit-trend-chart, .port-profiling-page.transit-analysis-page.is-loading .transit-table-scroll {
    opacity: 0.58; }
  @media (max-width: 1500px) {
  .port-profiling-page.transit-analysis-page .transit-filter-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .port-profiling-page.transit-analysis-page .transit-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 1180px) {
  .port-profiling-page.transit-analysis-page .transit-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .port-profiling-page.transit-analysis-page .transit-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 760px) {
  .port-profiling-page.transit-analysis-page {
    padding: 0 12px 24px; }
    .port-profiling-page.transit-analysis-page .transit-analysis-header {
      align-items: flex-start;
      flex-direction: column; }

    .port-profiling-page.transit-analysis-page .transit-filter-bar, .port-profiling-page.transit-analysis-page .transit-kpi-grid {
      grid-template-columns: 1fr; }

    .port-profiling-page.transit-analysis-page .transit-date-range-control, .port-profiling-page.transit-analysis-page .transit-clear-button {
      width: 100%; }

    .port-profiling-page.transit-analysis-page .transit-kpi-card {
      min-height: 0; } }

.port-profiling-page.exceptions-page {
  padding-top: 0; }
  .port-profiling-page.exceptions-page .exceptions-header {
    align-items: center;
    margin-bottom: 14px; }
  .port-profiling-page.exceptions-page .exceptions-message {
    margin-bottom: 12px;
    padding: 11px 13px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45; }
  .port-profiling-page.exceptions-page .exceptions-filter-bar {
    grid-template-columns: minmax(230px, 0.95fr) minmax(320px, 1fr) minmax(260px, 0.9fr) minmax(180px, 0.7fr); }
  .port-profiling-page.exceptions-page .exceptions-filter-date {
    width: 100%;
    min-width: 0;
    height: 50px;
    box-shadow: none; }
  .port-profiling-page.exceptions-page .exceptions-filter-action .exceptions-reset-button {
    width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    background: #fff;
    color: #1e293b;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 6px 18px rgba(31, 39, 76, 0.05);
    transition: border-color 0.16s ease, color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease; }
  .port-profiling-page.exceptions-page .exceptions-filter-action .exceptions-reset-button i {
    color: var(--port-blue);
    font-size: 12px; }
  .port-profiling-page.exceptions-page .exceptions-filter-action .exceptions-reset-button:hover, .port-profiling-page.exceptions-page .exceptions-filter-action .exceptions-reset-button:focus {
    border-color: #bfdbfe;
    color: var(--port-blue);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.1); }
  .port-profiling-page.exceptions-page .exceptions-summary-row {
    display: grid;
    grid-template-columns: minmax(210px, 0.18fr) minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 12px; }
  .port-profiling-page.exceptions-page .exceptions-total-card, .port-profiling-page.exceptions-page .exceptions-issue-card, .port-profiling-page.exceptions-page .exceptions-card {
    overflow: hidden;
    border: 1px solid var(--port-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(31, 39, 76, 0.06); }
  .port-profiling-page.exceptions-page .exceptions-total-card {
    min-height: 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px; }
  .port-profiling-page.exceptions-page .exceptions-total-card span {
    color: #334155;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25; }
  .port-profiling-page.exceptions-page .exceptions-total-card strong {
    display: block;
    margin-top: 14px;
    color: var(--port-red);
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0; }
  .port-profiling-page.exceptions-page .exceptions-total-card p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25; }
  .port-profiling-page.exceptions-page .exceptions-issue-card {
    padding: 18px; }
  .port-profiling-page.exceptions-page .exceptions-issue-card .port-card-heading {
    margin-bottom: 14px; }
  .port-profiling-page.exceptions-page .exceptions-issue-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 18px; }
  .port-profiling-page.exceptions-page .exceptions-issue-item {
    min-width: 0; }
  .port-profiling-page.exceptions-page .exceptions-issue-item strong {
    display: block;
    color: var(--port-blue);
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0; }
  .port-profiling-page.exceptions-page .exceptions-issue-item span {
    display: block;
    margin-top: 12px;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere; }
  .port-profiling-page.exceptions-page .exceptions-table-card {
    padding: 0; }
  .port-profiling-page.exceptions-page .exceptions-table-card .port-card-heading {
    margin: 0;
    padding: 14px 14px 10px; }
  .port-profiling-page.exceptions-page .exceptions-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .port-profiling-page.exceptions-page .exceptions-table.table-timeline {
    width: 100%;
    min-width: 1320px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: none;
    font-size: 12px; }
  .port-profiling-page.exceptions-page .exceptions-table.table-timeline thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 12px 12px;
    border: 0;
    border-bottom: 1px solid #dbe3ee;
    background: #f8fafc;
    color: #334155;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    white-space: nowrap; }
  .port-profiling-page.exceptions-page .exceptions-table.table-timeline tbody td {
    padding: 11px 12px;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    color: #1f2937;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    vertical-align: middle;
    white-space: nowrap; }
  .port-profiling-page.exceptions-page .exceptions-table.table-timeline tbody tr {
    background: #fff;
    transition: background-color 0.16s ease; }
    .port-profiling-page.exceptions-page .exceptions-table.table-timeline tbody tr:nth-child(even) {
      background: #f8fafc; }
    .port-profiling-page.exceptions-page .exceptions-table.table-timeline tbody tr:hover {
      background: #eff6ff; }
  .port-profiling-page.exceptions-page .exceptions-table.table-timeline tbody tr:last-child td {
    border-bottom: 0; }
  .port-profiling-page.exceptions-page .exceptions-issue-badge {
    display: inline-block;
    max-width: 280px;
    color: #1f2937;
    font-weight: 850;
    line-height: 1.35;
    white-space: normal; }
  .port-profiling-page.exceptions-page .exceptions-number-positive {
    color: #166534;
    font-weight: 900; }
  .port-profiling-page.exceptions-page .exceptions-number-negative {
    color: #b91c1c;
    font-weight: 900; }
  .port-profiling-page.exceptions-page .exceptions-number-neutral {
    color: #334155;
    font-weight: 900; }
  .port-profiling-page.exceptions-page .exceptions-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    border-top: 1px solid var(--port-line);
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    background: rgba(248, 250, 252, 0.92); }
  .port-profiling-page.exceptions-page .exceptions-pagination {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px; }
  .port-profiling-page.exceptions-page .exceptions-page-button {
    min-width: 32px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(31, 39, 76, 0.05);
    transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, transform 0.16s ease; }
  .port-profiling-page.exceptions-page .exceptions-page-button:hover, .port-profiling-page.exceptions-page .exceptions-page-button:focus, .port-profiling-page.exceptions-page .exceptions-page-button.is-active {
    border-color: #bfdbfe;
    background: #2563eb;
    color: #fff;
    transform: translateY(-1px); }
  .port-profiling-page.exceptions-page .exceptions-page-button:disabled {
    cursor: default;
    opacity: 0.45;
    transform: none; }
  .port-profiling-page.exceptions-page .exceptions-page-ellipsis {
    min-width: 18px;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    text-align: center; }
  .port-profiling-page.exceptions-page .exceptions-empty-row td {
    color: #64748b;
    font-weight: 800;
    text-align: center; }
  .port-profiling-page.exceptions-page.is-loading .exceptions-total-card strong, .port-profiling-page.exceptions-page.is-loading .exceptions-issue-item strong, .port-profiling-page.exceptions-page.is-loading .exceptions-table-scroll {
    opacity: 0.55; }
  @media (max-width: 1500px) {
  .port-profiling-page.exceptions-page .exceptions-issue-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }
  @media (max-width: 1200px) {
  .port-profiling-page.exceptions-page .exceptions-filter-bar, .port-profiling-page.exceptions-page .exceptions-summary-row {
    grid-template-columns: 1fr; }
  .port-profiling-page.exceptions-page .exceptions-issue-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 760px) {
  .port-profiling-page.exceptions-page {
    padding: 0 12px 24px; }
    .port-profiling-page.exceptions-page .exceptions-header {
      align-items: flex-start;
      flex-direction: column; }

    .port-profiling-page.exceptions-page .exceptions-date-range-control, .port-profiling-page.exceptions-page .exceptions-reset-button {
      width: 100%; }

    .port-profiling-page.exceptions-page .exceptions-issue-grid {
      grid-template-columns: 1fr; } }

.port-profiling-page .port-overview-filter-bar {
  grid-template-columns: minmax(190px, 1fr) minmax(220px, 1.12fr) minmax(175px, 0.9fr) minmax(170px, 0.85fr) minmax(170px, 0.85fr) minmax(148px, 0.68fr); }
  .port-profiling-page.vessel-call-detail-page .vessel-filter-bar {
    grid-template-columns: minmax(180px, 0.95fr) minmax(170px, 1fr) minmax(120px, 0.72fr) minmax(150px, 0.85fr) minmax(150px, 0.85fr) minmax(148px, 0.68fr); }
  .port-profiling-page.draught-activity-analysis-page .draught-filter-bar {
    grid-template-columns: minmax(220px, 0.98fr) minmax(240px, 1fr) minmax(190px, 0.86fr) minmax(148px, 0.68fr); }
  .port-profiling-page .port-filter-action, .port-profiling-page .transit-filter-action, .port-profiling-page .exceptions-filter-action {
    min-width: 0; }
  .port-profiling-page .port-filter-action .pp-reset-filters-btn, .port-profiling-page .transit-filter-action .pp-reset-filters-btn, .port-profiling-page .exceptions-filter-action .pp-reset-filters-btn {
    width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    background: #fff;
    color: #1e293b;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(31, 39, 76, 0.05);
    transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease, transform 0.16s ease; }
  .port-profiling-page .port-filter-action .pp-reset-filters-btn i, .port-profiling-page .transit-filter-action .pp-reset-filters-btn i, .port-profiling-page .exceptions-filter-action .pp-reset-filters-btn i {
    color: var(--port-blue);
    font-size: 12px; }
  .port-profiling-page .port-filter-action .pp-reset-filters-btn:hover, .port-profiling-page .transit-filter-action .pp-reset-filters-btn:hover, .port-profiling-page .exceptions-filter-action .pp-reset-filters-btn:hover, .port-profiling-page .port-filter-action .pp-reset-filters-btn:focus, .port-profiling-page .transit-filter-action .pp-reset-filters-btn:focus, .port-profiling-page .exceptions-filter-action .pp-reset-filters-btn:focus {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
    box-shadow: 0 8px 18px rgba(31, 39, 76, 0.08);
    transform: translateY(-1px); }
  .port-profiling-page .port-filter-action .pp-reset-filters-btn:disabled, .port-profiling-page .transit-filter-action .pp-reset-filters-btn:disabled, .port-profiling-page .exceptions-filter-action .pp-reset-filters-btn:disabled {
    cursor: default;
    opacity: 0.55;
    transform: none; }
  @media (max-width: 1280px) {
  .port-profiling-page .port-overview-filter-bar, .port-profiling-page.vessel-call-detail-page .vessel-filter-bar, .port-profiling-page.draught-activity-analysis-page .draught-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 760px) {
  .port-profiling-page .port-overview-filter-bar, .port-profiling-page.vessel-call-detail-page .vessel-filter-bar, .port-profiling-page.draught-activity-analysis-page .draught-filter-bar {
    grid-template-columns: 1fr; } }

.modal-table span.text {
  font-weight: 400;
  display: block; }
  .modal-table tr th, .modal-table tr td {
    padding: 5px 10px; }

#central-hub-2 {
  padding-top: 10px;
  background: none !important;
  color: #fff; }
  #central-hub-2 #central-table {
    table-layout: fixed;
    width: 100%; }
  #central-hub-2 #central-table th:nth-child(2) {
    /* Berthed Column */
    width: 600px; }
  #central-hub-2 #central-table th, #central-hub-2 #central-table td {
    /* prevents stretching from long unbreaking text */
    overflow: hidden;
    /* Apply the same Grid stacking trick to the cycling alerts */ }
  #central-hub-2 .information-cycle-container {
    display: grid;
    margin-top: 5px; }
  #central-hub-2 .information {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out; }
  #central-hub-2 .information.active {
    opacity: 1;
    visibility: visible; }
  #central-hub-2 .ai_agent_holder_row {
    display: flex;
    align-items: stretch; }
  #central-hub-2 .ai_agent_holder_row .ai_agent_holder {
    display: grid;
    /* Adjust if your boxes are taller */
    min-height: 40px;
    /* Removed .ai_agent_box from here to prevent height collapse! */ }
  #central-hub-2 .ai_agent_holder_row .ai_agent_holder .filtering {
    margin-bottom: 10px; }
    #central-hub-2 .ai_agent_holder_row .ai_agent_holder .filtering span {
      border: 1px solid #fff;
      padding: 3px 6px 0 6px;
      border-radius: 4px;
      font-size: 11px;
      display: inline-block;
      margin-bottom: 4px; }
    #central-hub-2 .ai_agent_holder_row .ai_agent_holder .filtering span:hover {
      background: #fff;
      color: #042444;
      cursor: pointer; }
    #central-hub-2 .ai_agent_holder_row .ai_agent_holder .filtering span .clear-filter {
      border: none !important;
      position: relative;
      top: -1px;
      right: -2px; }
  #central-hub-2 .ai_agent_holder_row .ai_agent_holder .ai_agent_box {
    /* Changed from block to flex so column direction works */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #2b4c5c;
    width: 100%;
    /* Fading properties */
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    pointer-events: none;
    z-index: 1;
    height: 100%; }
    #central-hub-2 .ai_agent_holder_row .ai_agent_holder .ai_agent_box .ai_agent_level {
      display: block;
      font-size: 20px;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: anywhere;
      color: #dac31c;
      font-weight: bold;
      margin-bottom: -3px; }
    #central-hub-2 .ai_agent_holder_row .ai_agent_holder .ai_agent_box .ai_agent_level span.status_colour {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin-left: 5px;
      top: 0px;
      position: relative;
      display: inline-block;
      background-color: #a3d759; }
      #central-hub-2 .ai_agent_holder_row .ai_agent_holder .ai_agent_box .ai_agent_level span.status_colour.green {
        background-color: #a3d759; }
      #central-hub-2 .ai_agent_holder_row .ai_agent_holder .ai_agent_box .ai_agent_level span.status_colour.amber {
        background-color: #ffbf00; }
      #central-hub-2 .ai_agent_holder_row .ai_agent_holder .ai_agent_box .ai_agent_level span.status_colour.orange {
        background-color: #fb8c00; }
      #central-hub-2 .ai_agent_holder_row .ai_agent_holder .ai_agent_box .ai_agent_level span.status_colour.red {
        background-color: #dd050e; }
    #central-hub-2 .ai_agent_holder_row .ai_agent_holder .ai_agent_box .ai_agent_title {
      display: block;
      font-size: 20px;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: anywhere;
      font-weight: 600; }
    #central-hub-2 .ai_agent_holder_row .ai_agent_holder .ai_agent_box .ai_agent_content {
      font-weight: 300;
      display: block;
      font-size: 12px;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: anywhere; }
    #central-hub-2 .ai_agent_holder_row .ai_agent_holder .ai_agent_box.active-agent {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      z-index: 2; }
  #central-hub-2 .ai_agent_holder_row .last_updated {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    background-color: #2b4c5c;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    text-align: right; }
  #central-hub-2 .ai_agent_holder_row .last_updated p {
    margin: 0; }
  #central-hub-2 #central-table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0; }
  #central-hub-2 #central-table tr:nth-child(1) th {
    background: #dac31c;
    color: #042444; }
  #central-hub-2 #central-table tr th {
    color: #fff;
    font-size: 20px; }
  #central-hub-2 #central-table tr th:nth-child(1) {
    width: 0px !important; }
  #central-hub-2 #central-table tr th, #central-hub-2 #central-table tr, #central-hub-2 #central-table td {
    border-bottom: 1px solid #dac31c;
    padding: 5px; }
  #central-hub-2 #central-table tr td, #central-hub-2 #central-table tr th {
    max-width: 1000px;
    border: 1px solid #dac31c; }
  #central-hub-2 #central-table tr td.pending .vessel, #central-hub-2 #central-table tr th.pending .vessel {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #2b4c5c; }
  #central-hub-2 #central-table tr td .marquee, #central-hub-2 #central-table tr th .marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative; }
  #central-hub-2 #central-table tr td .marquee-track, #central-hub-2 #central-table tr th .marquee-track {
    display: flex;
    width: max-content; }
  #central-hub-2 #central-table tr td .marquee-content, #central-hub-2 #central-table tr th .marquee-content {
    display: inline-flex;
    gap: 6px;
    margin-left: 6px;
    align-items: center; }
    #central-hub-2 #central-table tr td .marquee-content > span:last-child .vessel, #central-hub-2 #central-table tr th .marquee-content > span:last-child .vessel {
      border-right: none; }
  #central-hub-2 #central-table tr td .marquee.animate.reverse .marquee-track, #central-hub-2 #central-table tr th .marquee.animate.reverse .marquee-track {
    animation: scroll-reverse 120s linear infinite; }
  #central-hub-2 #central-table tr td .vessel, #central-hub-2 #central-table tr th .vessel {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 290px;
    cursor: pointer;
    min-height: 80px; }
    #central-hub-2 #central-table tr td .vessel.green, #central-hub-2 #central-table tr th .vessel.green {
      border-color: #a3d759; }
    #central-hub-2 #central-table tr td .vessel.amber, #central-hub-2 #central-table tr th .vessel.amber {
      border-color: #ffbf00; }
    #central-hub-2 #central-table tr td .vessel.orange, #central-hub-2 #central-table tr th .vessel.orange {
      border-color: #fb8c00; }
    #central-hub-2 #central-table tr td .vessel.red, #central-hub-2 #central-table tr th .vessel.red {
      border-color: #dd050e; }
    #central-hub-2 #central-table tr td .vessel:hover, #central-hub-2 #central-table tr th .vessel:hover {
      background: #2b4c5c; }
    #central-hub-2 #central-table tr td .vessel:hover.amber, #central-hub-2 #central-table tr th .vessel:hover.amber {
      background: #ffbf00; }
    #central-hub-2 #central-table tr td .vessel:hover.orange, #central-hub-2 #central-table tr th .vessel:hover.orange {
      background: #fb8c00; }
    #central-hub-2 #central-table tr td .vessel:hover.red, #central-hub-2 #central-table tr th .vessel:hover.red {
      background: #dd050e;
      color: #fff; }
    #central-hub-2 #central-table tr td .vessel span.title, #central-hub-2 #central-table tr th .vessel span.title {
      color: #dac31c;
      font-size: 20px;
      display: block;
      font-weight: 800;
      margin-bottom: -3px; }
    #central-hub-2 #central-table tr td .vessel span.title span.sunk_icon, #central-hub-2 #central-table tr th .vessel span.title span.sunk_icon {
      font-size: 17px;
      margin-left: 3px;
      top: -1px;
      position: relative; }
    #central-hub-2 #central-table tr td .vessel span.eta, #central-hub-2 #central-table tr th .vessel span.eta, #central-hub-2 #central-table tr td .vessel span.etd, #central-hub-2 #central-table tr th .vessel span.etd {
      font-size: 20px;
      display: block;
      font-weight: 600;
      margin-bottom: -3px; }
    #central-hub-2 #central-table tr td .vessel span.loa, #central-hub-2 #central-table tr th .vessel span.loa, #central-hub-2 #central-table tr td .vessel span.dft, #central-hub-2 #central-table tr th .vessel span.dft, #central-hub-2 #central-table tr td .vessel span.con, #central-hub-2 #central-table tr th .vessel span.con {
      font-size: 20px;
      font-weight: 600;
      margin-right: 10px; }
    #central-hub-2 #central-table tr td .vessel .info-wrapper, #central-hub-2 #central-table tr th .vessel .info-wrapper {
      position: relative; }
    #central-hub-2 #central-table tr td .vessel .info-wrapper .information-fixed, #central-hub-2 #central-table tr th .vessel .info-wrapper .information-fixed {
      display: block; }
    #central-hub-2 #central-table tr td .vessel .info-wrapper .information, #central-hub-2 #central-table tr th .vessel .info-wrapper .information {
      margin-top: -3px;
      display: none;
      opacity: 0;
      transition: opacity 0.6s ease;
      font-size: 20px;
      font-weight: bold; }
      #central-hub-2 #central-table tr td .vessel .info-wrapper .information .content, #central-hub-2 #central-table tr th .vessel .info-wrapper .information .content {
        color: #dac31c; }
      #central-hub-2 #central-table tr td .vessel .info-wrapper .information span.status_colour, #central-hub-2 #central-table tr th .vessel .info-wrapper .information span.status_colour {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-right: 2px;
        top: 0px;
        position: relative;
        display: inline-block;
        background-color: #a3d759; }
        #central-hub-2 #central-table tr td .vessel .info-wrapper .information span.status_colour.green, #central-hub-2 #central-table tr th .vessel .info-wrapper .information span.status_colour.green {
          background-color: #a3d759; }
        #central-hub-2 #central-table tr td .vessel .info-wrapper .information span.status_colour.amber, #central-hub-2 #central-table tr th .vessel .info-wrapper .information span.status_colour.amber {
          background-color: #ffbf00; }
        #central-hub-2 #central-table tr td .vessel .info-wrapper .information span.status_colour.orange, #central-hub-2 #central-table tr th .vessel .info-wrapper .information span.status_colour.orange {
          background-color: #fb8c00; }
        #central-hub-2 #central-table tr td .vessel .info-wrapper .information span.status_colour.red, #central-hub-2 #central-table tr th .vessel .info-wrapper .information span.status_colour.red {
          background-color: #dd050e; }
    #central-hub-2 #central-table tr td .vessel .info-wrapper .information.active, #central-hub-2 #central-table tr th .vessel .info-wrapper .information.active {
      display: block;
      opacity: 1; }

@keyframes scroll-reverse {
  from {
    transform: translateX(0); }

  to {
    transform: translateX(-50%); } }

.shipping-dashboard.large-format {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;
  color: #111827;
  background: transparent;
  /* Base Font Reduced significantly */
  font-size: 13px; }
  .shipping-dashboard.large-format .text-red {
    color: #ef4444; }
  .shipping-dashboard.large-format .text-green {
    color: #10b981; }
  .shipping-dashboard.large-format .text-orange {
    color: #f59e0b; }
  .shipping-dashboard.large-format .text-purple {
    color: #8b5cf6; }
  .shipping-dashboard.large-format .text-main {
    color: #111827; }
  .shipping-dashboard.large-format .text-muted {
    color: #6b7280; }
  .shipping-dashboard.large-format .fw-bold {
    font-weight: 700; }
  .shipping-dashboard.large-format .mt-auto {
    margin-top: auto;
    /* Span full width inside a grid */ }
  .shipping-dashboard.large-format .w-full {
    grid-column: 1 / -1; }
  .shipping-dashboard.large-format .section-heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    /* Controls */ }
  .shipping-dashboard.large-format .section-heading .indicator {
    width: 4px;
    height: 18px;
    border-radius: 4px;
    margin-right: 10px; }
  .shipping-dashboard.large-format .section-heading .indicator.blue {
    background-color: #3b82f6; }
  .shipping-dashboard.large-format .section-heading .indicator.purple {
    background-color: #8b5cf6; }
  .shipping-dashboard.large-format .section-heading .section-title {
    /* Scaled down from 20px */
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .shipping-dashboard.large-format .dash-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
    /* Metrics Grid */ }
  .shipping-dashboard.large-format .dash-controls .date-filter {
    background: #fff;
    cursor: pointer;
    /* Reduced padding */
    padding: 8px 14px;
    border: 1px solid #e4e7eb;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #111827;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: border-color 0.2s; }
  .shipping-dashboard.large-format .dash-controls .date-filter:hover {
    border-color: #3b82f6; }
  .shipping-dashboard.large-format .dash-controls .date-filter i {
    color: #3b82f6; }
  .shipping-dashboard.large-format .metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
    /* 70/30 Layout */ }
  .shipping-dashboard.large-format .metrics-grid .metric-card {
    background: #fff;
    /* Reduced padding */
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e4e7eb;
    border-top-width: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); }
  .shipping-dashboard.large-format .metrics-grid .metric-card.border-green {
    border-top-color: #10b981; }
  .shipping-dashboard.large-format .metrics-grid .metric-card.border-orange {
    border-top-color: #f59e0b; }
  .shipping-dashboard.large-format .metrics-grid .metric-card.border-blue {
    border-top-color: #3b82f6; }
  .shipping-dashboard.large-format .metrics-grid .metric-card .m-title {
    /* Scaled down */
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 8px; }
  .shipping-dashboard.large-format .metrics-grid .metric-card .m-value {
    /* Scaled down from 32px */
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #111827; }
    .shipping-dashboard.large-format .metrics-grid .metric-card .m-value span {
      font-size: 14px;
      color: #6b7280;
      font-weight: 500; }
  .shipping-dashboard.large-format .metrics-grid .metric-card .m-subtext {
    font-size: 12px; }
    .shipping-dashboard.large-format .metrics-grid .metric-card .m-subtext i {
      margin-right: 4px; }
  .shipping-dashboard.large-format .dash-layout-split {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 24px;
    align-items: start;
    /* Vessel List */ }
  @media (max-width: 1300px) {
    .shipping-dashboard.large-format .dash-layout-split {
      grid-template-columns: 1fr; } }
  .shipping-dashboard.large-format .vessel-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* AI Reports Sidebar */ }
  .shipping-dashboard.large-format .vessel-list .vessel-row {
    background: #fff;
    border: 1px solid #e4e7eb;
    border-radius: 8px;
    display: grid;
    /* Adjusted proportions */
    grid-template-columns: 1fr 1.5fr 1.1fr;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02); }
  @media (max-width: 1400px) {
      .shipping-dashboard.large-format .vessel-list .vessel-row {
        grid-template-columns: 1fr;
        /* Info Column */ } }
  .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col {
    padding: 16px;
    display: flex;
    flex-direction: column;
    /* Phase Columns */ }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .v-title-wrap {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 8px; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .v-title-wrap h3 {
      margin: 0;
      /* Scaled down from 20px */
      font-size: 16px;
      font-weight: 800;
      color: #111827; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .v-title-wrap .badge {
      font-size: 11px;
      padding: 3px 8px;
      border-radius: 4px;
      font-weight: 700; }
      .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .v-title-wrap .badge.active-badge {
        background: #eff6ff;
        color: #3b82f6;
        border: 1px solid #bfdbfe; }
      .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .v-title-wrap .badge.planned-badge {
        background: #fffbeb;
        color: #f59e0b;
        border: 1px solid #fde68a; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .v-route {
      font-size: 13px;
      color: #6b7280;
      margin-bottom: 12px; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .v-route i {
      margin: 0 6px;
      color: #ccc; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .v-specs-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 16px; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .v-specs-pills span {
      font-size: 12px;
      background: #f5f7fa;
      padding: 4px 8px;
      border-radius: 4px;
      border: 1px solid #e4e7eb;
      color: #111827; }
      .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .v-specs-pills span strong {
        color: #6b7280;
        margin-right: 4px; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .btn-primary-outline {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 8px 12px;
      border: 2px solid #3b82f6;
      color: #3b82f6;
      border-radius: 6px;
      font-weight: 600;
      font-size: 13px;
      text-decoration: none;
      transition: all 0.2s;
      align-self: flex-start; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-info-col .btn-primary-outline:hover {
      background: #3b82f6;
      color: #fff; }
  .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col {
    padding: 16px;
    border-left: 1px solid #e4e7eb; }
    @media (max-width: 1400px) {
      .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col {
        border-left: none;
        border-top: 1px solid #e4e7eb; } }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col.arrival-bg {
      background-color: #f8fafc; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col.departure-bg {
      background-color: #fdfbf7; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-header {
      font-size: 14px;
      font-weight: 800;
      color: #111827;
      text-transform: uppercase;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 6px; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-header i {
      color: #6b7280; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid {
      /* Fix for text hiding: Auto-fits based on available width, automatically stacking if container shrinks */
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
      gap: 16px; }
    .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid .d-item {
      display: flex;
      flex-direction: column;
      gap: 6px;
      /* Prevents flex children from blowing out */
      min-width: 0; }
      .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid .d-item label {
        font-size: 11px;
        color: #111827;
        font-weight: 700;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid .d-item .val-row {
        display: flex;
        align-items: center;
        /* Allows text to wrap under the badge if extremely tight */
        flex-wrap: wrap;
        gap: 8px; }
        .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid .d-item .val-row .sys-badge {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 36px;
          padding: 2px 0;
          border-radius: 4px;
          font-size: 10px;
          font-weight: 800;
          color: #fff;
          letter-spacing: 0.5px;
          flex-shrink: 0; }
          .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid .d-item .val-row .sys-badge.bg-red {
            background-color: #ef4444; }
          .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid .d-item .val-row .sys-badge.bg-green {
            background-color: #10b981; }
          .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid .d-item .val-row .sys-badge.bg-yellow {
            background-color: #f59e0b; }
          .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid .d-item .val-row .sys-badge.bg-grey {
            background-color: #9ca3af; }
        .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid .d-item .val-row .sys-val {
          font-size: 13px;
          /* Automatically takes remaining space instead of forcing min-width */
          flex: 1;
          min-width: 70px;
          /* Prevents overflow hiding */
          word-break: break-word; }
        .shipping-dashboard.large-format .vessel-list .vessel-row .v-phase-col .phase-grid .d-item .val-row .ai-icon {
          color: #8b5cf6;
          background: #f3e8ff;
          padding: 4px;
          border-radius: 50%;
          font-size: 12px;
          cursor: help;
          flex-shrink: 0; }
  .shipping-dashboard.large-format .dash-sidebar-col .ai-reports-list {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .shipping-dashboard.large-format .dash-sidebar-col .ai-card {
    display: flex;
    gap: 14px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03); }
  .shipping-dashboard.large-format .dash-sidebar-col .ai-card .ai-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px; }
  .shipping-dashboard.large-format .dash-sidebar-col .ai-card .ai-content {
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .shipping-dashboard.large-format .dash-sidebar-col .ai-card .ai-content h4 {
      margin: 0;
      font-size: 14px;
      font-weight: 800;
      color: #111827; }
    .shipping-dashboard.large-format .dash-sidebar-col .ai-card .ai-content p {
      margin: 0;
      font-size: 13px;
      line-height: 1.4;
      color: #6b7280; }
    .shipping-dashboard.large-format .dash-sidebar-col .ai-card .ai-content p strong {
      color: #111827; }
    .shipping-dashboard.large-format .dash-sidebar-col .ai-card .ai-content .read-more {
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      margin-top: 4px;
      display: inline-flex;
      align-items: center;
      gap: 6px; }
    .shipping-dashboard.large-format .dash-sidebar-col .ai-card .ai-content .read-more:hover {
      text-decoration: underline; }
  .shipping-dashboard.large-format .dash-sidebar-col .ai-card.severity-red {
    background-color: #fef2f2;
    border-color: #fecaca;
    border-left: 4px solid #ef4444; }
    .shipping-dashboard.large-format .dash-sidebar-col .ai-card.severity-red .ai-icon {
      background: #fee2e2;
      color: #ef4444; }
    .shipping-dashboard.large-format .dash-sidebar-col .ai-card.severity-red .read-more {
      color: #ef4444; }
  .shipping-dashboard.large-format .dash-sidebar-col .ai-card.severity-orange {
    background-color: #fffbeb;
    border-color: #fde68a;
    border-left: 4px solid #f59e0b; }
    .shipping-dashboard.large-format .dash-sidebar-col .ai-card.severity-orange .ai-icon {
      background: #fef3c7;
      color: #f59e0b; }
    .shipping-dashboard.large-format .dash-sidebar-col .ai-card.severity-orange .read-more {
      color: #f59e0b; }
