/*html.blue added below for the old ui..remove later*/
html.blue body,
body {
}

.video-side-nav {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 50px;
}

.video-side-nav li {
  padding-bottom: 10px;
}

.video-side-nav li:hover {
  color: black !important;
}

.video-side-nav .closebtn {
  font-size: 30px;
  padding-right: 0px;
  margin-right: -2px;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
}
.plyr--is-ios.plyr--vimeo [data-plyr="mute"] {
  display: none !important;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
  transform: scale(10, 10);
}

.btn:active::after {
  padding: 0;
  margin: 0;
  opacity: 0.2;
  transition: 0s;
  transform: scale(0, 0);
}

.rapple-effect {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
}

.rapple-effect::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
  transform: scale(10, 10);
}

.rapple-effect:active::after {
  padding: 0;
  margin: 0;
  opacity: 0.2;
  transition: 0s;
  transform: scale(0, 0);
}

.difficulty-box {
  margin-top: 8px;
  border: 1px solid #e3e3e3;
  margin-bottom: 8px;
}

.difficulty-level {
  font-size: small;
  color: #3d3d3d;
  padding: 5px;
}

.audio-explanation {
  font-size: small;
  color: #3d3d3d;
}

.nav-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
  transform: scale(10, 10);
}

.nav-link:active::after {
  padding: 0;
  margin: 0;
  opacity: 0.2;
  transition: 0s;
  transform: scale(0, 0);
}

.navbar-brand img {
  vertical-align: unset !important;
}

.top-heading-bar {
  height: 64px;
  line-height: 64px;
}

.heading-logo {
  font-size: 32px;
}

.heading-logo a:hover {
  text-decoration: none;
}

.small-logo a:hover {
  text-decoration: none;
}

.small-logo {
  font-size: 18px;
  position: absolute;
}

.main-heading {
  font-size: 24px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: unset;
}

@media screen and (max-width: 560px) {
  .main-heading {
    font-size: 18px;
    font-weight: 700;
  }

  .side-items-header {
    font-size: 14px;
  }
}

.post-content {
  overflow: auto;
}

.bottom-icon {
  margin-top: -4px;
  width: 24px;
  height: 24px;
}

