@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);
:root {
  --bg-desktop: none;
  --bg-mobile: none;
}

section {
  padding: 75px 0;
  scroll-margin-top: 50px;
}

.page-hero-section {
  min-height: 80vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.page-hero-section h1 {
  color: #471CC1;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-hero-section {
    min-height: 75vh;
    align-items: flex-start;
    justify-content: center;
  }
  .page-hero-section h1 {
    text-align: center;
    margin-top: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-hero-section {
    min-height: 40vh;
  }
}
html, body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #101828;
}

h1 {
  font-size: 3.375rem;
  line-height: 58px;
  font-weight: 800;
}

h2 {
  font-size: 3rem;
  line-height: 54px;
  font-weight: 800;
}

h3 {
  font-size: 2.375rem;
  line-height: 42px;
  font-weight: 800;
}

h4 {
  font-size: 1.75rem;
  line-height: 32px;
  font-weight: 800;
}

h5 {
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 700;
}

.btn-theme {
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid;
  padding: 8px 20px 9px;
}
.btn-theme.dark {
  color: #ffffff;
  background-color: #471CC1;
  border-color: #471CC1;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
}
.btn-theme.dark:active {
  color: #ffffff;
}
.btn-theme.dark:hover {
  background-color: #39169b;
  border-color: #39169b;
}
.btn-theme.light {
  color: #471CC1;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
}
.btn-theme.light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-theme.btn-light-outline {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-theme.btn-outline {
  background-color: transparent;
  border: 1px solid #471CC1;
  color: #471CC1;
}
.btn-theme.btn-outline:hover {
  color: #ffffff;
  background-color: #471CC1;
  border-color: #471CC1;
}
.btn-theme.btn-outline-red {
  background-color: transparent;
  border: 1px solid #F04438;
  color: #F04438;
}
.btn-theme.btn-outline-red:hover {
  color: #ffffff;
  background-color: #F04438;
  border-color: #F04438;
}
.btn-theme.btn-outline-action {
  background-color: transparent;
  border: 1px solid #D0D5DD;
  color: #344054;
}
.btn-theme.btn-outline-action:hover {
  color: #344054;
  background-color: #D0D5DD;
  border-color: #D0D5DD;
}

@media (max-width: 767px) {
  .btn-theme {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
    line-height: 32px;
    font-weight: 800;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 800;
  }
  h3 {
    font-size: 1.375rem;
    line-height: 26px;
    font-weight: 800;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 24px;
    font-weight: 800;
  }
  h5 {
    font-size: 1rem;
    line-height: 20px;
    font-weight: 700;
  }
  h6 {
    font-size: 0.875rem;
    line-height: 18px;
    font-weight: 700;
  }
  section {
    padding: 50px 0;
  }
  .container {
    padding: 0 20px;
  }
  .bg-image {
    background-image: var(--bg-mobile);
  }
}
@media (min-width: 768px) {
  .bg-image {
    background-image: var(--bg-desktop);
  }
  .swiper-container {
    padding-left: max(15px, (100% - 700px) / 2);
  }
}
@media (min-width: 1024px) {
  .swiper-container {
    padding-left: max(15px, (100% - 1024px) / 2);
  }
}
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1140px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1125px) / 2);
  }
}
@media (min-width: 1300px) {
  .container-wide {
    max-width: 1180px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1160px) / 2);
  }
}
@media (min-width: 1400px) {
  .container-wide {
    max-width: 1380px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1350px) / 2);
  }
}
@media (min-width: 1600px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
}
@media (min-width: 1800px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
}
@media (min-width: 2000px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #DAD2F3;
  z-index: 999;
  transition: background-color 0.3s ease-in-out;
  padding: 10px 0;
}
header .navbar .nav-header {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
header .navbar .nav-header .navbar-toggler:focus {
  box-shadow: unset;
}
header .navbar .logo {
  display: block;
  transition: opacity 0.3s ease-in-out;
  margin-right: 20px;
}
header .navbar .logo img {
  width: 160px;
  height: 100%;
}
header .navbar .navbar-nav {
  gap: 25px;
}
header .navbar .navbar-nav li a.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #202330;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 0.5rem;
}
header .navbar .navbar-nav li a.nav-link.sign-in-link {
  color: #000000;
}
header .navbar .navbar-nav li a.nav-link:hover {
  color: #000000;
}
header .hamburger {
  cursor: pointer;
  border: none;
  position: relative;
}
header .hamburger:focus {
  box-shadow: unset;
}
header .hamburger span {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 24px;
  background-color: #101828;
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .hamburger span:before, header .hamburger span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 24px;
  background-color: #101828;
  position: absolute;
  display: inline-block;
  content: "";
  right: 0px;
}
header .hamburger span:before {
  top: -8px;
  right: 0;
}
header .hamburger span:after {
  bottom: -8px;
  right: 0;
}
header .hamburger span:before, header .hamburger span:after {
  transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .hamburger.active span {
  background-color: transparent !important;
}
header .hamburger.active span:before, header .hamburger.active span:after {
  top: 0;
}
header .hamburger.active span:before {
  transform: rotate(45deg);
}
header .hamburger.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

.home header {
  background: transparent;
}
.home header .navbar .navbar-nav li a.nav-link {
  color: #ACB7CD;
}
.home header .navbar .navbar-nav li a.nav-link.sign-in-link {
  color: #ffffff;
}
.home header .navbar .navbar-nav li a.nav-link:hover {
  color: #ffffff;
}
.home header.scrolled {
  background-color: #DAD2F3;
}
.home header.scrolled .navbar .navbar-nav li a.nav-link {
  color: #202330;
}
.home header.scrolled .navbar .navbar-nav li a.nav-link.sign-in-link {
  color: #000000;
}
.home header.scrolled .navbar .navbar-nav li a.nav-link:hover {
  color: #000000;
}
.home header.scrolled .hamburger span,
.home header.scrolled .hamburger span:before,
.home header.scrolled .hamburger span:after {
  background-color: #013076;
}
.home header .navbar .logo {
  display: block;
}
.home header .navbar .navbar-nav li a.nav-link {
  color: #ACB7CD;
}
.home header .navbar .navbar-nav li a.nav-link.sign-in-link {
  color: #ffffff;
}
.home header .navbar .navbar-nav li a.nav-link:hover {
  color: #ffffff;
}
.home header .hamburger span {
  background-color: #ffffff;
}
.home header .hamburger span:before, .home header .hamburger span:after {
  background-color: #ffffff;
}

.dashboard header .navbar .navbar-nav {
  gap: 15px;
}
.dashboard header .navbar .navbar-nav li {
  display: flex;
  align-items: center;
}
.dashboard header .navbar .navbar-nav li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #ffffff;
  cursor: pointer;
}

