@charset "UTF-8";
@import "slick.css";
@import "slick-theme.css";
@import "animate.min.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
*, ::after, ::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

.select-none {
  user-select: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.pre-wrap {
  white-space: pre-wrap;
}

.pre-line, .review-ans-box p, .all-quiz-wrapper .quiz-question p, .question-content .card-title {
  white-space: pre-line;
}

.c-shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pointer-event-none {
  pointer-events: none;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: rgba(39, 35, 67, 0.2);
}

::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #344ca0;
}

.form-range::-webkit-slider-thumb {
  background-color: #344ca0;
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-range:focus,
.form-range:active {
  box-shadow: none !important;
  background: transparent;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(52, 76, 160, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(52, 76, 160, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgba(52, 76, 160, 0.75);
}

.form-range::-moz-range-thumb {
  background: #344ca0;
}

.form-range::-ms-thumb {
  background: #344ca0;
}

.volume-range-wrapper {
  margin: 5px -5px;
  transform: rotate(270deg) translateY(-60px);
  text-align: center;
  margin-bottom: 60px;
  padding: 10px 5px 5px 5px;
  background-color: #272343;
  color: #ffffff;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 12px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.volume-range {
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  width: 120px;
  accent-color: #ffffff;
}

.volume-range::-webkit-slider-runnable-track {
  border: none;
}

.volume-range::-moz-range-track {
  height: 12px;
  border: none;
  border-radius: 6px;
  background: #28373c;
}

.volume-range::-moz-range-progress {
  height: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7333333333);
}

.volume-range::-moz-range-thumb {
  border: none;
  border-radius: 9px;
  background-color: #ffffff;
  height: 18px;
  width: 18px;
}

html {
  height: 100%;
  width: 100%;
  font-size: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

[class*=success]:not(.toast-success):not(.btn-success):not(.btn-outline-success):not(.bg-success) {
  color: #27bf57 !important;
}

[class*=danger]:not(.toast-danger):not(.btn-danger):not(.btn-outline-danger):not(.bg-danger) {
  color: #ff2134 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.fade-text {
  color: #999 !important;
}

.fade-clr {
  color: #a2a5af;
}

.hidden-data {
  font-size: 1rem;
  font-weight: 600;
}

.dark-bg {
  background-color: #f5f8fc !important;
}

.title {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600 !important;
}

ul {
  list-style: none;
}

ul.list-styled {
  list-style: circle !important;
}

.article-cms ul {
  list-style: disc;
}

.article-cms ol {
  list-style: auto;
}

a {
  color: #272343;
  text-decoration: none;
  font-weight: 400;
}
a:hover {
  color: rgba(52, 76, 160, 0.9);
}

.sm-link, .list-links a, .single-qa-box .single-qa-content .box-qa a, .community-area .box-answer-list a:not(.qa-share a), .community-area .tags-list a, .community-area .user-link, .community-area .box-tag-link {
  color: #272343;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  transition: color 300ms ease-in-out;
}
.sm-link:hover, .list-links a:hover, .single-qa-box .single-qa-content .box-qa a:hover, .community-area .box-answer-list a:hover:not(.qa-share a), .community-area .tags-list a:hover, .community-area .user-link:hover, .community-area .box-tag-link:hover {
  color: #344ca0;
}

.text-theme {
  color: #344ca0;
}

.minw-0 {
  min-width: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272343;
  font-family: "Montserrat", sans-serif;
}

p {
  color: #6b6b71;
}

.logo-text {
  color: #272343;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  display: inline-block;
}
.logo-text span {
  text-align: right;
  display: block;
  font-size: 13px;
}

.theme-dark {
  color: #272343 !important;
}

.highlighted {
  color: #344ca0 !important;
}

.truncate, .file-container .file-meta strong, .community-area .box-qa-answer, .recommend-card .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-truncate, .drive-content .file-name, .history-card .title-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-clamp-one {
  -webkit-line-clamp: 1 !important;
}

.line-clamp-two {
  -webkit-line-clamp: 2 !important;
}

.line-clamp-three {
  -webkit-line-clamp: 3 !important;
}

.line-clamp-four {
  -webkit-line-clamp: 4 !important;
}

.line-clamp-five {
  -webkit-line-clamp: 5 !important;
}

.line-clamp-six {
  -webkit-line-clamp: 6 !important;
}

.line-clamp-seven {
  -webkit-line-clamp: 7 !important;
}

.line-clamp-eight {
  -webkit-line-clamp: 8 !important;
}

.line-clamp-nine {
  -webkit-line-clamp: 9 !important;
}

.line-clamp-ten {
  -webkit-line-clamp: 10 !important;
}

/* .line-clamp-one {
	-webkit-line-clamp: 3;
} */
.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

.h-100 {
  height: 100% !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.text-primary {
  color: #344ca0 !important;
}

.btn {
  position: relative;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  z-index: 1;
  border-radius: 100em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:not(.btn-sm) {
  padding: 0.5rem 1.75rem;
  font-size: 1rem;
}
@media (max-width: 567px) {
  .btn:not(.btn-sm) {
    padding: 0.375rem 0.75rem;
    font-size: 14px;
  }
}
.btn:focus, .btn:active {
  box-shadow: none !important;
}
@media (max-width: 567px) {
  .btn {
    font-size: 14px;
    padding: 0.375rem 0.75rem;
  }
}

.btn-group-md > .btn,
.btn.btn-md {
  padding: 0.5rem 1.25rem;
  font-size: 15px;
}

.btn-primary {
  background-color: #344ca0;
  color: #ffffff;
  border: 2px solid #272343;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #272343;
  color: #ffffff;
  border-color: #272343;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #344ca0;
  color: #272343;
  border: 2px solid #272343;
}

.btn-default {
  background-color: #344ca0;
  color: #ffffff;
  border: 2px solid #344ca0;
}
.btn-default:hover, .btn-default:focus {
  background-color: #ffffff;
  color: #344ca0;
  border-color: #344ca0;
}

.btn-default-outline {
  background-color: #ffffff;
  color: #344ca0;
  border: 2px solid #344ca0;
}
.btn-default-outline:hover, .btn-default-outline:focus {
  background-color: #344ca0;
  color: #ffffff;
  border-color: #344ca0;
}
.btn-default-outline.active {
  background-color: #344ca0;
  color: #ffffff;
  border-color: #344ca0;
}

.theme-basic-btn, .btn-success {
  border: 1px solid #344ca0;
  background-color: #344ca0;
  color: #ffffff;
}
.theme-basic-btn:hover, .theme-basic-btn:focus, .btn-success:hover, .btn-success:focus {
  border: 1px solid #344ca0;
  background-color: rgba(52, 76, 160, 0.95);
  color: #ffffff;
  opacity: 0.8;
}

.sec-basic-btn {
  border: 1px solid #344ca0;
  background-color: #344ca0;
  color: #ffffff;
}
.sec-basic-btn:hover, .sec-basic-btn:focus {
  border: 1px solid #344ca0;
  background-color: rgba(52, 76, 160, 0.95);
  color: #ffffff;
  opacity: 0.8;
}

.grid-10 {
  grid-template-columns: repeat(10, 1fr) !important;
}

#waveform {
  cursor: pointer;
  position: relative;
  min-height: 40px;
}

#waveform wave,
#waveform canvas {
  overflow: hidden !important;
}

#hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 0;
  mix-blend-mode: overlay;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}

#waveform:hover #hover {
  opacity: 1;
}

#currentTime, #totalTime {
  font-size: 10px;
  background: rgba(0, 0, 0, 0.75);
  padding: 2px;
  color: #ddd;
  position: relative;
  border-radius: 5px;
}

.playPauseBtn {
  font-size: 2.5rem;
  line-height: normal;
  color: #344ca0;
}

.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #344ca0;
}

.accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  background: transparent !important;
}

.accordion-button:not(.collapsed)::after {
  color: #ffffff;
  transform: rotate(-180deg);
}

.accordion-body {
  padding: 1.75rem 1.25rem;
}

.slick-slide {
  margin: 10px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-arrow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  color: #272343;
  background-color: #ffffff;
  height: 40px;
  width: 60px;
  border-radius: 100em !important;
}
.slick-arrow.arrow-sm {
  height: 25px;
  width: 40px;
  line-height: 18px;
}
.slick-arrow:hover {
  border-color: #344ca0 !important;
  color: #ffffff;
  background-color: #344ca0;
}
.slick-arrow.slick-disabled {
  background: #ccc;
  color: #999;
  border-color: inherit !important;
}

.form-select {
  border-radius: 0;
  box-shadow: none !important;
}
.form-select:focus {
  border-color: #344ca0;
}

.form-check-input:checked {
  background-color: #344ca0;
  border-color: #344ca0;
}

.form-check-input:focus {
  border-color: #344ca0;
  box-shadow: 0 0 0 0.25rem rgba(52, 76, 160, 0.25);
}

.form-switch .form-check-input {
  border-radius: 2em !important;
  width: 35px;
  height: 20px;
}

.dropdown-menu.dropdown-menu-lg,
.dropdown-menu.dropdown-menu-xl,
.dropdown-menu.dropdown-menu-xxl {
  min-width: 270px;
}

.dropdown-menu {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 0;
}
.dropdown-menu.show {
  will-change: transform;
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
}

.dropdown-item a,
.dropdown-item button {
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-toggle.no-arrow::after {
  content: initial;
}

.form-check {
  text-align: left;
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
  text-decoration: none;
  cursor: not-allowed;
}

.btn-danger {
  color: #ffffff !important;
}

.section {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.grid-btn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 14rem));
  grid-gap: 1rem 1.5rem;
}

.centerGrid, .section-welcome {
  display: grid;
  place-items: center;
}

.center-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-styling {
  position: relative;
}
.list-styling li {
  position: relative;
}
.list-styling li p {
  margin: 2px;
}
.list-styling li::before {
  content: "";
  line-height: 1.75;
  font-size: 13px;
  display: block;
  position: absolute;
  background-color: #344ca0;
  height: 10px;
  width: 10px;
  top: 13px;
  left: -3%;
  border-radius: 50%;
}

.input-group-text {
  background-color: #ffffff;
  padding: 0.375rem 0.5rem;
}

.logo-link {
  font-weight: 700;
  font-size: 2rem;
  color: #272343;
}

/* other styles */
/* .svg svg {
    display: none
}
*/
.inlinesvg .svg svg {
  display: inline;
}

img {
  max-width: 100%;
  height: auto;
}

/* .svg img {
    display: none
} */
.table :is(th, td) {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
}

.table th {
  font-weight: 500;
  font-size: 1rem;
  background-color: #344ca0;
  color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: #333;
  --bs-table-bg-type: #f5f8fc;
}

.table > :not(caption) > * > * {
  padding: 0.75rem 1rem;
}
@media (max-width: 567px) {
  .table > :not(caption) > * > * {
    padding: 0.25rem 0.5rem;
  }
}