.align-vertical {
  position: relative;
  top: 50%;
  margin-left: 2px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-content iframe:not([src*="youtube.com"]) {
  width: 100%;
}

.test-nav-link {
  font-size: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  top: 50%;
  padding: 8px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-content iframe[src*="youtube.com"] {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #000;
  background-color: #eee;
}

.fix-for-dropdown {
  background-color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
  background-color: #eee;
}

.clear {
  height: 66px;
}

.question-tag {
  margin-top: 8px;
  float: left;
  background: #555555;
  color: white;
  padding: 2px;
  min-width: 20px;
  font-size: 13pt;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.video-tag {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 2px solid #d3d3d3;
  font-weight: bold;
  padding-bottom: 10px;
}

.question-text {
  margin-top: 16px;
  overflow-x: auto;
}

.video-thumbnail {
  width: 100%;
}

.ads-banner-img {
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.ads-banner-cross {
  float: right;
  color: white;
  right: 0;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  font-size: 35px;
  padding-right: 26px;
}

.ads-banner {
  /* position: absolute; */
  z-index: 1030;
  overflow: hidden;
  display: none;
  left: 0;
  padding: 0;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  transition: top 3000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.ads-top-container {
  position: relative;
}

.answerList img {
  max-width: 100%;
}

.question-text table {
  width: auto !important;
}

@media screen and (max-width: 336px) {
  .bottom-nav {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 996px) {
  .brand-box {
    width: 15% !important;
  }
  #navbarSupportedContent1 {
    width: 100% !important;
    left: 0px !important;
  }
  .signup-login {
    display: none !important;
  }
  .filter-types {
    height: 100% !important;
  }
  .question-text {
    margin-top: 16px;
    overflow-x: auto;
  }
  .modal-content-popup {
    width: 100% !important;
  }
  .modal-footer-popup {
    width: 100% !important;
  }
  .filter-box {
    width: 100% !important;
  }
  .video-thumbnail {
    width: 100%;
    text-align: center;
  }
  .test-series-box {
    width: 180px !important;
  }
  .pdf-text {
    left: 50% !important;
  }
  .start-trial-box {
    height: 400px !important;
  }
  .start-trial-text {
    padding: 20px !important;
    width: 95% !important;
  }
  #np-logo {
    display: none !important;
  }
  .navbar {
    padding: 0 !important;
  }
}

.navbar-brand {
  font-size: 15px !important;
  margin-right: 0px !important;
}

.fa-1x {
  font-size: 1.5rem;
}

.annotationbox {
  float: left;
}

.annotationbox p {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 0px;
}

.navbar-divider-line {
  background-color: #e3e3e3;
  width: 1px;
}

.divider-line {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-toggler.toggler-example {
  cursor: pointer;
}

.dark-blue-text {
  color: #0a38f5;
}

.dark-pink-text {
  color: #ac003a;
}

.dark-amber-text {
  color: #ff6f00;
}

.dark-teal-text {
  color: #004d40;
}

.hamburger {
  width: 30px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
}

.navbar {
  padding: 0px !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

footer {
  z-index: 1019 !important;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.whitespace {
  height: 50px;
}

.bottom-nav {
  display: inline-grid;
  width: 20%;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottom-nav-icon {
  width: 20px;
  height: 20px;
}

.author {
  width: 100%;
  padding-bottom: 5px;
}

.option-list {
  display: inline;
}

.filter-option-list {
  display: table;
  font-size: 12px;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 15px;
  padding-bottom: 15px;
}

.filter-option-list:hover {
  background-color: #f3f3f3;
}

.filter-option-list > i {
  border: solid gray;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 2px;
}

.option-btn {
  width: 24%;
  padding: 6px;
  background-color: #e3e3e3;
  border: 1px solid #d3d3d3;
}

.option-btn:hover {
  background-color: #f4f4f4;
}

.question-img {
  width: 100%;
}

.test-feed {
  padding-left: 20px;
}
.question-feed {
  border: 1px solid #e3e3e3;
  border-bottom: 5px solid black;
}

.feed {
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  padding: 20px;
  padding-top: 10px;
}

.feed:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.question-feed:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.comment {
  margin-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}

.vertical-divider {
  width: 2px;
  background: #e3e3e3;
}

.question-body {
  margin-top: 8px;
  width: 100%;
}

.video-body {
  margin-top: 5px;
  width: 100%;
}

.option-ul {
  margin-left: -40px;
}

.singleLine {
  white-space: nowrap;
}

.filter-option-ul {
  padding: 0px;
  overflow: scroll;
  height: 200px;
}

.question-filter-option-ul {
  padding: 0px;
  overflow: scroll;
}

.option-ul-answer {
  padding-left: 0px;
}

.iframe-video {
  width: 100%;
}

.filter-header {
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  width: 100%;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  /*added this to take care of stikcy-top and modal default behavior from bootstrap*/
  /* z-index: 1050; */
}

.question-image {
  border: 1px solid #e3e3e3;
}

.filter-dropdown-arrow {
  width: 12px;
  height: 12px;
}

.question-options {
  margin-top: 5px;
}

.question-nav-filter {
  font-size: 12px;
  min-width: 140px;
  max-width: 160px;
  font-weight: bold;
}

.video-nav-filter {
  font-size: 12px;
  min-width: 180px;
  max-width: 180px;
  font-weight: bold;
}

.test-nav-subject {
  min-width: 160px;
}

.test-nav-filter {
  min-width: 80px;
}

.question-nav-sub-filter {
  font-size: 12px;
  min-width: 130px;
  max-width: 160px;
  font-weight: bold;
}

.test-nav-subject a {
  text-overflow: ellipsis;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0px;
  font-weight: normal;
}

.test-nav-filter a {
  text-overflow: ellipsis;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0px;
  font-weight: normal;
}

.video-nav-filter h5 {
  text-overflow: ellipsis;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0px;
  font-weight: normal;
}

.question-nav-filter h5 {
  text-overflow: ellipsis;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0px;
  font-weight: normal;
}

.question-nav-sub-filter h5 {
  text-overflow: ellipsis;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0px;
  font-weight: normal;
}

.filter-container {
  z-index: 1030px;
  background-color: #fff;
}

.filter-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.bottom-link {
  color: black;
  display: inline-block;
}

.bottom-link:hover {
  text-decoration: none;
  color: black;
}
.post-header {
  font-size: 25px;
}

.explanation {
  padding: 6px;
  border: 1px solid #e3e3e3;
  overflow: auto;
  margin-bottom: 8px;
  margin-top: 8px;
}

audio {
  width: 100%;
}

.explanation-box {
  text-align: center;
}

.explanation-link {
  cursor: pointer;
}

/* The Modal (background) */
.modal-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-doubt {
  position: fixed;
  display: none; /* Hidden by default */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 480px; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-popup {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  height: 100%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close-popup {
  color: white;
  float: right;
  font-size: 40px;
  color: black;
  width: 50px;
  height: 30px;
  margin-top: -17px;
  text-align: right;
}

.close-popup:hover,
.close-popup:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-header-popup {
  height: 50px;
  padding: 10px;
  background-color: #5cb85c;
  color: white;
}

.pointer-arrow {
  cursor: pointer;
}

.modal-body-popup {
  height: 80%;
}

.modal-footer-popup {
  height: 50px;
  padding: 10px;
  background-color: #5cb85c;
  color: white;
  bottom: 0;
  position: fixed;
  width: 80%;
  font-weight: bold;
}

.modal-button-footer {
  height: 50px;
  padding: 10px;
  background-color: white;
  color: black;
  position: sticky;
  width: 100%;
  font-weight: bold;
}

.filters {
  width: 100%;
  border-right: 1px solid #e3e3e3;
  height: 100%;
  float: left;
}

.filter-head {
  font-size: 12px;
  font-weight: bold;
}

.post-btn {
  float: right;
}

#MathJax_Message {
  display: none !important;
}

#smallLoader {
  text-align: center;
}

.new-links:hover {
  text-decoration: none !important;
  color: black;
}

.new-links {
  color: black;
  outline: none;
}

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica,
    Arial, sans-serif;
  direction: ltr;
}
.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
  box-sizing: border-box;
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
  touch-action: manipulation;
}
.plyr:focus {
  outline: 0;
}
.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}
.plyr input[type="range"] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}
.plyr input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}
.plyr input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type="range"]::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}
.plyr input[type="range"]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type="range"]::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}
.plyr input[type="range"]::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}
.plyr input[type="range"]::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
  background: #3498db;
}
.plyr input[type="range"]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}
.plyr input[type="range"]::-ms-tooltip {
  display: none;
}
.plyr input[type="range"]:focus {
  outline: 0;
}
.plyr input[type="range"]::-moz-focus-outer {
  border: 0;
}
.plyr input[type="range"].tab-focus:focus {
  outline-offset: 3px;
}
.plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type="range"]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type="range"]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr--video input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}
.plyr__video-embed iframe {
  position: absolute;
  left: 0;
  width: 100%;
  border: 0;
  user-select: none;
  top: -50%;
  height: 200%;
}
/* .plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
} */

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-60px);
  transition: transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  box-decoration-break: clone;
  line-height: 150%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  transform: translateY(-20px);
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}

