.form-container {
    background-color: #fff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    /* width: 600px; */
    /* padding: 20px; */
    display: flex;
    flex-direction: column;
}

.iti__dropdown-content{
    background-color: #000 !important;
}
.step {
    display: none;
}

.step.active {
    display: block;
}

.step .label-custom{
    text-align: left !important;
    color: #fff !important;
}

.two-columns {
    display: flex;
    justify-content: space-between;
}

.column {
    width: 48%;
}

.btn-action{
    margin: 8px !important;
}

/* Style de l'image sur la première page */
.circle-image {
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://via.placeholder.com/120'); /* Remplace par l'URL de ton image */
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.vote-input {
    font-size: 16px;
    /*padding: 8px;
     margin-bottom: 8px; */
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.vote-total {
    /* margin-top: 10px; */
    font-size: 16px;
    font-weight: bold;
    text-align: right;

}

.payment-methods {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media (max-width: 768px) {
    .payment-methods {
        grid-template-columns: repeat(2, 1fr); 
    }
    .two-columns {
        display: inline-block;
        text-align: center !important;
    }
    .column {
        width: 100%;
    }
}

.modal-content{
  /* border-radius: 0px !important; */
}
.payment-method {
    padding: 0 !important; 
    width: 80% !important;
    text-align: center;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #000 !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    margin: 15px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important; 
    align-items: center !important;
    height: 80% !important;
}

.h6-custom {
  width: 100%;
  padding: 5px;
  margin: 0;
  /* background-color: #28b7f9; */
  color: black;
  border-style: none;
  display: none;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.payment-method.selected {
    border-style: solid !important;
    border-color: #0095E6 !important;
    border-width: 4px !important;
    /*box-shadow: 0 0 3px rgba(0, 123, 255, 1);*/
}

.payment-method img {
    max-width: 80% !important;
    max-height: 60px !important; 
    border-radius: 8px !important;
    padding-bottom: 0px !important;
    background-color: #007bff !important;
}

.button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.button-container button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

.h2-custom{
  font-size: 14px !important;
  text-align: center;
}

.h2-custom-1{
  font-size: 17px;
}

.button-container .disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.form-tel{
  margin-top: 20px !important;
  margin-bottom: 50px !important;
}

.button-container .active {
    background-color: #28b7f9;
    color: white;
}

.button-container .back {
    background-color: #6c757d;
    color: white;
}
.button-container button{
  width: 100%;
}

.back{
  /*margin-right: 2% !important;*/
}
#submit-button{
  /*margin-left: 2% !important;*/
}

.input-tel-custom{
  width: 100%;
  padding: 5px;
  margin-bottom: 50px;
}

.label-custom{
  font-size: 16px;
}

.required-phone{
  color: red;
  font-size: 18px;
}

.label-phone{
  margin-bottom: 8px;
}

h2{
    font-size: 19px !important;
}
.label-amount{
  display: none;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.titleAlign{
    text-align: left !important;
}
#choiceMethod {
    animation: blink 1s linear infinite; 
    text-align: center;
    margin-top: 15px;
    font-weight: bolder;
    border-width: 0.5px;
    font-size: 15px;
}

.modal-content,
.two-columns,
.button-container,
.step{
background-color: #000 ;
}
#phone, #number{
background-color: transparent;
color: #fff !important;
}
.h2-custom-1{
color: #fff;
}
.modal-title{
color: #fff ; }

#vote-modal-start{
background-color: #D38C0E !important;
}
#next-button{
background-color: #D38C0E !important;
}

#modalVote{
color: #fff;
}
#number{
background-color: transparent;
}
.label-custom{
padding-bottom: 10px;
}
.text_motivview{
text-align: justify;
}

.iti__selected-country{
border-color: transparent !important;
}

.btn-close{
border-color: #D38C0E;}

#formVotingC{
    background-color: transparent !important;
    color: #e3e2e2 !important;
    }