/* memo for color hex code */
/* Color color: #1cbfff; material blue - #4285f4 intense blue */

.navbar-custom {
  font-size: small;
  overflow: hidden;
}

#logotype {
  height: 100px;
  width: auto;
}

#logomenu {
  height: 30px;
  margin-top: 5px;
  position: absolute;
  z-index: 10;
}

/* Sticky Footer Classes */

html,
body {
  height: 100%;
  font-family: Roboto, sans-serif;
  color: darkgray !important;

}

body {
  margin-top: 70px;
  background-color: var(--color-bg-voyager) !important;

  margin-bottom: 110px !important;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 500px) {
  #divStartup {
    flex-direction: column;
  }
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

/* Textarea */
.blue-textarea {
  color: gray;
  border-left: 6px solid var(--color-primary-voyager);
  border-radius: 5px;
  resize: none;
  padding: 10px;
  width: 100%;
  font-size: small;
}

#logDiv {
  background: var(--color-bg-voyager);
  color: gray;
  border: 1px gray solid;
  border-left: 6px solid var(--color-primary-voyager);
  border-radius: 5px;
  resize: none;
  padding: 10px;
  width: 100%;
  height: 450px;
  font-size: small;
  overflow: auto;
  line-height: 1.3;
}

.logMsgType {
  font-size: x-small;
}

.logContRow {
  font-size: small;
  text-align: start;
  display: block;
}

@media screen and (max-width: 720px) {
  .logMsgType {
    font-size: xx-small;
  }

  .logContRow {
    font-size: x-small;
  }

  #logDiv {
    line-height: 1.1;
  }
}

.shadowInset {
  box-shadow: inset 0px 0px 2px gray;
}

.border-sx-blueVoy {
  border-left: 6px solid var(--color-primary-voyager);
  border-radius: 5px;
}

.border-sx-greyVoy {
  border-left: 6px solid #757575;
  border-radius: 5px;
}

.border-top-blueVoy {
  border-top: 3px solid var(--color-primary-voyager);
}

.bluevoy {
  color: var(--color-primary-voyager) !important;
}

/* Other Classes for Page Styling */

#sticky-footer {
  background: #007bff;
  background: linear-gradient(to right, #0062e6, #33aeff);
  color: whitesmoke !important;
}

.main_title {
  color: #007bff !important;
}

#demolog {
  color: gray;
  border-color: #007bff;
  height: 320px;
}

.status-item {
  font-size: x-small;
  color: var(--color-primary-voyager);
}

.extraSmallText {
  font-size: x-small !important;
}

.ledgreen {
  background-color: #00c851 !important;
  -webkit-box-shadow: 0 0 5px #00c851;
  -moz-box-shadow: 0 0 5px #00c851;
  box-shadow: 0 0 5px #00c851;
}

.ledunknow {
  display: none;
}

.statusText {
  margin: 0 !important;
}

.led-circle {
  background-color: gray;
  border: 1px solid #383838;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 2px;
}

.statusBar {
  padding-left: 3px;
}

#navbarVoyager {
  background-color: var(--color-bg-voyager) !important;
  padding-top: 0px !important;
  box-shadow: #080808 0px 0px 15px;
}


input,
textarea {
  background-color: var(--color-bg-voyager) !important;
}

textarea {
  font-size: 12px !important;
}

.h100 {
  height: 100%;
}

.langsel {
  width: 30px;
  height: auto;
  padding: 3px;
  border-radius: 3px;
}

.subtitle {
  color: var(--color-primary-voyager);
  font-size: x-small;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}

#progBar {
  width: 100%;
}

#animBar {
  width: 0%;
  height: 2px;
  background-color: var(--color-primary-voyager);
}

.statusLed {
  width: 8px;
  height: 8px;
  background-color: dimgrey;
}

.statusLedVik {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50%;
  background-color: whitesmoke;
  margin: auto;
}

