/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
.createContributionHeading .createContributionHeadingTitle {
  border: 1px solid #ffffff;
  padding: 20px;
  text-align: center;
  background: #010f1a;
}

.createContributionHeadingTitle i {
  font-size: 40px;
}

.createContributionHeadingTitle.active {
  background: #ffffff;
}

.createContributionSection .form-control {
  background: 0 0;
  border: 1px solid #003d63;
}

.createContributionSection .outer-part {
  background: rgba(0, 50, 80, 0.7294117647);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 5px #041f2f;
  color: #ffffff;
}

.contribution-post-section, .createContributionSection {
  background: url(../../images/marketplace-covid/covid19.png);
  background-size: 60%;
  position: relative;
  margin-top: 0;
}

.contribution-post-section::before, .createContributionSection::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.createContributionSection .distribution-div .radio-btn {
  text-align: center;
  padding-left: 0;
  padding-top: 10px;
}

.createContributionSection .distribution-div .radio-btn i, .createContributionSection .distribution-div .radio-btn img {
  font-size: 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.createContributionSection .distribution-div .radio-btn img {
  height: 25px;
  filter: invert(1);
}

.createContributionSection .distribution-div .checkmark-span {
  line-height: 87px;
  height: 60px;
  font-size: 12px;
  color: #ffffff;
}

.createContributionSection .Distribution-function-1.check-box {
  height: 61px;
}

.createContributionSection .input-group-addon:first-child {
  border-right: 0;
  background: 0 0;
  border: 1px solid #003d63;
  color: #ffffff;
}

.createContributionSection .sdg-ul li {
  background: #002841;
  border: transparent;
}

.createContributionSection .cSdgLeft {
  padding-left: 0;
}

.createContributionSection .cSdgRight {
  padding-left: 5px;
}

.createContributionSection .sdg-ul li.sdg-ul-li-1 {
  border: 1px solid #003d63;
}

.createContributionSection .otherDiv, .createContributionSection .otherSupplies {
  display: none;
}

.createContributionSection .switch-toggle-open-price-chart {
  background: #043c56;
}

.createContributionSection .switch-toggle-open-price-chart h2 {
  font-size: 24px;
}

.createContributionSection .rotate-text {
  margin-top: 25px;
  margin-bottom: 25px;
}

.createContributionSection .bg-light-blue {
  background: #005379;
}

.createContributionSection input:read-only, .createContributionSection select.pointer-event-none {
  background-color: #004261;
}

.createContributionSection .createExtDiv, .createContributionSection .createLovDiv {
  padding: 0;
}

.createContributionSection .form-inner-heading {
  padding: 10px 15px;
  background: #004261;
}

.createContributionSection h3 {
  text-align: center;
  color: #ffffff;
  background: #002841;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 0 0 5px #000000;
  font-family: Alegreya, serif;
}

.createContributionSection h3.text-left {
  text-align: left;
}

.createContributionSection .error {
  background: 0 0;
}

.createContributionSection .disable-address input {
  pointer-events: none;
}

.createContributionSection .createExtDiv p.hml {
  padding-top: 20px;
}

.createContributionSection .createLovDiv p.hml {
  padding-top: 10px;
}

.contribution-post-section .side-icon-im i {
  font-size: 25px;
  line-height: 42px;
  color: #ffffff;
}

.contribution-post-section .title {
  color: #3e9ddb;
  margin-top: 0;
  position: relative;
}

.contribution-post-section .title::before {
  bottom: -5px;
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #3d9ddb;
  width: 12%;
}

.artDescriptionDiv .artImg {
  text-align: center;
}

.artDescriptionDiv .artImg h4 {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #ffffff;
}

.artDescriptionDiv .artImg h2 {
  margin-top: 0;
  letter-spacing: 3px;
  font-family: Alegreya, serif;
}

.artDescriptionDiv .artImg::before {
  right: 0;
  border: 2px solid #ffffff;
  content: "";
  width: 60%;
  height: 110%;
  position: absolute;
  left: 0;
  margin: 0 auto;
}

.artDescriptionDiv .artText, .artDescriptionDiv .supplyText {
  padding: 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: rgba(0, 14, 24, 0.72);
  text-align: justify;
}

.artDescriptionDiv .artText {
  margin-left: -60px;
}

.artDescriptionDiv .supplyText {
  position: absolute;
  right: -45px;
  z-index: 1;
}

.contribution-slider img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.contribution-slider .carousel-indicators {
  bottom: 0;
  z-index: 1;
  display: none;
}

.contribution-slider .carousel-control span {
  position: absolute;
  top: 50%;
}

.contribution-slider .carousel-control .fa-chevron-left {
  left: 30px;
}

.contribution-slider .carousel-control .fa-chevron-right {
  right: 30px;
}

.contribution-slider .carousel-inner {
  overflow: hidden;
}

.contribution-slider .slider-text {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  left: 10%;
  right: 10%;
}

.contribution-slider .slider-text h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000000;
}

