@charset "UTF-8";
/* 1. Use a more-intuitive box-sizing model */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
    10. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  text-decoration: none;
}

body,
a {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "League Spartan", sans-serif;
}

#wpadminbar {
  top: unset;
  bottom: 0;
}
#wpadminbar.mobile {
  display: none !important;
}
#wpadminbar .hover .ab-sub-wrapper,
#wpadminbar #wpadminbar .quicklinks .menupop ul {
  bottom: 28px;
}

html {
  margin-top: 0 !important;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%;
  width: 1280px;
}

[data-fe-bg=true] {
  background-color: #f3efe9;
}

[data-db-body=true] {
  background-color: #f2f2f2;
}
[data-db-body=true] .container {
  width: 960px;
}
[data-db-body=true] h1,
[data-db-body=true] h2,
[data-db-body=true] h3,
[data-db-body=true] h4,
[data-db-body=true] h5,
[data-db-body=true] h6 {
  color: #333333;
}

.fancy-btn {
  background-color: #d9ffe6;
  border-radius: 8px;
  border: 2px solid #162d4f;
  font-weight: 500;
  color: #383e4d;
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, inset 0 -4px 0 0 rgba(17, 18, 38, 0.2);
  min-height: 50px;
  padding: 5px 20px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  color: #162d4f;
  transition: all 0.3s ease;
  color: #111;
  margin-bottom: 5px;
  justify-content: center;
}

.big-fancy-btn {
  min-width: 220px;
  height: 60px;
}

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

.d-none {
  display: none;
}

.only-mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .only-mobile {
    display: block;
  }
}
.show-on-mobile {
  display: none;
}
@media only screen and (max-width: 764px) {
  .show-on-mobile {
    display: block;
  }
}

.not-found-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.not-found-content .error-code {
  font-size: 25px;
  margin-bottom: 20px;
}
.not-found-content .error-message {
  max-width: 550px;
  margin-bottom: 20px;
  font-size: 18px;
}
.not-found-content .brand img {
  width: 100px;
}

