/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
.days-left-button .btn-default {
  font-size: 10px;
  padding: 3px 6px 2px;
  color: #082eb5;
}

.add-tag-form-group .form-control-feedback {
  top: 15px;
  left: 4px;
  color: #082eb5;
}

.detail-main-img {
  min-height: 245px;
}

.single-right-sec-2-img img {
  display: block;
  margin: auto;
  width: 62px;
  height: 62px;
}

.story-box-description {
  height: 105px;
  overflow: hidden;
  padding-top: 10px;
}

.story-box-heading {
  height: 24px;
  overflow: hidden;
}

.banchmarking-7 {
  padding-top: 12px;
}

.banchmarking-7 > li.active > a {
  color: #3e9ddb;
}

.button-padding {
  padding-top: 20px;
  padding-bottom: 10px;
}

button.btn.bg-black.border-radius-25.text-centre:hover {
  color: #ffffff !important;
}

.hide-sec p {
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: -27px;
  top: 39px;
}

.last-pp {
  right: -14px !important;
}

.chart-rightr p {
  font-size: 14px;
}

.profile-page-box {
  position: relative;
}

.heart-img,
.heart-img1 {
  position: absolute;
  top: 47px;
  right: 2px;
}

.select-dwmc::before {
  content: "/";
  left: -11px;
  top: 9px;
  position: absolute;
}

.new-navtab li {
  width: 24.4% !important;
  clear: none !important;
}

.new-navtab li.active {
  background-color: #3e9ddb;
}

.new-navtab li.active:hover .text-primary {
  color: #ffffff;
}

.new-navtab li.active:hover .text-success {
  color: #ffffff;
}

.new-navtab li.active:hover .text-grey {
  color: #ffffff;
}

.implimentation .tab-content {
  min-height: 100px;
}

.location-time li {
  float: left !important;
  clear: none !important;
  width: 135px;
  text-align: center;
  margin-right: 5px;
}

.time-n-l {
  overflow-x: auto;
  padding-bottom: 25px !important;
  overflow-y: hidden;
  height: 112px;
  margin-bottom: 35px;
}

.location-time {
  width: 1800px;
}

.time-n-l .section-active:before {
  content: "\f00c";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #53a53f;
  right: 0;
  top: 0;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  padding: 0 4px;
  font-size: 15px;
  cursor: pointer;
  z-index: 1;
}

.milestone-info {
  max-height: 300px;
  overflow-y: auto;
}

.htmllabels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.htmllabels span {
  color: #666;
}

.html-progress {
  height: 15px;
  background: #f7f7f7;
  box-shadow: inset 0 0 10px #e7e7e7;
}

