#main-content {
  background-color: #000 !important;
}

.main_title {
  display: none;
}

#object-list {
  display: none !important;
}

#search-box {
  margin: 0 !important;
}

#ephemerid {
  padding-bottom: 50px;
}

#ephemerid .container,
#ephemerid .container-lg,
#ephemerid .container-md,
#ephemerid .container-sm,
#ephemerid .container-xl {
  max-width: 980px !important;
  width: 100% !important;
}

.ephemerid-entry {
  padding-top: 12px !important;
}

.open-attributes {
  cursor: pointer;
  transition: transform 0.5s;
}

.hero-section {
  padding: 400px 20px 10px 20px;
  background-image:
    linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.92) 100%),
    var(--hero-bg-url);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

@media screen and (max-width: 1280px) {
  .hero-section {
    background-position: right;
  }
}

@media screen and (max-width: 992px) {
  .hero-section {
    padding: 300px 20px 10px 20px;
  }
}

@media screen and (max-width: 576px) {
  .hero-section {
    padding: 200px 20px 10px 20px;
    padding-bottom: 30px;
  }
}

.hero-section .hero-content h1#top-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 96px;
}

@media screen and (max-width: 992px) {
  .hero-section .hero-content h1#top-title {
    font-size: 60px;
  }
}

@media screen and (max-width: 576px) {
  .hero-section .hero-content h1#top-title {
    font-size: 40px;
  }
}

.hero-section .hero-content .hero-description {
  display: flex;
  justify-content: center;
}

.hero-section .hero-content .hero-description p {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  max-width: 824px;
}

@media screen and (max-width: 576px) {
  .hero-section .hero-content .hero-description p {
    font-size: 18px;
    line-height: 24px;
  }
}

.gradient-line {
  height: 2px;
  width: 90%;
  margin: 50px auto;
  background: linear-gradient(180deg, #38b2f1 0%, #064ee8 100%);
}

@media screen and (max-width: 576px) {
  .gradient-line {
    margin: 30px auto;
  }
}

.ephemeris-parameters {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}

.ephemeris-parameters .ephemeris-description {
  margin-bottom: 40px;
}

.ephemeris-parameters .ephemeris-description h4.ephemeris-title {
  font-size: 30px;
  text-align: center;
  background: linear-gradient(180deg, #2287ed 0%, #134d87 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ephemeris-parameters .ephemeris-description p.ephemeris-text {
  font-size: 16px;
  text-align: center;
}

.ephemeris-parameters .-current_location {
  display: flex;
  gap: 20px;
}

.ephemeris-parameters .-current_location button#current-location {
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  border: 1px solid #545a6c;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0 15px;
}

.ephemeris-parameters .-current_location button#current-location img {
  height: 40px;
}

input#date {
  border: 1px solid #545a6c;
  margin-bottom: 25px;
}

.entry-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
}

.entry-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.entry-attribute h5.value {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: -5px;
}

.entry-attribute span.attribute-name {
  font-size: 14px;
  line-height: 18px;
  color: #b1b5ba;
}

.open-attributes {
  cursor: pointer;
  transition: transform 0.5s;
}

.entry-attributes.closed {
  max-height: 0px;
  overflow: hidden;
}

.entry-attributes {
  max-height: 500px;
  transition: max-height 0.5s;
}

#loader {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto auto;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loader_message {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

#loader.active {
  display: block;
}

#search-form label {
  font-weight: 400;
  padding-bottom: 15px;
  font-size: 18px;
}

#search-form .input-container {
  margin-bottom: 20px;
}

#search-form input {
  background-color: #000;
  border-radius: 0.5rem;
  border: 1px solid #545a6c;
  color: #fff;
  padding-left: 15px;
  transition: all 0.2s ease-in-out;
}

#search-form input:focus,
#search-form input:focus-within {
  outline: none;
  box-shadow: 0 0 2px 2px #2287ed;
}

.et-l {
  /*   display: none; */
}

.et-l.et-l--post {
  display: none;
}

.ephemerid-entry {
  background: #141c1f;
  border-radius: 16px;
}

.ephemerid-entry {
  margin: 4px 0px;
  padding: 10px 12px;
}

.list-header {
  padding: 20px 0px;
}

.list-header h4.list-result-title {
  text-align: center;
  background: linear-gradient(180deg, #2287ed 0%, #134d87 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list-header p.list-result-text {
  text-align: center;
}

#timezone-logs {
  margin-bottom: 20px;
}