.author-image {
  width: 400px;
  max-width: 100%;
}
.author-image img {
  max-width: 100%;
  border-radius: 15px;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes tozero {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.banner-home-v2 {
  padding-top: 60px;
  padding-bottom: 80px;
  /* Animation classes */
}
.banner-home-v2 h1 {
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.8);
}
.banner-home-v2 h1 span {
  background-size: 100%;
  background-position: 0 60px;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}
.banner-home-v2 h1 i {
  color: #e56138;
  font-style: normal;
}
.banner-home-v2 p {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-size: 34px;
  font-weight: 600;
}
.banner-home-v2 h2 {
  font-family: "League Spartan", sans-serif;
  font-size: 34px;
  text-align: center;
}
.banner-home-v2 h2 span {
  color: red;
}
.banner-home-v2 .top-icon-wrapper {
  display: flex;
  justify-content: center;
}
.banner-home-v2 .icon-wrapper {
  margin: 0 50px;
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1790px;
  justify-content: center;
}
.banner-home-v2 .icon-wrapper .each_icon {
  max-width: 250px;
}
.banner-home-v2 .each_icon {
  max-width: 250px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.banner-home-v2 .scale-out {
  transform: scale(0) !important;
}
.banner-home-v2 .bottom-part {
  margin-top: 80px;
}
.banner-home-v2 .bottom-part .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 850px;
}
.banner-home-v2 .bottom-part .item {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  padding: 20px 10px;
  border-bottom: 7px solid #111;
  border: 2px solid rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-width: 8px;
}
.banner-home-v2 .bottom-part .item svg {
  width: 30px;
  margin-right: 15px;
}
.banner-home-v2 .bottom-part .vocabulary {
  background: rgb(99, 230, 190);
}
.banner-home-v2 .bottom-part .grammar {
  background: rgb(255, 212, 59);
}
.banner-home-v2 .bottom-part .speaking {
  background: rgb(116, 192, 252);
}
@media only screen and (max-width: 954px) {
  .banner-home-v2 h1 {
    font-size: 60px;
  }
  .banner-home-v2 h1 span {
    background-position: 0 45px;
  }
  .banner-home-v2 .bottom-part .container {
    width: 100%;
  }
  .banner-home-v2 .bottom-part .item {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .banner-home-v2 h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .banner-home-v2 h1 span {
    background-position: 0 35px;
  }
  .banner-home-v2 h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .banner-home-v2 .bottom-part {
    margin-top: 50px;
  }
  .banner-home-v2 .bottom-part .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: unset;
  }
  .banner-home-v2 .bottom-part .speaking {
    width: 100%;
    margin-bottom: 15px;
  }
  .banner-home-v2 .bottom-part .grammar,
  .banner-home-v2 .bottom-part .vocabulary {
    width: calc(50% - 8px);
  }
  .banner-home-v2 .bottom-part .item {
    font-size: 20px;
    padding: 12px 10px;
    border-bottom-width: 4px;
  }
}

body[data-lang=bn] .banner-home-v2 h2,
body[data-lang=bn] .banner-home-v2 h1 {
  font-family: "bangla-font", sans-serif;
  font-weight: 400;
}
body[data-lang=bn] .banner-home-v2 h2 {
  font-family: "bangla-font", sans-serif;
  font-weight: 400;
  font-size: 28px;
}
body[data-lang=bn] .banner-home-v2 h2 b {
  font-weight: 400;
}
body[data-lang=bn] .banner-home-v2 .bottom-part .item {
  font-family: "bangla-font", sans-serif;
  font-weight: 400;
}

.banner-home {
  margin: 40px 0 0 0;
  min-height: 900px;
}
.banner-home .container {
  display: flex;
}
.banner-home .left-part {
  max-width: 525px;
}
.banner-home h1 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 20px;
}
.banner-home h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.6;
}
.banner-home p {
  font-size: 16px;
  color: #072912;
}
.banner-home .right-part {
  position: relative;
  width: 800px;
}
@media only screen and (max-width: 1050px) {
  .banner-home .container {
    flex-direction: column;
  }
  .banner-home .right-part {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .banner-home div.card-1 {
    margin-right: 20px;
  }
  .banner-home div.card-3 {
    width: 100%;
    margin-top: 20px;
  }
  .banner-home div.card-1,
  .banner-home div.card-2 {
    width: calc(50% - 10px);
  }
  .banner-home div.card-1,
  .banner-home div.card-2,
  .banner-home div.card-3 {
    position: relative !important;
    left: unset;
    top: unset;
    right: unset;
    padding-bottom: 50%;
    background-color: transparent;
  }
  .banner-home div.card-1 p,
  .banner-home div.card-2 p,
  .banner-home div.card-3 p {
    font-size: 40px;
    line-height: 1.3;
  }
  .banner-home div.card-1 img,
  .banner-home div.card-2 img,
  .banner-home div.card-3 img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .banner-home {
    margin-top: 20px;
  }
  .banner-home h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .banner-home div.card-1,
  .banner-home div.card-2,
  .banner-home div.card-3 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .banner-home div.card-1 p,
  .banner-home div.card-2 p,
  .banner-home div.card-3 p {
    top: 20px;
    left: 20px;
    font-size: 35px;
  }
}

.banner-home .card-1,
.banner-home .card-2,
.banner-home .card-3 {
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.banner-home .card-1:after,
.banner-home .card-2:after,
.banner-home .card-3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner-home .card-1 p,
.banner-home .card-2 p,
.banner-home .card-3 p {
  position: absolute;
  z-index: 10;
  color: #fff;
}

.banner-home .card-1 {
  top: 0;
  right: 50px;
  overflow: hidden;
  position: absolute;
}
.banner-home .card-1 img {
  width: 380px;
  height: 450px;
}
.banner-home .card-1 p {
  top: 40px;
  left: 50px;
  font-size: 50px;
  font-family: "League Spartan", sans-serif;
  line-height: 70px;
  font-weight: 700;
}

.banner-home .card-2 {
  top: 480px;
  right: 0;
  width: 450px;
  height: 370px;
  overflow: hidden;
  overflow: hidden;
  position: absolute;
}
.banner-home .card-2 img {
  width: 100%;
  height: auto;
}
.banner-home .card-2 p {
  top: 40px;
  left: 50px;
  font-size: 50px;
  font-family: "League Spartan", sans-serif;
  line-height: 70px;
  font-weight: 700;
}

.banner-home .card-3 {
  top: 250px;
  right: 470px;
  width: 400px;
  height: 330px;
  overflow: hidden;
  overflow: hidden;
  position: absolute;
}
.banner-home .card-3 img {
  width: 100%;
  height: auto;
}
.banner-home .card-3 p {
  top: 40px;
  left: 50px;
  font-size: 50px;
  font-family: "League Spartan", sans-serif;
  line-height: 70px;
  font-weight: 700;
}

.start-trial {
  background-color: #d9ffe6;
  border-radius: 8px;
  border: 2px solid #162d4f;
  font-weight: 500;
  color: #383e4d;
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, inset 0 -4px 0 0 rgba(17, 18, 38, 0.2);
  min-height: 50px;
  padding: 5px 20px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  color: #162d4f;
  transition: all 0.3s ease;
  color: #111;
  margin-bottom: 5px;
}

.coder618-tab-contents > div {
  animation: fadeInBottom 0.3s ease;
}

.inner-contact-us-form {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.inner-contact-us-form h2 {
  margin-bottom: 30px;
}
.inner-contact-us-form label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.inner-contact-us-form input,
.inner-contact-us-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 10px;
  outline: none;
  transition: border-color 0.2s;
}
.inner-contact-us-form textarea {
  height: 150px;
}
.inner-contact-us-form input:focus,
.inner-contact-us-form textarea:focus {
  border-color: #26768a;
}
.inner-contact-us-form .submit-btn {
  background-color: #26768a;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 100%;
  padding: 14px 20px;
  border-radius: 50px;
  font-weight: 700;
}

body[data-lang=bn] .inner-contact-us-form label {
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-variation-settings: "wdth" 100;
}

.dashboard-header {
  background-color: #e5e6e6;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-header h1 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
}
.dashboard-header .back-btn {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #343333;
}
.dashboard-header .back-btn span {
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.dashboard-header .back-btn svg {
  width: 16px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .dashboard-header h1 {
    font-size: 18px;
    padding: 0 20px;
  }
}

.dashboard-sub-nav {
  margin: 50px 0 30px 0;
}
.dashboard-sub-nav hr {
  border-bottom: 1px solid #e5e6e6;
  background: rgba(161, 161, 161, 0.7294117647);
  border: none;
  height: 1px;
}
.dashboard-sub-nav .content {
  display: flex;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.dashboard-sub-nav span {
  margin-right: 10px;
}
.dashboard-sub-nav button {
  background-color: #e5e6e6;
  padding: 15px 25px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-right: 25px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border: none;
  color: #343333;
}
.dashboard-sub-nav button.active {
  background-color: #40c26a;
  color: #fff;
}
.dashboard-sub-nav button.active path {
  fill: #fff;
}

body[data-lang=bn] .dashboard-sub-nav button {
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-variation-settings: "wdth" 100;
}

.assessment-header-global {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  padding: 30px 0px;
  margin-bottom: 50px;
}
.assessment-header-global .content {
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.assessment-header-global p {
  margin-bottom: 10px;
}
.assessment-header-global .total-score-gained {
  margin-bottom: 10px;
}
.assessment-header-global p.instruction-text {
  border-top: 1px solid #dadada;
  color: #343434;
  padding: 20px 20px 0 30px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}
.assessment-header-global p:last-child {
  margin-bottom: 0;
}
.assessment-header-global .title {
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #2f2f2f;
}
.assessment-header-global .title span {
  font-weight: 700;
}
.assessment-header-global .total-questions {
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #2f2f2f;
}
.assessment-header-global .total-questions span {
  font-weight: 700;
}
.assessment-header-global .time-spent {
  font-size: 20px;
  font-weight: 600;
  color: red;
}
@media only screen and (max-width: 600px) {
  .assessment-header-global .total-questions,
  .assessment-header-global .title {
    font-size: 16px;
  }
  .assessment-header-global .time-spent {
    display: none;
    font-size: 16px;
  }
  .assessment-header-global .time-spent-wrapper {
    display: flex;
    align-items: center;
  }
  .assessment-header-global .time-spent-wrapper .time-spent {
    display: block;
    padding-left: 5px;
  }
  .assessment-header-global .total-score-gained {
    margin-top: 10px;
  }
}

body[data-lang=bn] .assessment-header-global p,
body[data-lang=bn] .assessment-header-global .title {
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.submit-assessment,
.take-test {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #383e4d;
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, inset 0 -3px 0 0 rgba(17, 18, 38, 0.2);
  font-weight: 500;
  border: 2px solid #162d4f;
  font-weight: 600;
  cursor: pointer;
  background-color: #5fe0b9;
}

.my-assessment-table-wrapper {
  margin-bottom: 50px;
  border-radius: 0.5rem;
  overflow-x: auto;
}
.my-assessment-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #14768a;
  background: #fff;
}
.my-assessment-table-wrapper thead {
  background-color: #14768a;
  color: white;
}
.my-assessment-table-wrapper th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.my-assessment-table-wrapper th,
.my-assessment-table-wrapper td {
  white-space: nowrap;
}
.my-assessment-table-wrapper tbody tr:nth-child(even) {
  background-color: #f9fafb;
}
.my-assessment-table-wrapper td {
  font-size: 15px;
}
.my-assessment-table-wrapper tbody tr:hover {
  background-color: #f3f4f6;
}
.my-assessment-table-wrapper td {
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
}
.my-assessment-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
.my-assessment-table-wrapper .status {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 500;
}
.my-assessment-table-wrapper .status-active {
  background-color: #dcfce7;
  color: #166534;
  border-color: #166534;
  border: 1px solid #166534;
}
.my-assessment-table-wrapper .status-pending {
  background-color: #fef9c3;
  color: #854d0e;
}
.my-assessment-table-wrapper .status-inactive {
  background-color: #fee2e2;
  color: #991b1b;
  border-color: #f4afaf;
}
@media (max-width: 640px) {
  .my-assessment-table-wrapper th,
  .my-assessment-table-wrapper td {
    padding: 0.75rem 0.5rem;
  }
  .my-assessment-table-wrapper th {
    font-size: 0.75rem;
  }
  .my-assessment-table-wrapper td {
    font-size: 0.875rem;
  }
}
.my-assessment-table-wrapper .review-link {
  color: #14768a;
  font-weight: 700;
}
@media only screen and (max-width: 600px) {
  .my-assessment-table-wrapper {
    width: calc(100% + 30px);
    overflow-x: scroll;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
}

.dashboard-header {
  background-color: #e5e6e6;
  padding: 20px 0;
  min-height: 100px;
}
.dashboard-header .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.dashboard-header .back-btn {
  display: flex;
  align-items: center;
}
.dashboard-header .back-btn img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}
.mobile-dashboard-nav-wrapper {
  display: none;
}

@media only screen and (max-width: 600px) {
  .dashboard-sub-nav {
    margin-top: 0;
  }
  .dashboard-sub-nav .content {
    display: none;
  }
  .mobile-dashboard-nav-wrapper {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .mobile-dashboard-nav-wrapper select {
    background-color: #fff;
    border: 2px solid #e5e6e6;
    padding: 10px;
    width: 100%;
    font-size: 18px;
    color: #343333;
    background-color: #fff;
    border-radius: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 20px;
  }
}
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable tfoot:empty {
  display: none;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll {
  width: 100%;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th,
div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing,
div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc,
table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

:root {
  --dt-row-hover-alpha: 0.035;
  --dt-row-stripe-alpha: 0.023;
  --dt-column-ordering-alpha: 0.019;
  --dt-row-selected-stripe-alpha: 0.923;
  --dt-row-selected-column-ordering-alpha: 0.919;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px 6px 10px;
}

table.dataTable > tbody > tr {
  background-color: transparent;
}

table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > *,
table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > *,
table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *,
table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), var(--dt-row-stripe-alpha));
}

table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *,
table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-stripe-alpha));
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), var(--dt-row-hover-alpha));
}

