@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #654df805;
  max-width: 1920px;
  margin: auto;
}

.container {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: transparent;
  height: -webkit-fill-available;
}

.progress-bar {
  display: flex;
  width: -webkit-fill-available;
  gap: 25px;
  justify-content: center;
  overflow-x: auto;
  background: white;
  padding: 25px 100px;
  border-bottom: 2px solid rgb(0 0 0 / 6%);
}

.progress-step {
  text-align: center;
  height: 50px;
  color: #666;
  position: relative;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.progress-step.active span{

background: #654df8;

color: white;

border: 3px solid #654df8;
}

.progress-step span{

width: 50px;

height: 50px;

display: flex;

justify-content: center;

align-items: center;

border: 3px solid #e3e3e3;

border-radius: 50px;
}

.progress-step .pr-bar {
  min-width: 157px;
  height: 3px;
  background: #e3e3e3;
}

.progress-step.active .pr-bar{
  background: #654df8;
}

/* .step {
  display: none;
  margin: 0px 300px;
}

.step.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.step .flex-left{

flex: 1;

border-radius: 10px;

width: 100%;

border: 2px solid #0000000d;

padding: 25px;

min-height: 556px;

display: flex;

flex-direction: column;

justify-content: space-between;

min-width: 300px;
}

.step .step-flex-content{

display: flex;

align-items: flex-start;

gap: 40px;

width: 100%;

flex-wrap: wrap;
}

.step .payment-info{

max-width: 350px;

height: 100vh;

border: 2px solid #e1e1e154;

border-radius: 10px;

display: flex;

flex-direction: column;

max-height: 556px;

align-items: center;

padding: 25px;
}

.step .payment-info h2{
  text-align: left;
  width: 100%;
  margin-bottom: 22px;
  padding-bottom: 5px;
  border-bottom: 2px solid #80808021;
}

.step .payment-info .flex-price{

display: flex;

justify-content: space-between;

width: 100%;

text-align: left;

margin-top: 12px;
}

.step #plan-name{
  font-weight: 600;
}

.step  #plan-id{

font-size: 16px;

color: black;

font-weight: 700;

text-align: left;
}

.step .payment-info #detail{

text-align: left;
}

.welcome-message {
  text-align: center;
}

.plan-options {
  gap: 25px;
  margin: 25px 0;
  display: flex;
  align-items: center;
  width: -webkit-fill-available;
  flex-wrap: wrap;
}

.plan-card {
  border: 2px solid #ddd;
  padding: 25px;
  min-width: 200px;
  border-radius: 8px;
  flex: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.plan-card.selected {
  border-color: #2196f3;
  background: #e3f2fd;
}

.payment-method {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 5px 0;
  cursor: pointer;
  text-align: center;
  width: 30%;
  min-width: 150px;
}

.payment-method.selected {
  border-color: #2196f3;
  background: #e3f2fd;
}

.payment-logo {
  width: 50px;
  height: 50px;
  background: #ddd;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.payment-logo img {
  object-fit: cover;
  width: 100%;
}

.qr-code {
  text-align: center;
  margin: 2rem 0;
}

.qr-code img {
  width: 200px;
  height: 200px;
}

.upload-receipt {
  border: 2px dashed #2196f3;
  padding: 25px;
  text-align: center;
  margin: 25px 0 0 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  cursor: pointer;
  width: 100%;
}



button {
  background: #654df8;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: auto;
  font-size: 16px;
}

input {
  width: 100%;
  padding: 0.8rem;
  margin: 0.5rem 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.error-message {
  color: red;
  font-size: 0.8rem;
  display: none;
}

.flex-bank {
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  padding: 25px;
  border: 1px solid #0000001f;
  border-radius: 5px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flex-bank p {
  font-weight: 600;
  font-size: 18px;
  margin: 12px;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #0000001a;
}

.flex-bank span {
  font-weight: 400;
  text-transform: none;
}

.flex-payments-methods{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.download-btn{
  padding: 12px 22px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  background: #654df8;
  color: white;
  border-radius: 5px;
  width: 200px;
}

.flex-wrap{
  
display: flex;
  
align-items: flex-start;
  
flex-wrap: wrap;
  
justify-content: center;
  
gap: 25px;
  
width: 100%;
}

.flex-qr{

display: flex;

flex-direction: column;

gap: 12px;

align-items: center;
}

.file-selected {
  color: white;
  font-weight: bold;
  background: #21f3416b;
}



.note {
  
margin: 20px 300px;
  
background: #ffb92221;
  
border-radius: 5px;
  
padding: 12px 24px;
}

.note .note-content {
  
display: flex;
  
align-items: center;
  
gap: 15px;
}

.note .note-content svg {
}

.note .note-content .note-text {
  
}

.note .note-content .note-text .note-title {
  
font-weight: 700;
}

.note .note-content .note-text .description {
  
}

.checkout-title{
  
padding: 40px 300px 0 300px;
}


@media screen and (max-width:920px) {
  .step .payment-info{

max-width: unset;

width: -webkit-fill-available;

}

  .welcome-message img{
    
width: -webkit-fill-available;
  }
}

@media screen and (max-width:410px) {
  .container{
  }
  
  h1{
    text-align: center;
  }
}

h3{
  color: #9a9a9ade;
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 1366px) {
  .progress-bar{
    justify-content: flex-start;
  }
}

@media screen and (max-width: 687px) {
  .header, .progress-bar{
    padding: 25px;
  }

  .checkout-title {
    padding: 25px 25px 0 25px;
}

.note{
  margin: 20px 25px;
}

.step{
  margin: 0 25px;
}

.flex-bank img{
  width: 100% !important;
}
}

@media screen and (max-width: 410px){
  #logo{
    width: 85px !important;
  }

  .note .note-content{
    display: block !important;
  }

  .payment-method{
    width: 100%;
  }

  #qr-code{
    width: 100% !important;
  }
} */

#carte-number{
  display: none;
}