.css-progress-bar,
.html-progress-bar,
.jq-progress-bar,
.js-progress-bar {
  background: -webkit-linear-gradient(left, #e6e2d7 0, #f5df67 40%, #93c6b3 70%, #3e9ddb 100%);
}

.progress-bar.bg-danger {
  background: #a5a5a5;
}

.progress-bar.bg-warning {
  background: #f7c033;
}

.progress-bar.bg-success {
  background: #54b9c7;
}

.progress-bar.bg-info {
  background: #ea4a5b;
}

.progress-bar.border-right {
  border-right: 1px solid #ffffff;
}

.progress-bar-vertical {
  width: 20px;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  transition: height 0.6s ease;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -ms-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
}

.impact-middle .pie-value {
  font-size: 14px;
}

.impact-box {
  height: 320px;
  overflow: hidden;
}

.cs-right-div {
  min-height: 147px;
}

.custom-metrics-impact .impact-box {
  height: 655px;
}

.cumene {
  min-height: 84px;
}

.box-body {
  height: 100%;
  overflow: auto;
  padding-bottom: 30px;
}

.impact-amount-table {
  text-align: center;
}

.impact-amount-table tr td {
  border-top: none !important;
}

.impact-amount-table tr td h3 {
  font-size: 32px;
  line-height: 39px;
}

.impact-amount-table tr td .text-warning {
  color: #f08833;
}

.impact-amount-table tr td .text-success {
  color: #0abab5;
}

.impact-amount-table tr td .pie-value {
  font-size: 31px;
  font-weight: 400;
  top: 39%;
}

.impact-amount-table tr td .pie-value span {
  font-size: 14px;
}

.donate-button {
  background-image: linear-gradient(to right, #5ac3d2 0, #d8d1a8 61%, #6bd1de 100%);
}

.donate-button:hover {
  background-position: right center;
}

.donate-button {
  min-width: 120px;
  padding: 7px 30px;
  border: 1px solid #ccc;
  text-align: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  background-size: 200% auto;
  color: #ffffff;
  text-shadow: 0 1px 2px #555;
  box-shadow: 0 0 20px #eee;
  display: block;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.donate-button span {
  font-size: 16px;
}

.navbar-collapse img {
  width: 45px;
  padding-right: 10px;
}

.border-bottom.corpPeople:last-child,
.border-bottom.indiPeople:last-child,
.border-bottom.ngPeople:last-child {
  border-bottom: none;
}

.fd-sec tr td {
  padding: 5px 0;
}

.become-spon-div button.close,
.current-spon-div button.close {
  color: #3e9ddb;
  text-shadow: none;
}

.modal-dialog {
  display: grid;
}

.sr-catogary-pop-up .modal-dialog {
  width: 100%;
  max-width: 1170px;
}

.my-employee .modal-dialog {
  margin: auto !important;
  max-width: 650px;
}

.learning-tools-quiz .modal-dialog {
  width: 100%;
  max-width: 968px;
  display: block;
  margin: auto !important;
}

.investment-pop-up .modal-dialog {
  width: 100%;
  max-width: 600px;
  margin: auto !important;
}

.challange-pop-up .modal-dialog {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto !important;
}

.winning-creteria .modal-dialog {
  max-width: 480px;
}

.pay-inr-pop-up .modal-dialog {
  display: block;
  margin: auto;
  max-width: 700px;
}

#ChallengePost .modal-dialog,
#missionPopup2 .modal-dialog {
  width: 1200px;
}

.my-employee .modal-content {
  width: 650px;
  border: none;
  background: #f2f2f2;
  padding: 0;
  border: solid 2px #d0cece;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.Emplo-pop .modal-content {
  height: 600px !important;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

.learning-tools-quiz .modal-dialog.modal-sm {
  max-width: 500px;
  margin: 65px auto !important;
}

.learning-tools-quiz .modal-dialog.modal-sm .modal-content {
  width: auto;
  height: auto;
  background: #ffffff;
}

.modal-content .modal-body {
  max-height: 600px;
  overflow-y: auto;
}

.pop-up-3 .modal-content {
  width: 540px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.pop-up-4 .modal-content {
  width: 300px;
  height: 400px;
  overflow-y: scroll;
  padding: 0 0 10px;
}

.pop-up-5 .modal-content {
  width: 300px;
  height: 400px;
  overflow-y: scroll;
  padding: 0 0 10px;
}

.learning-tools-quiz .modal-content {
  width: 968px;
  height: 631px;
  border: none;
  background: #d3d3d3;
}

#sponsorNeededDefaultPopup .modal-content,
.learning-tools-quiz #spn-req .modal-content {
  width: 400px;
  height: auto;
  border: none;
  background: #ffffff;
}

#sponsorNeededDefaultPopup .modal-dialog,
.learning-tools-quiz #spn-req .modal-dialog {
  width: auto;
  max-width: max-content;
  display: block;
  margin: 65px auto !important;
}

.learning-tools-quiz #spn-req .modal-dialog {
  display: grid;
}

#sponsorNeededDefaultPopup h4,
.learning-tools-quiz #spn-req h4 {
  font-size: 16px;
}

