
/* For index.html mobile */

.loader-container--initial {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.loader-header--initial {
  align-items: center;
  background-color: #98a2b3;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}

.loader-header--brand-name {
  background-color: #ffffff29;
  border-radius: 6px;
  height: 32px;
  width: 123px;
}

.loader-header--widgets {
  align-items: center;
  display: flex;
  gap: 16px;
}

.loader-header--widget-small {
  align-items: center;
  display: flex;
  gap: 8px;
}

.loader-header--widget-small > div {
  background-color: #ffffff29;
  border-radius: 8px;
  height: 32px;
  width: 32px;
}

.loader-header--widget-large,
.loader-main-container--initial {
  display: none;
}

/* ENDS */
