.dash-sidebar.startup-sidebar.services-sidebar {
  width: 260px;
}
.main-section.services-main-section {
  margin-left: 260px;
}
.dash-sidebar.startup-sidebar.services-sidebar .sidebar-navigation ul li a img {
  margin-right: 12px;
}
.services-dashboard-banner {
  background: url("../assets/marketplace/images/dashboard-banner.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 184px;
  border-radius: 16px;
  padding: 45px 35px;
  background-size: cover;
  background-color: #E0EEFF;
}
.services-dashboard-banner h4, .services-dashboard-banner p {
  color: #1E1E1E;
}
.services-dashboard-banner h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
}
.services-dashboard-banner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.link-box .notification-li .sl-notification-count {
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  background: #ef4444;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -7px;
  right: -5px;
}
.search-input {
  width: 100%;
  padding-left: 50px;
  box-sizing: border-box;
  border: 1px solid #ebeef2;
  border-radius: 8px;
  height: 44px;
  box-shadow: 0px 1px 3px 0px #606c800d;
}
.search-container {
  position: relative;
  width: 320px;
}
.search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #c7ced9;
  font-size: 18px;
}
.services-for-startup-row h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #475467;
  margin: 0;
  display: flex;
  align-items: center;
}
.services-for-startup-row h6 span.startup-services-count {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F2F4F7;
  font-size: 16px;
  font-weight: 600;
  color: #98A2B3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

/* All Services Tab Nav Styling */
.all-tawaref-services-nav {
  border-bottom: 1px solid #D0D5DD;
  padding: 0 16px;
}
.all-tawaref-services-nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.all-tawaref-services-nav-tabs .services-tab {
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: #344054;
  padding: 8px 16px;
  margin-right: 10px;
  background: #F2F4F7;
  box-shadow: 0px 0.87px 1.74px 0px #1018280D;
  cursor: pointer;
}
.all-tawaref-services-nav-tabs .services-tab:focus {
  outline: none;
}
.all-tawaref-services-nav-tabs .services-tab.active {
  border-left: 1px solid #D0D5DD;
  border-top: 1px solid #D0D5DD;
  border-right: 1px solid #D0D5DD;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  box-shadow: none;
  position: relative;
}
.all-tawaref-services-nav-tabs .services-tab.active::before {
  position: absolute;
  content: '';
  border-bottom: 3px solid #fff;
  bottom: -3px;
  left: 0;
  width: 100%;
}
.tawaref-services-tab-content .service-category {
  width: 100%;
  position: relative;
}
.tawaref-services-tab-content .service-category h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #009DAB;
  width: fit-content;
  background: #fff;
  position: relative;
  z-index: 10;
  padding-right: 20px;
}
.tawaref-services-tab-content .service-category::after {
  position: absolute;
  content: '';
  display: inline-block;
  border: 1px solid #E4E7EC;
  width: 92%;
  height: 1px;
  right: 0;
  top: 15px;
  z-index: -1;
}

.tawaref-services-tab-content .t-service-card, .services-page-row .t-service-card {
  width: 100%;
  min-height: 178px;
  border: 1px solid #EAECF0;
  border-radius: 16px;
  box-shadow: 0px 3px 7px -1px #34405414;
  padding: 24px 16px;
  margin-bottom: 24px;
}
.t-service-card .top-wrapper, .t-service-card .bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t-service-card .top-wrapper .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1D2939;
}
.t-service-card .top-wrapper .icon {
  width: 32px;
  height: 32px;
}
.t-service-card .details {
  max-width: 230px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 20px;
  height: 43px;
  font-size: 14px;
  font-weight: 400;
  color: #475467;
  margin-top: 16px;
}
.t-service-card .bottom-wrapper {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.t-service-card .bottom-wrapper a {
  margin-bottom: 10px;
}
.t-service-card .bottom-wrapper .view-btn, .t-service-card .bottom-wrapper .interest-btn, .t-service-card .bottom-wrapper .pending-btn, .t-service-card .bottom-wrapper .active-btn {
   height: 32px;
   width: auto;
   border-radius: 25px;
   padding: 6px 12px;
   font-size: 12px;
   font-weight: 600;
}
.t-service-card .bottom-wrapper .view-btn {
  border: 0.87px solid #D0D5DD;
  box-shadow: 0px 0.87px 1.74px 0px #1018280D;
  color: #344054;
}
.t-service-card .bottom-wrapper .interest-btn {
  border: 0.87px solid #009DAB;
  box-shadow: 0px 0.87px 1.74px 0px #1018280D;
  color: #009DAB;
}
.t-service-card .bottom-wrapper .pending-btn {
  background: #FEF7C3;
  border: 0.87px solid #D0D5DD;
  box-shadow: 0px 0.87px 1.74px 0px #1018280D;
  color: #344054;
}
.t-service-card .bottom-wrapper .active-btn {
  background: #009DAB33;
  border: 0.87px solid #D0D5DD;
  box-shadow: 0px 0.87px 1.74px 0px #1018280D;
  color: #344054;
}
.tawaref-services-tab-content h5.selected-service-title, .services-page-row h5.selected-service-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #1E1E1E;
  margin-top: 35px;
}
.view-more-services-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #475467;
  text-decoration: underline;
  transition: 0.3s;
}
.view-more-services-btn:hover {
  font-size: 17px;
  font-weight: 500;
  color: #475467;
  text-decoration: underline;
  transition: 0.3s;
}




/* Exclusive Deals Landing Page Styling */
/* Exclusive Deals Landing Page Styling */

.lp-top-header-row {
  border-bottom: 3px solid;
  border-image-source: linear-gradient(91.41deg, #65BDD1 1.2%, #353535 101.86%);
  border-image-slice: 1;
  backdrop-filter: blur(50px);
  padding: 20px 24px 17px 24px;
}
.lp-top-header-row p {
  font-size: 13px;
  font-weight: 400;
  color: #676767;
  line-height: 22px;
}
.lp-top-header-row h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 19px;
}
.lp-top-header-row .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.exclusive-deals-btn {
  background: #1E1E1E;
  box-shadow: 0px 0.87px 1.74px 0px #1018280D;
  border-radius: 8px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  width: fit-content;
}
.exclusive-deals-btn:hover {
  color: #fff;
}
.dashboard-breadcrumb.exclusive-deals-breadcrumb {
  padding: 25px 10px 10px 10px;
}
.exclusive-deals-breadcrumb .breadcrumb-item, .exclusive-deals-breadcrumb .breadcrumb-item a {
  font-size: 12px !important;
}
.exclusive-deals-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  font-size: 9px;
}