@media (max-width: 767px) {
  #sponsorNeededDefaultPopup .modal-dialog,
  .learning-tools-quiz #spn-req .modal-dialog {
    margin: 65px 10px !important;
  }
  #sponsorNeededDefaultPopup .modal-content,
  .learning-tools-quiz #spn-req .modal-content {
    width: auto;
  }
}
.investment-pop-up .modal-content {
  width: 600px;
}

.survey-pop .modal-content {
  width: 968px;
}

.challange-pop-up .modal-content {
  width: 600px;
  height: auto;
}

.winning-creteria .modal-content {
  background: #ededed;
}

.pay-inr-pop-up .modal-content {
  background: #d3d3d3;
  width: 700px;
}

.overlay-impact {
  position: absolute;
  top: 43px;
  color: #ffffff;
  padding: 10px 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(62, 157, 219, 0.9);
  display: none;
  z-index: 9;
}

.info-box:hover .overlay-impact {
  display: block;
}

.info-box img {
  position: absolute;
  top: 8px;
  right: 5px;
  cursor: pointer;
}

.overlay-impact p {
  text-align: justify;
}

.rmpost1 .Chkbx,
.rmpost2 .Chkbx {
  margin-top: 4px;
}

.rmpost1 h5,
.rmpost2 h5 {
  padding-top: 4px;
}

.cvr-image {
  height: 222px;
  width: 100%;
  display: flex;
  align-items: center;
}

.single-right-sec-2-img .py-1 {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 220px;
}

.company-page-new-left ul li.p35 {
  padding: 35px 0 !important;
}

.impact-left-ul {
  padding-top: 46px;
}

.impact-heading h1.text-info {
  color: #3e9ddb;
}

.impact-left-ul img {
  padding-right: 10px;
  height: 20px;
}

.impact-left-ul li {
  padding: 12px 20px !important;
  background-image: linear-gradient(to bottom right, #3e9ddb, #0abab5);
  background: -webkit-gradient(linear, left top, right bottom, from(#3e9ddb), to(#0abab5));
  text-align: left !important;
  border-bottom: 1px solid #ffffff;
  color: #ffffff !important;
  text-transform: none !important;
}

.impact-left-ul li:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#ca8a1a), to(#e6c315));
}

.impact-left-ul li a,
.impact-left-ul li:hover a {
  color: #ffffff !important;
}

#employer-list,
#impact-list,
.impact-list {
  float: left;
  list-style: none;
  margin-top: -3px;
  padding: 0;
  left: 15px;
  right: 15px;
  background: #ffffff;
  font-size: 12px;
  max-height: 300px;
  overflow: auto;
  position: absolute;
  z-index: 1;
  border-left: #e2dede 1px solid;
  border-right: #e2dede 1px solid;
}

.impact-list-close {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 99;
  text-align: right;
  right: 15px;
  top: 5px;
  padding: 5px;
  text-align: center;
  line-height: 20px;
  background: #ffffff;
  margin-right: 1px;
  cursor: pointer;
}

#employer-list li,
#impact-list li,
.impact-list li {
  cursor: pointer;
  padding: 7px 10px 5px 10px;
  background: #f7f7f7;
  width: 100%;
  display: inline-block;
  line-height: 18px;
  border-bottom: #e2dede 1px solid;
}

#employer-list li:hover,
#impact-list li:hover,
.impact-list li:hover {
  background: #ffffff;
}

#impact-list li span,
.impact-list li span {
  color: #3e9ddb;
  font-size: 11px;
  padding-top: 5px;
}

.joinusercount {
  position: absolute;
  top: 0;
  padding-left: 5px;
}

.project-wise-nav {
  position: absolute;
  right: 4.5%;
  display: block;
  border: 1px solid #ccc;
  top: -19px;
  width: 19%;
}

.project-wise-nav li {
  width: 50% !important;
}

.project-wise-nav li a {
  padding: 10px 25px !important;
  font-size: 13px !important;
  border-bottom: none;
}

.project-wise-nav > li.active > a,
.project-wise-nav > li.active > a:active,
.project-wise-nav > li.active > a:focus,
.project-wise-nav > li.active > a:hover {
  border: none;
  color: #ffffff !important;
  background: #3e9ddb;
}

.impact-calculator-detail,
.impact-calculator-section {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.impact-calculator-section {
  background: url(../../images/background/bg-3.png) no-repeat center bottom;
  background-size: cover;
}

.impact-calculator-detail {
  background: #fffae9 url(../../images/background/bg-4.png) no-repeat center bottom;
  background-size: contain;
}

.impact-calculator-section .first-page ul li {
  display: inline-block;
  padding-right: 20px;
  width: 122px;
  height: 122px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 18px;
  float: left;
  background: #54b9c7;
  text-align: center;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  border: 1px solid #4f9ea9;
}

.impact-calculator-section .first-page h1 {
  color: #041f2f;
}

.impact-calculator-section .first-page ul li img {
  width: 50px;
  filter: invert(100%);
  padding-bottom: 15px;
  margin: 0 auto;
  display: block !important;
}

#cal-cat .owl-nav button.owl-next,
#cal-cat .owl-nav button.owl-prev {
  background: #1c6973;
  top: 37%;
}

#cal-cat .owl-nav button.owl-next {
  right: -30px;
}

#cal-cat .owl-nav button.owl-prev {
  left: -30px;
}

