.voappscalc {
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none; }
  .voappscalc.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .voappscalc > [data-toggle="voapps-roi-calc"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    display: block;
    cursor: pointer; }
    .voappscalc > [data-toggle="voapps-roi-calc"]:hover {
      background: rgba(0, 0, 0, 0.2); }
  .voappscalc .voappscalc-in {
    position: relative;
    margin: 2rem;
    max-height: calc(100vh - 4rem);
    overflow: auto;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 550px;
    background: #3F2FB8;
    color: #ffffff;
    padding: 1.5rem 1.5rem 3rem; }
    .voappscalc .voappscalc-in [data-toggle="voapps-roi-calc"] {
      position: absolute;
      top: 0;
      right: 1rem;
      color: #ffffff;
      font-size: 3rem;
      line-height: 1;
      cursor: pointer; }
      .voappscalc .voappscalc-in [data-toggle="voapps-roi-calc"]:hover {
        color: #FF4B7D; }
  .voappscalc .success {
    background: #FF4B7D;
    color: #ffffff;
    padding: 24px;
    font-size: 24px;
    line-height: 1.25em;
    text-align: center;
    margin: 0; }
    .voappscalc .success p, .voappscalc .success ol, .voappscalc .success ul {
      margin: 0;
      color: #ffffff; }
    .voappscalc .success .errors {
      background: red; }
    .voappscalc .success .transition, .voappscalc .success .va-button {
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
  .voappscalc table tr td {
    font-size: 12px;
    padding: 12px 8px;
    text-align: left; }
    .voappscalc table tr td:first-child {
      padding-right: 16px;
      font-size: 18px;
      font-weight: bold; }
    .voappscalc table tr td input {
      padding: 0.5em 0.75em;
      font-size: 16px;
      width: 100%;
      border: none;
      background: #ffffff;
      color: #3F2FB8; }
      @media (min-width: 48em) {
        .voappscalc table tr td input {
          font-size: 18px; } }
      .voappscalc table tr td input[disabled] {
        cursor: default; }
  .voappscalc .button[disabled] {
    cursor: default;
    opacity: 0.7; }
  .voappscalc .va-results {
    margin: 2rem 0; }
    .voappscalc .va-results input {
      font-size: 16px;
      padding: 1em;
      line-height: 1em;
      width: 100%;
      margin-bottom: 24px;
      border: none; }
  .voappscalc .clear-form {
    padding: 0.5rem;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin-top: 1rem; }
  .voappscalc .calulating-bar {
    margin-top: 1rem;
    background-color: #FF4B7D;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(63, 47, 184, 0.15) 25%, transparent 25%, transparent 50%, rgba(63, 47, 184, 0.15) 50%, rgba(63, 47, 184, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

/*# sourceMappingURL=maps/voappscalc.css.map */