.deals-lp-container .deals-banner {
  width: 100%;
  height: 298px;
  background: url(../assets/marketplace/images/deals-banner.png);
  background-size: cover;
  background-color: #F1EFE9;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 42px;
}
.deals-lp-container .deals-banner .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #000000B2;
  padding-bottom: 24px;
}
.deals-lp-container .deals-banner .heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: #000;
  padding-bottom: 24px;
  width: 40%;
  margin: 0;
}
.deals-lp-container .deals-banner .sub-title {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  color: #000000B2;
}

.soft-steps-section {
  border-radius: 16px;
}
.soft-license-section .heading, .soft-steps-section .heading, .soft-services-section .heading, .software-bill-section .heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #1D2939;
  padding-top: 15px;
}
.soft-license-section .title, .soft-steps-section .title, .soft-services-section .title, .software-bill-section .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
.soft-license-section .soft-card {
  border: 1.04px solid #EFEFEF;
  box-shadow: 0px 3.13px 8.34px 0px #0000000D;
  border-radius: 8px;
  padding: 24px;
  min-height: 189px;
}
.soft-license-section .soft-card img {
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
}
.soft-license-section .soft-card p {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
  width: 80%;
}
.soft-steps-section {
  background: #F1EFE9;
}
.soft-steps-section .steps-card {
  border: 1.04px solid #EFEFEF;
  box-shadow: 0px 3.13px 8.34px 0px #0000000D;
  border-radius: 8px;
  min-height: 137px;
  padding: 16px;
}
.soft-steps-section .steps-card img {
  width: 43px;
  height: 44px;
  margin-bottom: 10px;
}
.soft-steps-section .steps-card p {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #000;
  width: 78%;
  padding-left: 9px;
}


.soft-services-section {
  background: #F6F8FC;
  border-radius: 16px;
}
.soft-services-section .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.soft-services-section .button-wrapper .exclusive-deals-btn {
  padding: 12px 24px;
}


.software-bill-section {
  border-radius: 16px;
  background: linear-gradient(0deg, #F1EFE9, #F1EFE9), conic-gradient(from -28.79deg at 64.13% 100%, #F1EFE9 0deg, rgba(0, 0, 0, 0.13) 360deg);
  background-image: url(../assets/marketplace/images/software-bill-banner.png);
  background-size: cover;
  min-height: 279px;
  padding: 36px 50px;
}
.software-bill-section .title {
  color: #1E1E1E !important;
}
.software-bill-section .button-wrapper a {
  padding: 12px 24px;
  margin-top: 24px;
}


.terms-condition-section .heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #1D2939;
  margin-bottom: 25px;
}
.terms-condition-section .terms-condition-bg {
  border-radius: 20px;
}
.terms-condition-section .content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.terms-condition-section .content-wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.terms-condition-section .content-wrapper .desc-wrapper h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #1D2939;
}
.terms-condition-section .content-wrapper .desc-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #00000080;
  letter-spacing: 0.02em;
}

.get-started-section {
  background: linear-gradient(0deg, #1E1E1E, #1E1E1E);
  border-radius: 16px;
  padding: 35px 50px;
}
.get-started-section .heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 25px;
}
.get-started-section .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #ffffff98;
  text-align: center;
}
.get-started-section .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
.get-started-section .button-wrapper .exclusive-deals-btn.lite {
  background: #fff;
  color: #1E1E1E;
}


