@font-face {
  font-family: "Quicksand";
  src: url("../../fonts/Quicksand-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../../fonts/Quicksand-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../../fonts/Quicksand-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../../fonts/Quicksand-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../../fonts/Quicksand-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../../fonts/Muli-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../../fonts/Muli-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: white;
}

*:focus {
  outline: none;
}

.container.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#s_eppela_project_widget {
  width: 340px;
  height: 428px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  border-radius: 10px;
  padding: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
#s_eppela_project_widget a, #s_eppela_project_widget a:visited {
  display: block;
  text-decoration: none;
  color: black;
}
#s_eppela_project_widget .card-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 280px;
  height: 178px;
  border-radius: 10px;
}
#s_eppela_project_widget .card-image .mentor-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding: 6px;
  overflow: hidden;
}
#s_eppela_project_widget .card-image .mentor-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#s_eppela_project_widget .card-name {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Quicksand, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  padding-top: 14px;
}
#s_eppela_project_widget .donation-percentage-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
#s_eppela_project_widget .donation-percentage-container .project-percentage {
  height: 10px;
  background-color: #D8D8D8;
  border-radius: 5px;
  overflow: hidden;
}
#s_eppela_project_widget .donation-percentage-container .project-percentage .percentage {
  height: 10px;
  border-radius: 5px;
  background-color: #1BAB61;
}
#s_eppela_project_widget .donation-percentage-container .project-percentage.mentor-percentage {
  border: 1px solid #EEDC00;
  background-color: transparent;
}
#s_eppela_project_widget .donation-percentage-container .project-percentage.mentor-percentage .percentage {
  background-color: #EEDC00;
}
#s_eppela_project_widget .donation-percentage-container .mentor-donation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#s_eppela_project_widget .donation-percentage-container .mentor-donation .project-percentage {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 3px;
}
#s_eppela_project_widget .donation-percentage-container .mentor-donation .mentor-percentage {
  margin-left: 3px;
  margin-right: 0;
}
#s_eppela_project_widget .money-information {
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #1BAB61;
}
#s_eppela_project_widget .btn-contribuisci {
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  background-color: #1aaa61;
  border-color: #1aaa61;
  margin-top: 15px;
}
#s_eppela_project_widget .btn-contribuisci.btn-finanziato {
  background-color: #FC2159;
  border-color: #FC2159;
}

/*# sourceMappingURL=project-iframe.css.map */