.offcanvas {
  padding: 24px;
}
.offcanvas .offcanvas-body,
.offcanvas .offcanvas-header {
  padding: 0;
}

@media (max-width: 767px) {
  .navbar > .container {
    justify-content: space-between;
  }
  header .navbar .navbar-nav {
    gap: 5px;
  }
  header .navbar .logo {
    margin-left: 15px;
    margin-right: 0;
  }
  header .navbar .logo img {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navbar > .container {
    justify-content: space-between;
  }
  header .navbar .navbar-nav {
    gap: 5px;
  }
  header .navbar .logo {
    margin-left: 15px;
    margin-right: 0;
  }
  header .navbar .logo img {
    width: 130px;
  }
}
footer {
  background-color: #111317;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer hr {
  color: #313745;
  opacity: 1;
}
footer .top .links {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
}
footer .top .links li a {
  color: #A7B2C8;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  transition: 0.4s all;
}
footer .top .links li a:hover {
  color: #fff;
}
footer .top .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
footer .top .social li a {
  text-decoration: none;
}
footer .top .social li a img {
  width: 24px;
  height: auto;
  transition: 0.4s all;
}
footer .top .social li a img:hover {
  transform: scale(1.1);
}
footer .bottom .copyright {
  color: #98A2B3;
  font-weight: 400;
  font-size: 0.875rem;
}
footer .bottom .copyright.link {
  color: rgba(255, 255, 255, 0.8);
}
footer .bottom .copyright.link a {
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
footer .bottom .copyright.link a img {
  width: 40px;
  margin: 0 3px;
}

@media (max-width: 767px) {
  footer .top .social {
    gap: 20px;
    justify-content: center;
  }
  footer .top .links {
    gap: 20px;
    justify-content: center;
  }
}
.hero-section {
  min-height: 108dvh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section .hero-title {
  text-align: center;
}
.hero-section .hero-title h1 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.hero-section .hero-title p {
  color: #DBE0EB;
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
}

.main-info h4 {
  margin-bottom: 20px;
}
.main-info p {
  color: #485163;
  font-size: 1rem;
  line-height: 24px;
}
.main-info p:last-child {
  margin-bottom: 0;
}

.features img {
  width: 100%;
  margin-bottom: 15px;
}
.features h5 {
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 10px;
}
.features p {
  color: #4D576B;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0;
}

.steps-to-work img {
  width: 100%;
}
.steps-to-work ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  gap: 40px;
}
.steps-to-work ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.steps-to-work ul li img {
  width: 48px;
  height: auto;
}
.steps-to-work ul li h5 {
  margin-bottom: 10px;
}
.steps-to-work ul li p {
  color: #667085;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0;
}

.join .box {
  background-color: #471CC1;
  border-radius: 16px;
  padding: 60px 50px;
}
.join .box h3 {
  color: #fff;
  margin-bottom: 5px;
}
.join .box p {
  color: #BDC6D9;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 0;
}
.join .box .btn-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.faq h4 {
  margin-bottom: 10px;
}
.faq p {
  color: #667085;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 24px;
}
.faq .accordion {
  border: none;
  border-radius: unset;
}
.faq .accordion .accordion-item {
  border: none;
}
.faq .accordion .accordion-item .accordion-header {
  line-height: unset;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  background-color: unset;
  border: none;
  border-radius: unset;
  box-shadow: unset;
  font-weight: 600;
  font-size: 1.125rem;
  color: #101828;
  padding-bottom: 10px;
}
.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11%207V15M7%2011H15M21%2011C21%2016.5228%2016.5228%2021%2011%2021C5.47715%2021%201%2016.5228%201%2011C1%205.47715%205.47715%201%2011%201C16.5228%201%2021%205.47715%2021%2011Z%22%20stroke%3D%22%2398A2B3%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
  transition: all 0.5s;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7%2011H15M21%2011C21%2016.5228%2016.5228%2021%2011%2021C5.47715%2021%201%2016.5228%201%2011C1%205.47715%205.47715%201%2011%201C16.5228%201%2021%205.47715%2021%2011Z%22%20stroke%3D%22%2398A2B3%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.faq .accordion .accordion-item .accordion-body {
  color: #667085;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  padding-right: 50px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 95vh;
  }
  .join .box {
    padding: 40px 30px;
  }
  .join .box p {
    font-size: 1rem;
  }
  .join .box .btn-box {
    justify-content: flex-start;
  }
  .faq .accordion .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 10px;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hero-section {
    min-height: 70vh;
  }
  .join .box .btn-box {
    justify-content: flex-start;
  }
  .faq .accordion .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 50px;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-info img {
  width: 100%;
}
.about-info .asac img {
  margin-bottom: 15px;
  width: 140px;
}
.about-info .asac h4 {
  margin-bottom: 15px;
}
.about-info .asac p {
  color: #485163;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 15px;
}
.about-info .asac a {
  text-decoration: none;
  color: #471CC1;
  font-weight: 600;
  font-size: 1.25rem;
}

.vision-mission .box {
  background-color: #160C33;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
}
.vision-mission .box .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.vision-mission .box .title img {
  width: 40px;
}
.vision-mission .box .title h4 {
  color: #E9D7FE;
  margin-bottom: 0;
}
.vision-mission .box h5 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 24px;
  color: #FFFFFF;
}
.vision-mission .box p {
  color: #E0DBE4;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .vision-mission .box h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
.contact .contact-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.contact .dark-box {
  padding: 75px 0;
  background-color: #160C33;
  height: 100%;
}
.contact .dark-box .row {
  height: 100%;
}
.contact .dark-box h4 {
  color: #FFFFFF;
}
.contact .dark-box p {
  color: #E9D7FE;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 0;
}
.contact .dark-box .info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact .dark-box .info li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contact .dark-box .info li img {
  width: 24px;
}
.contact .dark-box .info li h5 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.25rem;
}
.contact .dark-box .info li a {
  text-decoration: none;
  color: #E9D7FE;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
}
.contact .dark-box .info li a:hover {
  color: #FFFFFF;
}
.contact .dark-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.contact .dark-box .social li a {
  text-decoration: none;
}
.contact .dark-box .social li a img {
  width: 24px;
  height: auto;
  transition: 0.4s all;
}
.contact .dark-box .social li a img:hover {
  transform: scale(1.1);
}
.contact .white-box {
  padding: 75px 0;
  height: 100%;
}
.contact .white-box form .iti {
  display: block;
}
.contact .white-box form .form-control {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  color: #344054;
}
.contact .white-box form .form-control:focus {
  box-shadow: none;
}
.contact .white-box form input {
  height: 48px;
}
.contact .white-box form label {
  color: #344054;
  font-size: 1rem;
  font-weight: 500;
}
.contact .white-box form .iti__selected-country-primary {
  padding-left: 12px;
}
.contact .white-box form .iti__selected-country-primary .iti__flag {
  background-image: unset;
  box-shadow: unset;
  height: unset;
}
.contact .white-box form .iti__selected-dial-code {
  color: #667085;
}
.contact .white-box form .iti__country-name::before {
  content: attr(data-country-code);
  font-weight: bold;
  margin-right: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .contact .dark-box .social {
    justify-content: center;
  }
}
.privacy-policy h5 {
  font-size: 1.375rem;
  color: #101828;
}
.privacy-policy p {
  color: #485163;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
}
.privacy-policy p:last-child {
  margin-bottom: 0;
}
.privacy-policy ul {
  padding-left: 1rem;
  list-style: decimal;
}
.privacy-policy ul li {
  color: #485163;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
}
.privacy-policy a {
  color: #485163;
  font-weight: 400;
  font-size: 1rem;
}

.login-signup {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
.login-signup img {
  width: 100%;
}
.login-signup h4 {
  font-size: 2rem;
}
.login-signup p {
  color: #101828;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.login-signup p a {
  color: #471CC1;
  text-decoration: none;
  font-weight: 700;
}
.login-signup .back-to {
  text-align: center;
}
.login-signup .back-to a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #667085;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
}
.login-signup .back-to a i {
  font-size: 1.125rem;
}
.login-signup form .iti {
  display: block;
}
.login-signup form .form-control {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  color: #344054;
}
.login-signup form .form-control:focus {
  box-shadow: none;
}
.login-signup form input {
  height: 48px;
}
.login-signup form label {
  color: #344054;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.login-signup form .iti__selected-country-primary {
  padding-left: 12px;
}
.login-signup form .iti__selected-country-primary .iti__flag {
  background-image: unset;
  box-shadow: unset;
  height: unset;
}
.login-signup form .iti__selected-dial-code {
  color: #667085;
}
.login-signup form .iti__country-name::before {
  content: attr(data-country-code);
  font-weight: bold;
  margin-right: 5px;
  text-transform: uppercase;
}
.login-signup form .otp-box {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.login-signup form .otp-box input {
  color: #1D1644;
  font-size: 3rem;
  text-align: center;
  padding: 10px;
  width: 100%;
  max-width: 90px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #D6BBFB;
}
.login-signup form .otp-box input:focus-visible {
  outline: 1px solid #471CC1;
}
.login-signup form .otp-box input.filled {
  outline: 1px solid #471CC1;
}
.login-signup .side-cover {
  background-color: #774EED;
  padding: 20px;
  border-radius: 24px;
  text-align: center;
}
.login-signup .side-cover .cover-logo {
  text-align: center;
  margin-bottom: 20px;
}
.login-signup .side-cover .cover-logo img {
  width: 220px;
  height: auto;
}
.login-signup .side-cover h2 {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 37px;
  line-height: 40px;
  letter-spacing: 2%;
  margin-bottom: 15px;
}
.login-signup .side-cover p {
  font-weight: 500;
  font-size: 16px;
  color: #DBE0EB;
  margin-bottom: 15px;
}
.login-signup .side-cover .screen-img {
  margin-bottom: 15px;
}
.login-signup .side-cover .screen-img img {
  width: 100%;
  margin-top: -50px;
}
.login-signup .side-cover .copyright {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: left;
}
.login-signup .side-cover .copyright.link {
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
}
.login-signup .side-cover .copyright.link a {
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.login-signup .side-cover .copyright.link a img {
  width: 40px;
  margin: 0 3px;
}

.dashboard {
  background-color: #F2F4F7;
  color: #101828;
}
.dashboard .main-wrap {
  margin-top: 80px;
}
.dashboard .main-wrap section {
  padding: 30px 0;
}
.dashboard .main-wrap section .greetings h3 {
  font-weight: 500;
  color: #101828;
  margin-bottom: 0;
}
.dashboard .main-wrap section .greetings h3 span {
  font-weight: 700;
}
.dashboard .connection-lost .box {
  text-align: center;
}
.dashboard .connection-lost .box img {
  width: 100%;
}
.dashboard .connection-lost .box h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 2rem;
}
.dashboard #grid-container {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}
.dashboard #grid-container .card {
  padding: 15px;
  background-color: #F4F1FF;
  border-radius: 8px;
  border: none;
}
.dashboard #grid-container .card .company-name {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 10px;
}
.dashboard #grid-container .card .company-name img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.dashboard #grid-container .card .card-body {
  padding: 15px 0 5px 0;
}
.dashboard #grid-container .card .card-body ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dashboard #grid-container .card .card-body ul li {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  color: #475467;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard #grid-container .card .card-body ul li span {
  color: #101828;
}
.dashboard .toggle-view-btn {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.dashboard .toggle-view-btn:active {
  border: none;
  background-color: unset;
}
.dashboard #grid-container .fade, .dashboard #list-container .fade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.dashboard #grid-container .fade.show, .dashboard #list-container .fade.show {
  opacity: 1;
}
.dashboard #list-container {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding-bottom: 24px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.0588235294);
}
.dashboard .dt-layout-table {
  margin-top: 0 !important;
}
.dashboard table th {
  background-color: #E7E2F8 !important;
  font-weight: 700;
  font-size: 0.875rem;
  color: #292D35;
  text-align: start;
  padding: 15px;
}
.dashboard table th:first-child {
  border-radius: 8px 0 0 0;
}
.dashboard table th:last-child {
  border-radius: 0 8px 0 0;
}
.dashboard table td {
  vertical-align: middle;
  text-align: start;
  padding: 12px 15px;
}
.dashboard .company-list a {
  text-decoration: none;
}
.dashboard .company-list .box {
  background-color: #FFFFFF;
  border-radius: 12px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px;
}
.dashboard .company-list .box img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.dashboard .company-list .box h5 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #101828;
}
.dashboard .company-list .box.pending {
  border: 1px solid #FF710C;
  background-color: #FFEFE3;
  align-items: flex-start;
}
.dashboard .company-list .box.pending .company-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard .company-list .box.pending .company-name img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.dashboard .company-list .box.pending .badge {
  background-color: #EB690D;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.dashboard .company-list .box.pending .badge span {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.75rem;
}
.dashboard .company-list .box.pending .badge img {
  width: 15px;
  height: 15px;
}
.dashboard .company-list .box.pending p {
  color: #707070;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 0;
}
.dashboard .share-holder-table {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding-bottom: 24px;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.0588235294);
}
.dashboard .top-header {
  padding: 30px 0;
}
.dashboard .sidebar {
  background-color: #FFFFFF;
  height: 100%;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: 90vh;
}
.dashboard .sidebar.btn-bottom {
  justify-content: space-between;
}
.dashboard .sidebar .logo {
  text-align: center;
}
.dashboard .sidebar .logo img {
  width: 64px;
}
.dashboard .sidebar .company-details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dashboard .sidebar .company-details ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
.dashboard .sidebar .company-details ul li span.left {
  width: 50%;
  color: #475467;
  font-weight: 500;
  font-size: 0.875rem;
}
.dashboard .sidebar .company-details ul li span {
  color: #101828;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: start;
}
.dashboard .sidebar .shares-box {
  background-color: #F4F1FF;
  border-radius: 12px;
  padding: 12px;
}
.dashboard .sidebar .shares-box h4 {
  margin-bottom: 5px;
  color: #344054;
  font-weight: 600;
  font-size: 1.125rem;
}
.dashboard .sidebar .shares-box .amount {
  color: #292D35;
  font-weight: 700;
  font-size: 1.5rem;
}
.dashboard form .form-label {
  color: #101828;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 2px;
}
.dashboard form .form-control {
  height: 45px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
}
.dashboard .notification-side-bar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dashboard .notification-side-bar ul li {
  border-bottom: 1px solid #ECECF4;
  padding: 0 15px 15px 15px;
}
.dashboard .notification-side-bar ul li.latest {
  background-color: #F4F1FF;
  padding: 15px;
}
.dashboard .notification-side-bar ul li h5 {
  color: #101828;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.dashboard .notification-side-bar ul li p {
  color: #475467;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 5px;
}
.dashboard .notification-side-bar ul li .date-time {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dashboard .notification-side-bar ul li .date-time span.new-badge {
  background-color: #19B843;
  border-radius: 32px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 15px;
}
.dashboard .notification-side-bar ul li .date-time span {
  color: #471CC1;
  font-weight: 600;
  font-size: 1rem;
}
.dashboard .company-wizard h5 {
  color: #101828;
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
.dashboard .company-wizard .steps-btn-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.dashboard .company-wizard .tab-box {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}
.dashboard .company-wizard form .iti {
  display: block;
}
.dashboard .company-wizard form .iti .iti__selected-dial-code {
  display: none;
}
.dashboard .steps ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 0;
  position: relative;
  padding-left: 60px;
}
.dashboard .steps ul li:nth-child(2) a::before {
  position: absolute;
  content: "";
  left: 95px;
  top: 10px;
  width: 1px;
  height: 90%;
  background-color: #D0D5DD;
}
.dashboard .steps ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #667085;
  font-size: 1rem;
  font-weight: 600;
}
.dashboard .steps ul li a.active {
  background-color: unset;
  color: #471CC1;
}
.dashboard .steps ul li a.active span {
  color: #471CC1;
  border: 1px solid #471CC1;
  background-color: #fff;
}
.dashboard .steps ul li a.done {
  background-color: unset;
  color: #471CC1;
}
.dashboard .steps ul li a.done span {
  color: #ffffff;
  border: 1px solid #471CC1;
  background-color: #471CC1;
}
.dashboard .steps ul li a span {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid #667085;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #667085;
  background-color: #fff;
  z-index: 10;
}
.dashboard .btn-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard .btn-container .btn-container-inside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.dashboard .btn-container.closer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.dashboard .profile h4 {
  color: #101828;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 15px;
}
.dashboard .profile h5 {
  font-weight: 700;
  font-size: 1.375rem;
  color: #101828;
}
.dashboard .profile .profile-box {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}
.dashboard .profile .profile-upload {
  position: relative;
}
.dashboard .profile .profile-upload .profile-img-box img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.dashboard .profile .profile-upload span {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background-color: #E5E4F5;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.dashboard .profile .profile-upload span img {
  width: 25px;
  height: auto;
}
.dashboard .footer-links {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
.dashboard .footer-links li a {
  color: #101828;
  font-weight: 400;
  font-size: 16px;
}
.dashboard .ordinary-share-box {
  background-color: #F4F1FF;
  padding: 20px;
  border-radius: 12px;
}
.dashboard .ordinary-share-box h5 {
  font-weight: 700;
  font-size: 1.25rem;
  color: #101828;
  text-align: center;
}
.dashboard .ordinary-share-box ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dashboard .ordinary-share-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #475467;
  font-weight: 500;
  font-size: 0.875rem;
}
.dashboard .ordinary-share-box ul li span {
  color: #101828;
}
.dashboard .ordinary-share-box table td {
  color: #475467;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 8px 12px;
}
.dashboard .ordinary-share-box table td span {
  color: #101828;
}
.dashboard .file-upload .upload-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: white;
  padding: 40px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.dashboard .file-upload .upload-box:hover {
  border-color: #471CC1;
}
.dashboard .file-upload .upload-box input {
  display: none;
}
.dashboard .file-upload .upload-icon {
  margin-bottom: 10px;
}
.dashboard .file-upload .upload-icon img {
  background-color: #F2F4F7;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 5px solid #F9FAFB;
}
.dashboard .file-upload .upload-text {
  color: #667085;
  font-weight: 400;
}
.dashboard .file-upload .upload-text strong {
  color: #1D2939;
  font-weight: 600;
}
.dashboard .file-upload .upload-subtext {
  color: #667085;
  font-size: 14px;
  margin-top: 4px;
}
.dashboard .middle-btn-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 6px 10px;
}
.dashboard .middle-btn-container li {
  gap: 8px;
}
.dashboard .middle-btn-container li a.nav-link {
  padding: 8px 20px;
  width: 90px;
  text-align: center;
  border-radius: 8px;
  margin: 0 !important;
}
.dashboard .middle-btn-container li a.nav-link.active {
  background-color: #471CC1;
  color: #fff;
}
.dashboard .middle-btn-container li a.nav-link.active:hover {
  color: #fff;
}
.dashboard .action-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dashboard .action-btn span {
  font-size: 20px;
  cursor: pointer;
}
.dashboard .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: solid;
  border-color: #000000;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0.15em;
  position: relative;
  top: 5px;
  transform: rotate(138deg);
  vertical-align: top;
  width: 10px;
  margin: 0;
}
.dashboard .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  top: 0;
  transform: rotate(135deg);
}
.dashboard .select2-container .select2-selection--single .select2-selection__rendered .status-submitted {
  background-color: #E3EFFF;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline;
  align-items: center;
}
.dashboard .select2-container .select2-selection--single .select2-selection__rendered .status-submitted .option-text {
  color: #205BA8;
  font-size: 14px;
}
.dashboard .select2-container .select2-selection--single .select2-selection__rendered .status-pending {
  background-color: #FFF1DB;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline;
  align-items: center;
}
.dashboard .select2-container .select2-selection--single .select2-selection__rendered .status-pending .option-text {
  color: #D68400;
  font-size: 14px;
}
.dashboard .select2-container .select2-selection--single .select2-selection__rendered .status-complete {
  background-color: #E6FFDD;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline;
  align-items: center;
}
.dashboard .select2-container .select2-selection--single .select2-selection__rendered .status-complete .option-text {
  color: #3E8D21;
  font-size: 14px;
}
.dashboard .select2-container .select2-selection--single .select2-selection__rendered .status-cancel {
  background-color: #FFE9E8;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline;
  align-items: center;
}
.dashboard .select2-container .select2-selection--single .select2-selection__rendered .status-cancel .option-icon i {
  color: #F04438;
}
.dashboard .select2-container .select2-selection--single .select2-selection__rendered .status-cancel .option-text {
  color: #F04438;
  font-size: 14px;
}
.dashboard .select2-results__option .status-submitted {
  background-color: #E3EFFF;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline;
  align-items: center;
}
.dashboard .select2-results__option .status-submitted .option-text {
  color: #205BA8;
  font-size: 14px;
}
.dashboard .select2-results__option .status-pending {
  background-color: #FFF1DB;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline;
  align-items: center;
}
.dashboard .select2-results__option .status-pending .option-text {
  color: #D68400;
  font-size: 14px;
}
.dashboard .select2-results__option .status-complete {
  background-color: #E6FFDD;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline;
  align-items: center;
}
.dashboard .select2-results__option .status-complete .option-text {
  color: #3E8D21;
  font-size: 14px;
}
.dashboard .select2-results__option .status-cancel {
  background-color: #FFE9E8;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline;
  align-items: center;
}
.dashboard .select2-results__option .status-cancel .option-icon i {
  color: #F04438;
}
.dashboard .select2-results__option .status-cancel .option-text {
  color: #F04438;
  font-size: 14px;
}
.dashboard .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
}
.dashboard .select2-container--open .select2-dropdown--below {
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.dashboard .select2-container--default .select2-selection--single {
  border: none;
}
.dashboard .select2-results__option {
  padding: 10px;
}
.dashboard .wrap-text-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard #confirmModal .modal-header {
  border-bottom: none;
}
.dashboard #confirmModal img {
  width: 24px;
}
.dashboard .back-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard .back-arrow a {
  text-decoration: none;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 100%;
}
.dashboard .back-arrow h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0;
}
.dashboard #successToast {
  background-color: #E6FFDD;
  border: 1px solid #3E8D21;
  border-radius: 8px;
}
.dashboard #successToast .toast-header {
  background-color: #E6FFDD;
}
.dashboard #errorToast {
  background-color: #FEF3F2;
  border: 1px solid #F04438;
  border-radius: 8px;
}
.dashboard #errorToast .toast-header {
  background-color: #FEF3F2;
}
.dashboard #contactModal .modal-header {
  border-bottom: none;
}
.dashboard #contactModal .detail {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard #contactModal .detail span {
  font-weight: 700;
  font-size: 18px;
  color: #344054;
}
.dashboard #contactModal a {
  color: #101828;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  display: block;
}
.dashboard .sidebar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.dashboard .sidebar-logo span {
  font-weight: 500;
  font-size: 14px;
  color: #101828;
}

@media (max-width: 767px) {
  .dashboard .sidebar {
    min-height: auto;
  }
}
