@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap");

/* Primary 7-segment font from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Digital+Numbers:wght@400&display=swap");

body {
  margin: 0;
  overflow: hidden;
  touch-action: manipulation;
}

.nav-container {
  background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  touch-action: pan-y;
}

.button-toggle {
  background: rgba(40, 40, 40, 0.9);
  color: #ffffff;
  width: 95px;
  height: 32px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans", sans-serif;
  position: absolute;
  right: 80px;
  top: 8px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
  line-height: 30px;
}

.button-toggle:hover {
  background: rgba(55, 55, 55, 0.9);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.button-toggle:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: rgba(35, 35, 35, 0.9);
}

#info {
  height: 20px;
  touch-action: pan-y;
}

#btn {
  display: none;
}

.top-container {
  display: flex;
  width: 100%;
  border: 0;
  height: 25px;
  background-color: #102362f7;
}

/* Mobile styles (default) */
#panelid {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  background: transparent;
  height: 0;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.panel-visible #panelid,
.has-data.panel-visible #panelid {
  height: auto;
  min-height: 0.5rem;
}

/* Desktop styles */
@media (min-width: 700px) {
  #panelid {
    position: fixed;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 400px;
    height: auto;
    z-index: 100;
    transition: none;
    overflow: visible;
    padding: 10px;
  }

  .panel-visible #panelid,
  .has-data.panel-visible #panelid {
    height: auto;
    min-height: auto;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

/* Mobile animations */
@media (max-width: 699px) {
  .panel-visible #panel-wrapper {
    animation: slideDown 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }

  .panel-hidden #panel-wrapper {
    animation: slideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}

/* Desktop animations */
@media (min-width: 700px) {
  .panel-visible #panel-wrapper {
    animation: none;
  }

  .panel-hidden #panel-wrapper {
    animation: none;
  }
}

#tab1 {
  background: white;
  width: auto;
  min-width: 280px;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: table;
  border-collapse: collapse;
  border: 1px solid black;
}

@media (min-width: 700px) {
  #tab1 {
    max-width: 320px;
    border-radius: 0 0 12px 12px;
  }
}

@media (min-width: 700px) {
  .panel-field-value {
    font-size: 3.5rem !important;
    padding: 1rem 0.2rem !important;
    min-height: 70px !important;
  }

  #tab1 tr,
  th {
    min-height: auto !important;
  }

  .panel-field-units {
    font-size: 1.3rem !important;
    padding: 0.5rem 0.3rem !important;
  }

  #x-close {
    right: -10px;
    z-index: 102;
  }
}

@media (max-width: 699px) {
  .panel-field-value {
    font-size: 2.8rem !important;
    min-height: 50px !important;
    padding: 0.6rem 0.1rem !important;
  }

  .panel-field-units {
    font-size: 1rem !important;
    padding: 0.3rem 0.1rem !important;
  }

  .panel-column-name {
    font-size: 0.9rem !important;
    padding: 0.4rem 0.2rem !important;
  }
}
#close-popup {
  cursor: pointer;
}
#tab1 tr,
th {
  min-height: 30px;
}

.table-header {
  font-size: 14px;
  /* border: 1px  rgb(138, 7, 24) solid;  */
}

.panel {
  /*     display:flex;
    flex-direction: column;  */
  justify-content: space-between;
  font-size: 0rem;
  text-align: center;
  margin: 0px;
  padding: 0%;
  width: 100%;
}

table {
  border: none;
  table-layout: fixed;
  display: table;
}

.panel-field {
  text-align: center;
  font-size: 0.9rem;
}

.panel-column-name {
  text-align: center;
  font-size: 1rem;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  color: white;
  padding: 0.5rem 0.25rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.panel-field-units {
  text-align: center;
  font-size: 1.2rem;
  color: #00ff00;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 0.4rem 0.2rem;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.panel-field-value {
  font-family: "Segment7Standard", "Digital Numbers", "Orbitron", "Courier New",
    monospace;
  font-size: 1.8rem;
  font-weight: bold;
  background: black;
  color: white;
  padding: 0.3rem;
  height: auto;
  min-height: 35px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  min-width: 120px;
  white-space: nowrap;
  overflow: visible;
}

.panel-middle {
  width: 50px;
  min-width: 50px;
}

.panel-left,
.panel-right {
  width: 120px;
  min-width: 120px;
}

.wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  background-color: slategray;
  transition: height 0.3s ease;
}