#timezone-logs .log.Error > span {
  color: indianred;
}

#timezone-logs .log.Warning > span {
  color: orange;
}

#timezone-logs .log.detected > span {
  color: lightgreen;
}

.visibility-toggle-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.export-ics-row {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.export-ics-row .btn-ics {
  width: 100%;
  max-width: 780px;
  background: linear-gradient(180deg, #38b2f1 0%, #064ee8 100%);
  border: none;
  color: #fff;
  cursor: pointer;
}

.export-ics-row .btn-ics .fa {
  margin-right: 0.5rem;
}

.export-ics-row .btn-ics.disabled-export {
  background: #545a6c;
  pointer-events: none;
  cursor: not-allowed;
}

.entry-select {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

#results-list.show-visible-only .ephemerid-entry.not-visible {
  display: none;
}

.no-visible-hint {
  text-align: center;
  color: #9aa0a6;
  margin: 1rem 0;
}

#search-results.closed {
  display: none;
}

#search-results #results-list-container {
  max-width: 780px;
  margin: 50px auto 20px;
  padding: 0px 20px;
}

#results-list {
  max-height: 60vh;
  overflow-y: scroll;
  overscroll-behavior-y: auto;
  padding-right: 6px;
  margin-top: 10px;
  scroll-snap-type: y proximity;
}

#results-list > .ephemerid-entry {
  scroll-snap-align: start;
  scroll-margin-top: 4px;
}

#results-list::-webkit-scrollbar {
  width: 8px;
}

#results-list::-webkit-scrollbar-track {
  background: transparent;
}

#results-list::-webkit-scrollbar-thumb {
  background: #545a6c;
  border-radius: 4px;
}

#results-list::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

#results-list {
  scrollbar-width: thin;
  scrollbar-color: #545a6c transparent;
}

#search-form input {
  width: 100%;
  height: 66px;
}

@media screen and (max-width: 576px) {
  #search-form input {
    height: 58px;
  }
}

#search-form input::placeholder {
  color: #9aa0a6;
}

#search-form .unistellar-datetime-picker-wrap {
  margin-bottom: 25px;
}

#search-form .unistellar-datetime-picker-wrap::after {
  width: 30px;
  height: 30px;
}

#search-form
  .unistellar-datetime-picker-wrap
  .unistellar-datetime-picker-display {
  background-color: #000;
  border: 1px solid #545a6c;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0 15px;
  padding-right: 50px;
  height: 66px;
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  #search-form input {
    height: 58px;
  }
}

@media screen and (max-width: 576px) {
  #search-form
    .unistellar-datetime-picker-wrap
    .unistellar-datetime-picker-display {
    height: 58px;
  }
}

#search-form #send-form {
  text-align: center;
  font-size: 20px;
  background: linear-gradient(180deg, #38b2f1 0%, #064ee8 100%);
  color: #fff;
  padding: 20px 0;
  margin-top: 25px;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  #search-form #send-form {
    padding: 15px 0;
    margin-top: 15px;
  }
}

#search-form #send-form.disabled {
  color: #fff;
  background: #545a6c;
  font-size: 20px;
  cursor: not-allowed;
}

.entry-attribute {
  background: black;
  border-radius: 16px;
  padding: 10px;
  margin: 5px 0px;
}

#main {
  padding-bottom: 50px;
  padding-top: 70px;
}

.dlink a {
  text-decoration: none;
}

.entry-header {
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.entry-header .dlink {
  cursor: default;
}

.entry-header .entry-select {
  padding-right: 0;
}

.entry-header .open-attributes {
  padding-left: 1rem;
}

.open-attributes i {
  margin-top: 0;
  margin-left: 0;
  transition: transform 0.4s ease;
  transform: rotate(0deg);
}

.open-attributes.active i {
  transform: rotate(180deg);
}

#user-logs .log {
  text-align: center;
  margin: 1rem;
}

#user-logs .log.error {
  color: red;
}

#user-logs .log.warning {
  color: orange;
}

#user-logs .log.success {
  color: green;
}

#top-header {
  padding-left: 50px;
}

#search-form {
  color-scheme: dark;
}

@media screen and (max-width: 576px) {
  #search-form input {
    height: 58px;
  }
}

input[type="text"],
input[type="search"],
input[type="datetime-local"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
.wpcf7-number {
  height: 38px;
}