.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.plyr__controls > * {
  pointer-events: all;
}
.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
  margin-left: 5px;
}
.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}
.plyr__controls .plyr__volume {
  margin-left: 5px;
}
.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr__controls button:focus {
  outline: 0;
}
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}
@media (min-width: 480px) {
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 10px;
  }
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease;
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565d64;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #3498db;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all 0.3s ease;
}
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr__controls [data-plyr="pause"],
.plyr--playing .plyr__controls [data-plyr="play"] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr="pause"] {
  display: inline-block;
}

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"] {
  display: none;
}

.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
}
.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  display: none;
  position: relative;
  flex: 1;
}
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}
.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}
.plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}
.plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  appearance: none;
  border: none;
  border-radius: 100px;
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: transparent;
  transition: none;
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.15) 75%,
    transparent 75%,
    transparent
  );
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}
@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  flex: 1;
  position: relative;
}
.plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr="mute"] {
  display: none !important;
}

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important;
}
.plyr--fullscreen-active video {
  height: 100%;
}
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}

.learn-more {
  background-color: #1779ba;
  padding: 18px;
  color: white;
  font-weight: bold;
  width: 100%;
  border: 1px solid #1779ba;
  cursor: pointer;
}

.learn-more-box {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.test-series-box {
  width: 18%;
  display: inline-table;
  border: 1px solid #e3e3e3;
  text-align: center;
  font-weight: bold;
  line-height: 200px;
  height: 200px;
  white-space: normal;
  margin-right: 10px;
  background-color: #52bdbd;
  border-radius: 5px;
  color: white;
  font-size: 13.2px;
}

.test-series-box p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.test-series-box:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.progress-bar-success {
  background-color: #5cb85c !important;
}

.progress-bar-danger {
  background-color: #d9534f !important;
}

.pdf-text {
  position: absolute;
  left: 15.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: #421c52;
  padding: 5px;
  opacity: 0.9;
  font-weight: bold;
  width: 250px;
}

.new-nav-links {
  display: inline-block;
  color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
}

.new-nav-links:hover {
  color: black;
}

.start-trial-box {
  height: 500px;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #d3d3d3;
  align-items: center;
  display: flex;
}

.learn-more-border {
  border-top: 2px solid #d3d3d3;
}

.start-trial-text {
  background-color: white;
  font-weight: bold;
  padding: 30px;
  margin: 0px auto;
  width: 80%;
  border-radius: 5px;
}

.input-box {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  height: 40px;
  width: 95%;
}

.popup-button {
  letter-spacing: 4px;
  color: white;
  width: 95%;
  background-color: #0b71b3;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #0b71b3;
  border-radius: 5px;
  margin-top: 12px;
  cursor: pointer;
}

.popup-button:hover {
  border: 1px solid #e3e3e3;
}

.popup-button:active {
  border: 1px solid #e3e3e3;
}

.navbar-collapse {
  display: inline-block;
}

#toggle-items {
  outline: none;
  border: none;
  padding: 0px;
}