.container {
  /* display: flex;
  flex-direction: column; */
  position: relative;
  width: 100vw;
  min-width: 100px;
  height: calc(100vh - 47px - 37px);
  font-family: Droid Sans, Verdana, Geneva, Tahoma, sans-serif;
  z-index: 0;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .container {
    height: calc(100vh - 47px - 37px);
  }
  #menu.overlay {
    background: rgba(0, 0, 0, 0.9) !important;
  }

  .panel-visible .container {
    height: calc(100vh - 47px - 37px - 180px);
  }
}

.main-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh);
  position: relative;
}

@media (min-width: 700px) {
  .main-content {
    overflow: visible;
  }
}

#info {
  display: block !important;
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0;
}

/* Mobile: panel pushes content down */
@media (max-width: 699px) {
  .panel-visible .container {
    height: calc(100vh - 47px - 37px - 200px);
  }
}

/* Desktop: panel overlays, no height change */
@media (min-width: 700px) {
  .panel-visible .container {
    height: calc(100vh - 47px - 37px);
  }
}

.panel-visible #panelid {
  display: flex !important;
}

.panel-hidden #panelid {
  height: 0 !important;
  min-height: 0 !important;
}

.has-data #panelid {
  display: flex;
}

.has-data #btn {
  display: block;
}

h2 {
  text-align: center;
  font-size: 1rem;
  /* border: 2px  white solid;  */
  /*background-color: rgb(40, 3, 175);*/
  color: white;
  margin: 0%;
  /* padding:0.2rem;  */
  width: 100%;
}

.table-header {
  border: 2px rgba(255, 255, 255, 0.3) solid;
  border-radius: 0;
  color: white;
  margin: 0%;
  padding: 0.4rem 1rem;
  height: 28px;
  text-align: center;
  font-weight: 600;
  backdrop-filter: blur(15px);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 
               -1px -1px 2px rgba(0, 0, 0, 0.8),
               1px -1px 2px rgba(0, 0, 0, 0.8),
               -1px 1px 2px rgba(0, 0, 0, 0.8);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes activeTransition {
  0% {
    background: #0d5943;
    box-shadow: 0 4px 20px rgba(13, 89, 67, 0.6);
  }
  25% {
    background: #16a085;
    box-shadow: 0 4px 20px rgba(22, 160, 133, 0.5);
  }
  50% {
    background: #27ae60;
    box-shadow: 0 4px 20px rgba(39, 174, 96, 0.6);
  }
  75% {
    background: #16a085;
    box-shadow: 0 4px 20px rgba(22, 160, 133, 0.5);
  }
  100% {
    background: #0d5943;
    box-shadow: 0 4px 20px rgba(13, 89, 67, 0.6);
  }
}

.table-header.connected {
  background: linear-gradient(-45deg, #006b5e, #00856f, #0d5943, #16a085);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
  box-shadow: 0 4px 20px rgba(0, 107, 94, 0.4);
  border: 2px solid rgba(0, 107, 94, 0.5);
}

.table-header.active {
  background: #16a085;
  animation: activeTransition 3.5s ease-in-out infinite;
  border: 2px solid rgba(22, 160, 133, 0.5);
  box-shadow: 0 4px 20px rgba(22, 160, 133, 0.4);
}

.table-header.disconnected {
  background: linear-gradient(-45deg, #e17055, #d63031, #fab1a0, #fdcb6e);
  background-size: 400% 400%;
  animation: gradientShift 18s ease infinite;
  box-shadow: 0 4px 20px rgba(225, 112, 85, 0.2);
  border: 2px solid rgba(225, 112, 85, 0.3);
}

tbody {
  width: 100%;
}

:root {
  font-size: 16px;
}

#mapid {
  height: 600px;
  padding-left: 2.5%;
  background-color: slategray;
}

#statustitle {
  height: 100%;
  width: 150px;
  background: #575656;
  color: white;
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

#liveStatus {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  /*height: calc(100% - 10px);
    overflow-y: auto;*/
}

#liveStatus {
  text-transform: UPPERCASE;
  position: relative;

  background-color: white;
}

#liveStatus.yellow {
  background-color: rgb(228, 196, 17);
}

#liveStatus.red {
  background-color: #fa5252;
}

.status-slot {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f2f2f2;
}

.status-slot-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  background: #fff;
  padding: 0.1vw;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: transparent;
}

.berth-slot {
  display: flex;
  align-items: flex-start;
  margin: 4px 0 2px 0;
}

