header {
  position: relative;
  z-index: 99;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
header .container {
  background: none;
}
header .AU-abp-logo {
  transition: 0.5s;
}
header.fixed {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
}
header .AU-abp-logo {
  display: flex;
  align-items: center;
  gap: 6px;
}
header .aual-logo a {
  width: 148px;
  height: 23px;
  flex-shrink: 0;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .AU-munulogo .AU-logo {
  display: flex;
  width: 122px;
}
header .AU-munulogo .AU-logo a {
  display: flex;
  align-items: center;
  width: 100%;
}
header .AU-munulogo .AU-logo a img {
  width: 100%;
}
header .container {
  background: #fff;
}
header .AU-mlal {
  display: flex;
  height: 96px;
  justify-content: space-between;
  padding: 0px 0px 0;
}
header .aual-txt {
  text-align: center;
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
header .aual-txt a {
  color: #4E4E4E;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Label-Small-Line-Height, 16px); /* 133.333% */
  letter-spacing: -0.6px;
}
header .aual-txt a:hover {
  color: #000;
}

.abplogo img {
  width: 543px;
  height: 65px;
}

.updatetime {
  color: #5B5B5B;
  font-size: 16px;
  font-weight: 700;
}
.updatetime a {
  color: #5B5B5B;
}

.login-search {
  position: absolute;
  right: 0;
  bottom: 6px;
  display: flex;
  margin-right: 8px;
}
.login-search a {
  width: 30px;
  height: 30px;
  display: flex;
}
.login-search a svg {
  margin: auto;
}
.login-search a img {
  margin: auto;
}

.sponsoredtxt {
  left: 7px;
  top: 7px;
  padding: 2px;
  position: absolute;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
}

.AU-humberger {
  position: relative;
  width: 48px;
  height: 48px;
}
.AU-humberger .bxAU-humberger {
  width: 48px;
  height: 48px;
  background: #ed1c24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.5s;
}

.humberger-container {
  display: none;
  z-index: 99;
}

.AU-munulogo {
  display: flex;
  gap: 24px;
  width: 221px;
  align-items: center;
}

.AU-logo {
  position: relative;
  background: #fff;
}

.AU-openHumberger {
  width: 320px;
  background: #fff;
  box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 24px 24px 64px;
  position: absolute;
  top: 0;
  left: 0px;
  min-height: 100vh;
}
.AU-openHumberger ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12px;
  max-height: 90vh;
  overflow: auto;
  padding-bottom: 16px;
}
.AU-openHumberger ul::-webkit-scrollbar {
  width: 0px;
}
.AU-openHumberger ul::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.AU-openHumberger ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}
.AU-openHumberger ul li {
  border-bottom: 1px solid #FFD631;
  width: 100%;
}
.AU-openHumberger ul li:last-child {
  border-bottom: 0;
}
.AU-openHumberger ul li a {
  color: #000;
  font-family: "Noto Serif Bengali";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  width: 100%;
  padding: 24px 0;
}
.AU-openHumberger .closeAU-humberger {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #ED1C24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.secau-line-border .container {
  display: flex;
}
.secau-line-border .container img {
  width: 100%;
  margin-top: -24px;
}

.outercontainer {
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

header {
  background: #fff;
}
header .container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background: #fff;
}

.ss-ht-border {
  display: flex;
  background: url("/ananda-utsav-2025-assets/contest/desktop/images/DC-border-red.svg");
  height: 22px;
  width: 100%;
}

footer {
  background: #fff;
  min-height: 80px;
}
footer .copyright {
  color: #000;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}/*# sourceMappingURL=header.css.map */
