/*CORRECAO FORMS*/
.custon-container-input {
        width: 100%;
        background: #fff;
        height: 40px;
    } 

    .custon-container-input-cartao {
        width: 100%;
        background: #fff;
        height: 38px;
    } 
    
    .ajust-container-input {
      margin-bottom: 18px;
    }
    
    .modal2 {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
      border: 0;
      overflow-y: hidden;
    }

    .modal-content2 {
      background-color: #F5F5F5;
      margin: 35% auto;
      width: 87%;
      box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.20);
      padding: 0;
      border: 0;
      border-radius: 30px;
      overflow: hidden;
      box-sizing: border-box;
      filter: blur(0);
    }

    .modal-header2 {
      /* background: linear-gradient(90deg, #2D4A59 0%, #007A84 100%); */
      background-color: #936df8;
      height: 40px;
      width: 100%;
      position: relative;

      display: flex;
      align-items: center;
    }

    .close2 {
      border: 0;
      background: transparent;

      position: absolute;
      right: 20px;
    }

    .close2:hover,
    .close2:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    .modal-body2 {
      display: flex;
      flex-direction: column;
      align-items: center;

      padding-top: 14px;
    }

    .modal-body2 p {
      margin: 0;
      color: #39BC02;
      font-size: 18px;
      font-weight: 700;
      margin-top: 10px;
    }

    .modal-body2 span {
      text-align: center;
      margin-bottom: 20px;
    }

    .modal-body2 a {
      text-decoration: none;
      background: #f76d1d;
      border: 0;
      outline: 0;
      width: 254px;
      height: 38px;
      color: #fff;
      margin-bottom: 32px;
      text-align: center;
      align-content: center;
    }

    @media (min-width: 768px) {
      .modal-content2 {
        margin: 9% auto;
        width: 70%;

      }
    }

    @media (min-width: 1200px) {
      .modal-content2 {
        margin: 9% auto;
        width: 40%;

      }
    }


    .content-dynamic-input {
      display: flex;
      flex-direction: row;
      align-items: center
    }

    .input-dynamic-input {
      flex: 1;
      border: none;
      outline: 0
    }

    .text-error-dynamic-input {
      margin: 0;
      padding: 0
    }

    .invisible {
      display: none
    }

    .noVisibled {
      opacity: 0
    }

    .icon-error-dynamic-input {
      min-width: 22px;
      min-height: 22px
    }

    .spiner-dynamic-input {
      border: 4px solid rgba(0, 0, 0, .1);
      border-left-color: #27a6b3;
      height: 22px;
      width: 22px;
      border-radius: 50%;
      animation: 1s linear infinite spin
    }

    .disabled-input-dynamic-input {
      pointer-events: none;
      opacity: .4
    }

    @keyframes spin {
      to {
        transform: rotate(360deg)
      }
    }


    .container-select-dynamic-select {
      width: 100%
    }

    .display-dynamic-select {
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative;
      border: 1px solid
    }

    .select-dynamic-select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: 0 0;
      width: 100%;
      /* color: <?php echo $props['colorPlaceholder'] ?> */
    }

    .icons-dynamic-select {
      display: flex;
      flex-direction: row;
      align-items: center;
      position: absolute;
      right: 0;
      margin-right: 7px;
      background: #fff;
      height: 90%;
      border-radius: 0 20px 20px 0
    }

    .noVisibled {
      opacity: 0
    }

    .text-error-dynamic-input {
      margin: 0;
      padding: 0
    }

    .icon-face-dynamic-select {
      display: flex;
      align-items: center;
      justify-content: center
    }

    .icon-arraw-dinamic-select {
      margin-right: 5px
    }


    .container-dynamic-termos {
      display: flex;
      flex-direction: column
    }

    .content-dynamic-termos {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%
    }

    .container-text-error-ckeckbox-dynamic-checkbox {
      display: flex;
      gap: 5px
    }

    .custon-input-checked {
      flex: none
    }

    .icon-face-dynamic-select {
      display: flex;
      align-items: center;
      justify-content: center
    }


    .container-dynamic-button {
      display: flex;
      flex-direction: column;
      width: 100%
    }

    .content-dynamic-button {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between
    }

    .button-dynamic-button {
      background: 0 0;
      cursor: pointer
    }

    .button-dynamic-button:hover {
      background-color: rgb(57, 188, 2) !important;
      color: rgb(255, 255, 255) !important;
      border: 0px !important;
    }