@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Source";
  src: url("/assets/font/source-sans-pro/SourceSansPro-Black.ttf");
  src: url("/assets/font/source-sans-pro/SourceSansPro-Black.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bs-font-source-serif: "Source" !important;
  --bs-font-inter: "Inter", sans-serif;
  --primary-color: #0e1f51;
  --colorsecoundry: #1b68b3;
  --colorwhite: #ffffff;
  --bg-secondry: #810355;
  --color-red: #810355;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
}

ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

a {
  text-decoration: none !important;
  /* font-family: "Roboto", sans-serif !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-font-inter) !important;
}

/* header-design */
.menu-box {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.submenu {
  padding-left: 0 !important;
}

.submenu li a {
  font-weight: 400;
  /* font-family: "Raleway", serif !important; */
  font-size: 20px;
}

.main-header {
 
  box-shadow: 0px 3px 3px 0px #0000000d;
  z-index: 10;
  /* padding: 10px 0px; */
}

.main-header.nav_scroll {
  position: fixed;
  transform: translateY(80px);
  transition: transform 500ms ease, background 500ms ease;
  top: -81px;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: var(--colorwhite);
}

.navlink {
  color: var(--color1);
  font-weight: 500;
  font-size: 18px;
}

.menuListing {
  position: relative;
}

.btn.btn-top {
  padding: 8px 30px;
  background-color: var(--primary-color);
  color: var(--colorwhite);
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
}

.btn.btn-top:hover {
  background-color: var(--primary-color);
  color: var(--colorwhite);
}

/* banner css  */
.bannerMain .carousel-inner .carousel-item img {
  height: 600px;
  object-fit: cover;
}

.bannerMain .carousel-inner .carousel-item {
  position: relative;
}

.bannerMain .carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* footer css start  */
.footerMAin {
  background-color: #1f425d;
  padding: 50px 0px 70px 0px;
}

.iconsFooter a {
  padding: 10px 15px;
  background-color: #fafafa80;
}

.iconsFooter a i {
  color: #1f425d;
}

.footer-links a {
  font-size: 14px;
  font-weight: 400;
  color: #9eb7cb;
}

.extraadd {
  background-color: #1f425d;
  max-height: 60px;
  height: 44px;
  position: absolute;
  top: -30px;
  right: 0;
  min-width: 330px;
}

.extraadd::before {
  content: "";
  position: absolute;
  height: 44px;
  width: 44px;
  background-color: #1f425d;
  transform: rotate(45deg);
  left: -23px;
  top: 9px;
}

.minifooter {
  background-color: #162f42;
  height: 60px;
}

.minifooter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 30px;
  background-color: #1f425d;
}

.minifooterbox {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #162f42;
  left: 280px;
  top: 9px;
  transform: rotate(45deg);
}

.bannerTitle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
}

.text-here h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 900;
  font-family: var(--bs-font-source-serif);
}

.text-here p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.bannerMain .carousel-control-prev,
.bannerMain .carousel-control-next {
  top: 30%;
  width: 40px;
  height: 40px;
  background-color: #fafafa59;
  /* Optional for visibility */
  border-radius: 50%;
  /* Optional */
}

.navpreBtnParents {

  position: relative;
}

.navpreBtnParents .carousel-control-prev {

  top: -80px;
  position: absolute;
  left: 0px;
}

.navpreBtnParents .carousel-control-next {

  position: absolute;
  left: 70px;
  top: -80px;
}

.bannerMain .carousel-control-prev,
.bannerMain .carousel-control-next i {
  color: #484794;
}

.impoInfo h3 {
  font-size: 27px;
  font-weight: 900;
  color: #fff;
  font-family: var(--bs-font-source-serif);
}

/* Style the icons if needed */
/* .carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  filter: invert(1);
} */
.btn.btn-top.login {
  background-color: transparent;
  color: #1f425d;
  border: 1px solid #1f425d;
}

.miniHeader {
  background-color: #1f425d;
  padding: 15px 0px;
}

.miniHeader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 30px;
  width: 19%;
}

.miniHeader::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 30px;
  width: 19%;
}

.menu-box.minimenu-box {
  justify-content: center !important;
}

.navlink.minilink {
  font-weight: 500;
  font-size: 16px;
  color: #fff !important;
  position: relative;
}

