/*
# Created by: TENET
# Last Modified: 04.08.2022
# Name: VP Survey v2.0
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("//use.fontawesome.com/releases/v5.15.3/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, *:before, *:after {
  box-sizing: inherit; }

html {
  margin: 0px !important;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  font-family: "Fira Sans", sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.vp-container {
  margin: 0 auto;
  max-width: 1080px; }

.vp-voucher-buttons-container {
  display: flex; }

.vp-justify-flex-end {
  justify-content: flex-end !important; }

.vp-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 45px;
  border-top: #003c44 15px solid; }
  @media only screen and (max-width: 1440px) {
    .vp-header {
      flex-direction: column; } }
  @media only screen and (max-width: 1024px) {
    .vp-header {
      flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .vp-header {
      flex-direction: column; } }
  @media only screen and (max-width: 425px) {
    .vp-header {
      flex-direction: column; } }
  @media only screen and (max-width: 320px) {
    .vp-header {
      align-items: center; } }
  .vp-header .vp-logoHeader {
    width: 200px; }
  .vp-header .vp-title h1 {
    color: #003c44;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 25px; }
    @media only screen and (max-width: 320px) {
      .vp-header .vp-title h1 {
        text-align: center;
        padding-top: 0px;
        font-size: 24px; } }
    @media only screen and (max-width: 320px) {
      .vp-header .vp-title h1 {
        text-align: center;
        padding-top: 0px;
        font-size: 20px; } }
  .vp-header .vp-userinfo {
    font-weight: 300;
    font-size: 18px;
    color: #003c44; }
    .vp-header .vp-userinfo i {
      font-size: 22px; }

.vp-header-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 45px;
  background-color: #381550; }
  @media only screen and (max-width: 1440px) {
    .vp-header-bg {
      flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .vp-header-bg {
      flex-direction: column; } }
  @media only screen and (max-width: 425px) {
    .vp-header-bg {
      flex-direction: column; } }
  @media only screen and (max-width: 320px) {
    .vp-header-bg {
      align-items: center; } }
  .vp-header-bg .vp-logoHeader {
    width: 200px; }
  .vp-header-bg .vp-title h1 {
    color: #381550;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 25px; }
    @media only screen and (max-width: 320px) {
      .vp-header-bg .vp-title h1 {
        text-align: center; } }
  .vp-header-bg .vp-userinfo {
    font-weight: 300;
    font-size: 18px;
    color: #381550; }
    .vp-header-bg .vp-userinfo i {
      font-size: 22px; }

.vp-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 8%; }
  .vp-tools .vp-grid-2x {
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .vp-tools .vp-grid-2x {
        flex-direction: row; } }
    @media only screen and (max-width: 425px) {
      .vp-tools .vp-grid-2x {
        flex-direction: row; } }
    @media only screen and (max-width: 320px) {
      .vp-tools .vp-grid-2x {
        align-items: row; } }
  .vp-tools .vp-tool-red {
    width: 350px;
    height: 200px;
    border-radius: 25px;
    text-align: center;
    margin-left: 20px;
    transition: 0.7s; }
    @media only screen and (max-width: 768px) {
      .vp-tools .vp-tool-red {
        margin-left: 0px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 425px) {
      .vp-tools .vp-tool-red {
        margin-left: 0px;
        margin-bottom: 20px;
        height: 225px; } }
    @media only screen and (max-width: 320px) {
      .vp-tools .vp-tool-red {
        height: 245px;
        margin-left: 0px;
        margin-bottom: 20px; } }
    .vp-tools .vp-tool-red .vp-tool-icon {
      font-size: 95px;
      color: #003c44; }
    .vp-tools .vp-tool-red .vp-tool-title {
      font-size: 20px;
      font-weight: bold;
      font-family: "Fira Sans", sans-serif;
      color: #003c44; }
    .vp-tools .vp-tool-red .vp-tool-hover-button {
      display: contents;
      transition: 0.7s; }
    .vp-tools .vp-tool-red .vp-tool-hover-title, .vp-tools .vp-tool-red .vp-tool-hover-text {
      display: none;
      transition: 0.7s; }
    .vp-tools .vp-tool-red .vp-button-icon .fa-arrow-right-long {
      display: none; }
    .vp-tools .vp-tool-red:hover {
      background-color: #003c44;
      border-radius: 25px;
      transition: 0.7s; }
      .vp-tools .vp-tool-red:hover .vp-tool-title, .vp-tools .vp-tool-red:hover .vp-tool-icon {
        display: none;
        transition: 0.7s; }
      .vp-tools .vp-tool-red:hover .vp-tool-hover-title {
        display: block;
        font-size: 18px;
        font-family: "Fira Sans", sans-serif;
        font-weight: bold;
        padding: 15px 10px;
        color: #ffffff;
        transition: 0.7s; }
      .vp-tools .vp-tool-red:hover .vp-tool-hover-text {
        display: block;
        font-size: 14px;
        font-family: "Fira Sans", sans-serif;
        font-weight: 200;
        line-height: 1.4;
        padding: 0px 25px;
        color: #ffffff;
        transition: 0.7s; }
      .vp-tools .vp-tool-red:hover .vp-tool-hover-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #FFCB12;
        cursor: pointer;
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        width: 200px;
        height: 48px;
        font-weight: bold;
        border: none;
        border-radius: 25px;
        transition: 0.7s;
        margin: 12px auto 0px auto; }
        .vp-tools .vp-tool-red:hover .vp-tool-hover-button:hover {
          background-color: #7fd8b8;
          transition: 0.7s; }
        .vp-tools .vp-tool-red:hover .vp-tool-hover-button .vp-button-text {
          margin-left: 22px; }
          @media only screen and (max-width: 425px) {
            .vp-tools .vp-tool-red:hover .vp-tool-hover-button .vp-button-text {
              margin-left: 20px;
              position: relative; } }
        .vp-tools .vp-tool-red:hover .vp-tool-hover-button .vp-button-icon {
          float: right;
          font-size: 30px;
          padding: 5px; }
      .vp-tools .vp-tool-red:hover .vp-button-icon .fa-arrow-right-long {
        display: block; }
  .vp-tools .vp-tool-purple {
    width: 350px;
    height: 200px;
    border-radius: 25px;
    text-align: center;
    margin-left: 20px;
    transition: 0.7s; }
    @media only screen and (max-width: 768px) {
      .vp-tools .vp-tool-purple {
        margin-left: 0px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 425px) {
      .vp-tools .vp-tool-purple {
        margin-left: 0px;
        margin-bottom: 20px;
        height: 225px; } }
    @media only screen and (max-width: 320px) {
      .vp-tools .vp-tool-purple {
        height: 245px;
        margin-left: 0px;
        margin-bottom: 20px; } }
    .vp-tools .vp-tool-purple .vp-tool-icon {
      font-size: 95px;
      color: #003c44; }
    .vp-tools .vp-tool-purple .vp-tool-title {
      font-size: 20px;
      font-weight: bold;
      font-family: "Fira Sans", sans-serif;
      color: #003c44; }
    .vp-tools .vp-tool-purple .vp-tool-hover-button {
      display: contents;
      transition: 0.7s; }
    .vp-tools .vp-tool-purple .vp-tool-hover-title, .vp-tools .vp-tool-purple .vp-tool-hover-text {
      display: none;
      transition: 0.7s; }
    .vp-tools .vp-tool-purple .vp-button-icon .fa-arrow-right-long {
      display: none; }
    .vp-tools .vp-tool-purple:hover {
      background-color: #003c44;
      border-radius: 25px;
      transition: 0.7s; }
      .vp-tools .vp-tool-purple:hover .vp-tool-title, .vp-tools .vp-tool-purple:hover .vp-tool-icon {
        display: none;
        transition: 0.7s; }
      .vp-tools .vp-tool-purple:hover .vp-tool-hover-title {
        display: block;
        font-size: 18px;
        font-family: "Fira Sans", sans-serif;
        font-weight: bold;
        padding: 15px 10px;
        color: #ffffff;
        transition: 0.7s; }
      .vp-tools .vp-tool-purple:hover .vp-tool-hover-text {
        display: block;
        font-size: 14px;
        font-family: "Fira Sans", sans-serif;
        font-weight: 200;
        line-height: 1.4;
        padding: 0px 25px;
        color: #ffffff;
        transition: 0.7s; }
      .vp-tools .vp-tool-purple:hover .vp-tool-hover-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #FFCB12;
        cursor: pointer;
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        width: 200px;
        height: 48px;
        font-weight: bold;
        border: none;
        border-radius: 25px;
        transition: 0.7s;
        margin: 12px auto 0px auto; }
        .vp-tools .vp-tool-purple:hover .vp-tool-hover-button:hover {
          background-color: #7fd8b8;
          transition: 0.7s; }
        .vp-tools .vp-tool-purple:hover .vp-tool-hover-button .vp-button-text {
          margin-left: 22px; }
          @media only screen and (max-width: 425px) {
            .vp-tools .vp-tool-purple:hover .vp-tool-hover-button .vp-button-text {
              margin-left: 20px;
              position: relative; } }
        .vp-tools .vp-tool-purple:hover .vp-tool-hover-button .vp-button-icon {
          float: right;
          font-size: 30px;
          padding: 5px; }
      .vp-tools .vp-tool-purple:hover .vp-button-icon .fa-arrow-right-long {
        display: block; }

.vp-howto {
  background-color: #003c44;
  border-radius: 25px;
  width: 100%; }
  .vp-howto .vp-howto-paragraph {
    padding: 25px 65px;
    color: #ffffff; }
    @media only screen and (max-width: 425px) {
      .vp-howto .vp-howto-paragraph {
        padding: 25px 30px; } }
    @media only screen and (max-width: 320px) {
      .vp-howto .vp-howto-paragraph {
        padding: 25px 30px; } }
    .vp-howto .vp-howto-paragraph h2 {
      text-align: center;
      padding-bottom: 15px; }
    .vp-howto .vp-howto-paragraph .vp-howto-icon {
      position: relative;
      color: #ffffff;
      float: right;
      margin-top: -85px;
      margin-right: -35px;
      font-size: 30px; }
      @media only screen and (max-width: 425px) {
        .vp-howto .vp-howto-paragraph .vp-howto-icon {
          display: none; } }
      @media only screen and (max-width: 320px) {
        .vp-howto .vp-howto-paragraph .vp-howto-icon {
          display: none; } }
    .vp-howto .vp-howto-paragraph p {
      font-weight: 300;
      line-height: 30px; }

.vp-form {
  width: 100%;
  margin-top: 25px;
  border-radius: 25px;
  border: #CACACA 4px solid;
  padding: 30px 0px 40px 0px; }
  .vp-form .vp-grid-2x {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px; }
    @media only screen and (max-width: 1440px) {
      .vp-form .vp-grid-2x {
        flex-direction: column;
        align-items: center; } }
    @media only screen and (max-width: 768px) {
      .vp-form .vp-grid-2x {
        flex-direction: column;
        align-items: center; } }
    @media only screen and (max-width: 425px) {
      .vp-form .vp-grid-2x {
        flex-direction: column;
        align-items: center; } }
    .vp-form .vp-grid-2x .vp-input {
      width: 50%;
      padding: 15px 55px; }
      @media only screen and (max-width: 1440px) {
        .vp-form .vp-grid-2x .vp-input {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .vp-form .vp-grid-2x .vp-input {
          width: 100%; } }
      @media only screen and (max-width: 425px) {
        .vp-form .vp-grid-2x .vp-input {
          width: 100%;
          text-align: center; } }
      @media only screen and (max-width: 320px) {
        .vp-form .vp-grid-2x .vp-input {
          padding: 10px; } }
      .vp-form .vp-grid-2x .vp-input p {
        color: #003c44;
        font-weight: bold;
        font-family: "Fira Sans", sans-serif;
        font-size: 15px; }
      .vp-form .vp-grid-2x .vp-input .select2-container--bootstrap4 .select2-selection {
        border: 2px solid #003c44;
        border-radius: 2.25rem;
        padding: 20px; }
      .vp-form .vp-grid-2x .vp-input .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
        color: #003c44;
        line-height: 2.25rem;
        font-size: 13px;
        padding-left: 10px; }
      .vp-form .vp-grid-2x .vp-input .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
        color: #003c44;
        font-size: 12px;
        position: absolute;
        bottom: 3px;
        left: 10px; }
      .vp-form .vp-grid-2x .vp-input input[type="date"] {
        font-family: "Fira Sans", sans-serif;
        font-size: 13px;
        border: 2px solid #003c44;
        border-radius: 2.25rem;
        padding: 10px;
        color: #003c44;
        height: auto; }
        .vp-form .vp-grid-2x .vp-input input[type="date"]::placeholder {
          color: #003c44;
          padding: 25px; }
      .vp-form .vp-grid-2x .vp-input input[type="text"] {
        font-family: "Fira Sans", sans-serif;
        font-size: 13px;
        text-align: left;
        border: 2px solid #003c44;
        border-radius: 2.25rem;
        padding: 20px;
        color: #003c44; }
        @media only screen and (max-width: 425px) {
          .vp-form .vp-grid-2x .vp-input input[type="text"] {
            font-size: 11px; } }
        .vp-form .vp-grid-2x .vp-input input[type="text"]::placeholder {
          color: #003c44; }
      .vp-form .vp-grid-2x .vp-input input[type="number"] {
        font-family: "Fira Sans", sans-serif;
        font-size: 13px;
        text-align: left;
        border: 2px solid #003c44;
        border-radius: 2.25rem;
        padding: 20px;
        color: #003c44; }
        @media only screen and (max-width: 425px) {
          .vp-form .vp-grid-2x .vp-input input[type="number"] {
            font-size: 11px; } }
        .vp-form .vp-grid-2x .vp-input input[type="number"]::placeholder {
          color: #003c44; }
      .vp-form .vp-grid-2x .vp-input input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 50px;
        height: 28px;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer; }
        .vp-form .vp-grid-2x .vp-input input[type="checkbox"]:focus {
          outline: 0; }
      .vp-form .vp-grid-2x .vp-input input:disabled {
        font-size: 13px;
        background: #cacbcb;
        cursor: not-allowed;
        text-align: left; }
        @media only screen and (max-width: 425px) {
          .vp-form .vp-grid-2x .vp-input input:disabled {
            font-size: 11px; } }
        .vp-form .vp-grid-2x .vp-input input:disabled::placeholder {
          color: #003c44; }
      .vp-form .vp-grid-2x .vp-input .vp-input-icon {
        position: absolute; }
        .vp-form .vp-grid-2x .vp-input .vp-input-icon i {
          margin: -35px;
          margin-top: 12px;
          font-size: 18px;
          color: #003c44; }
        @media only screen and (max-width: 425px) {
          .vp-form .vp-grid-2x .vp-input .vp-input-icon {
            margin: -20px;
            margin-top: 1px; } }
      .vp-form .vp-grid-2x .vp-input .vp-input-button-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end; }
        @media only screen and (max-width: 425px) {
          .vp-form .vp-grid-2x .vp-input .vp-input-button-container {
            display: inline; } }
        .vp-form .vp-grid-2x .vp-input .vp-input-button-container .vp-submit-button {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background-color: #003c44;
          cursor: pointer;
          color: #ffffff;
          font-size: 12px;
          text-transform: uppercase;
          width: 200px;
          height: 48px;
          font-weight: bold;
          border: none;
          border-radius: 25px;
          transition: 0.7s; }
          .vp-form .vp-grid-2x .vp-input .vp-input-button-container .vp-submit-button:hover {
            background-color: #7fd8b8;
            transition: 0.7s; }
          .vp-form .vp-grid-2x .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
            margin-left: 22px; }
            @media only screen and (max-width: 425px) {
              .vp-form .vp-grid-2x .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
                margin-left: 20px;
                position: relative; } }
          .vp-form .vp-grid-2x .vp-input .vp-input-button-container .vp-submit-button .vp-button-icon {
            float: right;
            font-size: 30px;
            padding: 5px; }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid-2x .vp-input .vp-input-button-container .vp-submit-button {
              margin: 20px auto; } }
        .vp-form .vp-grid-2x .vp-input .vp-input-button-container .vp-circle-button {
          background-color: #003c44;
          border-radius: 50%;
          width: 50px;
          cursor: pointer;
          color: #ffffff;
          text-align: center;
          padding: 10px;
          border: none;
          margin-right: 10px;
          transition: 0.7s; }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid-2x .vp-input .vp-input-button-container .vp-circle-button:last-of-type {
              margin-right: 10px; } }
          .vp-form .vp-grid-2x .vp-input .vp-input-button-container .vp-circle-button:hover {
            background-color: #7fd8b8;
            transition: 0.7s; }
          .vp-form .vp-grid-2x .vp-input .vp-input-button-container .vp-circle-button .vp-button-icon {
            font-size: 25px; }
    .vp-form .vp-grid-2x .vp-input-inline {
      width: 100%;
      padding: 0px 55px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media only screen and (max-width: 1440px) {
        .vp-form .vp-grid-2x .vp-input-inline {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .vp-form .vp-grid-2x .vp-input-inline {
          width: 100%; } }
      @media only screen and (max-width: 425px) {
        .vp-form .vp-grid-2x .vp-input-inline {
          width: 100%;
          text-align: center;
          flex-wrap: wrap; } }
      @media only screen and (max-width: 320px) {
        .vp-form .vp-grid-2x .vp-input-inline {
          padding: 10px 30px; } }
      .vp-form .vp-grid-2x .vp-input-inline p {
        color: #003c44;
        font-weight: bold;
        font-size: 15px; }
        @media only screen and (max-width: 425px) {
          .vp-form .vp-grid-2x .vp-input-inline p {
            font-size: 12px; } }
      .vp-form .vp-grid-2x .vp-input-inline .select2-container--bootstrap4 .select2-selection {
        border: 2px solid #003c44;
        border-radius: 2.25rem;
        padding: 20px; }
      .vp-form .vp-grid-2x .vp-input-inline .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
        color: #003c44;
        line-height: 2.25rem;
        font-size: 13px;
        padding-left: 10px; }
      .vp-form .vp-grid-2x .vp-input-inline .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
        color: #003c44;
        font-size: 12px;
        position: absolute;
        bottom: 3px;
        left: 2px; }
      .vp-form .vp-grid-2x .vp-input-inline input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 50px;
        height: 28px;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer; }
        .vp-form .vp-grid-2x .vp-input-inline input[type="checkbox"]:focus {
          outline: 0; }
  .vp-form .vp-grid-2x-colored {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #003c44;
    border-radius: 25px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 3%;
    padding-bottom: 3%; }
    @media only screen and (max-width: 768px) {
      .vp-form .vp-grid-2x-colored {
        flex-direction: column;
        align-items: center; } }
    @media only screen and (max-width: 425px) {
      .vp-form .vp-grid-2x-colored {
        flex-direction: column;
        align-items: center; } }
    .vp-form .vp-grid-2x-colored .vp-input {
      width: 50%;
      padding: 15px 55px; }
      @media only screen and (max-width: 1440px) {
        .vp-form .vp-grid-2x-colored .vp-input {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .vp-form .vp-grid-2x-colored .vp-input {
          width: 100%; } }
      @media only screen and (max-width: 425px) {
        .vp-form .vp-grid-2x-colored .vp-input {
          width: 100%;
          padding: 15px 30px; } }
      @media only screen and (max-width: 320px) {
        .vp-form .vp-grid-2x-colored .vp-input {
          padding: 10px; } }
      .vp-form .vp-grid-2x-colored .vp-input p {
        color: #003c44;
        font-weight: bold;
        font-size: 15px; }
      .vp-form .vp-grid-2x-colored .vp-input .select2-container--bootstrap4 .select2-selection {
        border: 2px solid #003c44;
        border-radius: 2.25rem;
        padding: 20px; }
      .vp-form .vp-grid-2x-colored .vp-input .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
        color: #003c44;
        line-height: 2.25rem;
        font-size: 13px;
        padding-left: 10px; }
      .vp-form .vp-grid-2x-colored .vp-input .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
        color: #003c44;
        font-size: 12px;
        position: absolute;
        bottom: 3px;
        left: 2px; }
      .vp-form .vp-grid-2x-colored .vp-input input[type="text"] {
        font-family: "Fira Sans", sans-serif;
        font-size: 13px;
        text-align: left;
        border: 2px solid #003c44;
        border-radius: 2.25rem;
        padding: 20px;
        color: #003c44; }
        .vp-form .vp-grid-2x-colored .vp-input input[type="text"]::placeholder {
          color: #003c44; }
      .vp-form .vp-grid-2x-colored .vp-input .vp-input-icon {
        position: absolute;
        color: #003c44;
        font-size: 18px;
        margin-top: -2px; }
        .vp-form .vp-grid-2x-colored .vp-input .vp-input-icon i {
          margin: -35px;
          margin-top: 15px; }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-icon i {
              margin: -28px;
              margin-top: 14px; } }
      .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end; }
        @media only screen and (max-width: 1440px) {
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container {
            width: 100%;
            align-items: center; } }
        @media only screen and (max-width: 768px) {
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container {
            width: 100%; } }
        @media only screen and (max-width: 425px) {
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container {
            width: 100%; } }
        @media only screen and (max-width: 320px) {
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container {
            width: 100%; } }
        .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-submit-button {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background-color: #7fd8b8;
          cursor: pointer;
          color: #ffffff;
          font-size: 11px;
          text-transform: uppercase;
          width: 250px;
          height: 48px;
          font-weight: bold;
          border: none;
          border-radius: 25px;
          transition: 0.7s;
          margin-right: 25%; }
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-submit-button:hover {
            background-color: #FFCB12;
            transition: 0.7s; }
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
            margin-left: 10px; }
            @media only screen and (max-width: 425px) {
              .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
                margin-left: 20px;
                position: relative; } }
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-submit-button .vp-button-icon {
            float: right;
            font-size: 25px;
            padding: 5px; }
          @media only screen and (max-width: 1440px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-submit-button {
              width: 180px;
              margin-right: 10px; } }
          @media only screen and (max-width: 768px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-submit-button {
              width: 35%; } }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-submit-button {
              width: 60%; } }
          @media only screen and (max-width: 320px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-submit-button {
              width: 65%; } }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
              font-size: 10px;
              margin-left: 12px; } }
        .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button {
          background-color: #ffffff;
          border-radius: 50%;
          width: 60px;
          cursor: pointer;
          color: #003c44;
          text-align: center;
          padding: 8px;
          border: none;
          margin-right: 10px;
          transition: 0.7s;
          margin-right: 0px; }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button:last-of-type {
              margin-right: 10px; } }
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button:hover {
            background-color: #FFCB12;
            transition: 0.7s; }
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button .vp-button-icon {
            font-size: 25px; }
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button:hover {
            color: #ffffff; }
          .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button:first-of-type {
            margin-right: 10px; }
          @media only screen and (max-width: 1440px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button {
              width: 13%; } }
          @media only screen and (max-width: 1024px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button {
              width: 15%; } }
          @media only screen and (max-width: 768px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button {
              width: 9%; } }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button {
              width: 14%;
              padding: 4px; } }
          @media only screen and (max-width: 320px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button {
              width: 15%; } }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid-2x-colored .vp-input .vp-input-button-container .vp-circle-button .vp-button-icon {
              font-size: 20px; } }
  .vp-form .vp-grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 1440px) {
      .vp-form .vp-grid {
        flex-direction: column;
        align-items: center; } }
    @media only screen and (max-width: 768px) {
      .vp-form .vp-grid {
        flex-direction: column;
        align-items: center; } }
    @media only screen and (max-width: 425px) {
      .vp-form .vp-grid {
        flex-direction: column;
        align-items: center; } }
    .vp-form .vp-grid .vp-input {
      width: 100%;
      padding: 15px 55px; }
      @media only screen and (max-width: 1440px) {
        .vp-form .vp-grid .vp-input {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .vp-form .vp-grid .vp-input {
          width: 100%; } }
      @media only screen and (max-width: 425px) {
        .vp-form .vp-grid .vp-input {
          width: 100%;
          text-align: center; } }
      @media only screen and (max-width: 320px) {
        .vp-form .vp-grid .vp-input {
          padding: 10px; } }
      .vp-form .vp-grid .vp-input .vp-input-button-container {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 425px) {
          .vp-form .vp-grid .vp-input .vp-input-button-container {
            display: inline; } }
        .vp-form .vp-grid .vp-input .vp-input-button-container .vp-submit-button {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background-color: #003c44;
          cursor: pointer;
          color: #ffffff;
          font-size: 12px;
          text-transform: uppercase;
          width: 200px;
          height: 48px;
          font-weight: bold;
          border: none;
          border-radius: 25px;
          transition: 0.7s; }
          .vp-form .vp-grid .vp-input .vp-input-button-container .vp-submit-button:hover {
            background-color: #7fd8b8;
            transition: 0.7s; }
          .vp-form .vp-grid .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
            margin-left: 12px; }
            @media only screen and (max-width: 425px) {
              .vp-form .vp-grid .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
                margin-left: 20px;
                position: relative; } }
          .vp-form .vp-grid .vp-input .vp-input-button-container .vp-submit-button .vp-button-icon {
            float: right;
            font-size: 30px;
            padding: 5px; }
          @media only screen and (max-width: 1440px) {
            .vp-form .vp-grid .vp-input .vp-input-button-container .vp-submit-button {
              width: 25%; } }
          @media only screen and (max-width: 768px) {
            .vp-form .vp-grid .vp-input .vp-input-button-container .vp-submit-button {
              width: 35%; } }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid .vp-input .vp-input-button-container .vp-submit-button {
              width: 85%;
              margin: 0 auto; } }
          @media only screen and (max-width: 320px) {
            .vp-form .vp-grid .vp-input .vp-input-button-container .vp-submit-button {
              width: 85%;
              margin: 0 auto; } }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
              margin-left: 10px; } }
        .vp-form .vp-grid .vp-input .vp-input-button-container .vp-circle-button {
          background-color: #381550;
          border-radius: 50%;
          width: 50px;
          cursor: pointer;
          color: #ffffff;
          text-align: center;
          padding: 10px;
          border: none;
          margin-right: 10px;
          transition: 0.7s; }
          @media only screen and (max-width: 425px) {
            .vp-form .vp-grid .vp-input .vp-input-button-container .vp-circle-button:last-of-type {
              margin-right: 10px; } }
          .vp-form .vp-grid .vp-input .vp-input-button-container .vp-circle-button:hover {
            background-color: #CF2E22;
            transition: 0.7s; }
          .vp-form .vp-grid .vp-input .vp-input-button-container .vp-circle-button .vp-button-icon {
            font-size: 25px; }
  .vp-form .vp-created-forms {
    display: flex;
    flex-direction: column;
    background-color: #efefef;
    margin: 20px;
    border-radius: 25px;
    padding: 35px;
    gap: 15px; }
    .vp-form .vp-created-forms h5 {
      text-align: center;
      font-size: 22px; }
    .vp-form .vp-created-forms table {
      border-collapse: collapse; }
      .vp-form .vp-created-forms table tbody {
        text-align: center; }
        .vp-form .vp-created-forms table tbody tr td {
          border-bottom: 1px solid #CACACA;
          padding: 8px; }
          .vp-form .vp-created-forms table tbody tr td:first-child {
            text-align: left; }

.vp-voucher-preview-options-form {
  margin: 30px auto;
  max-width: 725px; }
  .vp-voucher-preview-options-form .vp-voucher-preview-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .vp-voucher-preview-options-form .vp-voucher-preview-options {
        justify-content: space-around; } }
    @media only screen and (max-width: 425px) {
      .vp-voucher-preview-options-form .vp-voucher-preview-options {
        justify-content: space-around; } }
    .vp-voucher-preview-options-form .vp-voucher-preview-options .vp-submit-button-dark-green {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #003c44;
      cursor: pointer;
      color: #ffffff;
      font-size: 11px;
      text-transform: uppercase;
      width: 200px;
      height: 48px;
      font-weight: bold;
      border: none;
      border-radius: 25px;
      transition: 0.7s; }
      .vp-voucher-preview-options-form .vp-voucher-preview-options .vp-submit-button-dark-green:hover {
        background-color: #7fd8b8;
        transition: 0.7s; }
      .vp-voucher-preview-options-form .vp-voucher-preview-options .vp-submit-button-dark-green .vp-button-text {
        margin-left: 22px; }
        @media only screen and (max-width: 425px) {
          .vp-voucher-preview-options-form .vp-voucher-preview-options .vp-submit-button-dark-green .vp-button-text {
            margin-left: 20px;
            position: relative; } }
      .vp-voucher-preview-options-form .vp-voucher-preview-options .vp-submit-button-dark-green .vp-button-icon {
        float: right;
        font-size: 25px;
        padding: 5px; }
      @media only screen and (max-width: 425px) {
        .vp-voucher-preview-options-form .vp-voucher-preview-options .vp-submit-button-dark-green {
          width: 125px; } }
      @media only screen and (max-width: 320px) {
        .vp-voucher-preview-options-form .vp-voucher-preview-options .vp-submit-button-dark-green {
          height: 43px; } }

.vp-search-panel {
  background-color: #003c44;
  border-radius: 25px;
  align-items: center;
  margin-top: 20px; }
  .vp-search-panel .vp-search-additional-options {
    position: relative;
    float: right;
    margin-top: -95px;
    margin-right: 40px; }
    @media only screen and (max-width: 425px) {
      .vp-search-panel .vp-search-additional-options {
        margin-right: 55px; } }
    @media only screen and (max-width: 320px) {
      .vp-search-panel .vp-search-additional-options {
        margin-right: 0px; } }
    .vp-search-panel .vp-search-additional-options .vp-input {
      margin-left: 25px; }
      @media only screen and (max-width: 1440px) {
        .vp-search-panel .vp-search-additional-options .vp-input {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .vp-search-panel .vp-search-additional-options .vp-input {
          width: 100%; } }
      @media only screen and (max-width: 425px) {
        .vp-search-panel .vp-search-additional-options .vp-input {
          width: 100%;
          text-align: center;
          margin-left: 0px; } }
      @media only screen and (max-width: 320px) {
        .vp-search-panel .vp-search-additional-options .vp-input {
          padding: 10px;
          margin-left: 0px; } }
      .vp-search-panel .vp-search-additional-options .vp-input .vp-input-button-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end; }
        @media only screen and (max-width: 425px) {
          .vp-search-panel .vp-search-additional-options .vp-input .vp-input-button-container {
            display: inline; } }
        .vp-search-panel .vp-search-additional-options .vp-input .vp-input-button-container .vp-circle-button {
          background-color: #ffffff;
          border-radius: 50%;
          width: 50px;
          cursor: pointer;
          color: #003c44;
          text-align: center;
          padding: 10px;
          border: none;
          margin-right: 10px;
          transition: 0.7s; }
          @media only screen and (max-width: 425px) {
            .vp-search-panel .vp-search-additional-options .vp-input .vp-input-button-container .vp-circle-button:last-of-type {
              margin-right: 10px; } }
          .vp-search-panel .vp-search-additional-options .vp-input .vp-input-button-container .vp-circle-button:hover {
            background-color: #7fd8b8;
            transition: 0.7s; }
          .vp-search-panel .vp-search-additional-options .vp-input .vp-input-button-container .vp-circle-button .vp-button-icon {
            font-size: 25px; }
          .vp-search-panel .vp-search-additional-options .vp-input .vp-input-button-container .vp-circle-button:hover {
            color: #ffffff; }
          @media only screen and (max-width: 425px) {
            .vp-search-panel .vp-search-additional-options .vp-input .vp-input-button-container .vp-circle-button:last-of-type {
              margin-right: 10px; } }
  .vp-search-panel .vp-grid {
    display: flex; }
    .vp-search-panel .vp-grid .vp-form {
      display: flex;
      margin-top: 0px;
      border-radius: 0px;
      border: none;
      padding: 45px 25px;
      align-items: center; }
      @media only screen and (max-width: 1440px) {
        .vp-search-panel .vp-grid .vp-form {
          width: 75%; } }
      @media only screen and (max-width: 768px) {
        .vp-search-panel .vp-grid .vp-form {
          width: 100%;
          padding: 45px 25px 125px; } }
      @media only screen and (max-width: 425px) {
        .vp-search-panel .vp-grid .vp-form {
          width: 100%;
          flex-direction: column; } }
      .vp-search-panel .vp-grid .vp-form .vp-input {
        margin-left: 25px; }
        @media only screen and (max-width: 1440px) {
          .vp-search-panel .vp-grid .vp-form .vp-input {
            width: 100%; } }
        @media only screen and (max-width: 1024px) {
          .vp-search-panel .vp-grid .vp-form .vp-input {
            width: 100%;
            margin-left: 10px; } }
        @media only screen and (max-width: 768px) {
          .vp-search-panel .vp-grid .vp-form .vp-input {
            width: 100%; } }
        @media only screen and (max-width: 425px) {
          .vp-search-panel .vp-grid .vp-form .vp-input {
            width: 100%;
            text-align: center;
            margin-top: 20px; } }
        @media only screen and (max-width: 320px) {
          .vp-search-panel .vp-grid .vp-form .vp-input {
            padding: 10px; } }
        .vp-search-panel .vp-grid .vp-form .vp-input p {
          color: #003c44;
          font-weight: bold;
          font-size: 15px; }
        .vp-search-panel .vp-grid .vp-form .vp-input .select2-container {
          width: 230px !important; }
        .vp-search-panel .vp-grid .vp-form .vp-input .select2-container--default .select2-selection--single {
          border: 2px solid #003c44;
          border-radius: 2.25rem;
          padding: 20px; }
        .vp-search-panel .vp-grid .vp-form .vp-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
          color: #003c44;
          line-height: 2.25rem;
          font-size: 13px;
          padding-left: 10px; }
        .vp-search-panel .vp-grid .vp-form .vp-input .select2-container--default .select2-selection--single .select2-selection__rendered {
          color: #003c44;
          font-size: 12px;
          position: absolute;
          bottom: 7px;
          left: 10px; }
        .vp-search-panel .vp-grid .vp-form .vp-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
          margin-left: -15px;
          margin-top: 5px; }
        .vp-search-panel .vp-grid .vp-form .vp-input input[type="date"] {
          font-family: "Fira Sans", sans-serif;
          border: 2px solid #003c44;
          border-radius: 2.25rem;
          padding: 5px;
          color: #003c44;
          height: auto;
          -webkit-padding-start: 15px; }
@-moz-document url-prefix() {
  .vp-search-panel .vp-grid .vp-form .vp-input input[type="date"] {
    padding: 10px; } }
        .vp-search-panel .vp-grid .vp-form .vp-input input[type="text"] {
          font-family: "Fira Sans", sans-serif;
          border: 2px solid #003c44;
          border-radius: 2.25rem;
          padding: 20px;
          color: #003c44; }
        .vp-search-panel .vp-grid .vp-form .vp-input input[type="number"] {
          font-family: "Fira Sans", sans-serif;
          border: 2px solid #003c44;
          border-radius: 2.25rem;
          padding: 20px;
          color: #003c44; }
        .vp-search-panel .vp-grid .vp-form .vp-input input[type="checkbox"] {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 50px;
          height: 28px;
          -webkit-tap-highlight-color: transparent;
          cursor: pointer; }
          .vp-search-panel .vp-grid .vp-form .vp-input input[type="checkbox"]:focus {
            outline: 0; }
        .vp-search-panel .vp-grid .vp-form .vp-input input:disabled {
          background: #cacbcb;
          cursor: not-allowed; }
          .vp-search-panel .vp-grid .vp-form .vp-input input:disabled::placeholder {
            color: #003c44; }
        .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-icon {
          position: absolute; }
          .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-icon i {
            margin: -35px;
            margin-top: 15px; }
          @media only screen and (max-width: 425px) {
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-icon {
              margin: -15px;
              margin-top: 1px; } }
        .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container {
          display: flex;
          flex-direction: row;
          justify-content: flex-end;
          align-items: flex-end; }
          @media only screen and (max-width: 425px) {
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container {
              display: inline; } }
          .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-submit-button {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #FFCB12;
            cursor: pointer;
            color: #ffffff;
            font-size: 12px;
            text-transform: uppercase;
            width: 200px;
            height: 48px;
            font-weight: bold;
            border: none;
            border-radius: 25px;
            transition: 0.7s; }
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-submit-button:hover {
              background-color: #7fd8b8;
              transition: 0.7s; }
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
              margin-left: 22px; }
              @media only screen and (max-width: 425px) {
                .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
                  margin-left: 20px;
                  position: relative; } }
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-submit-button .vp-button-icon {
              float: right;
              font-size: 25px;
              padding: 5px; }
            @media only screen and (max-width: 425px) {
              .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-submit-button {
                margin: 20px auto; } }
          .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-report-button {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #ffffff;
            cursor: pointer;
            color: #381550;
            font-size: 12px;
            text-transform: uppercase;
            width: 150px;
            height: 48px;
            font-weight: bold;
            border: none;
            border-radius: 25px;
            transition: 0.7s; }
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-report-button:hover {
              background-color: #CF2E22;
              transition: 0.7s; }
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-report-button .vp-button-text {
              margin-left: 22px; }
              @media only screen and (max-width: 425px) {
                .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-report-button .vp-button-text {
                  margin-left: 20px;
                  position: relative; } }
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-report-button .vp-button-icon {
              float: right;
              font-size: 30px;
              padding: 5px; }
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-report-button:hover {
              color: #ffffff; }
            @media only screen and (max-width: 425px) {
              .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-report-button {
                margin: 20px auto; } }
          .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-circle-button {
            background-color: #ffffff;
            border-radius: 50%;
            width: 50px;
            cursor: pointer;
            color: #381550;
            text-align: center;
            padding: 10px;
            border: none;
            margin-right: 10px;
            transition: 0.7s; }
            @media only screen and (max-width: 425px) {
              .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-circle-button:last-of-type {
                margin-right: 10px; } }
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-circle-button:hover {
              background-color: #CF2E22;
              transition: 0.7s; }
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-circle-button .vp-button-icon {
              font-size: 25px; }
            .vp-search-panel .vp-grid .vp-form .vp-input .vp-input-button-container .vp-circle-button:hover {
              color: #ffffff; }

@media only screen and (max-width: 1440px) {
  .vp-table {
    overflow-x: auto; } }
.vp-table table {
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 25px;
  width: 100%; }
  .vp-table table thead {
    background-color: #003c44;
    border-radius: 25px;
    padding: 25px;
    color: #ffffff;
    font-size: 14px; }
    .vp-table table thead :-moz-any {
      display: table-caption;
      padding: 0px; }
    .vp-table table thead tr th {
      padding: 20px; }
      .vp-table table thead tr th:first-child {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px; }
      .vp-table table thead tr th:last-child {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px; }
  .vp-table table tbody {
    font-size: 12px;
    text-align: center; }
    .vp-table table tbody tr td {
      font-family: "Fira Sans", sans-serif;
      color: #003c44;
      border-bottom: 1px solid #003c44;
      padding: 15px; }
      .vp-table table tbody tr td .vp-grid {
        display: flex; }
        @media only screen and (max-width: 1440px) {
          .vp-table table tbody tr td .vp-grid .vp-input {
            width: 100%; } }
        @media only screen and (max-width: 768px) {
          .vp-table table tbody tr td .vp-grid .vp-input {
            width: 100%; } }
        @media only screen and (max-width: 425px) {
          .vp-table table tbody tr td .vp-grid .vp-input {
            width: 100%;
            text-align: center; } }
        @media only screen and (max-width: 320px) {
          .vp-table table tbody tr td .vp-grid .vp-input {
            padding: 10px; } }
        .vp-table table tbody tr td .vp-grid .vp-input .vp-input-button-container {
          display: flex;
          flex-direction: row;
          justify-content: flex-end;
          align-items: flex-end; }
          @media only screen and (max-width: 425px) {
            .vp-table table tbody tr td .vp-grid .vp-input .vp-input-button-container {
              display: inline; } }
          .vp-table table tbody tr td .vp-grid .vp-input .vp-input-button-container .vp-circle-button {
            background-color: #7fd8b8;
            border-radius: 50%;
            width: 30px;
            cursor: pointer;
            color: #ffffff;
            text-align: center;
            padding: 7px;
            border: none;
            margin-right: 10px;
            transition: 0.7s; }
            @media only screen and (max-width: 425px) {
              .vp-table table tbody tr td .vp-grid .vp-input .vp-input-button-container .vp-circle-button:last-of-type {
                margin-right: 10px; } }
            .vp-table table tbody tr td .vp-grid .vp-input .vp-input-button-container .vp-circle-button:hover {
              background-color: #003c44;
              transition: 0.7s; }
            .vp-table table tbody tr td .vp-grid .vp-input .vp-input-button-container .vp-circle-button .vp-button-icon {
              font-size: 15px; }
            .vp-table table tbody tr td .vp-grid .vp-input .vp-input-button-container .vp-circle-button:hover {
              color: #ffffff; }

.vp-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  @media only screen and (max-width: 1440px) {
    .vp-pagination {
      margin: 20px auto;
      width: 200px; } }
  @media only screen and (max-width: 768px) {
    .vp-pagination {
      margin: 20px auto;
      width: 200px; } }
  @media only screen and (max-width: 1440px) {
    .vp-pagination .vp-input {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .vp-pagination .vp-input {
      width: 100%; } }
  @media only screen and (max-width: 425px) {
    .vp-pagination .vp-input {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 320px) {
    .vp-pagination .vp-input {
      padding: 10px; } }
  .vp-pagination .vp-input .vp-input-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end; }
    @media only screen and (max-width: 425px) {
      .vp-pagination .vp-input .vp-input-button-container {
        display: inline; } }
    .vp-pagination .vp-input .vp-input-button-container .vp-arrow-button {
      background-color: #ffffff;
      border-radius: 50%;
      width: 30px;
      cursor: pointer;
      color: #003c44;
      text-align: center;
      padding: 7px;
      border: none;
      margin-right: 10px;
      transition: 0.7s; }
      @media only screen and (max-width: 425px) {
        .vp-pagination .vp-input .vp-input-button-container .vp-arrow-button:last-of-type {
          margin-right: 10px; } }
      .vp-pagination .vp-input .vp-input-button-container .vp-arrow-button:hover {
        background-color: #003c44;
        transition: 0.7s; }
      .vp-pagination .vp-input .vp-input-button-container .vp-arrow-button .vp-button-icon {
        font-size: 15px; }
      .vp-pagination .vp-input .vp-input-button-container .vp-arrow-button:hover {
        color: #ffffff; }
    .vp-pagination .vp-input .vp-input-button-container .vp-circle-button {
      background-color: #7fd8b8;
      border-radius: 50%;
      width: 30px;
      cursor: pointer;
      color: #ffffff;
      text-align: center;
      padding: 7px;
      border: none;
      margin-right: 10px;
      transition: 0.7s; }
      @media only screen and (max-width: 425px) {
        .vp-pagination .vp-input .vp-input-button-container .vp-circle-button:last-of-type {
          margin-right: 10px; } }
      .vp-pagination .vp-input .vp-input-button-container .vp-circle-button:hover {
        background-color: #003c44;
        transition: 0.7s; }
      .vp-pagination .vp-input .vp-input-button-container .vp-circle-button .vp-button-icon {
        font-size: 15px; }
      .vp-pagination .vp-input .vp-input-button-container .vp-circle-button:hover {
        color: #ffffff; }

.vp-successful-alert {
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #0CA612;
  width: 250px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s; }

.vp-error-alert {
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #CF2E22;
  width: 250px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s; }

.vp-warning-alert {
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #E3AC1C;
  width: 250px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s; }

.vp-voucher-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 450px;
  margin: 20px auto;
  border-radius: 25px;
  border: #CACACA 4px solid; }
  @media only screen and (max-width: 1440px) {
    .vp-voucher-card {
      width: 450px; } }
  @media only screen and (max-width: 768px) {
    .vp-voucher-card {
      width: 360px; } }
  @media only screen and (max-width: 425px) {
    .vp-voucher-card {
      width: 320px; } }
  @media only screen and (max-width: 320px) {
    .vp-voucher-card {
      width: 290px; } }
  .vp-voucher-card .vp-voucher-card-container {
    padding: 20px 30px 20px 30px; }
    .vp-voucher-card .vp-voucher-card-container .vp-voucher-title {
      font-size: 20px;
      color: #003c44;
      font-weight: bold;
      text-align: center;
      margin: 15px 30px; }
    .vp-voucher-card .vp-voucher-card-container .vp-voucher-expDate {
      color: #003c44;
      font-size: 12px;
      text-align: center;
      border-top: 1px #000000 solid;
      border-bottom: 1px #000000 solid;
      padding: 10px 0px; }
      .vp-voucher-card .vp-voucher-card-container .vp-voucher-expDate .vp-voucher-date {
        font-size: 16px; }
    .vp-voucher-card .vp-voucher-card-container .vp-voucher-desc {
      font-size: 14px;
      text-align: center;
      padding: 15px 0px; }
    .vp-voucher-card .vp-voucher-card-container .vp-voucher-options {
      display: flex;
      flex-direction: row; }
      @media only screen and (max-width: 425px) {
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options {
          flex-direction: column;
          align-items: center; } }
      @media only screen and (max-width: 320px) {
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options {
          flex-direction: column;
          align-items: center; } }
      .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-red {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #003c44;
        cursor: pointer;
        color: #ffffff;
        font-size: 11px;
        text-transform: uppercase;
        width: 200px;
        height: 48px;
        font-weight: bold;
        border: none;
        border-radius: 25px;
        transition: 0.7s;
        margin-right: 10px; }
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-red:hover {
          background-color: #7fd8b8;
          transition: 0.7s; }
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-red .vp-button-text {
          margin-left: 15px; }
          @media only screen and (max-width: 425px) {
            .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-red .vp-button-text {
              margin-left: 20px;
              position: relative; } }
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-red .vp-button-icon {
          float: right;
          font-size: 25px;
          padding: 5px; }
        @media only screen and (max-width: 425px) {
          .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-red {
            margin-right: 0px;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 320px) {
          .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-red {
            margin-right: 0px;
            margin-bottom: 10px; } }
      .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-purple {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #381550;
        cursor: pointer;
        color: #ffffff;
        font-size: 11px;
        text-transform: uppercase;
        width: 200px;
        height: 48px;
        font-weight: bold;
        border: none;
        border-radius: 25px;
        transition: 0.7s; }
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-purple:hover {
          background-color: #CF2E22;
          transition: 0.7s; }
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-purple .vp-button-text {
          margin-left: 22px; }
          @media only screen and (max-width: 425px) {
            .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-purple .vp-button-text {
              margin-left: 20px;
              position: relative; } }
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-purple .vp-button-icon {
          float: right;
          font-size: 25px;
          padding: 5px; }
      .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-dark-green {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #003c44;
        cursor: pointer;
        color: #ffffff;
        font-size: 11px;
        text-transform: uppercase;
        width: 200px;
        height: 48px;
        font-weight: bold;
        border: none;
        border-radius: 25px;
        transition: 0.7s; }
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-dark-green:hover {
          background-color: #7fd8b8;
          transition: 0.7s; }
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-dark-green .vp-button-text {
          margin-left: 22px; }
          @media only screen and (max-width: 425px) {
            .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-dark-green .vp-button-text {
              margin-left: 20px;
              position: relative; } }
        .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-dark-green .vp-button-icon {
          float: right;
          font-size: 25px;
          padding: 5px; }
        @media only screen and (max-width: 425px) {
          .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-dark-green {
            width: 125px; } }
        @media only screen and (max-width: 320px) {
          .vp-voucher-card .vp-voucher-card-container .vp-voucher-options .vp-submit-button-dark-green {
            height: 43px; } }

.vp-tool-hover-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFCB12;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  width: 200px;
  height: 48px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  transition: 0.7s;
  margin: 12px auto 0px auto; }
  .vp-tool-hover-button:hover {
    background-color: #7fd8b8;
    transition: 0.7s; }
  .vp-tool-hover-button .vp-button-text {
    margin-left: 22px; }
    @media only screen and (max-width: 425px) {
      .vp-tool-hover-button .vp-button-text {
        margin-left: 20px;
        position: relative; } }
  .vp-tool-hover-button .vp-button-icon {
    float: right;
    font-size: 30px;
    padding: 5px; }

.vp-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none; }

.vp-modal {
  display: none;
  position: fixed;
  width: 65%;
  padding-bottom: 40px;
  background: #fff;
  top: 8%;
  left: 20%;
  z-index: 100;
  text-align: center;
  border-radius: 30px;
  color: #000;
  text-decoration: none;
  cursor: auto; }
  @media only screen and (max-width: 1024px) {
    .vp-modal {
      position: absolute;
      padding-bottom: 20px;
      top: 5%; } }
  @media only screen and (max-width: 768px) {
    .vp-modal {
      flex-direction: column;
      align-items: center; } }
  @media only screen and (max-width: 425px) {
    .vp-modal {
      width: 85%;
      left: 8%; } }
  .vp-modal .vp-tool-info .vp-input-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin: -10px 20px;
    position: absolute;
    right: 0; }
    @media only screen and (max-width: 1024px) {
      .vp-modal .vp-tool-info .vp-input-button-container {
        margin: -25px 5px; } }
    @media only screen and (max-width: 768px) {
      .vp-modal .vp-tool-info .vp-input-button-container {
        flex-direction: column-reverse;
        align-items: center; } }
    @media only screen and (max-width: 425px) {
      .vp-modal .vp-tool-info .vp-input-button-container {
        flex-direction: column-reverse;
        align-items: center;
        margin-right: 10px; } }
    .vp-modal .vp-tool-info .vp-input-button-container .vp-submit-button {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #003c44;
      cursor: pointer;
      color: #ffffff;
      font-size: 12px;
      text-transform: uppercase;
      width: 200px;
      height: 48px;
      font-weight: bold;
      border: none;
      border-radius: 25px;
      transition: 0.7s; }
      .vp-modal .vp-tool-info .vp-input-button-container .vp-submit-button:hover {
        background-color: #7fd8b8;
        transition: 0.7s; }
      .vp-modal .vp-tool-info .vp-input-button-container .vp-submit-button .vp-button-text {
        margin-left: 22px; }
        @media only screen and (max-width: 425px) {
          .vp-modal .vp-tool-info .vp-input-button-container .vp-submit-button .vp-button-text {
            margin-left: 20px;
            position: relative; } }
      .vp-modal .vp-tool-info .vp-input-button-container .vp-submit-button .vp-button-icon {
        float: right;
        font-size: 30px;
        padding: 5px; }
      @media only screen and (max-width: 425px) {
        .vp-modal .vp-tool-info .vp-input-button-container .vp-submit-button {
          margin: 20px auto; } }
    .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button {
      background-color: #003c44;
      border-radius: 50%;
      width: 50px;
      cursor: pointer;
      color: #ffffff;
      text-align: center;
      padding: 10px;
      border: none;
      margin-right: 10px;
      transition: 0.7s; }
      @media only screen and (max-width: 425px) {
        .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button:last-of-type {
          margin-right: 10px; } }
      .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button:hover {
        background-color: #7fd8b8;
        transition: 0.7s; }
      .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button .vp-button-icon {
        font-size: 25px; }
      @media only screen and (max-width: 1024px) {
        .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button {
          width: 40px;
          padding: 8px; } }
      @media only screen and (max-width: 768px) {
        .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button {
          flex-direction: column;
          align-items: center;
          margin-top: 5px; } }
      @media only screen and (max-width: 425px) {
        .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button {
          margin-right: 0px;
          width: 35px;
          padding: 6px; } }
      .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button .vp-button-icon {
        float: none;
        padding: 0px; }
        @media only screen and (max-width: 1024px) {
          .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button .vp-button-icon {
            font-size: 20px; } }
        @media only screen and (max-width: 768px) {
          .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button .vp-button-icon {
            flex-direction: column;
            align-items: center; } }
        @media only screen and (max-width: 425px) {
          .vp-modal .vp-tool-info .vp-input-button-container .vp-circle-button .vp-button-icon {
            margin: 20px auto;
            font-size: 18px; } }
  .vp-modal .vp-tool-info .vp-tool-details {
    color: #003c44;
    text-transform: initial;
    font-size: 14px;
    font-weight: 400;
    font-family: "Fira Sans", sans-serif;
    margin-top: 40px; }
    @media only screen and (max-width: 1024px) {
      .vp-modal .vp-tool-info .vp-tool-details {
        font-size: 12px; } }
    @media only screen and (max-width: 768px) {
      .vp-modal .vp-tool-info .vp-tool-details {
        flex-direction: column;
        align-items: center;
        padding: 0px 90px; } }
    @media only screen and (max-width: 425px) {
      .vp-modal .vp-tool-info .vp-tool-details {
        flex-direction: column;
        align-items: center;
        padding: 0px 60px;
        font-size: 11px; } }
    @media only screen and (max-width: 320px) {
      .vp-modal .vp-tool-info .vp-tool-details {
        padding: 0px 50px; } }
  .vp-modal .vp-tool-options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1440px) {
      .vp-modal .vp-tool-options {
        flex-direction: row;
        align-items: center; } }
    @media only screen and (max-width: 1024px) {
      .vp-modal .vp-tool-options {
        flex-direction: column;
        align-items: center; } }
    @media only screen and (max-width: 768px) {
      .vp-modal .vp-tool-options {
        flex-direction: column;
        align-items: center; } }
    @media only screen and (max-width: 425px) {
      .vp-modal .vp-tool-options {
        flex-direction: column;
        align-items: center; } }
    .vp-modal .vp-tool-options .vp-tool-card {
      max-width: 350px;
      min-height: 250px;
      padding: 25px 30px;
      margin: 20px;
      border-radius: 25px;
      border: #CACACA 4px solid;
      transition: 0.7s;
      cursor: auto; }
      @media only screen and (max-width: 1440px) {
        .vp-modal .vp-tool-options .vp-tool-card {
          padding: 10px 20px; } }
      @media only screen and (max-width: 1024px) {
        .vp-modal .vp-tool-options .vp-tool-card {
          flex-direction: column;
          align-items: center; } }
      @media only screen and (max-width: 768px) {
        .vp-modal .vp-tool-options .vp-tool-card {
          flex-direction: column;
          align-items: center; } }
      @media only screen and (max-width: 425px) {
        .vp-modal .vp-tool-options .vp-tool-card {
          flex-direction: column;
          align-items: center; } }
      .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-title {
        font-size: 20px;
        font-family: "Fira Sans", sans-serif;
        color: #003c44;
        font-weight: bold;
        text-transform: capitalize; }
        @media only screen and (max-width: 1440px) {
          .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-title {
            font-size: 20px; } }
        @media only screen and (max-width: 1024px) {
          .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-title {
            font-size: 17px; } }
        @media only screen and (max-width: 768px) {
          .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-title {
            flex-direction: column;
            align-items: center; } }
        @media only screen and (max-width: 425px) {
          .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-title {
            flex-direction: column;
            align-items: center; } }
      .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-icon {
        background-color: #003c44;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 25px auto; }
        @media only screen and (max-width: 1440px) {
          .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-icon {
            width: 80px;
            height: 80px; } }
        @media only screen and (max-width: 1024px) {
          .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-icon {
            flex-direction: column;
            align-items: center; } }
        @media only screen and (max-width: 768px) {
          .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-icon {
            flex-direction: column;
            align-items: center; } }
        @media only screen and (max-width: 425px) {
          .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-icon {
            flex-direction: column;
            align-items: center; } }
        .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-icon i {
          font-size: 50px;
          margin-top: 20%;
          color: #ffffff; }
          @media only screen and (max-width: 1440px) {
            .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-icon i {
              font-size: 35px;
              margin-top: 25%; } }
          @media only screen and (max-width: 1024px) {
            .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-icon i {
              flex-direction: column;
              align-items: center; } }
          @media only screen and (max-width: 768px) {
            .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-icon i {
              flex-direction: column;
              align-items: center; } }
          @media only screen and (max-width: 425px) {
            .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-icon i {
              flex-direction: column;
              align-items: center; } }
      .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #7fd8b8;
        cursor: pointer;
        color: #ffffff;
        font-size: 11px;
        text-transform: uppercase;
        width: 180px;
        height: 50px;
        font-weight: bold;
        border: none;
        border-radius: 25px;
        transition: 0.7s;
        margin: 10px auto; }
        .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-button:hover {
          background-color: #FFCB12;
          transition: 0.7s; }
        .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-button .vp-button-text {
          margin-left: 22px; }
          @media only screen and (max-width: 425px) {
            .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-button .vp-button-text {
              margin-left: 20px;
              position: relative; } }
        .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-button .vp-button-icon {
          float: right;
          font-size: 25px;
          padding: 5px; }
        @media only screen and (max-width: 768px) {
          .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-button {
            width: 160px;
            height: 40px; } }
        @media only screen and (max-width: 425px) {
          .vp-modal .vp-tool-options .vp-tool-card .vp-tool-card-button {
            width: 160px;
            height: 40px; } }
      .vp-modal .vp-tool-options .vp-tool-card:hover {
        background-color: #003c44;
        color: #ffffff;
        border: #003c44 4px solid;
        transition: 0.7s; }
        .vp-modal .vp-tool-options .vp-tool-card:hover .vp-tool-card-title {
          color: #ffffff;
          transition: 0.7s; }
        .vp-modal .vp-tool-options .vp-tool-card:hover .vp-tool-card-icon {
          background-color: #ffffff;
          transition: 0.7s; }
          .vp-modal .vp-tool-options .vp-tool-card:hover .vp-tool-card-icon i {
            color: #003c44;
            transition: 0.7s; }

.vp-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 90px 25px;
  bottom: 0; }
  @media only screen and (max-width: 1440px) {
    .vp-footer {
      position: inherit; } }
  @media only screen and (max-width: 1024px) {
    .vp-footer {
      position: inherit; } }
  @media only screen and (max-width: 768px) {
    .vp-footer {
      position: inherit; } }
  @media only screen and (max-width: 425px) {
    .vp-footer {
      position: inherit; } }
  @media only screen and (max-width: 320px) {
    .vp-footer {
      position: inherit; } }
  .vp-footer .vp-line {
    width: 100%;
    border-top: 1px solid #CACACA;
    margin-right: 25px; }
  .vp-footer .vp-credit {
    font-size: 12px;
    padding-right: 15px;
    flex-shrink: 0; }

.vp-cvs-voucher {
  background-image: url("/wp-content/themes/survey/VoucherBuilder/images/vp-cvs-voucher-template.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1080px;
  height: 1440px;
  margin: 0 auto;
  -webkit-box-shadow: 10px 10px 51px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 51px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 51px 0px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 1440px) {
    .vp-cvs-voucher {
      width: 950px;
      height: 1229px; } }
  @media only screen and (max-width: 1024px) {
    .vp-cvs-voucher {
      width: 730px;
      height: 945px; } }
  @media only screen and (max-width: 768px) {
    .vp-cvs-voucher {
      width: 430px;
      height: 556px; } }
  @media only screen and (max-width: 425px) {
    .vp-cvs-voucher {
      width: 260px;
      height: 336px; } }
  @media only screen and (max-width: 320px) {
    .vp-cvs-voucher {
      width: 260px;
      height: 336px; } }
  .vp-cvs-voucher .vp-cvs-sponsorName {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    left: 76px;
    top: 223px;
    width: 30%; }
    @media only screen and (max-width: 1440px) {
      .vp-cvs-voucher .vp-cvs-sponsorName {
        font-size: 15px;
        top: 198px;
        left: 68px; } }
    @media only screen and (max-width: 1024px) {
      .vp-cvs-voucher .vp-cvs-sponsorName {
        font-size: 10px;
        top: 153px;
        left: 53px; } }
    @media only screen and (max-width: 768px) {
      .vp-cvs-voucher .vp-cvs-sponsorName {
        font-size: 6px;
        top: 89px;
        left: 31px; } }
    @media only screen and (max-width: 425px) {
      .vp-cvs-voucher .vp-cvs-sponsorName {
        font-size: 4px;
        top: 54px;
        left: 19px; } }
    @media only screen and (max-width: 320px) {
      .vp-cvs-voucher .vp-cvs-sponsorName {
        font-size: 4px;
        top: 53px;
        left: 18px; } }
    .vp-cvs-voucher .vp-cvs-sponsorName p {
      position: relative;
      font-weight: 300;
      top: -14px;
      font-size: 16px; }
      @media only screen and (max-width: 1440px) {
        .vp-cvs-voucher .vp-cvs-sponsorName p {
          font-size: 15px;
          top: -18px;
          left: 0px; } }
      @media only screen and (max-width: 1024px) {
        .vp-cvs-voucher .vp-cvs-sponsorName p {
          font-size: 10px;
          top: -10px;
          left: 0px; } }
      @media only screen and (max-width: 768px) {
        .vp-cvs-voucher .vp-cvs-sponsorName p {
          font-size: 6px;
          top: -7px;
          left: 0px; } }
      @media only screen and (max-width: 425px) {
        .vp-cvs-voucher .vp-cvs-sponsorName p {
          font-size: 4px;
          top: -4px;
          left: 0px; } }
      @media only screen and (max-width: 320px) {
        .vp-cvs-voucher .vp-cvs-sponsorName p {
          font-size: 4px;
          top: -4px;
          left: 0px; } }
  .vp-cvs-voucher .vp-cvs-sponsorId {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    left: 622px;
    top: 151px;
    width: 40%; }
    @media only screen and (max-width: 1440px) {
      .vp-cvs-voucher .vp-cvs-sponsorId {
        font-size: 15px;
        top: 130px;
        left: 570px; } }
    @media only screen and (max-width: 1024px) {
      .vp-cvs-voucher .vp-cvs-sponsorId {
        font-size: 10px;
        top: 106px;
        left: 420px; } }
    @media only screen and (max-width: 768px) {
      .vp-cvs-voucher .vp-cvs-sponsorId {
        font-size: 6px;
        top: 65px;
        left: 249px; } }
    @media only screen and (max-width: 425px) {
      .vp-cvs-voucher .vp-cvs-sponsorId {
        font-size: 4px;
        top: 36px;
        left: 150px; } }
    @media only screen and (max-width: 320px) {
      .vp-cvs-voucher .vp-cvs-sponsorId {
        font-size: 4px;
        top: 35px;
        left: 149px; } }
    .vp-cvs-voucher .vp-cvs-sponsorId p {
      position: relative;
      font-weight: 300;
      top: -14px;
      font-size: 16px; }
      @media only screen and (max-width: 1440px) {
        .vp-cvs-voucher .vp-cvs-sponsorId p {
          font-size: 15px;
          top: -18px;
          left: 0px; } }
      @media only screen and (max-width: 1024px) {
        .vp-cvs-voucher .vp-cvs-sponsorId p {
          font-size: 10px;
          top: -7px;
          left: 0px; } }
      @media only screen and (max-width: 768px) {
        .vp-cvs-voucher .vp-cvs-sponsorId p {
          font-size: 4px;
          top: -4px;
          left: 0px; } }
      @media only screen and (max-width: 425px) {
        .vp-cvs-voucher .vp-cvs-sponsorId p {
          font-size: 4px;
          top: -4px;
          left: 0px; } }
      @media only screen and (max-width: 320px) {
        .vp-cvs-voucher .vp-cvs-sponsorId p {
          font-size: 4px;
          top: -4px;
          left: 0px; } }
  .vp-cvs-voucher .vp-cvs-memberName {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    left: 233px;
    top: 167px;
    width: 35%; }
    @media only screen and (max-width: 1440px) {
      .vp-cvs-voucher .vp-cvs-memberName {
        font-size: 5px;
        left: 205px;
        top: 133px; } }
    @media only screen and (max-width: 1024px) {
      .vp-cvs-voucher .vp-cvs-memberName {
        font-size: 10px;
        left: 168px;
        top: 137px; } }
    @media only screen and (max-width: 768px) {
      .vp-cvs-voucher .vp-cvs-memberName {
        font-size: 4px;
        left: 94px;
        top: 84px; } }
    @media only screen and (max-width: 425px) {
      .vp-cvs-voucher .vp-cvs-memberName {
        font-size: 5px;
        left: 57px;
        top: 38px; } }
    @media only screen and (max-width: 320px) {
      .vp-cvs-voucher .vp-cvs-memberName {
        font-size: 5px;
        left: 57px;
        top: 38px; } }
    .vp-cvs-voucher .vp-cvs-memberName p {
      position: relative;
      font-weight: bold;
      top: 2px;
      left: 0px; }
      @media only screen and (max-width: 1440px) {
        .vp-cvs-voucher .vp-cvs-memberName p {
          font-size: 17px;
          top: -1px;
          left: 0px; } }
      @media only screen and (max-width: 1024px) {
        .vp-cvs-voucher .vp-cvs-memberName p {
          font-size: 12px;
          top: -10px;
          left: -9px; } }
      @media only screen and (max-width: 768px) {
        .vp-cvs-voucher .vp-cvs-memberName p {
          font-size: 7px;
          top: -4px;
          left: 0px; } }
      @media only screen and (max-width: 425px) {
        .vp-cvs-voucher .vp-cvs-memberName p {
          font-size: 5px;
          top: -1px;
          left: 0px; } }
      @media only screen and (max-width: 320px) {
        .vp-cvs-voucher .vp-cvs-memberName p {
          font-size: 5px;
          top: -1px;
          left: 0px; } }
  .vp-cvs-voucher .vp-cvs-memberId {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    left: 786px;
    top: 78px;
    width: 20%; }
    @media only screen and (max-width: 1440px) {
      .vp-cvs-voucher .vp-cvs-memberId {
        font-size: 15px;
        left: 671px;
        top: 62px; } }
    @media only screen and (max-width: 1024px) {
      .vp-cvs-voucher .vp-cvs-memberId {
        font-size: 10px;
        left: 528px;
        top: 62px; } }
    @media only screen and (max-width: 768px) {
      .vp-cvs-voucher .vp-cvs-memberId {
        font-size: 6px;
        left: 313px;
        top: 44px; } }
    @media only screen and (max-width: 425px) {
      .vp-cvs-voucher .vp-cvs-memberId {
        font-size: 4px;
        left: 190px;
        top: 18px; } }
    @media only screen and (max-width: 320px) {
      .vp-cvs-voucher .vp-cvs-memberId {
        font-size: 5px;
        left: 189px;
        top: 16px; } }
    .vp-cvs-voucher .vp-cvs-memberId p {
      position: relative;
      font-weight: 300;
      top: -14px;
      font-size: 16px; }
      @media only screen and (max-width: 1440px) {
        .vp-cvs-voucher .vp-cvs-memberId p {
          font-size: 15px;
          top: -18px;
          left: 0px; } }
      @media only screen and (max-width: 1024px) {
        .vp-cvs-voucher .vp-cvs-memberId p {
          font-size: 10px;
          top: -7px;
          left: 0px; } }
      @media only screen and (max-width: 768px) {
        .vp-cvs-voucher .vp-cvs-memberId p {
          font-size: 6px;
          top: -7px;
          left: 0px; } }
      @media only screen and (max-width: 425px) {
        .vp-cvs-voucher .vp-cvs-memberId p {
          font-size: 4px;
          top: -4px;
          left: 0px; } }
      @media only screen and (max-width: 320px) {
        .vp-cvs-voucher .vp-cvs-memberId p {
          font-size: 4px;
          top: -4px;
          left: 0px; } }
  .vp-cvs-voucher .vp-cvs-memberDateOfBirth {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    left: 728px;
    top: 145px;
    width: 25%; }
    @media only screen and (max-width: 1440px) {
      .vp-cvs-voucher .vp-cvs-memberDateOfBirth {
        font-size: 5px;
        left: 637px;
        top: 96px; } }
    @media only screen and (max-width: 1024px) {
      .vp-cvs-voucher .vp-cvs-memberDateOfBirth {
        font-size: 5px;
        left: 175px;
        top: 27px; } }
    @media only screen and (max-width: 768px) {
      .vp-cvs-voucher .vp-cvs-memberDateOfBirth {
        font-size: 4px;
        left: 290px;
        top: 67px; } }
    @media only screen and (max-width: 425px) {
      .vp-cvs-voucher .vp-cvs-memberDateOfBirth {
        font-size: 5px;
        left: 176px;
        top: 27px; } }
    @media only screen and (max-width: 320px) {
      .vp-cvs-voucher .vp-cvs-memberDateOfBirth {
        font-size: 5px;
        left: 175px;
        top: 27px; } }
    .vp-cvs-voucher .vp-cvs-memberDateOfBirth p {
      position: relative;
      font-size: 18px;
      top: -9px;
      left: 0px; }
      @media only screen and (max-width: 1440px) {
        .vp-cvs-voucher .vp-cvs-memberDateOfBirth p {
          font-size: 17px;
          top: -1px;
          left: 0px; } }
      @media only screen and (max-width: 1024px) {
        .vp-cvs-voucher .vp-cvs-memberDateOfBirth p {
          font-size: 12px;
          top: 73px;
          left: 316px; } }
      @media only screen and (max-width: 768px) {
        .vp-cvs-voucher .vp-cvs-memberDateOfBirth p {
          font-size: 7px;
          top: -3px;
          left: 0px; } }
      @media only screen and (max-width: 425px) {
        .vp-cvs-voucher .vp-cvs-memberDateOfBirth p {
          font-size: 5px;
          top: -1px;
          left: 0px; } }
      @media only screen and (max-width: 320px) {
        .vp-cvs-voucher .vp-cvs-memberDateOfBirth p {
          font-size: 5px;
          top: -1px;
          left: 0px; } }
  .vp-cvs-voucher .vp-cvs-expDate {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    left: 900px;
    top: 326px;
    width: 25%; }
    @media only screen and (max-width: 1440px) {
      .vp-cvs-voucher .vp-cvs-expDate {
        font-size: 5px;
        left: 719px;
        top: 188px; } }
    @media only screen and (max-width: 1024px) {
      .vp-cvs-voucher .vp-cvs-expDate {
        font-size: 5px;
        left: 552px;
        top: 172px; } }
    @media only screen and (max-width: 768px) {
      .vp-cvs-voucher .vp-cvs-expDate {
        font-size: 5px;
        left: 323px;
        top: 107px; } }
    @media only screen and (max-width: 425px) {
      .vp-cvs-voucher .vp-cvs-expDate {
        font-size: 5px;
        left: 197px;
        top: 51px; } }
    @media only screen and (max-width: 320px) {
      .vp-cvs-voucher .vp-cvs-expDate {
        font-size: 5px;
        left: 197px;
        top: 51px; } }
    .vp-cvs-voucher .vp-cvs-expDate p {
      position: relative;
      font-size: 18px;
      top: 32px;
      left: 90px; }
      @media only screen and (max-width: 1440px) {
        .vp-cvs-voucher .vp-cvs-expDate p {
          font-size: 17px;
          top: -1px;
          left: 0px; } }
      @media only screen and (max-width: 1024px) {
        .vp-cvs-voucher .vp-cvs-expDate p {
          font-size: 12px;
          top: -1px;
          left: 0px; } }
      @media only screen and (max-width: 768px) {
        .vp-cvs-voucher .vp-cvs-expDate p {
          font-size: 7px;
          top: -1px;
          left: 2px; } }
      @media only screen and (max-width: 425px) {
        .vp-cvs-voucher .vp-cvs-expDate p {
          font-size: 5px;
          top: -1px;
          left: 0px; } }
      @media only screen and (max-width: 320px) {
        .vp-cvs-voucher .vp-cvs-expDate p {
          font-size: 5px;
          top: -1px;
          left: 0px; } }
  .vp-cvs-voucher .vp-cvs-smallSponsorId {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    left: 960px;
    top: 950px;
    width: 15%; }
    @media only screen and (max-width: 1440px) {
      .vp-cvs-voucher .vp-cvs-smallSponsorId {
        font-size: 5px;
        left: 810px;
        top: 810px; } }
    @media only screen and (max-width: 1024px) {
      .vp-cvs-voucher .vp-cvs-smallSponsorId {
        font-size: 5px;
        left: 625px;
        top: 652px; } }
    @media only screen and (max-width: 768px) {
      .vp-cvs-voucher .vp-cvs-smallSponsorId {
        font-size: 5px;
        left: 368px;
        top: 393px; } }
    @media only screen and (max-width: 425px) {
      .vp-cvs-voucher .vp-cvs-smallSponsorId {
        font-size: 5px;
        left: 222px;
        top: 220px; } }
    @media only screen and (max-width: 320px) {
      .vp-cvs-voucher .vp-cvs-smallSponsorId {
        font-size: 5px;
        left: 222px;
        top: 220px; } }
    .vp-cvs-voucher .vp-cvs-smallSponsorId p {
      position: relative;
      font-size: 18px;
      top: -32px;
      left: 5px; }
      @media only screen and (max-width: 1440px) {
        .vp-cvs-voucher .vp-cvs-smallSponsorId p {
          font-size: 17px;
          top: -1px;
          left: 0px; } }
      @media only screen and (max-width: 1024px) {
        .vp-cvs-voucher .vp-cvs-smallSponsorId p {
          font-size: 12px;
          top: -1px;
          left: 0px; } }
      @media only screen and (max-width: 768px) {
        .vp-cvs-voucher .vp-cvs-smallSponsorId p {
          font-size: 7px;
          top: -5px;
          left: 1px; } }
      @media only screen and (max-width: 425px) {
        .vp-cvs-voucher .vp-cvs-smallSponsorId p {
          font-size: 5px;
          top: -1px;
          left: 0px; } }
      @media only screen and (max-width: 320px) {
        .vp-cvs-voucher .vp-cvs-smallSponsorId p {
          font-size: 5px;
          top: -1px;
          left: 0px; } }

.vp-edit-voucher {
  background-image: url("/wp-content/themes/survey/VoucherBuilder/images/vp-cvs-voucher-template.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 725px;
  height: 940px;
  margin: 0 auto;
  -webkit-box-shadow: 10px 10px 51px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 51px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 51px 0px rgba(0, 0, 0, 0.3); }
  .vp-edit-voucher .vp-cvs-sponsorName {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    left: 50px;
    top: 150px; }
    .vp-edit-voucher .vp-cvs-sponsorName p {
      position: relative;
      font-weight: 300;
      top: -12px;
      font-size: 12px; }
  .vp-edit-voucher .vp-cvs-sponsorId {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    left: 420px;
    top: 97px; }
    .vp-edit-voucher .vp-cvs-sponsorId p {
      position: relative;
      font-weight: 300;
      top: -12px;
      font-size: 12px; }
  .vp-edit-voucher .vp-cvs-expDate {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    left: 243px;
    top: 355px; }
  .vp-edit-voucher .vp-cvs-smallSponsorId {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    left: 645px;
    top: 716px; }
  .vp-edit-voucher input[type="date"] {
    position: relative;
    width: 100px;
    font-family: "Fira Sans", sans-serif;
    font-size: 10px;
    font-weight: bold;
    border: 2px solid #003c44;
    border-radius: 2.25rem;
    padding: 5px;
    color: #003c44;
    left: 600px;
    top: 260px; }

.vp-delete-modal {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 20px;
  border-radius: 25px;
  border: 2px solid #003c44; }
  .vp-delete-modal h2 {
    color: #003c44;
    margin-left: 50px; }
  .vp-delete-modal .vp-delete-modal-close {
    position: relative;
    float: right;
    right: 20px;
    top: 20px; }
  @media only screen and (max-width: 1440px) {
    .vp-delete-modal .vp-input {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .vp-delete-modal .vp-input {
      width: 100%; } }
  @media only screen and (max-width: 425px) {
    .vp-delete-modal .vp-input {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 320px) {
    .vp-delete-modal .vp-input {
      padding: 10px; } }
  .vp-delete-modal .vp-input .vp-input-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px; }
    @media only screen and (max-width: 425px) {
      .vp-delete-modal .vp-input .vp-input-button-container {
        display: inline; } }
    .vp-delete-modal .vp-input .vp-input-button-container .vp-submit-button {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #003c44;
      cursor: pointer;
      color: #ffffff;
      font-size: 11px;
      text-transform: uppercase;
      width: 100px;
      height: 50px;
      font-weight: bold;
      border: none;
      border-radius: 25px;
      transition: 0.7s;
      margin-left: 10px; }
      .vp-delete-modal .vp-input .vp-input-button-container .vp-submit-button:hover {
        background-color: #7fd8b8;
        transition: 0.7s; }
      .vp-delete-modal .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
        margin-left: 22px; }
        @media only screen and (max-width: 425px) {
          .vp-delete-modal .vp-input .vp-input-button-container .vp-submit-button .vp-button-text {
            margin-left: 20px;
            position: relative; } }
      .vp-delete-modal .vp-input .vp-input-button-container .vp-submit-button .vp-button-icon {
        float: right;
        font-size: 20px;
        padding: 5px; }

.vp-txt-bold {
  font-weight: bold; }

.vp-text-center {
  text-align: center; }

.vp-text-purple {
  color: #003c44; }

.vp-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }
  .vp-tooltip .vp-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: initial;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: 0.5s; }
  .vp-tooltip:hover .vp-tooltiptext {
    visibility: visible;
    opacity: 1;
    transition: 0.5s; }

.vp-required {
  color: #CF2E22; }

.vp-grid-2x {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 25px;
  justify-content: space-around; }
  @media only screen and (max-width: 1440px) {
    .vp-grid-2x {
      flex-direction: row;
      align-items: center; } }
  @media only screen and (max-width: 768px) {
    .vp-grid-2x {
      flex-direction: column;
      align-items: center; } }
  @media only screen and (max-width: 425px) {
    .vp-grid-2x {
      flex-direction: column;
      align-items: center; } }

.vp-successful {
  background-color: #0CA612;
  border-radius: 25px;
  width: 100%;
  padding: 50px; }
  .vp-successful .vp-successful-icon {
    font-size: 100px;
    text-align: center;
    color: #ffffff; }
  .vp-successful .vp-successful-text {
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    padding-top: 40px; }

.vp-error {
  background-color: #CF2E22;
  border-radius: 25px;
  width: 100%;
  padding: 50px; }
  .vp-error .vp-error-icon {
    font-size: 100px;
    text-align: center;
    color: #ffffff; }
  .vp-error .vp-error-text {
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    padding-top: 40px; }

.vp-toggle {
  height: 32px;
  width: 52px;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 2px solid #474755;
  background: #7fd8b8;
  transition: all .2s ease; }
  .vp-toggle:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35); }
  .vp-toggle:checked {
    border-color: #654FEC;
    background: #003c44; }
    .vp-toggle:checked:after {
      transform: translatex(20px); }

.vp-hidden {
  display: none; }

hr {
  margin: 25px 50px 25px 50px;
  color: #e8e9e9; }

.genesis-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 45px;
  background-color: #ffffff;
  border-bottom: 1px solid #d2d2d2; }
  @media only screen and (max-width: 1440px) {
    .genesis-header {
      flex-direction: column; } }
  @media only screen and (max-width: 1024px) {
    .genesis-header {
      flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .genesis-header {
      flex-direction: column; } }
  @media only screen and (max-width: 425px) {
    .genesis-header {
      flex-direction: column; } }
  @media only screen and (max-width: 320px) {
    .genesis-header {
      align-items: center; } }
  .genesis-header .genesis-logoHeader {
    width: 200px; }
  .genesis-header .genesis-title h1 {
    font-family: "Fira Sans", sans-serif;
    color: #003c44;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap; }
    @media only screen and (max-width: 320px) {
      .genesis-header .genesis-title h1 {
        text-align: center;
        padding-top: 0px;
        font-size: 24px; } }
    @media only screen and (max-width: 320px) {
      .genesis-header .genesis-title h1 {
        text-align: center;
        padding-top: 0px;
        font-size: 20px; } }
  .genesis-header .genesis-userinfo {
    font-weight: 300;
    font-size: 18px;
    color: #003c44; }
    .genesis-header .genesis-userinfo i {
      font-size: 22px; }

.genesis-container {
  font-family: "Fira Sans", sans-serif;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(222, 222, 222, 0.5); }
  .genesis-container .genesis-top-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px 0 rgba(222, 222, 222, 0.5);
    padding: 20px 45px; }
    @media only screen and (max-width: 768px) {
      .genesis-container .genesis-top-nav {
        flex-direction: column; } }
    .genesis-container .genesis-top-nav .genesis-top-nav-welcome-message {
      font-family: "Open Sans", sans-serif;
      display: flex;
      flex-direction: column;
      color: #2c3e48;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 1px; }
      @media only screen and (max-width: 768px) {
        .genesis-container .genesis-top-nav .genesis-top-nav-welcome-message {
          text-align: center;
          align-items: center; } }
      .genesis-container .genesis-top-nav .genesis-top-nav-welcome-message .genesis-top-nav-instruction {
        font-family: "Open Sans", sans-serif;
        color: #2c3e48;
        font-size: 15px;
        letter-spacing: -0.2px;
        font-weight: 400;
        line-height: 20px; }
    .genesis-container .genesis-top-nav .genesis-top-nav-action {
      display: flex;
      flex-direction: row;
      gap: 20px;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .genesis-container .genesis-top-nav .genesis-top-nav-action {
          flex-direction: column;
          gap: 5px; } }
  .genesis-container .body-content {
    display: flex;
    justify-content: center;
    padding: 60px 0px; }
    @media only screen and (max-width: 768px) {
      .genesis-container .body-content {
        padding: 0px;
        flex-direction: column;
        overflow-x: auto; } }

@media only screen and (max-width: 425px) {
  canvas {
    width: 425px; } }
@media only screen and (max-width: 320px) {
  canvas {
    width: 320px;
    margin-left: 35px; } }

@media only screen and (max-width: 425px) {
  .pcp-forms-body .popup #holder {
    width: 425px; } }
@media only screen and (max-width: 320px) {
  .pcp-forms-body .popup #holder {
    width: 425px;
    height: 100vh; } }

@media only screen and (max-width: 425px) {
  .pcp-forms-body .popup .content .content-header {
    margin-left: 25px; } }
@media only screen and (max-width: 320px) {
  .pcp-forms-body .popup .content .content-header {
    margin-left: 25px; } }
@media only screen and (max-width: 425px) {
  .pcp-forms-body .popup .content .content-header .content-text {
    width: 320px;
    margin: 0 auto; } }
@media only screen and (max-width: 320px) {
  .pcp-forms-body .popup .content .content-header .content-text {
    width: 320px;
    margin: 0 auto; } }
@media only screen and (max-width: 425px) {
  .pcp-forms-body .popup .content .content-header .content-text p {
    font-size: 10px; } }
@media only screen and (max-width: 320px) {
  .pcp-forms-body .popup .content .content-header .content-text p {
    font-size: 10px; } }

@media only screen and (max-width: 425px) {
  .button {
    padding: 5px 25px;
    font-size: 10px; } }
@media only screen and (max-width: 320px) {
  .button {
    padding: 5px 25px;
    font-size: 10px; } }

@media only screen and (max-width: 425px) {
  .pcp-forms-body .upload-progress-tracker {
    left: 15%;
    width: 70%; } }
@media only screen and (max-width: 320px) {
  .pcp-forms-body .upload-progress-tracker {
    left: 15%;
    width: 70%; } }
@media only screen and (max-width: 425px) {
  .pcp-forms-body .upload-progress-tracker #file-name {
    font-size: 10px; } }
@media only screen and (max-width: 320px) {
  .pcp-forms-body .upload-progress-tracker #file-name {
    font-size: 10px; } }

/*# sourceMappingURL=vpSurvey_v2.css.map */