.mount-panel-item {
  font-size: x-small;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.info-data-item {
  font-size: x-small;
  overflow: auto;
  overflow-wrap: break-word;
}

.btn-voy-item {
  width: 50%;
}

.badge-voy {
  font-size: 0.64rem;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 10px;
}

.collapseBtn {
  float: right;
}

.collapseBtn img {
  width: 20px;
  filter: invert(100%);
}

.evid_bkg {
  color: white;
  background: repeating-linear-gradient(45deg,
      var(--color-bg-eleg-voyager),
      var(--color-bg-eleg-voyager) 30px,
      #2e2e2e 30px,
      #2e2e2e 60px);
}

#abortAllBtn.disabled {
  color: #cccccc !important;
}

#abortAllBtn {
  color: var(--color-bg-eleg-voyager) !important;
}

#logorotate,
#logorotate2 {
  width: 36px;
  height: 36px;
  position: absolute;
  left: -3px;
  top: 7px;
  z-index: 0;
}

#logoCont {
  position: relative;
}

#logoText {
  margin-left: 36px;
}

#borderAnimlogo {
  height: 2px;
  width: 100%;
  background-color: var(--color-primary-voyager);
  position: absolute;
  top: 42px;
  z-index: 1;
}

.activeSwPom {
  background-color: var(--color-primary-voyager) !important;
}

.activeSwBkg {
  background-color: #dccfe2 !important;
}

.notActiveSwPom {
  background-color: #818181 !important;
}

.notActiveSwBkg {
  background-color: #818181 !important;
}

#logLevel+.lever:after {
  background-color: #dccfe2 !important;
}

#logLevel+.lever {
  background-color: #dccfe2 !important;
}

#logOnOff:checked+.lever {
  background-color: #dccfe2 !important;
}

#logOnOff+.lever {
  background-color: #818181 !important;
}

#logOnOff:checked+.lever:after {
  background-color: var(--color-primary-voyager) !important;
}

/******** log class color *********/

.silver-log {
  color: #c0c0c0 !important;
}

.lime-log {
  color: #00ff00 !important;
}

.gold-log {
  color: #ffd700 !important;
}

.lightcoral-log {
  color: #f08080 !important;
}

.gray-log {
  color: #808080 !important;
}

.lightskyblue-log {
  color: #87cefa !important;
}

.violet-log {
  color: #ee82ee !important;
}

.aquamarine-log {
  color: #7fffd4 !important;
}

.orange-log {
  color: #ffa500 !important;
}



/********  END OF log class color *********/

#obj-data-cont {
  background-color: var(--color-bg-eleg-voyager) !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.obj-data-item {
  font-size: x-small;
  padding: 0rem 0.25rem;
  border-bottom: var(--color-bg-voyager) solid 1px;
  flex: auto;
}

.itemTitle {
  text-transform: uppercase;
  font-size: xx-small;
}

.table-title {
  color: var(--color-primary-voyager) !important;
  text-transform: uppercase;
  border-bottom: var(--color-bg-voyager) solid 1px;
}

#setTempBtn {
  width: 50%;
}

/********  START OF SCROLLBAR *********/

.scrollbar {
  /*float: left;*/

  overflow-y: scroll;
  max-height: 200px;
  border: 1px dashed var(--color-primary-voyager);
}

.force-overflow {
  min-width: 200px;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 12px;
  background-color: var(--color-bg-eleg-voyager);
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: var(--color-primary-voyager);
}

.scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: var(--color-bg-eleg-voyager);
  border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

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

.scrollbar-warning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

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

.scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00c851;
}

.scrollbar-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5;
}

.scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2bbbad;
}

.scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

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

.border-radius-bottom {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

#statusBarContainer {
  position: fixed;
  top: -10px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
}

#statusBarTop {
  border-radius: 0.25rem;
  border-color: var(--color-primary-voyager);
  box-shadow: 0 0 8px var(--color-primary-voyager);

  text-transform: uppercase;
  max-width: 80%;
  overflow-wrap: break-word;
}

.seq-li:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

#goToTopBtn {
  display: none;
}

#miniMenuContainer {
  position: fixed;
  top: 0;
  left: -205px;
  z-index: 1050;
  /* display: none; */
  height: 100%;
  overflow: auto;
  outline: 0;
}

#miniMenu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-right: 8px solid var(--color-primary-voyager) !important;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  background: var(--color-bg-eleg-voyager) url("../img/dark_geometric.png") !important;
}