.navbar-nav .nav-link {
  font-size: 15px;
}

.mr-auto {
  border-bottom: 1px solid #e3e3e3;
}
.signup-login {
  text-align: center;
}
#navbarSupportedContent1 {
  position: absolute;
  width: 300px;
  top: 60px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px;
  left: 15px;
}
#for-menu-drawer {
  width: 98%;
}
.top-nav-np {
  width: 25%;
  text-align: center;
}
.top-nav-np-links {
  color: white;
  padding-bottom: 25px;
  padding-top: 25px;
  display: block;
  border-left: 1px solid #e3e3e3;
}
.top-nav-np-links:hover {
  color: black;
  text-decoration: none;
}
.footer-box-bottom {
  width: 100%;
  margin: 0px auto;
  max-width: 1000px;
}
.bottom-nav:active {
  background-color: rgb(227, 227, 227) !important;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px !important;
}
#np-logo {
  padding-bottom: 16px;
  padding-top: 5px;
  text-align: center;
  font-size: 25px !important;
  color: white;
}
#footer {
  color: #ccd6df;
  background: #89949b;
  padding-top: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
  margin-right: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.wave {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #9b59b6;
  position: absolute;
  animation: audio-wave 1.5s infinite ease-in-out;
}

.wave:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}

.wave:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}

.wave:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}

.wave:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}

@keyframes audio-wave {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
  25% {
    height: 40px;
    transform: translateY(20px);
    background: #3498db;
  }
  /*effect is to animate the height of each span from 5px to 30px*/
  /*translateY makes Y axis move down to give the effect that it is growing from the center*/

  50% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #5cb85c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5cb85c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.filter-option-type-flags {
  display: table;
  font-size: 12px;
  width: 100%;
}

