@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@font-face {
  font-family: 'Canva Sans';
  src: url('../fonts/CanvaSans-Bold.woff2') format('woff2'),
      url('../fonts/CanvaSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Canva Sans';
  src: url('../fonts/CanvaSans-Regular.woff2') format('woff2'),
      url('../fonts/CanvaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  /* font-family: "Instrument Sans", serif; */
  font-family: 'Canva Sans' !important;
  background: #fff;
  font-size: 18px;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: 400;
  letter-spacing: 0.2px;
}

ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
  margin: 0;
  padding: 0;
  /* font-family: "Instrument Sans", serif; */
  font-family: 'Canva Sans' !important;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

*,
after,
before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  line-height: normal;
  min-height: 100vh;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
  color: #444;
}

p {
  line-height: 1.4;
  margin-bottom: 18px;
  word-break: break-word;
  font-size: 18px;
}

b,
strong {
  font-weight: 600;
}

u {
  text-decoration: underline;
}

i,
em {
  font-style: italic;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
  font-size: 16px;
}
/*select::-ms-expand { display: none; }*/
.clearfix {
  clear: both;
}

sup {
  top: -2px;
}

:root {
  --blue: #2a397a;
  --grey: #777777;
}

h1,
.h1 {
  font-size: 65px;
  font-weight: 700; line-height: 70px; margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 50px;
  font-weight: 600;
  position: relative;
}

h3,
.h3 {
  font-size: 30px;
  font-weight: 500;
}

h4,
.h4 {
  font-size: 26px;
  font-weight: 500;
}

h5,
.h5 {
  font-size: 22px;
  font-weight: 500;
}


.section-title::before {
  content: "";
  /* background: url(../images/site-icon.svg) center no-repeat; */
  background: none;
  background-size: contain;
  display: block;
  width: 64px;
  height: 0px;
  /* height: 64px; */
  /* margin: 0 0 20px; */
  margin: 0 0 0px;
}


.section-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  border-radius: 9px;
  background: linear-gradient(
    to right,
    #FFC003 0%,
    #FFC003 25%,
    #65CCF4 25%,
    #65CCF4 50%,
    #E6A3DE 50%,
    #E6A3DE 75%,
    #90D975 75%,
    #90D975 100%
  );
  margin-top:20px ;
}

.section-title.text-center::before {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

:root {
  --grey: #747474;
  --lightgrey: #E7EAED;
  --black: #000;
  --blue: #0a74eb;
  --community: #ffc003;
  --people: #65ccf4;
  --economic: #e6a3de;
  --planet: #90d975;
  --white: #fff;
}

.text-grey {
  color: var(--grey) !important;
}
.text-blue {
  color: var(--blue) !important;
}
.bg-lihtgrey {
  background: var(--lightgrey);
}

.text-14px{ font-size: 14px; }
.text-success{ color: #39B90A !important; }

.dropdown-toggle:after{ border: 0; background: url(../images/down-icon.svg) center no-repeat; width: 10px; height: 10px; vertical-align: middle; }


.form-label {
  font-size: 14px;
  margin-bottom: 7px;
  padding-bottom: 0;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #000;
}

.form-control {
  font-weight: 500;
  height: 50px;
  opacity: 1;
  box-shadow: none;
  outline: none;
  border: solid 1px var(--grey);
  border-radius: 4px;
  background-color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px;
  font-weight: normal;
}

.form-control.form-select {
  padding-right: 32px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}

textarea.form-control {
  min-height: 120px;
  resize: none;
}

input[type="file"].form-control {
  padding-top: 8px;
}

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #999999;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.form-control:-moz-placeholder {
  opacity: 1;
  color: #999999;
}

/*checkbox*/
.checkbox {
  display: inline-block;
  position: relative;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  border: 0;
  margin: 0;
  padding: 0;
}

.checkbox label {
  min-height: 20px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  padding-top: 3px;
  font-weight: 400;
}

.checkbox label:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: absolute;
  border: solid 1px #000;
  border-radius: 4px;
  left: 0;
  top: 1px;
}

.checkbox label:hover:before {
  background: #eee;
  border-color: #444;
}

.checkbox input[type="checkbox"]:checked + label:before {
  background: var(--blue) Url(../images/check-icon.svg) center no-repeat;
  background-size: 12px;
  border-color: var(--blue);
}

/*radio*/
.radio {
  display: inline-block;
  position: relative;
}

.radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  border: 0;
  margin: 0;
  padding: 0;
}

.radio label {
  min-height: 20px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  padding-top: 3px;
  font-weight: 400;
}

.radio label:before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: absolute;
  border: solid 1px #000;
  border-radius: 20px;
  left: 0;
  top: 1px;
}

.radio label:hover:before {
  background: #eee;
  border-color: #444;
}

.radio input[type="radio"]:checked + label:before {
  border-color: var(--blue);
  border-width: 5px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-left: 20px;
}

.checkbox label a {
  text-decoration: underline;
}

.radius20{border-radius: 20px;}

/*==========================Page=Css=Start====================================*/
.header {
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; min-height: 150px; background: #fff;
}

.menu .navbar {
  padding: 0;
}

.menu .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
  padding: 0 12px !important;
  text-transform: none;
}

.menu .navbar-nav .nav-link:hover,
.menu .navbar-nav .nav-link.active {
  color: var(--blue) !important;
}

.login_register_btns {
  display: flex;
  gap: 15px;
}

.button1 {
  line-height:48px;
  background: #fff;
  color: #0a74eb;
  text-decoration: none;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #0a74eb !important;
  cursor: pointer;
  padding: 0 30px;
}

.button1:hover {
  background: #0a74eb !important;
  color: #fff;
}

.button2 {
  line-height:50px;
  background: #0a74eb;
  color: #fff;
  text-decoration: none;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #0a74eb !important;
  cursor: pointer;
  padding: 0 30px;
}

.button2:hover {
  background: none;
  color: #0a74eb;
}

.button3 {
  line-height: 52px;
  background: var(--grey);
  color: #fff;
  text-decoration: none;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--grey) !important;
  cursor: pointer;
  padding: 0 30px;
}

.button3:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000 !important;
}

.btn-sm {
  line-height: 38px;
}

.middle_wrapper {
  position: relative;
  min-height: calc(100vh - 100px);
}
.setminheightpage {
  min-height: calc(100vh - 290px);
  display: block;
}
.setminheightpagehelp {
  min-height: calc(100vh - 763px);
  display: block;
}


.banner {
  width: 100%;
  position: relative; height: 680px;
}

.banner-inn {
  width: 100%;
  position: relative; height: 570px;
  display: flex;justify-content: flex-start;
}

.banner-inn .banner-text{
  width: 600px;
  background: gray;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 69px;
  color: #fff;
  justify-content: center;
}

.banner-inn .banner-text p{
  font-size: 22px;
  margin: 0;
}

.banner-inn .banner-img{
  flex-grow: 1;
}

.banner video,
.banner-inn video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  display: block;
}
.banner_behind{ width: 100%; display: block; height: 100%; }

.banner_content{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 0;
  display: flex;
  justify-content: center; align-items: center;
  background: rgba(0, 0, 0, 0.30); color: #fff;
}
.banner_content_inside{ display: block; max-width: 690px; }
.banner_content_inside p{ font-weight: normal; font-size: 22px; }


.intuitive_social {
  padding: 105px 0;
  display: flex;
  justify-content: center;
}

.intuitive_social_inner {
  max-width: 1000px;
  text-align: center;
}

.intuitive_social_inner p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--grey);
}

.intuitive_social_inner ul {
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
}

.intuitive_social_inner ul li {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 600;
  color: var(--grey);
}

.intuitive_social_inner ul li .icon {
  min-height: 71px;
  margin-bottom: 20px;
}

.middle_banner {
  position: relative;
}

.middle_banner figure {
  margin-bottom: 0;
}

.middle_banner figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(ellipse at center,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.middle_banner figcaption p {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  max-width: 1072px;
  line-height: 1.5;
}

.whatwill_sec {
  text-align: center;
}

.whatwill_sec h4 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--white);
}

.whatwill_sec ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 178px;
}

.whatwill_sec ul li {
  font-size: 102px;
  font-weight: 600;
  color: #ffc003;
}

.whatwill_sec ul li:nth-child(2) {
  color: #65ccf4;
}

.whatwill_sec ul li:nth-child(3) {
  color: #e6a3de;
}

.whatwill_sec ul li:nth-child(4) {
  color: #90d975;
}

.footer {
  background: var(--grey);
  color: #fff;
}

.footer-sec{
  display: flex;

  justify-content: space-between;
}

.footer-right{
  width: 100%;
  max-width: 750px;
}

.footer-right h4{
  text-align: left;
  margin-bottom: 23px;
}

.footer-right ul{
  margin-bottom: 43px;
}

.footer-right ul li{
  text-align: left;
  margin-bottom: 14px;
}

.footer-right ul li:last-child{
  margin-bottom: 0px;
}

.footer-right ul li a{
  color: #fff;
}
.footer-right ul li a:hover,
.footer-right ul li div:hover{ text-decoration: underline !important;}

.copyright{
  border-top: 1px solid #E7EAED;
  text-align: left;
  padding-top: 33px;
}

.header .button1,
.header .button2 {
  line-height:48px;
}

.userinfotop .btn .small{
font-size: 11px;
color: #666;
}
/*Auth pages css start*/
.login_wrap {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.login_left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lightgrey);
  padding: 40px;
}

.login_content {
  max-width: 590px;
  text-align: center;
}

.login_content h2 {
  color: var(--grey);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}


.login_content ul {
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 85px;
}

.login_content ul li {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.login_content ul li .icon {
  margin-bottom: 15px;
}

.login_content ul li .icon img {
  max-height: 44px;
}

.login_right {
  width: 50%;
  padding: 40px 40px;
  display: flex;
  justify-content: center;
}

.lrInner {
  width: 100%;
  max-width: 520px;
}

.lrInner h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: var(--grey);
}

.login_form {
  background: #fff;
  border-radius: 16px;
  padding: 45px 55px;
}

.login_title {
  padding-bottom: 32px;
}

.login_title h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.login_title p {
  margin: 0px 0 0;
}

.login_form .form-group {
  padding-bottom: 20px;
}

.login_form .form-group .label {
  margin-bottom: 4px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.login_form .form-control {
  box-shadow: none;
  font-weight: 400;
  color: #000;
  background-image: none;
}

.form-control:focus {
  border-color: #0a74eb;
}


.login_form .form-group .rememberme input {
  width: 22px;
  height: 22px;
  position: relative;
  top: 3px;
}

.login_form .form-group .rememberme a {
  color: #000;
  text-decoration: underline;
}

.login_form .form-group .rememberme a:hover {
  color: #0a74eb;
  text-decoration: none;
}

.login_form .form-group .forgotpassword a {
  color: #000;
  text-decoration: none !important;
  font-size: 15px;
}

.login_form .form-group .forgotpassword a:hover {
  color: #0a74eb;
  text-decoration: none;
}

.login_form .form-group .button2 {
  min-width: 100%;
  line-height: 48px;
  font-size: 16px;
}

.login_form .registerhere p {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--grey);
}

.login_form .registerhere a {
  color: #000;
  text-decoration: none !important;
  font-weight: 600;
}

.login_form .registerhere a:hover {
  color: #0a74eb;
  text-decoration: none;
}

.register_as {
  display: flex;
  gap: 10px;
}

.register_organization {
  width: 50%;
  background: #f8f8f8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.register_organization input {
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #0a74eb;
  appearance: none;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.register_organization input:checked {
  background-color: #0a74eb;
  background-image: url(../images/check-icon.svg);
}

.register_organization label {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  cursor: pointer;
}

/* .register_organization .icon {
  min-height: 39px;
  margin-bottom: 8px;
} */

.register_organization .icon {
  min-height: 39px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register_organization .icon img {
  max-height: 25px;
  max-width: 28px;
}
.thankYou_bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 580px;
  text-align: center;
  padding: 14% 0;
}

.thankYou_bx h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 25px 0;
}

.thankYou_bx p {
  margin-bottom: 0;
}

.thankYou_bx .button2 {
  min-width: 154px;
  line-height: 48px;
  font-size: 16px;
  margin-top: 42px;
}

.button2.btn-lg {
  font-size: 24px;
  padding: 12px 40px;
}
.section-full {
  display: block;
  width: 100%;
  padding: 150px 0;
  clear: both;
  position: relative;
}

.stats-sec{
  padding: 138px 0;
  display: flex;
  justify-content: center;
  gap: 180px;
}

.stats-sec h1{
  margin-bottom: 10px;
}

.section-full.section-gap-sm {
  padding: 30px 0;
}

.section-full .aside-img{
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  overflow: hidden;
}

.section-full .aside-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-content h1,
.info-content h2 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 2220px;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
    padding-right: 0;
    padding-left: 0;
  }
}

.community-border {
  border-color: var(--community) !important;
}
.people-border {
  border-color: var(--people) !important;
}
.economic-border {
  border-color: var(--economic) !important;
}
.planet-border {
  border-color: var(--planet) !important;
}