#miniMenuContainer,
#handHand {
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */

  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
}

#handHand {
  position: relative;
  left: -10px;
  width: 30px;

  -webkit-transition-delay: 200ms;
  /* Safari */
  transition-delay: 200ms;
  z-index: -1;
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.menuBtn {
  text-align: left;
  padding: 0.5rem 1.1rem;
  font-size: 0.64rem;
  margin: 2px !important;
  max-width: 250px;
}

@media screen and (max-height: 500px) {
  .menuBtn {
    padding: 0.5rem 1rem;
    font-size: 0.6rem;
    margin: 0px !important;
  }

  #menufooter {
    display: none;
  }

  #colMenu {
    padding: 0.4rem !important;
  }
}

#navbarVoyager::after {
  content: "";
  background: url("../img/dark_geometric.png");
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.card-header,
.card-footer {
  background: url("../img/dark_geometric.png");
}

.card-body {
  background-color: var(--color-bg-eleg-voyager) !important;
}

.card {
  box-shadow: #080808 0px 0px 15px;
}

.slider {
  appearance: none;
  width: 80%;
  margin: 20px 0;
  height: 5px;
  border-radius: 2px;
  background: #4e4e4e !important;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider#fdb-brightness::-webkit-slider-thumb {
  width: 30px;
  height: 30px;
  background: url("lum_icon50.png");
  background-size: cover;
  cursor: pointer;
  border: none;
}

.slider#fdb-brightness::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: url("lum_icon50.png");
  background-size: cover;
  cursor: pointer;
  border: none;
}

.slider#fdb-pAng::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;

  background: url("rot_icon50.png");
  background-size: cover;
  cursor: pointer;
  border: none;
}

.slider#fdb-pAng::-moz-range-thumb {
  width: 30px;
  height: 30px;

  background: url("rot_icon50.png");
  background-size: cover;
  cursor: pointer;
  border: none;
}

#sliderContBrightness>span>span,
#rotateSliderCont>span>span,
#sliderOverlapCont>span>span {
  display: none;
}

#aladin-lite-div {
  margin: auto;
  width: 100%;
  border-radius: 5px;
  border: var(--color-light-voyager) 2px solid;
  min-width: 200px;
  height: 70vh;
  min-height: 200px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.aladin-catalogCanvas {
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media screen and (max-width: 992px) {
  #aladin-lite-div {
    height: 50vh;
  }
}

.aladin-horizontal-list {
  z-index: 5;
  display: none !important;
}

.aladin-tooltip-container {
  display: none !important;
}

.aladin-location {
  display: none !important;
}

.aladin-cooFrame {
  display: none !important;
}

#aladin-lite-div canvas {
  height: 100%;
  width: 100%;
}

.aladin-location,
.aladin-fov {
  background: rgba(10, 10, 10, 0.5);
}

.aladin-location {
  position: relative;
  top: -30px;
  bottom: 0;
  height: 30px;
  width: 250px;
  left: 50%;
  text-align: center;
  display: inline-block;
  background-color: transparent !important;
}

.aladin-location-text,
.aladin-reticleColor,
.aladin-fov {
  color: white !important;
  font-weight: normal !important;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-family: Roboto, sans-serif;
  background-color: rgba(15, 71, 255, 0.5) !important;
}

.aladin-location-text {
  margin-left: 0 !important;
  padding: 5px;
}

@media (max-width: 40em) {
  .aladin-location-text {
    display: none;
  }
}

.blindSwitch label input[type="checkbox"]:checked+.lever:after {
  background-color: #ff0000 !important;
  left: 1.5rem;
}

.blindSwitch label input[type="checkbox"]+.lever:after {
  background-color: var(--color-primary-voyager) !important;
}

.blindSwitch label {
  text-transform: uppercase;
  font-size: x-small;
}

#roboClipModal {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

#roboClipModalCont {
  max-width: 100% !important;
}

#roboClipUL {
  max-height: 40vh;
}

#roboClipModal li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#roboClipModal li .col {
  margin: 0;
  padding: 3px;
}

#rCnote {
  color: #fff !important;
  border-radius: 5px;
}

.btn-voy-Rc {
  width: 40%;
}

