.ccsc-2024-color {
  color: #ea5514;
}
.login-bg {
  min-height: 100vh;
}
.login-page {
  width: 100%;
  /* max-width: 1440px; */
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
}
.login-box .login-user {
  border-top: 3px solid #ea5514;
}
.login-box .login-forgot {
  border-top: 3px solid #17a2b8;
}
.login-box .login-recover {
  border-top: 3px solid #f012be;
}
.login-box .login-admin {
  border-top: 5px solid #1714ea;
}
.login-banner {
  width: auto;
  height: 100px;
}

.login-banner-gov {
  width: auto;
  height: 150px;
}
.login-banner-event {
  max-width: 100%;
  max-height: 180px;
}
.login-banner-year {
  width: auto;
  max-height: 100px;
}
.theme-bg {
  background-color: #faeedc;
  background-image: url("/gba/static/images/bg_left.png"),
    url("/gba/static/images/bg_right.png"),
    url("/gba/static/images/theme_bg.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, top center;
  background-size: 50% auto, 40% auto, 100% 100%;
}
.theme-bg-content {
  background-color: #faeedc;
  background-image: url("/gba/static/images/bg_left.png"),
    url("/gba/static/images/bg_right.png"),
    url("/gba/static/images/theme_bg.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left top, right top, center bottom;
  background-size: 40% auto, 50% auto, cover;
}
.menu-bar {
  /* background-color: #ffc107; */
  background-color: #f3e1d8;
  background-image: url("/gba/static/images/bg_left.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 250px;
}
.contact-us {
  font-size: 24px;
}
.office-time {
  background: linear-gradient(
    to right,
    red,
    orange,
    green,
    blue,
    indigo,
    violet
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-container {
  width: 100%;
  max-width: 600px; /* 设置容器的最大宽度，根据你的需求调整 */
  min-width: 240px; /* 设置容器的最大宽度，根据你的需求调整 */
  max-height: 400px;
}

.video-container video {
  width: 100%;
  height: auto;
  max-height: 400px;
}
.login-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ac5845;
  padding: 10px;
  color: white;
}

.menu-sup-fund {
  width: auto;
  height: 90px;
  margin-left: 10px;
}
.menu-sup-fund-2 {
  height: 95px;
  margin-top: 5px;
}
/* .menu-sup-fund-gov {
  width: auto;
  height: 100px;
} */
.menu-sup-fund-gov {
  width: 100px;
}

#dropzone {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

#dropzone.hover {
  background-color: #f0f0f0;
}

#preview {
  margin-top: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.message-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}

.progress-text {
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 20px;
  color: #000;
}

.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-top-color: #333;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.filter-container {
  max-height: 800px;
  overflow-y: auto;
  /* padding-right: 15px; */
  /* margin-right: 25px; */
}