.deals-form-sec-headings h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #1E1E1E;
  text-align: left;
}
.deals-form-sec-headings p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #576872;
  text-align: left;
}
.deals-form-section {
  background: #F7F7F7;
  padding: 32px;
  border-radius: 8px;
}
.deals-form-section h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #1E1E1E;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  font-size: 12px;
  top: 7px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px !important;
}
.soft-deals-form .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.soft-deals-form .button-wrapper .cancel-form-btn, .soft-deals-form .button-wrapper .submit-form-btn {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  min-width: 105px;
  width: fit-content;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.soft-deals-form .button-wrapper .cancel-form-btn {
  border: 1px solid #ECECEC;
  box-shadow: 0px 2px 2px 0px #00000014;
  background: #FFFFFF;
  color: #000;
  margin-right: 15px;
}
.soft-deals-form .button-wrapper .submit-form-btn {
  background: #171321;
  border: 1px solid #171321;
  color: #fff;
}

.form-success-modal-main {
  background-color: #233a52e0;
}
.form-success-modal-main .modal-content {
  border-radius: 16px;
}
.form-success-modal-main .modal-header, .form-success-modal-main .modal-footer {
  border: none;
}
.form-success-modal-main .success-modal-body {
  text-align: center;
}
.form-success-modal-main .success-modal-body img {
  margin-bottom: 20px;
}
.form-success-modal-main .modal-footer .button-wrapper {
  display: block;
  width: 100%;
}
.form-success-modal-main .modal-footer .button-wrapper a.btn-dark {
  width: 100%;
  background: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
















/* Responsive */

@media (min-width: 1150px) and (max-width: 1430px) {
  .services-main-section .header-section {
    width: calc(100% - 221px);
  }
  .all-tawaref-services-nav-tabs .services-tab {
    margin-bottom: 10px;
  }

  /* Services */
  .soft-services-section img, .terms-condition-section .terms-condition-bg {
    width: 100%;
  }
  .software-bill-section {
    background-position: center;
  }
}

@media (min-width: 768px) and (max-width: 1149px) {
  .services-main-section .header-section {
    width: calc(100% - 221px) !important;
  }
  .dash-sidebar.startup-sidebar.services-sidebar .sidebar-navigation ul li a {
      display: flex;
  }
  .all-tawaref-services-nav-tabs .services-tab {
    margin-bottom: 10px;
  }

  /* Services */
  .main-section.services-main-section .header-section {
    width: calc(100% - 261px) !important;
  }
  .soft-services-section img, .terms-condition-section .terms-condition-bg {
    width: 100%;
  }
  .software-bill-section {
    background-position: center;
  }
  .deals-lp-container .deals-banner {
    background-position: bottom;
  }
  .deals-lp-container .deals-banner .heading {
    width: 100%;
  }
  .soft-license-section .soft-card, .soft-steps-section .steps-card {
    margin-bottom: 25px;
  }
  .terms-condition-section .content-wrapper .desc-wrapper p {
    font-size: 14px;
  }
  .startup-sidebar.services-sidebar .logo-section img {
    width: 45% !important;
  }


}


@media (min-width: 200px) and (max-width: 767px) {
  .dash-sidebar.investor-dark-sidebar {
    width: 75px;
  }
  .main-section.dark-main-section, .investor-data-section, .profile-data-section {
    margin-left: 75px;
  }
  .investor-profile-tab-content .data-row-wrapper .logo-section {
    border-right: none;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 25px;
  }
  .investor-profile-tab-content .data-row-wrapper .financial-info-section {
    padding: 35px 0;
    justify-content: flex-start;
  }
  .financial-info-section div {
    margin-right: 25px;
    margin-bottom: 20px;
  }

  .investor-inner-tab-nav {
    min-height: auto;
    border-bottom: 1px solid #EAECF0;
    border-right: none;
  }
  .investor-inner-tabs {
    flex-direction: row;
  }
  .startup-avatar-circle.square {
    width: 75%;
    height: 65px;
  }
  .startup-avatar-circle.square img {
    width: 90%;
  }

  /* Tawaref Services Dashboard Styling Responsive */
  .dashboard-breadcrumb.exclusive-deals-breadcrumb {
    display: flex;
    flex-direction: column;
  }
  .exclusive-deals-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-left: 0;
    font-size: 12px;
  }
  .dash-sidebar.startup-sidebar.services-sidebar {
    width: 85px;
  }
  .main-section.services-main-section {
    margin-left: 85px;
  }
  .dash-sidebar.startup-sidebar.services-sidebar .sidebar-navigation ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .dash-sidebar.startup-sidebar.services-sidebar .sidebar-navigation ul li {
    height: 50px;
  }
  .dash-sidebar.startup-sidebar.services-sidebar .sidebar-navigation ul li a img {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .dash-sidebar.startup-sidebar.services-sidebar .sidebar-navigation {
    padding: 20px 2px;
  }
  .services-sidebar .dropdown-toggle.no-arrow {
    padding: 0 4px;
  }
  .services-sidebar .dropdown-toggle.no-arrow .startup-name, .services-sidebar .dropdown-toggle.no-arrow .investor-bio {
    font-size: 11px;
  }
  .services-main-section .header-section .link-box {
    margin-left: 5px !important;
  }
  .services-dashboard-banner {
    height: auto;
    padding: 25px 15px;
  }
  .services-for-startup-row h6 {
    font-size: 16px;
  }
  .all-tawaref-services-nav-tabs .services-tab {
    width: 100%;
    margin-bottom: 15px;
  }
  .all-tawaref-services-nav-tabs .services-tab.active {
    margin-bottom: 15px;
    border-bottom: 1px solid #D0D5DD;
  }
  .services-for-startup-row h6 {
    justify-content: center;
    margin-bottom: 10px;
  }
  .services-main-section .search-box,  .services-main-section .search-container {
    width: 100%;
  }

  .soft-services-section img, .terms-condition-section .terms-condition-bg {
    width: 100%;
  }
  .software-bill-section {
    background-position: center;
    padding: 15px 0;
  }
  .software-bill-section .heading {
    font-size: 22px;
  }
  .deals-lp-container .deals-banner {
    background-position: bottom;
    padding: 15px 15px;
  }
  .deals-lp-container .deals-banner .title {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 20px;
  }
  .deals-lp-container .deals-banner .heading {
    width: 100%;
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 25px;
  }
  .deals-lp-container .deals-banner .sub-title {
    font-size: 14px;
    line-height: 18px;
  }
  .soft-license-section .soft-card, .soft-steps-section .steps-card {
    margin-bottom: 25px;
  }
  .terms-condition-section .heading {
    font-size: 25px;
    margin-top: 25px;
  }
  .terms-condition-section .content-wrapper .desc-wrapper h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .terms-condition-section .content-wrapper .icon-wrapper {
    margin-right: 10px;
  }
  .terms-condition-section .content-wrapper .icon-wrapper, .terms-condition-section .content-wrapper .icon-wrapper img {
    width: 40px;
    height: 40px;
  }
  .terms-condition-section .content-wrapper .desc-wrapper p {
    font-size: 12px;
    line-height: 20px;
  }
  .get-started-section {
    padding: 15px 15px;
  }
  .exclusive-deals-btn {
    text-align: center;
  }

  .soft-deals-form .button-wrapper {
    flex-direction: column;
  }
  .soft-deals-form .button-wrapper .cancel-form-btn {
    margin-bottom: 15px;
    width: 100%;
  }
  .soft-deals-form .button-wrapper .submit-form-btn {
    width: 100%;
  }



}

/* startup/css/style */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Sora:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Inter", sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}
a.btn-success {
  background-color: #009DAB;
  border: 1px solid #009DAB;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0px 0.8015159368515015px 1.603031873703003px 0px #1018280D;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
}
a.btn-success:hover {
  background-color: #009DAB;
  border: 1px solid #009DAB;
}
a.btn:focus,
a.btn:active {
  outline: none;
  box-shadow: none;
}
p {
  color: #475467;
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
.btn-light {
  background-color: #fff;
  border-radius: 6px;
  border: 0.8px solid #D0D5DD;
  box-shadow: 0px 0.8015159368515015px 1.603031873703003px 0px #1018280D;
  font-size: 14px;
  font-weight: 600;
  color: #344054;
  padding: 10px 22px;
  max-width: 179px;
}
.login-main-sec {
  background: url("../images/main-bg.png");
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
}
.left-sec,
.left-sect {
  text-align: left;
}
.right-sec,
.right-sect {
  text-align: right;
}
.left-sec,
.right-sec {
  padding: 50px 80px;
}
.right-sec a {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #344054;
}
.main-content-row {
  width: 912px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
.main-content-row h2 {
  font-size: 32px;
  font-weight: 700;
}
.main-content-row h2 span {
  color: #009dab;
}
.main-content-row p {
  font-size: 16px;
  font-weight: 500;
  color: #98a2b2;
}
.services-offered-row {
  margin-top: 40px;
}
.services-offered-row .box {
  border: 1px solid #f7f7f7;
  border-radius: 16px;
  color: #6b6b6b;
  background-color: #fff;
  box-shadow: 0px 2px 72px 0px #00000014;
  height: 181px;
  width: 230px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.services-offered-row .box i {
  color: #adadad;
  font-size: 70px;
  width: 90px;
  height: 90px;
}
.services-offered-row .box p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-top: 15px;
}
.services-offered-row .box img {
  width: 90px;
  height: 90px;
}
.services-offered-row .box:hover {
  border: 2px solid #029caa;
}
.services-offered-row .box.active {
  border: 2px solid #029caa;
}
.services-offered-row .box:hover i {
  color: #029caa;
}
.services-offered-row .box.active i {
  color: #029caa;
}
.btn-save {
  color: #fff;
  background-color: #009dab;
  border: 1px solid #009dab;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.btn-save:hover {
  color: #fff;
  box-shadow: 3px 6px 9px -1px #00000040;
}

/* Side Bar */
.dash-sidebar.startup-sidebar {
  width: 280px;
  border-right: 1px solid #009dab26;
  background: #fff;
  transition: all 0.3s ease-in-out;
  position: fixed;
  height: 100vh;
}
.dash-sidebar.startup-sidebar .page-heading {
  padding-left: 18px;
  padding-top: 30px;
}
.dash-sidebar.startup-sidebar .page-heading p {
  font-size: 12px;
  font-weight: 700;
  color: #98a2b2;
  text-transform: uppercase;
}
.dash-sidebar.startup-sidebar .sidebar-navigation {
  padding: 20px;
}
.dash-sidebar.startup-sidebar .sidebar-navigation ul {
  padding: 0px;
}
.dash-sidebar.startup-sidebar .sidebar-navigation ul li {
  list-style: none;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 8px;
}
.dash-sidebar.startup-sidebar .sidebar-navigation ul li:hover,
.dash-sidebar.startup-sidebar .sidebar-navigation ul li.active {
  background: #009dab24;
}
.dash-sidebar.startup-sidebar .sidebar-navigation ul li:hover i {
  color: #009dab;
}
.dash-sidebar.startup-sidebar .sidebar-navigation ul li a {
  text-decoration: none;
  color: #1f2633;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dash-sidebar.startup-sidebar .sidebar-navigation ul li a i {
  color: #5a6a7d;
  font-size: 24px;
  margin: 0;
  padding: 0;
  height: 28px;
  padding-right: 10px;
  transition: 0.3s ease-in-out;
}
.dash-sidebar.startup-sidebar .sidebar-navigation ul li .mobile-view-icon {
  display: none;
}
.startup-name {
  font-size: 16px;
  font-weight: 700;
  color: #1d2939;
}
.investor-bio {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
}
.startup-detail-opt {
  padding: 15px 0 15px 24px;
  border-bottom: 1px solid #eaecf0;
}
.sidebar-navigation.sidebar-bottom-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* Main Dashboard */
.invest-dashboard-main {
  width: 100%;
}
.main-section {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-left: 280px;
}
.dash-sidebar.startup-sidebar .logo-section {
  border-bottom: 1px solid #eaecf0;
  height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  padding-left: 25px;
}
.main-section .header-section {
  border-bottom: 1px solid #eaecf0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background: #fff;
  width: calc(100% - 280px);
  position: fixed;
  padding-bottom: 12px;
  z-index: 1;
}
.search-container {
  position: relative;
  width: 264px;
}
.main-section .header-section .link-box ul {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.main-section .header-section .link-box ul li {
  list-style: none;
  padding-right: 30px;
}
.link-box ul li a {
  color: #b8bfcc;
}
.dropdown-menu.show .dropdown-item {
  color: #000;
}
.link-box ul li a span {
  color: #1D2939;
  font-size: 16px;
  font-weight: 700;
}
.dropdown-toggle.no-arrow::after {
  display: none;
}
.dropdown-toggle.no-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.link-box .notification-li {
  position: relative;
}
.link-box .notification-li .notification-count {
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  background: #ef4444;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -8px;
  right: -12px;
}
.user-details-div {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.user-details-div .fa-caret-down:before {
  content: "\f0d7";
  color: #667085;
  font-size: 12px;
}
.user-details-div .user-email {
  font-size: 12px;
  font-weight: 400;
  color: #475467;
}
.user-details-div .user-email-box {
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu.show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-section .save-changes-btn {
  text-decoration: none;
  width: 125px;
  border: 1px solid #009dab;
  background-color: #009dab;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #1018280d;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 30px;
}
.main-section .form-title-row {
  padding-left: 15px;
}
.main-section .form-sect-title {
  font-size: 20px;
  font-weight: 600;
  color: #5f6e87;
}
.main-section .form-title-row label {
  font-size: 14px;
  font-weight: 500;
  color: #344054;
}
.main-section .form-title-row label .danger,
.danger {
  color: #f10303;
}
input[type="text"],
input[type="date"],
input[type="number"],
input[type="email"],
input[type="url"],
textarea {
  border-radius: 8px !important;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #4e5154;
  border: 1px solid #d0d5dd;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px #0000000d;
  min-height: 40px;
}
.error-message {
  color: #f04438;
  font-size: 14px;
  font-weight: 400;
}

/* Fundraising Landing Page */
.lp-banner-section {
  background: url(../images/lp-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 344px;
  width: 100%;
  border-radius: 16px;
  background-color: linear-gradient(83.39deg, #7DC1B3 -18.7%, #B0CECA 129.51%);
  padding: 30px;
}
.lp-banner-section .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #fff;
  width: 50%;
}
.lp-banner-section .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  width: 50%;
  padding: 15px 0;
}
.lp-banner-section .wrapper {
  min-height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vetting-process-sec {
  background: url('../images/gate-bg-vetting.png');
  background-repeat: no-repeat;
  min-height: 214px;
  background-position: center;
  text-align: center;
  margin-top: -22px;
}
.fundraising-process-sec {
  background: url('../images/gate-bg-fundraising.png');
  background-repeat: no-repeat;
  min-height: 177px;
  background-position: center;
  text-align: center;
}
.deployment-section {
  background: url('../images/gate-bg-deployment.png');
  background-repeat: no-repeat;
  min-height: 159px;
  background-position: center;
  text-align: center;
}

.heading-section {
  background: url('../images/transparent-boxes.png');
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.heading-section .heading-row {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading-section .heading-row .process-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  color: #083C2F;
  padding-top: 50px;
}
.heading-section .heading-row .process-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #3B4A46;
}
.vetting-process-sec h2.vetting-title, .fundraising-process-sec h2.fundraising-title, .deployment-section .deployment-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  color: #083C2F;
}
.vetting-process-sec h6, h6.fundraising-content, .deployment-content {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #083C2F;
}

.vetting-process-sec .vetting-process-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.vetting-process-sec .vetting-process-ul li {
  margin-right: 30px;
}
.vetting-process-sec .vetting-process-ul li img {
  height: 24px;
  width: 24px;
  margin-bottom: 5px;
}
.vetting-process-sec .vetting-process-ul li p {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  color: #083C2F;
}
.fundraising-process-sec h6.fundraising-content, .deployment-content {
  font-weight: 500;
  padding: 10px 25px 0 25px;
}
.vetting-process-sec, .fundraising-process-sec, .deployment-section {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.fee-structure-section {
  background: linear-gradient(81.81deg, #FDF3ED -0.4%, #F0F4F7 96.89%);
  border-radius: 16px;
  margin: 20px;
  padding: 30px;
}
.fee-structure-section .heading-row, .reporting-section .heading-row {
  text-align: center;
}
.fee-structure-section .process-heading, .reporting-section .process-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 49px;
  color: #083C2F;
}
.fee-structure-section .process-description, .reporting-section .process-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #3B4A46;
}
.fee-structure-section .fee-box-wrapper {
  width: 100%;
  border-right: 1.5px solid #FFFFFF;
  min-height: 135px;
}
.fee-structure-section h3.fee-category {
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  color: #083C2F;
}
.fee-structure-section .content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 12px;
  border-radius: 8px;
  background-color: #fff;
  margin: 15px 15px 0 0px;
}
.fee-structure-section  .content-box .title, .fee-structure-section  .content-box .value {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #083C2F;
}
.fee-structure-section  .content-box .value {
  font-weight: 600;
}

.fee-structure-section .important-note {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #667085;
  margin-top: 30px;
}
.reporting-section {
  background: linear-gradient(80.57deg, rgba(237, 247, 253, 0.68) -11.4%, rgba(0, 134, 146, 0.259) 97.05%);
  border-radius: 16px;
  margin: 20px;
  padding: 50px;
}
.reporting-section .process-description  {
  line-height: 18px;
  padding: 20px 0;
}
.reporting-section .process-description span.highlight {
  color: #009DAB;
}
.reporting-section .process-description .bold {
  font-weight: 500;
}

.reporting-section .reporting-info-row {
  background: linear-gradient(36.69deg, rgba(255, 255, 255, 0.66) -7.52%, rgba(236, 239, 243, 0.4818) 109.61%);
  border-radius: 16px;
  padding: 58px;
  margin: 20px;
}
.reporting-section .reporting-info-row h5.title {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: #3B4A46;
}
.reporting-section .reporting-info-row .wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 35px;
}
.reporting-section .reporting-info-row .wrapper p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #3B4A46;
  padding: 0 10px;
}
.get-started-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #083C2F;
  padding: 25px 0 10px 0;
}
.get-started-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3B4A46;
}




















/* Select 2 Styling */
select:focus,
input[type="text"]:focus-visible {
  border-color: rgba(0, 153, 168, 0.4) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(0, 153, 168, 0.4) !important;
  outline: none;
}
.select2-container--default {
  width: 100%;
}
.select2-container {
  width: -webkit-fill-available !important;
}
.modal-body .select2-container {
  z-index: 10000 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #093e52;
  padding-left: 10px;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus-visible {
  outline: none !important;
}
.select2-container--default .select2-selection--single:focus-visible {
  border-color: rgba(0, 153, 168, 0.4) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(0, 153, 168, 0.4) !important;
  outline: none;
}
.select2-container--default .select2-selection--single {
  height: calc(1.5em + 2rem + 2px) !important;
  padding: 1rem 1rem;
  line-height: 1.5rem;
  border-radius: 0.4rem;
  background: #f6f7f9;
  border: 1px solid #eff0f2 !important;
}
.t-form-card
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.t-form-card
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  line-height: 22px;
  padding-left: 3px;
  color: #354052;
}
.t-form-card
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.t-form-card
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__arrow {
  top: 14px !important;
  right: 14px !important;
}
.select2-container--open {
  z-index: 999999;
}
.t-form-card input.form-control:focus,
.t-form-card input.form-control:active,
.t-form-card .select2-container--open .select2-selection--single,
.t-form-card .select2-container--focus .select2-selection--single,
.t-form-card .select2-container--open .select2-selection--multiple,
.t-form-card .select2-container--focus .select2-selection--multiple {
  border-color: rgba(0, 153, 168, 0.4) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(0, 153, 168, 0.4) !important;
  background: #f6f7f9;
  border: 1px solid #eff0f2 !important;
}
.l-select
  .select2-container--classic
  .form-control.l-select.select2-selection--single,
.select2-container--default .select2-selection--single {
  height: 40px !important;
  padding: 5px;
  line-height: 1.5rem;
  border-radius: 8px !important;
  border: 1px solid #d2d5da !important;
  box-shadow: 0px 1px 2px 0px #0000001a;
}
.select2-container--classic
  .select2-results__options
  .select2-results__option[aria-selected="true"],
.select2-container--default
  .select2-results__options
  .select2-results__option[aria-selected="true"] {
  background-color: #093e52 !important;
  color: #fff !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #093e52 !important;
  color: #fff !important;
}
.t-form-card
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.t-form-card
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__arrow {
  top: 14px !important;
  right: 14px !important;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 14px;
  color: #6c757db5;
  font-weight: 600;
  position: absolute;
  top: 7px;
  right: 12px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
}
fieldset input:active,
input.form-control:active,
textarea.form-control:active {
  border-color: rgba(0, 153, 168, 0.4) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(0, 153, 168, 0.4) !important;
}
fieldset input:focus,
input.form-control:focus,
textarea.form-control:focus {
  border-color: rgba(0, 153, 168, 0.4) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(0, 153, 168, 0.4) !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid !important;
  outline: 0;
  border-radius: 8px;
  display: flex;
  border-color: rgba(0, 153, 168, 0.4) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(0, 153, 168, 0.4) !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 44px !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d0d5dd;
  border-radius: 8px !important;
  cursor: text;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  position: relative;
  padding-left: 3px;
  height: 44px !important;
}
.select2-container .select2-search--inline .select2-search__field {
  height: 24px !important;
  margin: 0 !important;
  padding-left: 10px !important;
  padding-top: 9px !important;
  height: 44px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 8px !important;
  margin-top: 9px !important;
  background-color: #e9ebf0 !important;
  border: 1px solid #e9ebf0 !important;
  padding-left: 18px !important;
  padding-right: 15px !important;
  font-size: 14px;
  font-weight: 400;
  color: #667085;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover
  .select2-selection__choice__remove {
  display: block;
}

/* Radio Buttons */
.cradio {
  --form-control-color: #0099a8;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.9;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 1em;
  color: #5f6e87;
}
.cradio input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  border: 2px solid #d9d9d9;
}
.cradio input[type="radio"]::before {
  content: "\2713";
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  border: 0.1px solid #009DAB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}
.cradio input[type="radio"]:checked::before {
  transform: scale(1) !important;
}

.investor-options {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 70px;
}
.main-section .angel-membership,
.main-section .test-membership {
  height: 69px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.main-section .angel-membership {
  background: #009dab33;
}
.main-section .angel-membership h6,
.main-section .test-membership h6 {
  font-size: 18px;
  font-weight: 600;
  color: #344054;
  margin: 0;
}
.main-section .angel-membership a,
.main-section .test-membership a {
  color: #fff;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.main-section .angel-membership a {
  background-color: #009dab;
}
.main-section .test-membership a {
  background: #fb7e48;
}
.main-section .test-membership {
  background: #fb7e4833;
}
.test-member-row {
  padding-bottom: 120px;
}

/* Dashboard */
.dashboard-banner {
  background: url("../images/dashboard-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 164px;
  border-radius: 8px;
  padding: 35px;
  background-size: cover;
}
.dashboard-banner h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  color: #1d2939;
}
.dashboard-banner p {
  font-size: 14px;
  font-size: 500;
  line-height: 23px;
}
.dashboard-title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 15px;
  margin-bottom: 18px;
}
.dashboard-title p span {
  font-weight: 700;
}
.services-section .service-card {
  box-shadow: 0px 6px 12px -1px #3440541a;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  padding: 24px 32px;
}
.services-section .service-card h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #1d2939;
}
.services-section .service-card p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.services-section .sl-dashboard-card .service-card p {
  color: #3B4A46;
}
.services-section .sl-dashboard-card {
  border: 1px solid #F4F4F4;
  box-shadow: 0px 6px 12px 0px #4754671A !important;
  background-color: #fff;
}
.services-section .sl-dashboard-card .get-started-btn {
  box-shadow: 0px 1px 2px 0px #1018280d;
  border-radius: 8px;
  padding: 8px 18px;
  background: #009dab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}
.services-section .service-card .button-wrapper {
  display: inline-block;
  float: right;
}

/* Fundraising 1st Step Form */

.dashboard-breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 15px 0;
}
.dashboard-breadcrumb .breadcrumb-item,
.dashboard-breadcrumb .breadcrumb-item a {
  font-size: 11px;
  font-weight: 500;
  color: #475467;
}
.dashboard-breadcrumb .breadcrumb-item a img {
  width: 13px;
  height: 13px;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #D0D5DD;
  font-family: "FontAwesome";
  content: '\f054';
  font-size: 10px;
}
.dashboard-breadcrumb .breadcrumb-item:last-child {
  color: #006e78;
}
.main-section .page-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #1d2939;
}
.main-section .page-sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.main-section .continue-btn {
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px #1018280d;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #344054;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-steps {
  background-color: #f9fafb;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-left: 280px;
}

/* Tabs Styling */
.fundraising-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  width: 100%;
  text-align: center;
}
.fundraising-tabs .edu-work-tab {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  border: none;
  padding: 0;
  margin: 0px 30px;
}
.fundraising-tabs .edu-work-tab:focus,
.fundraising-tabs .edu-work-tab:hover,
.fundraising-tabs .edu-work-tab.active {
  border: none;
  outline: none;
}
.fundraising-tabs .edu-work-tab.active span {
  background-color: #f2f4f7;
  border: 1px solid #009dab;
}
.fundraising-tabs .edu-work-tab.complete span {
  background-color: #009dab;
  border: 1px solid #009dab;
}
.edu-work-tab.complete span:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0px;
}
.fundraising-tabs .edu-work-tab.active p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.fundraising-tabs .edu-work-tab span {
  border: 1px solid #e0e0e0;
  background-color: #f2f4f7;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.fundraising-tabs .edu-work-tab p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #9f9f9f;
}
.fundraising-tabs .edu-work-tab.complete p {
  color: #009dab;
}
.fundraising-tabs .edu-work-tab span .outer-circle {
  position: absolute;
  z-index: -1;
}

