/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/tabs/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
:root {
  --color-primary: #006289 !important;
  --color-secondary: #f3f4f6 !important;
  --color-tertiary: #dee2e6 !important;
  --color-light: #fff;
  --color-dark: #0f172a;
  --color-dark-theme: #111;
  --color-dark-primary: #222;
  --color-dark-secondary: #444;
  --color-border: #555;
  --color-danger: #ff0000;
}

* {
  box-sizing: border-box;
}

.tab-wrapper {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .tab-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.tab-wrapper .mdc-tab-scroller {
  display: inherit !important;
  height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}
.tab-wrapper .mdc-tab-scroller::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
.tab-wrapper .mdc-tab-scroller::-webkit-scrollbar-track {
  background-color: var(--color-tertiary);
  margin-block: 0.5em;
}
.tab-wrapper .mdc-tab-scroller::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}
.tab-wrapper .mdc-tab-scroller::-webkit-scrollbar-thumb:hover {
  opacity: 0.2;
}
@media screen and (max-width: 850px) {
  .tab-wrapper .mdc-tab-scroller {
    max-height: 200px;
  }
}
.tab-wrapper .mdc-tab-scroller__scroll-area {
  display: inherit !important;
}
.tab-wrapper .mdc-tab-scroller__scroll-content {
  display: inherit;
  border: 1px solid var(--color-tertiary);
}
.tab-wrapper .mdc-tab-scroller__scroll-content .mdc-tab:not(:last-child) {
  border-bottom: 1px solid var(--color-tertiary);
}
.tab-wrapper .brand-tab-screen {
  display: none;
}
.tab-wrapper .brand-tab-screen.brand-tab-screen--active {
  display: block;
}
.tab-wrapper .brand-tab-screen.brand-tab-screen--active p {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  margin: 0;
  color: #000;
  text-align: justify;
  height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  background-color: #fff;
  scrollbar-width: thin;
}
.tab-wrapper .brand-tab-screen.brand-tab-screen--active p::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
.tab-wrapper .brand-tab-screen.brand-tab-screen--active p::-webkit-scrollbar-track {
  background-color: var(--color-tertiary);
  margin-block: 0.5em;
}
.tab-wrapper .brand-tab-screen.brand-tab-screen--active p::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}
.tab-wrapper .brand-tab-screen.brand-tab-screen--active p::-webkit-scrollbar-thumb:hover {
  opacity: 0.2;
}
@media screen and (max-width: 850px) {
  .tab-wrapper .brand-tab-screen.brand-tab-screen--active p {
    max-height: 200px;
  }
}
.tab-wrapper .brand-tab-screen.brand-tab-screen--active .ask__tab__content {
  display: block;
}
.tab-wrapper .wp-block-create-block-tabquestion p {
  display: block !important;
}
.tab-wrapper .mdc-tab {
  text-align: left;
  padding: 10px;
  justify-content: flex-start;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  position: relative;
  background-color: #fff;
}
.tab-wrapper .mdc-tab:hover {
  background-color: #f3f4f6;
}
.tab-wrapper .mdc-tab.mdc-tab--active {
  position: relative;
}
.tab-wrapper .mdc-tab .mdc-tab-indicator--active {
  background-color: #dee2e6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tab-wrapper .mdc-tab .new-tab-add.mdc-tab-indicator--active {
  background-color: #fff;
}
.tab-wrapper .mdc-tab .new-tab-add.mdc-tab-indicator--active:hover {
  background-color: #f3f4f6;
}
.tab-wrapper .mdc-tab__content,
.tab-wrapper .mdc-tab .components-button {
  position: relative;
  z-index: 99;
}
.tab-wrapper .mdc-tab.mdc-ripple-upgraded,
.tab-wrapper .mdc-tab.mdc-tab--active {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-wrapper .ask__tab__question--text {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  margin: 0;
  color: #000;
  text-align: justify;
  height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  background-color: #fff;
  scrollbar-width: thin;
}
.tab-wrapper .ask__tab__question--text::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
.tab-wrapper .ask__tab__question--text::-webkit-scrollbar-track {
  background-color: var(--color-tertiary);
  margin-block: 0.5em;
}
.tab-wrapper .ask__tab__question--text::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}
.tab-wrapper .ask__tab__question--text::-webkit-scrollbar-thumb:hover {
  opacity: 0.2;
}
@media screen and (max-width: 850px) {
  .tab-wrapper .ask__tab__question--text {
    max-height: 200px;
  }
}

.mdc-tab-bar {
  position: relative;
}

.mdc-tab__ripple.plus-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform, opacity;
  width: 30px;
  height: 30px;
  background: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 11;
}

