      * {
        box-sizing: border-box;
      }

      body,
      html,
      .btn {
        margin: 0;
        /* height: 100%; */
        font-family: "Raleway", sans-serif;
      }

      body {
        padding: 0 5% 5% 5%;
      }

      .container {
        display: flex;
        height: 100vh;
      }

      h4 {
        font-size: 21px;
        margin-top: 16px;
      }

      .left-side {
        width: 45%;
        background-size: cover;
        background-position: center;
        position: fixed;
        height: 95%;
        top: 0;
        padding: 1% 5%;
        color: white;

        display: flex;
        flex-direction: column;
        justify-content: end;
      }

      .logo {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 0 50px 0;
      }

      .left-side h1 {
        font-size: 4rem;
        font-weight: 900;
        line-height: 4rem;
        font-family: "Montserrat";
      }

      /* Left side overlay stuff */
      .left-side::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1;
      }

      /* Ensure elements inside .left-side are positioned above the overlay */
      .left-side * {
        /* position: relative; */
        z-index: 2;
      }

      /* End of overlay stuff */

      .left-side p {
        font-size: 1.5rem;
        font-weight: 400;
      }

      .right-side {
        width: 50%;
        margin-left: 50%;
        overflow-y: auto;
        padding: 20px;
        background-color: #dedde2;
        height: 95vh;
        padding: 0;
      }




      /* Hide scrollbar for Chrome, Safari and Opera */
      .right-side::-webkit-scrollbar {
        display: none;
      }

      /* Hide scrollbar for IE, Edge and Firefox */
      .right-side {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }

      .padded-content {
        padding: 7% 7% 0 7%;
        border-radius: 0 30px 0 0;
        background-color: white;
        min-height: calc(95vh - 80px);
      }

      .tabs {
        display: flex;
        background-color: #dedde2;
        padding: 0;
        margin: 0;
      }

      .tab {
        padding: 30px;
        height: 80px;
        width: 33.333%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background-color: #dedde2;
        border: 1px solid #00000000;
        cursor: pointer;
        font-size: 1.3rem;
        font-weight: 700;
        border-radius: 30px 30px 0 0;
      }

      .tab.active {
        background-color: #f5f5f5;
        border-bottom: none;
      }

      .tab:not(.active) {
        border: none;
      }

      .tab_before_active {
        background-image: url( https://assets-can.mkt.dynamics.com/c7fbd890-d8fd-4b56-8a02-eaeabdbd601a/digitalassets/images/d5340a2e-1e7f-ee11-8179-0022483d07d3?ts=638351446194794579 );
        background-repeat: no-repeat;
        background-position: bottom right;
      }


      .tab a {
          color: #202236;
          text-decoration: none;
      }
      
      .active + .tab {
        background-image: url( https://assets-can.mkt.dynamics.com/c7fbd890-d8fd-4b56-8a02-eaeabdbd601a/digitalassets/images/d4340a2e-1e7f-ee11-8179-0022483d07d3?ts=638351446194638308 );
        background-repeat: no-repeat;
        background-position: bottom left;
      }

      .donation-option {
        width: 100%;
        padding: 20px;
        background-color: #202236;
        color: white;
        margin: 10px 0;
        border: none;
        cursor: pointer;
        border-radius: 10px;
        font-weight: 500;
        font-size: 1.2em;
      }

      .other-donation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0;
        padding: 0px;
        font-weight: 600;
        font-size: 1.2em;
      }

      .other-donation input {
        flex: 1;
        font-size: 1em;
        height: 50px;
        padding: 10px;
        color: #202236;
        font-weight: 400;
        border: 1px solid #202236;
        border-radius: 0 10px 10px 0;
      }

      .md_dollar__sign {
        font-size: 1.5em;
        color: #202236;
        font-weight: 600;
        margin-right: 10px!important;
        right: 0;
        background-color: white;
        margin-left: -25px;
      }

      .md_blue__block {
        background-color: #202236;
        height: 50px;
        padding: 0 30px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        font-size: 1em;
        color: white;
        font-weight: 400;
        border-radius: 10px 0 0 10px;
      }

      .next-button {
        width: 100%;
        padding: 12px;
        background-color: red;
        color: white;
        border: none;
        cursor: pointer;
      }

      .toggle-button {
        display: flex;
        border: 1px solid #ccc;
        overflow: hidden;
      }

      .toggle-button button {
        flex: 1;
        padding: 10px 15px;
        background: #f2f2f2;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
      }

      .toggle-button button.active {
        background: white;
        color: #fff;
      }

      /* Dropdown styling */
      select {
        width: 100%;
        padding: 10px;
        height: 50px;
        margin-bottom: 10px;
        border: 1px solid #202236;
        border-radius: 10px;
        font-family: "Montserrat", sans-serif;
        font-size: 1.1em;
      }

      /* Consent styling */
      .consent {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
      }

      .consent input[type="checkbox"] {
        margin-right: 10px;
      }

      /* Tabs */
      .tab {
        cursor: pointer;
        padding: 10px;
        border-bottom: 1px solid #ccc;
      }

      .tab.active {
        background: white;
        color: #e01e2e;
      }

      .step-number {
        background: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        margin-right: 5px;
      }

      .step-indicators {
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
      }

      .step-circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #dedde2;
        font-size: 1.1em;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
      }

      .step-circle.active {
        background-color: #202236;
        color: #fff;
      }

      .recap-section {
        margin-bottom: 20px;
        padding-bottom: 20px;
      }

      .recap-section h3 {
        margin-top: 0;
        color: #333;
        font-size: 20px;
      }

      .recap-section #recap_appellation {
        text-transform: capitalize;
      }

      table {
        width: 100%;
        border-collapse: collapse;
      }

      td {
        padding: 8px;
        border-bottom: 1px solid #ddd;
      }

      td:first-child {
        font-weight: bold;
        color: #555;
        width: 50%;
      }

      td:last-child {
        text-align: right;
        color: #333;
      }

      .question-icon-container {
        text-align: right;
        font-size: 24px;
        cursor: pointer;
        background-color: white;
      }

      .modal {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 95%;
        background-color: #202236;
        z-index: 10;
      }

      .modal-content {
        position: relative;
        margin: 5% auto;
        padding: 20px;
        width: 95%;
        color: white;
      }

      .close {
        /* position: absolute; */
        float: right;
        font-size: 35px;
        font-weight: 400;
        cursor: pointer;
        color: white;
        background-color: #E01E2E;
        padding: 4px;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        line-height: 12px;
      }

      .button-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 3rem;
      }

      /* If we have only one button, suivant, it's placed to the right */
      .button-container :only-child {
          margin-left: auto;
          margin-right: 10px;
      }


      .prev-button,
      .next-button {
        background-color: #e01e2e;
        letter-spacing: 1.5px;
        color: #ffffff;
        border: none;
        padding: 10px 20px;
        border-radius: 10px;
        font-weight: 400;
        font-size: 13px;
        cursor: pointer;
        position: relative;
        width: 200px;
        height: 60px;
      }

      .prev-button::before,
      .next-button::after {
        font-size: 28px;
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50px;
        height: 60px;
        background-color: #a1081a;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      }

      .next-button::after {
        border-radius: 0 10px 10px 0;
      }
      .prev-button::before {
        border-radius: 10px 0 0 10px;
      }

      .next-button::after {
        content: "\2192";
      }

      .prev-button::before {
        content: "\2190";
      }

      .prev-button::before {
        left: -10px;
      }

      .next-button::after {
        right: -10px;
      }

      .prev-button:hover,
      .next-button:hover {
        background-color: #a1081a;
      }

      .prev-button:hover::before {
        background-color: #a1081a;
      }

      .next-button:hover::after {
        background-color: #a1081a;
      }

      .step_title h3 {
        text-align: center;
        color: #202236;
        font-weight: 700;
        font-size: 2.5em;
      }

      .step_title p {
        text-align: center;
        color: #202236;
      }

      .donation-options-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1px;
      }

      .donation-option {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 1px;
      }

      /* Responsive */
              @media (max-width: 1024px) {



                .container {
                  flex-direction: column;
                  height: auto;
                }

                .left-side {
                  min-width: 100%;
                  min-height: 80vh;
                  position: relative;
                }

                .left-side h1 {
                  font-size: 3rem;
                  line-height: 2.8rem;
                }

                .right-side {
                  margin-left: 0;
                  min-width: 100%;
                  height: auto;
                }


                .left-side::after {
                  content: "";
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 100;
                  height: auto;
                  background: rgba(0, 0, 0, 0.2); 
                  z-index: 1;
                }

                .tab {
                  font-size: 1rem;
                }

                .modal {
                  position: fixed;
                  min-height: 100vh;
                  min-width: 90%;
                  margin: 0 5%;
                }

                .donation-option {
                  max-width: 100%;
                }

                .other-donation {
                  flex-direction: column;
                }
                .md_blue__block {
                  width: 100%;
                  border-radius: 10px 10px 0 0;
                }

                .other-donation input {
                  width: 100%;
                  border-radius: 0 0 10px 10px;
                }

                .md_dollar__sign {
                  width: 100%;
                  text-align: right;
                  margin-top: -40px;
                  max-width: 30px;
                  margin-right: -90%!important;
                }

                .padded-content {
                  padding: 7% 0 0 0;
                }

                .prev-button {
                  margin: 10px;
                  padding-left: 50px;
                }
                .next-button {
                  margin: 10px;
                  padding-right: 50px;
                }
               
      }

      /* Step 2 */

      .toggle-button {
        border: none;
        margin-bottom: 2em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1px;
      }

      .toggle-button button {
        width: 100%;
        padding: 20px;
        background-color: #202236;
        color: white;
        margin: 10px 0;
        border: none;
        cursor: pointer;
        border-radius: 10px;
        flex: 0 0 calc(50% - 10px);
      }

      .toggle-button button.active {
        width: 100%;
        padding: 20px;
        background-color: #e01e2e;
        color: white;
        margin: 10px 0;
        border: none;
        cursor: pointer;
        border-radius: 10px;
        font-size: 1.2em;
      }

      button {
        font-size: 1.2em;
      }

      .md_fields input {
        border: 1px solid #202236;
        border-radius: 10px;
        font-size: 1.2em;
        height: 50px;
        padding-left: 20px;
        margin-bottom: 1em;
      }

      .md_field__box {
        display: flex;
        flex-direction: column;
      }

      label {
        color: #202236;
        font-weight: 600;
        font-size: 1.15em;
        margin-bottom: 8px;
      }

      /* Step 3 - Recap */

      .md_recap h3 {
        font-size: 1.5em;
        color: #202236;
        font-weight: 600;
      }

      .md_recap td {
        border: none;
        border-top: 1px solid #202236;
        border-bottom: 1px solid #202236;
        color: #202236;
        padding: 20px;
      }

      .md_recap td:last-child() {
        border-bottom: 1px solid #202236;
      }

      .td_head {
        font-weight: 600;
        border-right: 1px solid #202236 !important;
      }

      /* Checkbox stuff */

      /* Hide the default checkbox visually but allow it to be focused by screen readers */
      .custom-checkbox {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
      }

      /* Style the label to look like a checkbox */
      .checkbox-label {
        display: inline-block;
        width: 25px; /* Width of the fake checkbox */
        height: 25px; /* Height of the fake checkbox */
        background: #fff;
        margin-right: 8px;
        border: 2px solid #202236;
        border-radius: 4px;
        cursor: pointer;
        vertical-align: middle;
      }

      /* When the hidden checkbox is checked, change the background of the label and add a tick */
      .custom-checkbox:checked + .checkbox-label {
        background-color: #e01e2e;
        border-color: #e01e2e;
        position: relative;
      }

      /* Create the white tick using a pseudo-element */
      .custom-checkbox:checked + .checkbox-label::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        height: 12px;
        width: 6px;
        border-bottom: 3px solid white;
        border-right: 3px solid white;
      }

      /* Fields and columns */

      .md_col__2 {
        display: flex;
        gap: 1em;
        justify-content: space-between;
      }

      .md_col__2 .md_col {
        display: flex;
        flex-direction: column;
        width: 48%;
      }

      .md_col__3 {
        display: flex;
        gap: 1em;
        justify-content: space-between;
      }

      .md_col__3 .md_col {
        display: flex;
        flex-direction: column;
        width: 31%;
      }

      @media screen and (max-width: 1024px) {
        .md_col__2 {
          flex-direction: column;
          gap: 1px;
        }

        .md_col__2 .md_col {
          flex-direction: column;
          width: 100%;
        }

        .md_col__3 {
          flex-direction: column;
          gap: 1px;
        }

        .md_col__3 .md_col {
          flex-direction: column;
          width: 100%;
        }
      }

      /* Progress line styling */

      .step-indicators {
        position: relative;
      }

      .prog-line-1::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 3px;
        background-image: linear-gradient(to right, #202236 20%, #dedde2 20%);
        z-index: 1;
      }

      .prog-line-2::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 3px;
        background-image: linear-gradient(to right, #202236 50%, #dedde2 50%);
        z-index: 1;
      }

      .prog-line-3::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 3px;
        background-image: linear-gradient(to right, #202236 80%, #dedde2 80%);
        z-index: 1;
      }

      .step-circle {
        z-index: 2;
      }

      /* End progress line styling */

.md_lang_btn {
    border: 2px solid #e01e2e;
    color: #e01e2e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    float: right;
    display: flex; 
    align-items: center; 
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    margin-top: -20px;
    margin-right: 8px;
}

.md_lang_btn:hover {
    background-color: #e01e2e;
    color: white;
}


.circle-border {
    border: 3px solid white;
    border-radius: 50%; 
    padding: 5px 10px;
    color: white;
    display: inline-block;
}