.fundraising-tabs .edu-work-tab.active {
  position: relative;
  z-index: 0;
  background: transparent;
  border: none;
}
.fundraising-tabs::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 2px;
  background-color: #009dab;
  left: 20px;
  right: 0;
  top: 26px;
  z-index: -1;
  margin: auto;
}
.form-steps nav {
  background: #f2f4f7;
  padding: 20px 80px;
}
.fundraising-tabs .step-line::after {
  position: absolute;
  content: "";
  border: 1px solid #d3d3d3;
  width: 30px;
  left: -42px;
}
.fundraising-tab-content .box {
  max-width: 967px;
  padding: 0 42px;
}
.fundraising-tab-content h6.team-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #1d2939;
}
.fundraising-tab-content p.team-sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.fundraising-tab-content .form-box {
  margin: 20px 42px;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.fundraising-tab-content .form-box label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #344054;
}
.fundraising-tab-content .next-step-btn {
  background-color: #009dab;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: 142px;
  align-items: center;
  text-align: center;
  margin-left: auto;
}
.fundraising-tab-content .next-btn-box {
  margin: 30px 82px 30px 0;
}

/* Upload logo box */
.file-upload-box {
  width: 270px;
  height: 100px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
}

.upload-icon {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: #f2f4f7;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
}