/* main caregory icons */
.community-icon {
  background: url(../images/community.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.people-icon {
  background: url(../images/people.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.economic-icon {
  background: url(../images/economic-icon.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}


.planet-icon {
  background: url(../images/planet-icon.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}


/* Community sub category icons */
.fundraising-icon {
  background: url(../images/fundraising.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.giving-time-icon {
  background: url(../images/giving-time.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.wellbeing-icon {
  background: url(../images/wellbeing.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

/* people sub category icons */
.diversity-equaliy-icon {
  background: url(../images/diversity-equality.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.indigenous-icon {
  background: url(../images/Indigenous.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.workforce-location-icon {
  background: url(../images/workforce-location.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

/* economic sub category icons */
.supplier-location-icon {
  background: url(../images/suppiler-location.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.suppiler-spend-icon {
  background: url(../images/suppiler-spend.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.local-community-icon {
  background: url(../images/local-community.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

/* planet sub category icons */
.sustainability-icon {
  background: url(../images/sustainability.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.recycling-icon {
  background: url(../images/recycling.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.carbon-footpring-icon {
  background: url(../images/carbon-footprint.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.bg-community {
  background: var(--community) !important;
}
.bg-people {
  background: var(--people) !important;
}
.bg-economic {
  background: var(--economic) !important;
}
.bg-planet {
  background: var(--planet) !important;
}

.infobox {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: solid 1px #c4c4c4;
  padding: 20px;
  min-height: 100%;
}
.infobox_cover {
  display: block;
  width: 100%;
}
.infobox_cover img {
  height: 170px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  display: block;
}
.infomain-icon {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  margin-left: 10px;
  width: 88px;
  height: 88px;
  background: #fff;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px;
}
.infomain-icon span {
  width: 50%;
  height: 50%;
}
.infoBottomContent {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.font-20-size {
  font-size: 20px;
  font-weight: 500;
}
.info-subicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 60px;
}
.info-subicons span {
  width: 55%;
  height: 55%;
}

.infobox .info-subicons span {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.pageTitlebox {
  width: 100%;
  display: flex;
  align-items: center;
  clear: both;
  background: #fff;
  padding: 15px 0;
  min-height: 80px;
}
.white-box {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
}
.project-card {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}
.project-card:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.progress-text {
  background: var(--grey);
  border-radius: 60px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 14px;
  color: #fff;
  min-width: 100px;
  text-align: right;
  white-space: nowrap;
}
.progress-text span {
  font-size: 15px;
  font-weight: 400;
}
.project-logo {
  display: inline-flex;
  align-items: center;
  min-width: 78px;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 10px;
  background: #fff;
  border: solid 1px var(--grey);
  overflow: hidden;
}
.project-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.overlay-anchor {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.userprofile-img {
  display: inline-block;
  width: 72px;
  height: 72px;
}
.userprofile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.userDetails strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.email-deail {
  display: block;
  font-size: 14px;
  color: var(--grey);
  background: url(../images/email.svg) 0 center no-repeat;
  line-height: 18px;
  padding-left: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profiledtailinfo {
  max-width: calc(100% - 80px);
}
.profiledtailinfoBox {
  max-width: calc(100% - 150px);
}

.error-msg {
  font-size: 12px;
  color: red;
  margin-top: 4px;
}

.otpinputs {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.otpinputs input {
  width: 44px;
  padding: 0 5px !important;
  text-align: center !important;
  font-weight: 600 !important;
}

.userinfotop a {
  display: inline-flex;
  align-items: center;
}
.userinfotop img {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  display: inline-block;
  border:solid 1px #ccc
}

.bottom_banner img,
.middle_banner img {
  display: block; object-fit: cover; width: 100%;
}

.login_form .checkbox label {
  color: var(--grey);
}

.userinfotop .btn {
  background: transparent !important;
  border: 0 !important;
  color: #000 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
}

.backtopage {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: url(../images/back-btn.svg) left center no-repeat;
}
.singlepages h1,
.singlepages h2,
.singlepages h3,
.singlepages h4,
.singlepages h5 {
  margin-bottom: 10px;
  margin-top: 30px;
}

.singlepages p {
  margin-bottom: 10px;
}
.singlepages ul,
.singlepages ol {
  margin-bottom: 20px;
}

.singlepages ul li,
.singlepages ol li {
  margin-bottom: 10px;
}

.singlepages ul {
  list-style-type: disc;
  margin-left: 20px;
}
.singlepages ul li {
  list-style-type: disc;
}

.singlepages ol {
  list-style-type: auto;
  margin-left: 20px;
}
.singlepages ol li {
  list-style-type: auto;
}

.project-card p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.projects_list_box .project-title {
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}
.scoretext {
  font-size: 16px !important;
  font-weight: 500;
  padding-right: 2px;
}
.progress-text.withscoretext {
  min-width: 190px;
  padding: 8px 25px;
  font-size: 24px;
}
.progress-text.withscoretext span {
  font-size: 18px;
}
.project-card-details {
  max-width: 80%;
}
.filters-box .form-control {
  min-width: 130px;
  height: 44px;
  background-color: #fff;
}
.searchfilter {
  background: url(../images/search-icon.svg) 8px center no-repeat;
  padding-left: 38px;
  width: 350px;
}

.file-choose-custom {
  display: block;
  width: 100%;
  position: relative;
}
.file-choose-custom input[type="file"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.file-choose-custom label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  width: 100%;
  position: relative;
  font-size: 12px;
  border: solid 1px #e3e3e3;
  border-radius: 10px;
  padding: 10px;
  min-height: 84px;
  justify-content: center;
  background-color: #fff;
}
.file-choose-custom label span {
  display: block;
  padding-top: 28px;
  background: url(../images/upload-plus-icon.svg) center top no-repeat;
}
.file-choose-custom label small {
  font-size: 10px;
  color: var(--grey);
}
.file-choose-custom label:hover {
  background: #eee;
}

.project-logo-upload {
  width: 150px;
  min-width: 150px;
}
.project-logo-upload .file-choose-custom label {
  height: 150px;
}

.uploaded-project-logo {
  display: inline-block;
  position: relative;
  width: 100%;
}
.closethisimg {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../images/close-bg.svg) center no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 60px;
  z-index: 2;
  display: inline-block;
}
.uploaded-img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.uploaded-img img {
  display: block;
  object-fit: contain;
  border-radius: 10px;
  max-width: 80%;
  max-height: 80%;
}

.address-input {
  background: url(../images/location.svg) right 2% center no-repeat;
  padding-right: 30px;
}
.project-otherdeails {
  display: inline-block;
}

.proejcttopdetails {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.proejcttopdetails-left {
  padding-right: 60px;
  flex-grow: 1;
  display: inline-flex;
}
.project-detail-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--grey);
  width: 186px;
  height: 186px;
  border-radius: 10px;
  min-width: 186px;
}
.project-detail-logo img {
  max-width: 80%;
  max-height: 80%;
  display: inline-block;
}
.projectinfoDetails {
  flex-grow: 1;
  padding-left: 30px;
  padding-top: 10px;
}
.proejcttopdetails-right {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.button2.nextarrow:after {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../images/next-arrow.svg) center no-repeat;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.button2.nextarrow:hover:after {
  filter: none;
  -webkit-filter: none;
}

.morebtn {
  background: #e6e6e6 url(../images/more-icon.svg) center no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  min-width: 50px;
  border: 0 !important;
}
.morebtn:after {
  display: none;
}
.morebtn:hover {
  background-color: #ddd;
}
.morebtn:active {
  background-color: #777 !important;
}
.dropdown-item {
  color: #000 !important;
  display: flex;
  align-items: center; border-bottom: solid 1px #D9D9D9; padding: 15px 20px; line-height: normal; font-size: 14px; font-weight: 500;
}
.dropdown-item:hover {
  background-color: #eee;
}
.dropdown-item i,
.dropdown-item svg {
  width: 24px;
  margin-right: 6px;
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2); border-radius: 0;
}

.name-com-title{
font-weight: 600;
}
.name-com-title p{
  font-weight: normal;
}
.header .dropdown-menu{ top: 100%; padding: 0px; margin-top: 65px; border-top: solid 0px var(--blue);   }

.users_list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
.usersLeft {
  display: inline-flex;
  align-items: center;
}
.usersLeft img {
  width: 46px;
  height: 46px;
  border-radius: 60px;
  object-fit: cover;
  margin-right: 10px;
}
.removeuserlink {
  text-decoration: underline;
  color: var(--grey);
  cursor: pointer;
}
.removeuserlink:hover {
  color: #000;
}

.users_list_box {
  width: 100%;
  display: block;
}

.nav-tabs .nav-item {
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.nav-tabs .nav-item .nav-link {
  padding: 10px 20px;
  background: var(--lightgrey);
  border-color: var(--lightgrey);
  color: var(--grey);
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tab-icon {
  width: 30px;
  height: 30px;
}
.nav-tabs.verticalIcons .nav-item .nav-link {
  flex-direction: column;
}
.nav-tabs {
  border-bottom: 0px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 25px;
  border: 0;
  position: relative;
}

.tab-content {
  position: relative;
}
.tab-content:before {
  content: "";
  height: 1px;
  background: var(--lightgrey);
  position: absolute;
  top: 0px;
  left: -25px;
  right: -25px;
}

.tab-content.parentTab:before {
  display: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: #fff;
  color: #000;
  border-bottom-color: #fff;
  cursor: default;
}
.tab-content {
  display: block;
  width: 100%;
  padding: 25px 0 0 0;
}

.overviewdetailbox {
  display: flex;
  width: 100%;
  align-items: center;
}
.overviewlefticon {
  width: 180px;
  height: 180px;
  min-width: 180px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.overviewlefticon span {
  filter: brightness(0) invert(1);
  max-width: 70%;
  max-height: 70%;
}

.overview-subpillers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.overview-subpillers .info-subicons {
  border: solid 1px;
  width: 44px;
  height: 44px;
}
.overview-subpillers .mb-2 {
  margin-right: 20px;
}

.overview-subpillers .font-20-size {
  font-size: 18px !important;
}

.graphbox {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  min-height: 100%;
  padding: 20px;
  border-radius: 10px;
}
.navtab-box {
  display: block;
  border-bottom: solid 1px var(--grey);
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 25px;
}

.invitebox {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: start;
}

.invitebox button.button2{
margin-top:23px;
line-height:48px;
}

.cornerstones_detail {
  display: block;
  width: 100%;
  padding: 10px 30px;
  min-height: calc(100vh - 200px);
}
.pointIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: var(--grey);
  border: solid 5px;
  margin-right: 6px;
  margin-bottom: 0 !important;
}

.points_box {
  display: inline-flex; flex-wrap: wrap; gap: 10px;
}
.pointsCols label {
  font-size: 14px;
  color: var(--grey);
}
.pointsCols div {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.pointsCols div span {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 1px;
}

.pointsCols{ display: inline-flex; align-items: center; gap:10px; background: #F8F8F8; padding: 10px 18px; border-radius: 10px;}

.questions_table {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.questions_row {
  display: flex;
  width: 100%;
  align-items: start;
  padding: 10px 20px;
  border-radius: 10px;
  background: #F8F8F8;
  min-height: 58px;
  position: relative;
  gap: 12px;
  flex-wrap: nowrap;
}
.questions_row:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  z-index: 0 !important;
  pointer-events: none;
}
.questions_row.completed:before {
  opacity: 0.2;
}
.questions_row.completed {
  background: #fff;
}
.questions_row * {
  z-index: 2;
}
.questiondonemark {
  width: 24px;
  height: 24px;
  border-radius: 60px;
  min-width: 24px;
  display: inline-block;
  position: relative;
}
.questiondonemark:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  z-index: 2;
  background: url(../images/question-icon.svg) center no-repeat; background-size: 8px;
}
.questiondonemark:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  z-index: 1;
  opacity: 0.2;
}

.questions_row.completed .questiondonemark:after {
  background: url(../images/done-icon.svg) center no-repeat; background-size: 14px;
}
.questions_row.completed .questiondonemark:before {
  opacity: 1;
}

.question-title {
  font-size: 16px;
  font-weight: 500;
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  display: inline-block;
  line-height: normal;
}
.question-answer-details {
  flex-grow: 1;
  display: inline-block;
}
.question-points {
  font-size: 13px;
  color: var(--grey);
  display: inline-flex;
  align-items: center;
  min-width: 80px;
  white-space: nowrap;
  margin-left: 30px;
}

.custom-checkboxes-list {
  display: inline-block;
  position: relative;
  margin: 4px 10px 4px 0;
}
.custom-checkboxes-list input[type="radio"],
.custom-checkboxes-list input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}
.custom-checkboxes-list label {
  display: inline-flex;
  gap: 5px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  color: #444444;
  border: solid 1px var(--grey);
  border-radius: 60px;
  padding: 6px 20px;
  min-height: 38px;
  align-items: center;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.custom-checkboxes-list label:hover {
  border-color: var(--blue);
}
.custom-checkboxes-list input[type="radio"]:checked + label,
.custom-checkboxes-list input[type="checkbox"]:checked + label,
.custom-checkboxes-list label.checked {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px var(--blue);
  color: var(--blue);
  cursor: default;
}

.custom-checkboxes-list input[type="radio"]:checked + label:before,
.custom-checkboxes-list input[type="checkbox"]:checked + label:before,
.custom-checkboxes-list label.checked:before {
  content: "";
  background: url(../images/donemark.svg) center no-repeat;
  width: 20px;
  height: 12px;
  display: inline-block;
  background-size: 100%;
}

.question-title,
.question-points {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
}

.questiondonemark {
  margin-top: 7px;
}

.community-cornerstones .pointIcon {
  border-color: var(--community) !important;
}
.community-cornerstones .questiondonemark:before {
  background: var(--community);
}
.community-cornerstones .questions_row.completed:before {
  background: var(--community);
}

.people-cornerstones .pointIcon {
  border-color: var(--people) !important;
}
.people-cornerstones .questiondonemark:before {
  background: var(--people);
}
.people-cornerstones .questions_row.completed:before {
  background: var(--people);
}

.economic-cornerstones .pointIcon {
  border-color: var(--economic) !important;
}
.economic-cornerstones .questiondonemark:before {
  background: var(--economic);
}
.economic-cornerstones .questions_row.completed:before {
  background: var(--economic);
}

.planet-cornerstones .pointIcon {
  border-color: var(--planet) !important;
}
.planet-cornerstones .questiondonemark:before {
  background: var(--planet);
}
.planet-cornerstones .questions_row.completed:before {
  background: var(--planet);
}

.closethisfile {
  background: url(../images/close-bg.svg) center no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 60px;
  z-index: 2;
  display: inline-block;
  margin-left: 10px;
}
.uploadedFileCol {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  padding: 4px 6px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.10);
  margin-right: 10px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.upfileicon {
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 4px;
  background-color: var(--grey) !important;background-size: 16px !important;
}
.uploadedFileCol label {
  display: inline-block;
  padding-left: 8px;
  font-size: 12px;
}

.pdf-file {
  background: url(../images/pdf-icon.svg) center no-repeat;
}
.img-file {
  background: url(../images/img-icon.svg) center no-repeat;
}
.cornerstones_box {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 200px);
  border-bottom: solid 1px #fff;
}
.cornerstones_box .tab-content {
  flex-grow: 1;
}

.main-cornerstones-tabs {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
  background: var(--grey);
}
.parentTab {
  padding: 0 !important;
}

.main-cornerstones-tabs.nav-tabs:before {
  content: "Cornerstones";
  border-bottom: solid 1px #fff;
  display: flex;
  min-height: 88px;
  align-items: center;
  width: 100%;
  padding: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.main-cornerstones-tabs.nav-tabs.company-forms:before {
  display: none;
}

.main-cornerstones-tabs.nav-tabs .nav-item {
  margin-right: 0;
  width: 100%;
  border-bottom: solid 1px #fff;
  position: initial;
  z-index: initial;
}
.main-cornerstones-tabs.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 100%;
  margin: 0;
  justify-content: start;
  gap: 20px;
  text-align: left;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  min-height: 100px;
}
.main-cornerstones-tabs.nav-tabs .nav-item .nav-link .tab-icon {
  width: 42px;
  height: 42px;
}
.main-cornerstones-tabs.nav-tabs .nav-item .nav-link.active {
  background-color: #F8F8F8;
  z-index: 3; color: #000;
}
.main-cornerstones-tabs.nav-tabs .nav-item .nav-link.active label {
  cursor: default;
}

.main-cornerstones-tabs.nav-tabs .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: solid 8px #F8F8F8;
  border-top: solid 8px transparent;
  border-bottom: solid 0px transparent;
  top: 0;
  right: 0;
  margin-top: -8px;
  z-index: 10;
}

.main-cornerstones-tabs.nav-tabs .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: solid 8px #F8F8F8;
  border-bottom: solid 8px transparent;
  border-top: solid 0px transparent;
  bottom: 0;
  right: 0;
  margin-bottom: -8px;
  z-index: 10;
}

.scoredetail {
  padding-top: 3px;
  font-size: 20px;
}
.scoredetail span {
  font-size: 16px;
}
.btntexts label {
  font-weight: normal;
  cursor: pointer;
}

/* new */

.notfound {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 80px;
}
.notfound:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  background: url(../images/notfound.png) center top no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.nomorelist {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: var(--grey);
}

.innerpagesbanner {
  display: block;
  width: 100%;
  position: relative;
  height: 600px;
}
.banner-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerpagesbanner .banner_content {
}
.section-full.section-gap-xl {
  /*padding: 90px 0;*/
}
.section-full.grey-bg {
  background: var(--lightgrey);
}
.aside-img {
  display: block;
  width: 100%;
}
.aside-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}
.infocol {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--grey);
  border-radius: 18px;
  padding: 25px 22px;
  text-align: center;
  align-items: center;
  gap: 25px;
  color: #fff;
  min-height: calc(100% - 1.5rem);
}
.infocol img {
  display: block;
  width: 100%;
  height: 66px;
  object-fit: contain;
}
.infocol2 {
  background: #E7EAED;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  align-items: center;
  gap: 20px;
  color: grey;
  min-height: calc(100% - 1.5rem);
  height: 210px;
  justify-content: center;
}
.infocol2 img {
  display: block;
  width: auto;
  height: 70px;
  object-fit: contain;
}
.infocol2 p {
  margin: 0;
}
.infocol3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  align-items: flex-start;
  gap: 20px;
  min-height: calc(100% - 50px);
  border-bottom: 1px solid grey;
  padding-bottom: 51px;
  margin-bottom: 50px;
}
.infocol3 img {
  display: block;
  width: auto;
  height: 90px;
  object-fit: contain;
}

.no-bdr .col-lg-6:nth-last-child(-n+2) .infocol3 {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}


.bannerwithContent {
  display: block;
  width: 100%;
  position: relative;
  height: 524px;
}
.bannerwc_img {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerwc_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerwc_content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 5vw;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.bannerwc_content p {
  font-size: 36px;
  max-width: 800px;
  font-weight: 500;
}

.nav-tabs.main-cornerstones-tabs {
  margin: 0;
  padding: 0;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

/* Loader  */
.full-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
}
.loader-center {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.loader-center svg {
  width: 50px;
}

.text-bold {
  font-weight: 700 !important;
}

.aside-widget-img {
  display: block;
  width: 100%;
}
.cornerstones_infoaside {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--grey);
  width: 100%;
  height: 200px;
  gap: 120px;
  border-bottom: solid 1px #fff;
}
.cornerstones_infoaside div {
  display: inline-block;
  width: 90px;
  height: 90px;
}
.accordion {
  border: 0;
  border-top: solid 1px #c4c4c4;
}
.accordion-item {
  border: 0;
  border-radius: 0 !important;
  border-bottom: solid 1px #c4c4c4;
}
.accordion-button {
  padding: 20px 0;
  font-size: 22px;
  font-weight: 500;
  border: 0;
  border-radius: 0 !important;
  line-height: normal;
}
.accordion-body {
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 20px;
  color: var(--grey);
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  box-shadow: none;
}

.nav-tabs.main-cornerstones-tabs + .tab-content {
  padding: 0 !important;
  flex-grow: 1;
}
.nav-tabs.main-cornerstones-tabs + .tab-content:before {
  display: none;
}
.grey-boxbg {
  background: var(--grey) !important;
}
.contact-details {
  color: #fff;
  min-height: 100%;
  word-break: break-all;
}
.contact-details strong {
  font-weight: 700;
}
.contact-details a {
  color: inherit;
}
.contact-details svg {
  width: 28px;
  height: 28px;
  object-fit: contain;
  min-width: 28px;
}

.contact-map {
  width: 100%;
  display: block;
  position: relative;
}
.contact-map iframe {
  height: 500px !important;
  width: 100%;
  border: 0 !important;
}
.questions_row.hide {
  display: none;
}





/*28-01-2025 NEW */

.devide-with-title{ display:flex; align-items: center; width: 100%; margin: 30px 0; }
.devide-with-title span{ display: inline-block; font-size: 18px; font-weight: 600; color: var(--grey); border: solid 1px var(--grey); border-radius: 50px; padding: 6px 20px; }
.devide-with-title:after{ content: ""; flex-grow: 1; height: 1px; display: inline-block; background: var(--grey); }
.eventTitleNamelf{ min-width: calc(28% + 65px); width: calc(28% + 65px); max-width: calc(28% + 65px);}

.event_questions_row{ flex-direction: column; gap:10px; }
.questions_row_header{ gap: 15px; flex-wrap: nowrap;display: flex; width: 100%; align-items: start; }
.questions_row .button1{ white-space: nowrap; background-color: transparent; }
.questions_row_body{ display: flex; width: 100%; flex-direction: column; gap:10px; }
.eventsQuestions_row{ display: flex; align-items: flex-start; width: 100%; gap:25px; background: #fff; border-radius: 12px; padding: 10px 20px; }
.eqr_question{ min-width: 31%; max-width: 31%; width: 31%; font-weight: 500; min-height: 38px; display: inline-flex; align-items: center; }
.eqr_question_actions{ flex-grow: 1; }
.status_label{ display: inline-block; padding: 4px 10px; border-radius: 60px; font-size: 14px; font-weight: 500; line-height: normal;}
.status_label.completed{ background: #3DC30B; color: #fff; }
.leftsome-text{ position: relative; }
.leftsome-text span{ position: absolute; left: 10px; top: 9px; pointer-events: none;}
.leftsome-text .form-control{ padding-left: 22px; }
.indicate-text{ display: inline-flex; align-items: center; color: var(--grey); font-size: 14px; flex-wrap: wrap; line-height: normal; }
.indicate-text span{ font-style: italic; }
.indicate-text .pointIcon { margin-left: 5px; }

button[disabled]{ opacity: 0.5; background-color: #bdc5cf !important; border-color: #bdc5cf !important; pointer-events: none; color: #fff !important; }

.custom-checkboxes-list input[disabled] + label, .custom-checkboxes-list input[disabled]{ pointer-events: none; }


/* 21-02-2025 */

.asidedetails{ display: flex;  width: 100%; flex-direction: column; gap: 20px; }

/** 22-02-2025 **/
.topBannerImage img { height: 100%; object-fit: cover; min-width: 100%; }
.newImgTextBox { border: none; border-radius: 20px; }
.newImgTextBox img { border-radius: 20px 20px 0 0; min-height: 240px;  }
.newImgTextBox .infoBottomContent { padding: 20px 20px 30px; }
.newImgTextBox .infoBottomContent h3 { font-size: 26px; }

.newCornerstonesBox { border: none; }
.newCornerstonesBox h3 { font-size: 30px; }
.newCornerstonesBox .infomain-icon { margin: 0px; }
.newCornerstonesBox .infoBottomContent { padding: 0; }
.newCornerstonesBox .infomain-icon { background: #747474; border-radius: 0px; border: none; border-radius: 0 20px 0 20px; min-width: 92px; height: 96px; }


.newCornerstonesBox.infobox {
  display: inline-block;
  width: auto;
}
.footer-right ul li a:hover {
  text-decoration: underline;
}


.infobox.cornerStonesNewBoxesAbout { padding: 5px; border: none; }

.cornerStonesNewBoxesAbout .infomain-icon {
  position: absolute;
  z-index: 1;
  bottom: 1px;
  margin-left: 1px;
  width: 82px;
  height: 86px;
  border-radius: 0px 20px 0px 20px;
  border: none;
}
.cornerStonesNewBoxesAbout .infobox_cover {
  position: relative;
}
.cornerStonesNewBoxesAbout .infobox_cover img {
  height: 220px;
  border-radius: 20px;
}
.cornerStonesNewBoxesAbout .infoBottomContent {
  padding: 0px;
}
.cornerStonesNewBoxesAbout .infoBottomContent .crnrStnInfo { 
  font-size: 16px;
  font-weight: 400;
}
.cornerStonesNewBoxesAbout .infoBottomContent h3 { font-size: 26px; }

.sectorsInfoBox { display: flex; }
.sectorsInfoBox li { background:var(--grey); display: flex; align-items: center; color: #fff; gap: 10px; padding: 10px 20px; border-radius: 20px; }



.sectorsInfoBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding:0px 0px;
}

.membershipBoxes .infocol3 { border: none; margin: 0 0 40px 0; padding: 0; }
.membershipBoxes .infocol3 h3 { border-bottom: none; border-bottom: 1px solid grey; padding-bottom: 15px; margin-bottom: 0px; width: 100%; }

.easyToJoinTopics li { display: flex; align-items: center; gap: 15px; margin-bottom: 5px; }

.membershiplevelBoxes .greyArea { background: var(--grey); padding: 30px; color: #fff; }
.greyArea label { background: #fff; padding: 5px 15px; color: var(--black); border-radius: 30px; }
.membershiplevelBoxes { border: 1px solid #E7EAED; background: #fff; border-radius: 20px; overflow: hidden; }
.membershiplevelBoxes .memWhiteBoxContent { color: var(--grey); font-weight: 500; }
.membershiplevelBoxes small { font-size: 14px; }
.membershiplevelBoxes h4 { font-size: 24px; }

.membershipBoxesOuter { display: grid;
  grid-template-columns: repeat(7, 1fr); 
  gap: 15px;
} 
.projectPricingBox { grid-template-columns: repeat(7, 1fr); justify-content: center; } 

/* Responsive Design */

@media screen and (min-width: 1766px) {
  .fullContainer { max-width: 1714px; }
  .membershiplevelBoxes .greyArea { padding: 20px; }
  .membershiplevelBoxes .memWhiteBoxContent {
    padding: 20px !important;
  }
  
  }
  @media screen and (max-width: 1399px) {
    .membershipBoxesOuter { display: grid;
      grid-template-columns: repeat(4, 1fr); 
      gap: 20px;
    } 
    
    .membershiplevelBoxes .greyArea {
      background: var(--grey);
      padding: 15px;
      color: #fff;
  }
  .greyArea label {
    font-size: 13px;
  }
  
  }

  @media screen and (max-width:1800px)
{
  .membershiplevelBoxes .greyArea{ min-height: 172px;}
}

@media screen and (max-width: 1199px) {
  .sectorsInfoBox {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
  }
  .whatwill_sec h4 {
    font-size: 30px;
  }
}


@media screen and (max-width: 600px) {
  .sectorsInfoBox {
    grid-template-columns: 1fr; /* 1 column on small screens */
  }
}



@media only screen and (max-width: 767px) {

  .section-title br{
    display: none;
  }

  .stats-sec {
    padding: 138px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}

.footer-sec{
  display: flex;
    flex-direction: column;
  column-gap: 80px;
  justify-content: space-between;
}


.newImgTextBox img { border-radius: 20px 20px 0 0; min-height: 170px;  }

.membershipBoxesOuter { display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
} 

}

  

  

.footer.afterLogin{ padding: 50px 0;}

.header.fixed {
  position: sticky; top: 0;
  z-index: 99;
  width: 100%; min-height: 100px; 
  /* box-shadow: 0 0 10px #0000005c; */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15)
}
.header.fixed .dropdown-menu{ margin-top: 38px;}
.header .userinfotop .dropdown-menu{ margin-top:15px !important; position: absolute !important; border-radius: 10px;}



.cornerstones_detail{ background: #F8F8F8 !important; }
.main-cornerstones-tabs{ background: var(--lightgrey); }
.main-cornerstones-tabs.nav-tabs:before{ color: #000; }


/* .community-icon.tab-icon {
  width: 76.18px;
  height: 70.03px;
}
.people-icon.tab-icon {
  width: 85.51px;
  height: 53.93px;
}

.economic-icon.tab-icon {
  width: 81.17px;
  height: 69.91px;
}
.planet-icon.tab-icon {
  width: 92.9px;
  height: 70.04px;
} */


.middle_banner iframe{ display: block;}


.membershiplevelBoxes .greyArea{ min-height: 175px;}
@media screen and (max-width:1800px)
{
  .membershiplevelBoxes .greyArea{ min-height: 192px;}
}
@media screen and (max-width:480px)
{
  .membershipBoxesOuter{ grid-template-columns: repeat(1, 1fr);}
  .membershiplevelBoxes .greyArea{ min-height: inherit;}
  .membershiplevelBoxes h4 small{ display: inline-block !important; }
}
@media screen and (min-width:1199px)
{
  .withflexs{ min-height: 85px;}
}

@media screen and (max-width:1199px)
{
  .withflexs{ min-height: 60px;}
}

@media screen and (max-width:767px)
{
  .withflexs{ min-height: auto;}
}


.homeInfocall .tab-icon{ height: 60px; width: 60px;}
.cornerstones_detail h4{ font-size: 22px; }
.cornerstones_detail{ font-size: 16px; }

.cornerstones_detail .form-control{ height: 38px; font-size: 14px; }
.cornerstones_detail .form-label{ font-size: 12px; margin-bottom: 3px; }


.subquestion_completeRow{ display: flex; flex-direction: column; width: 100%; gap:10px; }
.subquestion_completeRow_title{ width: 100%; font-size: 14px; font-weight: 600; }
.peopleQuestionTable .questions_row_header .question-title{ max-width: calc(100% - 60px); width: auto; flex-grow: 1; }
.uploadedDocs{ display: flex; align-items: center; justify-content: space-between; width: 100%; background: #fff; padding: 6px 15px; border-radius: 8px; gap:20px; flex-wrap: wrap; }
.uploadedDocs h5{ font-size: 12px; }

.uploadedDocs.uploadedDocs-supplier {
  gap:5px;
  justify-content: inherit;
}

.peopleQuestionTable .file-choose-custom label{ padding: 2px 10px; min-height: 34px; border: 0;}
.peopleQuestionTable .file-choose-custom label span{ padding-top: 0; padding-left: 28px; background-position: 0 center; line-height: 28px; }
.peopleQuestionTable .uploadedFileCol{ padding:0; box-shadow: none; }
.thismonthno{ display: flex; align-items: center; font-weight: 400; gap: 20px; flex-direction: row; }
.thismonthno strong{ font-size: 18px; }
.thismonthno .form-control{ width: 180px; }
.peopleQuestionTable .questions_row_body{ border-top: solid 2px #fff; padding-top: 15px; gap:30px; }

.qwithvalueBox{ display: flex; width: 100%; gap:10px; }
.qwithvalueBox_col{ width: 100%; background: #fff; border-radius: 14px; padding: 2px; display: flex; flex-direction: column; }
.qwithvalueBox_col_header{ display: block; text-align: center; background: var(--lightgrey); border-radius: 12px 12px 0 0; font-size: 14px; font-weight: 500; padding: 6px; }
.qwithvalueBox_col_middle{ padding: 14px 20px; }
.mValue_three{ display: flex; align-items: start; width: 100%; gap:6px; }
.mValue_three_col{ flex-grow: 1; width: 33%; text-align: center; display: flex; flex-direction: column; align-items: stretch; }
.mValue_three_col strong{ font-size: 18px; font-weight: 500; color: var(--grey); padding-bottom: 4px; }
.mValue_three_col label{ font-size: 14px; font-weight: 500; padding-bottom: 0; margin-bottom: 0; }
.qwithvalueBox_col_inputs{ background: #F8F8F8; border-radius:12px 12px; padding: 10px 14px; border: solid 2px #fff; border-top: 0; }
.qwithvalueBox_col_inputs .form-control{ padding-left: 2px; padding-right: 2px; font-size: 12px; }
@media screen and (max-width: 1600px)
{
  .six_qwith{ flex-wrap: wrap; }
  .six_qwith .qwithvalueBox_col{ width: 30%; flex-grow: 1; }
}

/*27-03-2025*/

/* .qwithvalueBox_col_header{ flex-grow: 1;} */
@media screen and (min-width: 1200px)
{
.qwithvalueBox.minthreeCols{ flex-wrap: wrap; }
.qwithvalueBox.minthreeCols .qwithvalueBox_col{ width: 30%; min-width: 30%; max-width: 33.33%; flex-grow: 1;}  
}


.file-choose-custom label{ padding: 2px 10px; min-height: 34px; border: solid 1px #E3E3E3; border-radius: 4px; min-width: 230px; }
.file-choose-custom label span{ padding-top: 0; padding-left: 28px; background-position: 0 center; line-height: normal; height: 28px; background-position: left bottom; padding-top: 3px; min-width: 188px;}
.file-choose-custom label small{ padding-left: 28px; margin-top: -14px; min-width: 188px; }

.file-choose-custom label small,
.file-choose-custom label span{ margin-left: 30px; }

.docsuploads{ padding:10px 15px; max-width:100% ! important; }
.docsuploads .file-choose-custom{ width: 50%; }
.docsuploads .file-choose-custom label{ border: solid 1px #E3E3E3 !important; }
.docsuploads .file-choose-custom label span{ line-height: normal !important; padding-top: 3px;background-position: left bottom; }
.docsuploads small{ font-size: 12px; }

.docsuploads .uploaded_files_list{ display: flex; align-items: center; flex-wrap: wrap; }
.docsuploads .uploadedFileCol{ padding: 4px 6px; box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.10); }
@media screen and (max-width: 767px)
{
  .file-choose-custom label small,
.file-choose-custom label span{ margin-left: 0px; }
.file-choose-custom label{ align-items: flex-start; }
.docsuploads .file-choose-custom{ width: 100%; }
}


.project-logo-upload .file-choose-custom label{ min-width: 100% !important}
.project-logo-upload .file-choose-custom label span,
.project-logo-upload .file-choose-custom label small{ min-width: 100% !important; }

/* Project Dashboard Css */

.project_dashboard_box{ display: flex; width: 100%; gap:30px; }
.project_dashboard_left{ width: 400px; max-width: 400px; min-width: 400px; font-size: 16px; }
.project_dashboard_right{ flex-grow: 1; }
.pd_box{ display: block; width: 100%; border-radius: 20px; padding: 20px; background: var(--lightgrey);  }
.pd_box_title{ font-size: 18px; font-weight: 500; }
.thumbnail-logos{ width: 70px; height:70px; min-width: 70px; background: #fff;  border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; }
.thumbnail-logos img{ width: 80%; height: 80%; object-fit: contain; }
.someinfos{ display: flex; flex-wrap: wrap; }
.someinfos strong{ font-weight: normal; white-space: nowrap; }
.someinfos span{ font-weight: normal; color: var(--grey); }

.dblocks{ display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; width: 100%; background: var(--grey); padding: 15px; border-radius: 20px; color: #fff; }
.dblocks_left{ flex-grow: 1; display: flex; flex-direction: column; gap: 10px; }
.withratingblock{ display: inline-flex; align-items: center; gap:10px; }
.ratingvalue_block{ background: var(--lightgrey); color: #000; font-size: 26px; font-weight: 500; border-radius: 20px; padding: 5px 15px; display: inline-flex; align-items: center; gap:10px; }

.crs_box{ display: block; width: 100%; padding: 20px; background: #fff; border-radius: 20px; }
.cdicon{ width: 35px; height: 35px; min-width: 35px; }
.subcdicon{ width: 42px;
    height: 42px;
    min-width: 42px;
   position: relative;
    border-radius: 10px;
    background-size: 50% !important;
    filter: invert(1) brightness(0); -webkit-filter: invert(1) brightness(0);
    opacity: 0.4;}

    .subcdicon:before{ content: ""; border: solid 1px var(--lightgrey); border-radius: 12px; width: 100%; height: 100%; position: absolute; top: 0; left: 0; pointer-events: none; opacity: 0.2;}
.crs_box .dblocks{ background: transparent; padding: 0; border-radius: 0; color: #000; }
.subcdBox{ display: flex; flex-direction: column; width: 100%; gap:20px; border-top:solid 1px var(--lightgrey); padding-top: 10px; margin-top: 20px; }
.ratingvalue_block.subse{ font-size: 18px; padding: 5px 15px; }
.pd_box_title.subse{ font-size: 14px; }

.rating_visuals{ display: block; height: 17px; width: 92px; background: url(../images/rating-group-img.svg) 0 0 no-repeat; position: relative;}
.rating_visuals span{ display: block; background: url(../images/rating-group-img.svg) 0 -17px no-repeat; width: 0%; height: 100%;  }

.certificate-rating{ display: block; height:62px; width:291px; background: url(../images/certificate-rating.svg) 0 -62px no-repeat; position: relative;}
.certificate-rating span{ display: block; background: url(../images/certificate-rating.svg) 0 0px no-repeat; width: 0%; height: 100%;  }

.business_rating_star{ display: block; height:38px; width:178px; background: url(../images/business-rating.svg) 0 -38px no-repeat; position: relative;}
.business_rating_star span{ display: block; background: url(../images/business-rating.svg) 0 0px no-repeat; width: 0%; height: 100%;  }

.cer_sm_star{ display: block; height:22px; width:105px; background: url(../images/certificate-sm-star.svg) 0 -22px no-repeat; position: relative;}
.cer_sm_star span{ display: block; background: url(../images/certificate-sm-star.svg) 0 0px no-repeat; width: 0%; height: 100%;  }
@media screen and (max-width: 1650px)
{
  .project_dashboard_left { width: 270px; max-width: 270px; min-width: 270px; font-size: 14px; }
  .thumbnail-logos{ width: 50px; height: 50px;  min-width: 50px; }
  .pd_box_title{ font-size: 16px; }
  .ratingvalue_block{ font-size: 22px; }
  .detailsof-side h5{ font-size: 18px; }
  .pd_box, .crs_box{ padding: 15px; }

}

@media screen and (max-width: 991px)
{
  .project_dashboard_box{ flex-wrap: wrap; }
      .project_dashboard_left {width: 100%; max-width: 100%; min-width: 100%; }
}

/* Planet form css */

.v-align-question{ flex-direction: column; }
.v-align-question .topqPart{ display: flex; width: 100%; align-items: start; gap: 12px; flex-wrap: nowrap; }

@media only screen and (max-width: 1399px) {
  .v-align-question .topqPart{gap: 20px; }
}
@media only screen and (max-width: 1399px) {
.v-align-question .topqPart{flex-wrap: wrap; gap: 10px;}
}

.dropdown-item:last-child{ border-bottom: 0;}

@media screen and (min-width:1200px)
{
  .qwithvalueBox_col_header{ min-height: 60px; display: inline-flex; align-items: center; justify-content: center; }
}

.dollarSign {
  position: relative;
  display: inline;
}

.dollarSign:before {
  content: '$';
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 1;
}

.qwithvalueBox_col_inputs .dollarSign .form-control { padding-left: 24px; }

/** New changes 17-04-2025  **/
.logo.navbar-brand img { max-height: 72px; } 
.nationalAssessmentTitle.section-title::before {
	background: url(../images/globeIcon.svg) center no-repeat;
  width: 120px;
  height: 100px;
  background-size: 100% auto;
}

.grid-half-row{
display: flex;
gap: 100px;
}
.grid-half-col{
  flex: 1;
}
.feedback-banner-img{
  text-align: center;
}
.feedback-banner-img  img{
  max-width: 100%;
  width: 736px;
}
.section-title.title-tp-dot-none:before{
  display: none;

}

.typeTag { background: #F8F8F8; border: 1px solid var(--lightgrey); color:  var(--grey); border-radius: 5px; padding: 3px 10px; font-size: 14px; font-weight: 400; display: inline-block; vertical-align: middle; } 
.outerBorderThumbnail { border: 1px solid var(--lightgrey); border-radius: 8px; }
.outerBorderThumbnailBig { width: 130px; height: 130px; min-width: 130px; border: 1px solid var(--grey); border-radius: 8px; }
.outerBorderThumbnailBig .detailsof-side h3 {	align-items: center; display: flex; gap: 6px;}

.projectdetail-page .projectdashboardFull {
  background: var(--lightgrey);
}

.subContractorListBox .project-card { background: var(--lightgrey); border-radius: 12px; }
.subContractorListBox .project-title { font-size: 16px; font-weight: 600;	text-decoration: none;}
.subContractorListBox .progress-text.withscoretext {
	min-width: 120px;
	padding: 8px 16px;
	font-size: 14px;
	text-align: center;
}
.subContractorListBox .progress-text.withscoretext span {
	font-size: 14px;
}
.subContractorListBox .scoretext {
	font-size: 14px !important;
	font-weight: 500;
	padding-right: 2px;
}


.crs_boxBottomBox { position: absolute; bottom: 15px; left: 0; width: 100%; }
.crs_boxBottomBox .button1 { margin-left: 20px; }

.crs_boxBottomText { border-top: 1px solid #E9E9E9; padding-top: 10px; }
.crs_boxBottomText p { font-size: 15px; font-weight: normal; padding: 0 15px; }
.crs_boxBottomText a { color: var(--blue); text-decoration: underline; }
.crs_boxNewBox {	
  /* padding-bottom: 125px;	 */
  padding-bottom: 10px;
  min-height: 100%;	margin-bottom: 10px;}
.subcdBox.br-topNone { border-top: none; }

/*--company detail csss 29-04-2025--*/
.bg-lihtgrey-extra {
  background-color: #F8F8F8;
}
 
.abn-input-gp {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
}
 
.abn-input-gp input {
  flex: 1;
}
 
.input-icon-holder-rt {
  position: relative;
}
 
.input-icon-holder-rt input {
  padding-right: 42px;
}
 
.input-icon-rt {
  position: absolute;
  right: 12px;
  top: 12px;
}
 
.bdr-card {
  border: solid 1px #E3E3E3;
  padding: 10px 15px;
  border-radius: 10px;
}
 
.input-gp-inline-percent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
 
.input-gp-inline-percent .form-group {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 10px;
}
 
.input-gp-inline-percent .form-group label {
  width: auto;
  margin-right: 10px;
}
 
.input-gp-inline-percent .form-group input {
  width: 80px;
}
 
.input-gp-inline-percent  .form-group.owerner-input-wd input {
  width:140px;
}


.grey-card-question {
  background: #E7EAED;
  padding: 10px;
  border-radius: 10px;
}
 
.question-card-grey-light {
  padding: 10px 15px;
  background: #F8F8F8;
  border-radius: 12px;
}
 
.question-toogle-title {
  display: flex;
  margin: 0 0 8px;
  align-items: center;
}
 
.question-toogle-title h4 {
  font-size: 14px;
  font-weight: 600;
  flex: 1;
  margin-right: 15px;
}
 
.question-w-icon {
  padding: 5px 0 5px 36px;
  background: url(../images/question-icon-geen.svg) 0 0 no-repeat;
  font-size: 14px;
  font-weight: 600;
}
 
/*--switch yes no--*/
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 24px;
  cursor: pointer;
}
 
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
 
.switch .slider {
  background-color: #ccc;
  position: absolute;
  border-radius: 32px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-family: sans-serif;
  font-size: 11px;
  color: white;
}
 
.switch .label-on,
.switch .label-off {
  width: 50%;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}
 
.switch .knob {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: white;
  top: 3px;
  left: 3px;
  transition: 0.4s;
  z-index: 3;
}
 
.switch input:checked+.slider {
  background-color: #007bff;
}
 
.switch input:checked+.slider .knob {
  transform: translateX(29px);
}
 
.switch input:not(:checked)+.slider .label-on {
  opacity: 0.2;
}
 
.switch input:checked+.slider .label-off {
  opacity: 0.2;
}
 
/*--switch yes no--*/
 
@media screen and (max-width: 767px) {
  .input-gp-inline-percent .form-group {
    margin-right: 0;
    width: 100%;
  }
 
  .input-gp-inline-percent .form-group label {
    width: 100px;
  }
 
  .input-gp-inline-percent .form-group input {
    flex: 1;
  }
 
  .director-input-wdth {
    margin: 0 !important;
  }
 
  .question-w-icon {
    margin-bottom: 10px;
  }
}

.status-wrap {
  font-size: 14px;
  color: #747474;
}

.status-wrap .status-pending { color: #F38E08;}

.assignedPersonsList{ overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 280px;
  flex-grow: 1;
  margin-bottom: 10px; }
.assignedplBox{ display: block; width: 100%; padding: 10px; background: #F8F8F8; border-radius: 12px; }
.assignpersoncompany-logo{ width: 60px; height: 60px; border-radius: 8px; background-color: #fff; display: inline-flex; align-items: center; justify-content: center; min-width: 60px; }
.assignpersoncompany-logo img{ display: block; max-width: 80%; height: 80%; object-fit: contain; }
.assignedplBoxDetail{ padding-left: 12px; }
.assignedPersonsList .withscoretext *{  font-size: 14px !important; }
.assignedPersonsList .withscoretext{ min-width: 110px !important; font-size: 14px !important; font-weight: 600; padding: 3px 8px !important; text-align: center !important;}
.removethisbtn{ background: transparent; width: 20px; height: 20px; display: inline-block; cursor: pointer; }
.assignedPersonsList .status-wrap{ font-size: 12px; }

.crs_boxBottomText p{ max-width: 280px; margin-left: auto; margin-right: auto; }

.assignfullbox{ display: flex; flex-direction: column;}
.datepickerfull .react-datepicker-wrapper{ display: block; }
.input-gp-inline-percent .form-group{ align-items: start;}
.input-gp-inline-percent .form-group label{ margin-bottom: 0; padding-top: 16px;}
@media screen and (max-width:1399px)
{
  .input-gp-inline-percent .form-group label{ padding-top: 13px;}
}

.beforeqicon{ position: relative;}
.beforeqicon:before{     content: "";
  width: 24px;
  height: 24px;
  border-radius: 60px;
  min-width: 24px;
  display: inline-block;
  position: relative;
  background: #fff url(../images/question-icon.svg) center no-repeat;
  background-size: 8px;
  border-radius: 60px;
  position: absolute;
  left: 0;
  top: 0;}

  .companydetailp .grey-card-question .question-card-grey-light{ min-height: 100%;}

  .complete-status{ color: green;}
  .pending-status{ color: orange;}

.contentPageOuter ul.abOrderListItems li { list-style: lower-alpha; }
.contentPageOuter ul.numberOrderListItems li { list-style:decimal ; }
.contentPageOuter p, .contentPageOuter ul li { font-size: 16px; line-height: 1.5; font-weight: 400; }
.contentPageOuter ul { padding-left: 20px; }
.contentPageOuter h2 { font-size: 32px; }
.contentPageOuter h3 { font-size: 24px; }

/**/

.qrVertical{ flex-direction: column; }
.qronTop{ display: flex; align-items: start; gap: 12px; flex-wrap: nowrap; width: 100%; }
.withvalueinps{ background: #fff; padding: 8px; border-radius: 8px; display: inline-flex; align-items: center; }
.withvalueinps strong{font-size: 18px; font-weight: 500; color: var(--grey); white-space: nowrap; padding-right: 20px; min-width: 150px;}
.dollarvalueinp{ width: 200px; min-width: 200px; }

@media screen and (max-width: 1399px)
{
  .qronTop{gap: 20px;}
}
@media screen and (max-width: 1199px)
{
  .qronTop{flex-wrap: wrap; gap: 10px;}
}
@media screen and (max-width: 480px)
{
  .withvalueinps{ flex-wrap: wrap; width: 100%; }
  .withvalueinps strong{ width: 100%; margin-right: 0; margin-bottom: 10px; }
  .dollarvalueinp { width: 100%; min-width: 100%; }
  .withvalueinps .leftsome-text{ width: 100%; }
}

/*--company detail csss 29-04-2025--*/
.bg-lihtgrey-extra {
  background-color: #F8F8F8;
}
 
.abn-input-gp {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
}
 
.abn-input-gp input {
  flex: 1;
}
 
.input-icon-holder-rt {
  position: relative;
}
 
.input-icon-holder-rt input {
  padding-right: 42px;
}
 
.input-icon-rt {
  position: absolute;
  right: 12px;
  top: 12px;
}
 
.bdr-card {
  border: solid 1px #E3E3E3;
  padding: 10px 15px;
  border-radius: 10px;
}
 
.input-gp-inline-percent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
 
.input-gp-inline-percent .form-group {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 10px;
}
 
.input-gp-inline-percent .form-group label {
  width: auto;
  margin-right: 10px;
}
 
.input-gp-inline-percent .form-group input {
  width: 80px;
}
 
.grey-card-question {
  background: #E7EAED;
  padding: 10px;
  border-radius: 10px;
}
 
.question-card-grey-light {
  padding: 10px 15px;
  background: #F8F8F8;
  border-radius: 12px;
}
 
.question-toogle-title {
  display: flex;
  margin: 0 0 8px;
  align-items: center;
}
 
.question-toogle-title h4 {
  font-size: 14px;
  font-weight: 600;
  flex: 1;
  margin-right: 15px;
}
 
.question-w-icon {
  padding: 5px 0 5px 36px;
  background: url(../images/question-icon-geen.svg) 0 0 no-repeat;
  font-size: 14px;
  font-weight: 600;
}
 
/*--switch yes no--*/
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 24px;
  cursor: pointer;
}
 
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
 
.switch .slider {
  background-color: #ccc;
  position: absolute;
  border-radius: 32px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-family: sans-serif;
  font-size: 11px;
  color: white;
}
 
.switch .label-on,
.switch .label-off {
  width: 50%;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}
 
.switch .knob {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: white;
  top: 3px;
  left: 3px;
  transition: 0.4s;
  z-index: 3;
}
 
.switch input:checked+.slider {
  background-color: #007bff;
}
 
.switch input:checked+.slider .knob {
  transform: translateX(29px);
}
 
.switch input:not(:checked)+.slider .label-on {
  opacity: 0.2;
}
 
.switch input:checked+.slider .label-off {
  opacity: 0.2;
}
 
/*--switch yes no--*/
 
@media screen and (max-width: 767px) {
  .input-gp-inline-percent .form-group {
    margin-right: 0;
    width: 100%;
  }
 
  .input-gp-inline-percent .form-group label {
    width: 100px;
  }
 
  .input-gp-inline-percent .form-group input {
    flex: 1;
  }
 
  .director-input-wdth {
    margin: 0 !important;
  }
 
  .question-w-icon {
    margin-bottom: 10px;
  }
}

.status-wrap {
  font-size: 14px;
  color: #747474;
}

.status-wrap .status-pending { color: #F38E08;}

.assignedPersonsList{ overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 280px;
  flex-grow: 1;
  margin-bottom: 10px; }
.assignedplBox{ display: block; width: 100%; padding: 10px; background: #F8F8F8; border-radius: 12px; }
.assignpersoncompany-logo{ width: 60px; height: 60px; border-radius: 8px; background-color: #fff; display: inline-flex; align-items: center; justify-content: center; min-width: 60px; }
.assignpersoncompany-logo img{ display: block; max-width: 80%; height: 80%; object-fit: contain; }
.assignedplBoxDetail{ padding-left: 12px; }
.assignedPersonsList .withscoretext *{  font-size: 14px !important; }
.assignedPersonsList .withscoretext{ min-width: 110px !important; font-size: 14px !important; font-weight: 600; padding: 3px 8px !important; text-align: center !important;}
.removethisbtn{ background: transparent; width: 20px; height: 20px; display: inline-block; cursor: pointer; }
.assignedPersonsList .status-wrap{ font-size: 12px; }

.crs_boxBottomText p{ max-width: 280px; margin-left: auto; margin-right: auto; }

.assignfullbox{ display: flex; flex-direction: column;}
.datepickerfull .react-datepicker-wrapper{ display: block; }
.input-gp-inline-percent .form-group{ align-items: start;}
.input-gp-inline-percent .form-group label{ margin-bottom: 0; padding-top: 16px;}
@media screen and (max-width:1399px)
{
  .input-gp-inline-percent .form-group label{ padding-top: 13px;}
}

.footer-left img{ max-width: 215px;}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{ left:10px !important;}


.eqr_question_actions .uploadedDocs{ background-color: #F8F8F8;}

.national-card-row{
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  margin: 0 0 15px;
  flex-wrap: wrap;
}
.national-card-col{
flex:1;
}
.national-card-row .projectrightinfos{
  flex: 0 0 auto;
}
.national-com-info{
display: flex;
align-items: center;
}
.national-card-row .national-com-info{
  font-size: 15px;
}
.national-card-col h4{
  font-size: 16px;
  margin-bottom: 10px;
  color: #000 !important; white-space: nowrap;
}
.national-card-col{
  font-size: 16px;
  padding: 0 20px;
  
}
.national-card-col p{
  margin-bottom: 0px;
}

.national-card-col:first-child{
flex: 0 0 450px;
padding: 0px;
}
.national-card-col.line-right-side{
border-right: solid 1px #E7EAED;
}


/*-- certificate csss 04-06-2025--*/
.certificate-wrappper-outer{
overflow-x: auto;
width: 100%;
padding: 0 30px;

}
.certificate-button{
  display: flex;
  justify-content: flex-end;
  margin: 0 auto 10px;
  max-width:1600px;
  padding: 0px;
}
.certificate-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  /* padding: 60px; */
}

.certificate-first-outer {
  border: solid 3px #C2CADB;
  padding: 15px;
}

.certificate-first-outer-inner {
  border: solid 2px #C2CADB;
  padding: 30px 20px 20px;
  background: url(../images/certificate-watermark.png) center center no-repeat;
  background-size: 44%;
  font-weight: 400;
}

.cer-mid-star {
  width: 300px;
}

.certificate-title-info {
  font-size: 28px;
  font-weight: 400;
}

.certificate-tp-heading-cont {
  text-align: center;
  width: 86%;
  margin: auto;
}

.certificate-title-tp-text {
  font-size: 31px;
  color: #000;
  font-weight: 400;
  margin-top: 15px;
}

.certificate-title {
  font-size: 70px;
  color: #314E85;
  font-weight: 600;
}

.cer-business-row {
  display: flex;
  gap: 30px;
}

.cer-business-row .cer-business-col {
  flex: 0 0 1;
  text-align: center;
  font-size: 20px;
}

.cer-business-row .cer-business-col h3 {
  font-size: 30px;
  margin: 0 0 10px;
}

.cer-business-row .cer-business-col img {
  width: 100px;
  height: auto;
  margin: 0 0 10px;
}

.certificate-sign-row {
  width: 78%;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}

.certificate-sign-col {
  flex: 0 0 230px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.certificate-sign-col hr {
  margin: 10px 0;
  color: #314E85;
  opacity: 1;
}

.certificate-mid-heading {
  margin: 20px 0 0;
}

.certificate-title-btm-line {
  margin-bottom: 15px;
}

.certificate-mid-heading h3 {
  font-size: 30px;
  margin: 0 0 30px;
}

.certificate-mid-heading h3 span {
  background: url(../images/cornerstone-color-line.png) center bottom no-repeat;
  display: block;
  padding-bottom: 10px;
}

.c-m-logo {
  width: 200px;
}

.bg-lightmore {
  background: #F8F8F8;
}

.business-grey-card {
  background: #F8F8F8;
  border-radius: 20px;
  padding: 20px;
}

.business-grey-card h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.b-grey-txt {
  color: #747474;
  font-size: 16px;
}

.b-down-graph-row {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-left: 60px;
  height: 50px;
  background: url(../images/down-graph-icon.svg) 0 0 no-repeat;
  color: #FF0000;
}

.b-up-graph-row {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-left: 60px;
  height: 50px;
  background: url(../images/up-graph-icon.svg) 0 0 no-repeat;
  color: #5AAB3D;
}

.b-equal-graph-row {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-left: 60px;
  height: 50px;
  background: url(../images/equal-graph-icon.svg) 0 0 no-repeat;
  color: #747474;
}

.b-card-rating {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.b-cart-rating-value {
  background: #E7EAED;
  border-radius: 20px;
  font-size: 26px;
  line-height: 1;
  padding: 8px 12px;
  margin-right: 10px;
}

.business-grey-card-logo {
  margin: 0 0 10px;
}

.business-grey-card-logo img {
  height: 35px;
}
.cer-rating-row-center{
  display: flex;
  margin: 0 0 20px;
  justify-content: center;
}

.cer_sm_star_row {
  display: flex;
  margin: 0 0 15px;
  justify-content: center;
}


/*--supplier icon---*/
.business-loc-economic {
  background: url(../images/business_location_economic.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.business-loc-economic.tab-icon {
  width: 30px;
  height: 30px;
}

.supplier-loc-economic {
  background: url(../images/suppiler-location-economic.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.supplier-loc-economic.tab-icon {
  width: 30px;
  height: 30px;
}

.qwith-upload input {
  position: absolute;
  opacity: 0;
}

.qwith-upload {
  display: flex;
  justify-content: center;
  border: solid 1px #E3E3E3;
  padding: 5px;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
}

.qwith-upload h5 {
  font-size: 12px;
  margin: 0;
}

.qwith-upload small {
  color: var(--grey);
  font-size: 10px;
}

.uploadedfile-cont {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}

.uploadedfile-cont h5 {
  font-size: 12px;
  font-weight: 600;
  margin: 0 20px 0 0;
}

.uploaded-file {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 12px;
  color: #555555;
  gap: 7px;
}

.supplier-img-bg {
  background: #f5f5f5 !important;
}

.file-choose-custom.supplier-file-custom label{
  min-height: auto;
  height: auto;
  padding-bottom:4px;
  line-height: normal;
  padding-top:4px;
}
.file-choose-custom.supplier-file-custom {
  width: calc(100% - 4px);
  margin: 0 2px;
}
.file-choose-custom.supplier-file-custom label span{
  line-height: normal;
}




/** 21-06-2025 **/
.membershiplevelBoxes small {
  font-size: 14px;
  display: block;
}

@media print {
  @page {
    margin-top: 5mm;
    margin-bottom: 0mm;
  }
 
  body {
    margin: 0;
    background: white !important;
    color: black;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    margin: 0 !important;
    padding: 0 !important;
  }



  .print-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 210mm;
    height: 297mm;
    overflow: hidden;
    page-break-inside: avoid;
  }
  .certificate-title-tp-text {
    font-size: 14px;
}
.certificate-title {
  font-size:30px;
}
.certificate-title-info {
  font-size:14px;
}
.certificate-sign-row{
  margin-top: 30px;
}
.cer-business-row .cer-business-col h3,.certificate-mid-heading h3  {
  font-size: 18px;
}


.cer-business-row .cer-business-col {
  font-size: 12px;
}
.cer-mid-star {
  width: 150px;
}
.certificate-sign-col {
  font-size: 11px;
}
.certificate-sign-col {
  flex: 0 0 130px;
}
.c-m-logo {
  width:90px;
}

.certificate-rating {
  scale: .8;
}



}

.swal-title-certificate{
   font-size:20px;
}

.swal-popup-width{
  width: 550px !important;
    max-width: 100%; 
}

/* .pricing-card {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  padding: 30px;
  text-align: center;
}

.pricing-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.price {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 20px 0;
}

.price-period {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
} */

.membership-description {
  font-size: 16px;
  color: #fff;
  margin: 10px 30px;;
}

.proceed-button {
  background-color: #333;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  transition: background-color 0.3s;
}

.proceed-button:hover {
  background-color: #555;
}

.membership-subscription-box {
   max-width: 450px;
   width: 100%;
   margin: auto
}

.pricing-card {
  background-color: white;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  width: 100%;
  max-width: 1240px;
  /* padding: 30px; */
  padding: 55px 30px;
  text-align: center;
}

.pricing-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.price {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 20px 0;
}

.price-period {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

.membership-description {
  font-size: 16px;
  color: #fff;
  margin: 10px 30px;;
}


.pricing-card.membership-pricing .pricing-title{
font-size: 32px;
}
.pricing-card.membership-pricing .membership-description{
  font-size:18px;
}
.pricing-card.membership-pricing h3{
  font-size: 32px;
    font-weight: 700;
    align-items: flex-end;
    line-height: 1;
}
.pricing-card.membership-pricing h3 small{
  font-size:18px!important;
  font-weight: 500;
  margin-left: 5px;
}
.proceed-button {
  background-color: #333;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  transition: background-color 0.3s;
}

.proceed-button:hover {
  background-color: #555;
}

.membership-subscription-box {
   max-width: 450px;
   width: 100%;
   margin: auto
}

.register_organization span { white-space: nowrap; }
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm), div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel), div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) { border-radius: 30px !important; }

.swal-certificate-image {
  margin-bottom: 0px !important;
}

.swal-certificate-model {
  border-radius : 25px !important
}

.swal-certificate-title {
  font-size: 26px !important;
}

.membership-success {
  background-color: white;
  width: 100%;
  border-radius: 12px;
  max-width: 1240px;
}

.membership-success-card {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  max-width: 550px;
  text-align: center;
  margin: auto;
  padding: 55px 30px;
}

.membership-success p {
  font-weight: 500;
  color: #747474;
  font-size: smaller;
}

.membership-success p a {
  color: #0a74eb;
}
.membership-success img {
  margin-bottom: 20px;
}
.user-profile-row {
  padding: 30px 30px;
  border-radius: 15px; background: #fff;     margin: 0 0 15px;
}
.user-profile-row .national-card-col {
  padding-left: 10% !important;
}

.user-profile-row .row > div:first-child .national-card-col {
  padding-left: 0 !important;
}


/*  */
.profile-proj-sec .project-detail-logo {
  width: 122px;
  height: 122px; min-width: 122px;
}

.profile-proj-sec h2 {
  font-size: 30px;
}
.cancel-mem-btn .btn-danger {
  background: #fd5a5a;
  border: 0;
  border-radius: 40px;
  padding: 8px 35px;
}

.profile-comp-info {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  border: 1px solid #f1f1f1;
  border-radius: 40px;
  color: #5c5c5c;
}

.profile-comp-info b {
  font-weight: 500;
  color: #000;
  margin-right: 3px;
}

.password-input-wrapper {
  position: relative;
}

.toggle-password-icon {
  position: absolute;
  right: 10px;     
  top: 45%;      
  transform: translateY(-50%);
  cursor: pointer;  
  color: #666;    
}

.toggle-password-icon:hover {
  color: #000;
}

.company-form-pillars{
  display: flex;
  min-height: 88px;
  align-items: center;
  width: 100%;
  padding: 25px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

/* .company-form-pillars{
  display: flex;
  min-height: 88px;
  align-items: center;
  width: 100%;
  padding: 25px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
} */

.proejcttopdetails-2 h2 {
  font-size: 30px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}


/* tips btn */
.tipsBox {
  position: fixed;
  /* bottom: 129px; */
  bottom:30px;
  right: 75px;
  z-index: 9999;
}

.tipsBtn {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  background: #0a74eb;
  color: #fff;
  font-weight: 700;
}

.tipsBtn img {
  display: block;
  margin: 0 auto 5px;
}

.tipsModal {
  position: fixed !important;
  /* bottom: 189px !important; */
  bottom: 100px !important;
  right: 30px !important;
  width: 420px!important;
  height: auto !important;
  top: unset;
  left: unset;
}

.tipsModal .modal-header {
  background: #0a74eb;
  color: #fff;
  padding: 14px 20px;
}

.tipsModal .modal-header h1 {
  display: flex;
  align-items: center;
  font-size: 15px !important;
}

.tipsModal .modal-header h1 img {
  margin-right: 10px;
}

.tipsModal .modal-content {
  border: 0;
  box-shadow: 0 0 10px #ccc; border-radius: 20px;     overflow: hidden;
}
.tipsModal .modal-dialog {
  padding: 20px;
}

.tipsModal .modal-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.tipsModal .modal-body {
  height: 435px;
  overflow: auto;
  position: relative;
    background: #fff;
    z-index: 9;
}

/* accordian */
.tipsModal .accordion {
  border: 0;
}
.tipsModal .accordion-button {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}
.tipsModal .accordion-item {
  background: #F1F1F1;
  padding: 5px;
  margin-bottom: 7px;
  border-radius: 10px !important;
  overflow: hidden;
  border: 0 !important;
}

.tipsModal .accordion-button {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}

.tipsModal .accordion-body, .accordion-body p {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 300;
}

.tipsModal .accordion-body {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
}
.tipsModal .accordion-item:last-child {
  margin-bottom: 0;
}

/*  */
.tipsModal::after {
  content: "";
  position: absolute;
  bottom: 32px;
  right: 62px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 10px;
  transform: rotate(45deg);
  box-shadow: 0 6px 10px #ccc;
  z-index: -1;
}
.tipsModal::before {
  content: "";
  position: absolute;
  bottom: 32px;
  right: 62px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px;
  transform: rotate(45deg);
  z-index: 9;
}


.tipsPanel {
  position: fixed;
  /* right: 30px;
  width: 420px; */
  right: 40px;
  width: 400px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  z-index: 9998;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  bottom: 125px;
}

.tipsPanel.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tipsPanel .panel-dialog {
  padding: 0;
}

.tipsPanel .panel-content {
  border: 0;
  box-shadow: none;
  border-radius: 20px;
  overflow: hidden;
}

.tipsPanel .panel-header {
  background: #0a74eb;
  color: #fff;
  /* padding: 14px 20px; */
  padding: 2px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tipsPanel .panel-title {
  display: flex;
  align-items: center;
  font-size: 15px !important;
  margin: 0;     height: 20px;
}

.tipsPanel .panel-title img {
  margin-right: 10px;
  width: 20px;
  height: 20px; 
}

.tipsPanel .btn-close {
  background: none;
  border: none;
  color: white;
  font-size: 33px;
  cursor: pointer;
  opacity: 1;
  /* line-height: 1; */
}

.tipsPanel .btn-close:hover {
  opacity: 1;
}

.tipsPanel .panel-body {
  max-height: 400px;
  overflow: auto;
  position: relative;
  background: #fff;
  /* padding: 20px; */
  padding: 15px;
}

.tipsPanel .accordion {
  border: 0;
}

.tipsPanel .accordion-button {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.tipsPanel .accordion-item {
  background: #F1F1F1;
  padding: 5px;
  margin-bottom: 7px;
  border-radius: 10px !important;
  overflow: hidden;
  border: 0 !important;
}

.tipsPanel .accordion-body {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 300;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
}

.tipsPanel .accordion-collapse {
  transition: all 0.3s ease;
}

.tipsPanel::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 52px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  transform: rotate(45deg);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
  z-index: -1;
}


/* 25-july-2025 */
.national-card-col p {
  word-break: normal;
}
.filters-box {
  gap: 16px;
}

.tooltip-inner {
  font-size: 13px;
}

.projects_list_box .project-title {
  font-size: 20px;
  white-space: normal;
  line-height: 30px;
}


.national-card-row .national-card-col p {
  word-break:break-word;
}

/* .national-card-col.line-right-side.width { min-width: 320px;} */

.national-register .inner-data {
  display: flex;

}


.national-register .national-card-row { flex-wrap: nowrap;}



.national-register .progress-text.withscoretext {
  min-width: fit-content;}

  /* 30-july-2025 */
.national-register .national-card-col:first-child{
    flex: 1;
  }
.national-register .col1 {
    width: 25%;
    flex: unset;
}

.national-register .inner-data {
    width: 65%; flex: unset;
}

.national-register .progress-info{
  text-align: center;
}

.national-register .national-card-row .projectrightinfos {
    width: 10%; flex: unset;
}
.national-register .business-activity {
  width: 100%;
  max-width: 260px;
  flex: unset;
}
.national-card-row .national-card-col p {
  word-break: normal;
  margin-right: 5px;
}



/*  */
.filter-fields-rgt .form-group:last-child {
  width: 14%;
  padding-right: 0;
}

.filter-fields-rgt .form-group:nth-child(1) {width: 11%;padding-left: 0;}
.filter-fields-rgt .form-group:nth-child(2) {width: 13%; min-width: 210px;}
.filter-fields-rgt .form-group:nth-child(3) {width: 14% !important;}
.filter-fields-rgt .form-group:nth-child(4) {width: 13%;}
.filter-fields-rgt .form-group:nth-child(5) {width: 20%;width: 100%;max-width: 260px;flex: unset;}
.filter-fields-rgt .form-group:nth-child(6) {width: 13%;}

.filter-fields-rgt {
  width: 75%;
  flex-wrap:unset !important;
}

.filter-fields-rgt .form-group, .filter-fields-rgt .input-icon-holder-rt {
  padding: 0px 10px;
}
.filter-fields-rgt .form-control {
  min-width: unset;
}

/*  */
.inner-data .role {
  width: 13%;
}

.inner-data .business-type {
  width: 15%; min-width: 203px;
}

.inner-data .year {
  width: 16%;
}

.inner-data .state {
  width: 15%;
}

.inner-data .turnover {
  width: 12%;
}

.inner-data .national-card-col {
  flex: unset !important;
}
/* .project-card-details {
    max-width: 275px;
} */
.userinfotop img {width: 55px; height: 55px; border-radius: 5px; object-fit: contain;}
.business_rating_star {
    height: 22px;
    width: 140px;
    background: url(../images/business-rating.svg) 0 -22px no-repeat;
    background-size: 140px;
    margin: auto;
}
.business_rating_star span {background-size: 140px;}
.project-new .projectrightinfos {
    width: 160px;
}
.after-login-header .menu .navbar-nav .nav-link {
    font-size: 18px;
}

.project-new .project-detail-logo {width: 160px;    height: 160px;    min-width: 160px;}
.project-new .progress-text.withscoretext {min-width: 160px;}


.custom-tooltip .tooltip-inner {
  background-color: #0a74eb !important;
  color: #fff !important; 
  font-size: 13px;
}


/* help center detail page */
.help-center-itm-mid {margin-left: 18px;}
.help-center-itm-detail h3 {margin: 5px 0 15px;}
.help-center-itm-detail p {    font-weight: 400;    color: #747474;}
.accordians-wrap .accordion {    background: #f8f8f8;    padding: 22px 30px;    border: 0;    border-radius: 10px;    margin-top: 15px;    box-shadow: 0 4px 4px #0000000D;}
.accordians-wrap .accordion-item, .accordians-wrap .accordion-button {    background: transparent !important;}
.accordians-wrap .accordion-button {    padding: 20px 0;    font-size: 16px;    border-color: #0000001A; box-shadow: none;}
.accordians-wrap .accordion-item {    border-color: #0000001A;}
.accordians-wrap .accordion-button::after {    transform: rotate(-90deg);}
.accordians-wrap .accordion-item:first-child .accordion-button {padding-top: 0;}
.accordians-wrap .accordion-item:last-child .accordion-button {padding-bottom: 0;}
.accordians-wrap .accordion-item:last-child .accordion-body {padding-top: 20px;}
.accordians-wrap {
    padding: 40px 0 20px;
}
.help-center-itm-detail .devider {
    font-size: 30px;
    margin-top: 0;
    line-height: 0;
    padding: 0 4px;
    font-weight: 100;
}



@media(min-width:1500px){
  .help-center-itms .container{
    max-width: 1600px;
  }
}

.ownership-gender .form-label {
  min-width: 50px;
}
.ownership-gender .form-group.owerner-input-wd input {
  width: 100%;
}
.ownership-gender .form-group {
  margin-right: 0;
}


/* home v3 */
.btn-typ1 {background: #90D975; color: #fff; text-decoration: none; border-radius: 80px; font-size: 14px; font-weight: 500; text-align: center; display: inline-block;
  border: 1px solid #90D975; cursor: pointer; padding: 10px 20px;}
 .btn-typ2 {background: transparent; color: #fff; text-decoration: none; border-radius: 80px; font-size: 14px; font-weight: 500; text-align: center; display: inline-block;
  border: 1px solid #fff; cursor: pointer; padding: 10px 20px;}
 .btn-typ1:hover{background: #65CCF4; color: #fff;  border: 1px solid #65CCF4;}
 .btn-typ2:hover{background: #90D975;  color: #fff;  border: 1px solid #90D975;}
 .btn-typ3 {color: #90D975;  text-decoration: none;  border-radius: 80px;  font-size: 14px;  font-weight: 500;  text-align: center;  display: inline-block;  border: 1px solid #90D975 !important;
   cursor: pointer;  padding: 10px 20px;}
 .btn-typ3:hover {background: #90D975;  color: #fff;}
 
 /* banner section */
 .banner-section {position: relative;   background:url(../images/banner-img.jpg) right no-repeat; background-size: cover; padding: 160px 0;}
 .banner-section:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #74747480, #74747400);}
 .banner-in {max-width: 690px;  position: relative;}
 .heading-typ1 {font-size: 65px; color: #fff; margin-bottom: 20px; font-weight: 700;}
 .banner-section p {font-size: 22px; font-weight: 400; color: #fff; line-height: 1.4; margin-bottom: 20px;}
 .banner-section img {margin-bottom: 20px;}
 
 .heading-typ2, .heading-typ2-green {font-size: 42px; color: #65CCF4; font-weight: 700; margin-bottom: 50px;}
 .heading-typ2-green{color: #90D975;}
 .sec-typ1-itm {text-align: center; padding: 0 45px;  margin-top: 10px;}
 .sec-typ1-itm img{margin-bottom: 15px;}
 .heading-typ3 {font-size: 30px; font-weight: 700; margin-bottom: 20px;}
 .sec-typ1 {padding: 90px 0;}
 
 .gray-bg{background: #E7EAED;}
 .sec-typ2 {padding: 90px 0;}
 .sec-typ2-itm-con {padding: 80px 40px; background: #fff; text-align: center; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
 
 .sec-typ2-itm .row {margin: 0;}
 
 .sec-typ2-itm .row > div {padding: 0;}
 
 .sec-typ2-itm-img, .sec-typ2-itm-img img {width: 100%; height: 100%;}
 .sec-typ2-itm-img img {object-fit: cover; filter: grayscale(1) brightness(1.2);  opacity: 0.8; transition: 0.5s;}
 .sec-typ2-itm-img img:hover {filter: unset; opacity: 1;}
 .sec-typ2-itm:nth-child(even) .row {flex-direction: row-reverse;}
 
 /*  */
 .sec-typ3{background: url(../images/bg-img-1.jpg) top right no-repeat; /*background-size: cover;*/ padding: 104px 0;}
 .sec-typ3-in{position: relative;}
 .sec-typ3-con {max-width: 855px; color: #fff;}
 .sec-typ3-con p{font-size: 22px;}
 .bg-overlay{position: relative;}
 .bg-overlay:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #747474 50%, #74747400);}
 .heading-typ4 {font-size: 24px; font-weight: 700; margin-bottom: 20px;}
 
 .gradient-bg {background: linear-gradient(90deg, #90D975, #90D97500); padding: 20px 28px; border-radius: 20px; margin-top: 65px;}
 .gradient-bg p {margin-bottom:  0; font-weight: 600; font-size: 26px; color: #fff; max-width: 1000px;}
 
 /*  */
 .sec-typ4 {padding: 50px 0;}
 .sec-typ4-itm {padding: 0 20px; text-align: center; margin: 40px 0;}
 .sec-typ4-itm img {margin-bottom: 20px;}
 p:last-child {margin-bottom: 0;}
 
 /*  */
 .imp-numbers {padding: 90px 0;}
 .imp-numbers-itm {background: #fff; border-radius: 20px; padding: 38px 30px 44px; text-align: center;}
 .imp-numbers-itm h3 {font-size: 60px; font-weight: 700; margin-bottom: 10px;}
 .imp-numbers-itm p {font-size: 26px;}
 
 
 /*  */
 .sec-typ5{color: #fff; background: #747474; text-align: center; padding: 90px 0;}
 .sec-typ5-itm img {margin-bottom: 20px;}
 .sec-typ5-itm p {color: #E7EAED;}
 .sec-typ5-itm {margin: 30px 0 10px; padding: 0 10px; position: relative;}
 .btn-wrapper {margin-top: 50px;}
 .sec-typ5-itm:after {content: ""; position: absolute; top: 33px; right: 0; transform: translateX(50%); width: 100px; height: 50px; background: url(../images/stepArrow1.svg) center no-repeat;}
 .sec-typ5-items .row > div:nth-child(even) .sec-typ5-itm:after {transform: translateX(50%) scaleY(-1);}
 .sec-typ5-items .row > div:last-child .sec-typ5-itm:after {display: none;}
 /*  */
 
 .sec-typ4-v2 p {font-size: 16px;}
 .sec-typ4-v2 .heading-typ4 {color: #65ccf4;}
 .sec-typ4-v2 .sec-typ4-itm {padding: 0 35px;}
 
 /*  */
 .sec-typ6 .row {margin: 0;}
 .sec-typ6 .heading-typ3 {color: #65CCF4; max-width: 540px;}
 .sec-typ6-in {border-radius: 20px; overflow: hidden;}
 .sec-typ6 .row > div {padding: 0;}
 .sec-typ6-img, .sec-typ6-img img, .sec-typ6-img, .sec-typ6-con{width: 100%; height: 100%;}
 .sec-typ6-con {display: flex; flex-direction: column; justify-content: center; padding: 40px;}
 .sec-typ6-img img {object-fit: cover; object-position: right; transition: 0.5s; }
 /* .sec-typ6:nth-child(even) .row {flex-direction: row-reverse;} */
 
 
 .list-typ1 li {margin-bottom: 20px; position: relative; padding-left: 30px;}
 .list-typ1 li:last-child {margin-bottom: 0;}
 .list-typ1 li:before {content: ""; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: url(../images/tick-circle.svg) center no-repeat;
  background-size: 22px;}
 .sec-typ6 {padding: 90px 0;}
 /*  */
 .footer-left img {width: 215px;}
 .footer-left {padding-top: 55px;}
 
 
 /* why is SF? */
 .inner-banner-section{padding: 110px 0;}
 
 /*  */
 .sec-typ7-itm .heading-typ2 {margin-bottom: 20px;}
 .sec-typ7 {padding: 90px 0;}
 .sec-typ7-itm {padding: 22px 25px 30px;  height: 100%;  border-radius: 16px; transition: .5s;} 
 .sec-typ7-itm:hover{box-shadow: 0 0 10px #00000014;}
 .sec-typ7 .heading-sec {max-width: 1070px; margin: auto;  margin-bottom: 70px;}
 .sec-typ7-itm p {font-size: 16px;}
 
 /*  */
 .sec-typ8{padding: 90px 0;}
 .sec-typ8 .heading-typ2-green{margin-bottom: 30px;}
 .sec-typ8 .heading-sec p{margin-bottom: 30px;}
 .heading-typ5{font-size: 36px; font-weight: 700; margin-bottom: 30px;}
 
 .sec-typ8-itm:nth-child(even) .row {
     flex-direction: row-reverse;
 }
 .sec-typ8-con {
     padding-right: 170px;
 }
 .sec-typ8-itm:nth-child(odd) .sec-typ8-img{margin-left: -170px;}
 .sec-typ8-itm {
     margin-bottom: 60px;
 }
 .sec-typ8 .bottom-content {
     max-width: 1160px;
 }
 /*  */
 .sec-typ9-heading-sec-con p {
     font-size: 16px;
     margin-bottom: 40px;
 }
 .sec-typ9-heading-sec-con {
     max-width: 760px;
 }
 .sec-typ9 .cornerStonesNewBoxesAbout .infobox_cover img {
       filter: grayscale(1);
     transition: 0.5s;
 }
 .sec-typ9 .cornerStonesNewBoxesAbout .infobox_cover:hover img {
     filter: unset;
 }
 
 .section-full {
     display: block;
     width: 100%;
     padding: 90px 0;
     clear: both;
     position: relative;
 }
 
 /*  */
 .sec-typ10 {padding: 90px 0;}
 .sec-typ10 ul{margin-bottom: 18px;}
 .sec-typ10 .heading-typ2-green {margin-bottom: 20px;}
 .sec-typ10 .heading-sec {margin-bottom: 80px;}
 .sec-typ10-img img {border-radius: 20px;}
 .sec-typ10-con {padding-right: 50px;}
 
 /*  */
 .faqs{padding: 90px 0;}
 
 
 .faqs .accordion {
     border-top: 0;
 }
 .faqs .accordion-item {
     border: 1px solid #E7EAED !important;
     border-radius: 12px !important;
     overflow: hidden;
     margin-bottom: 10px;
 }
 
 .faqs .accordion-button {
     font-size: 18px;
     font-weight: 600;
     box-shadow: none !important;
     padding: 23px 26px;
     border: 1px solid #E7EAED !important;
     border-radius: 12px !important;
     margin: -1px;
     width: calc(100% + 2px);
 }
 
 .faqs .accordion-button:not(.collapsed) {
     background: #90d975;
     color: #fff;
 }
 
 .faqs .accordion-button:not(.collapsed)::after {
     filter: brightness(0) invert(1);
 }
 .faqs .accordion-body {
     padding: 16px 26px;     color: #000;
 }
 .faqs .accordion-body p{font-size: 16px;}
 
 /* about page */
 .sec-typ11 .heading-typ2 {
     margin-bottom: 30px;
 }
 
 .sec-typ11 p {
     margin-bottom: 35px; font-size: 26px;
     color: #747474;
 }
 .sec-typ11 .heading-typ3 {
     margin-bottom: 10px;
 }
 
 .sec-typ7-v2 .heading-sec {
     max-width: 1205px;
 }
 
 /* features page */
 .heading-typ2.pink, .heading-typ3.pink {color: #E6A3DE;}
 .sec-typ4-itm-full {margin-bottom: 0;}
 .btn-typ1.pink {background: #e6a3de; border-color: #e6a3de;}
 .btn-typ1.pink:hover {background: #65CCF4; border: 1px solid #65CCF4;}
 .list-typ1.list-typ1-blue li:before{background: url(../images/tick-circle-blue.svg) center no-repeat; background-size: 22px;}
 
 /* services page */
 .sec-typ12{padding: 90px 0;}
 .services-banner-sec .banner-in {max-width: 770px;}
 .sec-typ12 .sectorsInfoBox {grid-template-columns: repeat(5, 1fr);}
 .sec-typ12 .heading-sec {max-width: 890px; margin: 0 auto 60px;}
 .sec-typ12 .heading-sec .heading-typ2 {margin-bottom: 20px;}
 
 .heading-typ2.yellow {color: #FFC003;}
 .sec-typ13 .heading-typ2 {margin-bottom: 30px;}
 .sec-typ13 {padding: 90px 0;}
 .btn-typ4 {background: #FFC003; color: #fff; text-decoration: none; border-radius: 80px; font-size: 16px; font-weight: 600; text-align: center; display: inline-block;
  border: 1px solid #FFC003; cursor: pointer; padding: 13px 40px;}
 .btn-typ4:hover {background: #65CCF4; color: #fff; border: 1px solid #65CCF4;}
 .sec-typ13-itm {
     text-align: center; padding: 0 40px; margin-top: 40px;
 }
 .number {
     width: 36px;
     height: 36px;
     background: #65CCF4;
     color: #fff;
     border-radius: 100%;
     line-height: 36px;
     font-size: 16px;
     font-weight: 700;
     margin: 0 auto 8px;
 }
 .sec-typ13-itm img {
     margin-bottom: 20px;
 }
 .sec-typ13-itm ul li {
     margin-bottom: 20px;
 }
 
 .sec-typ13 .bottom-content {
     background: Grey;
     padding: 20px 25px;
     border-radius: 20px;
     text-align: center; margin-top: 60px;
 }
 
 .sec-typ13 .bottom-content h3 {
     font-size: 26px; line-height: 1.4;
 }
 
 /* contact page */
 .btn-typ5{background: #65ccf4; color: #fff; text-decoration: none; border-radius: 80px; font-size: 16px; font-weight: 500; text-align: center; display: inline-block;
  border: 1px solid #65ccf4; cursor: pointer; padding: 10px 30px; height: 50px;}
 .btn-typ6{background: transparent; color: #747474; text-decoration: none; border-radius: 80px; font-size: 16px; font-weight: 500; text-align: center; display: inline-block;
  border: 1px solid #747474; cursor: pointer; padding: 10px 30px;height: 50px;}
  .btn-typ6:hover{background: #65CCF4; color: #fff;  border: 1px solid #65CCF4;}
 .btn-typ5:hover{background: #90D975;  color: #fff;  border: 1px solid #90D975;}
 .form-select{
       font-weight: 500;
     height: 50px;
     opacity: 1;
     box-shadow: none;
     outline: none;
     border: solid 1px var(--grey);
     border-radius: 4px;
     padding-left: 14px;
     padding-right: 14px;
     font-size: 14px;
     font-weight: normal;
 }
 
 .contact-sec{padding: 90px 0;}
 .contact-sec .heading-typ2 {
     margin-bottom: 20px;
 }
 
 .content-itm {
     margin-bottom: 40px;
 }
 
 .contact-form h4 {
     font-size: 20px;
     font-weight: 700;
     color: #65ccf4;
     margin-bottom: 20px;
 }
 
 .contact-form .inp-group {
     margin-bottom: 15px;
 }
 
 .form-btns {
     margin-top: 10px;
 }
 .contact-sec-con {
     max-width: 538px;
 }
 .btn-typ2.pink:hover{background: #E6A3DE; color: #fff; border: 1px solid #E6A3DE;}

 /* cornerstones page */
 .cornerstones4-sec h1 {font-size: 40px;    line-height: 1.3;}
.cornerstones4-sec .infoBottomContent h3 {font-size: 25px;}
.cornerstones4-sec .info-subicons {width: 45px; height: 45px; border-radius: 60px;}
.cornerstones4-sec .infomain-icon {width: 72px; height: 72px;}
.cornerstones4-sec {padding: 40px 0 !important;}
.cornerstones4-mid-wrap{    min-height: calc(100vh - 224px);}
.cornerstones4-sec .button2.btn-lg {
    font-size: 22px;
    padding: 10px 40px;
}

@media(max-width:1499px) and (min-width:1200px){
  .infobox_cover img {height: 115px;}
  .cornerstones4-sec .info-subicons {width: 35px; height: 35px;}
  .cornerstones4-sec .infoBottomContent h3 {font-size: 22px;}
  .cornerstones4-sec h1 {font-size: 32px;}
  .cornerstones4-sec {padding: 20px 0 30px 0 !important;}
  .cornerstones4-sec .button2.btn-lg {font-size: 18px; padding: 5px 40px;}
  .cornerstones4-sec .infomain-icon {width: 50px; height: 50px;}

  .cornerstones4-mid-wrap {
    min-height: calc(100vh - 204px);
}
}

.note-box{
  padding: 12px 30px;
  margin-bottom: 12px;
  border-radius: 12px;
  position: relative;overflow: hidden;
 }
 .note-box:before{
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2;
 }

 .note-box p{font-size: 16px; position: relative;}

.community-cornerstones .note-box:before {
  background-color: var(--community) !important;
}

.people-cornerstones .note-box:before {
  background-color: var(--people) !important;
}


.economic-cornerstones .note-box:before {
  background-color: var(--economic) !important;
}

.planet-cornerstones .note-box:before{
  background-color: var(--planet) !important;
}


.dropdown-multiselect-container {
  user-select: none;
}

.dropdown-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}

.dropdown-wrapper {
  position: relative;
}

.dropdown-trigger {
  padding: 12px 12px;
  cursor: pointer;
  outline: none;
}

.dropdown-trigger.open {
  border-color: #3b82f6; /* blue */
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}

.trigger-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trigger-text {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trigger-text.selected {
  color: #222222;
}

.dropdown-content {
  position: absolute;
  width: 100%;
  margin-top: 4px;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
  max-height: 240px;
  display: flex;
  flex-direction: column;
}

.search-container {
  padding: 8px 12px;
  border-bottom: 1px solid #e5e7eb;
}

.search-input {
  width: 100%;
  padding: 6px 8px;
  font-size: 14px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  outline: none;
}

.search-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}

.options-list {
  overflow-y: auto;
}

.no-options {
  padding: 12px;
  font-size: 13px;
  color: #888888;
  text-align: center;
}

.option-item {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.15s ease;
}

.option-item:hover {
  background-color: #f0f4ff;
}

.option-checkbox {
  margin-right: 8px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.option-label {
  user-select: none;
}
.more-btn-tooltip {
  color: #0a74eb;
  cursor: pointer;
  text-decoration: underline;
}



/* 22-aug-2025 */
.national-register .national-card-row .projectrightinfos, .filter-fields-rgt .form-group:last-child {
    width: 220px;
}
.filter-fields-rgt .form-group:last-child {
    width: 18%;
}
.filter-fields-rgt .form-group:nth-child(3) {
    width: 13% !important;
}
.filter-fields-rgt {
    width: 77%;
    flex-wrap: unset !important;
}
.filter-fields-rgt .form-group:nth-child(1) {
    width: 11%;
    padding-left: 0;
}

.national-register .projectrightinfos-in {
    width: fit-content;
    margin-left: auto;
}
.filter-fields-rgt .form-group:nth-child(5) { max-width: 240px;}


/* 2-sept-2025 */
.lrInner h2 {color: #000000;    padding-left: 55px;    text-transform: none;    text-align: left;}
.login_content h2 {color: #000000;}
.login_form .checkbox label, .login_form .registerhere p{color: #000000;}
.login_form .form-group .forgotpassword a{font-size: 16px;}
.login_title p {color: #000 !important;}
.checkbox label a {text-decoration: none; font-weight: 600;}


@media print {
  .header, .pageTitlebox, .nav-tabs.main-cornerstones-tabs, .tipsBox {
    display: none !important;
  }

  .page-indicator,
  .pagination-text,
  .page-counter,
  .pagination-info,
  .form-pagination,
  .step-counter,
  div[style*="text-align: center"]:contains("Page"),
  div:contains("Page"):contains("of") {
    display: none !important;
  }
  
  *[style*="bottom"]:contains("Page") {
    display: none !important;
  }
  
  .qwithvalueBox.minthreeCols {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    width: 100% !important;
  }
  
  .qwithvalueBox.minthreeCols .qwithvalueBox_col:not(.docsuploads) {
    width: calc(33.33% - 10px) !important;
    min-width: calc(33.33% - 10px) !important;
    max-width: calc(33.33% - 10px) !important;
    flex: 0 0 calc(33.33% - 10px) !important;
    display: block !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  
  .qwithvalueBox_col {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  @page {
    margin: 20px 0.5cm 1cm 0.5cm; /* top, right, bottom, left */
        
    /* Alternative bottom-right positioning */
    @bottom-right {
      content: "";
      font-family: Arial, sans-serif;
      font-size: 10pt;
      color: #666;
    }
    
  }

  body {
    margin: 0;
    padding: 0.5cm;
    counter-reset: page;
  }
  .page-number {
    position: fixed;
    bottom: 0.5cm;
    right: 0.5cm;
    font-size: 10pt;
    color: #666;
    font-family: Arial, sans-serif;
  }

  .page-number::after {
    content: "";
  }

  .print-page-break {
    page-break-before: always;
  }
  
  .print-page-break::before {
    content: "";
    position: fixed;
    bottom: 0.5cm;
    right: 0.5cm;
    font-size: 10pt;
    color: #666;
  }
 
}
.impact-cont{
display: flex;
gap: 10px;

}

.impact-box {
  background:#F8F8F8;
  border: 0;
  border-radius: 16px;
  padding: 20px;
  font-size: 12px;
  color: #747474;
  flex:0 0 170px;
  text-align: center;
  height:150px;
}
.impact-box.active{
background: #747474;
color: #fff;
}
.impact-box.active img{
 filter:invert(1) brightness(100);
}

.impact-box p {
  margin: 0;
  margin-top: 10px;
  font-size: 12px;
}

.comp-rating-tp-cont{
display: flex;
gap: 30px;
}
.button1.btn-outline-icon{
  line-height: 1;
  padding: 10px 30px;
}