#groupSelect>option:nth-child(1) {
  color: gray;
}

#roboClipHeader {
  background: url(../img/dark_geometric.png);
  opacity: 0.8;
}

.rcField:disabled {
  background-color: gray !important;
}

.text-small {
  font-size: 80% !important;
  font-weight: 400 !important;
}

.drop-filter:hover {
  background-color: #383838;
  color: white;
}

.drop-profile:hover {
  background-color: #383838;
  color: white;
  cursor: pointer;
  border-radius: 0;
}

.drop-filter-gray:hover {
  background-color: gray;
}

.dropdown-menu-filter {
  background-color: #fb3 !important;
  font-size: 100% !important;
  font-weight: 400;
}

.dropdown-menu-profile {
  background-color: #fb3 !important;
  font-size: 80%;
  font-weight: 400;
}

.dropdown-item {
  color: black !important;
  font-weight: 500;
}

.dropdown-item:hover {
  color: rgb(255, 255, 255) !important;
  font-weight: 500;
}

.filter-input {
  border: none;
  margin: 0;
  color: #fb3;
  width: auto;
}

.seq-input {
  border: none;
  margin: 0;
  color: rgb(202, 202, 202);
  max-width: 100px;
  border: 2px rgb(202, 202, 202) solid;
}

.filter-input:focus {
  border: 2px white solid;
}

.filter-input {
  border: 2px #fb3 solid;
}

.filterBtn {
  min-width: 15%;
}

.seq-li {
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
}

#filterText {
  max-width: 40%;
}

.btRoboClipLi>img {
  width: 12px;
  padding-bottom: 2px;
}

.roboClip-li {
  min-height: fit-content;
}

.slider#fdb-mosOverlap::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: url("overlap_icon.png");
  background-size: cover;
  cursor: pointer;
  border: none;
}

.slider#fdb-mosOverlap::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: url("overlap_icon.png");
  background-size: cover;
  cursor: pointer;
  border: none;
}

.slider#fdb-mosOverlap {
  width: 100%;
}

#sliderOverlapCont {
  width: 100%;
}

.labelMosSwitch {
  min-width: 50px;
  display: inline-block;
}

.right-align {
  text-align: right !important;
}

.left-align {
  text-align: left !important;
}

#alertFovDiv {

  width: 97.5%;
  color: rgba(255, 187, 51, 1);

  position: absolute;
  font-size: 11px;
  font-weight: 400;
  top: 5px;
  text-align: center;
  padding: 0px;
  display: block;
  text-transform: uppercase;
  line-height: 1.5rem;
}

#fdb-mosOverlap {
  margin: 10px 0;
}


.space41 {
  width: 41px;
}

#csvListCont {
  width: 100%;
}

#csvListCont .card {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 400px;

  z-index: 1060;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 1);
}

#csvListDiv {
  background: var(--color-bg-voyager);
  color: gray;
  border: 1px gray solid;
  border-left: 6px solid var(--color-primary-voyager);
  border-radius: 5px;
  resize: none;
  padding: 10px;
  width: 100%;
  height: auto;
  max-height: 30vh;
  font-size: small;
  overflow: auto;
  line-height: 1.3;
}

#csvListDiv td {
  font-size: x-small !important;
  border: none;
}

#closeTileListBtn {
  font-size: x-small !important;
  display: inline;
  float: right;
}

#csvListDiv tr:first-child {
  color: red;
  font-weight: 400 !important;
}

.offscreen {
  position: absolute !important;
  left: -999em !important;
}

.rcAlert,
.seqAlert {
  text-align: center;
  z-index: 1050;
  min-width: 500px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .8);
  margin: 0 auto;
  ;
}

/* Optional: Add animation when alerts appear */
.rcAlert.show,
.seqAlert.show {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.checkAppend {
  place-self: center;
  margin-top: 10px;
  margin-left: 5px;
}

.checkAppend label {
  padding-top: 3px;
}

.storeCheckAppend {
  place-self: center;
  margin-top: auto;
  margin-left: 5px;
}

.storeCheckAppend label {
  padding-top: 3px;
  text-transform: capitalize;
}

.lumaBkg {
  background-color: grey !important;
  color: black;
}

.flex-even {
  flex: 1;
}

.btn-vik {
  width: 45px !important;
  padding: 8px !important;
}

.btn-vik-pwm {
  width: 35px !important;
  padding: 8px !important;
}

.input-vik {
  padding: 8px !important;
  width: 58px;
}

/*canvas overlay rotator*/
.rotBkg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
}

