/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/assets/css/current-affairs.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.font-14 {
  font-size: 14px;
}

.text-justify {
  text-align: justify;
}

.class-card {
  background: linear-gradient(122deg, #fc992866, #ffffff);
  border-radius: 20px;
  padding: 5px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  place-items: center;
  gap: 10px;
  justify-content: space-between;
}

.class-card h2 {
  font-weight: 700;
  color: #000;
  font-size: 32px;
  font-family: 'Noto Sans Devanagari', 'Mangal', "Roboto", sans-serif;
}

.class-card p {
  margin: 5px 0;
  color: #000;
}

.class-cards {
  border-radius: 20px;
  padding: 5px 20px;
  position: relative;
  overflow: hidden;

}

.class-cards h2 {

  font-size: 24px;
}

.class-cards p {
  font-size: 10px;
}

.eventsdiarypadds {
  padding: 0px 30px;
}

.search-container {
  background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 6px 9px;
  width: 233px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.search-container input {
  border: none;
  outline: none;
  flex: 1 1;
  font-size: 16px;
  color: #444;
}

.search-container .search-icon {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #ff6a00, #ee0979);
  -webkit-mask: url('https://examguru.co.in/public/assets/eguru/images/icons/search--v1.png') no-repeat center;
  mask: url('https://examguru.co.in/public/assets/eguru/images/icons/search--v1.png') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  cursor: pointer;
}

.search-sec {
  display: flex;
  justify-content: space-between;
  background: rgba(40, 44, 42, 0.05);
  padding: 2px;
  border: 2px solid transparent;
}

.search-sec>.current-affairs-gs-section {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  padding: 2px;
}

.search-sec>.current-affairs-gs-section>a {
  margin-right: 3px;
}

.searchLeftbtn {
  background: #ffffff;
  color: #000;
  padding: 5px 15px;
  display: block;
  text-align: center;
  border-radius: 0px;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  font-weight: 500;
}

.searchLeftbtn:hover,
.searchLeftbtn.active {
  background: #fc9928;
  color: #ffffff;
}

.index-dna {
  margin-top: 3px;
  text-align: center;
  font-weight: 700;
  color: #d60000;
  font-size: 20px;
}

.searchlists {
  list-style: none;
  padding-left: 0px;
}

.searchlists li span {
  font-size: 14px;
  color: #000000;
  margin-left: 5px;
}

.searchlists>li>a {
  background: linear-gradient(180deg, #b8b8b866, #ffffff);
  border-radius: 7px 33px 33px 39px;
  padding: 6px 34px 6px 20px;
  box-shadow: 0px 5px 11px #ccc;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
}

.spectacledcoder-search-bar {
  width: 35px;
  height: 35px;
  /* margin: auto; */
  background-color: white;
  display: flex;
  border-radius: 0% 30px 30px 30px;
  transition: width 1s;
  box-shadow: 5px 5px 20px #d8e6fd, -5px -5px 30px white;
  /* margin-left: auto;
margin-right: auto; */
}

.search-icon {
  padding: 3px;
  margin-bottom: auto;
  margin-top: auto;
  margin-left: 5px;
  margin-right: auto;
  border-radius: 50%;
  background-color: #E9F1FF;
  width: 25px;
  height: 25px;
}

.spectacledcoder-search-bar:hover {
  width: 225px;
  border-radius: 0% 30px 30px 30px;
}

.spectacledcoder-search-input {
  margin: auto;
  display: none;
  transition: display 12s;
  outline: none;
  border: none;
  font-family: 'Belanosima', sans-serif;
  border-radius: 25px;
  padding-left: 10px;
  font-size: 14px;
}

.spectacledcoder-search-bar:hover .spectacledcoder-search-input {
  display: inline-flex;
  width: 90%;
  height: 70%;
}

.spectacledcoder-search-bar>input[type="submit"] {
  display: none;
}

.byte-pad {
  padding: 0px 10px;
}

.byte-section {
  box-shadow: 4px 1px 14px #8080806b !important;
  border-radius: 18px;
}

.byte-sectionLeft {
  border-left: 1px solid #ccc;
}

.publisherHeading h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #fc9928;
}

.publisherHeading p {
  font-style: italic;
}

.table-pa {
  padding: 0px !important;
}

.table-pa>a {
  padding: 8px;
  display: block;
  color: #645d5d;
}

.width-60 {
  width: 60%;
}

.implink {
  list-style: none;
  padding-left: 0px;
}

.implink li {
  display: inline-block;
  margin-right: 10px;
}

.implink li a {
  border: 1px solid #8080804f;
  padding: 5px 11px;
  border-radius: 5px;
  font-size: 12px;
  background: #fcfcfc61;
  line-height: 2.8;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  color: #999999;
}

.crisp-banner {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
  position: relative;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  padding: 10px 0px 10px 15px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
}

.crispimg2 {
  border-radius: 100%;
  border: 2px solid #80808080;
  width: 60px;
  height: 60px;
  background-attachment: fixed;
}

.crisp-banner .crisp-banner-h2 {
  font-size: 24px;
  letter-spacing: 1.5px;
}

.crisp-banner .crisp-banner-p {
  font-size: 12px;
  margin-top: -4px !important;
  font-style: italic;
  letter-spacing: 1.5px;
}

/* calendar section */
.date-section {
  background: #282c2a0d;
  padding: 2px;
  border: 2px solid #0000;
  max-width: 800px;
  overflow: hidden;
  display: flex;
  margin: auto;
}

.date-picker-container {
  border-radius: 0px;
  max-width: 790px;
  display: flex;
  margin: auto;
  box-shadow: 4px 1px 14px #8080806b !important;
  overflow: hidden;
}

.date-scroll {
  display: flex;
  flex-grow: 1;
  white-space: nowrap;
  padding: 0px 0;
  gap: 1px;
  position: relative;
}

.date-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  padding: 0px 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border-right: 1px solid #e9e9e9;
  cursor: pointer;
  background: #fff !important;
}

.date-item.active {
  background: linear-gradient(159deg, #fc992866, #fff) !important;
  border-left: 1px solid #e9e9e9;
}

.dropdown-box {
  border-left: 1px solid #e9e9e9;
  background: linear-gradient(159deg, #fc992866, #ffffff);
  position: relative;
}

.dropdown-btn {
  cursor: pointer;
  color: #363636;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  border-radius: 0px;
  width: 80px;
  width: auto;
  text-align: center;
}

.dropdown-btn:focus {
  border-color: transparent;
  box-shadow: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 120px;
  z-index: 1000;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-content div {
  padding: 8px 10px;
  cursor: pointer;
}

.dropdown-content div:hover {
  background-color: #eee;
}

.dropdown-box.open .dropdown-content {
  display: block;
}

/* Scrollbar styling (optional) */
.date-scroll::-webkit-scrollbar {
  height: 6px;
}

.date-scroll::-webkit-scrollbar-thumb {
  background: #0033cc;
  border-radius: 10px;
}

.caret-icon {
  position: absolute !important;
  margin-top: 10px !important;
  right: 8px;
}

.date-scroll {
  overflow: hidden;
}

.scroll-list {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0px;
  scrollbar-width: none;
  /* Firefox */
  gap: 1px;
}

.scroll-list::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.arrow {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.arrow>svg {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 4px;
  padding: 6px;
  color: #454545;
  transition: all .4s;
  box-shadow: 0 3px 8px #0000003d;
  background: #fff1e1;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.arrow>svg:hover {
  background: #fc9928;
  color: #fff;
}

.arrow.left {
  left: 0;
}

.arrow.right {
  right: 0;
}

.date-picker-container:hover>.date-scroll>.arrow {
  display: block;
  position: absolute;
}

/* calendar section end */


@media only screen and (max-width: 991px) {
  .byte-sectionLeft {
    border-left: none;
    padding: 0px 10px;
  }
}

/* current affairs details */

.align-items-center {
  align-items: center;
}

.question-boxes {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 4px 1px 14px #8080806b;
  margin-bottom: 20px;
}

.subjects-toggles {
  display: flex;
  justify-content: space-between;
  place-items: center;
  gap: 5px;
  margin-bottom: 15px;
  margin-top: 6px;
  border-bottom: 2px solid #fc9928;
  padding-bottom: 5px;
}

.subjects-toggles>span>a {
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 9px;
  color: #454545;
  transition: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff1e1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 16px;
}

.subjects-toggles>span>a.right-arrow-article {
  padding: 3px 11px;
}

.subjects-toggles>span>a:focus {
  color: #fc9928;
}

.subjects-toggles>span>a:hover {
  background: #fc9928;
  color: #ffffff;
}

.subjects-toggles>h4 {
  font-size: 20px;
  margin-bottom: 0px;
  width: 85%;
  font-weight: 600;
}

.subjects-toggles>h4>a {
  color: #333333;
}

.paper-name {
  font-size: 13px;
}

.download-current-affairs-pdf {
  color: #777;
  border: 1px solid #dee2e6;
  padding: 4px 8px;
  border-radius: 5px;
  background: #eee;
  font-size: 13px;
  white-space: nowrap;
}

.tags-new>ul {
  list-style-type: none;
  padding-left: 0px;
}

.tags-new>ul>li {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  padding-right: 10px;
  padding-left: 0px;
  background: transparent;
  color: #474747;
  line-height: 1.6;
}

.tags-new>ul>li>a {
  color: #777;
  font-style: italic;
  font-size: 13px;
  background-color: #eee;
  border-radius: 4px;
  padding: 5px 8px;
}

.major-topics-list {
  padding: 5px;
}

.arrow-sections {
  margin-bottom: 10px;
}

.arrow-sections>.carousel-inner {
  text-align: center;
}

.article-carousel-control {
  background-image: none !important;
  opacity: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 15px;
}

.current-affairs-related-article {
  background-color: #fff;
  height: auto;
  border-radius: 5px;
  /* padding: 10px; */
  box-shadow: 0 2px 4px #0e1e251f, 0 2px 16px #0e1e2552;
}

.current-affairs-related-article>a {
  display: block;
  text-align: center;
  padding: 10px;
  color: #2e858e;
}

/* current affairs details end */

/* common */
.subject-card {
  background: linear-gradient(180deg, #fc992866, #ffffff);
  border-radius: 30px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
}

.class-mentor {
  background: linear-gradient(356deg, #fc992866, #ffffff);
  border-radius: 20px;
  padding: 22px 100px 22px 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.class-mentor>.d-flex {
  width: 90%;
}

.class-mentor>.d-flex>div {
  width: 85%;
  text-align: center;
}

.illustration {
  max-height: 130px;
  object-fit: contain;
}

.enterMentor {
  margin-left: 15px;
}

.enlMen {
  color: #fff;
  background-color: #ba351cd1;
  box-shadow: 1px 9px 14px #0000008c;
  border-radius: 23px;
  padding: 5px 31px;
  border: none;
  white-space: nowrap;
  font-size: 14px;
}

.class-cardsforum {
  border-radius: 20px;
  padding: 5px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 13px gray;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.class-cardsforum>div {
  width: 70%;
  text-align: center;
}

.class-cardsforum h2 {
  font-size: 22px;
  text-align: center;
}

.forumEnroll {
  background: #c65338;
  color: white;
  border-radius: 18px;
  padding: 7px 31px;
  font-size: 14px;
  border: none;
}

.forumEnroll:hover,
.enlMen:hover {
  color: white;
}

.align-items-center {
  align-items: center;
}

.free-chat-time {
  font-size: 17px;
  color: #333333;
}

@media only screen and (max-width:767px) {
  .illustration {
    width: 75px;
  }

  .enterMentor,
  .class-cardsforum h2 {
    font-size: 20px;
  }

  .enlMen {
    padding: 5px 20px;
  }
}


.pdf-contents p {
  font-size: 22px;
}
.pdf-contents h2 {
  font-size: 25px;
}

@media only screen and (max-width:575px) {
  .class-mentor {
    display: block;
    padding: 5px 20px;
    text-align: center;
  }

  .class-mentor>.d-flex,
  .class-cardsforum {
    display: block;
    text-align: center;
  }

  .class-cardsforum>div,
  .class-mentor>.d-flex,
  .class-mentor>.d-flex>div {
    width: 100%;
  }

  .chat-btn {
    display: flex;
    justify-content: center;
  }

  .enterMentor {
    margin-left: 0px;
  }
}
