:root {
    --ge-green: #004D43;
    --ge-accent: #2ECC71;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.container_about_us_one .breadcrumb-custom li:not(:last-child)::after {
    content: "";
    background-color: #F6F7F9;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
} 
.ge-hero-with-bg {
    background: url('/image/catalog/photo_aboutNEW.svg') center center / cover no-repeat;
    padding: 0 0 30px;
    text-align: center;
    border-radius: 0 0 40px 40px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
.breadcrumb-custom li .home-link:hover {
    color: #25B461;
    fill: var(--Green, #25B461);
}

.container_about_us_one {
    max-width: 1520px;
    margin: 0 auto;
    width: calc(100% - 160px);
    padding-left: 0;
    padding-right: 0;
}


.container_about_us_one .breadcrumb-custom {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 90px 0 0 0;
    margin: 0 auto;
    max-width: 1520px;
    background: transparent;
}

.container_about_us_one .breadcrumb-custom li a,
.container_about_us_one .breadcrumb-custom .current-page {
    color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}


.ge-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}


.ge-label {
    display: flex;
    gap: 10px;
    color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.ge-main-title {
    margin: 0;
    color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.ge-hero-desc {
    margin: 0 auto;
    max-width: 592px;
    color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

@media (max-width: 739px) {
    .ge-main-title {
        font-size: 24px;
    }

    .ge-hero-inner {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.ge-process-section {
    background: #F6F7F9;
    display: flex;
    width: 100%;
    padding: 120px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.ge-center-head {
    text-align: center;
    max-width: 632px;
    margin-bottom: 40px;
}

.ge-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.ge-center-head p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.ge-process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.ge-process-steps::before {
    content: "";
    position: absolute;
    top: 91px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #25B461;
    z-index: 0;
}

.ge-step {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 45px 15px;
    flex-direction: column;
    align-items: center;
}

.ge-step-num {
    width: 94px;
    height: 94px;
    background: #25B461;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #F6F7F9;
    margin-bottom: 15px;
}

.ge-step h4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.ge-step p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #8A8C8D;
    margin: 0;
}

@media (max-width: 1100px) {
    .ge-process-steps {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ge-process-steps::before {
        display: none;
    }

    .ge-process-section {
        padding: 100px 20px 60px 20px;
    }

    .ge-step {
        padding: 20px 10px;
        margin-bottom: 40px;
    }
}

@media (max-width: 739px) {
    .ge-process-section {
        padding: 50px 10px;
    }

    .ge-section-title {
        font-size: 24px;
        font-weight: 700;
    }

    .ge-step p {
        font-size: 14px;
    }
}

.ge-career-vacancies {
    max-width: 1520px;
    margin: 0 auto;
    width: calc(100% - 160px);
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
    margin-bottom: 120px;
}
.row_page_career {
    margin-right: auto;
    margin-left: auto;
}
.ge-vacancy-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 30px;
    background: var(--White-text, #F6F7F9);
    padding: 20px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 50px;
}
.ge-vacancy-card {
    width: 100%;
}
.ge-vacancy-card h4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.ge-vacancy-card p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #8A8C8D;
    margin: 0;
}
.panel_default_career {
    display: flex;
    padding: 20px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--First-color-text, #FFF);
    border: none;
    margin: 0;
    box-shadow: none;
    flex-direction: column;
}

.ge-vacancy-card:not(:last-child) {
    margin-bottom: 10px;
    padding: 0;
}

.panel-body {
    padding: 0;
}

.ge-vacancy-container {
    display: flex;                     
}

.ge-vacancy-info {
    flex: 1; 
}

.ge-vacancy-actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    align-items: flex-end;         
    min-width: fit-content;
}

.ge-vacancy-date-wrapper {
    color: var(--Black-text, #000);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
}



.ge-vacancy-title {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.ge-vacancy-description {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    margin: 0;
    width: 100%;
    max-width: 700px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ge-vacancy-labels {
    margin: 0;
}
.ge-vacancy-labels li {
    padding: 0;
    margin-right: 10px;
    padding: 10px;
    border-radius: 26px;
    background: var(--White-text, #F6F7F9);
}

.ge-vacancy-labels span {
    color: var(--Footer, #232323);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height:normal;

}
.ge-vacancy-labels i {
    margin-right: 5px;
}

.ge-vacancy-apply {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 10px 10px 20px;
    border-radius: 30px;
    border: 1px solid #25B461;
    background: #25B461;
    color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    max-height: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-arrow-icon {
    position: relative;
    width: 32px;
    height: 32px;
    background: #F3F3F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-arrow-icon svg {
    width: 16px;
    height: 14px;
    fill: #25B461;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.btn-arrow-icon svg:first-child {
    transform: translateX(0);
}

.btn-arrow-icon svg:nth-child(2) {
    transform: translateX(-40px);
}

.ge-vacancy-apply:hover {
    background: #FFFFFF;
    color: #25B461;
    border: 1px solid #25B461;
}

.ge-vacancy-apply:hover .btn-arrow-icon {
    background: #25B461;
}

.ge-vacancy-apply:hover .btn-arrow-icon svg:first-child {
    transform: translateX(40px);
}

.ge-vacancy-apply:hover .btn-arrow-icon svg:nth-child(2) {
    transform: translateX(0);
    fill: #FFFFFF;
}
.ge-vacancy-apply:active {
    background: #FFFFFF;
    color: #25B461;
    border: 1px solid #25B461;
    outline: aliceblue;
}
.ge-vacancy-apply:focus {
    background: #FFFFFF;
    color: #25B461;
    border: 1px solid #25B461;
    outline: aliceblue;
}


.project-pagination-wrapper {
    margin-top: 30px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.project-pagination-wrapper .pagination {
    display: flex;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.project-pagination-wrapper .pagination li {
    margin: 0 !important;
}

.project-pagination-wrapper .pagination li a,
.project-pagination-wrapper .pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    background-color: #f8f9fa;
    border-radius: 12px;
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s;
    border: 0;
}

.project-pagination-wrapper .pagination li a:not(.step-arrow):hover {
    background-color: #F4FDF6;
    color: #25B461;
    border: 1px solid #25B461;
}

.project-pagination-wrapper .pagination li.active span {
    background-color: #F4FDF6;
    border: 1px solid #25B461;
    color: #25B461;
}

.project-pagination-wrapper .pagination li a.step-arrow {
    background-color: #25B461;
    color: #ffffff;
    border-radius: 12px;
}

.project-pagination-wrapper .pagination li a.step-arrow:hover {
    background-color: #000000;
}

.project-pagination-wrapper .pagination li a.step-arrow svg {
    display: block;
}

.project-pagination-wrapper .pagination > li:first-child > a,
.project-pagination-wrapper .pagination > li:last-child > a {
    border-radius: 12px;
}

.ge-career-stages-block {
    padding: 80px 20px 120px 20px;
    text-align: center;
}

.ge-career-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 10px;
    color: #000;
}

.ge-career-block-description {
    color: var(--Black-text, #000);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
    line-height: 1.5;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.ge-career-stages {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent; 
    border: none;
}

.ge-career-stages::before {
    content: "";
    position: absolute;
    top: 46px; 
    left: 12%;
    right: 12%;
    height: 2px;
    background: #25B461;
    z-index: 0;
}

.ge-career-stage {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent !important; 
    border: none !important;           
    padding: 0 !important;
}

.ge-stage-number {
    width: 95px;
    height: 95px;
    background: #25B461;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.ge-stage-title {
    font-family: 'Inter', sans-serif;
    color: var(--Black-text, #000);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 44.183px; 
    margin: 0;
    margin-bottom: 5px;
}

.ge-stage-description {
    font-family: 'Inter', sans-serif;
    color: var(--Grey-text, #8A8C8D);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.871px; 
    margin: 0;
}

@media (max-width: 991px) {
    .ge-career-stages {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px 20px;
    }
    
    .ge-career-stages::before {
        display: none; 
    }
}

@media (max-width: 739px) {
    .ge-career-stages {
        grid-template-columns: 1fr; 
    }

    .ge-career-section-title {
        font-size: 24px;
    }

    .ge-stage-number {
        width: 94px;
        height: 94px;
        font-size: 32px;
    }
    .ge-career-block-description {
        font-size: 14px;
    }
    .ge-career-stages-block {
        padding: 0 10px 0 10px;
    }
    .ge-career-vacancies {
        margin-bottom: 50px;
    }
    .ge-hero-desc {
        font-size: 14px;
    }
}

 #content_career {
        padding: 0;
    }
@media (max-width: 1300px) {
    .container_about_us_one {
        width: calc(100% - 40px);
    }
    .ge-career-vacancies {
        width: calc(100% - 40px);
    }
    .ge-vacancy-info {
        margin-right: 10px;
    }
}

@media (max-width: 740px) {
     .ge-career-vacancies {
        width: calc(100% - 20px) !important;
    }
    .container_about_us_one {
        width: calc(100% - 20px);
    }
}
@media (max-width: 739px) {
    .ge-vacancy-actions {
        flex-direction: column-reverse;
    }
     .ge-vacancy-container {
        flex-direction: column;
    }
}


@media (max-width: 739px) {
    .ge-vacancy-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
   

    .ge-vacancy-info, 
    .ge-vacancy-actions {
        display: contents !important;
    }
    
    .ge-vacancy-date-wrapper {
        order: 1 !important; 
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }

    .ge-vacancy-title {
        order: 2 !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    .ge-vacancy-labels {
        order: 4 !important; 
        margin-bottom: 10px !important;
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        padding: 0 !important;
    }

    .ge-vacancy-description {
        order: 4 !important; 
        margin-bottom: 10px !important;
        width: 100% !important;
        margin-top: 0 !important;
        font-size: 14px !important;
    }
    .ge-vacancy-labels li {
        margin-right: 0 !important;
    }
    .ge-vacancy-list {
        padding: 10px !important;
    }

    .ge-vacancy-apply {
        order: 5 !important; 
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        font-size: 14px !important;
    }
   
}
.ge-cr-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(4px);
}

.ge-cr-modal-wrapper {
    background: #fff;
    width: 95%;
    max-width: 652px;
    padding: 50px;
    border-radius: 20px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}


.ge-cr-main-title {
    color: var(--Text, #121212);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    margin: 0;
    margin-bottom: 15px;
}

.ge-cr-sub-title {
    color: var(--Text, #121212);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin-bottom: 20px;
}

.ge-cr-field-group {
    margin-bottom: 30px;
}

.ge-cr-label {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    margin: 0;
    margin-bottom: 10px;
}

.ge-cr-input, 
.ge-cr-select, 
.ge-cr-textarea {
    width: 100%;
    padding: 9px 17px;
    border-radius: 20px;
    background: #E4E4E4;
    border: 1px solid #E4E4E4;
    transition: 0.3s;
    outline: none;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.ge-cr-success-icon-wrap svg {
    margin-bottom: 15px;
}

.ge-cr-input:focus, 
.ge-cr-select:focus, 
.ge-cr-textarea:focus {
    border-color: #25B461;
    background: #fff;
}

.ge-cr-textarea {
    height: 100px;
    resize: none;
}

.ge-cr-upload-zone {
    border: 2px dashed #25B461;
    border-radius: 20px;
    padding: 9px 17px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    margin-top: 10px;
    height: auto;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ge-cr-upload-zone:hover {
    background: #f0fff6;
}

.ge-cr-upload-icon {
    margin-bottom: 10px;
    display: block;
}

.ge-cr-upload-text {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5px;
}

.ge-cr-upload-subtext {
    font-size: 14px;
    color: #8A8C8D;
}

#ge-cr-file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.ge-cr-footer-actions {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.ge-cr-btn-back {
    flex: 1;
    height: 50px;
    border-radius: 26px;
    border: 1px solid var(--Green, #25B461);
    background: #FFF;
    cursor: pointer;
    transition: 0.3s;
    color: #161616;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    max-width: 95px;
}

.ge-cr-btn-submit {
    flex: 1.5;
    height: 50px;
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    background: #25B461;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
    transition: 0.3s;
    color: #F3F3F3;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.ge-cr-btn-submit:hover {
    border-radius: 30px;
    border: 1px solid var(--Green, #25B461);
    background: #FFF;
    color: #25B461;
}

.ge-cr-btn-back:hover {
    background: #f5f5f5;
    color: #25B461;
}

.ge-cr-error-msg {
    color: #E03131;
    font-size: 13px;
    margin-top: 6px;
    display: none;
}

.ge-cr-field-group.has-error .ge-cr-input,
.ge-cr-field-group.has-error .ge-cr-select,
.ge-cr-field-group.has-error .ge-cr-select-trigger,
.ge-cr-field-group.has-error .ge-cr-textarea {
    border: 1px solid #E03131 !important;
}

.ge-cr-field-group.has-error .ge-cr-error-msg {
    display: block;
}


.ge-cr-file-list {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ge-cr-file-item {
    display: flex;
    align-items: center;
    background: #E4E4E4;
    padding: 9px 17px;
    border-radius: 20px;
    gap: 10px;
}

.ge-cr-file-icon {
    display: flex;
    align-items: center;
}

.ge-cr-file-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ge-cr-file-name {
    color: var(--Footer, #232323);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    word-break: break-all;
}

.ge-cr-file-size {
    color: var(--Grey-text, #8A8C8D);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ge-cr-file-remove {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.ge-cr-file-remove:hover svg path {
    stroke: #E03131;
}

.ge-cr-error-msg {
    color: #E03131;
    font-size: 13px;
    margin-top: 5px;
    display: none;
}

.ge-cr-field-group.has-error .ge-cr-error-msg {
    display: block;
}

.ge-cr-field-group.has-error .ge-cr-input {
    border: 1px solid #E03131 !important;
}

.ge-cr-select-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.ge-cr-select-native {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.ge-cr-select-custom {
    position: relative;
    width: 100%;
}

.ge-cr-select-trigger {
    width: 100%;
    min-height: 42px;
    padding: 9px 17px 9px 17px;
    border-radius: 20px;
    background: #E4E4E4;
    border: 1px solid #E4E4E4;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: 0.3s;
    outline: none;
}

.ge-cr-select-trigger:hover {
    background: #e0e0e0;
}

.ge-cr-select-wrapper.is-open .ge-cr-select-trigger {
    border-color: var(--Green, #25B461);
    background: #fff;
}

.ge-cr-select-wrapper.is-open .ge-cr-arrow-svg {
    transform: rotate(0deg);
}

.ge-cr-select-wrapper.is-open .ge-cr-arrow-svg path {
    fill: var(--Green, #25B461);
}

.ge-cr-select-trigger-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ge-cr-select-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    max-height: 240px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 100;
    display: none;
}

.ge-cr-select-wrapper.is-open .ge-cr-select-dropdown {
    display: block;
}

.ge-cr-select-option {
    padding: 12px 17px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Black-text, #000);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.ge-cr-select-option:first-child {
    border-radius: 20px 20px 0 0;
}

.ge-cr-select-option:last-child {
    border-radius: 0 0 20px 20px;
}

.ge-cr-select-option:hover {
    background: #f0f9f4;
    color: var(--Green, #25B461);
}

.ge-cr-select-option.is-selected {
    background: #f0f9f4;
    color: var(--Green, #25B461);
    font-weight: 600;
}

.ge-cr-select {
    width: 100%;
    min-height: 42px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 9px 40px 9px 17px;
    cursor: pointer;
    border-radius: 20px;
}

.ge-cr-select:hover {
    background: #e0e0e0;
}

.ge-cr-select option {
    background: #fff;
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 17px;
}

.ge-cr-select option:checked,
.ge-cr-select option:hover {
    background: #f0f9f4;
    color: var(--Green, #25B461);
}

.ge-cr-select-custom .ge-cr-arrow-svg {
    position: static;
    margin-top: 0;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.ge-cr-modal-wrapper {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    overflow-y: auto;
    border-radius: 20px; 
}

.ge-cr-modal-wrapper::-webkit-scrollbar {
    display: none;
}

@media (max-width: 739px) {
    .ge-cr-modal-wrapper {
        padding: 15px;
    }
}