@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,600;0,800;0,900;1,400;1,600;1,800;1,900&display=swap');

body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0px
}

@keyframes bounce {

  from,
  6.66%,
  17.66%,
  33.33% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  13.33%,
  14.33% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  23.33% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  26.66% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  30% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

/* .form_container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 25%;
  height: fit-content;
} */

.form_logo_container img {
  width: 60%;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

.login-container {
  background-color: black !important;
  position: absolute;
  width: 100%;
  height: 100%;
}

#sign-in-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 110px;
  height: 40px;
  display: none;
  /* z-index: 1 !important; */
  border-radius: 25px;
}



/* #sign-in-button-wrapper #sign-in-button:not(:hover) {
    animation: bounce 3s infinite;
    animation-delay: 3s;
} */
#sign-in-button-wrapper #sign-in-button {
  width: 110px;
  cursor: pointer;
  transition: all .25s ease-in-out;
  height: 40px;
}

div#sign-in-button-wrapper:hover img {
  transform: scale(1.1);
}

#sign-in-button>img {
  vertical-align: top !important;
}

.user-status-button {
  cursor: pointer;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  width: 100px;
}

#datahub-btn,
#analytical-btn {
  border-radius: 25px;
  padding: 10px
}

.clear-button {
  border-radius: 100px;
  cursor: pointer;
}

.user-status-button i {
  color: whitesmoke;
  font-size: 1.25em;
  font-weight: 900;
}

#day-card {
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  height: fit-content;
  position: absolute;
  transition: transform 250ms;
  width: 25%;
  padding: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  width: 80%;
  max-width: 500px;
}

/* Login button */
#but {
  min-width: 80px
}

div#log_box {
  display: block;
}

.form-control {
  margin-right: 15px;
}

.forgot-pass {
  color: white;
  font-size: 12px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  float: right;
}

.forgot-pass:hover {
  color: #FDD835;
}

.login_btn {
  margin: auto;
  display: block;
  width: 25%;
}

/* .map_menu_container::before {
  position: fixed;
  content: "";
  background: linear-gradient(to bottom, transparent, #000000c9);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden
} */

.menu_container {
  background: linear-gradient(to bottom, transparent, #000000);
  margin-top: 4vh;
  min-height: 96vh;
  padding: 80px;
  padding-top: 70px;
}

.menu_container .row {
  max-width: 1600px;
  margin: auto;
}

.sect_cont {
  margin-top: 80px !important;
}

.section_1 {
  max-width: 1600px;
  margin: auto;
}

.menu-section-title-text {
  color: white;
  font-size: 1.25em;
  margin-bottom: 15px;
}

.menu-section-content {
  display: flex;
  gap: 1em;
  padding: 5px 0px;
  width: 100%;
  cursor: grab;
  overflow: auto;
  user-select: none;
  width: 100%;
}

.menu_dcard {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(5px) !important;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 10%) !important;
  border-radius: 10px;
  height: 8vw;
  max-height: 160px;
  min-height: 140px;
  min-width: 180px;
  position: relative;
  transition: transform 250ms;
  width: calc(100% / 7);
}

.menu_dcard_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  padding: 10px;
}

span.cont_1 {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  color: whitesmoke;
  text-align: center;
  font-size: 0.9em;
  margin-left: 3px;
}

.cont_1_icon {
  color: #fdd835;
  font-size: 3.5em;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
  text-align: center;
}

.content_2 {
  font-size: 0.9em;
  /* text-transform: uppercase; */
  color: whitesmoke;
  text-align: center;
}