.rotBkg img {
  max-width: 100%;
  height: auto;
  transform: translate(0%, -0.2rem);
}

.w100 {
  position: relative;
}

#rotatorCanvas {
  position: relative;
  z-index: 5;
}

#skyPaCanvas {
  position: relative;
  z-index: 5;
}

.rotVal {
  position: absolute;
  text-align: center;
  z-index: 5;
  top: 24px;
  font-size: 30px;
  font-weight: bold;
}

#rotSkyVal {
  color: #fb3;
}

#rotPaVal {
  color: var(--color-primary-voyager);
}

.btn>* {
  pointer-events: none !important;
}

.buttonPA {
  margin: 0 !important;
}

.liVikPan {
  height: 42px;
}

.custom-file-label,
.custom-file,
.custom-file-input,
.custom-file-label::after {
  height: calc(1.8125rem + 2px) !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}

.usaved {
  background: repeating-linear-gradient(45deg,
      var(--color-bg-eleg-voyager),
      var(--color-bg-eleg-voyager) 30px,
      #2e2e2e 30px,
      #2e2e2e 60px);
  border: none !important;
  color: #fb3 !important;
  pointer-events: none;
}

.vikOverlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.fullOverlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.vikOverlayText {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 36px;
  text-align: center;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.btn-vik-automa {
  padding: 3px 0px 1px 0px !important;
  width: 45px !important;
  margin: 1px !important;
}

#custom-body {
  margin-top: 0px !important;
}

.border-table-fra {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}


#moonCanvas {
  width: 100%;
  z-index: 1;
}

/* Placeholder in colore grigio */
::placeholder {
  color: #757575 !important;
  opacity: 1;
  /* Per alcuni browser */
}

/* Per il focus dei campi */
input:focus,
textarea:focus {
  border-color: #6c757d;
  /* Colore di focus */
  box-shadow: 0 0 5px rgba(108, 117, 125, 0.5);
}

/* Migliora lo spaziamento tra i campi */
.form-group {
  margin-bottom: 1rem;
}

.form-control {
  padding: 0.5rem 0.25rem;
  font-size: 0.9rem;
}


.primary-color,
ul.stepper li.active a .circle,
ul.stepper li.completed a .circle {
  background-color: var(--color-primary-voyager) !important
}

.primary-color-dark {
  background-color: #0d47a1 !important
}

.secondary-color {
  background-color: #a6c !important
}

.secondary-color-dark {
  background-color: #93c !important
}

.default-color {
  background-color: #2bbbad !important
}

.default-color-dark {
  background-color: #00695c !important
}

.info-color {
  background-color: #33b5e5 !important
}

.info-color-dark {
  background-color: #09c !important
}

.success-color {
  background-color: #00c851 !important
}

.btn-outline-success {
  color: #00c851 !important;
  border: 1px solid #00c851 !important;
}

.btn-outline-danger {
  color: #ff3547 !important;
  border: 1px solid #ff3547 !important;
}

.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #ff3547 !important;
}

.btn-outline-success:hover {
  color: #fff !important;
  background-color: #00c851 !important;
}

.btn-outline-info {
  color: #33b5e5 !important;
  border: 1px solid #33b5e5 !important;
}

.btn-outline-info:hover {
  color: #fff !important;
  background-color: #33b5e5 !important;
}

.success-color-dark {
  background-color: #007e33 !important
}

.warning-color {
  background-color: #fb3 !important
}

.warning-color-dark {
  background-color: #f80 !important
}

.danger-color,
ul.stepper li.warning a .circle {
  background-color: #ff3547 !important
}

.danger-color-dark {
  background-color: #c00 !important
}

.elegant-color {
  background-color: var(--color-bg-eleg-voyager) !important
}

.elegant-color-navy {
  background-color: #1e1e2d !important
}

.elegant-color-dark {
  background-color: var(--color-bg-eleg-voyager) !important
}