.file-info span.file-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: #009dab;
}
.file-info span.file-formate {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #475467;
}

/* Fundraising Form Step-2 Team */

.fundraising-team-row {
  width: 100%;
}
.fundraising-team-row .add-member-card {
  min-width: 200px;
  height: 240px;
  background-color: #F9FAFB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.fundraising-team-row .add-member-card .add-team-member {
  font-size: 14px;
  font-weight: 600;
  color: #009DAB;
  text-align: center;
  cursor: pointer;
  width: 100%;
  z-index: 1000;
}
.fundraising-team-row .member-card {
  min-width: 200px;
  height: 240px;
  background-color: #F9FAFB;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  margin-bottom: 20px;
}
.fundraising-team-row .member-card .info-edit-options, .fundraising-team-row .member-card .member-linkedin {
  position: absolute;
}
.fundraising-team-row .member-card .info-edit-options {
  right: 18px;
  top: 12px;
}
.fundraising-team-row .member-card .member-linkedin {
  left: 18px;
  top: 12px;
}
.fundraising-team-row .member-card .avatar-box {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: gray;
  margin-top: 15px;
}
.fundraising-team-row .member-card .member-bio-data {
  width: 152px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
}
.fundraising-team-row .member-card .member-bio-data .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
  margin: 0;
}
.fundraising-team-row .member-card .member-bio-data .designation {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #009DAB;
}
.fundraising-team-row .member-card .member-bio-data .email {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Add Team member modal */
.show_more_team_member {
  background-color: #233a52b6;
}
.modal-header .close:focus {
  outline: none;
}

.file-input-label {
  display: inline-block;
  cursor: pointer;
  padding: 8px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #1018280d;
  background-color: #fff;
  color: #344054;
  font-weight: 500;
  font-size: 14px;
}
.form-control-file {
  display: none;
}
.file-input-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
}
.file-name {
  width: auto !important;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  text-align: left;
}
.new-member-modal-body .member-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #F2F4F7;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.75px solid #10182814;
}
.new-member-modal-body .member-pic-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.new-member-modal-body .upload-wrapper {
  margin-left: 15px;
}
.new-member-modal-body .iti {
  width: 100%;
}
.modal-footer .cancel-btn, .modal-footer .confirm-btn {
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
}
.modal-footer .cancel-btn {
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px #1018280D;
  color: #344054;
  margin-right: 10px;
}
.modal-footer .confirm-btn {
  box-shadow: 0px 1px 2px 0px #1018280D;
  color: #fff;
  background-color: #0097A8;
}