.background_image_col_content {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.background_image_col {
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  height: 14vw;
  max-height: 240px;
  position: relative;
  transition: transform 250ms;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  min-height: 100px
}

.background_image_col:hover {
  transform: translateY(-5px);
}

.background_image_col:hover .background_image_col_items {
  margin-bottom: 30px;
}

.background_image_col_items {
  display: flex;
  flex-direction: column;
  margin: 25px;
  position: absolute;
  transition: margin 250ms;
}

.background_image_col_title {
  color: whitesmoke;
  font-size: 1.5em;
}

.background_image_col_desc {
  color: #42a5f5;
  font-size: 0.9em;
}

.sect_2_col_1,
.sect_2_col_2,
.sect_2_col_3 {
  padding: 0;
  margin: 0;
  padding-right: 1em;
  padding-bottom: 1em;
}

.sect_2_col_4 {
  padding: 0;
  margin: 0;
}


/* section 3 */
.sect_3_content {
  display: flex;
  gap: 1em;
}

.tool-card {
  background-color: #1e1e1e;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  cursor: pointer;
  height: 8vw;
  max-height: 160px;
  min-height: 140px;
  overflow: hidden;
  position: relative;
  transition: transform 250ms;
  width: calc(100% / 6);
}

.tool-card:hover {
  transform: translateY(-5px);
}

.tool-card-background {
  border-radius: 10px;
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  transition: filter 250ms;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tool-card-content {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.tool-card-content-header {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tool-card-label {
  color: #42a5f5;
  font-size: 0.8em;
  text-transform: uppercase;
}

.tool-card-name {
  color: whitesmoke;
  font-size: 1.25em;
}

.tool-card-icon {
  color: whitesmoke;
  font-size: 2em;
}

/* section 4 */
.sect_4_content {
  display: flex;
  gap: 1em;
  cursor: grab;
  overflow: auto;
  user-select: none;
  width: 100%;
}

.movie-card {
  background-color: #1e1e1e;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  cursor: pointer;
  height: 40vw;
  max-height: 600px;
  min-height: 460px;
  min-width: 260px;
  overflow: hidden;
  position: relative;
  transition: transform 250ms;
  width: calc(100% / 4);
}

.movie-card-background {
  border-radius: 10px;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  transition: transform 250ms;
  width: 100%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.movie-card-content {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  border-radius: 10px;
  height: 100%;
  position: relative;
  z-index: 2;
}

.movie-card-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 30px;
}

.movie-card-title {
  color: whitesmoke;
  font-size: 2em;
}

.movie-card-info span {
  text-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
}

.movie-card-content img {
  bottom: 0px;
  color: whitesmoke;
  width: 7em;
  padding: 30px;
  position: absolute;
  right: 0px;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
  transition: transform 250ms;
}

.movie-card-desc {
  color: #c8c8c8;
  font-size: 0.9em;
}

#movie-card-1 .movie-card-content {
  background: linear-gradient(to top, rgba(57, 73, 171, 0.4), transparent, rgba(0, 0, 0, 0.4));
}

#movie-card-2 .movie-card-content {
  background: linear-gradient(to top, rgba(103, 58, 183, 0.4), transparent, rgba(0, 0, 0, 0.4));
}

#movie-card-3 .movie-card-content {
  background: linear-gradient(to top, rgba(239, 83, 80, 0.4), transparent, rgba(0, 0, 0, 0.4));
}

#movie-card-4 .movie-card-content {
  background: linear-gradient(to top, rgba(42, 252, 152, 0.4), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}

.movie-card:hover {
  transform: translateY(-5px);
}

.movie-card:hover .movie-card-background {
  transform: scale(1.05);
}

.movie-card:hover .movie-card-content img {
  transform: translate(-20%, -20%) scale(1.2);
}


/* for Menu Container */
.map_menu_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 999;
  backdrop-filter: blur(3px);
  scroll-behavior: smooth;

}

.menu_container {
  transform: translateY(10%);
  transition: opacity 250ms, transform 250ms;
}

.menu_container.menu_show {
  transform: translateY(0%);
}

#menu_wrapper {
  transform: translateY(0%);
}

#menu_wrapper.menu_hide {
  transform: translateY(10%);
}

button.sign-out-dataHub {
  position: fixed;
  right: 30px;
  top: 10px;
}

#log-out-button {
  position: fixed;
  right: 30px;
  top: 65px;
}

/* for  quick navigation */
.scrollable-component {
  cursor: grab;
  overflow: auto;
  user-select: none;
  width: 100%;
}

.quick_app_container a {
  text-decoration: none;
}

#quick-nav {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  overflow: auto;
  padding-bottom: 5px;
  width: 100%;
  z-index: 3;
}

#quick-nav .quick-nav-item {
  padding: 10px 20px;
}

#quick-nav .quick-nav-item .quick-nav-item-label {
  color: whitesmoke;
  text-shadow: 0px 0px 2px rgb(0 0 0 / 10%);
}




.inactive-project {
  opacity: 0.6;
  filter: grayscale(100%);
}

/* responsive breakpoints  */
@media (max-width: 1400px) {
  .sect_2_col_2 {
    padding-right: 1em;
  }

  .sect_2_col_3,
  .sect_2_col_4 {
    padding-top: 1em;
  }

  .menu_container {
    padding: 30px;
  }

  .tool-card {
    width: calc(33.33% - 0.69em);
  }

  .sect_3_content {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .sect_2_col_1 {
    padding-right: 0em;
  }

  .sect_2_col_2 {
    padding-top: 1em;
  }

  .sect_2_col_3 {
    padding-right: 0em;
  }

  .menu_container {
    padding: 30px;
  }

  .tool-card {
    width: calc(50% - 0.5em);
  }
}



/* LOGIN */
.errorlist>li {
  color: red;
}


#sign-out-button,
#log-out-button {
  z-index: 1000;
}





/* LOGING PAGE */

#forgot-password-btn {
  color: #ec2a2c;
  width: 135px;
}

#forgot-password-btn:hover {
  cursor: pointer;
}

#but,
#recover_btn {
  margin-top: 10px;
  min-width: 80px;
  width: fit-content;
}



.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
}

.field-icon:hover {
  cursor: pointer;
}