.ask__tab__question--text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.ask__audio {
  padding: 30px;
  padding-top: 40px;
  height: 400px;
  border-radius: 5px;
  background-color: var(--color-tertiary);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .ask__audio {
    padding: 20px;
    padding-top: 30px;
    height: 300px;
  }
}
.ask__audio .details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.ask__audio .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ask__audio .active {
  color: var(--color-dark);
}
.ask__audio .playpause-track {
  cursor: pointer;
  background-color: var(--color-primary);
  transition: all 0.5s;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ask__audio .playpause-track svg {
  fill: var(--color-light);
}
.ask__audio .playpause-track:hover {
  background-color: var(--color-dark);
}
.ask__audio .slider_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ask__audio .seek_slider,
.ask__audio .volume_slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 5px;
  background: var(--color-primary);
  transition: opacity 0.2s;
  cursor: pointer;
}
.ask__audio .seek_slider:hover,
.ask__audio .volume_slider:hover {
  opacity: 1;
}
.ask__audio .seek_slider {
  width: 60%;
}
.ask__audio .volume_slider {
  width: 30%;
}
.ask__audio .seek_slider::-webkit-slider-thumb,
.ask__audio .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  background: var(--color-light);
  border: 3px solid var(--color-dark);
  cursor: grab;
  border-radius: 100%;
}
.ask__audio .loader {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.ask__audio .loader.animatedPlay .stroke {
  animation: inherit;
}
.ask__audio .loader .stroke {
  background: var(--color-light);
  height: 150%;
  width: 10px;
  border-radius: 50px;
  margin: 0 5px;
  animation: animate 1.4s linear infinite;
}
@keyframes animate {
  50% {
    height: 20%;
    background: var(--color-primary);
  }
  100% {
    background: var(--color-primary);
    height: 100%;
  }
}
.ask__audio .stroke:nth-child(1) {
  animation-delay: 0s;
}
.ask__audio .stroke:nth-child(2) {
  animation-delay: 0.3s;
}
.ask__audio .stroke:nth-child(3) {
  animation-delay: 0.6s;
}
.ask__audio .stroke:nth-child(4) {
  animation-delay: 0.9s;
}
.ask__audio .stroke:nth-child(5) {
  animation-delay: 0.6s;
}
.ask__audio .stroke:nth-child(6) {
  animation-delay: 0.3s;
}
.ask__audio .stroke:nth-child(7) {
  animation-delay: 0s;
}
.ask__tab__search {
  position: relative;
  margin-bottom: 15px;
}
.ask__tab__search input {
  width: 100%;
  padding: 15px 15px !important;
  border: none;
  border: 1px solid var(--color-tertiary);
  font-size: 16px !important;
  height: auto !important;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
}
.ask__tab__search input:focus {
  outline: none;
}
.ask__tab__search span {
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  color: var(--color-dark);
}
.ask__tab__content {
  display: none;
  height: 400px;
}
.ask__tab__content.ask-active {
  display: block;
}
@media screen and (max-width: 850px) {
  .ask__tab__content {
    max-height: 400px;
  }
  .ask__tab__content video {
    max-height: 400px;
  }
}
@media screen and (max-width: 650px) {
  .ask__tab__content {
    max-height: 320px;
    height: auto;
  }
}
.ask__tab__content video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ask__tab__content p {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid var(--color-tertiary);
  margin: 0;
  color: var(--color-dark);
  text-align: justify;
  height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  background-color: var(--color-light);
}
@media screen and (max-width: 850px) {
  .ask__tab__content p {
    height: 300px;
  }
}
.ask__tab__content p::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
.ask__tab__content p::-webkit-scrollbar-track {
  background-color: var(--color-tertiary);
  margin-block: 0.5em;
}
.ask__tab__content p::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}
.ask__tab__content p::-webkit-scrollbar-thumb:hover {
  opacity: 0.2;
}

.no-question-found {
  text-align: center;
  padding: 10px 0;
  color: var(--color-danger);
  background-color: var(--color-light);
}

.theme-dark svg {
  fill: var(--color-light);
}
.theme-dark .plus-btn svg {
  fill: var(--color-dark);
}
.theme-dark .tab-wrapper .brand-tab-screen.brand-tab-screen--active p {
  border-color: var(--color-border);
  color: var(--color-light);
  background-color: var(--color-dark-primary);
}
.theme-dark .tab-wrapper .mdc-tab {
  background-color: var(--color-dark-primary);
  border-color: var(--color-border);
  color: var(--color-light);
}
.theme-dark .tab-wrapper .mdc-tab:hover {
  background-color: var(--color-dark-secondary);
}
.theme-dark .tab-wrapper .mdc-tab .mdc-tab-indicator--active {
  background-color: var(--color-dark-secondary);
}
.theme-dark .tab-wrapper .mdc-tab-scroller {
  border-color: var(--color-border);
  background-color: var(--color-dark-primary);
}
.theme-dark .tab-wrapper .mdc-tab-scroller__scroll-content {
  border-color: var(--color-border);
}
.theme-dark .tab-wrapper .mdc-tab-scroller__scroll-content .mdc-tab:not(:last-child) {
  border-color: var(--color-border);
}
.theme-dark .ask__audio {
  background-color: var(--color-dark-primary);
  color: var(--color-light);
}
.theme-dark .ask__tab__search input {
  background-color: var(--color-dark-secondary);
  color: var(--color-light);
  border-color: var(--color-border);
}
.theme-dark .ask__tab__search input::-moz-placeholder {
  color: var(--color-light);
}
.theme-dark .ask__tab__search input::placeholder {
  color: var(--color-light);
}
.theme-dark .ask__tab__search input:focus {
  background-color: var(--color-dark-secondary);
  color: var(--color-light);
  border-color: var(--color-border);
}
.theme-dark .ask__tab__search span {
  color: var(--color-light);
}
.theme-dark .ask .ask-accordion .ask__audio .loader .stroke {
  background-color: var(--color-dark-secondary);
}
.theme-dark .no-question-found {
  background-color: var(--color-dark-primary);
}

/*# sourceMappingURL=style-index.css.map*/