p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.g-spinner {
  animation: spin 1s linear infinite;
  width: 24px;
  height: auto;
  margin-bottom: 2px;
}

#g-loader-title {
  font-weight: 600;
  font-size: x-large;
}

.g-loader-top {
  display: flex;
  gap: 12px;
  margin-bottom: 4px;
}

#g-loader {
  background: #30333650;
  backdrop-filter: blur(3px);
  color: #edffff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition-property: all;
  transition-duration: 750ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#g-loader-description {
  margin-left: 36px;
  position: absolute;
}

.g-loader-selected {
  font-weight: 600;
  border-width: 0 0 0 4px;
  border-color: #1e76b9;
  border-style: solid;
  padding-left: 8px;
  translate: -12px 0;
}

.g-loader-selected::after {
  content: "...";
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.g-loader-hidden {
  opacity: 0;
  backdrop-filter: blur(0px);
}

.cesium-sceneModePicker-dropDown-icon[title="Columbus View"] {
  display: none !important;
}

.cesium-infoBox {
  max-width: 750px !important;
  width: auto !important;
  z-index: 100;
}

.g-info {
  margin: 8px;
  margin-left: 16px;
  margin-right: 24px;
}

.g-info-zoom {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  position: absolute;
}

#g-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 10px;
  border-top-left-radius: 7px;
  background: rgba(84, 84, 84, 0.95);
}

.g-info-button {
  height: 20px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #edffff;
  border-radius: 4px;
  padding: 2px;
  background: none;
  outline: none;
  border: none;
}

.g-info-button:hover {
  background-color: #303336;
  outline: none;
  border: none;
}

.g-info-button:focus {
  outline: none;
  border: none;
}

#g-info-header-zoom {
  height: 22px;
  width: 22px;
}

.g-table {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.g-info-key > p {	
  font-weight: 600;
}

.g-info .divider {
  margin-top: 16px !important;
}

.g-line-overlay {
  transform: translate(0, -50%);
  color: white;
  background-color: rgba(84, 84, 84, 0.95);
  padding: 0 6px 2px 6px;
  border-radius: 2px;
}

#g-lineOverlayParent {
  pointer-events: none;
}

.g-line-arrow {
  width: 24px;
  translate: -50% -50%;
}

.g-info-points {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.g-toolbar-button {
  display: flex;
  justify-content: space-between;
  height: 32px;
  width: auto;
  gap: 4px;
  background: #303336;
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  align-items: center;
  border-radius: 5px;
  margin-right: 3px;
  margin-left: 3px;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
}

.g-toolbar-button > svg {
  position: absolute;
  right: 0;
  margin-right: 4px;
  pointer-events: none;
}

.g-toolbar-button:focus {
  outline: none;
}

.g-toolbar-button:hover {
  background: rgba(84, 84, 84, 1);
  box-shadow: none;
  border-color: #fff; 
}

.cesium-viewer-toolbar {
  display: flex !important;
}

.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected {
  box-shadow: none !important;
  border-color: #444;
  background: rgba(38, 38, 38, 0.95);
}

.cesium-sceneModePicker-hidden {
  transition: none !important;
}

.cesium-sceneModePicker-visible {
  transition: none !important;
}

.cesium-sceneModePicker-slide-svg {
  transform: none !important;
}

.cesium-button:focus {
  outline: none !important;
}

.cesium-button:hover {
  background: rgba(84, 84, 84, 1);
  box-shadow: none;
  border-color: #fff; 
}

.cesium-button:active {
  background: rgba(84, 84, 84, 1);
  box-shadow: none;
  border-color: #fff;
  fill: #edffff;
}

#g-timeline-input {
  width: 175px;
  background: none;
  outline: none;
  border: none;
  color: #edffff;
  font-size: 0.9em;
  line-height: 150%;
  font-family: Arial, Helvetica, sans-serif;
}

.g-resetBtn {
  color: #fff;
  background-color: #e43e2b;
}

.g-resetBtn:hover {
  color: #fff;
  background-color: #c73727;
}

.drp-buttons {
  display: flex !important;
  justify-content: end;
}

.drp-buttons > .drp-selected {
  align-self: center;
}

.g-drp-label {
  align-self: center;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  margin-left: 4px;
  margin-right: 12px;
  color: rgb(204, 204, 204);
}

.drp-selected {
  flex-grow: 1;
  text-align: left !important;
  color: rgb(204, 204, 204);
}

.cancelBtn {
  color: white;
}

.cancelBtn:hover {
  color: white;
  background-color: rgb(45, 45, 45);
}

#g-filter-body {
  background-color: #333;
  margin-top: 3px;
  padding: 6px 12px 6px 12px;
  color: rgb(204, 204, 204);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.g-filter-top {
  display: flex;
  gap: 64px;
}

.g-filter-top > div {
  flex-shrink: 0;
  flex-grow: 1;
}

.g-filter-line {
  display: flex;
  align-items: center;
}

.g-filter-line > label {
  margin-bottom: 0px;
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.g-filter-line > input:not(:checked) + label {
  color: #979797;
}

.g-filter-line > input:not(:checked) + label > div{
  opacity: 60%;
}

.g-filter-color-block {
  height: 12px;
  width: 40px;
  border-radius: 2px;
}

.g-filter-has-color-block {
  flex-grow: 1;
  justify-content: space-between;
  gap: 16px;
}

#g-filter-color-block-snr {
  width: 80px;
  position: relative;
}

#g-filter-color-block-snr-2 {
  position: relative;
}

.g-filter-snr-text {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.7em;
  translate: 0 -14px;
}

.cesium-navigation-help {
  transition: none !important;
}

.cesium-navigation-help-button {
  margin-top: 0;
}

.cesium-navigation-help-instructions {
  background-color: #333;
}

.cesium-navigation-help-instructions tr:is(:nth-child(3), :nth-child(4)) {
  display: none;
}