/* This file is reserved for overriding and extending the template styles. */
body {
  overflow-x: hidden;
}

.map-container {
  margin-top: 0  !important;
  height: calc(100vh - 60px);
  padding: 0px;
  position: relative;
}

.map-overlay {
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: absolute;
  width: 25%;
  top: 0;
  left: 0;
  padding: 10px;
}

.map-overlay .map-overlay-inner {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}

.map-overlay h2 {
  line-height: 24px;
  display: block;
  margin: 0 0 10px;
}

.map-overlay .legend .bar {
  height: 10px;
  width: 100%;
  background: linear-gradient(to right, #fca107, #7f3121);
}

.map-overlay input {
  background-color: transparent;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0;
  cursor: ew-resize;
}

.imulheader {
  background: #50c878;
  color: white;
}

.offcanvas {
  border-top-right-radius: 20px;
  margin-top: 80px;
}

.offcanvas-header {
  background-color: #000;

  color: white;
}

.boatImg {
  width: 100%;
}

.lon {
  text-align: center;

  margin: 0px;
  min-height: 100%;
}

.row-wrap {
  padding: 1px;
  position: relative;
}

.col-wrap {
  margin: 0px;
  padding: 1px;
}

.boat-icon {
  width: 80px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 50%;
  top: 10px;
}

.padding-row {
  padding: 5px;
  padding-top: 20px;
  background: #dfdddd;
}

.last-m {
  text-align: center;
  background: #50c878;
  color: white;
  padding-top: 8px;
}

.lon h5 {
  text-align: center;
}

.lon b {
  text-align: center;
}

.offcanvas-body {
  padding: 0px;
  margin: 0px;
}

.fa-eject:before {
  font-size: 6px !important;
  display: block !important;
}

.fa-flag:before {
  font-size: 20px !important;
  display: block !important;
}
.mapboxgl-popup-content h3 {
  font-size: 9px;
  margin: 0px;
  font-family: "Segoe UI" !important;
  font-weight: 700;
}

.mapboxgl-popup-content {
  padding: 5px;
  border-radius: 5px;
  opacity: 1;
  min-width: 400px !important;
}
.btn-button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background: rgb(99, 195, 250);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.myline {
  width: 100%;
  height: 100%;
}

html[data-layout="fluid"] main .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0;
}

html[data-layout="fluid"] main .container1 {
  margin: 2%;
}

main {
  padding: 0px !important;
}

i .fa .fa-chevron-circle-right {
  font-size: 28px !important;
}

.sidebar {
  background-color: rgba(35, 55, 75, 0.9);
  color: #fff;
  padding: 6px 12px;
  font-family: monospace;
  z-index: 1;
  position: relative;

  left: 0px;
  bottom: 0;
  border-radius: 4px;
  width: 100%;
}

.sidebar-new {
  background-color: rgba(35, 55, 75, 0.9);
  color: #fff;
  padding: 0px 12px;
  font-family: monospace;
  z-index: 1;
  position: relative;

  left: 0px;
  bottom: 0;
  border-radius: 4px;
  width: 100%;
}

.sidebar-timeline {
  /* background-color: rgba(35, 55, 75, 0.4); */
  color: #130101;
  font-weight: bolder;
  padding: 6px 12px;
  font-family: monospace;
  z-index: 1;
  position: absolute;
  bottom: 80px;
  left: 0px;
  border-radius: 4px;
  transform: translateX(12%);
  width: 80%;
}

.sidebar-zone {
  background-color: rgba(35, 55, 75, 0.9);
  color: #fff;
  padding: 6px 12px;
  font-family: monospace;
  z-index: 1;
  position: relative;
  top: 45px;
  left: 0px;
  bottom: 0;
  border-radius: 4px;
  width: 30%;
}

.sidebar-voyage {
  background-color: rgba(230, 233, 236, 0.9);
  color: #110101;
  padding: 6px 12px;
  font-family: monospace;
  z-index: 1;
  position: absolute;

  left: 0px;
  top: 0;
  border-radius: 4px;
  width: 100%;
}
.sidebar_position_search {
  background-color: rgba(35, 55, 75, 0.9);
  color: #fff;
  padding: 5px 12px;
  font-family: monospace;
  z-index: 1;
  position: fixed;

  left: 0px;
  right: 0;
  bottom: 30px;
  margin: 15px;
  border-radius: 4px;
  margin: auto;
  width: 600px;
}