.custom-input {
  position: relative;
}
.custom-input input[type="number"], .custom-input input[type="percentage"] {
  padding-left: 60px;
}
.custom-input.number::before {
  content: "USD";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #4e5154;
  font-size: 14px;
}
.custom-input.percentage::before {
  content: "%";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #4e5154;
}

.custom-input::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d0d5dd;
}

/* Fundraising Form Step-5 page */
.upload-doc-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  border: 2px dashed #D0D5DD;
  border-radius: 8px;
  padding: 16px 24px;
  margin-bottom: 15px;
}
.upload-doc-box.active {
  background: #F9FAFB;
}
.upload-doc-box h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1D2939;
}
.upload-doc-box h6 .optional {
  border: 1px solid #EAECF0;
  border-radius: 25px;
  background: #F9FAFB;
  font-size: 12px;
  font-weight: 500;
  color: #344054;
  line-height: 18px;
  padding: 2px 8px;
}

/* Fundraising Step-6 Review Page */
.form-box .fee-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
.form-box .fee-title span {
  font-weight: 500;
}

.form-box .investment-type {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #009DAB;
  padding-bottom: 12px;
}
.form-box .fee-wrapper {
  background: #BDE6E966;
  padding: 10px 0px;
  width: 100%;
  display: flex;
  border-radius: 2px;
  margin: 0px 12px 8px 14px;
}
.form-box .fee-detail, .form-box .fee-amount {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.form-box .fee-detail {
  font-weight: 500;
}
.form-box .fee-amount {
  font-weight: 600;
}
.form-box .note {
  font-size: 12px;
  font-weight: 500;
  color: #667085;
  padding-top: 8px;
}
.checkbox-row {
  max-width: 967px;
}
/* Custom checkbox styling below */
.custom-checkbox.fundraising {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}

.custom-checkbox.fundraising input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.custom-checkbox.fundraising .highlighted-text {
  color: #009DAB;
}

.checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  box-shadow: inset 0 0 2px #e8e4e4e0;
  background-color: white;
  transition: 0.1s;
}

