#error {
  z-index: 50;
  margin-top: 10px;
  max-width: calc(100% - 2rem - 4px);
	color: #640000;
	width: max-content;
	padding: 1rem;
	background: #ff393963;
	border-radius: 10px;
	border: 2px solid #640000;
  position: absolute;
  left: 0; 
  right: 0; 
  margin-inline: auto; 
}

#success {
	z-index: 50;
  margin-top: 1rem;
  max-width: calc(100% - 2rem);
	color: #0d5000;
	width: max-content;
	padding: 1rem;
	background: #77e97740;
	border-radius: 10px;
	border: 2px solid #0d5000;
  position: absolute;
  left: 0; 
  right: 0; 
  margin-inline: auto; 
}

#mdp {
    margin: 1rem auto;
    width: 20%;
    padding: 30px;
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 5px 10px;
    margin-top: 3cm;
    min-width: 230px;
    margin-bottom: 5cm;
}

h2{
    max-width: max-content;
    margin-bottom: 1cm;
}

#help {
margin-top: 30px;
}

#code1 {
    margin-top: 25px;
    font-weight: 600;
}

#code {
    margin-top: 3px;
    border-radius: 10px;
    height: 30px;
}

.payment-method {
    /* Variables */
    --button_radius: 0.75em;
    --button_color: #e8e8e8;
    --button_outline_color: #000000;
    font-size: 17px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: var(--button_radius);
    background: var(--button_outline_color);

  }
  
  .button_top {
    display: block;
    box-sizing: border-box;
    border: 2px solid var(--button_outline_color);
    border-radius: var(--button_radius);
    padding: 0.25em 0.60em;
    background: var(--button_color);
    color: var(--button_outline_color);
    transform: translateY(-0.2em);
    transition: transform 0.1s ease;
  }
  
  .payment-method:hover .button_top {
    /* Pull the button upwards when hovered */
    transform: translateY(-0.33em);
  }
  
  .payment-method:active .button_top {
    /* Push the button downwards when pressed */
    transform: translateY(0);
  }

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

  #mail {
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    height: 30px;
  }
  