.auto-style-header-1 {
  display: none
}

.auto-style-header-2 {
  color: #fff
}

.auto-style-header-3 {
  cursor: pointer;
  color: #fff
}

.auto-style-header-4 {
  cursor: pointer;
  color: black
}

.auto-style-header-5 {
  color: #1d3684 !important
}

.auto-style-header-6 {
  color: black !important
}

.auto-style-header-7 {
  filter: none
}

.auto-style-header-8 {
  margin-right: 5px
}

/* Extracted <style> blocks */
.header-link:focus {
  outline: 1px solid #000 !important;
}

.mobile-container {
  display: none;
  padding: 0 10px;
}

.mobile-nav {
  border: 2px solid #1d3684;
  margin: 10px auto;
}

.dropdown {
  width: 100%;
  background-color: #1d3684;
  color: #fff;
  padding: 10px;
}

#dropdown-bar {
  cursor: pointer;
  margin-left: 10px;
}

.dropdown-content {
  width: 100%;
  margin: 0 auto;
  display: none;
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
}

.dropdown-content ul {
  list-style: none;
  margin: 0 auto;
}

.dropdown-content ul li {
  border: 1px solid #777;
  padding: 10px;
}

.dropdown-content ul li a {
  text-decoration: none;
  color: #000;
}

.dropdown-content ul li a:hover {
  color: blue;
}

#top-bar {
  background-color: #1d3684;
  padding: 10px 20px !important;
}

#bar-ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

#search-input {
  padding: 7px 20px !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 20px !important;
  min-height: 0;
  line-height: 1;
  width: 250px;
}

.black-theme .eventText {
  color: yellow;
  background-color: #000000;
}

.black-theme .header-link img {
  filter: grayscale(1) brightness(5);
}

.black-theme .header-link img:first-child {
  filter: none;
}

.black-theme .headerLogoText h2 {
  color: yellow;
}

.black-theme .headerLogoText h3,
.black-theme .headerLogoText h4 {
  color: yellow;
}

.black-theme .desc {
  color: yellow;
}

.black-theme #latestBox {
  background-color: #000000;
}

.black-theme .subdesc {
  color: yellow;
}


.medium-theme #search-input {
  background-color: #3d3d3d !important;
  color: rgba(256, 256, 256, 0.6);
}

.medium-theme .eventText {
  color: yellow;
  background-color: #171717;
}

.medium-theme .header-link img {
  filter: grayscale(1) brightness(5);
}

.medium-theme .header-link img:first-child {
  filter: none;
}

.medium-theme .headerLogoText h2 {
  color: yellow;
}

.medium-theme .headerLogoText h3,
.medium-theme .headerLogoText h4 {
  color: yellow;
}

.medium-theme .desc {
  color: yellow;
}

.medium-theme #latestBox {
  background-color: #171717;
}

.medium-theme .subdesc {
  color: yellow;
}


#default-theme {
  background-color: white !important;
  color: black !important;
  cursor: pointer;
  padding: 2px;
  display: inline-block;
}


#medium-theme {
  background-color: yellow !important;
  color: black !important;
  display: inline-block;
  cursor: pointer;
  padding: 2px;
  display: inline-block;
}

#black-theme {
  background-color: black !important;
  color: white !important;
  padding: 2px;
  display: inline-block;
  cursor: pointer;
}


@media only screen and (max-width: 1200px) {
  #big-nav {
    display: none;
  }

  .mobile-container {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  #bar-ul {
    flex-direction: column;
    gap: 10px;
  }
}

@media print {
  .pagebreak {
    page-break-before: always;
  }

  #top-bar {
    background-color: #1d3684 !important;
    color: white;
  }

  #big-nav {
    background-color: #1d3684 !important;
    color: white;
  }

  #footer-widgets {
    background-color: #222 !important;

  }

  #footer-bottom {
    background-color: #1b1b1b !important;
  }

  #big-nav a {
    font-size: 13px;
  }

  section#header-row {
    flex-direction: column;
  }

  a[href]:after {
    display: none !important;
  }

  #big-nav {
    display: block;
    font-size: 13px;
  }

  .mobile-container {
    display: none;
  }

  .para1 {
    flex-direction: column;
  }

  .para1 span {
    width: 100% !important;
    text-align: justify;
  }

  .cmdsection h2 {
    text-align: center !important;
  }

  /* .para1 .buttons {
          display: none;
        } */

  .para1 .imagediv {
    width: 80%;
    max-width: none !important;
    margin: 0 auto;
  }

  .videosec {
    display: none !important;
  }
}

#header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.headerLogo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.headerLogoText {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.headerLogoText h2 {
  color: #1d3684;
  font-size: 18px !important;
  margin: 0 !important;
}

.headerLogoText h3 {
  color: #1d3684;
  font-size: 16px !important;
  margin: 0 !important;
}

.headerLogoText h4 {
  color: #000;
  font-size: 14px !important;
  margin: 0 !important;
}

.headerList {
  display: flex;
  align-items: center;
  gap: 15px;
}

.headerListImage {
  height: 100px;
  width: 100px;
}

.headerListImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Media Query */

@media only screen and (max-width: 1200px) {
  #header-row {
    flex-direction: column;
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #header-row {
    gap: 30px;
  }

  .headerLogo {
    flex-direction: column;
  }

  .headerLogoText h2,
  .headerLogoText h3,
  .headerLogoText h4 {
    text-align: center !important;
  }
}

@media only screen and (max-width: 600px) {
  .headerList {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Style for the main navigation bar */
#big-nav {
  background-color: #1d3684;
  align-items: center;
  padding: 0 5px;
}

#big-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
}

#big-nav li {
  position: relative;
  cursor: pointer;
}

.menuHead ul {
  z-index: 1001;
}

#big-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
}

#big-nav li:hover,
#big-nav li:focus,
#big-nav li:active,
#big-nav li:focus-within {
  background-color: #13aff0 !important;
  outline: none;
  border: none;
}

#big-nav li.goku:hover,
#big-nav li.goku:focus,
#big-nav li.goku:active,
#big-nav li.goku:focus-within {
  background-color: #000 !important;
  outline: none;
  border: none;
}

/* Style for dropdown menus */
#big-nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #1d3684;
  padding: 0;
  width: 250px;
}

#big-nav ul ul li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

#big-nav ul ul a {
  padding: 10px 20px;
}

#big-nav ul li:hover>ul,
#big-nav ul li:focus-within>ul {
  display: block;
}

/* Style for sub-dropdown menus */
#big-nav ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  background-color: #1d3684;
  padding: 0;
  width: 250px;
}

#big-nav ul ul ul li {
  width: 100%;
}

#big-nav ul ul ul a {
  padding: 10px 20px;
}

#big-nav ul ul li:hover>ul,
#big-nav ul ul li:focus-within>ul {
  display: block;
}