.contribution-slider .slider-text-inner {
  background: #021524;
  padding: 20px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 240px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
}

.contribution-slider .slider-navigation {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 75px;
  width: 100%;
  text-align: center;
}

.contribution-slider .slider-navigation ul li {
  display: inline-block;
}

.contribution-slider .slider-navigation ul li a {
  padding: 10px 20px;
  display: block;
  color: #021524;
  font-size: 14px;
  text-transform: uppercase;
  background: rgba(193, 193, 193, 0.5);
  box-shadow: 0 0 8px #9a9a9a;
}

.contribution-slider .creditSpan {
  position: absolute;
  right: 20px;
  bottom: 16%;
  color: #000000;
  z-index: 1;
  font-weight: 600;
}

.contribution-slider .creditSpan.text-white {
  color: #ffffff;
}

.az-element {
  position: relative;
}

.contribution-post-section .post-grid ul {
  position: relative;
  width: 90%;
  margin: auto;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  padding: 0;
}

.contribution-post-section .post-grid li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 32.333333%;
  padding: 0 0 37.33333333% 0;
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -moz-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  -o-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
  background: #fd005f;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: 15px;
}

.contribution-post-section .post-grid li * {
  visibility: visible;
}

.contribution-post-section .post-grid li:nth-child(2) {
  margin: 0 1%;
}

.contribution-post-section .post-grid li:nth-child(3n+2) {
  margin: 0 1%;
}

.contribution-post-section .post-grid li .hexagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -moz-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  -o-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  overflow: hidden;
  background-size: 100%;
  background-position-y: 0;
  background-position-x: center;
  background-repeat: no-repeat;
  background-color: #a5a5a5;
}

.contribution-post-section .post-grid li .hexagon .allContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: absolute;
  background: rgba(36, 47, 53, 0);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
}

.contribution-post-section .post-grid li .hexagon .allContent span {
  padding-top: 0;
  padding-top: 0rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50%;
  align-items: center;
  justify-content: inherit;
  flex-direction: column;
  background: #03273c;
  background-size: cover;
  background-position: bottom center;
}

.contribution-post-section .post-grid li .hexagon .allContent h4 {
  margin-top: 10px;
  padding: 0 5px 5px 5px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  font-size: 14px;
  color: #00d2c1;
  margin-bottom: 5px;
}

.contribution-post-section .post-grid li .hexagon .allContent h4.text-white {
  color: #ffffff;
  margin-top: 20px;
}

.contribution-post-section .post-grid li .hexagon .allContent span.stock-out {
  background: #2f363a;
}

.contribution-post-section .post-grid li .hexagon .allContent span.stock-in {
  background: #03273c;
}

@media only screen and (max-width: 575.98px) {
  .contribution-post-section .post-grid li .hexagon .allContent h4 {
    padding: 0 15px 5px 15px;
  }
}
.contribution-post-section .post-grid li .hexagon .allContent p {
  margin: 0 46px;
  font-size: 11px;
  line-height: 16px;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.contribution-post-section .post-grid li .hexagon .allContent:hover {
  text-decoration: none;
}

.contribution-post-section .post-grid li .hexagon .allContent:hover span {
  padding-top: 20px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  height: 60%;
}

.contribution-post-section .post-grid li .hexagon .allContent:hover h4 {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.contribution-post-section .post-grid li .hexagon .allContent:hover h4:after {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  width: 100px;
  width: 6.25rem;
}

.contribution-post-section-all .post-grid li {
  width: 31.333333%;
}

.contribution-post-section-all .post-grid li:nth-child(2) {
  margin: 0 2%;
}

.contribution-post-section-all .post-grid li:nth-child(3n+2) {
  margin: 0 2%;
}

.contribution-post-section .contribution-post-section-right .post-grid li {
  width: 100%;
  padding: 0 0 114.333333% 0;
}

.contribution-post-section .contribution-post-section-right .post-grid li .hexagon .allContent span {
  height: 100%;
}

.covid19PostDetailsTop {
  position: relative;
}

.contribution-post-section-right {
  position: absolute;
  right: 3%;
  top: 35%;
}

.contribution-post-section-detail .covid19PostTab .tab-content .tab-pane {
  background: rgba(0, 19, 33, 0.8);
}

.contribution-post-section-detail .sdg-ul li {
  background: #000f1a;
  border: 1px solid #002a3a;
}

.contribution-post-section-detail .nav-tabs > li.active > a {
  background: #032842;
  color: #ffffff;
}

.contribution-post-section-detail .review-list tr td {
  border-bottom: 1px solid #021d31;
}

.contribution-post-section-detail .covid19PostTab .nav-tabs > li > a {
  border-bottom: none;
}

.contribution-post-section-detail .post-grid li .hexagon .allContent p {
  line-height: 18px;
  font-size: 12px;
}

.contribution-post-section-detail .post-grid li .hexagon table td {
  line-height: 1;
}

.contribution-post-section-detail .post-grid li .hexagon .allContent:hover span {
  padding-top: 0;
}

.contribution-post-section-detail #accordionRe .panel, .contribution-post-section-detail #accordionSdg .panel {
  background-color: #011323;
}

.contribution-post-section-detail #accordionRe .panel-default > .panel-heading, .contribution-post-section-detail #accordionSdg .panel-default > .panel-heading {
  border: none;
}