.custom-checkbox.fundraising:hover .checkmark {
  border: 1px solid #0099a8;
  box-shadow: inset 0 0 2px #0099a8;
}

.custom-checkbox.fundraising input:checked ~ .checkmark {
  background-color: #0099a8;
  border-color: #0099a8;
}

.checkmark::after {
  content: "\2713";
  color: white;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.custom-checkbox.fundraising input:checked ~ .checkmark::after {
  visibility: visible;
}


/* Fundraising Submitted Successfully Page */
.fundraising-submitted-box {
  max-width: 967px;
  height: 100vh;
  display: inline;
}
.fundraising-submitted-box .submitted-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 70vh;
}
.fundraising-submitted-box .submitted-content img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(128, 128, 128, 0.595);
}
.fundraising-submitted-box .submitted-content h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  color: #1D2939;
  margin-top: 20px;
  text-align: center;
}
.fundraising-submitted-box .submitted-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #475467;
  text-align: center;
}
.fundraising-submitted-box .submitted-content a {
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px #1018280D;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #344054;
  margin-top: 20px;
}


/* Accepted - No Data to Show Screen */
.profile-data-box {
  display: flex;
  justify-content: center;
  height: 60vh;
}
.profile-data-box .profile-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile-data-box .profile-content h6, .profile-data-box .profile-content p {
  color: #475467;
  text-align: center;
}
.profile-data-box .profile-content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
}
.profile-data-box .profile-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.profile-data-box .profile-content .start-fundraising-btn {
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px #1018280D;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #344054;
  margin-top: 20px;
}
.nav-page-title {
  font-size: 16px;
  font-weight: 600;
}

/* Startup Info Screen */
.sidebar-startup-name {
  font-size: 16px;
  font-weight: 700;
  color: #1D2939;
}
.sidebar-startup-info {
  font-size: 12px;
  font-weight: 400;
}

.profile-data-section {
  margin-left: 280px;
}

.business-focus-row .details-div .startup-name-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}
.business-focus-row .details-div .figure-amount {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}



/* Saudi Landing Ph-1 */
.sl-service-row {
  align-items: center;
}
.services-section .service-card .sl-service-row h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 15px;
}
.sl-service-row .sl-card-wrapper {
  display: flex;
}
.sl-service-row .sl-card-wrapper img {
  min-width: 180px;
  min-height: 120px;
  border-radius: 8px;
  background-color: #80808066;
  margin-right: 20px;
}
.dashboard-banner.sl-dashboard-banner {
  background: url(../../startup/images/overlay-new.png);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 20px 35px;
  background-size: cover;
}
.dashboard-banner.sl-dashboard-banner h4 {
  padding-top: 30px;
}
.services-section .service-card {
  box-shadow: 0px 6px 12px -1px #3440541A;
}
.sl-heading-row .back-btn {
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px #1018280d;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.sl-heading-row .header-area {
  display: inline-flex;
}
.sl-heading-row .header-area .profile-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #475467;
}
.sl-heading-row .header-area .profile-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #76879E;
}




/* Accordion */
.accordion-box {
  width: 100%;
  height: 88px;
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 8px;
  transition: height 0.3s, background-color 0.3s;
  padding: 30px 0px 0 0;
  box-shadow: 0px 4px 36px 0px #0000001A;
}
.sl-accordion-main-box {
  width: 100%;
}
.sl-accordion-main-box .accordion-box .right-section {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 12px;
  flex-direction: row;
}
.sl-accordion-main-box .left-section {
  padding-left: 20px;
}
.sl-accordion-main-box .accordion-content {
  display: none;
  padding-left: 50px;
}
/* .accordion-content .nested-accordion .accordion-content {
  display: none;
}
.accordion-content .nested-accordion.expended .accordion-content {
  display: block;
} */


.sl-accordion-main-box .accordion-box.expanded {
  height: -webkit-fill-available;
  background-color: #009DAB1A;
  border: 1px solid #eaecf0;
}
.sl-accordion-main-box .accordion-box.expanded .accordion-content {
  background-color: #fff;
}
.sl-accordion-main-box .expanded .accordion-content {
  display: flex;
  flex-direction: column;
  padding: 40px 15px;
  margin-top: 40px !important;
}
.sl-accordion-row {
  margin: 0 30px;
}
.sl-accordion-main-box .left-section {
  display: flex;
  align-items: center;
}
.sl-accordion-main-box .left-section .accordion-heading {
  margin: 0 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  color: #009DAB;
}
.sl-accordion-main-box .left-section .accordion-heading .phases {
  font-size: 16px;
  font-weight: 500;
}
.sl-accordion-main-box .left-section .accordion-heading .responsible {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #B54708;
  padding-left: 18px;
}
.sl-accordion-main-box .left-section .status-round {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #E6E6E6;
  display: inline-block;
}
.sl-accordion-main-box .left-section .status-round.active {
  border: 2px solid #009DAB;
}
.sl-accordion-main-box .left-section .status-round.on-progress {
  border: 2px solid #009DAB;
  border-style: dashed;
}
.sl-accordion-main-box .left-section .status-round.pending {
  border: 2px solid #009DAB4D;
}
.sl-accordion-main-box .left-section .status-round.completed {
  border: 2px solid #009DAB;
  background-color: #009DAB;
  position: relative;
}

