#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

#page-loader-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255,255,255,0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

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

.menu-line-1,
.menu-line-2,
.menu-line-3,
.menu-line-4 {
  opacity: 0;
}

.t-text br {
  display: block !important;
  margin-top: 16px !important;
  content: " " !important;
}