.auth-layout {
  background-color: #0e1214;
}

.globe-primary {
  box-shadow: 0px 0px 20px 10px #8d448b !important;
  border-color: #8d448ba0 !important;
}

.globe-warning {
  box-shadow: 0px 0px 20px 10px #ffc107 !important;
  border-color: #ffc107a0 !important;
}

.globe-info {
  box-shadow: 0px 0px 20px 10px #117a8b !important;
  border-color: #117a8ba0 !important;
}

.globe-peach {
  box-shadow: 0px 0px 20px 10px #b53e46 !important;
  border-color: #b53e46a0 !important;
}

.globe-teal {
  box-shadow: 0px 0px 20px 10px #0e5656 !important;
  border-color: #0e5656a0 !important;
}

.globe-orange {
  box-shadow: 0px 0px 20px 10px #e98334 !important;
  border-color: #e98334a0 !important;
}

.globe:hover {
  transform: scale(0.95);
}

.globe:hover {
  transform: scale(0.95);
}

.globe:hover .login-form {
  transform: scale(0.98);
}

.marquee {
  color: #f5f5f5;
  position: fixed;
  top: 23vh;
  left: 0;
  width: 100%;
  height: fit-content;
  z-index: 1003;
  text-shadow: 0px 1px 2px #000000;
}

.solar {
  padding: 7.5vh 5px;
}

.sun {
  transition: 1.5s ease-out;
  display: block;
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1000000;
  translate: -220px 0px;
}

.sun-ray-peach {
  box-shadow: 20px 0px 1600px 160px #d57637a0;
  opacity: 0.5 !important;
}

.sun-reflection-warning {
  box-shadow: 20px 0px 1600px 160px #ffc107a0;
  opacity: 0.5 !important;
}

.portal_title {
  margin: 0;
  padding: 0;
}

.globe-world {
  transition: 1s ease-out;
  border-radius: 50.98%;
  width: 50vh;
  height: 50vh;
  -moz-backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  /* border: 1px solid #0e1214; */
  box-shadow: 0px 0px 20px 10px transparent;
  background-color: #6ea3b738;
  background-image: url("../img/bgs/planets.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  z-index: 1002;
}

.globe-world:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: -20px -10px 20px 20px #0e1214 inset;
}

#globe-venus.globe-world:before {
  box-shadow: -40px -10px 20px 20px #14100e inset;
}

#globe-earth.globe-world:before {
  box-shadow: -20px -10px 20px 20px #0e1214 inset;
}
#globe-mars.globe-world:before {
  box-shadow: 10px -20px 20px 20px #14110e inset;
}

#globe-venus.globe-world:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #b53e46a0;
  opacity: 0.3;
}

#globe-earth.globe-world:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0e5656a0;
  opacity: 0.3;
}

#globe-mars.globe-world:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e98334a0;
  opacity: 0.3;
}

[data-globe="venus"] {
  width: 35vh;
  height: 35vh;
  margin-top: 10vh;
  box-shadow: 0px 0px 10px 5px #b53e4650;
}

[data-globe="earth"] {
  width: 52.5vh;
  height: 52.5vh;
  box-shadow: 0px 0px 10px 5px #0e565650;
}

[data-globe="mars"] {
  width: 40vh;
  height: 40vh;
  margin-top: 5vh;
  box-shadow: 0px 0px 10px 5px #e9833450;
}

.globe-world .login-form {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: scale(0.95);
}

.globe-world .login-form .input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  margin: 10px 0;
  background-color: #0e121440;
  -moz-backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  border-radius: 50px;
}

.globe-world .login-form .input i {
  padding: 0px 10px;
  color: #ffffff;
  background-color: transparent;
  border: none;
}

.globe-world .login-form .submit-btn {
  background-color: #f0f0f0;
  color: #9c9c9c;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.globe-world .login-form .input input {
  border-radius: 50px;
  background-color: transparent !important;
  border: none !important;
  text-align: center;
  color: #ffffff;
}

.login-con .bottom-btn-con {
  margin: 10px;
}

.login-con .bottom-btn {
  background-color: #f0f0f0;
  color: #9c9c9c;
  border: none;
  border-radius: 5px;
}

.auth-con .card {
  width: 75%;
  height: 40vh;
  border: 1px dashed #8d448b;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  border-radius: 20px;
  transition: 0.5s ease-out;
}

.auth-con .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.auth-con .submit-btn {
  background-color: #f0f0f0;
  color: #9c9c9c;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
}

.stations {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -100000;
  /* border: 1px solid red; */
  /* background-color: red; */
}

.stations .station a {
  font-size: 100px;
  /* border: 1px solid yellow; */
  aspect-ratio: 2 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #1e1e1e; */
  color: #ffffff;
}

.stations .station:nth-child(1) a {
  top: 20px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