.contribution-post-section-detail #accordionRe .panel-heading + .panel-collapse > .panel-body, .contribution-post-section-detail #accordionSdg .panel-heading + .panel-collapse > .panel-body {
  border-top: transparent;
}

.contribution-post-section-detail #accordionRe .table tr td {
  color: #ffffff;
}

.contribution-post-section-detail .carousel-inner > .item {
  height: 400px;
  background: rgb(0, 15, 26);
  line-height: 400px;
  text-align: center;
}

.contribution-post-section-detail .carousel-inner > .item img {
  display: initial;
}

.contribution-post-section-detail .carousel-inner > .item video {
  vertical-align: middle;
  height: auto;
}

.contribution-post-section-detail .vol-lft-sid {
  line-height: 70px;
}

.contribution-post-section-detail .vol-lft-sid i {
  font-size: 35px;
}

.contribution-post-section-detail .vol-evnt {
  background: #03273c;
}

.createContributionSection .register-page-1 {
  background: rgba(1, 22, 37, 0.8196078431);
  border: 1px solid #032b48;
  margin: 25px 0;
  color: #ffffff;
}

.createContributionSection .register-page-1 h4 {
  background: #002841;
}

.createContributionSection .register-page-1 table tr td {
  border-bottom: none;
}

.covid-dashboard-div .modal-content, .covid-dashboard-div .modal-header, .covid-dashboard-div .modal-header h4 {
  background-color: #022134;
  font-size: 11px;
  color: #ffffff;
}

.covid-dashboard-div .modal-content {
  border: 1px solid #ffffff;
}

.individual-impact-page .modal-backdrop {
  background: #022134;
}

.covid-dashboard-div-section {
  background: rgba(4, 44, 68, 0.5215686275);
}

.covid-dashboard-div-section .btn.bg-transparent {
  width: 110px;
  text-align: right;
  position: relative;
}

.covid-dashboard-div-section .btn.bg-transparent i {
  top: 3px;
  left: 5px;
  text-align: left;
  position: absolute;
}

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

.contribution-post-section {
  overflow-x: hidden;
}

.contribution-post-section .linkText {
  color: #ffffff;
}

.myContentAS .create-overlay {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 50px 30px;
  background: #14498e;
}

.artSupplyVMenu {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.artSupplyRating #spn-req {
  display: none !important;
}

.contribution-post-section .trackDateInfo {
  padding-left: 50px;
  margin-top: -5px;
}