.flag-options {
  display: inline-block;
  margin-left: 10px;
  height: 34px;
  padding-top: 10px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

@media screen and (max-width: 576px) {
  .hide-table {
    display: none;
  }
  .show-on-mobile {
    display: inline !important;
  }
}
.show-on-mobile {
  display: none;
}
.headerNavBar::-webkit-scrollbar {
  display: none;
}
li.logo {
  margin-top: -15px;
  height: 31px;
}
li.logo a.nav-link {
  font-size: 32px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* CSS talk bubble */
.sender-bubble {
  border-radius: 8px;
  display: inline-block;
  position: relative;
  color: white;
  background-color: green;
}

.question-bubble {
  overflow: scroll;
  max-width: 50%;
  min-width: 50%;
  max-height: 50%;
  right: 0;
  top: 0;
  z-index: 1087;
  border-radius: 8px;
  background-color: rgba(23, 162, 184, 0.8);
}

.analytics-bubble {
  overflow: scroll;
  max-width: 50%;
  min-width: 50%;
  max-height: 50%;
  right: 0;
  top: 0;
  z-index: 1087;
  border-radius: 8px;
  background-color: rgba(52, 58, 64, 0.8);
}

.sender-details {
  font-size: 12px;
}

.chat-on-video {
  min-width: 40%;
  height: 420px;
  bottom: 10%;
  z-index: 1087;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.mchat-on-video {
  width: 70%;
  height: 40%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.receiver-bubble {
  border-radius: 8px;
  display: inline-block;
  position: relative;
  background-color: #e4e4e4;
}
.border {
  border: 8px solid #666;
}
.round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: green transparent transparent transparent;
}

.tri-right.border.right-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: -40px;
  left: auto;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}
.tri-right.right-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: -20px;
  left: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: red transparent transparent transparent;
}

/* New Added Styles By ROHIT RAWAT */

/* filter styles here */
.new-filter-hack .filter-option-list {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #252525;
  letter-spacing: -0.32px;
  padding: 24px 30px;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}

.new-filter-hack .filter-option-list:hover {
  background-color: #f3f3f3;
  overflow: hidden;
}

.new-filter-hack .filter-dropdown-arrow {
  width: 12px;
  height: 12px;
  margin-left: 50px;
}

.new-filter-hack .question-nav-filter {
  /* font-size: 12px;
  min-width: 140px;
  max-width: 160px;
  font-weight: bold; */
  font-size: 14px;
  min-width: fit-content;
  font-weight: 600;
  background-color: #f5f5f5;
  line-height: 20px;
  margin: 0 !important;
  height: 60px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.new-filter-hack .question-nav-filter h5 {
  text-overflow: ellipsis;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  margin: 0px;
  font-weight: 400;
  color: #6e6e6e;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  width: 130px;
}

.filter-active {
  border-color: #252525;
}

.filter-remove {
  background-color: #fef2f2 !important;
  color: #ef4444 !important;
}

.container-new {
  width: 100%;
  padding: 24px 60px;
  font-family: Poppins, Helvetica;
}

.filter-gap {
  gap: 18px;
}

.mc-style {
  border-radius: 20px;
  overflow: hidden;
}

.mt-style {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #252525;
}

@media (max-width: 768px) {
  .container-new {
    padding: 11px 8px;
  }
  .filter-gap {
    gap: 10px;
  }
  .mt-style {
    font-size: 16px;
  }
  .filter-option-list {
    font-size: 14px;
    padding: 21px 26px;
  }
}

/* filter styles end */

/* breadcrumb styles here */

.new-questions-page-hack .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  gap: 2px;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 15px 10px 14px 16px;
  font-family: Poppins, Helvetica;
}

.new-questions-page-hack .breadcrumb a {
  color: #e6a123 !important;
  font-size: 14px;
  font-weight: 600;
}

.new-questions-page-hack .breadcrumb-item.active {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
}

/* breadcrumb styles end */

/* Question Alert Data styles here */

.qad-wrapper {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  font-family: Poppins, Helvetica;
  padding: 1rem 2rem;
}

.qad-items-cont {
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  align-items: center;
}

.qad-items {
  width: 32%;
}

.qad-chip-cont {
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 8px 16px;
  width: fit-content;
}

.qad-chip-cont:hover {
  background-color: #e6a123;
}

.qad-chip-cont:hover .qad-chip {
  color: #fff;
  text-decoration: none;
}

.qad-chip {
  color: #252525;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .qad-wrapper {
    padding: 15px 16px;
  }

  .qad-items-mobile-cont {
    overflow-x: scroll;
  }

  .qad-items-cont {
    padding: 16px 5px;
    width: 1050px;
  }

  .qad-items {
    width: 29%;
  }
}

/* Question Alert Data Styles end  */

/* Pagination styles here */