.marker-color {
  color: rgb(243, 227, 0);
  font-size: 22px;
}

.marker {
  background-image: url("mapbox-icon.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.fixed-background {
  background: url(/img/background/bg_3.jpg) no-repeat center center fixed !important;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#calculated-length {
  background-color: rgba(35, 55, 75, 0.9);
  color: #fff;
  padding: 6px 12px;
  font-family: monospace;
  z-index: 1;
  position: absolute;

  right: 0px;
  margin: 12px;
  border-radius: 4px;
}

#calculated-length2 {
  background-color: rgba(35, 55, 75, 0.9);
  color: #fff;
  padding: 6px 12px;
  font-family: monospace;
  z-index: 1;
  position: absolute;

  right: 0px;
  margin: 12px 35px;
  border-radius: 4px;
}

#menu {
  margin-left: 60px;
}

.search-box {
  width: fit-content;
  height: fit-content;
  position: relative;
}
.input-search {
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
  background-color: #22a6b3;
  padding-right: 40px;
  color: #fff;
}
.input-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn-search {
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color: #ffffff;
  background-color: #0b5da6;
  pointer-events: painted;
}
.btn-search:focus ~ .input-search {
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}
.input-search:focus {
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

table {
  width: 100%;
  background: white;
  border-spacing: 10px;
}

.gray_table th,
td {
  background: rgb(80, 77, 77);
  padding: 10px;
  /* width: 50%; */
  border: 2px solid white;
  text-align: left;
  color: rgb(253, 238, 238);
}

th,
td {
  background: rgb(241 241 241);
  padding: 10px;
  /* width: 50%; */
  border: 2px solid white;
  text-align: left;
  color: rgb(27, 3, 3);
}

.offcanvas-body {
  overflow-x: hidden;
}

.th-lg {
  width: 2rem !important;
}

.th-lg-percent {
  width: 20%;
}

.gridButton {
  position: absolute;
  margin-top: 200px;
}

.type {
  width: 100px !important;
  margin-left: 10px !important;
}

.greenClassModel {
  padding: 5px;
  padding-top: 20px;
  background: green;
  color: white;
}
.greyClassModel {
  padding: 5px;
  padding-top: 20px;
  background: grey;
  color: white;
}
.redClassModel {
  padding: 5px;
  padding-top: 20px;
  background: red;
  color: white;
}
.yellowClassModel {
  padding: 5px;
  padding-top: 20px;
  background: orange;
  color: black;
}

.red-arrow {
  color: red;
}

.green-arrow {
  color: green;
}

.yellow-arrow {
  color: yellow;
}

.fishing-start {
  color: red;
  font-size: 9px;
  padding: 6px;
  background-color: yellow;
  border-radius: 50px;
}

.fishing-end {
  color: white;
  font-size: 9px;
  padding: 6px;
  background-color: red;
  border-radius: 50px;
}
.fa-exclamation-triangle {
  color: yellow;
  font-size: 20px;
}

.fa-power-off {
  color: black;
  font-size: 9px;
  padding: 6px;
  background-color: red;
  border-radius: 50px;
}

.fa-bolt {
  color: white;
  font-size: 9px;
  padding: 6px;
  background-color: green;
  border-radius: 50px;
}

.en-eez {
  color: white;
  font-size: 9px;
  padding: 6px;
  background-color: red;
  border-radius: 50px;
}

.ex-eez {
  color: white;
  font-size: 9px;
  padding: 6px;
  background-color: green;
  border-radius: 50px;
}

.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/water.gif") center no-repeat #fff;
}

.spinner {
  min-height: 275px;
}

.spinner h3 {
  position: relative;
}

.spinner h3:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 150px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 4px solid #b1b1b2;
  border-top-color: #323e48;
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* from MDN - https://developer.mozilla.org/ */
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.sidebar_path {
  background-color: rgba(35, 55, 75, 0.9) !important;
  color: #fff;
  padding: 6px 12px;
  font-family: monospace;

  border-radius: 4px;
  width: 100%;
}

.canvas-footer {
  text-align: center;
  background-color: black;
  color: white;
  margin: 0px;
  min-height: 100%;
}

.btn-tertiary {
  height: 50px !important;
}

.scroll-out {
  height: 100vh;
}

.mapboxgl-popup-content table tbody tr td {
  padding: 2px !important;
  font-size: 1rem !important;
  background-color: white !important;
}