@keyframes cursor {
  from {
    border-color: #344ca0;
  }
  to {
    border-color: transparent;
  }
}
.custom-badge {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

.danger-badge {
  color: #ff2134;
  background-color: rgba(255, 33, 52, 0.05);
}

.info-badge {
  color: #ebb30d;
  background-color: rgba(235, 179, 13, 0.05);
}

.success-badge {
  color: #45d6b5;
  background-color: rgba(69, 214, 181, 0.05);
}

.header-icon-badge {
  position: absolute !important;
  top: 1px;
  padding: 0.15rem 0.25rem;
  inset-inline-end: -2px;
  font-size: 0.625rem;
  display: inline-block;
  background-color: rgb(82, 37, 69) !important;
  color: #fff;
  border: none;
}

.form-control,
.form-select {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  box-shadow: none;
  border: 1px solid #c2c8d0;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #999;
  font-weight: 300;
}
.form-control:hover, .form-control:active,
.form-select:hover,
.form-select:active {
  border: 1px solid #344ca0;
}
.form-control:focus,
.form-select:focus {
  border: 1px solid #344ca0;
  box-shadow: none !important;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  border: 1px solid #344ca0 !important;
  box-shadow: none !important;
}

.form-control:not(.form-control-sm) {
  padding: 0.875rem;
  font-size: 1rem;
}

.form-select:not(.form-select-sm) {
  font-size: 1rem;
  padding: 0.875rem 2.25rem 0.875rem 0.75rem;
}

.form-select.no-arrow {
  background-image: none !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  min-height: 52px !important;
  padding: 0.25rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid rgba(89, 90, 89, 0.125) !important;
}

.select2-selection__rendered {
  height: inherit !important;
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #344ca0 !important;
  border: 1px solid #344ca0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff !important;
  border-right: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1 !important;
  color: #333 !important;
  outline: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #344ca0 !important;
  color: white !important;
}

.select2-container .select2-search--inline .select2-search__field {
  vertical-align: middle !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #344ca0 1px !important;
  outline: 0 !important;
}

.select2-dropdown {
  border: 1px solid rgba(89, 90, 89, 0.125) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

input[type=password] {
  font-weight: 900;
}

.nice-select .list {
  z-index: 99;
}
.nice-select .list li {
  background-color: #ffffff;
  color: #272343;
}
.nice-select .list li .option.selected.focus {
  color: #272343 !important;
}
.nice-select .list li:hover {
  background-color: #344ca0 !important;
  color: #ffffff;
}

.input-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.input-box input:not(input[type=radio]),
.input-box input:not(input[type=checkbox]) textarea,
.input-box select {
  border-radius: 10px;
  font-size: 1rem;
  color: #272343;
  font-weight: 400;
}
.input-box textarea.form-control {
  font-weight: 400;
}
.input-box .input-box-icon {
  color: #272343;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}
.input-box .input-box-icon a {
  color: #272343;
}
.input-box .input-box-icon a:hover, .input-box .input-box-icon a:active, .input-box .input-box-icon a:focus {
  color: #344ca0;
}
.input-box textarea + .input-box-icon {
  transform: initial;
  top: 1rem;
}

.form-link {
  color: #272343;
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-link:hover {
  text-decoration: none;
  color: #344ca0;
}

.form-box {
  width: 100%;
  position: relative;
  float: left;
}
.form-box .form-control {
  font-size: 16px;
  outline: none;
  color: #535353;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #272e48;
  padding: 14.5px 45px 14.5px 20px;
}
.form-box i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  right: 20px;
  font-size: 20px;
  color: #535353;
}

.checkbox {
  margin-bottom: 25px;
  font-size: 14px;
}
.checkbox .form-check {
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}
.checkbox .form-check .form-check-input {
  position: absolute;
  margin-left: 0;
  box-shadow: none !important;
  border: 0;
  background: transparent;
}
.checkbox .form-check input[type=checkbox]:checked + label:before {
  font-weight: 600;
  color: #e6e6e6;
  line-height: 16px;
  font-size: 14px;
  content: "✓";
  text-align: center;
  color: #fff;
  background: #344ca0;
  border: solid 1px #344ca0;
}
.checkbox .form-check .form-check-label {
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 16px;
  color: #272343;
  position: relative;
}
.checkbox .form-check .form-check-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  margin-left: -25px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}

.social-item, .footer-social a {
  background-color: #4d5756;
  color: #ffffff;
  border: none;
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-size: 16px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-item:hover, .footer-social a:hover, .social-item:focus, .footer-social a:focus {
  color: #ffffff;
  background-color: #344ca0;
  transform: translateY(-2px);
}
.social-item:active, .footer-social a:active {
  transform: scale(0.95);
}

.social-link {
  color: #212529;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.social-link.apple-link {
  color: #000000;
}
.social-link.fb-link {
  color: #4867aa;
}
.social-link:hover {
  background-color: rgba(66, 133, 244, 0.04);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}
.offcanvas.offcanvas-top, .offcanvas.offcanvas-bottom {
  height: fit-content;
}
.offcanvas.offcanvas-top .offcanvas-dialog, .offcanvas.offcanvas-bottom .offcanvas-dialog {
  padding: 0;
  background-color: #ffffff;
}
.offcanvas.offcanvas-top .offcanvas-dialog .offcanvas-content, .offcanvas.offcanvas-bottom .offcanvas-dialog .offcanvas-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.offcanvas.offcanvas-top .offcanvas-dialog .offcanvas-content .megamenu .section-inner-expanded, .offcanvas.offcanvas-bottom .offcanvas-dialog .offcanvas-content .megamenu .section-inner-expanded {
  padding: 2rem 0.25rem;
}
.offcanvas.offcanvas-top .offcanvas-dialog .offcanvas-content .megamenu .section-inner-expanded.fit-over-scrollbar, .offcanvas.offcanvas-bottom .offcanvas-dialog .offcanvas-content .megamenu .section-inner-expanded.fit-over-scrollbar {
  width: 100%;
  margin-left: -8.5px;
}
.offcanvas.offcanvas-top .offcanvas-dialog .offcanvas-content .megamenu .title, .offcanvas.offcanvas-bottom .offcanvas-dialog .offcanvas-content .megamenu .title {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
  color: #272343;
  border-color: #999;
}
.offcanvas.offcanvas-top .offcanvas-dialog .offcanvas-content .megamenu .tag-cloud .link, .offcanvas.offcanvas-bottom .offcanvas-dialog .offcanvas-content .megamenu .tag-cloud .link {
  position: relative;
  z-index: 5;
  color: #344ca0;
  pointer-events: all;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.offcanvas.offcanvas-top .offcanvas-dialog .offcanvas-content .megamenu .tag-cloud .link .badge, .offcanvas.offcanvas-bottom .offcanvas-dialog .offcanvas-content .megamenu .tag-cloud .link .badge {
  width: auto;
  height: 25px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin: 2.5px 0;
}
.offcanvas.offcanvas-top .offcanvas-dialog .offcanvas-content .megamenu .tag-cloud .link .badge:hover, .offcanvas.offcanvas-bottom .offcanvas-dialog .offcanvas-content .megamenu .tag-cloud .link .badge:hover {
  border-color: #344ca0;
  color: #ffffff;
  background-color: #344ca0;
}
.offcanvas.offcanvas-top .offcanvas-dialog .offcanvas-content .megamenu .form-area, .offcanvas.offcanvas-bottom .offcanvas-dialog .offcanvas-content .megamenu .form-area {
  width: 100%;
}
.offcanvas.search-bar {
  z-index: 999999;
}
.offcanvas.search-bar .offcanvas-dialog {
  background-color: #ffffff;
}
.offcanvas .close-button {
  position: absolute;
  z-index: 2;
  top: 1.75rem;
  right: 1.75rem;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  color: #272343;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offcanvas .close-button:hover {
  color: #344ca0;
}

main {
  padding-top: 200px;
}

@media (min-width: 576px) {
  .align-items-sm-unset {
    align-items: unset !important;
  }
}
.sub-title {
  color: #344ca0;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.sec-header h2 {
  font-weight: 800;
  margin-bottom: 15px;
  color: #272343;
}

@keyframes toBottom {
  0%, 100% {
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  50% {
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (min-width: 767px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 567px) {
  .modal-xxl {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .modal-xxl {
    max-width: 1024px;
  }
}
.modal-header {
  background-color: #272343;
}
.modal-header .modal-title {
  color: #ffffff;
  font-weight: 700;
}

.modal-content {
  border: 2px solid #272343;
  border-radius: 10px;
}

.modal-close {
  color: #ffffff !important;
  background-color: #ff2134;
  width: 25px;
  height: 25px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}

.section {
  scroll-margin-top: 150px;
}
@media (max-width: 567px) {
  .section {
    scroll-margin-top: 90px;
  }
}

.modal-close-btn {
  color: #ffffff !important;
}

@keyframes animateBall {
  0% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.75);
  }
}
.isTyping {
  position: relative;
}
.isTyping::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #272343;
  border-radius: 50%;
  animation-name: animateBall;
  animation-delay: 0.75s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transition: transform 0.75s ease-in-out;
}

.scrollBtn {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(54, 75, 92, 0.5) !important;
  color: #fff !important;
  position: fixed;
  bottom: 90px;
  font-size: 1.125rem;
  z-index: 999;
}

.regenerate-btn {
  border: 1px solid #344ca0 !important;
  margin: 10px auto;
  background: #344ca0 !important;
  color: #ffffff !important;
  padding: 5px 10px !important;
}

.dropdown-toggle[aria-expanded=true] .plus-icon {
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}

.dropdown-toggle[aria-expanded=false] .plus-icon {
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.position-to-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-header,
.card-footer {
  background-color: inherit;
  border-color: #dee2e6;
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item a {
  font-size: 15px;
  font-weight: 500;
  color: #272343;
}

.page-title {
  margin-left: -5px;
  font-size: 3.25rem;
  color: #344ca0;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 567px) {
  .page-title {
    font-size: 2rem;
  }
}

.page-title-sec {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}
@media (min-width: 567px) {
  .page-title-sec {
    min-height: 350px;
    padding-top: 100px;
  }
}
.page-title-sec .shape-round {
  top: 30px !important;
}

.bg-theme {
  background-color: #344ca0;
}

.bg-success {
  background-color: #45d6b5 !important;
}

.progress {
  height: 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100em;
}

.btn-large {
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-top: 0;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.btn-light:hover {
  opacity: 0.75;
}

.theme-card {
  margin: auto;
  margin-bottom: 30px;
}

.docsearch-suggestion__main {
  white-space: normal;
}

.autocomplete-box {
  position: relative;
}

.instruction h5 {
  font-weight: 600;
  font-size: 1.25rem;
}

.ds-dropdown-menu {
  display: none;
  width: 100%;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid rgba(89, 90, 89, 0.125);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ds-dropdown-menu .ds-dataset {
  font-size: 14px;
  font-weight: 400;
  overflow-y: auto;
  max-height: 350px;
}
.ds-dropdown-menu .ds-suggestions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ds-dropdown-menu .ds-suggestions .ds-suggestion {
  padding: 0.4rem 0.75rem;
}
.ds-dropdown-menu .ds-suggestions .ds-suggestion a {
  color: #272343;
}
.ds-dropdown-menu .ds-suggestions .ds-suggestion:hover {
  background-color: rgba(52, 76, 160, 0.05);
}
.ds-dropdown-menu.active {
  position: absolute;
  top: 100%;
  z-index: 100;
  left: 0px;
  right: auto;
  display: block;
}

.card-head {
  font-weight: 700;
  font-size: 26px;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  position: relative;
}
.card-head::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  left: 0;
  bottom: -1px;
  background-color: #344ca0;
}
@media (max-width: 567px) {
  .card-head {
    font-size: 18px;
  }
}

.about-area {
  padding-top: 150px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 567px) {
  .about-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-area h5 {
  color: #333;
  font-weight: 600;
  font-size: 18px;
}

.pre-title {
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  color: #344ca0;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

#sec-title, .sec-title-sm, .sec-title {
  color: #272343;
  display: block;
  text-transform: uppercase;
  border-left: 10px solid;
  font-weight: 700;
}

.sec-title {
  padding: 16px;
  line-height: 70px;
  font-size: 4rem;
}
@media (max-width: 991px) {
  .sec-title {
    font-size: 3rem;
  }
}
@media (max-width: 567px) {
  .sec-title {
    line-height: 40px;
    font-size: 2rem;
  }
}

.sec-title-sm {
  padding: 14px 10px;
  line-height: 30px;
  font-size: 2.125rem;
}

.description {
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #272343;
  margin-bottom: 60px;
}
@media (max-width: 567px) {
  .description {
    margin-bottom: 20px;
  }
}

@keyframes rotate-animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes menu-sub-dropdown-animation-fade-in {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-sub-dropdown-animation-move-up {
  0% {
    margin-top: 0.75rem;
  }
  100% {
    margin-top: 0;
  }
}
.other-separator {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 450px;
  margin-inline: auto;
  text-transform: uppercase;
  text-align: center;
}
.other-separator::before, .other-separator::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 1px;
  width: 180px;
  background: #e2e2ff;
}
.other-separator::before {
  left: 0;
}
.other-separator::after {
  right: 0;
}
.other-separator span {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}

.range-dot {
  margin: 0 4px;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #272343;
  background-color: #dee2e6;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.range-dot.active {
  color: #ffffff;
  background-color: #344ca0;
}

.range-slider {
  position: relative;
}
.range-slider .range-dots-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.blockquote {
  background-color: #ffffff;
  border: 2px solid #344ca0;
  position: relative;
  max-width: 520px;
  margin: 10px;
  border-radius: 3rem 0;
  padding: 1.5rem 1rem;
}
.blockquote h4 {
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  width: 95%;
}
@media (min-width: 567px) {
  .blockquote h4 {
    font-size: 1rem;
    width: calc(100% - 5rem);
  }
}
.blockquote .curly1,
.blockquote .curly2 {
  position: absolute;
  display: block;
  width: 35px;
}
.blockquote .curly1 {
  bottom: -0.5rem;
  left: -0.5rem;
}
.blockquote .curly2 {
  top: -0.5rem;
  right: -0.5rem;
  transform: rotatez(180deg);
}

.ratings {
  color: #ffbe3f;
  font-size: 15px;
}

.edit-profile-wrapper {
  position: relative;
}

.edit-profile-container .img-wrapper .edit-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  color: #212529;
  transition: all 0.2s ease;
}
.edit-profile-container .img-wrapper .edit-icon:hover {
  background-color: rgba(7, 39, 78, 0.5) !important;
}
.edit-profile-container .form-control[type=file] {
  overflow: hidden;
  opacity: 0 !important;
  box-shadow: none;
}

.flashcard-wrapper > .card {
  min-height: 500px;
}

.flashcard {
  width: 300px;
  height: 250px;
  border: 1px solid #eee;
  color: #272343;
  perspective: 1000px;
  position: relative;
  margin: 20px auto;
  cursor: pointer;
  transition: transform 0.5s;
  text-align: center;
}
.flashcard:hover {
  transform: scale(1.045);
}
.flashcard .card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}
.flashcard .card-inner .inner-content {
  padding: 1rem 1rem;
}
.flashcard .card-inner .inner-content h2 {
  text-transform: initial;
  font-size: 1.35rem;
  font-weight: 600;
}
.flashcard .img-wrapper {
  width: 100%;
  height: 100%;
}
.flashcard .img-wrapper img {
  height: 100%;
  margin-inline: auto;
  object-fit: contain;
}
.flashcard:hover .card-inner {
  transform: rotateY(180deg);
}
.flashcard.flipped .card-inner {
  transform: rotateY(180deg);
}
.flashcard .front,
.flashcard .back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flashcard .back {
  background: rgb(250, 235, 228);
  background: linear-gradient(90deg, rgb(250, 235, 228) 0%, rgb(253, 240, 234) 47%, rgb(246, 236, 238) 100%);
  transform: rotateY(180deg);
}

@media (min-width: 992px) {
  .flashcard-sec .flashcard {
    width: 400px;
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .flashcard-sec .flashcard {
    width: 600px;
    height: 450px;
  }
}

.question-content {
  white-space: normal !important;
  padding-bottom: 2rem;
}
.question-content .form-check {
  white-space: normal !important;
}

.pagination {
  gap: 4px;
}

.page-link {
  border: 0 !important;
  font-size: 0.8125rem;
  border-radius: 0.3rem;
}
.page-link:focus {
  box-shadow: none !important;
}

.page-item .page-link {
  opacity: 1;
  color: #344ca0 !important;
  background-color: transparent;
  text-transform: capitalize;
}
.page-item .page-link:hover {
  opacity: 0.875;
}
.page-item.disabled .page-link {
  color: #6c757d !important;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.7;
}
.page-item.active .page-link {
  border-radius: 0.3rem;
  background-color: #344ca0;
  color: #ffffff !important;
}

.animate-typing {
  margin: 0 4px;
}
.animate-typing .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: -1px;
  background: #ffffff;
  animation: wave 1.3s linear infinite;
  opacity: 0.6;
}
.animate-typing .dot:nth-child(2) {
  animation-delay: -1.1s;
}
.animate-typing .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 100%, 60% {
    transform: initial;
  }
  50% {
    transform: translateY(-5px);
  }
}
.member-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  font-size: 12px;
}

.multiselect-container {
  max-width: 100%;
  width: 100%;
}

.multiselect-reset {
  position: absolute;
  right: 0;
  top: 46px;
}

.multiselect-all.active + .multiselect-reset .btn, .multiselect-all:hover + .multiselect-reset .btn, .multiselect-all:focus + .multiselect-reset .btn {
  color: #fff;
}

.toggle-pricing-wrapper {
  color: #344ca0;
  font-weight: bold;
}
.toggle-pricing-wrapper input,
.toggle-pricing-wrapper label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.toggle-pricing-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggle-pricing-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-pricing-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
.toggle-pricing-wrapper .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #344ca0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-pricing-wrapper .slider.round {
  border-radius: 34px;
}
.toggle-pricing-wrapper .slider.round::before {
  border-radius: 50%;
}
.toggle-pricing-wrapper input:checked + .slider {
  background-color: #ffffff;
}
.toggle-pricing-wrapper input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.toggle-pricing-wrapper-inside {
  color: #344ca0;
  font-weight: bold;
}
.toggle-pricing-wrapper-inside input,
.toggle-pricing-wrapper-inside label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.toggle-pricing-wrapper-inside .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggle-pricing-wrapper-inside .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-pricing-wrapper-inside .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #344ca0;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
.toggle-pricing-wrapper-inside .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-pricing-wrapper-inside .slider.round {
  border-radius: 34px;
}
.toggle-pricing-wrapper-inside .slider.round::before {
  border-radius: 50%;
}
.toggle-pricing-wrapper-inside input:checked + .slider {
  background-color: #344ca0;
}
.toggle-pricing-wrapper-inside input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.toggle-btn span {
  color: #ffffff;
}

.toggle-btn-inside span {
  color: #344ca0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.spinner-border {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.175em solid currentColor;
  border-right-color: transparent;
}

.emoji {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 5rem;
  transform: scale(0.5);
  animation: scaleUp 2s infinite alternate;
}

@keyframes scaleUp {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
.chosen-container {
  margin-bottom: 10px;
}
.chosen-container .chosen-results li.highlighted {
  background: #344ca0;
  color: #ffffff !important;
}

.chosen-container-single .chosen-single {
  font-size: 1rem;
  font-weight: 500;
  box-shadow: none;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  border: 1px solid #c2c8d0;
  border-radius: 0;
  box-shadow: none !important;
  line-height: 1.5;
  color: #272343;
  background-image: none !important;
  background: #ffffff;
  display: block;
  width: 100%;
  height: 40px;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single div {
  top: 8px;
}

.info-icon {
  position: relative;
  display: inline-block;
}
.info-icon .info-window {
  display: none;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.75rem;
  max-width: 400px;
  min-width: 250px;
  width: 100%;
  color: #6b6b71;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  font-size: 13px;
}
.info-icon:hover .info-window {
  display: block;
}

.animate-icon {
  animation: pulse 1s ease infinite;
  font-size: 20px !important;
  color: #344ca0 !important;
}

body {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  background: #f2f2f2;
  color: #272343;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

header {
  position: absolute;
  background: transparent;
  width: 100%;
  white-space: nowrap;
  user-select: none;
  z-index: 999;
  top: 0;
  -webkit-transition: all linear 100ms;
  -moz-transition: all linear 100ms;
  -o-transition: all linear 100ms;
  transition: all linear 100ms;
}
header .user-element .dropdown-toggle::after {
  content: initial !important;
}
@media (max-width: 475px) {
  header .user-element .dropdown-toggle {
    padding: 0.125rem !important;
  }
}
header .user-element .dropdown-menu {
  box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.6);
  border: none;
}
header.header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: #fff;
  z-index: 999;
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  -moz-box-shadow: 0px 0px 25px -10px;
  -webkit-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 25px -10px;
}
header .burger-menu {
  width: 35px;
  height: auto;
  background-color: transparent;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 0;
}
header .burger-menu .line {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #344ca0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 30px;
  margin-left: auto;
  margin-bottom: 4px;
}
header .burger-menu .line:nth-child(3) {
  margin-bottom: 0;
  width: 28px;
  margin-left: auto;
}
header .burger-menu:hover .line:nth-child(3) {
  width: 35px;
}
header .navbar-brand {
  color: #272343;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
}
header .navbar-brand span {
  text-align: right;
  display: block;
  font-size: 13px;
}
header .navbar-brand img {
  width: 200px;
}
@media (max-width: 500px) {
  header .navbar-brand img {
    width: 120px;
  }
}
header .navbar {
  padding-top: 1.5rem;
  background: transparent !important;
}
header .navbar .navbar-nav .nav-item {
  padding: 0.5rem 1rem;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #272343;
  font-size: 1.125rem;
  padding: 0.5rem 0;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  transition: color 0.3s ease;
}
header .navbar .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  background: #344ca0;
  width: 75%;
  height: 4px;
  transform-origin: right;
  transform: scale(0);
  transition: transform 0.3s ease;
}
header .navbar .navbar-nav .nav-item .nav-link:hover:not(header .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link:active.dropdown-toggle), header .navbar .navbar-nav .nav-item .nav-link.active:not(header .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link:active.dropdown-toggle), header .navbar .navbar-nav .nav-item .nav-link:active:not(header .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link:active.dropdown-toggle) {
  color: #344ca0;
}
header .navbar .navbar-nav .nav-item .nav-link:hover:not(header .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link:active.dropdown-toggle)::after, header .navbar .navbar-nav .nav-item .nav-link.active:not(header .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link:active.dropdown-toggle)::after, header .navbar .navbar-nav .nav-item .nav-link:active:not(header .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle, header .navbar .navbar-nav .nav-item .nav-link:active.dropdown-toggle)::after {
  transform: scale(1);
}
header .navbar .navbar-nav > li.dropdown > .dropdown-menu {
  padding: 0.75rem 1rem;
  border: 0;
}
header .navbar .navbar-nav > li.dropdown > .dropdown-menu .dropdown-item {
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding: 0.5rem 0;
  border: 0;
}
header .navbar .navbar-nav > li.dropdown > .dropdown-menu .dropdown-item::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #344ca0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
header .navbar .navbar-nav > li.dropdown > .dropdown-menu .dropdown-item:hover, header .navbar .navbar-nav > li.dropdown > .dropdown-menu .dropdown-item.active, header .navbar .navbar-nav > li.dropdown > .dropdown-menu .dropdown-item:active {
  color: inherit;
}
header .navbar .navbar-nav > li.dropdown > .dropdown-menu .dropdown-item:hover::after, header .navbar .navbar-nav > li.dropdown > .dropdown-menu .dropdown-item.active::after, header .navbar .navbar-nav > li.dropdown > .dropdown-menu .dropdown-item:active::after {
  opacity: 1;
  width: 100%;
}
header .navbar .close-wrap {
  display: none;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse {
    background-color: #ffffff;
    box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.6);
  }
}

.header-user-wrap {
  display: inline-block;
}
.header-user-wrap .btn {
  color: #344ca0;
}
.header-user-wrap .img-avatar-wrapper {
  background-image: linear-gradient(135deg, #ffe4da 10%, #fdefe6 100%);
}
.header-user-wrap .img-avatar {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0.25rem;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3);
}
.header-user-wrap .dropdown-item {
  font-size: 15px;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
}
.header-user-wrap .dropdown-item.user-name {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-scroll {
  max-height: 18rem;
  overflow-y: auto;
}
.dropdown-scroll p {
  font-size: 14px;
  white-space: normal;
  line-height: 1.5;
}

.avatar-md {
  width: 40px;
  height: 40px;
  line-height: 2.5rem;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
}

.simplebar-wrapper {
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.notifiy-dropdown .badge {
  padding: 0.25rem 0.45rem;
  font-weight: 600;
  border-radius: 0.25rem;
  background-color: #feebe2;
  color: #522545;
  border: 0;
}
.notifiy-dropdown .dropdown-item {
  padding: 0.875rem !important;
  border-bottom: 1px solid #eee;
}

.notification-cards .icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fcf0eb;
  border-radius: 50%;
  margin-right: 1rem;
}
.notification-cards .badge-time-notify {
  background-color: #fdf0eb;
  border: 0;
  font-size: 13px;
  color: #605f5f;
  font-weight: 600;
}
.notification-cards .list-item:nth-of-type(odd) .card {
  border-left: 2px solid #344ca0 !important;
}
.notification-cards .list-item:nth-of-type(even) .card {
  border-left: 2px solid #344ca0 !important;
}

.marque-section {
  margin-top: -80px;
  margin-bottom: 30px;
  user-select: none;
}
@media (min-width: 567px) {
  .marque-section {
    margin-bottom: 80px;
  }
}
.marque-section .marque-wrapper {
  background: #272343;
  padding: 50px 0 60px 0;
  position: relative;
  transform: rotate(-2deg);
  margin-left: -10px;
  margin-right: -10px;
  z-index: 1;
}
@media (max-width: 567px) {
  .marque-section .marque-wrapper {
    padding: 20px 0 30px 0;
  }
}
.marque-section .marque-wrapper::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 100% !important;
  bottom: 0;
  left: -10px;
  background: #344ca0;
}
@media (max-width: 567px) {
  .marque-section .marque-wrapper::after {
    height: 10px;
  }
}
.marque-section .marque-list {
  animation: marquee 20s linear infinite;
  white-space: nowrap;
  gap: 3rem;
}
@media (max-width: 567px) {
  .marque-section .marque-list {
    gap: 1rem;
  }
}
.marque-section .marque-list .marque-item {
  color: #ffffff;
  gap: 3rem;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 3rem;
}
@media (max-width: 567px) {
  .marque-section .marque-list .marque-item {
    gap: 1rem;
    font-size: 1rem;
  }
}

@media (min-width: 567px) {
  .feature-section {
    padding-bottom: 100px !important;
  }
}

.feature-box {
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 3px dotted #ffffff;
  transition: all 0.4s ease;
}
.feature-box .feature-title {
  color: rgba(27, 31, 38, 0.7215686275);
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-size: 18px;
  text-align: center;
}
.feature-box .feature-icon {
  color: #272343;
  margin-bottom: 2rem;
  text-align: center;
}
.feature-box .feature-list li {
  color: #272343;
  font-size: 14px;
  margin-bottom: 5px;
  list-style-type: disc;
}
.feature-box .feature-list li i {
  line-height: 1.5;
}
.feature-box .single-item-link {
  display: inline-block;
  margin-top: -40px;
  color: #272343;
  font-weight: 600;
  transition: all 0.4s ease;
  opacity: 0;
  margin-bottom: 0;
}
.feature-box .single-item-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  color: #ffffff;
  background: #272343;
  transition: all 0.4s ease;
}
.feature-box:hover {
  border: 3px dotted #344ca0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: rgba(52, 76, 160, 0.25);
}
.feature-box:hover .single-item-link {
  opacity: 1;
  transform: translateY(15px);
}
.feature-box:hover .single-item-icon {
  display: none;
}

.testimonial-sec {
  background: #ffffff;
}

@media (min-width: 767px) {
  .testimonial-cards {
    margin: 0 -14px;
  }
}

.testimonial-box {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
@media (min-width: 567px) {
  .testimonial-box {
    padding: 1rem;
  }
}
.testimonial-box .info .image {
  gap: 10px;
}
.testimonial-box .info .image img {
  border-radius: 10px;
  width: 60px;
  height: 60px;
}
.testimonial-box .info .content h5 {
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-box .info .content p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.testimonial-box .info .icon {
  background: #000000;
  border-radius: 15px;
  padding: 15px 15px;
  transform: rotate(180deg);
}
.testimonial-box .info .icon img {
  width: 30px;
}
.testimonial-box .box-content {
  padding: 10px 0;
}
.testimonial-box .box-content p {
  font-size: 1rem;
  line-height: 1.6;
}
.testimonial-box:hover {
  border-color: #344ca0;
}
.testimonial-box:hover .info .icon {
  background: #344ca0;
}

.review-card {
  border: 4px solid #272343;
  background-color: #272343;
  color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  transition: all 1s ease;
}
@media (max-width: 567px) {
  .review-card {
    padding: 1rem;
  }
}
.review-card .quote-icon {
  border: 5px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #272343;
  color: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  transition: border-color 0.3s ease;
}
.review-card .review-card-content p, .review-card .review-card-content h5 {
  color: inherit;
}
.review-card .review-card-content h5 {
  margin: 0;
  font-weight: 700;
}
.review-card .review-card-content p {
  font-weight: 500;
}
.review-card .review-card-content .ratings {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.review-card:hover {
  border-color: #344ca0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transform: scale(0.99);
}
.review-card:hover .quote-icon {
  border-color: #344ca0;
}

.pricing-sec {
  background-color: #344ca0;
}
.pricing-sec .sub-title, .pricing-sec .sec-header h2 {
  color: #ffffff;
}

.pricing-cards-wrapper .card {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 14px;
  padding: 1rem;
  transition: all 0.3s ease;
}
.pricing-cards-wrapper .card .card-header, .pricing-cards-wrapper .card .card-body, .pricing-cards-wrapper .card .card-footer {
  padding: 1rem 1.25rem;
  background-color: transparent;
}
.pricing-cards-wrapper .card .card-header h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}
.pricing-cards-wrapper .card .pricing-head span {
  color: #2d334a;
}
.pricing-cards-wrapper .card .pricing-price {
  display: flex;
  align-items: baseline;
}
.pricing-cards-wrapper .card .pricing-price small {
  color: #999;
}
.pricing-cards-wrapper .card .pricing-details {
  padding: 0;
}
.pricing-cards-wrapper .card .pricing-details li {
  color: #272343;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
}
.pricing-cards-wrapper .card .pricing-details li i {
  color: #344ca0;
}
.pricing-cards-wrapper .card:hover, .pricing-cards-wrapper .card.active {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #272343;
}
.pricing-cards-wrapper .card.active::before, .pricing-cards-wrapper .card.active::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.pricing-cards-wrapper .card.active::before {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #272343;
}
.pricing-cards-wrapper .card.active::after {
  top: -12px;
  width: 25px;
  height: 25px;
  background-color: #272343;
}

.newsletter-sec {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.newsletter-sec::before {
  content: "";
  position: absolute;
  background-color: #16131b;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 40%;
  z-index: -1;
}
.newsletter-sec .newsletter-wrapper {
  padding: 40px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 2em;
  background-color: #ffffff;
}
@media (max-width: 567px) {
  .newsletter-sec .newsletter-wrapper {
    padding: 30px 15px;
  }
}
.newsletter-sec .newsletter-wrapper .content h5 {
  font-weight: 700;
}
.newsletter-sec .newsletter-wrapper .content p {
  font-weight: 500;
  max-width: 90%;
}
.newsletter-sec .newsletter-from {
  position: relative;
}
.newsletter-sec .newsletter-from .btn {
  position: absolute;
  right: 2px;
}

footer {
  margin-top: auto;
  background-color: #272343;
  color: #ffffff;
}
footer .footer-area {
  border-top: 5px solid #344ca0;
}
footer a,
footer .footer-title {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 3px 6px;
}
footer .logo-text {
  color: #344ca0;
}
footer .footer-list a {
  padding: 3px 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 4px;
  text-transform: capitalize;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
footer .footer-list a:hover {
  color: #ffffff;
  transform: translateX(5px);
}
footer p {
  color: #f2f2f2;
  font-weight: 500;
}
footer .copyright-area {
  background-color: rgba(255, 255, 255, 0.025);
  padding: 18px 0;
}

.input-grp {
  position: relative;
}
.input-grp input {
  padding-right: 48px;
}
.input-grp .btn {
  font-size: 1rem;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.hero {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 50px;
  margin-top: 100px;
  background-color: #344ca0;
  color: white;
  overflow: hidden;
}
.hero .hero-section {
  max-width: 50%;
  padding-left: 100px;
  margin-top: 100px;
  background-color: #344ca0;
}
.hero .hero-section .hero-wrapper {
  padding: 10px 0 10px;
}
.hero .hero-section h1, .hero .hero-section p, .hero .hero-section div, .hero .hero-section span {
  color: #ffffff;
}
.hero .hero-section .hero-desc {
  max-width: 680px;
  font-size: 1rem;
}
.hero .hero-section .hero-img {
  max-width: 500px;
}
.hero .circle {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 600px;
  height: 620px;
  background: #DEDEDE;
  border-radius: 50%;
  z-index: 0;
}
.hero .hero-image {
  position: relative;
  z-index: 1;
}
.hero .hero-image img {
  max-width: 500px;
  position: relative;
  right: -50px;
}

@media (max-width: 1440px) {
  .hero-section {
    padding-left: 0px !important;
  }
  .circle {
    bottom: -110px !important;
    right: -120px !important;
    width: 560px !important;
    height: 560px !important;
  }
}
@media (max-width: 1410px) {
  .hero .hero-image img {
    top: 50px;
  }
}
@media (max-width: 1024px) {
  .hero .hero-image img {
    padding-left: 0px !important;
    top: 90px;
  }
}
@media (max-width: 991px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 50px 20px;
  }
  .hero-section {
    max-width: 100%;
    padding-left: 0 !important;
  }
  .hero .hero-image img {
    max-width: 400px;
    position: relative;
    right: -250px;
    top: 0;
  }
  .circle {
    bottom: -120px !important;
    right: -100px !important;
    width: 470px !important;
    height: 470px !important;
  }
}
@media (max-width: 768px) {
  .hero .hero-image img {
    right: -140px;
    top: 0;
  }
  .circle {
    bottom: -120px !important;
    right: -100px !important;
    width: 470px !important;
    height: 470px !important;
  }
}
@media (max-width: 567px) {
  .hero .hero-image img {
    right: -50px;
    top: 0;
  }
  .circle {
    bottom: -120px !important;
    right: -100px !important;
    width: 420px !important;
    height: 420px !important;
  }
}
.about-section {
  background-color: #2c2c2c;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 567px) {
  .about-section {
    padding: 40px 0;
  }
  .about-section .title {
    font-size: 1.4rem;
  }
}
.about-section * {
  color: #ffffff;
}
.about-section .about-content {
  position: relative;
  z-index: 1;
  padding: 50px;
}
.about-section .subtitle {
  color: #344ca0;
}
.about-section .img-wrapper {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 500px;
  width: 500px;
  border-radius: 5%;
  overflow: hidden;
}
@media (max-width: 567px) {
  .about-section .img-wrapper {
    height: 200px;
    width: 200px;
  }
}
.about-section .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.faq-sec {
  background: #e7f8ff;
}
.faq-sec .accordion-item {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 0;
}
.faq-sec .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
  background: black !important;
  color: #ffffff;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.newsletter-section {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.newsletter-section .newsletter-wrapper {
  padding: 60px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0.75rem;
  background-color: #ffffff;
}
@media (max-width: 567px) {
  .newsletter-section .newsletter-wrapper {
    padding: 30px 15px;
  }
}
.newsletter-section .newsletter-wrapper .content h5 {
  font-weight: 700;
}
.newsletter-section .newsletter-wrapper .content p {
  font-weight: 500;
  max-width: 90%;
}
.newsletter-section .newsletter-from {
  position: relative;
}
.newsletter-section .newsletter-from .btn {
  position: absolute;
  right: 2px;
}

@keyframes jumpVertical {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
a.social-btn {
  border: 1px solid #dadce0;
  background-color: #ffffff;
  color: #272343;
  font-weight: 400;
  margin: 0 auto;
  font-size: 15px;
  max-width: 328px;
  min-width: min-content;
  height: 44px;
  text-align: center !important;
  padding: 2px 10px;
  line-height: 36px;
}
a.social-btn svg {
  height: 100%;
}
a.social-btn:hover, a.social-btn:focus {
  border-color: #d2e3fc !important;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.input-groups {
  position: relative;
}
.input-groups input, .input-groups textarea {
  border-radius: 10px;
  padding-left: 40px !important;
}
.input-groups .input-icon {
  color: #272343;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 25px;
  z-index: 10;
}
.input-groups textarea + .input-icon {
  top: 25px;
}

.form-page {
  padding: 100px 0;
}
@media (max-width: 567px) {
  .form-page {
    padding: 50px 0;
  }
}

.contact-content {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 100px 15px;
  max-width: 900px;
  margin: 0 auto;
}

.sign-page {
  background-color: #ffffff;
}
.sign-page .sign-content {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-width: 500px;
  padding: 50px 0;
}
.sign-page .action-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sign-page .link-wrapper {
  text-align: end;
}

.setting-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.modal-body .setting-wrapper {
  max-width: 100%;
}

.onboard-sec .onboard-wrapper .card .hidden-data,
.onboard-sec .onboard-wrapper .card #editInstructionBtn {
  display: none;
}
.onboard-sec .onboard-wrapper .card.preview_Value .value {
  display: none;
}
.onboard-sec .onboard-wrapper .card.preview_Value .hidden-data {
  display: block;
}
.onboard-sec .onboard-wrapper .card.preview_Value #saveInstructionBtn {
  display: none;
}
.onboard-sec .onboard-wrapper .card.preview_Value #editInstructionBtn {
  display: inline-block;
}

.recommend-cards .list-item {
  margin-bottom: 10px;
}

.recommend-card {
  position: relative;
  font-size: 1.1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
.recommend-card .card-title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recommend-card .custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 30px;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.recommend-card .card-text {
  -webkit-line-clamp: 2;
}
.recommend-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.recommend-card:hover .card-title {
  color: #344ca0;
}
.recommend-card:hover .custom-icon {
  left: 80%;
}

.question-card.with-bg {
  min-height: 350px;
  background: url("../images/curious-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 20em;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .question-card.with-bg {
    background-size: 14em;
  }
}
@media (max-width: 767px) {
  .question-card.with-bg {
    background-size: 10em;
  }
}
@media (max-width: 567px) {
  .question-card.with-bg {
    background-size: 7em;
    min-height: 250px;
  }
}
.question-card.with-bg .card-title {
  max-width: 80%;
}
@media (max-width: 767px) {
  .question-card.with-bg .card-title {
    max-width: 100%;
  }
}
.question-card.result-card {
  border: 0;
}
.question-card .card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.result-marks-card.with-bg {
  min-height: 250px;
  background: url("../images/result-bg.jpeg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 14em;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .result-marks-card.with-bg {
    background-size: 10em;
  }
}
@media (max-width: 767px) {
  .result-marks-card.with-bg {
    background-size: 7em;
  }
}
@media (max-width: 567px) {
  .result-marks-card.with-bg {
    padding-bottom: 7em;
    background-position: center bottom;
  }
}

.answer-hidden {
  color: #45d6b5;
  display: none;
}
.answer-hidden.show {
  display: block;
}

.show-question-count {
  border: 2px solid #45d6b5;
  padding: 10px;
  border-radius: 5px;
}

.mcq-actions-wrapper {
  margin-top: 10px;
}

.view-answer {
  color: #272343;
  border: 1px solid #45d6b5;
  background-color: #45d6b5;
}
.view-answer:hover {
  color: #272343;
  opacity: 0.9;
}

.report-question {
  color: #ffffff;
  border: 1px solid #ff2134;
  background-color: #ff2134;
}
.report-question:hover {
  color: #ffffff;
  opacity: 0.9;
}

.community-group-container {
  padding: 0;
}
.community-group-container .community-sec .container-lg {
  padding: 0;
}

.community-area .last-update {
  color: #999;
}
.community-area .tags-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.community-area .tags-list a {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 3px 6px;
  background-color: rgba(242, 242, 242, 0.25);
}
.community-area .box-answer-list {
  gap: 0.5rem 1.25rem;
}
.community-area .social-share-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #344ca0;
  color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  display: inline-block;
  border-radius: 50px;
  transition: all ease 0.5s;
  font-size: 15px;
  margin: 2px;
}
.community-area .box-tag-link {
  color: #45d6b5;
}

.community-sec-title-wrapper .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 567px) {
  .community-sec-title-wrapper .btn {
    font-size: 14px;
    padding: 0.375rem 0.75rem;
  }
}

.community-post-details .box-qa-answer {
  text-overflow: initial !important;
  display: block !important;
}

.single-qa-box {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 0.875rem;
  position: relative;
}
.single-qa-box .single-qa-content .user-img-link {
  display: inline-block;
  margin-bottom: 10px;
}
.single-qa-box .single-qa-content .user-img-link img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.single-qa-box .single-qa-content .like-list-wrapper {
  text-align: center;
}
.single-qa-box .single-qa-content .like-list-wrapper .like-unlink-count {
  display: inline-block;
  font-size: 1rem;
  background-color: transparent;
  margin: 0 auto 10px;
  color: #999;
  border: 0;
  transition: all ease 0.5s;
}
.single-qa-box .single-qa-content .like-list-wrapper .like-unlink-count span {
  font-size: 0.875rem;
  font-weight: 600;
}
.single-qa-box .single-qa-content .like-list-wrapper .like-unlink-count.like.active {
  color: #45d6b5;
}
.single-qa-box .single-qa-content .like-list-wrapper .like-unlink-count.dislike.active {
  color: #ff2134;
}
.single-qa-box .single-qa-content .single-qa-body {
  padding-left: 1rem;
}
.single-qa-box .single-qa-content .qa-body-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.single-qa-box .single-qa-content .box-qa {
  margin-bottom: 1rem;
}
.single-qa-box .single-qa-content .box-qa a {
  font-size: 1.05rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .single-qa-box {
    padding: 1.5rem 1rem;
  }
  .single-qa-box .single-qa-content {
    flex-direction: column;
  }
  .single-qa-box .single-qa-content .single-qa-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-qa-box .single-qa-content .single-qa-header .post-actions-wrapper {
    display: flex;
    gap: 1rem;
  }
  .single-qa-box .single-qa-content .single-qa-body {
    padding-left: 0;
  }
}

.single-ans-box {
  border: 1px solid #ddd;
}

.sidesec {
  position: sticky;
  top: 100px;
}

.list-links.list-links-dots a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -15px;
  width: 8px;
  height: 8px;
  background-color: #45d6b5;
  border-radius: 50%;
}

.aq-form .form-control {
  padding-right: 3.5rem;
}

.right-side-common {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 2rem 2rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .right-side-common {
    padding: 1.25rem;
  }
}
.right-side-common h6 {
  color: #344ca0;
}

.count-show-wrapper ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.count-show-wrapper ul li {
  padding: 1rem;
  background-color: rgba(52, 76, 160, 0.125);
}
.count-show-wrapper ul li:nth-child(2), .count-show-wrapper ul li:nth-child(3), .count-show-wrapper ul li:nth-child(6) {
  background-color: #f5f5f5;
}
.count-show-wrapper ul li .count {
  color: #344ca0;
  font-size: 30px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1;
}
.count-show-wrapper ul li:nth-child(2) .count {
  color: #344ca0;
}
.count-show-wrapper ul li:nth-child(3) .count {
  color: #ffbe3f;
}
.count-show-wrapper ul li:nth-child(4) .count {
  color: #2b2d37;
}

.study-group-wrapper {
  height: inherit;
}

.study-group-container {
  padding-inline: 0;
}

.study-list-wrapper {
  word-break: break-word;
}
@media (max-width: 567px) {
  .study-list-wrapper .study-list-contents > h5 {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
  }
  .study-list-wrapper .desc-wrap {
    font-size: 14px;
  }
  .study-list-wrapper .members-wrapper {
    flex-direction: column;
    align-items: start !important;
    gap: 5px !important;
    margin-bottom: 0.5rem;
  }
  .study-list-wrapper .members-wrapper span {
    font-size: 14px;
  }
}
.study-list-wrapper .group-item {
  border-bottom: 1px solid #c2c8d0;
  padding: 1rem 0.25rem;
}
.study-list-wrapper .group-item:last-child {
  border-color: transparent;
}

.study-chatroom {
  background-color: #ffffff;
  transition: all 0.4s;
  height: calc(100vh - 130px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0.5rem;
}
.study-chatroom .study-chatroom-inner {
  display: flex;
  height: inherit;
}

.study-chatroom-topbar {
  background-color: rgb(224, 240, 230);
}
.study-chatroom-topbar .profile-group-img {
  width: 30px;
  height: 30px;
  padding: 2px;
}

.study-chatroom-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.chatroom-conversation {
  overflow-y: auto;
  flex: 1 1 auto;
}
.chatroom-conversation ul {
  list-style: none !important;
}
.chatroom-conversation .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 12px;
}
.chatroom-conversation .chat-day-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgb(224, 240, 230);
  top: 10px;
}
.chatroom-conversation .chat-day-title .title {
  color: #272343;
  position: relative;
  font-size: 13px;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: 400;
  background-color: rgb(224, 240, 230);
}
.chatroom-conversation .conversation-list {
  margin-bottom: 20px;
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  max-width: 900px;
}
@media (max-width: 1440px) {
  .chatroom-conversation .conversation-list {
    max-width: 75%;
  }
}
@media (max-width: 567px) {
  .chatroom-conversation .conversation-list {
    max-width: 85%;
  }
}
.chatroom-conversation .chatroom-user-avatar {
  margin-right: 1rem;
  flex: 1 0 auto;
}
.chatroom-conversation .chatroom-user-avatar img {
  width: 35px;
  height: 35px;
}
.chatroom-conversation .study-chatroom-content {
  flex: 1 1 auto;
}
.chatroom-conversation .study-chatroom-content .ctext-wrap {
  display: flex;
  margin-bottom: 10px;
}
.chatroom-conversation .study-chatroom-content .ctext-wrap .ctext-wrap-content {
  padding: 12px 20px;
  background-color: #f5f7fb;
  color: #272343;
  border-radius: 1em 1em 1em 0;
  position: relative;
}
.chatroom-conversation .study-chatroom-content .ctext-wrap .ctext-wrap-content p {
  font-size: 15px;
  color: inherit;
  font-weight: 500;
}
.chatroom-conversation .study-chatroom-content .ctext-wrap .ctext-wrap-content .chat-time {
  font-size: 12px;
  margin-top: 4px;
  color: rgba(39, 35, 67, 0.6);
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: start;
}
.chatroom-conversation .study-chatroom-content .ctext-wrap .ctext-wrap-content img {
  max-width: 150px;
  min-width: 100px;
  min-height: 50px;
}
.chatroom-conversation .img-download-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #272343;
  background-color: #ffffff;
  padding: 1px 3px;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
}
.chatroom-conversation .chatroom-conversation-menu {
  padding: 0.75rem 0.5rem;
}
.chatroom-conversation .conversation-user-name {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.chatroom-conversation .attached-file-avatar {
  flex: 1 0 auto;
  padding: 1rem;
  color: #ffffff;
  background-color: #344ca0;
  border-radius: 5px;
  display: flex;
  height: 50px;
  width: 50px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
}
.chatroom-conversation .attached-filename {
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
}
@media (max-width: 500px) {
  .chatroom-conversation .attached-filename {
    max-width: 100px;
  }
}
.chatroom-conversation .animate-typing .dot {
  background: #272343;
}
.chatroom-conversation li.right {
  margin-left: auto;
  text-align: right;
}
.chatroom-conversation li.right .animate-typing .dot {
  background: #ffffff;
}
.chatroom-conversation li.right .chatroom-user-avatar {
  margin-right: 0;
  margin-left: 1rem;
}
.chatroom-conversation li.right .conversation-list {
  flex-direction: row-reverse;
}
.chatroom-conversation li.right .conversation-list .ctext-wrap {
  flex-direction: row-reverse;
}
.chatroom-conversation li.right .conversation-list .ctext-wrap-content {
  text-align: left;
  border-radius: 1em 1em 0 1em;
  background-color: #344ca0;
  color: #ffffff;
}
.chatroom-conversation li.right .conversation-list .ctext-wrap-content .chat-time {
  color: rgba(255, 255, 255, 0.6);
  justify-content: end;
}

.wisest_tip {
  padding-bottom: 1.5rem;
  min-height: 150px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.onboarding-form-wrapper .row.mb-3:last-child {
  margin-top: 2rem;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}

:root {
  --plyr-color-main: #344ca0;
}

.dropdown-menu-list .dropdown-item {
  font-size: 14px;
  color: #272343;
  padding: 0.5rem 1rem;
}
.dropdown-menu-list li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid #ccc;
}

.theme-dropdown .dropdown-menu {
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  background-color: #ffffff;
}

.tip-dropdown .dropdown-menu,
flashcard-dropdown .dropdown-menu {
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  background-color: #ffffff;
}

.unseen-dot {
  right: -4px !important;
}

.like-btn:hover, .like-btn:active, .like-btn.active {
  color: #45d6b5;
}

.dislike-btn:hover, .dislike-btn:active, .dislike-btn.active {
  color: #ff2134;
}

.s-group, .plans-content {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
}

.study-group-container,
.course-prepare-sec,
.main-chat-wrapper {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.playground-body .page-title {
  background: linear-gradient(160deg, rgba(52, 76, 160, 0.1) 11.4%, rgba(52, 76, 160, 0.1) 70.2%);
  padding: 2rem;
  border-radius: 1rem;
  margin-left: 0;
  font-size: initial;
  color: #344ca0;
  font-weight: 700;
  margin-bottom: 1rem;
}
.playground-body .page-title .learner-icon,
.playground-body .page-title h6,
.playground-body .page-title h3 {
  color: #344ca0;
}
.playground-body .page-title .learner-icon {
  font-size: 2rem;
}
@media (max-width: 567px) {
  .playground-body .page-title {
    padding: 1rem;
  }
}

.chip-cards-wrapper .chip-bg {
  background-color: rgba(52, 76, 160, 0.05);
  border-width: 2px;
  border-color: #c2c8d0;
  border-radius: 1rem;
}
.chip-cards-wrapper .chip-bg:hover {
  background-color: rgba(52, 76, 160, 0.25);
  border-color: #344ca0;
  border-width: 2px;
}
.chip-cards-wrapper .chip-bg.active {
  border-color: #344ca0;
  border-width: 2px;
  background-color: rgba(52, 76, 160, 0.25);
  background-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.48 122.88"><defs><style>.cls-1{fill:%23119c62;}.cls-1,.cls-2{fill-rule:evenodd;}.cls-2{fill:%231a1a1a;}</style></defs><title>push-pin-green</title><path class="cls-1" d="M121.21,36.53,85.92,1.23c-3-3-7.77.1-9.2,2.74-.24.45.19.86-.2,3.92A46.27,46.27,0,0,1,73.8,19.21L58.11,34.91c-6.27,6.26-15.23,3.48-22.87-.32-1.62-.8-3.69-2.57-5.48-.78l-6.64,6.64a2.49,2.49,0,0,0,0,3.53L78.9,99.76a2.5,2.5,0,0,0,3.53,0l6.64-6.64c1.77-1.77-.49-4.06-1.41-6-3.4-7-6.45-16.41-.78-22.08l16.39-16.39a84.14,84.14,0,0,1,11.35-2.57c3.09-.49,3.47-.11,3.91-.4,2.71-1.74,5.7-6.15,2.68-9.17Z"/><polygon class="cls-2" points="53.48 82.11 40.77 69.4 0 120.96 1.92 122.88 53.48 82.11 53.48 82.11"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 8px top 8px;
}

.choice-btn {
  background-color: #ffffff;
  padding: 1rem 0.5rem;
  cursor: pointer;
  color: #272343;
  border: 2px solid #c2c8d0;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 475px) {
  .choice-btn h6 {
    font-size: 14px;
  }
}
.choice-btn:hover, .choice-btn:active, .choice-btn.active {
  border: 2px solid #344ca0;
  background-color: rgba(52, 76, 160, 0.05);
}

.playground-header {
  padding: 10px 0;
  background-color: rgba(186, 232, 232, 0.75);
  height: 74px;
}
.playground-header .logo-text {
  color: #ffffff !important;
}
.playground-header .logo-text img {
  width: 160px;
  min-width: 160px;
}
@media (max-width: 567px) {
  .playground-header .logo-text {
    font-size: 1rem;
  }
  .playground-header .logo-text img {
    width: 130px;
    min-width: 130px;
  }
}

.playground-footer.que-card-footer {
  border: 0;
  padding: 0;
}

.header-right-part {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.user-dropdown {
  display: inline-block;
  text-align: end;
}
.user-dropdown .user-dropToggle {
  padding: 8px 10px;
  font-size: 1.5rem;
  color: #344ca0;
}
.user-dropdown .aside-ft-btn:hover {
  background-color: #bae8e8;
}
.user-dropdown .userName-btn {
  max-width: 160px;
}
.user-dropdown .dropdown-list {
  max-height: 250px;
  max-width: 100%;
  overflow-y: auto;
}

.playground-page {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  height: calc(100vh - 74px);
  height: calc(100vh - 74px);
  overflow: hidden;
}
.playground-page .playground-container {
  position: relative;
  display: flex;
  flex-grow: 1;
  height: calc(100vh - 74px);
}
.playground-page .playground-container .main-playground {
  background-color: inherit;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: stretch;
  flex-grow: 1;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.playground-page .playground-container .body-aside-btn {
  background-color: #272343;
  color: #ffffff;
  height: 25px;
  width: 25px;
  font-size: 14px;
  line-height: normal;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 4px;
  padding: 0;
  z-index: 99;
}
@media (max-width: 567px) {
  .playground-page .playground-container .body-aside-btn {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .playground-page .playground-container .aside-base.show + .main-playground {
    margin-left: 300px;
  }
}
.playground-page .playground-container .aside-base.show + .main-playground .body-aside-btn {
  display: none;
}

.aside-base {
  z-index: 99;
  top: 75px;
  width: 300px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.aside-base.show {
  visibility: visible;
}
.aside-base .sidebar-search-bar {
  display: none;
  border-radius: 0;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #344ca0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.aside-base .sidebar-search-bar .sidebar-search-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.aside-base .sidebar-search-bar .sidebar-search-wrapper .close-btn {
  border-radius: 50%;
  position: static;
}
.aside-base .close-btn {
  background-color: #272343;
  color: #ffffff;
  height: 25px;
  width: 25px;
  font-size: 14px;
  line-height: normal;
  position: absolute;
  top: 14px;
  right: 5px;
  border-radius: 4px;
  padding: 0;
}
.aside-base .offcanvas-body {
  max-height: 100%;
  height: 100%;
}

.aside-list .aside-item {
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  border-radius: 10px;
  transition: background-color 300ms ease;
}
.aside-list .aside-item:hover, .aside-list .aside-item:active, .aside-list .aside-item.active {
  background: linear-gradient(90deg, rgba(52, 76, 160, 0.15) 0.07%, rgba(255, 255, 255, 0) 99.91%);
}
.aside-list .media-group {
  position: relative;
  display: flex;
  font-weight: 400;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}
.aside-list .media-group .media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 25px;
  width: 25px;
  background-color: #344ca0;
  background: linear-gradient(90deg, rgba(52, 76, 160, 0.7) 0.07%, rgba(52, 76, 160, 0.85) 99.91%);
  color: #ffffff;
  border-radius: 5px;
}
.aside-list .media-group .media-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.25rem;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.aside-list .media-group .media-col .media-content {
  font-size: 0.875rem;
  color: #272343;
  margin-bottom: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list .media-group .media-option .dropdown-toggle {
  color: #272343;
  font-size: 0.875rem;
}
.aside-list .media-group .media-option .dropdown-menu {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 0;
  padding: 0;
  background-color: #ffffff;
}
.aside-list .media-group .media-option .dropdown-menu .dropdown-item {
  padding: 0 0.5rem;
}
.aside-list .media-group .media-option .dropdown-menu .dropdown-item .btn {
  font-size: 14px;
}

.playground-page textarea {
  resize: none;
}
.playground-page .playground-header {
  padding-block: 2rem 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media (max-width: 567px) {
  .playground-page .playground-header {
    padding-block: 0.75rem 1rem;
  }
}
.playground-page .playground-body {
  max-height: 100%;
  overflow-y: auto;
  min-height: 300px;
  overflow-y: auto;
}
.playground-page .playground-body > .container-lg {
  height: inherit;
  height: 100%;
}
.playground-page .playground-body .centerGrid, .playground-page .playground-body .section-welcome {
  height: inherit;
  place-items: initial;
  align-items: center;
}

.chat-qa-wrapper .chat-qa-item {
  position: relative;
  display: flex;
  justify-content: stretch;
  gap: 1rem;
  padding: 1.25rem;
  margin: 0 auto;
}
.chat-qa-wrapper .chat-qa-item .qa-avatar {
  display: inline-flex;
  flex-shrink: 0;
  flex-direction: column;
  padding: 0.25rem 0;
}
.chat-qa-wrapper .chat-qa-item .qa-avatar img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(52, 76, 160, 0.15);
}
.chat-qa-wrapper .chat-qa-item .qa-message {
  font-size: 1rem;
  font-weight: 400;
  color: #272343;
  position: relative;
  padding: 0.25rem 0;
  flex-grow: 0;
  width: 100%;
}
.chat-qa-wrapper .chat-qa-item .qa-message p {
  font-size: inherit;
  color: inherit;
  white-space: pre-line;
  word-break: break-word;
}
@media (max-width: 567px) {
  .chat-qa-wrapper .chat-qa-item .qa-message {
    font-size: 14px;
  }
}
.chat-qa-wrapper .chat-qa-item.user-qa-item {
  background: #ffffff;
}
.chat-qa-wrapper .chat-qa-item.bot-qa-item {
  background: rgba(52, 76, 160, 0.25);
}

.action-btn-wrapper {
  position: absolute;
  right: 10px;
  top: 4px;
}
.action-btn-wrapper .action-chat-btn {
  color: rgba(0, 0, 0, 0.5);
}
.action-btn-wrapper .action-chat-btn.active i {
  font-weight: bold;
}

#discussionModal .modal-body .main-playground {
  overflow: auto;
}

.playground-ft-wrapper {
  padding: 1rem 0;
}

.input-box-wrapper .chat-box {
  padding-right: 45px;
  font-size: 14px;
}
.input-box-wrapper .chat-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.input-box-wrapper .chat-send-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 1rem;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.delete-assets {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(39, 35, 67, 0.75);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 200ms ease;
}

.inner-wrap:hover .delete-assets {
  opacity: 1;
  visibility: visible;
}

.uploaded-assets-wrapper .inner-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.uploaded-assets-wrapper .uploaded-img-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
}
.uploaded-assets-wrapper .uploaded-img-wrapper .uploaded-img img {
  height: 40px;
  object-fit: cover;
}
.uploaded-assets-wrapper .uploaded-doc-wrapper {
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
}
.uploaded-assets-wrapper .uploaded-doc-wrapper .uploaded-doc {
  background: #ffffff;
  color: #272343 !important;
  max-width: 180px;
  padding: 0.375rem 0.75rem;
}
.uploaded-assets-wrapper .uploaded-doc-wrapper .uploaded-doc span {
  text-overflow: ellipsis;
  overflow: hidden;
}

.drop-zone {
  position: relative;
}
.drop-zone #fileInput {
  position: absolute;
  opacity: 0;
  inset: 0;
}

.file-item {
  border: 1px solid #344ca0;
  padding: 5px 8px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(52, 76, 160, 0.25);
  color: #344ca0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.file-uploder {
  position: relative;
  flex: 1;
  border: 1px dotted #344ca0;
  background-color: rgba(52, 76, 160, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.file-uploder:hover {
  border-style: solid;
}
.file-uploder .form-control[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.theme-container {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 567px) {
  .theme-container {
    padding-inline: 10px;
  }
}

/* Styles for the drop zone container */
.drop-zone {
  border-radius: 8px;
  width: 100%;
  max-width: 900px;
  max-height: 500px;
  min-height: 200px;
  margin: 20px 0;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #344ca0;
  background-color: rgba(52, 76, 160, 0.25);
}
.drop-zone.dragover, .drop-zone:hover {
  border: 2px solid #344ca0;
  background-color: rgba(52, 76, 160, 0.25);
}
.drop-zone .drop-zone-content {
  padding: 20px;
  font-size: 16px;
  color: #344ca0;
}
.drop-zone .drop-zone-content p,
.drop-zone .drop-zone-content h4 {
  color: #344ca0;
  margin-bottom: 0;
}
.drop-zone .drop-zone-content small {
  color: #344ca0;
  font-size: 12px;
}

.file-container {
  position: relative;
  display: inline-block;
  padding: 8px;
  margin: 0 15px 10px 0;
  border-radius: 10px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #c2c8d0;
  background-color: #f2f2f7;
}
.file-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  border-radius: 10px;
  background-color: rgba(39, 35, 67, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.file-container img {
  max-height: 50px;
  object-fit: contain;
}
.file-container:hover::before {
  opacity: 1;
}
.file-container .remove-btn {
  color: red;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  padding: 0;
}
.file-container i.fa-file {
  margin-right: 4px;
}
.file-container .file-meta {
  width: 150px;
  font-size: 12px;
  width: 150px;
  height: 35px;
  display: inline-flex;
  text-align: left;
  align-items: baseline;
}
.file-container .file-meta strong {
  -webkit-line-clamp: 2;
}

.chip-cards-wrapper .drop-zone {
  max-width: 100%;
}

.support-file-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  font-size: 20px;
}
@media (max-width: 567px) {
  .support-file-list li {
    font-size: 1rem;
  }
}

.file-action-card {
  border: 2px solid #344ca0;
}

.instruction_upload .drop-zone {
  min-height: 300px;
  border: 1px solid #c2c8d0;
  background-color: #ffffff;
}
.instruction_upload .drop-zone.dragover, .instruction_upload .drop-zone:hover {
  border: 1px solid #272343;
}
.instruction_upload .card {
  border-radius: 10px !important;
}

.main-drop-wrapper .drop-zone {
  border: 0;
}
.main-drop-wrapper .dropzone {
  border-radius: 10px !important;
  min-height: 300px;
  border: 1px solid #c2c8d0;
  background-color: #ffffff;
}
.main-drop-wrapper .dropzone.dragover, .main-drop-wrapper .dropzone:hover {
  border: 1px solid #272343;
}

.custom-text-links,
.existing-custom-text-links {
  background-color: rgba(52, 76, 160, 0.15);
  color: #272343;
  border: 2px solid #000000;
  font-size: 14px;
}
.custom-text-links .col-1,
.existing-custom-text-links .col-1 {
  text-align: end;
}
.custom-text-links .btn,
.existing-custom-text-links .btn {
  height: 30px;
  width: 30px;
  font-size: 14px;
  border-radius: 50%;
}

.upload-tool-icon {
  font-size: 30px;
  color: #587294;
}

.class-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.class-card .icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #ffffff;
  background-color: #344ca0;
  border: 2px solid #272343;
  position: absolute;
  right: 10px;
  top: 10px;
}
.class-card .title-wrapper {
  font-weight: 500;
}
.class-card .title-wrapper p {
  max-width: 92%;
}
.class-card .about-class-wrapper p {
  margin-bottom: 0;
}
.class-card:hover {
  border-color: #344ca0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.class-card.active {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 2px solid #344ca0;
}

.about-class-wrapper.custom-badge p {
  margin-bottom: 0;
}

.history-card {
  border-radius: 10px;
  cursor: pointer;
}
.history-card .question-count p {
  margin: 0;
}
.history-card .history-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.history-card .title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 450px;
}
@media (max-width: 567px) {
  .history-card .title-wrapper {
    flex-wrap: wrap;
    gap: 2px;
  }
}
.history-card .title-wrapper p {
  margin: 0;
}
.history-card .history-generate-detail {
  width: fit-content;
}
.history-card:hover {
  border-color: #344ca0;
  background-color: rgba(52, 76, 160, 0.05);
}

.topic-header {
  display: flex;
  padding-block: 12px;
  justify-content: space-between;
  align-items: center;
}
.topic-header .title-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0px;
  margin-right: 16px;
}
.topic-header .title-wrapper p {
  margin-bottom: 0;
  color: #272343;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topic-header .topic-tools {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.question-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 567px) {
  .question-content {
    gap: 14px;
  }
}
.question-content .card-title {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  padding: 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #344ca0;
  background: linear-gradient(90deg, rgb(92, 178, 127) 0.07%, rgb(96, 174, 129) 99.91%);
  border: 1px solid rgba(39, 35, 67, 0.75);
  border-radius: 1rem;
  line-height: 1.5;
}
.question-content .card-title p {
  color: #ffffff;
  margin: 0;
}
@media (max-width: 567px) {
  .question-content .card-title {
    padding: 0.75rem 0.75rem;
    font-size: 14px;
  }
}
.question-content .answer-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}
@media (max-width: 567px) {
  .question-content .answer-wrap {
    gap: 10px;
    padding: 0 14px;
  }
}
.question-content .answer-wrap .form-check {
  padding-left: 0;
  margin-bottom: 0;
}
.question-content .answer-wrap .form-check .form-check-input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
}
.question-content .answer-wrap .form-check .form-check-label {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.1s ease;
}
.question-content .answer-wrap .form-check .form-check-label > * {
  margin: 0;
}
@media (max-width: 567px) {
  .question-content .answer-wrap .form-check .form-check-label {
    padding: 10px 12px;
    font-size: 14px;
  }
}
.question-content .answer-wrap .form-check .form-check-label:hover {
  background-color: rgba(39, 35, 67, 0.05);
}
.question-content .answer-wrap .form-check.selected-ans .form-check-label {
  border: 1px solid #344ca0;
  background-color: rgba(52, 76, 160, 0.05);
}
.question-content .answer-wrap .form-check.wrong-ans .form-check-label {
  border: 1px solid rgb(178, 35, 35);
  background-color: rgb(255, 245, 245);
}
.question-content .answer-wrap .form-check.right-ans .form-check-label {
  border: 1px solid rgb(7, 130, 54);
  background-color: rgb(235, 255, 242);
}
.question-content .explanation-text {
  color: #272343;
}
@media (max-width: 567px) {
  .question-content .explanation-text {
    font-size: 14px;
  }
}

.question-wrap {
  position: relative;
  z-index: 2;
}

.all-quiz-wrapper .quiz-question {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid transparent;
  transition: all 0.1s ease;
}
.all-quiz-wrapper .quiz-question p {
  margin-bottom: 10px;
}
@media (max-width: 567px) {
  .all-quiz-wrapper .quiz-question {
    padding: 1rem 10px;
    font-size: 14px;
  }
}
.all-quiz-wrapper .quiz-question:hover {
  border-color: #45d6b5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.long-answer-wrap {
  position: relative;
  z-index: 1;
  margin-top: -35px;
}
.long-answer-wrap .form-control {
  padding-top: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  resize: none;
  overflow: hidden auto;
}
.long-answer-wrap .form-control:focus, .long-answer-wrap .form-control:hover {
  border-color: rgba(39, 35, 67, 0.75);
}
.long-answer-wrap .form-control::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.review-ans-box {
  padding: 1rem;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 1rem;
}
.review-ans-box p {
  color: rgba(39, 35, 67, 0.875);
}

.ft-question-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 1.5rem 0.875rem 1rem;
  background-color: rgba(52, 76, 160, 0.1);
  border-radius: 2em 2em 0 0;
}
@media (max-width: 567px) {
  .ft-question-page .btn {
    font-size: 14px;
    padding: 0.375rem 0.75rem;
  }
  .ft-question-page .num-text {
    font-size: 14px;
  }
}