.navlink.minilink.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.leftBox {
  width: 30px;
  height: 43px;
  background-color: #1f425d;
  position: absolute;
  top: 5px;
  left: 18%;
  transform: rotate(45deg);
}

.rightBox {
  width: 30px;
  height: 43px;
  background-color: #1f425d !important;
  position: absolute;
  top: 5px;
  right: 18%;
  transform: rotate(138deg);
  z-index: 1;
}

/* .leftBox.rightBox{
  background-color: red !important;
  top: 7px !important;
  right: 19% !important;
} */

.rndom-img img {
  height: 250px;
  object-fit: cover;
}

.abouttitle {
  background-color: #eeeeee;
  padding: 40px 0px;
}

.aboutheading h1 {
  font-size: 44px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--bs-font-source-serif);
  color: #444444;
}

.aboutheading p {
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 400;
}

.aboutwhite-box {
  background-color: #fff;
  padding: 12px 0px;
}

/* .aboutwhite-box::before {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 45px;
  width: 45px;
  top: 9px;
  left: 21%;
  transform: rotate(45deg);
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
} */

/* .about-link {
  gap: 100px;
} */



.about-link .aboutitem .aboutitem.active {
  color: #444444;
  position: relative;
  padding-right: 30px;
        margin-right: 30px;
}
.about-link .aboutitem .aboutitem.active::before, .about-link .aboutitem .aboutitem.active::after{
      position: absolute;
    content: "";
    height: 34px;
    width: 1px;
    right: 0;
    background-color: #e6e6e6;
}
.about-link .aboutitem .aboutitem.active::before{

      top: -19px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.about-link .aboutitem .aboutitem.active::after{

      bottom: -20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.about-link .aboutitem .aboutitem {
  font-size: 16px;
  font-weight: 700;
  color: #aaaaaa;
}

.aboutinfo {
  background-color: #eeeeee;
  padding: 15px 0px 120px 0px;
}

.aboutTitle p {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}

.aboutTitle .emailAdd {
  font-size: 14px;
  font-weight: 400;
  color: #4ab9cf;
}

/* .bannerMain{

  padding: 120px 0px;
} */
.userRegistration-main {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  /* min-height: 100vh; */
  position: relative;
  overflow: hidden;
}

.userRegistration-banner {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  /* padding-bottom: 30px; */
}

.userRegistration-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.userRegistration-banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.registrationForm {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.formParent {
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 8px;
  /* max-height: 90vh; */
  width: 100%;
}

.registrationtopTitle h1 {
  font-size: 48px;
  font-weight: 600;
  color: #101828;
}

.registrationtopTitle p {
  font-size: 16px;
  color: #344054;
}

.input-field label {
  display: inline-block;
  color: #344054;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: var(--bs-font-inter);
}

.input-field input {
  width: 100%;
  padding: 10px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  outline: none;
  font-size: 16px;
  box-shadow: none !important;
}

.input-field input::placeholder {
  color: #667085;
  font-size: 14px;
  font-weight: 400;
}

.errorHandle {
  color: #26282c;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bs-font-inter);
  font-style: italic;
}

.registrationBtn button {
  outline: none;
  padding: 10px;
  border: none;
  background-color: #1f425d;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--bs-font-inter);
}

.registrationBtn a {
  outline: none;
  padding: 10px;
  border: none;
  background-color: #1f425d;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--bs-font-inter);
}

.registrationBtn .transparentBtn {
  background-color: transparent !important;
  color: #1f425d !important;
  border: 1px solid #1f425d;
}

.registrationForm.login {
  position: static;
}

.registrationtopTitle.approvalTilte h1 {
  color: #e21f2f;
  font-size: 36px;
  font-weight: 500;
}

.registrationBtn.approvalBtn a {
  background-color: #1f425d33 !important;
  color: #1f425d;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
}

.profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.profileTabsParent {
  padding: 30px 0px 60px 0px;
  background-color: #eeeeee;
}

.profileTitle h3 {
  color: #101828;
  font-size: 28px;
  font-weight: 600;
}

.tabButtons .nav.nav-tabs {
  background-color: #fff;
  padding: 10px !important;
  border-radius: 12px;
}

.tabButtons .nav.nav-tabs .nav-link.active {
  outline: none;
  border: none;
  background-color: #1f425d;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.tabButtons .nav.nav-tabs .nav-link {
  color: #686868;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
}

.titileLable {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
}

.genderfield label {
  font-size: 14px;
  font-weight: 500;
  color: #344054;
  font-family: var(--bs-font-inter);
}

.tabContentParent {
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 12px;
}

.radioCheck input[type="radio"] {
  transform: scale(1.5);
  margin-right: 8px;
}

.radioCheck input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 8px;
}

.rating a i {
  font-size: 25px;
  color: #667085;
}

.educationTitle h3 {
  color: #373737;
  font-size: 18px;
  font-weight: 600;
}

.selectyear-options {
  padding: 10px;
  border: 1px solid #d0d5dd;
  color: #667085;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
}

input[type="file"] {
  display: none;
  /* Hide default input */
}

.custom-file-label {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 10px 15px;
  background-color: #f1f1f1;
  font-weight: 500;
  color: #344054;
}

.upload-text {
  display: block;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
}

.attachment.custom-file-label {
  width: 100%;
  text-align: center;
  border: 1px dotted;
  background-color: #fff;
}

.requirmentBtns .req-dott-btn {
  text-align: center;
  border: 1px #1f425d dotted;
  background-color: #fff;
  padding: 7px 30px;
  border-radius: 12px;
  color: #1f425d;
  font-size: 16px;
  font-weight: 500;
}

.nav-icons-img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.dashboard {
  height: 100vh;
  background-color: #eeeeee;
}

.headingMain h3 {
  color: #101828;
  font-size: 28px;
  font-weight: 600;
}

.approvalRequestMainParent {
  background-color: #eeeeee;
}

.table-items {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 20px 0px;
  margin: 20px 0px;
  overflow-x: auto;
  width: 100%;
}

.user-table {

  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}

.user-table thead {
  background-color: #fcfcfd;
}

.user-table th,
.user-table td {
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid #eaecf0;
  font-size: 14px;
  font-weight: 500;
  color: #4E4E4E;
  font-family: var(--bs-font-inter);
}

.user-table th {
  font-size: 12px;
  font-weight: 500;
  /* text-transform: uppercase; */
  color: #667085;
}

.approve-btn {
  background-color: #1f425d;
  color: #ffffff;
  padding: 8px 16px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.approve-btn.reject {
  color: #e21f2f;
  background-color: #e21f2f33;
}

/* .approve-btn:hover {
  background-color: #092b3f;
} */

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}

.pagination span {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
}

.page-btn {
  border: 1px solid #d0d5dd;
  padding: 7px 12px;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #344054;
  background-color: #ffffff;
}

.page-btn:hover {
  background-color: #f0f0f0;
}

.downarrow {
  width: 13px;
  height: 13px;
  margin: 0px 0px 4px 4px;
  object-fit: cover;
}

.searchField .search {
  padding: 10px 100px 6px 50px;
  outline: none;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
}

.searchField .search::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #667085;
}

.searchField i {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  color: #667085;
}

.user-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: #4e4e4e;
}

