/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.smalldamcard-container .smalldamcard {
  background: #e5f7fa;
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 100%; }
  .smalldamcard-container .smalldamcard img {
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0 5px 5px;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 5px 5px; }
  .smalldamcard-container .smalldamcard em {
    font-size: 10px;
    color: #00afca;
    display: block;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px; }
  .smalldamcard-container .smalldamcard h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4; }
  .smalldamcard-container .smalldamcard span {
    font-size: 10px;
    color: #818e97;
    font-weight: 400; }

.smalldamcard-container .smalldamcard_wrap {
  padding-bottom: 20px; }

.smalldamcard_wrap {
  font-size: 2rem; }
  .smalldamcard_wrap .measure-line {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .smalldamcard_wrap .line-item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: solid 1px #e2eef2; }
    .smalldamcard_wrap .line-item span {
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      color: #6E6E6E; }
    .smalldamcard_wrap .line-item h2 {
      margin-bottom: 0;
      font-weight: 600;
      color: black;
      min-height: 100px;
      font-size: 2rem; }
      @media only screen and (max-width: 1023px) {
        .smalldamcard_wrap .line-item h2 {
          font-size: 1.5rem; } }
    .smalldamcard_wrap .line-item h5 {
      color: black;
      font-weight: 500;
      font-size: 1.2rem; }
    .smalldamcard_wrap .line-item .scheme {
      color: #00afca;
      display: block;
      text-transform: uppercase;
      font-size: 0.6rem; }
    .smalldamcard_wrap .line-item .capacity-name {
      color: #00afca;
      white-space: nowrap; }
    .smalldamcard_wrap .line-item .capacity-percentage {
      color: black;
      white-space: nowrap; }
  .smalldamcard_wrap .line-item:last-child {
    border-bottom: none; }
  .smalldamcard_wrap .name-container-line {
    height: 200px; }
  .smalldamcard_wrap .scheme-container-line {
    height: 100px; }