.impact-calculator-detail .table td {
  border-bottom: none;
  color: #ffffff;
}

.impact-calculator-detail .table {
  border: 1px solid #ffffff;
}

.benif-dtl-tab1 p {
  font-size: 11px !important;
  text-transform: uppercase;
}

#map_wrapper {
  height: 608px;
  margin-top: 15px;
  border: 1px solid #d0cece;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

.sdg-detail .nav-tabs.bg-primary-transparent > li > a {
  color: #000000;
}

.sdg-detail .nav-tabs.bg-primary-transparent > li.active > a {
  color: #ffffff;
}

.sdg-detail .nav-tabs.bg-primary-transparent {
  background: rgba(4, 46, 72, 0.15);
}

.gm-style .gm-style-iw-c {
  max-width: 400px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: transparent;
}

.climateData-popup .gm-style .gm-style-iw-c {
  position: fixed;
  right: 30px;
  top: 252px;
  z-index: 10000;
  width: 400px;
  border-radius: 10px;
  background: #ebe6e6;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

.gm-style {
  font: inherit;
}

.map_info_content {
  background: #f9f9f9;
  float: left;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
}

.map_info_content.mb-0 {
  margin-bottom: 0px;
}

.map_info_img {
  float: left;
  width: 30%;
}

.map_info_img img {
  max-width: 100px;
}

.map_info_text {
  float: left;
  width: 70%;
  padding-left: 10px;
}

.map_info_text h3,
.dashboardInsights .map_info_text h4 {
  margin-top: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
}

.map_info_text p,
.dashboardInsights .map_info_text p {
  line-height: 18px;
  font-size: 11px;
}

.dashboardInsights .gm-style .gm-style-iw {
  font-weight: 500;
}

.dashboardInsights .gm-style-iw-ch {
  padding-top: 7px;
  color: #ea4a5b;
  font-weight: 700;
}

.dashboardInsights .gm-style-iw-chr {
  height: 30px;
}

.dashboardInsights .climateData-popup .gm-style-iw-chr {
  width: 100%;
  background: #333;
  background-repeat: none;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: -100px;
  left: 0;
  height: 120px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  background-image: url("images/satelite-view.jpg");
}

.dashboardInsights .gm-style-iw-chr button.gm-ui-hover-effect {
  width: 30px !important;
  height: 35px !important;
}

.dashboardInsights .gm-style-iw-chr button.gm-ui-hover-effect span {
  margin: 0 !important;
}

.dashboardInsights .gm-style .gm-style-iw-d {
  overflow: auto !important;
  padding-right: 10px;
}

.dashboardInsights .gm-style .gm-style-iw-d::-webkit-scrollbar {
  display: none;
}

.map_info_content .storyType {
  font-size: 14px;
  color: #d29500;
  font-weight: 500;
  padding-bottom: 10px;
}

label.file-name {
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #d29500;
  display: table-footer-group;
}

.loadGif {
  position: absolute;
  width: 35px;
  left: 50%;
  top: 5px;
  z-index: 100;
  display: none;
}

.toFullCanvas {
  display: none;
}

.screen-canvas-icon:hover {
  right: 0;
  transition-duration: 0.2s, 1s;
  transition-timing-function: linear, ease-in;
}

.screen-canvas-icon {
  position: absolute;
  right: -27px;
  bottom: 20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #91a21f;
  z-index: 1;
  display: none;
}

.screen-canvas-icon:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #91a21f;
}

