     .cmt-module.bg-white {
        background-color: white;
    }

    .cmt-main-container {
        min-height: 562px;
        display:block;
    }

    #cmt {
        /*     font-family: "Segoe UI", sans-serif; */
        font-family: 'Roboto';
        color: white;
        width: 100%;
        margin: 0 auto;
    }

    #cmt .container {
        max-width: 1372px;
        width: 100%;
        margin: 0 auto;
        padding: 56px 20px;
        background-color: #003600;
        border-radius: 32px;
        display: flex;
        flex-direction: column;
        gap: 56px;
        align-items: center;
        justify-content: space-between;
    }

    #cmt h2 {
        font-size: 60px;
        color: white;
        margin-bottom: 5px;
    }

    #cmt h3 {
        font-size: 60px;
        font-weight: normal;
        margin-bottom: 20px;
        color: #ccff00;
    }

    #cmtForm .step>label {
        display: block;
        max-width: 640px;
        margin: 0 auto;
        font-family: 'Roboto';
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 155%;
        margin-top: 20px;
    }

    #cmtForm .question-helper-info {
        display: block;
        max-width: 640px;
        margin: 0 auto;
        font-family: 'Roboto';
        font-size: 14px !important;
        margin-bottom: 20px;
        line-height: 14% !important;
    }

    #cmtForm label.question-step {
        font-size: 14px;
        color: #CCFF00;
        line-height: 1.4;
        text-align: center;
        display: block;
        margin-bottom: 20px !important;
    }

    #cmtForm label {
        font-size: 18px;
        margin: 20px 0 24px;
        display: block;
        line-height: 155%;
    }

    #cmtForm label[for="country"] {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 1.55;
        text-align: center;
        display: block;
    }

    #cmtForm select option {
        color: black;
        background-color: white;
    }

    #cmtForm select {
        background-color: white;
        color: black;
    }

    #cmtForm select,
    #cmtForm input[type="text"] {
        padding: 16px;
        font-family: 'Roboto';
        appearance: none;
        outline: none;
        width: 80%;
        max-width: 400px;
        border-radius: 8px;
        border: none;
        font-size: 16px;
        margin-bottom: 20px;
        cursor: pointer;
    }

    #cmtForm select::after {
        content: '';
        background: url('https://s3.smartdreamers.com/company_files/501/media_library/original/997_Frame(21)_41152bdbea13b476ccd73dbc47c36782.svg');
    }

    #cmtForm .tag {
        display: inline-block;
        background-color: #ccff00;
        color: black;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 14px;
        margin: 5px;
    }

    #cmtForm .step {
        display: none;
    }

    #cmtForm .step.active {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        min-height: 562px;
    }

    #cmtForm button,
    #results button {
        height: 46px;
        padding: 12px 32px;
        font-size: 16px;
        line-height: 1.5;
        border-radius: 64px;
        background-color: #007F00;
        color: #F7F8F0;
        border: none;
        font-family: 'Roboto';
    }

    #cmtForm button:hover:not(.back-button) ,
    #results button:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(0 79 0/var(--tw-bg-opacity)) !important;
        --tw-text-opacity: 1;
        color: rgb(200 242 150/var(--tw-text-opacity)) !important;
    }
    #cmtForm .back-button:hover{
        --tw-text-opacity: 1;
        color: rgb(0 79 0/var(--tw-text-opacity)) !important;
    }

    #results-header {
        display: none;
    }
    .results-container {
        overflow-y: auto;
/*         height: 100vh; */
        overflow-x: hidden;
        max-height: 410px;
        margin-bottom: 20px;
    }
    #cmtForm button:hover ,
    #results button:hover {
        background-color: #009900;
    }

    #cmtForm .back-button {
        background: none;
        border: none;
        color: #F7F8F0;
        text-decoration: underline;
        cursor: pointer;
    }
     #results .back-button {
        background: none;
        border: none;
        color: #007F00;
        text-decoration: underline;
        cursor: pointer;
    }

    #cmtForm .results {
        background-color: #f2f2f2;
        color: black;
        padding: 20px;
        margin-top: 20px;
        border-radius: 10px;
    }


    #cmtForm .nav-buttons,
     #results .nav-buttons {
        display: flex;
        justify-content: space-between;
        max-width: 1260px;
        width: 100%;
        margin: 0 auto;
        margin-top: auto;
    }

    #cmtForm .nav-buttons .back-button {
        background: none;
        border: none;
        color: #F7F8F0;
        font-size: 16px;
        text-decoration: underline;
        cursor: pointer;
    }
    #results .nav-buttons .back-button {
        background: none;
        border: none;
        color: #007F00;
        font-size: 16px;
        text-decoration: underline;
        cursor: pointer;
    }

    #cmtForm .nav-buttons button:not(.back-button),
    #results .nav-buttons button:not(.back-button) {
        height: 46px;
        padding: 12px 32px;
        font-size: 16px;
        line-height: 1.5;
        border-radius: 64px;
        background-color: #007F00;
        color: #F7F8F0;
        border: none;
        font-family: 'Roboto';
    }


    #cmtForm .options-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        margin: 20px 0;
        width: 78%;
        margin: 0 auto;
    }

    #cmtForm .option-pill {
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
        /* ⬅ This moves radio to the right */
        gap: 8px;
        padding: 12px 16px;
        border-radius: 64px;
        border: 1px solid #CCFF00;
        background-color: transparent;
        color: #CCFF00;
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        white-space: nowrap;
        margin: 4px;
        cursor: pointer;
    }

    #cmtForm .option-pill:hover {
        background-color: #336633;
    }

    #cmtForm .option-pill input[type="radio"] {
        appearance: none;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #004F00;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23CCFF00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px 12px;
        border: 1px solid transparent;
        margin-left: 8px;
    }

    #cmtForm .option-pill input[type="radio"]:checked {
        background-color: #004F00;
        border-color: #004F00;
    }

    /* ADD checkmark icon when checked */
    #cmtForm .option-pill input[type="radio"]:checked::before {
        background-color: #004F00;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23CCFF00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px 12px;
        border: none;
    }

    #cmtForm .option-pill input[type="radio"]::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #CCFF00;
        box-sizing: border-box;
    }

    #cmtForm .option-pill input[type="radio"]::after {
        content: "";
        font-size: 12px;
        color: white;
        position: absolute;
        width: 100%;
        height: 100%;
        display: none;
        background: url('https://s3.smartdreamers.com/company_files/501/media_library/original/997_Vector(24)_a649ea21940da4eac51c83763cbdbdd3.svg');
    }

    #cmtForm .option-pill input[type="radio"]:checked::after {
        display: none;
    }

    #cmtForm .option-pill:has(input[type="radio"]:checked) {
        background-color: #CCFF00;
        color: #004F00;
    }

    #cmtForm .option-pill input[type="radio"]:not(:checked) {
        background-color: transparent;
        background-image: none;
    }

    #cmtForm .option-pill span {
        padding-left: 4px;
    }

    #cmtForm select[multiple] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        overflow: hidden;
        white-space: nowrap;
        height: 56px;
        padding: 14px 16px;
        background-color: white;
        border: 2px solid #ccff00;
        border-radius: 8px;
        width: 80%;
        max-width: 600px;
        margin: 0 auto 40px auto;
        font-family: 'Roboto';
        font-size: 16px;
        color: black;
    }



    #cmtForm .pill-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 20px;
        margin-top: 14px;
        margin-right: 0;
        margin-bottom: 14px;
        margin-left: 0;
        max-width: 600px;
        min-height: 36.5px;
    }

    #cmtForm .pill {
        display: flex;
        align-items: center;
        background: #CCFF00;
        color: #004F00;
        padding: 7px 20px;
        border-radius: 24px;
        font-size: 14px;
    }

    #cmtForm .pill .close-pill {
        margin-left: 8px;
        font-weight: bold;
        display: inline;
        cursor: pointer;
        margin-bottom: 1px;
    }

    #cmtForm .error-msg {
        color: #ff8080;
        font-size: 13px;
        margin-bottom: 6px;
        display: block;
    }

    /* Highlight question heading */
    #cmtForm .looking-for-graduate-text {
        font-size: 24px;
        line-height: 1.3;
        color: #CCFF00;
        text-align: center;
        font-weight: 400;
        margin-bottom: 16px;
    }


    /* Main title: candidate matching tool message */
    #cmtForm .use-our-candidate-text {
        font-size: 48px;
        line-height: 1.2;
        color: #F7F8F0;
        text-align: center;
        max-width: 768px;
        margin: 40px auto 40px;
    }


    /* Info box (no roles message) */
    #cmtForm #no-roles-msg,
    #cmtForm .info-box {
        border: none;
        border-radius: 32px;
        padding: 0 20px;
        max-width: 768px;
        margin: 0 auto;
    }

    #cmtForm .no-roles-label ,
    #cmtForm .info-label {
        font-size: 18px;
        line-height: 1.55;
        color: white;
        text-align: center;
        margin-bottom: 24px;
    }

    #cmtForm .step[data-step="-1"] .info-label {
        margin-bottom: 332px;
        margin-top: 100px;
    }

    #cmtForm .step[data-step="-2"] .info-label {
        margin-bottom: 332px;
        margin-top: 100px;
    }
    #cmtForm .step[data-step="-3"] .info-label {
        margin-bottom: 304px;
        margin-top: 100px;
    }

    #cmtForm .no-roles-select-country label {
        font-size: 16px;
        line-height: 1.5;
        color: white;
        text-align: center;
        margin-bottom: 141px;
    }

    #cmtForm #select-country-no-roles {
        color: #CCFF00;
        font-weight: 400;
        text-decoration: underline;
        cursor: pointer;
    }

    /* "Next step" button spacing in the info box */
    #cmtForm #no-roles-msg .center {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    #cmtForm .progress-wrapper {
        width: 60%;
        height: 8px;
        background-color: #002200;
        border-radius: 4px;
        margin: 40px auto 20px;
        overflow: hidden;
    }

    #cmtForm .progress-bar {
        width: 0%;
        height: 100%;
        background-color: #ccff00;
        border-radius: 4px;
        transition: width 0.3s ease;
    }

    #cmtForm .progress_message_top {
        font-size: 48px;
        line-height: 120%;
        color: #FFFFFF;
    }

    #cmtForm .progress_message_bottom {
        font-size: 48px;
        line-height: 120%;
        color: #CCFF00;
    }

    #cmtForm select:not([multiple]) {
        background-image: url('https://s3.smartdreamers.com/company_files/501/media_library/original/997_Frame(16)_ff72dd2bf129129d564e53474b6a39a3.svg');
        background-repeat: no-repeat;
        background-position: right 0.8em center;
        background-size: 1em;
    }

    #cmtForm .hidden {
        display: none !important;
    }

    #cmt #results {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    #cmt #results .results-header {
        margin-bottom: 28px;
    }

    #cmt #results .results-header .heart {
        font-size: 40px;
        color: #4CAF50;
    }

    #cmt #results .results-header h2 {
        font-size: 48px;
        line-height: 120%;
        margin: 10px 0 4px;
        color: #121000;
    }

    #cmt #results .results-header h3 {
        font-size: 48px;
        font-weight: normal;
        line-height: 120%;
        color: #007F00;
        /* or white if you want them equally bright */
    }
    #cmt #results .results-header h4 {
        font-size: 18px;
        font-weight: normal;
        line-height: 155%;
        color: #646461;
        letter-spacing: 0%;
        /* or white if you want them equally bright */
    }

    #cmt .job-card {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        padding: 20px 24px;
        margin: 12px auto;
        max-width: 600px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        transition: box-shadow 0.2s ease;
        cursor: pointer;
    }
    #cmt .job-card {
        transition: background-color 0.3s ease;
    }

    #cmt .job-card:hover {
        /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
        background-color: #E1E3D6;
    }

    #cmt .job-card .info {
        flex: 1;
    }

    #cmt .job-card .info strong {
        color: #363635;
        font-size: 30px;
        line-height: 130%;
        font-weight: 400;
        font-family: 'Roboto';
        margin-bottom: 20px;
    }

    #cmt .job-card .info span {
        font-size: 12px;
        line-height: 120%;
        color: #646461;
    }

    #cmt .job-card .arrow {
        font-size: 20px;
        color: #4CAF50;
        margin-left: 16px;
    }

    #cmt .job-card-modern {
        background-color: #F7F8F0;
        border-radius: 24px;
        padding: 24px;
        margin: 16px auto;
        max-width: 700px;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    #cmt .job-card-modern .badge.top-left {
        position: absolute;
        top: 16px;
        left: 16px;
        background-color: transparent;
        color: green;
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        display: flex;
        align-items: center;
        /* gap: 4px; */
        font-family: 'Roboto';
        font-weight: 400;
    }

    #cmt .job-card-modern .bp-logo.top-right {
        position: absolute;
        top: 0;
        right: 0;
        background: white;
        border-bottom-left-radius: 20px;
        padding: 6px 12px;
    }

    #cmt .job-card-modern .bp-logo img {
        height: 47.61px;
        width: 36px;
    }

    #cmt .job-card-modern .info {
        flex: 1;
        margin-top: 40px;
    }


    #cmt .job-card-modern .meta {
        font-size: 14px;
        color: #555;
        display: flex;
        gap: 6px;
        align-items: center;
    }

    #cmt .job-card-modern .meta .dot {
        font-size: 18px;
        line-height: 0;
        color: green;
        margin-top: 2px;
    }

    #cmt .job-card-modern .meta .icon {
        height: 32px;
        width: 32px;
    }


    #cmt .bookmark-icon {
        font-size: 20px;
        color: green;
        margin-left: 12px;
        align-self: center;
    }

    #cmt #results .restart-btn {
        margin-top: 40px;
    }

    #cmt #results .restart-btn button {
        background-color: #007F00;
        color: #F7F8F0;
        font-family: 'Roboto';
        border-radius: 64px;
        border: none;
        padding: 12px 28px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    #cmt #results .restart-btn button:hover {
        background-color: #43a047;
    }

    #cmt .arrow-link {
        font-size: 24px;
        color: transparent;
        width: 100%;
        height: 100%;
        position: absolute;
        padding-left: 16px;
        display: flex;
        align-items: center;
        height: 100%;
    }

    #cmt .arrow-link a {
        text-decoration: none;
        font-weight: bold;
    }
    @media(max-width: 452px ){
        #cmtForm .nav-buttons .next-button[onclick="submitForm()"]{
/*             height: 72px; */
        }
    }
    @media(max-width: 372px){
        #cmtForm .nav-buttons button:not(.back-button),
        #results .nav-buttons button:not(.back-button) {
/*             height: 72px; */
        }
      #cmtForm .nav-buttons, #results .nav-buttons {
          display: block;
      }
    }

    @media (max-width: 768px) {
        .cmt-main-container {
            min-height: 562px;
            display: block;
        }

        #cmt .container {
            padding: 40px 20px;
        }

        #cmtForm .use-our-candidate-text {
            font-size: 36px;
            line-height: 1.3;
        }
        

        #cmtForm .custom-dropdown-wrapper,
        #cmtForm .custom-dropdown {
            width: 100%;
        }

        #cmt .job-card-modern {
            flex-direction: column;
            align-items: flex-start;
        }

        #cmt .arrow-link {
            margin-top: 10px;
        }

        #cmtForm .option-pill {
            width: 100%;
            justify-content: center;
            text-align: center;
        }

        #cmtForm #results .nav-buttons {
            flex-direction: column;
            gap: 12px;
        }
        #cmtForm .nav-buttons,
        #results .nav-buttons {
            margin-top: 17px;
        }
        #cmtForm .option-pill {
            width: 100%;
            display: flex;
            justify-content: space-between;
            /* or 'center' if you want centered text */
            align-items: center;
            flex-wrap: wrap;
            /* ✅ allow content to wrap */
            word-break: break-word;
            /* ✅ prevent overflow */
            text-align: left;
            padding: 12px 16px;
        }

        #cmtForm .option-pill span {
            flex: 1;
            /* ✅ makes span take remaining space */
            min-width: 0;
            /* ✅ required for proper ellipsis or wrapping */
            white-space: normal;
            /* ✅ allow text to wrap instead of overflow */
        }
        #cmtForm .step[data-step="6"] .custom-dropdown-wrapper {
            margin-bottom: 35.7% !important;
        }
        #cmtForm .step[data-step="-1"] .info-label {
            margin-bottom: 162px;
        }
    }

   
    @media (min-width: 1024px) {
        /* .cmt-main-container {
            height: 562px;
        } */
         #job-alert-wrapper {
            width: 49% !important; 
        }
    }

    #cmt .job-card .top-left {
        color: #007F00;
        position: relative;
        display: flex;
        align-items: center;
    }

    #cmt .job-card .top-left::before {
        content: ' ';
        display: inline-block;
        height: 16px;
        width: 16px;
        margin-right: 5px;
        margin-top: 1px;
        background-repeat: no-repeat !important;
        background: url('https://s3.smartdreamers.com/company_files/171/media_library/original/997_Vector(9)_913b09e7d712325f1705d2a391caaa31.svg');
    }

    #cmt .job-card .info {
        font-size: 32px;
        line-height: 40px;

    }

    #cmt .job-card .info .meta {
        /*       display: inline-block; */
        margin-top: 20px;
        margin-right: 10px;
        color: #646461;
        font-size: 14px;
    }


    #cmt .subscribed-text-wrapper {
        text-align: center;
        margin-bottom: 8px;
    }

    #cmt .subscribed-text {
        color: #CCFF00;
        font-size: 24px;
        font-weight: 400;
        line-height: 130%;
        font-family: 'Roboto', sans-serif;
        display: block;
    }

    #cmt .job-alert-early-careers-text-wrapper {
        text-align: center;
        margin-bottom: 7%;
    }

    #job-alert-wrapper {
    width: 78%;
    margin: 0 auto;
    margin-bottom: 20px;
    }
    #cmt .job-alert-early-careers-text {
        color: #F7F8F0;
        font-size: 48px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        display: block;
        line-height: 120%;
    }

    #cmt .job-alert-check-img {
        width: 64px;
        height: 64px;
        display: block;
        margin: 0 auto;
        margin-bottom: 188px;
    }

    #cmtForm .custom-dropdown-wrapper {
        width: 100%;
        max-width: 640px;
        margin: 0 auto 20px;
        margin-bottom: 120px;
    }
    #cmtForm .step[data-step="6"] .custom-dropdown-wrapper {
    margin-bottom: 286px !important;
    }
    #cmtForm .custom-dropdown {
        padding: 16px;
        border-radius: 8px;
        font-size: 16px;
        background: white;
        color: black;
        cursor: pointer;
        position: relative;
        border-top: 1px solid #007F00;
        border-left: 1px solid #007F00;
        border-right: 1px solid #007F00;