.mapboxgl-popup-close-button {
  margin: 10px !important;
}

.animate__animated.animate__fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(
      20px
    ); /* Adjust as needed for the starting position */
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Left-to-right fade-out animation */
.animate__animated.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px); /* Adjust as needed for the ending position */
  }
}

.custom-swal-container {
  margin-top: 100 !important; /* Adjust the top margin as needed */
}

.customDataTable {
  border: 0px solid #ccc;
  padding: 10px;
  background-color: white;
}

.custom-popup {
  display: none;
  position: absolute;
  max-width: 600px;
  background: white;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.mapboxgl-popup {
  max-width: 600px !important;
}

#loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  z-index: 100000;
}

.details_view {
  font-size: 40px !important;
}

.bdg {
  padding: 10px;
  border-radius: 10px;
  background: red;
}
.btn-search-new {
  width: 150px;
  padding: 10px;
  border-radius: 20px;
}

#device_id {
  background: orange;
}
.btn-block {
  padding: 20px !important;
  width: 100% !important;
}

.tlimeLineDate {
  font-size: 1.1rem;
  background-color: #ece5e5;
  color: #000;
  padding: 6px;
  width: 250px;
  border-radius: 20px;
  margin: 0 auto;
}
.play-btn {
  font-size: 1.1rem;
  background-color: #2fd43d;
  color: #f5f1f1;
  padding: 6px 12px;

  border-radius: 80px;
}
.btnDiv {
  margin-left: 40px;
}

.rt-link:hover .rt-section i {
  color: rgb(248, 192, 35) !important; /* Change icon color to black on hover */

  transition: 0.3s;
}

.rt-link {
  direction: none;
  color: #ccc;
}

.rt-link:hover {
  direction: none;
  color: rgb(248, 192, 35);
  transition: 0.3s;
}

/* Custom scrollbar styles */
.offcanvas-menu::-webkit-scrollbar {
  width: 5px; /* Set the width of the scrollbar */
}

.offcanvas-menu::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 5px; /* Rounded corners */
}

.offcanvas-menu::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Color of the scrollbar thumb on hover */
}

.bdg {
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.6rem;
  color: #ffffff;
  font-weight: bolder !important;
}

.boeder-crossing-table tr {
  cursor: pointer;
  border-top: 1px solid #d1cece !important;
  padding: 10px;
}
.boeder-crossing-table td {
  background-color: #fff !important;
}

.fa-star {
  color: #1ea8e7;
}