.sl-accordion-main-box .left-section .status-round.completed:after {
  content: "\2713";
  position: absolute;
  top: 11px;
  left: 11px;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #fff;
}
.sl-accordion-main-box .accordion-box .right-section .tenure-round  {
  background-color: #EEF4FF;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #3538CD;
  line-height: 20px;
  padding: 4px 12px;
  margin-right: 12px;
}


/* Legal Structure */
.fundraising-tabs.sl-legal-tabs-nav {
  justify-content: space-between;
}
.fundraising-tabs.sl-legal-tabs-nav .edu-work-tab {
  margin: 0 0 0 15px;
}

.fundraising-tabs.sl-legal-tabs-nav .edu-work-tab p {
  font-size: 12px;
  margin-left: 5px;
}
.form-box .add-doc-btn {
  border: 1px solid #B3E2E6;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #009DAB;
}














/* Responsive */

@media (min-width: 768px) and (max-width: 1150px) {
  .dash-sidebar.startup-sidebar {
    width: 85px;
  }
  .dash-sidebar.startup-sidebar .sidebar-navigation ul li a {
    display: none;
  }
  .dash-sidebar.startup-sidebar .sidebar-navigation ul li .mobile-view-icon {
    display: block;
  }
  .dash-sidebar.startup-sidebar .page-heading {
    padding-left: 5px;
  }
  .dash-sidebar.startup-sidebar .logo-section img {
    width: 80%;
  }
  .dash-sidebar.startup-sidebar .sidebar-navigation ul li {
    margin-bottom: 25px;
    padding-left: 14px;
  }
  .dash-sidebar.startup-sidebar .sidebar-navigation ul li .mobile-view-icon i {
    font-size: 32px;
  }
  .main-section,
  .form-steps, .profile-data-section {
    margin-left: 85px;
  }
  .main-section .header-section {
    width: calc(100% - 85px);
  }
  .startup-detail-opt {
    padding: 15px 0 15px 0px;
  }
}



@media (min-width: 200px) and (max-width: 767px) {
  .main-content-row {
    width: 100%;
  }
  .login-top-row .left-sec,
  .login-top-row .right-sec {
    width: 49%;
  }
  .services-offered-row .box {
    width: 100%;
  }
  .left-sec,
  .right-sec {
    padding: 30px 15px;
  }
  .thankyou-footer-text {
    border-bottom: 1px solid #00000021;
    padding-bottom: 15px;
  }

  .dash-sidebar.startup-sidebar {
    width: 75px;
  }
  .dash-sidebar.startup-sidebar .page-heading p {
    font-size: 10px;
  }
  .dash-sidebar.startup-sidebar .sidebar-navigation ul li a {
    display: none;
  }
  .dash-sidebar.startup-sidebar .sidebar-navigation ul li .mobile-view-icon {
    display: flex;
    align-items: center;
    margin: auto;
    height: 20px;
  }
  .dash-sidebar.startup-sidebar .page-heading {
    padding-left: 5px;
  }
  .dash-sidebar.startup-sidebar .logo-section img {
    width: 80%;
  }
  .dash-sidebar.startup-sidebar .sidebar-navigation ul li {
    margin-bottom: 25px;
    padding-left: 0;
    height: 20px;
  }
  .dash-sidebar.startup-sidebar .sidebar-navigation ul li .mobile-view-icon i {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .main-section,
  .form-steps, .profile-data-section {
    margin-left: 75px;
  }
  .main-section .header-section {
    width: calc(100% - 85px);
  }
  .main-section .angel-membership,
  .main-section .test-membership {
    height: auto;
    padding: 15px 15px;
  }
  .main-section .angel-membership h6,
  .main-section .test-membership h6 {
    font-size: 14px;
  }
  .main-section .angel-membership a,
  .main-section .test-membership a {
    font-size: 15px;
  }
  .main-section .header-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 8px;
    width: 89%;
    z-index: 10000;
  }
  .startup-detail-opt {
    padding: 15px 0 15px 0px;
  }
  .startup-name {
    font-size: 10px;
    font-weight: 500;
  }
  .fundraising-tab-content .form-box {
    margin: 20px 0px;
    padding: 30px 15px;
  }
  .file-upload-box {
    width: 100%;
  }
  .form-steps nav {
    padding: 20px 15px;
  }
  .fundraising-tabs .step-line::after {
    border: none;
  }
  .fundraising-tabs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-bottom: none;
    flex-direction: column;
  }
  .dropdown-toggle.sidebar-toggle {
    padding: 5px;
  }
  .user-details-div i {
    font-size: 10px;
  }
  .fundraising-tab-content .box {
    padding: 0 0px;
  }
  .dash-sidebar.startup-sidebar .logo-section {
    padding-left: 6px;
  }
  .investor-bio {
    font-size: 10px;
  }
  .dash-sidebar.startup-sidebar .sidebar-navigation {
    padding-left: 10px;
  }
  .main-section .page-sub-title {
    font-size: 12px;
  }
  .main-section .continue-btn {
    font-size: 12px;
    padding: 8px 12px;
  }
  .upload-icon {
    margin: 0 10px;
  }
  .file-info {
    padding-left: 10px;
  }
  .fundraising-tab-content .form-box label {
    font-size: 12px;
  }
  .fundraising-tab-content .next-btn-box {
    margin: 30px 15px 30px 0;
  }
  .fundraising-tab-content .next-step-btn {
    padding: 12px 20px;
    font-size: 12px;
    width: 110px;
  }
  .fundraising-tabs .edu-work-tab {
    margin-bottom: 10px;
  }
  input[type="text"],
  input[type="date"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  textarea {
    font-size: 12px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 12px;
  }

  .sidebar-startup-name {
    font-size: 12px;
    padding-left: 10px;
  }
  .sidebar-startup-info {
    font-size: 11px;
    padding-left: 10px;
  }
  .investor-profile-main-sec .investor-card-body .tenure-box {
    min-height: 40px;
    border-bottom: 1.5px solid #D9D9D9;
    margin-bottom: 30px;
    border-right: none !important;
    min-height: 40px !important;
  }
  .investor-profile-main-sec .investor-data-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .investor-profile-main-sec .investor-card-body .tenure-box::before {
    bottom: 0px !important;
    top: 30px !important;
  }
  .investor-profile-main-sec .investor-card-body .empty-box.no-data-box {
    min-height: 100px;
  }


}