.summary-wrapper {
  overflow-wrap: break-word;
}
.summary-wrapper h1,
.summary-wrapper h2,
.summary-wrapper h3,
.summary-wrapper h4,
.summary-wrapper h5,
.summary-wrapper h6 {
  font-weight: bold;
}
.summary-wrapper ul {
  list-style-type: disc;
}
.summary-wrapper ul ul {
  list-style-type: circle;
}
.summary-wrapper li {
  margin-bottom: 5px;
  color: #272343;
  font-size: 14px;
}

.contextmenu {
  display: none;
  background: #272343;
  border: 1px solid #272343;
  width: 110px;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  transition: 0.2s;
}
.contextmenu .contextmenu-btn {
  width: 100%;
  text-align: left;
  background: #272343;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.contextmenu .contextmenu-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.organizer-card {
  background-color: rgba(52, 76, 160, 0.5);
  max-width: 900px;
  min-height: 20px;
  width: 100%;
  margin: 0 auto 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.organizer-card .organizer-window {
  padding: 0.5rem;
}
.organizer-card .path-input-wrapper {
  position: relative;
}
.organizer-card .path-input-wrapper .form-control {
  padding: 0.375rem 2rem 0.375rem 0.75rem;
}
.organizer-card .path-input-wrapper .icon-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #344ca0;
}
.organizer-card .controls {
  padding: 10px;
  text-align: center;
  user-select: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.organizer-card .controls__btn {
  border: 1px solid transparent;
  padding: 0.375rem 0.725rem;
  border-radius: 8px;
  color: #272343;
  background-color: transparent;
}
.organizer-card .controls__btn:hover {
  background-color: #ffffff;
  border-color: #272343;
}
.organizer-card .explorer {
  background-color: #ffffff;
  padding: 1rem 0.875rem;
  min-height: 200px;
  max-height: 65vh;
  overflow: auto;
  font-size: 13px;
  border-radius: 5px;
}
@media (min-width: 767px) {
  .organizer-card .explorer {
    min-height: 400px;
  }
}
.organizer-card .explorer .file {
  display: inline-block;
  padding: 10px;
  width: 90px;
  height: 90px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  transition: transform 0.1s linear, 0.1s background;
}
.organizer-card .explorer .file i {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  color: #f7d774;
}
.organizer-card .explorer .file .name {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.organizer-card .explorer .file:hover, .organizer-card .explorer .file.selected {
  background: rgba(52, 58, 64, 0.15);
}
.organizer-card .explorer .file:active {
  transform: scale(0.95);
}

.video-page-ft {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 1.5rem 0.875rem 1rem;
  background-color: rgba(52, 76, 160, 0.1);
  border-radius: 2em 2em 0 0;
}

.generate-video-type {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  padding: 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #272343;
  background-color: #ffffff;
  border: 1px solid rgba(39, 35, 67, 0.75);
  border-radius: 1rem;
  line-height: 1.5;
}
.generate-video-type .video-type-item {
  display: flex;
  gap: 10px;
  padding: 0px 10px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .generate-video-type .video-type-item {
    flex-direction: column;
  }
}
.generate-video-type .video-type-item .type-name {
  font-size: 15px;
  font-weight: 500;
  color: #272343;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 120px;
}
.generate-video-type .video-type-item .type-btns {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.video-wrap {
  max-width: 100%;
  margin-bottom: 1rem;
}
.video-wrap video {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 567px) {
  .video-wrap video {
    height: 200px;
  }
}

.cmd-box-wrapper .input-wrap {
  display: flex;
  position: relative;
}
.cmd-box-wrapper .input-wrap input,
.cmd-box-wrapper .input-wrap textarea {
  border-radius: 100em 0 0 100em;
}
.cmd-box-wrapper .input-wrap .regen-btn {
  position: relative;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.music-style-container .music-style-btn {
  margin: 0 10px 10px 0;
}
.music-style-container .music-style-btn.active {
  opacity: 1;
  background-color: #344ca0;
  color: #ffffff;
}

.music-card {
  max-width: 400px;
  margin: 1rem auto;
  background-color: rgba(52, 76, 160, 0.05);
}
.music-card .music-title {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px;
}
.music-card .music-cover {
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 10px;
}

@media (max-width: 425px) {
  .audio-controls-wrapper {
    gap: 0.125rem !important;
  }
}

.line {
  padding: 0 1px;
}
.line span {
  padding: 0 1px;
}

.highlight-sentence {
  color: #272343 !important;
  background-color: rgba(52, 76, 160, 0.15) !important;
  border-radius: 5px;
}

.highlight-spoken {
  color: #272343 !important;
  background-color: rgba(52, 76, 160, 0.875) !important;
  border-radius: 5px;
}

.speechify-card {
  overflow: hidden;
  border-radius: 1rem;
}
.speechify-card .form-control {
  border-radius: 1rem;
}
.speechify-card .card-footer {
  background-color: rgba(52, 76, 160, 0.15);
}

.profile-img {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.select-voice-dropdown {
  padding: 0;
  min-width: 15rem;
}
.select-voice-dropdown .select-voice-title {
  background-color: #344ca0;
  color: #ffffff;
  font-size: 14px;
  padding: 0.75rem 0.5rem;
  font-weight: 600;
}
.select-voice-dropdown .dropdown-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.select-voice-dropdown .dropdown-item:active, .select-voice-dropdown .dropdown-item.active, .select-voice-dropdown .dropdown-item:hover {
  background-color: rgba(52, 76, 160, 0.05);
}
.select-voice-dropdown .profile-info {
  color: #272343;
}
.select-voice-dropdown .profile-info .name {
  font-size: 15px;
  font-weight: 600;
}
.select-voice-dropdown .profile-meta {
  display: flex;
  gap: 16px;
  color: rgba(39, 35, 67, 0.75);
}
.select-voice-dropdown .profile-meta .lang::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(39, 35, 67, 0.75);
  width: 5px;
  height: 5px;
  position: relative;
  left: -5px;
  vertical-align: middle;
}

.playground-inner,
.playgroung-card-chat {
  height: initial;
  min-height: calc(100vh - 170px);
}

.playground-inner {
  padding-bottom: 0.5rem;
  display: grid;
}
.playground-inner .generate-music-container .chat-body {
  overflow-y: auto;
  max-height: calc(100vh - 320px);
}

.section-welcome {
  place-items: initial;
  align-items: center;
  height: inherit;
}
.section-welcome > .container {
  padding: 0;
}
.section-welcome .pricing-price {
  padding: 0 1.25rem;
}
.section-welcome h2 {
  font-weight: 700;
}
.section-welcome .pricing-cards-wrapper .card .card-footer.border-0 {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.current-modal-plan-wrap {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.communication-action-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.communication-action-wrap .check-wrapper {
  margin-bottom: 10px;
}

.plans-content {
  min-height: 450px;
  margin-bottom: 0;
  padding-block: 0;
  border: 1px solid #c2c8d0;
}
.plans-content .nav-tab-wrapper {
  min-height: 450px;
  height: 100%;
}
@media (min-width: 767px) {
  .plans-content .nav-tab-wrapper {
    display: grid !important;
    grid-template-columns: 150px 1fr;
  }
}
.plans-content .nav-tab-wrapper .nav {
  padding: 10px 0;
}
@media (min-width: 767px) {
  .plans-content .nav-tab-wrapper .nav {
    flex: 0 0 150px;
    height: 100%;
    border-right: 1px solid #c2c8d0;
    padding-right: 5px;
  }
}
.plans-content .nav-tab-wrapper .nav-link {
  border: none;
  font-weight: 500;
  border-radius: 4px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: #272343;
  background-color: transparent;
}
.plans-content .nav-tab-wrapper .nav-link.active {
  color: #ffffff;
  background-color: #344ca0;
}
@media (max-width: 767px) {
  .plans-content .nav-tab-wrapper {
    flex-direction: column !important;
  }
  .plans-content .nav-tab-wrapper .nav {
    width: 100%;
    border-bottom: 2px solid #272343;
    flex-direction: row !important;
  }
}
.plans-content .courses-setting-content .accordion-button {
  background-color: rgba(52, 76, 160, 0.05);
}
.plans-content .courses-setting-content .accordion-button[aria-expanded=true] {
  background-color: #344ca0;
  color: #ffffff;
}
.plans-content .select-course-wrapper {
  max-width: 400px;
}
.plans-content .pricing-cards-wrapper .card {
  border: 1px solid rgba(39, 35, 67, 0.25);
}
.plans-content .pricing-cards-wrapper .card:hover {
  border: 1px solid #272343;
}

.search-bar-filter input.form-control {
  padding-right: 30px;
}
.search-bar-filter .icon {
  position: absolute;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #272343;
}
.search-bar-filter .icon:hover {
  color: #344ca0;
}

.file-list {
  padding-top: 0.75rem;
}

.drive-content .table {
  white-space: nowrap;
}
.drive-content .table th {
  background-color: #f2f2f2;
  color: #272343;
}
.drive-content .table th,
.drive-content .table td {
  padding: 4px 8px;
}
.drive-content .table .btn {
  font-size: 13px;
}
.drive-content .table th:first-child {
  min-width: 500px;
}
@media (max-width: 991px) {
  .drive-content .table th:first-child {
    min-width: 200px;
  }
}
.drive-content .file-name {
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
}

.canvas-view-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.wizard img {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.wizard .navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.wizard .step {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  flex: 1;
  position: relative;
}
.wizard .step::after {
  content: "";
  background-color: #c2c8d0;
  height: 2px;
  position: absolute;
  top: 25px;
  width: 100%;
}
.wizard .step:nth-child(3)::after {
  content: initial;
}
.wizard .step .step-count {
  background-color: #ffffff;
  color: #272343;
  position: relative;
  z-index: 1;
  border: 1px solid #c2c8d0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 700;
  background-color: #ffffff;
}
.wizard .step.active .step-count {
  background-color: #344ca0;
  color: #ffffff;
  border-color: #344ca0;
}
.wizard .step.active::after {
  background-color: #344ca0;
}
.wizard .text-el {
  max-width: 90%;
  padding: 1rem 0;
}
.wizard .screen {
  display: none;
}
.wizard .screen h2 {
  margin-bottom: 10px;
}
.wizard .footer {
  display: flex;
  justify-content: space-between;
}
.wizard .footer .btn {
  flex: 1;
}

.modal-body .chat-body {
  padding: 0;
}
.modal-body .chat-body .chat-qa-item {
  border-radius: 10px;
  gap: 5px;
  padding: 1.5rem 0.75rem 1rem;
  margin-bottom: 10px !important;
  max-width: 85%;
  margin-left: auto !important;
  margin-right: initial !important;
}
.modal-body .chat-body .chat-qa-item.bot-qa-item {
  margin-right: auto !important;
  margin-left: initial !important;
}
.modal-body .chat-body .chat-qa-item.user-qa-item {
  background-color: #344ca0;
}
.modal-body .chat-body .chat-qa-item.user-qa-item .qa-message {
  color: #ffffff;
}

.chat-form .chat-form-enter {
  position: relative;
}
.chat-form .form-control {
  height: 55px;
  padding-right: 40px !important;
}
.chat-form .send-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #344ca0;
  color: #ffffff;
  padding: 6px 10px !important;
  line-height: normal;
  border-radius: 4px;
  margin-right: 10px !important;
}

.podcast-player-wrapper {
  background-color: rgba(12, 148, 68, 0.05);
  border-radius: 10px;
  padding: 1rem 1rem 0.5rem;
}
.podcast-player-wrapper .playPauseBtn {
  font-size: 2rem;
}
@media (max-width: 567px) {
  .podcast-player-wrapper .playPauseBtn {
    font-size: 1.25rem;
  }
}

#seePodcast .chat-body {
  padding: 1rem 0.25rem;
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  min-height: 300px;
}
#seePodcast .chat-ft-content {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin-inline: auto;
}

@media only screen and (max-width: 991px) {
  header .navbar-toggler {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    color: #272343;
  }
  header .navbar-toggler:focus {
    box-shadow: none;
    border-color: none;
  }
}
/* transition duration to control the speed of fade effect */
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.6s ease-in;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: opacity 0.7s ease-out;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1024px) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
@supports (-webkit-touch-callout: none) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
  border: 1px solid #f61a4d !important;
  color: #fff !important;
  background-color: #f61a4d;
}

.tg-dialog .tg-dialog-dots > span.tg-dot.tg-dot-active {
  background: #f61a4d;
}

.ck.ck-editor__editable_inline {
  min-height: 250px;
}

ul.force-list-unstyled {
  list-style: none !important;
}

.cke_dialog_ui_hbox .cke_dialog_ui_hbox_last a {
  display: none !important;
}

#holdon-overlay {
  z-index: 999999 !important;
}

.tagify__input {
  min-height: 30px !important;
}

button.multiselect:focus {
  transform: initial !important;
}

.dz-default.dz-message {
  display: none;
}

aside.aside-base, .body-aside-btn {
  display: none !important;
}

.main-playground {
  border: 0;
  margin-left: 0 !important;
}/*# sourceMappingURL=style.css.map */