.slot-content {
  min-height: 25px;
  padding: 3px 0;
  font-size: 0.78rem;
  background: white;
  line-height: 1.06rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.statusAction.yellow {
  background-color: rgb(228, 196, 17);
}

.statusAction.red {
  background-color: #fa5252;
}

.statusvessel {
  color: #26a69a;
  font-weight: 500;
  line-height: 1.06rem;
  margin-left: 1px;
}

.statusAction {
  background: #9d9d9d;
  font-size: 0.74rem;
  line-height: 0.86rem;
}

.timePassed {
  font-size: 0.71rem;
  padding: 0px 3px;
  background-color: #eeeeee;
  border-radius: 3px;
  margin-left: 4px;
  text-transform: lowercase;
  line-height: 0.96rem;
  height: auto;
}

.avatar {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #c7c7c7;
  margin: 0 1px -2px 2px;
}

.pumpstatusentry {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pump-entry {
  padding: 1px 5px 3px 5px;
  background-color: #f5f5f5;
  margin: 3px;
  border-radius: 8px;
  font-size: 0.78rem;
}

#statusentities {
  text-transform: uppercase;
}

#info {
  border-left: none;
  border-right: none;
}

#vessel {
  cursor: pointer;
}

#vesselLogPopup {
  display: flex;
  flex-direction: column;
  transition: opacity ease 0.5s;
  display: none;
}

.fp-Video {
  border: 1px double black;
  width: 322px;
  height: 242px;
}

.display {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.display > video,
object {
  width: 100%;
  height: 100%;
}

h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.buoy-info-value {
  background: rgba(121, 121, 121, 0.493);
  display: flex;
  align-self: center;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 2px;
  justify-content: center;
  width: 60px;
}

.buoy-wrapper {
  height: 56.25vw;
  background: black;
  max-height: calc(100vh - 80px);
}

#buoy-info {
  width: 18rem;
  padding: 0px;
  height: auto;
  position: absolute;
  top: 5px;
  background-color: black;
  opacity: 0.55;
  border-radius: 6px;
  left: calc(((100vw - (16 * 100vh) / 9) / 2) + 80px);
  cursor: move;
}

@media (min-width: 1720px) {
  #buoy-info {
    left: calc(((100vw - (16 * 100vh) / 9) / 2) + 80px);
  }
}

@media (max-width: 700px) and (orientation: landscape) {
  #buoy-info {
    left: calc(((100vw - (16 * 100vh) / 9) / 2) + 80px);
  }
}

@media (orientation: portrait) {
  #buoy-info {
    position: relative;
    margin: 20px auto;
  }
}

@media (max-width: 1000px) {
  #buoy-info {
    width: 14.5rem;

    left: 0 !important;
  }

  h3 {
    font-size: 0.85rem !important;
  }

  .buoy-style {
    width: 3rem !important;
    margin-right: 0.8rem !important;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  #buoy-info > div {
    grid-template-rows: 4rem 4rem;
  }

  #buoy-info {
    opacity: 0.8;
    margin-top: 3rem;
    width: 90%;
  }

  h3 {
    line-height: 3rem;
    font-size: 1.1rem !important;
  }
}

#buoy-gpsDetails {
  position: absolute;
  bottom: 1px;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  font-size: 2rem;
  color: #888888;
  padding: 5px 10px;
  column-gap: 0.5rem;
  row-gap: 0.2rem;
  right: calc(((100vw - (16 * 100vh) / 9) / 2) + 30px);
}

.bold {
  font-weight: 600;
  color: #a8a8a8;
  margin-left: 4px;
  margin-right: 15px;
}

@media (min-width: 1720px) {
  #buoy-gpsDetails {
    right: calc(((100vw - (16 * 100vh) / 9) / 2) + 80px);
  }

  #buoy-info {
    left: calc(((100vw - (16 * 100vh) / 9) / 2) + 80px);
  }
}

@media (max-width: 1719px) and (min-width: 1401px) {
  #buoy-gpsDetails {
    font-size: 1.3rem;
    right: calc(((100vw - (16 * 100vh) / 9) / 2) + 100px);
  }

  #buoy-info {
    left: calc(((100vw - (16 * 100vh) / 9) / 2) + 80px);
  }
}

@media (max-width: 1400px) and (min-width: 1150px) {
  #buoy-gpsDetails {
    right: calc(((100vw - (16 * 100vh) / 9) / 2) + 100px);
    font-size: 1.2rem;
    padding: 4px 8px;
    column-gap: 0.5rem;
    row-gap: 0.2rem;
  }

  #buoy-info {
    left: calc(((100vw - (16 * 100vh) / 9) / 2) + 80px);
  }
}

@media (max-width: 1149px) and (min-width: 1001px) {
  #buoy-gpsDetails {
    right: calc(((100vw - (16 * 100vh) / 9) / 2) + 100px);
    font-size: 1.2rem;
    padding: 4px 8px;
  }

  #buoy-info {
    left: calc(((100vw - (16 * 100vh) / 9) / 2) + 80px);
  }
}