.stylish-color {
  background-color: #4b515d !important
}

.stylish-color-dark {
  background-color: #3e4551 !important
}

.unique-color {
  background-color: #3f729b !important
}

.unique-color-dark {
  background-color: #1c2331 !important
}

.special-color {
  background-color: #37474f !important
}

.special-color-dark {
  background-color: #263238 !important
}

.purple-gradient {
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important
}

.peach-gradient {
  background: linear-gradient(40deg, #FFD86F, #FC6262) !important
}

.aqua-gradient {
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important
}

.blue-gradient {
  background: linear-gradient(40deg, #45cafc, #303f9f) !important
}

.purple-gradient-rgba {
  background: linear-gradient(40deg, rgba(255, 110, 196, .9), rgba(120, 115, 245, .9)) !important
}

.peach-gradient-rgba {
  background: linear-gradient(40deg, rgba(255, 216, 111, .9), rgba(252, 98, 98, .9)) !important
}

.aqua-gradient-rgba {
  background: linear-gradient(40deg, rgba(32, 150, 255, .9), rgba(5, 255, 163, .9)) !important
}

.blue-gradient-rgba {
  background: linear-gradient(40deg, rgba(69, 202, 252, .9), rgba(48, 63, 159, .9)) !important
}

.hoverable {
  box-shadow: none
}

.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

a,
a:hover {
  transition: all .2s ease-in-out;
  text-decoration: none
}

.z-depth-0 {
  box-shadow: none !important
}

.chip:active,
.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important
}

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19) !important
}

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21) !important
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22) !important
}

.btn,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover,
.jumbotron {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

a {
  cursor: pointer;
  color: #007bff
}

a:hover {
  color: #0056b3
}

a.disabled:hover,
a:disabled:hover {
  color: #007bff
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}



.btn.btn-sm {
  padding: .5rem 1.6rem;
  font-size: .75rem
}

#moon-info ul li {
  border: none;
}

.text-dark {
  color: var(--color-bg-eleg-voyager) !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #080808 !important
}

.text-dark-emphasis2 {
  color: var(--color-light-voyager) !important;
  text-transform: uppercase;
  font-size: 0.7rem;
}


.text-secondary {
  color: #a6c !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #9540bf !important
}

.deep-purple {
  background-color: #673ab7 !important
}

.deep-purple-text {
  color: #673ab7 !important
}

.small {
  font-size: 0.70rem;
  text-transform: uppercase;
}

.btn {
  padding: .5rem 1rem;
  font-size: .81rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: .375rem;
  border: 0;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: inherit
}

.btn:active,
.btn:focus,
.btn:hover,
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important;
}

.btn:active,
.btn:focus,
.btn:hover {
  outline: 0
}

.btn.btn-sm {
  padding: .5rem 1.6rem;
  font-size: .64rem
}

.custom-switch-container {
  justify-content: center;
  gap: 2px;
  padding: 0;
}

.custom-switch-text-left {
  margin-right: 0;
}

.custom-switch-input {
  margin: 0;
}

.custom-switch-text-right {
  margin-left: 0;
}

.noborder {
  border: none;
}

#fovTab .nav-link {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: grey;
  background-color: var(--color-bg-eleg-voyager);

  border-bottom: var(--color-bg-light-voyager) 2px solid;
}

#fovTab .nav-link.active {
  color: var(--color-primary-voyager);
  background-color: var(--color-bg-voyager);
  border-color: var(--color-light-voyager);
  border-bottom: var(--color-light-voyager) solid;
}

#fovTab .nav-link:hover {
  color: #e9e9e9;
  border-color: var(--color-primary-voyager);

}

.noBottomBorder {
  border-bottom: none !important;
}

