/**
 * #.# 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.
 */
.scheme_card {
  background-color: #0F2938;
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 100%; }
  .scheme_card em {
    color: #00afca;
    display: block;
    font-style: normal;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase; }
  .scheme_card h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4; }
  .scheme_card .buttons_style {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 0; }
  .scheme_card .head {
    background-color: #031e2f;
    padding: 20px 20px 20px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: solid 1px #0C2738;
    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; }
    .scheme_card .head .icon {
      width: 32px;
      height: 30px; }
  .scheme_card .name-container {
    padding-top: 15px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #031e2f;
    max-height: 120px;
    height: 120px; }
    .scheme_card .name-container em {
      color: #818e97; }

.schemecard_wrap {
  font-size: 2rem; }
  .schemecard_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;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: solid 1px #203747; }
    .schemecard_wrap .measure-line span {
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      color: #848F9A; }
    .schemecard_wrap .measure-line .dam-measure {
      color: #00afca;
      word-break: keep-all; }
  .schemecard_wrap .measure-line:last-child {
    border-bottom: none; }
