.outerwrapper{
   padding-left:  15%;
   font-size: 90%;
}

.innerwrapper{
    padding: 30px;
    background-color: white;
    width: 70%;
    border-radius: 0.25em;
}

.poveri{
    display: flex;
    gap: 10px;
}

.poverisub{
    background-color: #EFF0FF;
    border-radius: 1em;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    width: 50%;
    margin-bottom: 20px;
}

.paymentmethod{
    
    border-radius: 0.5em;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    
    margin-bottom: 20px;
}

.creditcard {
    background-color: #EFF0FF;
}

.sepa {
    background-color: #fbf2d6;
}

.current {
    background-color: #ffe4fa;
}

.paymentinner{
    display: flex;
    margin-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 30px;
    flex-direction: column;
    
}

.neflp{
  /*  background-color: white;
    border: 2px solid #dfdfdf;
    box-shadow: 0 0.5px 2px rgba(0, 0, 0, 0.09); */
    border-radius: 1em;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 30px;    
   
}

.forminput{
    
    border-bottom: 1px solid #dfdfdf;
    width: 300px;
    
}

.forminput_email{
    
    min-width: 50%;   
    background-color: #efefef;
    border: 1px solid rgb(117, 117, 117);
    border-radius: 0.25em;
    padding-left: 10px;
    
}

.forminput_payment{
    
    min-width: 50%;   
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #efefef;
    border: 1px solid rgb(205 204 204);
    border-radius: 0.25em;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font:inherit;
    margin-bottom: 10px;
    
}

.forminput_container {
    display: flex;
    column-gap: 20px;
}

.forminput_group {
    display: flex;
    flex-direction: column;
}

.button-container-right {
    overflow:hidden;
  }

input:focus,
input:active {
  outline: none; /* Remove default focus outline */
  /* Add the desired border style */
 
}

.flex-container_form {
    display: flex;
    gap: 40px;
    margin-bottom: 10px;
}
  
  .flex-item_form {
    margin-bottom: 20px;
  }

  .labels, .values {
    display: flex;
    flex-direction: column;
    
   
}

.labels p, .values p {
    margin-bottom: 20px;
}

.badge{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    border-radius: 100px;
}

.bcredit{
    background-color: #9eed94;
    color: #065206;
    width: fit-content;  
    padding-bottom: 0px;
    
    
}

.bsepa{
    background-color: #bf9c2f;
    color: white;
    display: inline;
    font-weight: 500;
    font-size: 120%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    
}

.badge-green{
    background-color: #9eed94;
    color: #065206;
}

.badge-red{
    background-color: #ed9595;
    color: #700a0a;
}



.spacerdelete{
    margin-top: 80px;
    align-content:end;    
}

.spacerworker{
    padding: 10px;
}


.makegrey{
    color: #818080;
}

.align-right {
    display: flex;
    justify-content: flex-end;
}

#card-element {
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}