.ulTab {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.ulTab :first-child {
  border-top: none;
}

.ulTab li {
  background-color: var(--color-bg-voyager);
}

.bg-dark {
  background-color: var(--color-bg-voyager) !important;
}


.orizSpacer {
  width: 3%;
}

:root {
  --color-bg-voyager: #1a1a1a;
  --color-bg-light-voyager: #dee2e6;
  --color-bg-eleg-voyager: #222222;
  --color-primary-voyager: #4285f4;
  --color-light-voyager: #76faff;
  --color-bg-dark-alt-voyager: #1f1e1e;
  --color-bg-dark-alt2-voyager: #1f2937;
  --color-border-grey-voyager: #4e4e4e;
}

.list-group-item {
  background-color: var(--color-bg-voyager);
  border-color: var(--color-light-voyager);
  text-transform: uppercase;
  font-size: 0.7rem;
}

#btnAladInstrum {
  position: relative;
  margin-top: -30px;
  z-index: 10;
  border: var(--color-light-voyager) 2px solid;
}

a {
  cursor: pointer;
  color: #007bff
}

a:hover {
  color: #0056b3
}

a.disabled:hover,
a:disabled:hover {
  color: #007bff
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}




.progress-ring-indicator {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dasharray 0.35s ease-in-out;
}

.fov-data-container {
  max-height: 300px;
  overflow-y: auto;
}


.btn-deep-purple {
  background-color: #512da8 !important;
  color: #fff
}

.btn-deep-purple:hover {
  background-color: #5b32bc !important;
  color: #fff
}

.btn-deep-purple.dropdown-toggle {
  background-color: #512da8 !important
}

.btn-deep-purple.dropdown-toggle:focus,
.btn-deep-purple.dropdown-toggle:hover {
  background-color: #5b32bc !important
}

.btn-deep-purple:not([disabled]):not(.disabled).active,
.btn-deep-purple:not([disabled]):not(.disabled):active,
.show>.btn-deep-purple.dropdown-toggle {
  background-color: #2a1758 !important
}

.btn-blue-grey {
  background-color: #78909c !important;
  color: #fff
}

.btn-blue-grey:hover {
  background-color: #879ca7;
  color: #fff
}

.btn-blue-grey.active,
.btn-blue-grey:active,
.btn-blue-grey:focus {
  background-color: #4a5b64
}

.btn-blue-grey.dropdown-toggle {
  background-color: #78909c !important
}

.btn-blue-grey.dropdown-toggle:focus,
.btn-blue-grey.dropdown-toggle:hover {
  background-color: #879ca7 !important
}

.btn-blue-grey:not([disabled]):not(.disabled).active,
.btn-blue-grey:not([disabled]):not(.disabled):active,
.show>.btn-blue-grey.dropdown-toggle {
  background-color: #4a5b64 !important
}

.blue-grey-ic {
  color: #78909c !important
}

.blue-grey-ic:focus,
.blue-grey-ic:hover {
  color: #78909c
}


.btn-indigo {
  background-color: #3f51b5 !important;
  color: #fff
}

.btn-indigo:hover {
  background-color: #4d5ec1 !important;
  color: #fff
}

.btn-indigo.active,
.btn-indigo:active,
.btn-indigo:focus {
  background-color: #252f69 !important
}

.btn-indigo.dropdown-toggle {
  background-color: #3f51b5 !important
}

.btn-indigo.dropdown-toggle:focus,
.btn-indigo.dropdown-toggle:hover {
  background-color: #4d5ec1 !important
}

.btn-indigo:not([disabled]):not(.disabled).active,
.btn-indigo:not([disabled]):not(.disabled):active,
.show>.btn-indigo.dropdown-toggle {
  background-color: #252f69 !important
}

.btn-unique {
  background-color: #880e4f !important;
  color: #fff
}

.btn-unique:hover {
  background-color: #9f105c !important;
  color: #fff
}

.btn-unique.active,
.btn-unique:active,
.btn-unique:focus {
  background-color: #2c0419 !important
}

.btn-unique.dropdown-toggle {
  background-color: #880e4f !important
}

.btn-unique.dropdown-toggle:focus,
.btn-unique.dropdown-toggle:hover {
  background-color: #9f105c !important
}

.btn-unique:not([disabled]):not(.disabled).active,
.btn-unique:not([disabled]):not(.disabled):active,
.show>.btn-unique.dropdown-toggle {
  background-color: #2c0419 !important
}

.btn-outline-grey {
  border: 2px solid #616161 !important;
  background-color: transparent !important;
  color: #616161 !important
}