.pagination-card .pgBtn {
  border: none;
  padding: 5px;
  background-color: #888;
  margin-left: 1px;
  color: #fff;
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.pagination-card .active {
  background-color: #21aff0 !important;
  border: none;
  padding: 5px;
  margin-left: 1px;
  color: #fff;
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.pagination-card .nxtBtn {
  border: none;
  padding: 5px 10px;
  background-color: #888;
  border-radius: 0px 6px 6px 0px;
  margin-left: 1px;
  color: #fff;
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.pagination-card .preBtn {
  border: none;
  padding: 5px 10px;
  background-color: #888;
  border-radius: 6px 0px 0px 6px;
  margin-left: 1px;
  color: #fff;
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.ch-box input {
  margin-top: 10px !important;
  margin-right: 5px !important;
  margin-left: 15px !important;
}
.ch-box span {
  padding: 4px 10px !important;
}

.ch-box-inside {
  background-color: #aaa !important;
}

.not-read {
  display: block;
  font-weight: 900;
  background-color: white !important;
}

.not-read td {
  background: transparent !important;
  border: none;
}

.buffer {
  padding: 5px 10px;
  color: #fff;
  font-weight: bolder;
  background-color: #1ea8e7;
  border-radius: 5px;
}

.position-number {
  display: inline-block;
  color: white;
  width: 50px; /* Adjust width as needed */
  height: 50px; /* Adjust height as needed */
  border-radius: 50%; /* Make it round */
  background-color: black; /* Set background color */
  text-align: center;
  line-height: 50px; /* Center content vertically */
  margin-right: 5px;
  margin-left: 5px;
  font-size: 1.2rem;
  font-weight: 900; /* Adjust margin as needed */
}

.time-elapsed {
  padding: 5px 10px;
  background-color: white;
  border-radius: 5px;
  font-weight: bolder;
  font-weight: bold;
}

.boeder-crossing-table tbody {
  display: block;
  width: 100%;
}

.read {
  display: block;
  width: 100%;
  background: #e5e5e5;
}

.read td {
  background-color: transparent !important;
  border: none;
  font-weight: 9000;
}

.grey-background {
  background: #e5e5e5;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.symbol-eez {
  margin-top: 5px;
  padding: 5px;
  background-color: #34f703;
  border-radius: 5px;
  color: #ffffff;
}
.symbol-high-seas {
  margin-top: 5px;
  padding: 5px;
  background-color: #1ea8e7;
  border-radius: 5px;
  color: #ffffff;
}
.map-prop-vessalName {
  font-size: 0.7rem !important;
}

.more-location .offcanvas-header {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.more-location .offcanvas-body {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  background-color: #333;
  color: #fff;
  padding: 0px !important;
}
.more-location label {
  color: #fff !important;
}

.more-location {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  right: 30px !important;
  left: 900px !important;
  bottom: 50px !important;
}

.more-location .row {
  padding: 0px !important;
}

.more-location .nav-select {
  padding: 0px !important;
}

.more-location .tab-pane {
  padding: 20px !important;
}

.more-location .nav {
  margin-top: 10px !important;
}

.more-location a {
  padding-left: 40px;
  border-radius: none !important;
  color: #fff;
}

.more-location a .active {
  background-color: #c7e70f !important;
}

.container_new {
  display: flex;
  justify-content: space-between; /* Adjust as needed */
  align-items: center; /* Adjust as needed */
}

.left-content {
  text-align: left;
  flex: 1; /* Takes up available space */
}

.right-content {
  text-align: right;
  flex: 1; /* Takes up available space */
}

.showNearby {
  height: 35px !important;
  padding: 6px !important;
}

.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  display: flex;
  justify-content: space-between; /* To space out the left and right content */

  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  align-items: center; /* Vertically align content */
}

.left-content2 {
  display: flex;
  text-align: left;
}

.right-content2 {
  display: flex;
  gap: 10px; /* Space between buttons */
}

.action-button {
  background-color: #555;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  height: 100%; /* Set height to match the fixed bar */
  display: flex;
  align-items: center; /* Vertically align text within the button */
}

.action-button:hover {
  background-color: #777;
}

.map-bottom-labels {
  font-size: 0.6rem;
  color: #fff;
  background: #111;
  padding: 2px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.map-bottom-labels-left {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.map-bottom-labels-right {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.map-bottom-labels p {
  margin: 10px;
}




@media only screen and (max-width: 768px) {
  /* Styles for mobile devices */
  /* main {
     
  } */

  html[data-placement=horizontal][data-dimension=mobile] main, html[data-placement=vertical][data-dimension=mobile] main{
    padding: 0 !important;
  }

  .container{
    margin: 0 !important;
  }

  #contentArea{
    margin: 0 !important;
    padding: 0 !important;
    height: 100vh !important;
  }

  .map-container{
    height: 100vh !important;
    
  }

  .mapboxgl-ctrl-bottom-right {
    margin-right: 10px !important;
  }
  #vessel_input{
    max-width: 120px !important;
  }
  .logo{
    position: absolute !important;
    top: 10px;
  }

  .menu{
    padding-left: 10px !important;
    margin: 0 !important;
  }
  .search-box{
    top: 70px;
  }
  .search-box .form-control, .custom-select{
    color: #fff;
    background-color: #222;
   
    
  }

  .search-box .form-control{
    color: #fff;
    background-color: #222;
   
    
  }

  #type .custom-select{
    color: #fff;
    background-color: #222;
   
    
  }

  #type{
    color: #fff;
    background-color: #222;
   
    
  }

  .btn-search-new{
    color: #fff;
    background-color: #444;
  }

  
  .type-select{
    position: relative;
    top: 70px !important;
   
    
  }

  .offcanvas-start{
    width: 99% !important;
    height: 90vh;
  }

  .footer .row {
    display: flex; /* Use flexbox to arrange items in a row */
    justify-content: center; /* Center items horizontally */
  }
  
  .footer .col-md-4 {
    flex: 1; /* Allow each column to grow equally */
    text-align: center; /* Center text inside columns */
  }
  
  .footer .rt-section {
    width: 100px; /* Fixed width for the icon section */
    height: 100px; /* Adjust height to your preference */
    color: white; 
    font-size: 30px; 
    padding: 10px; /* Add padding for better spacing */
    display: inline-flex; 
    background-color:none;
    align-items: center; 
    justify-content: center; /* Optional: Add a background color for visibility */
    margin: 0 auto; /* Center the icon section within the column */
  }

  .more-location {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    right: 10px !important;
    left: 0px !important;
    bottom: 0px !important;
    height: 70vh;
    width: 100vh !important;
  }

  .more-location .offcanvas-header{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .more-location .offcanvas-body{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #333;
    color: #fff;
    padding: 0px !important;
  }

  .nav-pills {
    display: flex !important; /* Use flexbox to align items in a row */
    flex-direction: row !important; /* Align items in a row */
    padding: 0 !important; /* Remove default padding */
    margin: 0 !important;/* Remove default margin */
    list-style: none !important; /* Remove list styling */
    flex-wrap: wrap !important;
  }
  
  .nav-item {
    margin-right: 0px !important; /* Add space between items */
    flex-wrap: wrap !important;
  }
  
  .nav-link {
    display: block !important; /* Make the link occupy the full area of the item */
    padding: 10px 10px !important; /* Add padding for better touch/click targets */
    color: white !important; /* Text color */
    text-decoration: none !important;
    flex-wrap: wrap !important; /* Remove underline from links */
  }
  
  .nav-link.active {
    background-color: #007bff !important; /* Background color for active tab */

  }
  .nav-select{
    max-height: 60px !important;
  }
  .nav-pills .nav-link{
    border-radius: 0 !important;
    font-size: 0.8rem;
  }

  .more-location .nav-select{
    padding: 12px !important;
  }

  .mobile-side-in #vessel_input{
    display: none !important;
  }

  .mobile-side-in .btn-search-new{
    display: none !important;
  }
  
  .mobile-side-in .type-select{
    visibility: hidden;
  }

  .map-bottom-labels {
    font-size: 0.7rem;
    color: #fff;
    background: #222;
    padding: 2px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  }
  
  .map-bottom-labels-left {
    position: absolute;
    bottom: 30px;
    left: 20px;
    bottom:75px;
  }
  
  .map-bottom-labels-right {
    position: absolute;
    bottom: 30px;
    left: 20px;
    max-width: 120px;
  }
  
  .map-bottom-labels p {
    margin: 10px;
  }

  html[data-placement=horizontal] .nav-container .dropdown-menu.wide, html[data-placement=vertical] .nav-container .dropdown-menu.wide {
    padding: 1px 1px 1px 1px;
  }

  .sidebar-voyage{
    position: fixed;
    padding: 30px !important;
    
    top:100px !important
  }

  html[data-layout="fluid"] main .container1{
    margin-top: 50px !important;
  }

  .scroll-container {
    width: 100%; /* Set the width as needed */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent wrapping */
  }

  .footer-content{
    position: fixed; /* Fixes the item in place */
    bottom: 0; /* Aligns it to the bottom of the viewport */
    left: 0; /* Aligns it to the left */
    width: 100%; /* Takes the full width of the viewport */
    background-color: #333; /* Background color */
    color: white; /* Text color */
    text-align: center; /* Center the text */
    padding: 10px; /* Padding for spacing */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow effect */
  }
  html[data-footer=true] #root>footer{
    border-top: none;
  }

  

 
  
}

.fixed-bar{
  display: none;
}

.sidebar{
  display: none;
}

.voyage-controllers{
  position: relative;
}
.mapboxgl-popup-content{
  
}
.map-bottom-labels2{
 
  font-size: 0.6rem;
  color: #fff;
  background: transparent;
  padding: 2px;
  border-radius: 5px;
 
}

.iconGreen {
  background: url('data:image/svg+xml;charset=utf-8,${encodeURIComponent(greenSvgMarker)}') no-repeat center;
  background-size: contain;
}

.iconOrange {
  background: url('data:image/svg+xml;charset=utf-8,${encodeURIComponent(orangeSvgMarker)}') no-repeat center;
  background-size: contain;
}

.iconRed {
  background: url('data:image/svg+xml;charset=utf-8,${encodeURIComponent(redSvgMarker)}') no-repeat center;
  background-size: contain;
}

.iconGray {
  background: url('data:image/svg+xml;charset=utf-8,${encodeURIComponent(graySvgMarker)}') no-repeat center;
  background-size: contain;
}

/* Animation for modal fade-in */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