.screen-canvas-icon img {
  color: #ffffff;
  position: absolute;
  z-index: 2;
  right: -7px;
  cursor: pointer;
  font-size: 20px;
  width: 14px;
  top: 12px;
}

.csr-a-div {
  background: linear-gradient(to right, rgba(61, 156, 217, 0.6), rgba(209, 148, 40, 0.631372549), rgba(209, 148, 40, 0.631372549), rgba(33, 150, 243, 0.4509803922));
  padding: 1px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.report-135-div {
  padding: 20px;
  border: 1px solid rgba(84, 185, 199, 0.2);
  background: rgba(84, 185, 199, 0.08);
  margin-bottom: 30px;
  text-align: center;
}

.don-data-div,
.don-data-div-block {
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
}

.don-data-div {
  display: none;
}

.don-data-iframe-div {
  width: 821px;
  top: 18%;
  right: 0;
  margin: 0 auto;
  left: 0;
  background: #ffffff;
  position: absolute;
}

.don-data-div-block .don-data-iframe-div {
  top: 0;
}

.don-data-iframe-div .previewImg,
.don-data-iframe-div iframe {
  height: 504px;
  width: 100%;
  overflow: auto;
  position: absolute;
  background: #ffffff;
  left: 0;
}

.don-data-iframe-div .previewImg {
  align-items: center;
  display: flex;
}

.don-data-iframe-div img {
  margin: 0 auto;
}

.don-data-iframe-div .iframeImage {
  height: 504px;
  max-width: 100%;
  overflow: auto;
  position: absolute;
  background: #ffffff;
  left: 0;
  right: 0;
}

.evidance-view {
  background: rgba(62, 157, 219, 0.1019607843);
}

.milestone-evidence-add {
  background: rgba(62, 157, 219, 0.0588235294);
  /* display: none; */
}

.view-upload-div {
  background: #f3f9fd;
  padding: 10px;
  margin-top: 15px;
}

#my-employee .multiselect-container,
#my-organization .multiselect-container {
  position: static;
}