.contribution-post-section .crvivo-right {
  background-image: linear-gradient(#052940 0, #021322 50%, #071d2d 100%);
  background-image: -webkit-linear-gradient(#052940 0, #021322 50%, #071d2d 100%);
  padding: 30px;
}

.contribution-post-section .crvivo-right-1 li {
  height: 100px;
}

.contribution-post-section .crvivo-right-1 li:before {
  height: 75%;
}

.contribution-post-section .crvivo-right-1 li:last-child:before {
  height: 0;
}

.contribution-post-section .crvivo-right {
  height: 465px;
}

.indiDashboardSocialShare .Sharing-a-caring {
  display: block;
  position: static;
  width: auto;
  min-height: auto;
  padding: 0;
  background: 0 0;
}

.indiDashboardSocialShare .Sharing-a-caring .social-icon ul li {
  width: 26px;
  height: 28px;
  margin: 0;
}

.indiDashboardSocialShare .Sharing-a-caring .social-icon a {
  border: none;
  width: auto;
  height: auto;
}

.indiDashboardSocialShare .Sharing-a-caring .social-icon a span {
  width: 20px;
  height: 20px;
  font-size: 18px;
  display: block;
  line-height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.indiDashboardSocialShare .Sharing-a-caring .social-icon a span {
  background: 0 0;
}

.indiDashboardSocialShare .Sharing-a-caring .social-info-div {
  display: none;
}

.indiDashboardSocialShare .Sharing-a-caring .social-icon ul {
  padding: 0;
}

h2.covidDashboardHeading span:before {
  content: "";
  width: 60%;
  position: absolute;
  border-bottom: 2px solid #000000;
  top: 22px;
  left: 10%;
  z-index: -1;
}

h2.covidDashboardHeading {
  position: relative;
}

h2.covidDashboardHeading span {
  z-index: 1;
  background: #eee;
  padding-right: 10px;
}

.covidDahboardEssSupply .essSupplyDiv {
  background-color: #f8f9fa;
}

.covidDahboardEssSupply .essSupplyDiv img {
  position: absolute;
  z-index: 1;
  left: -10px;
  bottom: 0;
  width: 85px;
}

.covidDahboardEssSupply .essSupplyMainDiv {
  background: #ffffff;
}

.covidDashboardInfDev .covidDashboardInfDevDiv {
  background-color: #e0ecec;
  height: 120px;
  text-align: right;
  box-shadow: none;
}

.covidDashboardInfDev .covidDashboardInfDevDiv img {
  position: absolute;
  z-index: 1;
  left: -10px;
  bottom: 0;
  width: 100px;
}

.covidDashboardInfDev .covidDashboardInfDevDivTop {
  width: 48%;
}

.covidDahboardSprtUndrPri img {
  width: 50px;
}

.covidDahboardSprtUndrPri ul li {
  padding: 5px 0;
  list-style: inside;
}

.covidDashboardTopHeader .welcome-card.rounded {
  border-radius: 1.25rem !important;
  -webkit-border-radius: 1.25rem !important;
  -moz-border-radius: 1.25rem !important;
  -ms-border-radius: 1.25rem !important;
  -o-border-radius: 1.25rem !important;
}

.covidDashboardTopHeader .welcome-card {
  background: #ffffff;
  padding-right: 340px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}

.covidDashboardTopHeader .welcome-card img {
  right: 45px;
  top: -140px;
}

@media only screen and (max-width: 991px) {
  .covidDashboardTopHeader .welcome-card img {
    right: 20px;
    top: auto;
    bottom: 20px;
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .covidDashboardTopHeader .welcome-card {
    padding-right: 120px;
    padding-top: 30px !important;
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .covidDashboardTopHeader .welcome-card {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }
  .covidDashboardTopHeader .welcome-card img {
    display: none;
  }
}
.ui-widget.ui-widget-content {
  display: none;
}

.covidHighlightDiv img {
  height: 50px;
}

@media (max-width: 767px) {
  .createContributionSection .distribution-div .checkmark-span {
    position: absolute;
  }
  .createContributionSection .rotate-text {
    margin-top: 36px;
    margin-bottom: 18px;
  }
  .createContributionSection .cSdgLeft {
    padding-left: 15px;
  }
  .contribution-post-section-right {
    position: static;
  }
  .contribution-post-section-detail .vol-lft-sid {
    line-height: 45px;
  }
  .contribution-post-section-detail .vol-lft-sid i {
    font-size: 23px;
  }
  .artDescriptionDiv .artText {
    margin-left: 0;
  }
  .artDescriptionDiv .supplyText {
    position: static;
    right: 0;
    z-index: 1;
  }
  .contribution-slider .slider-text h1 {
    font-size: 24px;
  }
  .contribution-slider .slider-navigation {
    top: 15px;
  }
  .contribution-slider .slider-navigation ul li a {
    padding: 3px 5px;
    font-size: 11px;
  }
  .contribution-slider .slider-text-inner {
    padding: 10px;
    bottom: 20px;
  }
  .contribution-slider .slider-text {
    top: 20%;
  }
  .register-page-1 h4 {
    padding: 10px 15px;
  }
  .register-page-1-inside {
    padding: 15px;
  }
  .createContributionSection .register-page-1 {
    margin: 15px 0;
  }
  .createContributionSection .createExtDiv p.hml {
    padding-top: 5px;
  }
  .contribution-slider .carousel-control .fa-chevron-left {
    left: 15px;
  }
  .contribution-slider .carousel-control .fa-chevron-right {
    right: 15px;
  }
  .contribution-slider .creditSpan {
    right: 10px;
    bottom: 0;
    font-size: 11px;
  }
  .contribution-slider .creditSpan.m-text-white {
    color: #ffffff;
  }
}
@media (max-width: 450px) {
  .contribution-post-section .post-grid li {
    width: 99.333333%;
    padding: 0 0 116.333333% 0;
  }
  .contribution-post-section .post-grid li:nth-child(3n+2) {
    margin: 0;
  }
  .contribution-post-section .post-grid li:nth-child(2) {
    margin: 0;
  }
  .contribution-post-section .sdg-detail .nav-tabs > li {
    width: 48.33%;
  }
}

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