.new-questions-page-hack .card-footer {
  background-color: #fafafa;
  border-radius: 8px;
  padding: 1rem 3rem 0rem 3rem;
  font-family: Poppins, Helvetica;
  border: 0;
}

.new-questions-page-hack .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e6a123;
  border-color: #e6a123;
}

.new-questions-page-hack .page-item.disabled .page-link {
  color: #b9b9b9;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-right: 0;
}

.new-questions-page-hack .page-link {
  display: block;
  padding: 10px;
  width: 46px;
  text-align: center;
  height: 45px;
  color: #252525;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-right: 0;
  position: relative;
  line-height: 23px;
}

.new-questions-page-hack .page-link:hover {
  color: #e6a123;
  background-color: #f5f5f5;
  border: 1px solid #dee2e6;
}

.new-questions-page-hack span.page-link span {
  font-size: 37px;
  font-weight: 300;
  line-height: 20px;
}

.new-questions-page-hack a.page-link span {
  font-size: 37px;
  font-weight: 300;
  line-height: 20px;
  color: #e6a123;
}

.new-questions-page-hack .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border: 1px solid #dee2e6;
}

/* Pagination styles end */

/* question page styles here */

.container-ques-cont {
  margin: 0 70px;
}

@media (max-width: 768px) {
  .container-ques-cont {
    margin: 0 12px;
  }
}

/* question page styles end */

/* question body styles here */

.question-cont {
  background-color: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 15px -3px #0000000d;
}