.btn-outline-grey.active,
.btn-outline-grey:active,
.btn-outline-grey:active:focus,
.btn-outline-grey:focus,
.btn-outline-grey:hover {
  border-color: #616161 !important;
  background-color: #616161 !important;
  color: #ffffff !important
}


.btn-warning.dropdown-toggle {
  background-color: #fb3 !important
}

.btn-warning.dropdown-toggle:focus,
.btn-warning.dropdown-toggle:hover {
  background-color: #ffc44d !important
}

.btn-warning {
  color: var(--color-bg-dark-alt2-voyager) !important;
}

.btn-warning:hover {
  color: var(--color-bg-eleg-voyager) !important;
}

.btn-outline-orange {
  border: 1px solid #ff5722 !important;
  background-color: transparent !important;
  color: #ff5722 !important
}

.btn-outline-orange.active,
.btn-outline-orange:active,
.btn-outline-orange:active:focus,
.btn-outline-orange:focus,
.btn-outline-orange:hover {
  border-color: #ff5722 !important;
  background-color: #ff5722 !important;
  color: white !important
}

.slot_number {
  font-size: 0.8rem !important;
  color: #fff !important;

  border-radius: 0.25rem !important;
  padding: 0.25rem 0.5rem !important;
  margin: 0 !important;
}

.slotUpSeq,
.slotDownSeq,
.slotDelSeq,
.copySlotSeq,
.pasteSlotSeq,
.resetSlotSeq {
  margin: 0 !important;
}

#sequenceEditorTable>thead>tr>th:nth-child(9),
th:nth-child(8),
th:nth-child(7),
th:nth-child(3),
th:nth-child(2) {
  min-width: 80px !important;
}


#lightboxImage {
  cursor: zoom-in;
  width: 100vw;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Stato zoom: mostra l'immagine al 1:1 (dimensioni naturali) */
#lightboxImage.zoomed {
  cursor: zoom-out;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}

/* Centra l'immagine nel modal e abilita lo scroll se necessario */
.modal-body {

  justify-content: center;
  align-items: center;
  overflow: auto;
}

.btn-light {
  color: var(--color-bg-dark-alt2-voyager) !important;
}

#sequenceNameInput {
  width: 85%;

}

/* Sequence panel responsive layout */
.sequence-inputs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.sequence-input-field {
  flex: 1 1 150px;
  min-width: 0;
}

@media (max-width: 768px) {
  .sequence-input-field {
    flex: 1 1 100%;
  }
}

/* Coordinate Tooltip Styles */
.coordinate-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--color-bg-voyager);
  border: 1px solid #4285f4;
  border-radius: 8px;
  box-shadow: 0px 14px 16px rgba(0, 0, 0, 0.8);
  padding: 15px;
  color: #e0e0e0;
  font-size: 0.85rem;
  line-height: 1.4;
  z-index: 1050;
  margin: 5px 20px;
  animation: tooltipSlideIn 0.3s ease-out;
}

.coordinate-tooltip .tooltip-header {
  color: var(--color-bg-light-voyager);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.coordinate-example {
  background-color: #2d2d2d;
  border-left: 3px solid #4285f4;
  padding: 6px 10px;
  margin: 6px 0;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 0.75rem;
  color: #b8b8b8;
}

.coordinate-category {
  color: var(--color-primary-voyager);
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 0.8rem;
}

.tooltip-close-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  color: #999;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.tooltip-close-btn:hover {
  color: #ffbb33;
}

.auto-show-hint {
  font-style: italic;
  color: #888;
  font-size: 0.7rem;
  margin-top: 8px;
  text-align: center;
  padding-top: 8px;
  border-top: 1px solid #333;
}

/* Animations */
@keyframes tooltipSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-out {
  animation: tooltipFadeOut 0.3s ease-in forwards;
}

@keyframes tooltipFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .coordinate-tooltip {
    font-size: 0.8rem;
    padding: 12px;
  }

  .coordinate-example {
    font-size: 0.7rem;
    padding: 4px 8px;
  }
}

#coordinate-help-btn {
  padding: 2px 6px;
}

#search_com {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
}

#search-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bkg-cont {
  border-radius: 5px;
  padding: 3px 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 20px 0 rgba(0, 0, 0, 0.3);
}