.not-verify {
  outline: none;
  border: none;
  background-color: #e21f2f1a;
  color: #e21f2f;
  border-radius: 100px;
  padding: 2px 15px;
  font-size: 14px;
  font-weight: 600;
}

.not-verify.verifyed {
  background-color: #ecfdf5;
  color: #064e3b;
}

.action-icons a i {
  color: #686868;
  font-size: 20px;
}

.notVerified-user p {
  font-size: 16px;
  font-weight: 600;
  color: #191d23;
}

.verifications-details,
.authentication-imgs {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
}

.card-title.maintitle {
  font-size: 16px;
  font-weight: 500;
  color: #667085;
}

.card-text.maintext {
  font-size: 20px;
  font-weight: 600;
  color: #191d23;
  font-family: var(--bs-font-inter);
}

.authentication-imgs {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
}

.card.cardMainImage {
  border: 2px solid #1f425d;
}

.card.cardMainImage img {
  height: 100px;
}

/* CSS */
.userProfile {
  position: relative;
  display: inline-block;
}

.dropdownMenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 250px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 5px;
}

.detaileUser h6 {
  font-size: 16px;
  font-weight: 600;
  color: #344054;
}

.detaileUser p {
  font-size: 14px;
  font-weight: 400;
  color: #667085;
}

.dropdownMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdownMenu ul img {
  width: 15px;
  height: 15px;
  object-fit: cover;
}

.dropdownMenu ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

.dropdownMenu ul li a:hover {
  background: #f1f1f1;
}

.registrationBtn.modalBtns .transparentBtn {
  padding: 6px !important;
  border: 1px solid #d0d5dd;
  font-size: 16px;
  font-weight: 500;
}

.registrationBtn.modalBtns button {
  padding: 6px !important;
  font-size: 16px;
  font-weight: 500;
}

.approvCheckImg img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.modalText h4 {
  font-size: 18px;
  font-weight: 500;
  color: #101828;
}

.modalText p {
  font-size: 14px;
  font-weight: 400;
  color: #667085;
}

.titleUserMain h3 {
  font-size: 12px;
  font-weight: 400;
  color: #667085;
}

.verification-derails-body h3 {
  font-size: 12px;
  font-weight: 400;
  color: #667085;
}

.verification-derails-body p {
  font-size: 14px;
  font-weight: 500;
  color: #101828;
  font-family: var(--bs-font-inter);
}

.startIco-icon p i {
  font-size: 15px;
  color: #fcd34d;
}

.progressBar {
  background: #fff;
  border-radius: 16px;
}

.montlyQouteHeader p {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}

.quote-chart {
  padding: 0px 16px 16px 16px;
  border-radius: 12px;
}

.chart-area {
  position: relative;
  display: flex;
}

.y-axis-labels {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 275px;
  width: 30px;
}

.y-axis-labels span {
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #848a90;
  transform: translateY(50%);
}

.bars {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  height: 275px;
  padding-left: 10px;
  margin-left: 20px;
}

.bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
}

.fill {
  width: 100%;
  border-radius: 8px;
  background-color: #4a3d93;
  transition: 0.3s ease;
}

.bar span {
  margin-top: 6px;
  font-size: 12px;
  color: #848a90;
}

.fill.active {
  background-color: #0b2e1e;
}

.filter .filterSelecter {
  padding: 10px 13px 10px 40px;
  outline: none;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  cursor: pointer;
  background-color: #ffffff;
}

.filterSelecter {
  appearance: none;
  /* Remove default arrow in modern browsers */
  -webkit-appearance: none;
  /* Safari/Chrome */
  -moz-appearance: none;
  /* Firefox */
  background: none;
  /* Optional: remove background */
  padding-right: 20px;
  /* Space for custom icon (if needed) */
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
}

.filterSelecter::-ms-expand {
  display: none;
}

.filterImage {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.progressCard {
  background-color: #e6f1fd;
  border-radius: 16px;
  padding: 15px 25px;
}

.totalTitle p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.counterNumber h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
}

.counterGraph p {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

.card-text.maintext.downloadText {
  font-size: 16px !important;
  font-weight: 400;
  color: #191d23;
}

.card.cardMainImage.downloadImg {
  border: 7px solid #fff !important;
}

.card-title.maintitle.downloadTitle {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #191d23 !important;
}

.card.cardMainImage.downloadImg img {
  height: 225px !important;
}

.uploadHeading h1 {
  font-size: 48px;
  font-weight: 600;
  color: #101828;
}

.errorHandle.modalerrorHandle {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
}

.headbtn .login-icons-links i {

  color: var(--primary-color);
  font-size: 20px;
}


.errorMainParent {

  min-height: 500px;
}

.errorMainParent .morehight {

  font-size: 120px;
}

.errorMainParent .smalllite {

  font-size: 100px;
}

.errorMainParent .ptitle {

  font-size: 100px;
}

.errorMainParent .stitle {

  font-size: 100px;
}

.headingMain h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.card-custom {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  margin-bottom: 80px; 
}
.table,
.table thead th,
.table tbody td {
  background-color: #fff !important;
}
.table th {
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
}
.table td {
  font-size: 13px;
  vertical-align: middle;
}
.btn-darkblue,
.page-btn {
  background-color: #092566;
  color: white;
  font-weight: 500;
  pointer-events: auto;
}

.btn-darkblue:hover,
.page-btn:hover {
  background-color: rgb(9, 37, 102); 
  color: white;
  opacity: 1;
  box-shadow: none;
  text-decoration: none;
}






    