.status-list .progress {
  height: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.status-list .progress-bar {
  font-size: 10px;
  line-height: 10px;
}

.status-list .org-tree-li-div {
  min-width: 212px;
  margin: 10px;
}

ul.distOptions li:before {
  content: "x";
  position: absolute;
  right: -4px;
  top: -4px;
  line-height: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #000000;
  padding: 0 4px 2px;
  background: #bdd2de;
}

ul.distOptions li.removeClose:before {
  display: none;
}

ul.distOptions li {
  float: left;
  position: relative;
  padding: 5px 10px;
  background: rgba(62, 157, 219, 0.1882352941);
  margin: 3px;
  color: #000000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

ul.tagOptions li {
  float: left;
  position: relative;
  padding: 5px 10px;
  background: rgba(62, 157, 219, 0.1882352941);
  margin: 3px;
  color: #000000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.accomplishment ul.tagOptions li {
  padding: 1px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

ul.tagOptions li span {
  content: "x";
  position: absolute;
  right: -4px;
  top: -4px;
  line-height: 13px;
  color: #000000;
  padding: 0 4px 2px;
  background: #f7c8cd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.hastagOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  color: #ffffff;
  text-align: center;
  padding-top: 60%;
  cursor: pointer;
}

.hastag-div:not(:nth-child(1)) {
  background: #ffffff;
  padding: 0;
  margin-left: -20%;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
}

#milestone-Preview,
#milestone-Preview-add {
  position: absolute;
  right: 15px;
  top: 57px;
  max-width: 101px;
  max-height: 44px;
  border: none;
  display: none;
}

#milestone-Preview-add {
  top: 265px;
}

.implementing-slider img {
  width: 70px !important;
  height: 70px;
  margin: 0 auto !important;
}

.implementing-slider .owl-item img {
  display: block !important;
}

.spon-custom-metric-popup tr.pointer-event-none input,
.spon-custom-metric-popup tr.pointer-event-none select {
  background-color: #eee;
  border: 1px solid #e2dede;
  cursor: not-allowed;
  color: #3e9ddb;
}

.project-wise-matrix-0 {
  background-image: linear-gradient(to bottom right, #ff9aa0, #d64f58);
  background: -webkit-linear-gradient(top, #ff9aa0, #d64f58);
}

.project-wise-matrix-1 {
  background-image: linear-gradient(to bottom right, #77e6d7, #469489);
  background: -webkit-linear-gradient(top, #77e6d7, #469489);
}

.project-wise-matrix-2 {
  background-image: linear-gradient(to bottom right, #79c9fb, #3f9ed9);
  background: -webkit-linear-gradient(top, #79c9fb, #3f9ed9);
}

.project-wise-matrix-3 {
  background-image: linear-gradient(to bottom right, #f3cc6f, #d29500);
  background: -webkit-linear-gradient(top, #f3cc6f, #d29500);
}

.project-wise-matrix-0 p,
.project-wise-matrix-1 p,
.project-wise-matrix-2 p,
.project-wise-matrix-3 p {
  color: #ffffff;
  text-transform: none;
  font-size: 12px;
}

#metrics1 .border {
  border: 1px solid #c7c7c7;
}

#metrics1 .project-wise-matrix-0 p,
#metrics1 .project-wise-matrix-1 p,
#metrics1 .project-wise-matrix-2 p,
#metrics1 .project-wise-matrix-3 p,
#metricsArch1 p {
  color: #999;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
}

#metrics1 .project-wise-matrix-0:hover p,
#metrics1 .project-wise-matrix-1:hover p,
#metrics1 .project-wise-matrix-2:hover p,
#metrics1 .project-wise-matrix-3:hover p,
#metricsArch1 .impact-mat:hover p {
  color: #ffffff;
}

#metrics1 .project-wise-matrix-0 img.bw,
#metrics1 .project-wise-matrix-1 img.bw,
#metrics1 .project-wise-matrix-2 img.bw,
#metrics1 .project-wise-matrix-3 img.bw,
#metricsArch1 .impact-mat img.bw {
  filter: invert(60%);
  width: 60px;
  height: 60px;
}

#metrics1 .project-wise-matrix-0 img.clr,
#metrics1 .project-wise-matrix-1 img.clr,
#metrics1 .project-wise-matrix-2 img.clr,
#metrics1 .project-wise-matrix-3 img.clr,
#metricsArch1 .impact-mat img.clr {
  filter: brightness(0) invert(100%);
  width: 60px;
  height: 60px;
}

#metrics1 .project-wise-matrix-0,
#metrics1 .project-wise-matrix-1,
#metrics1 .project-wise-matrix-2,
#metrics1 .project-wise-matrix-3,
#metricsArch1 .impact-mat {
  background: #ffffff;
}

#metrics1 .project-wise-matrix-0:hover,
#metricsArch1 .project-wise-matrix-0:hover {
  background-image: linear-gradient(to bottom right, #ff9aa0, #d64f58);
  background: -webkit-linear-gradient(top, #ff9aa0, #d64f58);
}

#metrics1 .project-wise-matrix-1:hover,
#metricsArch1 .project-wise-matrix-1:hover {
  background-image: linear-gradient(to bottom right, #77e6d7, #469489);
  background: -webkit-linear-gradient(top, #77e6d7, #469489);
}

#metrics1 .project-wise-matrix-2:hover,
#metricsArch1 .project-wise-matrix-2:hover {
  background-image: linear-gradient(to bottom right, #79c9fb, #3f9ed9);
  background: -webkit-linear-gradient(top, #79c9fb, #3f9ed9);
}

#metrics1 .project-wise-matrix-3:hover,
#metricsArch1 .project-wise-matrix-3:hover {
  background-image: linear-gradient(to bottom right, #f3cc6f, #d29500);
  background: -webkit-linear-gradient(top, #f3cc6f, #d29500);
}

.overall-impact-metrics2 img {
  width: 60px;
  height: 60px;
}

.overall-impact-metrics2 img.bw {
  filter: invert(100);
}

.project-wise-matrix-0:hover,
.project-wise-matrix-1:hover,
.project-wise-matrix-2:hover,
.project-wise-matrix-3:hover {
  background: 0 0;
}

.project-wise-matrix-0:hover {
  border: 1px solid #d64f58 !important;
}

.project-wise-matrix-0:hover p {
  color: #d64f58;
}

.project-wise-matrix-1:hover {
  border: 1px solid #469489 !important;
}

.project-wise-matrix-1:hover p {
  color: #469489;
}

.project-wise-matrix-2:hover {
  border: 1px solid #3f9ed9 !important;
}

.project-wise-matrix-2:hover p {
  color: #3f9ed9;
}

.project-wise-matrix-3:hover {
  border: 1px solid #d29500 !important;
}

.project-wise-matrix-3:hover p {
  color: #d29500;
}

.cu_m_i_d .form-control {
  min-height: 30px;
  padding: 6px;
  min-width: 40px;
}

.cu_m_i_d .input-group-addon {
  font-size: 12px;
  padding: 6px;
}

.cu_m_i_d .card-header {
  padding: 0.75rem 1.65rem;
}

.card-body {
  padding: 1.5rem 1.5rem;
}

.tierPointImg:before {
  content: "";
  width: 0;
  left: 5px;
  height: 0;
  bottom: -10px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #6c748c;
}

.small.text-white {
  color: #ffffff;
}

.metricMnumber,
.metricMnumber2 {
  width: 30px;
  height: 30px;
  line-height: 29px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.metricMnumber {
  color: grey;
  border: 1px solid #e2dede;
  background: #f7f7f7;
}

.metricMnumber2 {
  background: #212120;
}

.volunteer-hours .event-date {
  width: 130px;
  height: 100px;
  background: #f9fbfb;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.lorubtn-div .btn-equal {
  width: 143px;
}

.logic-rules-edit-popup .slider {
  background-color: #ffffff;
}

.logic-rules-edit-popup input:checked + .slider {
  background-color: #ffffff;
}

.logic-rules-edit-popup .slider:before {
  width: 30px;
  height: 30px;
  right: 2px;
  left: auto;
}

.logic-rules-edit-popup .switch {
  width: 90px;
  height: 36px;
  margin-top: -5px;
  margin-left: 25px;
  margin-right: 25px;
}

.logic-rules-edit-popup input:checked + .slider:before {
  -webkit-transform: translateX(-55px);
  -moz-transform: translateX(-55px);
  -ms-transform: translateX(-55px);
  -o-transform: translateX(-55px);
  transform: translateX(-55px);
}

.logic-rules-edit-popup .modal-body.btn-primary .slider:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#3e9ddb), to(#0abab5));
}

.logic-rules-edit-popup .modal-body.btn-warning .slider:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
}

.logic-rules-edit-popup .modal-body.btn-danger .slider:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#dc4b38), to(#f37d6e));
}

.logic-rules-edit-popup .modal-body.btn-success .slider:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#54ccab), to(#0abab5));
}

#checkAccept-error {
  font-weight: 700;
}

.opinion-poll-piechart-div #pieChart {
  height: 220px;
  width: 350px;
}

.back-menu-btn .cross-btn {
  cursor: pointer;
}

#indicatorHeader.indicatorSticky {
  position: fixed;
  top: 86px;
  z-index: 9;
  background: #ffffff;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 70px;
  border-bottom: 1px solid #f7f5f5;
}

.climateData-popup {
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 10000;
  width: 408px;
  display: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #f9f9f9;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

.climateData-popup-image {
  width: 100%;
  background: #333;
  background-repeat: none;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: -120px;
  left: 0;
  height: 120px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

.climateData-popup-header, .climateData-popup-image {
  border-radius: 10px 10px 0 0;
}

.climateData-popup-rank {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.climateData-popup-close {
  position: absolute;
  color: #fff;
  right: -5px;
  font-size: 20px;
  top: -10px;
  z-index: 9;
}

.climateData-popup-arrow {
  background: #dcdcdc;
  height: 30px;
  width: 30px;
  transform: rotate(45deg);
  position: absolute;
  right: -15px;
  top: 30px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

.climateData-popup-header-content {
  border-radius: 5x 5px 0 0;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  background: #fff;
  position: relative;
  font-size: 14px;
  color: #444546;
}

.climateData-popup-metadata-info {
  font-size: 12px;
  color: #556063;
  position: absolute;
  right: 20px;
}

.anticon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.climateData-popup-coords {
  font-size: 12px;
  color: #fff;
}

.sector-tag {
  font-weight: 400;
  background: #ec971f;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 0px 0 10px 0;
  line-height: 13px;
}

.climateData-popup-total {
  font-size: 48px;
  position: relative;
  white-space: nowrap;
  letter-spacing: -1px;
  padding-left: 15px;
}

.climateData-gas-label {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: #5a6264;
  line-height: 1;
  letter-spacing: normal;
}

.climateData-popup-footer {
  height: 50px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  background: #ebe6e6;
  position: relative;
}

.climateData-popup-controls {
  position: absolute;
  left: 15px;
  top: 8px;
}

:where(.css-240cud).ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 0;
  line-height: 1.5;
  list-style: none;
  display: inline-block;
}

.climateData-popup-feedback.no-pager {
  left: auto;
  right: 15px;
}

.climateData-popup-feedback {
  position: absolute;
  left: 80px;
  font-size: 10px;
  top: 16px;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #555;
  padding-bottom: 1px;
  color: #697275;
}

.climateData-popup-feedback a {
  text-decoration: none;
  color: #697275;
}

.page-builder-section .pageBuilderLeft .table .climateAssetOtherData tbody tr:hover td {
  background: transparent;
}

.climateData-popup-tabs .nav > li > a {
  padding: 8px 15px 3px 15px;
  font-size: 11px;
  color: #828282;
}

.page-builder-section .climateData-popup-tabs .nav > li {
  min-width: auto;
}

.page-builder-section .climateData-popup-tabs .nav-tabs > li.active > a, .page-builder-section .climateData-popup-tabs .nav-tabs > li.active > a:focus, .page-builder-section .climateData-popup-tabs .nav-tabs > li.active > a:hover {
  color: #828282;
}

.page-builder-section .climateData-popup-tabs .nav-tabs > li.active {
  background: transparent;
  border-bottom: 2px solid #ec971f;
}

.page-builder-section .climateData-popup-tabs .nav-tabs-verticle li.active {
  border-right: 2px solid #ec971f;
  border-bottom: none;
}

.page-builder-section .climateData-popup-tabs .nav-tabs-verticle li a {
  border-right: 1px solid #ffffff;
  border-bottom: none;
}

.page-builder-section .climateData-popup-tabs .nav-tabs-verticle li.active a {
  border-right: none;
}

.page-builder-section .climateData-popup-tabs .nav-tabs-verticle li {
  width: 100%;
}

.climateAllData-popup {
  position: absolute;
  left: 0;
  background: #f9f9f9;
  z-index: 9;
  top: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .card-body {
    padding: 1.5rem 1rem;
  }
}

/*# sourceMappingURL=metricsImpact.css.map */