table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), var(--dt-column-ordering-alpha));
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-column-ordering-alpha));
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007));
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015));
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007));
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015));
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha)));
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007));
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015));
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007));
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015));
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

div.dt-container div.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0.75em 0;
}

div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-right: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
  margin-left: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: block;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    display: block;
    text-align: center;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    margin: 0.5em 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-left: 0;
  }
}
div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-right: 1em;
}

div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-left: 1em;
}

div.dt-container div.dt-layout-full {
  width: 100%;
}

div.dt-container div.dt-layout-full > *:only-child {
  margin-left: auto;
  margin-right: auto;
}

div.dt-container div.dt-layout-table > div {
  display: block !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 0;
  }
}
div.dt-container {
  position: relative;
  clear: both;
}

div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}

div.dt-container select.dt-input {
  padding: 4px;
}

div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

div.dt-container .dt-paging .dt-paging-button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}

div.dt-container .dataTables_scroll {
  clear: both;
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable.row-border > tbody > tr > *,
html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.row-border > tbody > tr:first-child > *,
html.dark table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}

html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dt-container .dt-paging .dt-paging-button.current,
html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dt-container .dt-paging .dt-paging-button.disabled,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important;
}

html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a;
}

*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}

*[dir=rtl] table.dataTable th.dt-type-numeric,
*[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

.features {
  padding: 100px 0 60px 0;
}
.features .title-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
}
.features h2 {
  font-size: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  background-position: center 45px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.features .half-n-half {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.features .half-n-half .text-part {
  max-width: 550px;
  margin-right: 50px;
}
.features .half-n-half img {
  width: 550px;
}
.features .half-n-half h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.features .half-n-half p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.features .half-n-half ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.features .half-n-half ul li {
  padding-left: 40px;
  position: relative;
  min-height: 40px;
  font-size: 20px;
  margin-bottom: 10px;
}
.features .half-n-half ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
}
.features .half-n-half ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #40c26a;
}
.features .half-n-half.even {
  flex-direction: row-reverse;
}
.features .half-n-half.even .text-part {
  margin-left: 50px;
  margin-right: 0px;
}
@media only screen and (max-width: 600px) {
  .features {
    padding: 60px 0 20px 0;
  }
  .features .half-n-half {
    flex-direction: column-reverse !important;
    margin-bottom: 50px;
  }
  .features .half-n-half .text-part {
    margin: 0 0 0px 0 !important;
  }
  .features .half-n-half h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .features .half-n-half ul li {
    font-size: 20px;
  }
  .features h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }
}