/*         border-bottom: 1px solid #007F00; */
    }
    #cmtForm .custom-dropdown.open {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top: 1px solid #007F00;
        border-left: 1px solid #007F00;
        border-right: 1px solid #007F00;
/*         border-bottom: none; */
    }

    #cmtForm .custom-dropdown-selected {
        position: relative;
        /* required for absolute positioning inside */
        padding-right: 16px;
        /* space for arrow */
        text-align: left;
        user-select: none;
        /* already applied */
    }

    #cmtForm .custom-dropdown-selected::after {
        content: "";
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        background-image: url('https://s3.smartdreamers.com/company_files/501/media_library/original/997_Frame(16)_ff72dd2bf129129d564e53474b6a39a3.svg');
        background-size: cover;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    #cmtForm .custom-dropdown-options {
        display: none;
        top: 100%;
        left: 0px;
        right: -2px;
        z-index: 10;
        background: white;
        max-height: 250px;
        overflow-y: auto;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        text-align: left;
        z-index: 10;
        position: absolute;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; 
        border-bottom: 1px solid #007f00 ;
        border-left: 1px solid #007f00 ;
        border-right: 1px solid #007f00 ;
        border-top: none;
        transform: translateX(-1px);
        min-width: 100%;
        box-sizing: content-box;
    }
    
    #cmtForm .custom-option {
        padding: 6px 16px;
        text-align: left;
        justify-content: flex-start;
        cursor: pointer;
        color: black;
    }

    #cmtForm .custom-option:hover {
        color: #007f00;
    }

    #cmtForm .custom-option.selected {
        color: #007f00;
    }

    #cmtForm .custom-dropdown.open .custom-dropdown-options {
        display: block;
    }


    #cmtForm>div.step.active>span>span.selection>span,
    #cmtForm>div.step.active>span>span.selection>span>span.select2-selection__arrow {
        height: 56px;
    }