.flex-bank{

display: flex;

flex-direction: column;

gap: 12px;

margin-top: 25px;
}

.flex-bank p{font-size: 14px;display: flex;flex-direction: column;align-items: flex-start;color: #515151;border-bottom: 1px solid #1a1a08;position: relative;}

.flex-bank p span{
  
font-size: 16px;
  
color: #654df8;
  
font-weight: 600;
}

button {
  background: #654df8;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: auto;
  font-size: 16px;
}

.confirmation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.confirmation-box {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 100px;
  width: 100%;
  background: white;
  border-bottom: 2px solid rgb(0 0 0 / 6%);
}

.header .cancel-btn{
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.253);
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  padding: 6px 12px;
  text-transform: capitalize;
  color: black;
  border-radius: 5px;
  font-size: 14px;
}

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins;
}

/* Container */
.container {
  /* Styles for the container */
  margin: auto;
  max-width: 1024px;
}

.container .step {
  /* Styles for each step inside the container */
  display: none;
  align-items: flex-start;
  width: -webkit-fill-available;
  flex-wrap: wrap;
}

.container .step.active{
  display: flex;
}

/* Flex Left Section */
.container .step .flex-left {
  /* Styles for the flex-left section */
  padding: 25px;
  flex: 1;
  min-height: 812px;
  border-right: 2px solid #8080804a;
}

.container .step .flex-left .title {
  /* Styles for titles inside flex-left */
  font-weight: 700;
}

.container .step .flex-left .note {
  /* Styles for the note section */
  border-radius: 10px;
  background: rgba(255, 185, 73, 0.36);
  padding: 12px 24px;
  display: flex;
  gap: 12px;
  margin: 16px 0;
  flex-wrap: wrap;
}

.container .step .flex-left .note svg {
  /* Styles for the SVG inside the note */
}

.container .step .flex-left .note .flex-text {
  /* Styles for the flex-text inside the note */
}