body[data-lang=bn] .features .detail p {
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-style: 400;
  font-size: 22px;
  font-variation-settings: "wdth" 100;
}
body[data-lang=bn] .features h3 {
  font-family: "bangla-font", sans-serif;
  font-weight: 400;
}
body[data-lang=bn] .features .bottom-part .item {
  font-family: "bangla-font", sans-serif;
}

.footer-dashboard {
  background-color: #000;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}

.whatsapp-contact-icon {
  position: fixed;
  right: 50px;
  bottom: 100px;
  background-color: #25d366;
  padding: 10px;
  border-radius: 20px;
  border-radius: 50%;
  box-shadow: -2px 3px 11px -2px rgba(133, 133, 133, 0.57);
}
@media only screen and (max-width: 600px) {
  .whatsapp-contact-icon {
    right: 20px;
    bottom: 20px;
  }
}

footer {
  background-color: #162d4f;
  padding: 40px 0;
  color: #fff;
}
footer .site-info {
  line-height: 1.8;
  margin-top: 20px;
  font-size: 20px;
}
footer .content {
  display: flex;
  justify-content: space-between;
}
footer .brand {
  max-width: 100px;
  display: block;
}
footer .brand img {
  max-width: 100%;
}
footer .right-part {
  display: flex;
  text-align: left;
}
footer .right-part ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
footer .right-part ul li {
  font-size: 14px;
  margin-left: 20px;
}
footer .right-part ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 764px) {
  footer .content {
    flex-direction: column;
  }
  footer .right-part {
    flex-direction: column;
  }
  footer .right-part > .quick-link {
    margin: 20px 0 20px 0 !important;
  }
  footer .right-part ul {
    margin-top: 20px;
  }
  footer .right-part ul li {
    margin: 0 20px 0 0;
  }
}

.banner-generic-page {
  padding: 30px 0 50px 0;
}
.banner-generic-page h1 {
  font-size: 45px;
  line-height: 65px;
}

.generic-page-content-wrapper {
  background-color: #fff;
  padding: 50px 0 50px 0;
}
.generic-page-content-wrapper p {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 30px;
}
.generic-page-content-wrapper h2,
.generic-page-content-wrapper h3,
.generic-page-content-wrapper h4 {
  font-size: 22px;
  margin-bottom: 8px;
}

