@font-face {
  font-family: Arial, Helvetica, sans-serif;
}

.saunier {
  --app-template-1: #cc0033;
  --app-template-dark-1: #971b2f;
  --errorCode: #cc0033;
  --mouseHover:#000;
  --signalColor:#f2400d;
  --signalBg: rgba(242, 64, 13, 0.09);
  --inactiveColor: #dddddd;
  --bgColor: #f5f5f5;
  --disabled: #90a1b5; }

.vaillant {
  --app-template-1: #00927F;
  --app-template-dark-1: #00927F;
  --errorCode: #ce002e;
  --mouseHover:#2A4347;
  --signalColor: #FF8500;
  --signalBg: #e0ebe8;
  --inactiveColor: #cccccc;
  --bgColor: #eeeeee;
  --disabled: #eff6f5; }

body {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 650px;
  width: 1px;
  min-width: 100%; }
  body .error-input {
    color: var(--errorCode);
    padding-left: 0px;
    font-size: 12px;
    display: block; }
    @media screen and (max-width: 716px) {
      body .error-input {
        width: 101%; } }
  @media screen and (max-width: 716px) {
    body {
      overflow-x: hidden; } }
  body .info {
    min-height: 70px; }
    @media screen and (max-width: 716px) {
      body .info {
        width: 101%;
        height: 110px; } }
    @media screen and (max-width: 250px) and (min-width: 184px) {
      body .info {
        width: 101%;
        height: 150px; } }
    @media screen and (max-width: 184px) {
      body .info {
        width: 101%;
        height: 180px; } }
  body .hide {
    display: none !important; }
  body .primary {
    color: var(--app-template-dark-1); }
  body ._noCursor {
    cursor: default !important; }
  body div[container] {
    background: #fff;
    padding: 15px;
    max-width: 750px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 716px) {
      body div[container] {
        padding: 20px 20px 5px 15px;
        margin: 0px 0px auto; } }
    body div[container] div[errors].active {
      background-color: var(--signalBg);
      padding: 5px;
      padding-left: 10px;
      border-left: 2px solid var(--signalColor);
      margin-bottom: 20px; }
    body div[container] div[selectionoptions] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body div[container] div[selectionoptions] div[forms] {
        width: 100%; }
        body div[container] div[selectionoptions] div[forms] div[formgrp] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 10px; }
          @media screen and (max-width: 716px) {
            body div[container] div[selectionoptions] div[forms] div[formgrp] {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; } }
          @media screen and (max-width: 320px) {
            body div[container] div[selectionoptions] div[forms] div[formgrp] {
              padding-top: 20px; } }
          body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 55%;
            position: relative; }
            @media screen and (max-width: 716px) {
              body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] {
                width: 100%; } }
            body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] div[formhint] {
              min-height: 150px;
              position: absolute;
              z-index: 10;
              width: 300px;
              background-color: #ffffff;
              -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
              left: 94%;
              top: 115%;
              display: none; }
              @media screen and (max-width: 716px) {
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] div[formhint] {
                  left: 0;
                  top: 290%; } }
              body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] div[formhint] > :first-child {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 18px 28px 15px 5px; }
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] div[formhint] > :first-child > :first-child {
                  margin-right: 32px;
                  height: 0.41%;
                  width: 1.67%;
                  margin-top: -5px; }
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] div[formhint] > :first-child div[hint] {
                  height: 69px;
                  width: 296px;
                  color: #000000;
                  font-size: 15px;
                  font-weight: 300;
                  line-height: 22px; }
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] div[formhint] > :first-child div[cross] {
                  margin-right: -13px;
                  margin-top: 0px;
                  cursor: pointer;
                  width: 27px;
                  height: 18px;
                  position: relative;
                  transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  -webkit-transform: rotate(45deg); }
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] div[formhint] > :first-child div[cross]:before,
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] div[formhint] > :first-child div[cross]:after {
                  content: "";
                  position: absolute;
                  z-index: -1;
                  background: grey; }
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] div[formhint] > :first-child div[cross]:before {
                  left: 56%;
                  width: 8%;
                  margin-left: -15%;
                  height: 96%; }
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[txt] div[formhint] > :first-child div[cross]:after {
                  top: 61%;
                  height: 9%;
                  margin-top: -15%;
                  width: 91%; }
          body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] {
            position: relative;
            margin-left: 20px;
            height: 30px; }
            @media screen and (max-width: 716px) {
              body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] {
                margin-top: 10px;
                margin-left: 0px;
                width: 95%; } }
            body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] input[type="text"],
            body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] input[type="number"] {
              color: #000000;
              font-size: 15px;
              font-weight: 300;
              line-height: 22px;
              width: 250px;
              border: 0px;
              border-bottom: 1px solid #000;
              padding: 2px 0px;
              padding-left: 4px;
              outline: none; }
              @media screen and (max-width: 716px) {
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] input[type="text"],
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] input[type="number"] {
                  width: 100%; } }
            body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] .select-wrapper {
              margin-top: -17px; }
              body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] .select-wrapper input {
                padding: 0px;
                margin: 0px;
                font-size: 15px;
                font-weight: 300;
                line-height: 22px;
                border-bottom: 1px solid #000;
                font-family: Arial, Helvetica, sans-serif;
                text-indent: 5px; }
              body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] .select-wrapper ul {
                min-height: 30px !important; }
              body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] .select-wrapper li span {
                padding: 0px;
                margin: 0px;
                padding-left: 15px;
                padding-top: 3px; }
              body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] .select-wrapper .dropdown-content li {
                min-height: 30px;
                height: 30px; }
              body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] .select-wrapper .dropdown-content li > a,
              body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] .select-wrapper .dropdown-content li > span {
                color: #000;
                font-size: 15px;
                font-weight: 300;
                line-height: 22px; }
              body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] .select-wrapper .select-dropdown li.disabled > span {
                background-color: transparent;
                color: rgba(0, 0, 0, 0.3); }
            body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] select {
              outline: none;
              padding: 2px 0px;
              border: 0px;
              width: 250px;
              font-size: 15px;
              font-weight: 300;
              line-height: 22px;
              border-bottom: 1px solid #000;
              font-family: Arial, Helvetica, sans-serif;
              text-indent: 5px; }
              @media screen and (max-width: 716px) {
                body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] select {
                  width: 100%; } }
            body div[container] div[selectionoptions] div[forms] div[formgrp] div[userinteract] span[placeholder] {
              position: absolute;
              top: 0px;
              z-index: 0;
              left: 0;
              margin-left: 4px;
              pointer-events: none;
              -webkit-transition: 0.2s;
              -o-transition: 0.2s;
              transition: 0.2s;
              -webkit-transition-timing-function: ease;
              -o-transition-timing-function: ease;
              transition-timing-function: ease;
              -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
              -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
              transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
        body div[container] div[selectionoptions] div[forms] div[submit] {
          margin: 0px auto;
          text-align: center;
          padding: 40px 0px 10px 0px; }
          body div[container] div[selectionoptions] div[forms] div[submit] button {
            outline: none;
            cursor: no-drop;
            padding: 11px 65px;
            color: #000000;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 300;
            line-height: 19px;
            text-align: center;
            border: 0px;
            border-radius: 3px;
            -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
            background-color: var(--inactiveColor);
          }
            body div[container] div[selectionoptions] div[forms] div[submit] button.valid {
              background-color: var(--app-template-1);
              color: #ffffff;
              border: 0px;
              cursor: pointer; }
  body div[container2] {
    background: #fff;
    padding: 15px;
    max-width: 1150px;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 716px) {
      body div[container2] {
        padding: 20px 0px 5px 0px;
        margin: 0px 0px; } }
    body div[container2] div[step_2] div[header] {
      text-align: center;
      padding: 10px;
      background-color: var(--app-template-1);
      color: #fff;
      margin: -15px; }
      @media screen and (max-width: 716px) {
        body div[container2] div[step_2] div[header] {
          margin: 0px;
          margin-top: -20px; } }
    body div[container2] div[step_2] div[back] {
      margin-top: 28px; }
      body div[container2] div[step_2] div[back] a {
        color: var(--app-template-1);
        text-decoration: none; }
        body div[container2] div[step_2] div[back] a:hover {
          border-bottom-style: solid;
          outline: 0;
          text-decoration: none; }
      @media screen and (max-width: 716px) {
        body div[container2] div[step_2] div[back] {
          margin-left: 20px; } }
    @media screen and (max-width: 716px) {
      body div[container2] div[step_2] div[estimation] {
        padding: 10px; } }
    body div[container2] div[step_2] div[estimation] div[estimatetable] {
      margin-top: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
      text-align: center;
      background-color: var(--signalBg);
    }
      body div[container2] div[step_2] div[estimation] div[estimatetable]:not(:first-of-type) {
        background-color: var(--bgColor);
        text-align: initial;
      }
      body div[container2] div[step_2] div[estimation] div[estimatetable] p {
        margin: 0px;
        background-color: #fff;
        padding: 5px;
        display: block; }
        @media screen and (min-width: 390px) and (max-width: 500px) {
          body div[container2] div[step_2] div[estimation] div[estimatetable] p div {
            display: inline-block; } }
        @media screen and (min-width: 500px) and (max-width: 715px) {
          body div[container2] div[step_2] div[estimation] div[estimatetable] p div {
            display: inline-block; } }
        @media screen and (min-width: 344px) and (max-width: 386px) {
          body div[container2] div[step_2] div[estimation] div[estimatetable] p div {
            display: inline-block; } }
      body div[container2] div[step_2] div[estimation] div[estimatetable] > div {
        padding: 10px 5px;
        margin: auto;
        -webkit-box-flex: 79%;
        -ms-flex: 79%;
        flex: 79%;
        max-width: 100%; }
        @media screen and (min-width: 716px) {
          body div[container2] div[step_2] div[estimation] div[estimatetable] > div:first-child {
            -webkit-box-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
            font-size: 1.3rem;
            font-weight: 500;
            max-width: 100%;
/*            margin-left: 5px;*/
             }
          body div[container2] div[step_2] div[estimation] div[estimatetable] > div:not(:first-child) {
            -webkit-box-flex: 45%;
            -ms-flex: 45%;
            flex: 45%;
            max-width: 45%;
            margin-right: 7px; }
          body div[container2] div[step_2] div[estimation] div[estimatetable] > div:last-child {
/*            margin-right: 20px;*/
             } }
        @media screen and (max-width: 716px) {
          body div[container2] div[step_2] div[estimation] div[estimatetable] > div {
            -webkit-box-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
            max-width: 100%;
            padding: 10px 5px;
            margin: 0px; } }
      @media screen and (max-width: 716px) {
        body div[container2] div[step_2] div[estimation] div[estimatetable] div[nhead] {
          display: none; } }
      body div[container2] div[step_2] div[estimation] div[estimatetable] div[head] {
/*        background-color: var(--inactiveColor);*/
        color: #000000;
        font-weight: 600;
/*        height: 50px;*/
      }
      body div[container2] div[step_2] div[estimation] div[estimatetable] div[creteria] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
/*        justify-content: space-between;*/
        font-weight: 500;
        margin-bottom: 10px;
        align-items: center;
        font-size: initial;
         }
        body div[container2] div[step_2] div[estimation] div[estimatetable] div[creteria] div:first-child {
          text-align: left;
          flex: 30%;
          margin-left: 5px;
        }

        @media screen and (min-width: 350px) and (max-width: 500px) {
          body div[container2] div[step_2] div[estimation] div[estimatetable] div[creteria] {
            align-items: revert;
            flex-direction: column;
          }
          body div[container2] div[step_2] div[estimation] div[estimatetable] div[creteria] div:first-child {
            flex: 100%;
          }
        }
        body div[container2] div[step_2] div[estimation] div[estimatetable] div[creteria] div[eligible] button {
          max-width: 140px;
          min-width: 140px;
          outline: none;
          padding: 5px 15px;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: 300;
          line-height: 19px;
          text-align: center;
          border-radius: 3px;
          -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          background-color: var(--app-template-1);
          color: #ffffff;
          border: 0px; }
        body div[container2] div[step_2] div[estimation] div[estimatetable] div[creteria] div[noneligible] button {
          max-width: 140px;
          min-width: 140px;
          outline: none;
          padding: 5px 15px;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: 300;
          line-height: 19px;
          text-align: center;
          border-radius: 3px;
          -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
/*          background-color: var(--inactiveColor);*/
          color: #000000;
          border: 0px; }
        body div[container2] div[step_2] div[estimation] div[estimatetable] div[creteria] > div {
          margin-top: 5px;
          margin-right: 5px;
          flex: 70%;
        }
      @media screen and (min-width: 350px) and (max-width: 500px) {
        body div[container2] div[step_2] div[estimation] div[estimatetable] div[creteria] > div {
          flex: 100%;
        }
      }
      body div[container2] div[step_2] div[estimation] div[estimatetable] div[conditions] {
        border-left: 2px solid var(--app-template-1);
/*        background: rgba(146, 146, 146, 0.09);*/
        text-align: left;
        padding: 5px;
        color: #6c6c6c; }
        body div[container2] div[step_2] div[estimation] div[estimatetable] div[conditions] em {
          font-style: normal;
          display: block;
          font-size: initial;
          font-weight: initial;
        }
      @media screen and (max-width: 716px) {
        body div[container2] div[step_2] div[estimation] div[estimatetable] {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          body div[container2] div[step_2] div[estimation] div[estimatetable]:first-of-type {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; }
            body div[container2] div[step_2] div[estimation] div[estimatetable]:first-of-type div {
              -webkit-box-flex: 0;
              -ms-flex: none;
              flex: none;
              max-width: 100%; }
              body div[container2] div[step_2] div[estimation] div[estimatetable]:first-of-type div:not(:first-child) {
                margin-right: 10px;
                width: 43%; }
              body div[container2] div[step_2] div[estimation] div[estimatetable]:first-of-type div:nth-child(2).active {
                background: var(--app-template-1);
                color: #fff; }
              body div[container2] div[step_2] div[estimation] div[estimatetable]:first-of-type div:nth-child(3).active {
                background: var(--app-template-1);
                color: #fff; }
          body div[container2] div[step_2] div[estimation] div[estimatetable]:not(:first-of-type) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
    body div[container2] div[step_2] div[info] {
      margin: 25px 6px;
      font-size: 12px;
      color: #a2a1a4; }
    body div[container2] div[step_2] div[submit] {
      margin: 0px auto;
      text-align: center;
      padding: 40px 0px 10px 0px; }
      body div[container2] div[step_2] div[submit] button {
        outline: none;
        cursor: pointer;
        padding: 11px 65px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 19px;
        text-align: center;
        border: 0px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
        background-color: var(--app-template-1);
        color: #ffffff; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  outline: none;
  padding: 2px 0px;
  border: 0px;
  min-width: 270px;
  width: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  border-bottom: 1px solid #000;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 5px; }
  @media screen and (max-width: 716px) {
    .nice-select {
      width: 100%; } }
  @media screen and (max-width: 350px) and (min-width: 320px) {
    .nice-select {
      min-width: 250px; } }
  @media screen and (max-width: 320px) and (min-width: 300px) {
    .nice-select {
      min-width: 270px; } }
  @media screen and (max-width: 300px) and (min-width: 285px) {
    .nice-select {
      min-width: 250px; } }
  @media screen and (max-width: 285px) and (min-width: 260px) {
    .nice-select {
      min-width: 230px; } }
  @media screen and (max-width: 260px) and (min-width: 255px) {
    .nice-select {
      min-width: 220px; } }
  @media screen and (max-width: 255px) and (min-width: 220px) {
    .nice-select {
      min-width: 210px; } }

.nice-select:hover {
  border-color: #000000; }

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #000; }

.nice-select:after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }
  @media screen and (max-width: 320px) {
    .nice-select:after {
      right: -18px; } }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  min-width: 250px;
  width: auto; }
  @media screen and (max-width: 716px) {
    .nice-select.open .list {
      width: 100%; } }

.nice-select.disabled {
  border-color: #e7ecf2;
  color: var(--disabled);
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cdd5de; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

@media screen and (max-width: 320px) {
  .current {
    margin-left: -7px;
    display: block; } }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 27px;
  list-style: none;
  height: 30px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow-y: auto; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f7f9; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.button:active,
.button.nice-select.open {
  background-color: #2d8bfa; }

.button.light:active,
.button.light.nice-select.open,
.button.light:focus {
  border-color: #88bfff; }