@media (max-width: 1000px) {
  #buoy-gpsDetails {
    font-size: 0.8rem !important;
    bottom: 0px;
    margin: 0 !important;
    padding: 4px 2px !important;
    column-gap: 3px;
    max-width: 70%;
    margin: 0 auto;
    right: calc(((100vw - (16 * 100vh) / 9) / 2) + 100px);
  }

  #buoy-info {
    left: calc(((100vw - (16 * 100vh) / 9) / 2) + 80px);
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  #buoy-gpsDetails {
    max-width: 90%;
    bottom: 130px !important;
    left: 5%;
    font-size: 0.9rem !important;
    text-align: center;
  }

  .bold {
    margin: 0 !important;
  }
}

@media (max-width: 1000px) and (min-width: 769px) and (orientation: landscape) {
  #buoy-gpsDetails {
    right: calc(((100vw - (16 * 100vh) / 9) / 2) + 100px);
  }

  #buoy-info {
    left: calc(((100vw - (16 * 100vh) / 9) / 2) + 80px);
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  #buoy-info {
    left: calc(((100vw - (16 * 100vw) / 9) / 2) + 80px);
  }

  #buoy-gpsDetails {
    position: absolute !important;
    bottom: 40px !important;
    right: 5px !important;
  }

  #buoy-gpsDetails,
  #buoy-gpsDetails > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
  }

  #buoy-gpsDetails > div {
    margin-right: 15px;
  }

  #buoy-gpsDetails > div span {
    margin-right: 0px;
  }

  #buoy-info {
    position: absolute !important;
    bottom: 100px !important;
    left: 5px !important;
    height: 15rem !important;
    width: auto !important;
  }

  #buoy-info > div {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 0.1rem !important;
  }

  #buoy-info h3,
  #buoy-info span {
    justify-content: flex-start !important;
    line-height: 1rem !important;
    margin-right: 8px;
  }

  #buoy-info h3 {
    margin-bottom: 0 !important;
  }

  #buoy-info span {
    margin-bottom: 8px !important;
  }

  .buoy-style {
    margin: 0 !important;
    justify-content: flex-start !important;
  }

  #buoy-gpsDetails {
    font-size: 0.8rem !important;
  }
}

#burger-menu {
  cursor: pointer;
  height: 27px;
  width: 27px;
  margin: 10px 0;
  overflow: visible;
  position: relative;
  z-index: 10;
}

#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: #fff;
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}

#burger-menu span:before,
#burger-menu span:after {
  content: "";
}

#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 27px;
}

#burger-menu span {
  right: 0px;
  top: 13px;
  width: 27px;
}

#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 27px;
}

#burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
}

#burger-menu.close span {
  transform: rotate(-45deg);
  top: 13px;
  width: 27px;
}

#burger-menu.close span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: sans-serif;
  background: black;
}

#menu {
  z-index: 5;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}

#menu.overlay {
  visibility: visible;
  opacity: 1;
  padding-top: calc(50vh - 11rem);
  background: rgba(0, 0, 0, 0.65);
}

#menu ul {
  padding: 0;
}

#menu li {
  list-style: none;
  padding: 1.1rem 0;
}

#menu a {
  color: #fff;
  display: block;
  font-size: 32px;
  margin-bottom: 30px;
  text-decoration: none;
}
.table-wrapper {
  height: auto;
  min-height: 120px;
  position: absolute;
  display: table;
  width: 100%;
  font-size: 8px;
  font-weight: bold;
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  overflow: hidden;
  background: rgba(30, 30, 30, 0.95);
  border: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Desktop draggable panel */
@media (min-width: 700px) {
  .table-wrapper {
    cursor: move;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: 101;
    overflow: visible;
  }

  #x-close {
    display: flex;
    z-index: 102;
  }

  .table-wrapper.dragging {
    pointer-events: none;
    transition: none;
  }

  .table-wrapper.dragging * {
    pointer-events: none;
  }
}

#closePopup {
  cursor: pointer;
}
#x-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
  font-size: 12px;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
  border: 2px solid white;
}

@media (min-width: 700px) {
  #x-close {
    display: flex;
  }
}

#rsc {
  padding-bottom: 80px;
  max-height: calc(100vh - 80px) !important;
}

#rscChart {
  height: 92vh;
}

.table-wrapper {
  height: auto;
  min-height: 120px;
  position: relative;
  display: none;
  font-size: 8px;
  font-weight: bold;
  background: transparent;
  margin: 10px auto;
  width: fit-content;
}

@media (min-width: 700px) {
  .table-wrapper {
    position: absolute;
    cursor: move;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}