.get-started-home {
  padding: 60px;
}
.get-started-home .content {
  border-radius: 20px;
  background-color: #a2d1f1;
  padding: 60px 0;
  position: relative;
}
.get-started-home img {
  width: 600px;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: -20px;
}
.get-started-home h2 {
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.get-started-home .detail p {
  max-width: 700px;
  font-size: 23px;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media only screen and (max-width: 1400px) {
  .get-started-home {
    padding: 20px 20px;
  }
  .get-started-home .container {
    padding: 0 50px;
  }
  .get-started-home h2 {
    font-size: 60px;
  }
  .get-started-home img {
    width: 500px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .get-started-home .container {
    width: 75%;
    margin: 0;
  }
  .get-started-home img {
    width: 400px;
    bottom: 40px;
    right: -20px;
  }
}
@media only screen and (max-width: 1000px) {
  .get-started-home .container {
    width: 55%;
    margin: 0;
  }
  .get-started-home h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .get-started-home .detail p {
    font-size: 18px;
  }
  .get-started-home img {
    width: 400px;
    bottom: 40px;
    right: -20px;
  }
}
@media only screen and (max-width: 800px) {
  .get-started-home .container {
    width: 100%;
    margin: 0;
  }
  .get-started-home .content {
    padding: 50px 0;
  }
  .get-started-home img {
    position: static;
    width: 100%;
    top: unset;
  }
}
@media only screen and (max-width: 600px) {
  .get-started-home {
    padding: 0;
  }
  .get-started-home .content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 50px 0;
  }
  .get-started-home .container {
    padding: 0 30px;
  }
  .get-started-home h2 {
    font-size: 30px;
  }
  .get-started-home .detail p {
    font-size: 20px;
    margin-bottom: 0;
  }
  .get-started-home .content {
    padding-bottom: 0;
  }
  .get-started-home img {
    position: relative;
    width: 100%;
    margin-top: -20px;
    bottom: -30px;
    left: -20px;
  }
}

body[data-lang=bn] .get-started-home .no-info-require,
body[data-lang=bn] .get-started-home .start-trial {
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
body[data-lang=bn] .get-started-home .start-trial {
  font-weight: 700;
  font-size: 20px;
}
body[data-lang=bn] .get-started-home h2 {
  font-family: "bangla-font", sans-serif;
}
body[data-lang=bn] .get-started-home .detail p {
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-style: 400;
  font-size: 23px;
  font-variation-settings: "wdth" 100;
}
body[data-lang=bn] .get-started-home h2 {
  font-family: "bangla-font", sans-serif;
  font-size: 52px;
  font-weight: 400;
}
body[data-lang=bn] .get-started-home h2 b {
  font-weight: 400;
}

/* Modal Styles */
.login-modal-wrapper {
  /* Google Login Button Styles */
  /* Animation for modal entrance */
  /* Responsive Design */
}
.login-modal-wrapper .login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.login-modal-wrapper .login-modal.show {
  opacity: 1;
  visibility: visible;
}
.login-modal-wrapper .login-modal-content {
  background: white;
  border-radius: 16px;
  padding: 40px;
  max-width: 400px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transform: scale(0.9) translateY(20px);
  transition: all 0.3s ease;
}
.login-modal-wrapper .login-modal.show .login-modal-content {
  transform: scale(1) translateY(0);
}
.login-modal-wrapper .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.login-modal-wrapper .btn-close:hover {
  background: #f0f0f0;
  color: #333;
  transform: scale(1.1);
}
.login-modal-wrapper .login-modal-content h1 {
  margin: 0 0 30px 0;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.login-modal-wrapper .google-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 14px 20px;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.login-modal-wrapper .google-login-btn:hover {
  border-color: #4285f4;
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.15);
  transform: translateY(-1px);
}
.login-modal-wrapper .google-login-btn:active {
  transform: translateY(0);
}
.login-modal-wrapper .google-icon {
  width: 20px;
  height: 20px;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(40px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@media (max-width: 480px) {
  .login-modal-wrapper .login-modal-content {
    padding: 30px 20px;
    margin: 20px;
  }
  .login-modal-wrapper .login-modal-content h1 {
    font-size: 24px;
  }
}

.main-navigation {
  z-index: 1000;
}
.main-navigation .content {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.main-navigation .content .left-items {
  display: flex;
  align-items: center;
}
.main-navigation .brand img {
  width: 80px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .main-navigation .content {
    padding: 15px 0;
  }
  .main-navigation .brand img {
    width: 60px;
    height: auto;
  }
}

.mobile-menu {
  display: none;
}

body.show-mobile-menu {
  overflow: hidden;
}
body.show-mobile-menu .mobile-menu {
  display: flex;
  animation: fadeInBottom 0.3s ease;
  background-color: #fff;
}

@media only screen and (max-width: 764px) {
  .lang-switcher-desktop,
  .main-navigation .nav-links-wrapper {
    display: none;
  }
  .hide-on-mobile {
    display: none !important;
  }
}
.sm-navigation-wrapper {
  position: relative;
  z-index: 1000;
}
.sm-navigation-wrapper .lang-switcher {
  position: relative;
  border-radius: 30px;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
}
.sm-navigation-wrapper .lang-switcher button,
.sm-navigation-wrapper .lang-switcher a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
  text-align: center;
  min-width: 80px;
  border-radius: 30px;
  color: #fff;
  border: 2px solid transparent;
  margin-right: 5px;
}
.sm-navigation-wrapper .lang-switcher button.active,
.sm-navigation-wrapper .lang-switcher a.active {
  border-color: #fff;
  order: -1;
  background-color: transparent;
}
.sm-navigation-wrapper .lang-switcher button.active:hover,
.sm-navigation-wrapper .lang-switcher a.active:hover {
  background-color: transparent;
  border: 2px solor #fff;
  cursor: unset;
}
.sm-navigation-wrapper .lang-switcher button:hover,
.sm-navigation-wrapper .lang-switcher a:hover {
  background-color: #e56138;
  border: 2px solor #e56138;
}
.sm-navigation-wrapper .sm-navigation-trigger-button {
  width: 155px;
  height: 70px;
  border-radius: 40px;
  border: 0;
  background-color: #e56138;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sm-navigation-wrapper .sm-navigation-trigger-button .expand-icon {
  transition: all 0.3s ease;
}
.sm-navigation-wrapper .sm-navigation-trigger-button:hover {
  background-color: rgb(206.96, 69.68, 27.04);
}
.sm-navigation-wrapper .sm-navigation-trigger-button:hover .expand-icon {
  transform: scale(1.2);
}
.sm-navigation-wrapper .sm-navigation-trigger-button .close-icon {
  display: none;
}
.sm-navigation-wrapper .sm-navigation-trigger-button .text {
  margin-right: 15px;
}
.sm-navigation-wrapper .sm-navigation-trigger-button.active {
  width: 70px;
}
.sm-navigation-wrapper .sm-navigation-trigger-button.active .close-icon {
  display: block;
}
.sm-navigation-wrapper .sm-navigation-trigger-button.active .expand-icon,
.sm-navigation-wrapper .sm-navigation-trigger-button.active .text {
  display: none;
}
.sm-navigation-wrapper .additional-link,
.sm-navigation-wrapper .login-link {
  color: #fff;
  background-color: transparent;
  font-size: 32px;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}
.sm-navigation-wrapper .expended-menu {
  background-color: #2d5a36;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 30px;
  width: 400px;
  height: 450px;
  padding: 70px 50px 100px 70px;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: top right;
  transition: transform 0.5s cubic-bezier(0.18, 1.25, 0.4, 1), opacity 0.3s ease;
  pointer-events: none;
}
.sm-navigation-wrapper .expended-menu.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.sm-navigation-wrapper .expended-menu.closing {
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s ease;
}
.sm-navigation-wrapper .expended-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sm-navigation-wrapper .expended-menu ul a {
  color: #fff;
  font-size: 32px;
  display: inline-block;
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0s;
  position: relative;
}
.sm-navigation-wrapper .expended-menu ul a:hover {
  text-decoration: underline;
}
.sm-navigation-wrapper .expended-menu ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #446c4c;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease;
}
.sm-navigation-wrapper .expended-menu ul a:hover {
  text-decoration: none;
}
.sm-navigation-wrapper .expended-menu ul a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.sm-navigation-wrapper .expended-menu ul hr {
  width: 100%;
  height: 1px;
  background-color: #446c4c;
  border: none;
  margin: 10px 0;
}
.sm-navigation-wrapper .expended-menu ul .small-font {
  color: #fff;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.sm-navigation-wrapper .expended-menu ul li {
  margin-bottom: 20px;
}
.sm-navigation-wrapper .expended-menu ul li.my-account-li {
  margin-bottom: 10px;
}
.sm-navigation-wrapper .expended-menu.active ul a {
  opacity: 1;
  transform: translateY(0);
}
.sm-navigation-wrapper .expended-menu.active ul a:nth-child(1) {
  transition-delay: 0.2s;
}
.sm-navigation-wrapper .expended-menu.active ul a:nth-child(2) {
  transition-delay: 0.3s;
}
.sm-navigation-wrapper .expended-menu.active ul a:nth-child(3) {
  transition-delay: 0.4s;
}
.sm-navigation-wrapper .expended-menu.active ul a:nth-child(4) {
  transition-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  .sm-navigation-wrapper .sm-navigation-trigger-button {
    width: 120px;
    height: 50px;
    font-size: 18px;
  }
  .sm-navigation-wrapper .sm-navigation-trigger-button .text {
    margin-right: 10px;
  }
  .sm-navigation-wrapper .sm-navigation-trigger-button.active {
    width: 50px;
  }
  .sm-navigation-wrapper .additional-link,
  .sm-navigation-wrapper .login-link {
    font-size: 20px;
    display: block;
  }
  .sm-navigation-wrapper .expended-menu {
    width: 300px;
    height: 400px;
    padding: 60px 30px 60px 30px;
    right: -10px;
    top: -10px;
  }
  .sm-navigation-wrapper .expended-menu ul li {
    margin-bottom: 20px;
  }
  .sm-navigation-wrapper .expended-menu ul a {
    font-size: 20px;
    line-height: 1.4;
  }
  .sm-navigation-wrapper .expended-menu .small-font {
    font-size: 16px !important;
  }
}

body[data-lang=bn] .sm-navigation-wrapper .expended-menu.active ul a,
body[data-lang=bn] .sm-navigation-wrapper .sm-navigation-trigger-button .text {
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
body[data-lang=bn] .sm-navigation-wrapper .sm-navigation-trigger-button .text {
  font-size: 25px;
}
body[data-lang=bn] .sm-navigation-wrapper ul li {
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
body[data-lang=bn] .sm-navigation-wrapper .expended-menu.active ul a {
  font-size: 28px;
}
.mcq-question-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.mcq-question-nav div {
  min-width: 35px;
  max-width: 50px;
  background: #fff;
  height: 35px;
  border: 2px solid #ccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 3px;
  cursor: pointer;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.mcq-question-nav div.is-selected {
  border-color: #111;
  color: #000;
}
.mcq-question-nav div .check-icon {
  display: none;
}
.mcq-question-nav div.is-done {
  background: #60f8af;
  border-color: #ccc;
  width: 50px;
  padding: 0 7px;
  font-weight: 400;
  color: #111;
}
.mcq-question-nav div.is-done .check-icon {
  display: block;
  margin-right: 5px;
}
.mcq-question-nav div.is-done path {
  fill: #111;
}
@media only screen and (max-width: 600px) {
  .mcq-question-nav div {
    margin: 3px;
  }
}

.mcq-questions-wrapper .each-question {
  margin-bottom: 20px;
  width: 100%;
}
.mcq-questions-wrapper .each-question .question-description {
  font-size: 20px;
  margin-bottom: 20px;
}
.mcq-questions-wrapper .each-question input {
  display: none;
}
.mcq-questions-wrapper .each-question .each-option {
  margin-bottom: 10px;
}
.mcq-questions-wrapper .each-question label {
  min-height: 60px;
  padding: 10px 20px 10px 40px;
  background-color: #fff;
  min-width: 160px;
  font-size: 20px;
  border: 1px solid #858585;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.mcq-questions-wrapper .each-question .dot {
  width: 24px;
  height: 24px;
  border: 2px solid #858585;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
}
.mcq-questions-wrapper .each-question .dot span {
  background-color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
}
.mcq-questions-wrapper .each-question input:checked ~ label .dot span {
  background-color: #111;
}
@media only screen and (max-width: 600px) {
  .mcq-questions-wrapper .each-question .question-description {
    font-size: 18px;
  }
  .mcq-questions-wrapper .each-question .each-option p,
  .mcq-questions-wrapper .each-question .each-option label {
    font-size: 16px;
    min-height: 50px;
  }
}

.mcq-assessment-page {
  margin-top: 50px;
  margin-bottom: 100px;
}
.mcq-exam-review-page {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .mcq-exam-review-page .assessment-header-global .content {
    flex-direction: column;
  }
}

.mcq-answers-wrapper .each-question {
  margin-bottom: 20px;
  width: 100%;
}
.mcq-answers-wrapper .each-question .question-title {
  font-size: 16px;
  color: #434343;
  margin-bottom: 10px;
}
.mcq-answers-wrapper .each-question .question-description {
  font-size: 20px;
  margin-bottom: 30px;
}
.mcq-answers-wrapper .each-question input {
  display: none;
}
.mcq-answers-wrapper .each-question .each-option {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.mcq-answers-wrapper .each-question .each-option img {
  margin-left: 10px;
}
.mcq-answers-wrapper .each-question label {
  min-height: 60px;
  padding: 10px 20px 10px 40px;
  background-color: #fff;
  min-width: 160px;
  font-size: 20px;
  border: 1px solid #858585;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-width: 2px;
}
.mcq-answers-wrapper .each-question .dot {
  width: 24px;
  height: 24px;
  border: 2px solid #858585;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
}
.mcq-answers-wrapper .each-question .dot span {
  background-color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
}
.mcq-answers-wrapper .each-question input:checked ~ label .dot span {
  background-color: #111;
}
.mcq-answers-wrapper .each-question input:checked ~ label[data-correct-answer-by-user=yes] {
  border-color: #40b27b;
  background: #e1fef0;
  border-width: 2px;
}
.mcq-answers-wrapper .each-question input:checked ~ label[data-correct-answer-by-user=no] {
  border-color: #ff526b;
  background: #ffe6e6;
  border-width: 2px;
}
.mcq-answers-wrapper .each-question label[data-correct-answer=yes]:not([data-correct-answer-by-user=yes]) {
  border-color: #40b27b;
}
.mcq-answers-wrapper .each-question label[data-correct-answer=yes]:not([data-correct-answer-by-user=yes]) .dot {
  border-color: #40b27b;
}
.mcq-answers-wrapper .options {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.mcq-answers-wrapper .each-option {
  min-height: 60px;
  padding: 10px 20px 10px 40px;
  background-color: #fff;
  min-width: 160px;
  font-size: 20px;
  border: 1px solid #858585;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-width: 2px;
  margin-bottom: 10px;
  align-items: center;
  display: inline-flex;
  align-items: center;
}
.mcq-answers-wrapper .each-option[data-is-user-selected=yes] .dot span {
  background-color: #000;
}
.mcq-answers-wrapper .each-option[data-correct-answer=yes] {
  border-color: #40b27b;
  background: #e1fef0;
}
.mcq-answers-wrapper .each-option[data-correct-answer=no][data-is-user-selected=yes] {
  background-color: red;
  border-color: #ff526b;
  background: #ffe6e6;
  border-width: 2px;
}
@media only screen and (max-width: 600px) {
  .mcq-answers-wrapper .each-question .question-description {
    font-size: 18px;
  }
  .mcq-answers-wrapper .each-question .each-option p {
    font-size: 16px;
  }
}

.mcq-answers-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.mcq-answers-nav div {
  min-width: 35px;
  max-width: 50px;
  background: #fff;
  height: 35px;
  border: 2px solid #ccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 3px 5px 3px;
  cursor: pointer;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.mcq-answers-nav div.is-selected {
  border-color: #111;
  color: #000;
}
.mcq-answers-nav div .check-icon {
  display: none;
}
.mcq-answers-nav div.is-done {
  background: #60f8af;
  border-color: #ccc;
  width: 50px;
  padding: 0 7px;
  font-weight: 400;
  color: #111;
}
.mcq-answers-nav div.is-done .check-icon {
  display: block;
  margin-right: 5px;
}
.mcq-answers-nav div.is-done path {
  fill: #111;
}

.my-account-tab-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.my-account-tab-content h2,
.my-account-tab-content td {
  color: #404040;
}
.my-account-tab-content h2 {
  margin-bottom: 20px;
}
.my-account-tab-content td {
  padding: 5px 10px 5px 0px;
}
.my-account-tab-content tr td:first-child {
  font-weight: bold;
}
.my-account-tab-content .fancy-btn {
  margin-top: 20px;
  min-width: 220px;
}

.no-access {
  border: 2px dashed #ccc;
  margin: 100px 0;
  border-radius: 20px;
  padding: 30px;
  background-color: #fafafa;
  text-align: center;
}
.no-access a {
  text-decoration: underline;
  font-weight: 700;
  color: #26768a;
}
.no-access h1 {
  margin-bottom: 10px;
}
.no-access h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.select-module {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}
.select-module .module-card {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.select-module .module-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 212, 255);
  background: linear-gradient(180deg, rgba(0, 212, 255, 0) 31%, rgb(2, 0, 36) 100%);
  opacity: 0.7;
}
.select-module .module-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select-module .module-card img {
  width: 100%;
  min-height: 400px;
  height: 100%;
  object-fit: cover;
}
.select-module .module-card .text-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 50px 25px 40px 25px;
  color: #fff;
}
.select-module .module-card .text-wrapper h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
}
.select-module .module-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  .select-module {
    flex-direction: column;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }
  .select-module .module-card {
    height: 220px;
  }
  .select-module .module-card:after {
    background: #000;
    opacity: 0.57;
  }
  .select-module .module-card .text-wrapper {
    padding: 20px;
  }
  .select-module .module-card .text-wrapper h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
  }
}

.common-problem {
  background-color: #f6f6f6;
  padding: 120px 0;
}
.common-problem .container {
  display: flex;
  align-items: center;
}
.common-problem .right-part {
  margin-right: 115px;
}
.common-problem .left-part {
  display: flex;
}
.common-problem .col-a,
.common-problem .col-b {
  display: flex;
  flex-direction: column;
}
.common-problem .col-b {
  margin-left: 30px;
}
.common-problem .problem-card {
  width: 300px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid rgba(253, 219, 215, 0.5);
  box-shadow: 1px 1px 3px rgba(253, 219, 215, 0.5019607843);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.2s ease-in-out;
  margin-bottom: 20px;
}
.common-problem .problem-card h3 {
  margin: 15px 0 10px 0;
  font-size: 22px;
  line-height: 1.4;
  color: #cb414b;
}
.common-problem .problem-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #383838;
}
.common-problem .problem-card .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
}
.common-problem .problem-card .icon-wrapper:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 30%;
  height: 30%;
  background-color: #40c26a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-problem .problem-card .icon-wrapper img {
  width: 80%;
  z-index: 2;
  position: relative;
  height: 80%;
}
.common-problem .problem-card-2 .icon-wrapper:after,
.common-problem .problem-card-4 .icon-wrapper:after,
.common-problem .problem-card-1 .icon-wrapper:after {
  display: none;
}
.common-problem h2 {
  font-size: 40px;
  margin-bottom: 10px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 40px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 200px 77px;
  display: inline-block;
  padding: 20px 0;
  margin-bottom: -1px;
}
.common-problem h2 b {
  padding: 25px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 92px;
  font-weight: unset;
  font-weight: 700;
}
.common-problem .section-detail {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  line-height: 1.6;
}
@media only screen and (max-width: 1150px) {
  .common-problem .problem-card {
    width: 250px;
  }
  .common-problem .right-part {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1050px) {
  .common-problem .container {
    flex-direction: column-reverse;
  }
  .common-problem .problem-card {
    width: 100%;
  }
  .common-problem .right-part {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 580px) {
  .common-problem {
    padding: 50px 0;
  }
  .common-problem .left-part {
    flex-direction: column;
    width: 100%;
  }
  .common-problem .problem-card {
    width: 100% !important;
  }
  .common-problem .problem-card.problem-card-3 {
    margin-bottom: 20px;
  }
  .common-problem .right-part {
    margin: 0 0 0px 0;
  }
  .common-problem h2 {
    font-size: 30px;
  }
  .common-problem h2 b {
    background-size: 100% 75px;
  }
  .common-problem .col-b {
    margin: 20px 0 0 0;
  }
  .common-problem .col-a,
  .common-problem .col-b {
    width: 100%;
  }
  .common-problem .section-detail {
    font-size: 20px;
  }
}
.common-problem.v2 .container {
  flex-direction: column;
}
.common-problem.v2 h2 b {
  padding: 30px 0;
}
.common-problem.v2 .bottom-part {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.common-problem.v2 .problem-card {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1050px) {
  .common-problem.v2 .bottom-part {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 580px) {
  .common-problem.v2 .bottom-part {
    grid-template-columns: 1fr;
  }
}

body[data-lang=bn] .common-problem.v2 h2 {
  font-family: "bangla-font", sans-serif;
  font-weight: 400;
}
body[data-lang=bn] .common-problem.v2 h2 b {
  font-weight: 400;
}
body[data-lang=bn] .common-problem.v2 p.section-detail {
  font-size: 25px;
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-style: 700;
  font-variation-settings: "wdth" 100;
}
body[data-lang=bn] .common-problem.v2 .problem-card h3 {
  font-family: "Noto Sans Bengali", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
body[data-lang=bn] .common-problem.v2 .problem-card p {
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
@media only screen and (max-width: 600px) {
  body[data-lang=bn] .common-problem.v2 .right-part {
    margin-bottom: 0;
  }
}

/* Modal styling */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.modal .modal-content {
  position: relative;
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 50%;
  max-width: 500px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal .modal-content h2 {
  color: #444;
  margin-bottom: 20px;
}
.modal .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.modal .form-group {
  margin-bottom: 15px;
}
.modal .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.modal .form-group select,
.modal .form-group input {
  color: #444;
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.modal button.subscription-btn,
.modal button#submit-subscription {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.modal button:hover {
  background-color: #005177;
}
.modal .payment-instruction-table .th {
  font-weight: 600;
}
.modal .payment-instruction-table td {
  padding: 5px 10px 5px 10px;
}