.container .step .flex-left .note .flex-text .title {
  /* Styles for the title inside flex-text */
  font-weight: 600;
}

.container .step .flex-left .note .flex-text .message {
  /* Styles for the message inside flex-text */
}

.container .step .flex-left .content {
  /* Styles for the content section */
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 50px;
}

.container .step .flex-left .content .title {
  /* Styles for the title inside content */
  font-weight: 500;
}

.container .step .flex-left .content .flex-plans {
  /* Styles for the flex-plans section */
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.container .step .flex-left .content .flex-plans .plan {
  /* Styles for each plan inside flex-plans */
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #80808021;
  padding: 25px;
  min-width: 250px;
  border-radius: 10px;
  min-height: 204px;
  cursor: pointer;
}

.container .step .flex-left .content .flex-plans .plan:hover{

background: #6034ff05;
}

.container .step .flex-left .content .flex-plans .plan.selected{background: #6034ff0d;border: 2px solid #6034FF;}

.container .step .flex-left .content .flex-plans .plan svg {
  /* Styles for the SVG inside each plan */
}

.container .step .flex-left .content .flex-plans .plan .title {
  /* Styles for the title inside each plan */
}

.container .step .flex-left .content .flex-plans .plan .price {
  /* Styles for the price inside each plan */
}

.container .step .flex-left .content .flex-inputs {
  /* Styles for the flex-inputs section */
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.container .step .flex-left .content .flex-inputs .image-container{

flex: 1;

border: 1px solid #00000029;

border-radius: 10px;

overflow: hidden;

display: flex;

align-items: center;

justify-content: center;

flex-direction: column;

min-width: 200px;

padding: 12px;

max-width: 50%;
cursor: pointer;
}

.container .step .flex-left .content .flex-inputs .image-container.selected{background: #6034ff0d;border: 1px solid #6034FF;}

.container .step .flex-left .content .flex-inputs .image-container img{
  
max-width: 60px;
  
width: 100%;
  
border-radius: 12px;
}

.container .step .flex-left .content .flex-inputs .image-container:hover{
  
background: #6034ff0d;
}

input {
  /* Styles for input fields inside flex-inputs */
  height: 50px;
  padding: 8px 16px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  min-width: 280px;
  width: 100%;
  border-bottom: 2px solid #cfcfcf;
}

.container .step .flex-left .content .flex-details {
  /* Styles for the flex-details section */
}

.container .step .flex-left .content .flex-details .method-details {
  /* Styles for the method-details section */
  text-align: center;
  display: flex;
  border: 1px solid #0000001f;
  padding: 12px 22px;
  border-radius: 10px;
  flex-direction: column;
  position: relative;
}

.container .step .flex-left .content .flex-details .method-details img {
  /* Styles for images inside method-details */
  max-width: 175px;
}

.container .step .flex-left .content .flex-details .method-details .title {
  /* Styles for the title inside method-details */
}

.container .step .flex-left .content .flex-details .method-details .flex-descrirption {
  /* Styles for the flex-description inside method-details */
  text-align: left;
}

.container .step .flex-left .content .flex-details .method-details .flex-qr {
  /* Styles for the flex-qr section */
  display: flex;
  flex: 1;
  font-size: 14px;
  flex-direction: column;
  align-items: flex-start;
  color: #515151;
  border-bottom: 1px solid #1a1a08;
  margin: 12px 0;
  padding-bottom: 5px;
}

.container .step .flex-left .content .flex-details .method-details .flex-qr img {
  /* Styles for images inside flex-qr */
  max-width: 175px;
}

.container .step .flex-left .content .flex-details .method-details .flex-qr .title {
  /* Styles for the title inside flex-qr */
}

/* Flex Right Section */
.container .step .flex-right {
  /* Styles for the flex-right section */
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 450px;
}

.container .step .flex-right .title {
  /* Styles for the title inside flex-right */
  font-weight: 600;
}

.container .step .flex-right .flex-summary {
  /* Styles for the flex-summary section */
}

.container .step .flex-right .flex-summary .flex-detail {
  /* Styles for each detail inside flex-summary */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .step .flex-right .flex-summary .flex-detail .title {
  /* Styles for the title inside each detail */
  font-weight: 500;
}

.container .step .flex-right .flex-summary .flex-detail .value {
  /* Styles for the value inside each detail */
}

.container .step .flex-right .flex-summary-footer {
  /* Styles for the flex-summary-footer section */
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.container .step .flex-right .flex-summary-footer .flex-detail {
  /* Styles for each detail inside flex-summary-footer */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .step .flex-right .flex-summary-footer .flex-detail .title {
  /* Styles for the title inside each detail */
}

.container .step .flex-right .flex-summary-footer .flex-detail .value {
  /* Styles for the value inside each detail */
}

.btn-action {
  /* Styles for the button inside flex-summary-footer */
  border-radius: 10px;
  background: #6034FF;
  width: 100%;
  height: 45px;
  color: white;
  font-family: 'Poppins';
  border: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  cursor: pointer;
}

.container .step .flex-right .info {
  /* Styles for the info section */
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 24px 12px;
  flex-wrap: wrap;
}

.container .step .flex-right .info svg {
  /* Styles for the SVG inside info */
}

.container .step .flex-right .info .flex-descript {
  /* Styles for the flex-descript section */
}

.container .step .flex-right .info .flex-descript .title {
  /* Styles for the title inside flex-descript */
}

.container .step .flex-right .info .flex-descript .description {
  /* Styles for the description inside flex-descript */
}

/* Upload Section */
.container .step .flex-left .content label {
  /* Styles for the label inside content */
  border-radius: 15px;
  border: 2px dashed #6034FF;
  background: rgba(217, 217, 217, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  cursor: pointer;
}

.container .step .flex-left .content label.file-selected {
  color: white;
  font-weight: bold;
  background: #21f3416b;
}


.container .step .flex-left .content label:hover{
  background: rgba(96, 52, 255, 0.226);
}

.container .step .flex-left .content label svg {
  /* Styles for the SVG inside the label */
}

.container .step .flex-left .content label p {
  /* Styles for the paragraph inside the label */
}

.container .step .flex-left .content label input {
  /* Styles for the input inside the label */
}

.download-btn{
  
height: 34px;
  
border-radius: 5px;
}

p{
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 768px) {
  .container .step .flex-right{
      min-width: 290px;
  }

  .header{
    padding: 15px 25px;
  }

  .progress-bar{
    justify-content: flex-start;
    padding: 25px;
  }

  .header img{
    width: 100px !important;
  }

  .container .step .flex-left{
    min-height: unset;
    min-width: 280px;
  }

  .container .step .flex-left .content .flex-inputs .image-container{
    width: 100%;
    max-width: unset;
  }

  .container .step .flex-left .content .flex-details .method-details{
    flex-wrap: wrap;
    justify-content: center;
  }

  p button{
    bottom: 26px !important;
    right: 0 !important;!i;!;
  }
}

#links-payment{
  
font-size: 14px;
  
display: flex;
  
flex-direction: column;
  
align-items: flex-start;
  
color: #515151;
  
border-bottom: 1px solid #1a1a08;
}

#download-rib{
  
position: absolute;
  
right: 12px;
  
top: 12px;
  
background: #bababa14;
  
padding: 3px 5px;
  
border-radius: 5px;
  
border: 1px solid #0000000a;
}

p a {
  margin: 0 !important;
}

.flex-bank p button{
  position: absolute;
                    right: 0;
                    font-size: 12px;
                    background: transparent;
                    color: black;
                    bottom: 8px;
                    display: flex;
                    align-items: center;
}


@media screen and (max-width: 440px) {
  .container {
    height: 100dvh;
    overflow: scroll;
  }

  .container .step .flex-left .content{
    margin-top: 0;
  }
}