.question-number-cont {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.question-text-cont {
  width: -webkit-fill-available;
  color: #252525;
  font-size: 16px;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .question-text-cont table {
    width: auto !important;
  }
}

.question-icon-cont {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-left: 30px;
}

.bk-icon {
  height: 24px;
  width: 24px;
}

.share-icon {
  height: 20px;
  width: 20px;
}

.tag-section-cont {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.tag-content {
  background-color: #f5f5f5;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px;
  color: #252525;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .question-cont {
    padding: 10px;
  }
  .question-number-cont {
    font-size: 16px;
    line-height: 22px;
  }
  .question-text-cont {
    font-size: 14px;
  }
  .question-icon-cont {
    margin-left: 0;
    gap: 15px;
  }
  .bk-icon {
    height: 21px;
    width: 21px;
  }
  .share-icon {
    height: 16px;
    width: 16px;
  }
  .tag-section-cont {
    margin-top: 8px;
    gap: 11px;
  }
  .tag-content {
    font-size: 12px;
  }
}

/* question body styles here */

/* options styles here */

.options-content-cont {
  width: 100%;
  display: flex;
  gap: 30px;
}

.option-btn-new {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  align-items: flex-start;
  box-shadow: 0 10px 15px -3px #0000000d;
}

.option-btn-new:hover {
  background-color: #fafafa;
}

/* options styles end */

/* choose reason style here */

.choose-reason-cont {
  background: linear-gradient(#fef2f2 0%, #fff 100%);
  border: 2px solid #fca5a5;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 25px;
  display: flex;
  margin-top: 12px;
  box-shadow: 0 10px 15px -3px #0000000d;
}

.crc-done {
  background: white !important;
  border: 2px solid #e9e9e9;
}

.choose-reason-btn-cont {
  display: flex;
  gap: 30px;
}

.choose-reason-btn {
  border-color: #4a4a4a;
  background-color: #fff;
  padding: 12px 18px;
  border: 1px solid;
  border-radius: 10px !important;
  color: #252525;
  letter-spacing: -0.28px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: flex;
}

.choose-reason-btn:hover {
  background-color: #fafafa;
}

.crb-active {
  background-color: #252525 !important;
  color: #fff !important;
}

.questionCTA-btn-cont {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 25px;
  display: flex;
  box-shadow: 0 10px 15px -3px #0000000d;
}

.cta-btn-other-cont {
  align-items: center;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.crb-active2:focus {
  background-color: #e6a123 !important;
  color: #fff !important;
  outline: 0 !important;
}

.menu-cta {
  background-color: #252525 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

.ma-menu-cont {
  padding: 1rem;
  border-radius: 16.41px;
  background: #fff;
  box-shadow: 0px 10.256409645080566px 15.384614944458008px -3.07692289352417px rgba(0, 0, 0, 0.05);
}

.trial-paywall-cont {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 25px !important;
  display: flex;
  box-shadow: 0 10px 15px -3px #0000000d;
  margin-top: 12px;
  /* color: #252525;
  font-family: Poppins, Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; */
}

.trial-text-cont {
  align-items: center;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}

.explanation-new {
  margin-top: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 15px 25px 24px;
  display: flex;
  box-shadow: 0 10px 15px -3px #0000000d;
}

.explanation-heading {
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

@media (max-width: 768px) {
  .options-content-cont {
    gap: 7px;
  }

  .choose-reason-cont {
    flex-direction: column;
    gap: 20px;
  }

  .choose-reason-btn-cont {
    gap: 6px;
    flex-direction: column;
    width: 100%;
  }

  .trial-paywall-cont {
    flex-direction: column;
    gap: 20px;
  }

  .questionCTA-btn-cont {
    flex-direction: column;
    gap: 20px;
    padding: 13px;
  }

  .menu-cta {
    width: 100%;
    font-size: 14px;
  }

  .choose-reason-btn {
    padding: 8px 12px;
    font-size: 13px;
    line-height: 18px;
  }
  .explanation-new {
    padding: 13px;
  }
}

/* choose reason styles end */

/* chatbot style starts */

.chat-window-content {
  height: 350px;
  max-height: 100%;
  overflow-y: auto;
  padding: 2px 16px 25px 16px;
  box-sizing: border-box;
}
.chat-window-content.scrollable {
  scroll-behavior: smooth;
}
.chat-window-content::-webkit-scrollbar {
  width: 6px;
}
.chat-window-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* Customize scrollbar thumb color */
  border-radius: 3px; /* Adjust scrollbar thumb border radius as needed */
}
.chat-window-content::-webkit-scrollbar-track {
  background-color: transparent; /* Set scrollbar track color to transparent */
}
.chat-window-content::-webkit-scrollbar-corner {
  background-color: transparent; /* Set scrollbar corner color to transparent */
}
.user-message .button-container {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  padding: 13px 22px 17px 19px;
  border-radius: 16.199999px;
  gap: 15.359999656677246px;
  background: white;
  width: fit-content;
  margin-left: auto;
  border: 2.88px solid #f5f5f5;
}
.user-message .button-container button {
  border-radius: 14px;
  padding: 6px 17px;
  margin: 5px;
  cursor: pointer;
  background: white;
  border: 1px solid black /* Remove underline by default */;
  font-size: 16px;
  font-weight: 300;
}
.hidden {
  display: none;
}
#question {
  border: #64ec78;
  border-radius: 2px;
  color: black;
}
.content-wrapper {
  display: flex;
  align-items: flex-start;
}
.chatbot-icn {
  flex-grow: 0;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-image: url("Avatar.png");
  background-size: cover;
}
.message.chatbot-message {
  color: black;
  width: fit-content;
  max-width: 620px;
  display: block;
  margin: 25px 0;
  padding: 16px;
  border-radius: 16.199999px;
  gap: 23.03999900817871px;
  background: #f5f5f5;
}
.chatbot-text {
  font-size: 16px;
  font-weight: 300;
  max-width: 93%;
}
.user-message-text {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  border-radius: 16.199999px;
  gap: 15.359999656677246px;
  background: white;
  width: fit-content;
  max-width: 500px;
  margin-left: auto;
  border: 2.88px solid #f5f5f5;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .user-message-text {
    max-width: 300px;
  }
  .message.chatbot-message {
    max-width: 320px;
  }
  .chatbot-text {
    max-width: 87%;
  }
  .chat-window-content {
    height: 400px;
  }
  .user-message .button-container button {
    padding: 6px 10px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .bot-modal {
    max-width: 900px;
  }
}

/* chatbot style end */

/* Buying Course popup style starts */

.go-premium-btn {
  width: 80%;
  color: #fff;
  background-color: #e6a123;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  font-size: 17px;
  border-radius: 10px;
  border: 0;
  margin: 28px 0;
  text-align: center;
}

.pwm-heading {
  width: 373px;
  margin: auto;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 12px;
}

.pwm-description {
  color: #8390a2;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  width: 374px;
  margin: auto;
}

/* Buying Course popup style ends */
