.wrapperQuickLink {
    font-family: "Times New Roman", Times, serif;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 5px 5px;
    padding: 0 39px;
    margin-top: 5px;
    width: 100%;
        font-family: Roboto;
   }
  
  .wrapperQuickLink .payClick {
    max-width: 100%;
    padding: 0;
    
    height: 28px;
   
   
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-shadow: #454545 0 0 2px;
    
    margin-top: 5px;
  }
  
  .wrapperQuickLink .payClick:hover {
    
   
  }
  
  .wrapperQuickLink .input {
    padding: 3px 10px 4px 10px;
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c;
    text-align: left;
    width: calc(100% - 22px);
    border: none;
  }

  .input {
    margin-bottom: 20px;
    
    
    
}
  
  .wrapperQuickLink .payClick:hover,
  .wrapperQuickLink .payClick:checked,
  .wrapperQuickLink .payClick:active {
    outline: none;
  }
  
  .wrapperQuickLink .input::-webkit-outer-spin-button,
  .wrapperQuickLink .input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .wrapperQuickLink .input {
    -moz-appearance: textfield;
    width: 100%;
    border-bottom: 1px solid black;
    border-color: #CCCCCC;
   margin-bottom: 15px;
     
  }

.input:placeholder {
color: #CCCCCC;
}


  
  .wrapperQuickLink .input:hover,
  .wrapperQuickLink .input:focus {
    -moz-appearance: textfield;
  }
  
  .wrapperQuickLink .input::-webkit-inner-spin-button,
  .wrapperQuickLink .input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .wrapperQuickLink .clickButtonImg {
    margin-left: 5px;
  }
  
  .input::placeholder {
    color: #444444;
    opacity: 1;
  }
  
  .wrapperQuickLink .radioWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .wrapperQuickLink .labelPrivat {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #1c1c1c;
    cursor: pointer;
    padding: 0 5px 5px 0;
  }
  
  .wrapperQuickLink .radioPrivat {
    display: block;
    cursor: pointer;
    margin-right: 5px;
  }

    .payClick {
    background: linear-gradient(45deg, #96D89F, #45A247);
}
   #quickLink {
   width: 100%;
}
     #quickLink > form > div > input::placeholder {
     color: #9C9C9C;
}



