/* temporar: ascunde recaptcha peste tot */
.grecaptcha-badge, .recaptcha-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('fonts/StoneSansITCStd-Medium/styles.css');
@import url('fonts/StoneSansITCStd-SemiBold/styles.css');
html, body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #F7F7F7;
}

@media (min-width: 768px) {
    .hide-on-desktop {
        display: none !important;
    }
}


.e-tooltip-wrap {
    z-index: 10000 !important;
}

.e-popup, .e-popup-open, .e-ddl.e-popup {
    z-index: 10000 !important;
}

.e-list-parent, .e-content {
    z-index: 10000 !important;
}

.e-tooltip {
    max-width: 300px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    padding: 8px 12px !important;
    word-wrap: break-word !important;
}

@media (hover: none) and (pointer: coarse) {
    .e-tooltip-wrap .e-tooltip-target {
        cursor: pointer !important;
    }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a, .btn-link {
    color: #0366d6;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

.margin-bottom {
    margin-bottom: 12px;
}
app {
    position: relative;
}

.main {
    background-color: #F7F7F7;
    min-height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .main {
        padding: 10px 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .main {
        padding: 5px 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        justify-content: flex-start;
        align-items: stretch;
    }
}

.top-row {
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: white;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
}

    .top-row .logo {
        display: flex;
        align-items: center;
    }

        .top-row .logo .logo-desktop {
            width: 86px;
            display: inline-block;
        }

        .top-row .logo .logo-mobile {
            display: none;
        }

.header-title h1 {
    font-size: 1.5rem;
}

.header-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .top-row {
        flex-direction: column;
        height: auto;
        padding: 10px;
        align-items: stretch;
        position: relative;
    }

    .top-row .logo,
    .top-row .col-auto {
        order: 1;
    }

    .top-row .logo {
        display: flex !important;
        align-items: center !important;
        width: calc(100% - 220px) !important;
        padding-bottom: 1.5rem;
        position: relative;
        float: left;
    }

    .top-row .col-auto {
        position: absolute !important;
        right: 10px !important;
        top: 10px !important;
        width: 210px !important;
        display: flex;
        align-items: center;
        z-index: 10;
    }



    .header-title {
        order: 2;
        margin-top: 0;
        text-align: center;
        width: 100%;
    }

        .header-title h1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            line-height: 22px;
            display: flex;
            align-items: center;
            text-align: center;
            color: #828282;
            justify-content: center;
        }

    .header-image {
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

        .header-image img {
            max-width: 80%;
        }

    .top-row .logo .logo-desktop {
        display: none !important;
    }

    .top-row .logo .logo-mobile {
        display: inline-block !important;
        width: auto;
        height: auto;
    }
}

@media (max-width: 480px) {
    .header-title h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #828282;
    }

    .header-image img {
        max-width: 60%;
    }

    .top-row .logo .logo-mobile {
        width: auto;
        height: auto;
    }
}


@media (max-width: 768px) and (min-width: 481px) {
    .top-row {
        flex-direction: column;
        height: auto;
        padding: 10px;
        align-items: stretch;
        position: relative;
    }

    .top-row .logo,
    .top-row .col-auto {
        order: 1;
    }

    .top-row .logo {
        display: flex !important;
        align-items: center !important;
        width: calc(100% - 220px) !important;
        padding-bottom: 1.5rem;
        position: relative;
        float: left;
    }

    .top-row .col-auto {
        position: absolute !important;
        right: 10px !important;
        top: 10px !important;
        width: 210px !important;
        display: flex;
        align-items: center;
        z-index: 10;
    }



    .header-title {
        order: 2;
        margin-top: 0;
        text-align: center;
        width: 100%;
    }

    .header-title h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #828282;
        justify-content: center;
    }

    .header-image {
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    .header-image img {
        max-width: 70%;
    }

    .top-row .logo .logo-desktop {
        display: none !important;
    }

    .top-row .logo .logo-mobile {
        display: inline-block !important;
        width: auto;
        height: auto;
    }
}

/* prevenire scroll orizontal pe latimi <= 768px; muta panoul off-canvas in afara cu transform fara a extinde latimea documentului si fixeaza badge-ul reCAPTCHA */
@media (max-width: 768px) {
    html, body { overflow-x: hidden !important; }

    /* panou clauze: nu folosi right negativ (cauzeaza scroll); foloseste transform */
    .mobile-clauses-panel {
        right: 0 !important;
        transform: translate(100%, -50%) !important; /* ascuns in afara, fara a extinde latimea */
    }
    .mobile-clauses-panel.show {
        right: 0 !important;
        transform: translate(0, -50%) !important; /* vizibil */
    }

    /* optional: asigura pozitia butonului de toggle fara overflow */
    .mobile-clauses-toggle.fixed { right: 0 !important; }

    /* reCAPTCHA badge: revenire la pozitionarea implicita Google (dreapta-jos) pe mobil */
    .grecaptcha-badge {
        left: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 1000 !important;
        position: fixed !important;
        opacity: 1 !important; visibility: visible !important;
    }
}



/* revenire: lasa badge-ul in pozitia implicita pe ecrane mari (dreapta-jos, fixed) */
@media (min-width: 992px) {
    .grecaptcha-badge {
        left: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 1000 !important;
        position: fixed !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* revenire: pozitia implicita si pe tablete (dreapta-jos, fixed) */
@media (min-width: 769px) and (max-width: 991px) {
    .grecaptcha-badge {
        left: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 1000 !important;
        position: fixed !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}


/* toggle de tip „acoperiri” pentru reCAPTCHA pe mobil */
@media (max-width: 359px) {
    /* ascunde badge-ul in afara ecranului fara a produce scroll; ramane o bucatica vizibila datorita tab-ului */
    .grecaptcha-badge {
        transform: translateX(calc(100% + 8px));
        transition: transform 0.25s ease;
    }
    body.recaptcha-open .grecaptcha-badge { transform: translateX(0); }

    .recaptcha-toggle {
        position: fixed;
        right: 0; bottom: 8px;
        background: rgba(255,255,255,0.95);
        color: #2F80ED;
        border: 1px solid #2F80ED;
        border-right: none;
        border-radius: 8px 0 0 8px;
        padding: 6px 10px;
        font: 500 12px Poppins, Arial, sans-serif;
        z-index: 2147483000; /* sub badge, dar peste restul UI */
        cursor: pointer;
        user-select: none;
    }
    body.recaptcha-open .recaptcha-toggle { right: 260px; }
}

/* corectii overflow pentru header pe latimi <= 768px */
@media (max-width: 768px) {
    .top-row { overflow-x: hidden !important; }
    .top-row .logo { width: 100% !important; float: none !important; }
}

/* corectii overflow pentru header pe 481px-768px (prioritizeaza aceste reguli) */
@media (max-width: 768px) and (min-width: 481px) {
    .top-row { overflow-x: hidden !important; }
    .top-row .logo { width: 100% !important; float: none !important; }
}

.header-title {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 33px;
    color: #828282;
    text-align: center;
    flex-grow: 1;
    margin: 0;
}



.header-image .right-picture {
    max-height: 50px;
    width: auto;
}

.content {
    background: #F7F7F7;
    flex-grow: 1;
    max-width: 1115px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .content {
        padding: 15px 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
    }

    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .row {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .col-md-12,
    .col-lg-9,
    .col-md-6,
    .col-lg-3,
    [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }
}


.heading-section {
    margin-bottom: 20px;
    text-align: center;
    background-color: #ffffff;
}

    .heading-section + .container {
        padding-bottom: 50px;
    }

footer {
    padding: 50px 0;
    background-color: #333;
    color: white;
}

    footer p {
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #8D8D8D;
        margin: 0;
    }

    footer .social {
        text-align: center;
        margin-top: 20px;
    }

        footer .social ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            footer .social ul li {
                display: inline-block;
                padding: 0 10px;
            }

                footer .social ul li a {
                    width: 40px;
                    height: 40px;
                    display: block;
                }

                    footer .social ul li a img {
                        max-width: 100%;
                        height: auto;
                    }


.info-page {
    width: 100%;
    text-align: center;
    padding: 0 0 25px;
}

    .info-page .page-title,
    .info-page .section-title {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.2px;
        color: #0062AA;
        font-family: 'Poppins', sans-serif;
        position: relative;
        margin: 0;
        padding: 0;
    }

        .info-page .page-title:before,
        .info-page {
            content: '';
            position: absolute;
            bottom: calc(100% + 10px);
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 2px;
            background-color: #00b773;
        }
.card {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;

}

.card-not-editable::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
    border-radius: .25rem;
    cursor: not-allowed;
}

.product-card {
    display: block;
    height:120px;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border: none;
    cursor: pointer;
}

    .product-card:before {
        content: "";
        display: block;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 9;
        bottom: 0;
        left: 0;
    }

    .product-card img {
        transform: translateX(-0%) translateY(-100%);
        width: 100%;
        height: auto;
        z-index: 5;
        transition: all .5s;
    }

    .product-card:hover img {
        transform: translateX(-10%) translateY(-110%) scale(1.2);
    }

    .product-card span {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 15px;
        width: 100%;
        z-index: 10;
        color: #ffffff;
        font-family: 'Poppins', Helvetica, Arial, sans-serif;
        transition: all .5s;
    }

    .product-card:hover span {
        bottom: 10px;
    }

@media (min-width: 992px) {
    footer p {
        text-align: left;
    }

    footer .social ul li {
        padding: 0 5px 20px;
    }

    footer .social {
        text-align: right;
    }

    .info-page {
        padding-bottom: 40px;
    }

        .info-page .page-title,
        .info-page .section-title {
            font-size: 28px;
        }
}

.d-flex.damage-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

    .d-flex.damage-columns .damage-column {
        flex: 0 0 100%;
    }

@media (min-width: 480px) {
    .d-flex.damage-columns .damage-column {
        flex: 0 0 45%;
    }
}

.damage-column .damage-table th,
.damage-column .damage-table td {
    vertical-align: middle;
}

select, input, textarea, button, .form-control, .e-input, .e-control, .e-btn {
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}

.text-center .e-numerictextbox {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.e-input-group, .e-input-group.e-control-wrapper, .e-float-input.e-control-wrapper,
.e-dropdownlist.e-control-wrapper, .e-datepicker.e-control-wrapper,
.e-numeric.e-control-wrapper {
    border: 1px solid #2F80ED !important;
}

.e-input-group.e-input-focus, .e-input-group.e-control-wrapper.e-input-focus,
.e-float-input.e-control-wrapper.e-input-focus, .e-dropdownlist.e-control-wrapper.e-input-focus,
.e-datepicker.e-control-wrapper.e-input-focus, .e-numeric.e-control-wrapper.e-input-focus {
    border-color: #2F80ED !important;
    box-shadow: 0 0 0 0.2rem rgba(47, 128, 237, 0.25) !important;
}


.table-bordered {
    border: 1px solid #2F80ED !important;
    border-radius: 4px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.table-bordered th, .table-bordered td {
    border-right: 1px solid #2F80ED !important;
    border-bottom: 1px solid #2F80ED !important;
    border-left: none !important;
    border-top: none !important;
}

.table-bordered th:last-child, .table-bordered td:last-child {
    border-right: none !important;
}

.table-bordered tbody tr:last-child td {
    border-bottom: none !important;
}

.table-bordered thead tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

.table-bordered thead tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

.table-bordered tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.table-bordered tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.border.rounded {
    border-color: #2F80ED !important;
}

.e-checkbox-wrapper .e-frame {
    border: 1px solid #2F80ED !important;
}

.e-checkbox-wrapper .e-frame.e-focus {
    border-color: #2F80ED !important;
    box-shadow: 0 0 0 0.2rem rgba(47, 128, 237, 0.25) !important;
}

.table .e-numeric.e-control-wrapper {
    border: none !important;
}
.table .e-numeric.e-control-wrapper.e-input-focus {
    border: none !important;
    box-shadow: none !important;
}
.col-md-6.mb-3.d-flex.align-items-center + .mt-2 {
    display: flex !important;
    align-items: center !important;
}
.input-error:has(.e-input-group) {
    border: none !important;
}

.input-error .e-input-group,
.input-error .e-input-group.e-control-wrapper {
    border: 1px solid #dc3545 !important;
    width: 200px !important;
}
.gdpr-card-body {
    font-size: 15px;
}

.input-error .e-input-group.e-input-focus,
.input-error .e-input-group.e-control-wrapper.e-input-focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.input-error:not(:has(.e-input-group)) {
    border: 1px solid #dc3545 !important;
}

select {
    height: 33px !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
}

    select option:hover,
    select option:focus {
        background: rgb(0, 123, 255);
        color: white;
    }

    select option:checked,
    select option:focus {
        background: rgb(0, 123, 255);
        color: white !important;
    }

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 10001;
}

    .blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.ana {
    background: #ffffff url('../images/New_look_ANA.png') no-repeat right bottom;
    background-size: auto 100%;
    margin: 0 auto;
}

    .ana p {
        width: 60%;
    }

    .ana h4, .ana h5 {
        width: 74%;
        color: rgb(0, 94, 164);
    }

@media (max-width: 991px) {
    .ana {
        margin-top: 50px;
    }
}
.pBlue {
    color: #015198;
}

.rating {
    display: inline-block;
    height: 26px !important;
}

    .rating .star {
        display: inline-block;
        cursor: pointer;
        width: 26px;
        height: 26px;
        background-image: url(../images/star-empty.png);
        background-size: cover;
        margin-right: 5px;
    }

        .rating .star.checked,
        .rating .star:hover {
            background-image: url(../images/star-filled.png);
        }

    .rating .disabled {
        opacity: .65;
    }

    .rating .label {
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        text-align: center;
    }
.stepper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    position: relative;
}

    .stepper .step {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        flex-grow: 1;
        text-align: center;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
        color: #948B8F;
        position: relative;
    }

        .stepper .step .step-label {
            font-family: Poppins;
            font-size: 14px;
            font-weight: 500;
            line-height: 21px;
            text-align: left;
            margin-left: 10px;
        }

        .stepper .step .step-icon {
            width: 20px;
            height: 20px;
        }

        .stepper .step .step-bar {
            width: 100%;
            height: 4px;
            background-color: #e0e0e0;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: background-color 0.3s ease;
        }

        .stepper .step.active .step-bar {
            background-color: #6FCF97;
        }

        .stepper .step.completed .step-bar {
            background-color: #6FCF97;
        }

@media (max-width: 768px) and (min-width: 360px) {
    .stepper .step {
        padding: 15px 5px;
        font-size: 11px;
    }

    .stepper .step .step-label {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #828282;
        margin-left: 10px;
    }
    #divInputPage {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #divInputPage .container,
    #divInputPage .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    #divInputPage .col-md-12,
    #divInputPage .col-lg-9,
    #divInputPage [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    #divInputPage .card-body-big {
        height: auto !important;
        width: 100% !important;
        padding: 15px 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 360px !important;
        margin-left: 0;
        box-sizing: border-box !important;
    }

    #divInputPage .col-md-6,
    #divInputPage .col-md-10,
    #divInputPage .col-md-9 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #divInputPage .row {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #divInputPage .col-md-6,
    #divInputPage .col-md-10,
    #divInputPage .col-md-9 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
    }
    #divInputPage .mb-3,
    #divInputPage .mb-4 {
        margin-bottom: 15px !important;
    }
    #divInputPage .d-flex.align-items-center {
        flex-direction: row !important;
        align-items: center !important;
    }

    #divInputPage .label-input {
        width: 140px !important;
        min-width: 140px !important;
        max-width: 140px !important;
        flex-shrink: 0 !important;
        font-size: 14px !important;
        text-align: left !important;
        margin-bottom: 0 !important;
    }

    #divInputPage .label-input.col-md-6,
    #divInputPage .label-input.col-md-3,
    #divInputPage .label-input.col-md-10 {
        width: 140px !important;
        min-width: 140px !important;
        max-width: 140px !important;
        flex-shrink: 0 !important;
    }
    #divInputPage .d-flex.align-items-center > div[style*="flex-grow"] {
        width: 200px !important;
        max-width: 200px !important;
        flex-shrink: 0 !important;
    }
    #divInputPage .e-dropdownlist,
    #divInputPage .e-datepicker {
        width: 200px !important;
        max-width: 200px !important;
    }


    #divInputPage .e-dropdownlist .e-input-group,
    #divInputPage .e-datepicker .e-input-group {
        width: 200px !important;
        max-width: 200px !important;
    }


    #divInputPage .border.rounded {
        width: 200px !important;
        max-width: 200px !important;
        margin-bottom: 10px !important;
    }


    #divInputPage .border.rounded[style*="width: 189px"] {
        width: 200px !important;
        max-width: 200px !important;
    }




    #divInputPage .row .col-md-10 .d-flex.align-items-center > div[style*="width: 424px"] {
        display: none !important;
    }



    #divInputPage .table-bordered {
        font-size: 12px !important;
        margin-bottom: 15px !important;
        width: 100% !important;
        table-layout: fixed !important;
    }

    #divInputPage .table th,
    #divInputPage .table td {
        padding: 8px 4px !important;
        font-size: 12px !important;
        vertical-align: middle !important;
        word-wrap: break-word !important;
    }

    #divInputPage .table th {
        text-align: center !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
    }


    #divInputPage .table th:nth-child(1),
    #divInputPage .table td:nth-child(1) {
        width: 35% !important;
    }

    #divInputPage .table th:nth-child(2),
    #divInputPage .table td:nth-child(2) {
        width: 35% !important;
    }

    #divInputPage .table th:nth-child(3),
    #divInputPage .table td:nth-child(3) {
        width: 30% !important;
    }


    #divInputPage .numeric-control-button {
        height: 24px !important;
        width: 24px !important;
        font-size: 12px !important;
    }

    #divInputPage .e-numerictextbox {
        width: 32px !important;
        font-size: 12px !important;
    }


    #divInputPage .table .mx-1 {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }


    #divInputPage .d-flex.align-items-start {
        gap: 10px !important;
    }

    #divInputPage .col-md-10.pl-4.ml-1 {
        padding-left: 0 !important;
        margin-left: 0 !important;
        flex: 1 !important;
    }


    #divInputPage .col-md-9 {
        width: 100% !important;
        max-width: 100% !important;
    }

    #divInputPage .d-flex.align-items-start {
        flex-direction: row !important;
        align-items: flex-start !important;

    }

    #divInputPage .d-flex.flex-column.col-md-6 {
        width: auto !important;
        flex: 1 !important;
        margin-top: 0 !important;
    }


    #divInputPage .label-input.col-md-10 {
        min-width: 200px !important;
        flex-shrink: 0 !important;
    }


    #divInputPage .mx-4 {
        margin-left: 30px !important;
        margin-right: 0 !important;
    }


    #divInputPage .d-flex.align-items-center .border.rounded {
        padding: 10px 15px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
        max-width: none !important;
    }

    #divInputPage .d-flex.align-items-center .border.rounded span {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }


    #divInputPage .border.rounded span.small {
        display: block !important;
        font-size: 12px !important;
        margin-top: 3px !important;
        color: #666 !important;
    }


    #divInputPage .d-flex.align-items-center.e-checkbox-wrapper {
        margin-right: 15px !important;
    }


    #divInputPage .pl-3.pr-3.ms-2 {
        margin-left: 10px !important;
        margin-right: 0 !important;
    }


    .e-tooltip-wrap {
        z-index: 10000 !important;
        position: fixed !important;
    }

    .e-tooltip {

        max-width: 280px !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        padding: 8px 12px !important;
        word-wrap: break-word !important;
        white-space: normal !important;
    }


    .e-tooltip .e-tip-content {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }


    #divInputPage .col-md-6.mb-3.d-flex.align-items-center {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    #divInputPage .col-md-6.mb-3.d-flex.align-items-center .d-flex.align-items-center {
        width: 100% !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }




    #divInputPage .col-md-6.mb-3.d-flex.align-items-center .mt-2.mb-4 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        flex-shrink: 0 !important;
    }


    #divInputPage .col-md-10.mb-3 .d-flex.align-items-start {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #divInputPage .col-md-10.mb-3 .label-input.col-md-3 {
        width: 100% !important;
        margin-bottom: 10px !important;
        white-space: nowrap !important;
        padding: 0 !important;
    }

    #divInputPage .col-md-10.pl-4.ml-1 {
        width: 90% !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }


    #divInputPage .row.mb-2 {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #divInputPage .col-md-9.mb-4 {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
    }

    #divInputPage .col-md-9.mb-4 .d-flex.align-items-start {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #divInputPage .col-md-9.mb-4 .label-input.col-md-10 {
        width: 100% !important;
        margin-bottom: 10px !important;
        white-space: normal !important;   /* permite text pe mai multe randuri */
        overflow-wrap: anywhere;
        min-width: 0 !important;
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        padding: 0 !important;
    }

    #divInputPage .col-md-9.mb-4 .d-flex.flex-column.col-md-6 {
        width: 100% !important;
        padding: 0 !important;
    }


    #divInputPage .col-md-9.mb-4 .d-flex.align-items-center .e-checkbox-wrapper {
        margin-right: 15px !important;
    }

    #divInputPage .col-md-9.mb-4 .d-flex.align-items-center {
        margin-bottom: 10px !important;
        flex-wrap: wrap !important;
    }


    #divInputPage .col-md-9.mb-4 .d-flex.align-items-start.pt-2 {
        margin-top: 10px !important;
        padding-top: 0 !important;
        width: 100% !important;
    }

    #divInputPage .col-md-9.mb-4 .info-block {
        width: 100% !important;
        margin-left: 0 !important;
    }


    #divInputPage .info-block {
        margin-top: 15px !important;
        padding: 10px !important;
    }

    #divInputPage .info-text p {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin: 0 !important;
    }


    #divInputPage .text-danger {
        font-size: 12px !important;
        margin-top: 5px !important;
    }


    #divInputPage .alert {
        font-size: 13px !important;
        padding: 10px !important;
        margin-top: 10px !important;
    }


    #divQuotationPage {
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
        text-align: center;
    }

    #divQuotationPage .card-body {
        padding: 0;
        background: transparent;
    }


    #divQuotationPage .summary-section {
        display: none;
    }

    #divQuotationPage hr {
        display: none;
    }


    #divQuotationPage .price-text {
        font-size: 1.5rem !important;
        color: #2196f3 !important;
        display: block !important;
        margin-bottom: 15px;
    }


    #divQuotationPage .e-btn {
        color: #fff !important;
        width: 134px !important;
        height: 35px !important;
        background: #2F80ED !important;
        border-radius: 3px !important;
        border: none !important;
        min-width: 134px !important;
        padding: 0 !important;
        line-height: 35px !important;
        font-size: 14px;
    }


    #divQuotationPage h4.text-secondary {
        font-size: 16px;
        margin-bottom: 10px !important;
        color: #333 !important;
    }


    #Clauses {
        display: none !important;
    }


    #divTermsPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divTermsPage .col-md-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    #divTermsPage .row {
        margin: 0 !important;
    }

    #divTermsPage .col-md-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 10px !important;
    }


    #divTermsPage .text-dark {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }


    #divTermsPage ol {
        padding-left: 20px !important;
        margin-bottom: 20px !important;
    }

    #divTermsPage ol li {
        margin-bottom: 8px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    #divTermsPage ol li a {
        font-size: 14px !important;
        line-height: 1.4 !important;
        word-wrap: break-word !important;
    }


    #divTermsPage .checkbox-container {
        display: flex !important;
        align-items: flex-start !important;
        margin-bottom: 15px !important;
        padding-left: 0 !important;
        padding-right: 15px !important;
    }

    #divTermsPage .checkbox-container input[type="checkbox"] {
        margin-right: 10px !important;
        margin-top: 2px !important;
        flex-shrink: 0 !important;
    }

    #divTermsPage .checkbox-container label {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important;
        word-wrap: break-word !important;
        flex-grow: 1 !important;
    }


    #divTermsPage .back-button {
        position: static !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }

    #divTermsPage .back-button .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }


    #divHasUniqaAccountPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divHasUniqaAccountPage .col-md-12,
    #divHasUniqaAccountPage .col-md-8,
    #divHasUniqaAccountPage .col-md-5,
    #divHasUniqaAccountPage .col-md-3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 10px !important;
    }


    #divHasUniqaAccountPage .row {
        margin: 0 !important;
    }


    #divHasUniqaAccountPage .general-text {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
    }

    #divHasUniqaAccountPage .info-text-acc {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }


    #divHasUniqaAccountPage .form-check {
        margin-bottom: 10px !important;
    }

    #divHasUniqaAccountPage .d-flex.align-items-center {
        flex-wrap: wrap !important;
        gap: 10px !important;
    }


    #divHasUniqaAccountPage .e-textbox {
        width: 100% !important;
    }


    #divHasUniqaAccountPage .e-btn {
        width: 100% !important;
        max-width: 250px !important;
        font-size: 16px !important;
        padding: 12px 20px !important;
        margin-bottom: 10px !important;
    }


    #divHasUniqaAccountPage .back-button {
        position: static !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }

    #divHasUniqaAccountPage .back-button .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }


    #divHasUniqaAccountPage .upload-section {
        width: 100% !important;
        margin-top: 15px !important;
    }

    #divHasUniqaAccountPage .custom-upload-button {
        width: 100% !important;
        max-width: 250px !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
    }

    #divHasUniqaAccountPage .upload-description {
        width: 100% !important;
        white-space: normal !important;
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }


    #divPersonalDataPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divPersonalDataPage .col-md-12,
    #divPersonalDataPage .col-md-8,
    #divPersonalDataPage .col-md-6,
    #divPersonalDataPage .col-md-3,
    #divPersonalDataPage .col-md-2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


    #divPersonalDataPage .row {
        margin: 0 !important;
        flex-direction: column !important;
    }


    #divPersonalDataPage .form-header {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
        text-align: left !important;
    }


    #divPersonalDataPage .e-textbox,
    #divPersonalDataPage .e-datepicker,
    #divPersonalDataPage .e-maskedtextbox {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
    }


    #divPersonalDataPage .e-dropdownlist {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    #divPersonalDataPage .e-input-group,
    #divPersonalDataPage .e-input-group.e-control-wrapper,
    #divPersonalDataPage .e-float-input.e-control-wrapper,
    #divPersonalDataPage .e-datepicker.e-control-wrapper,
    #divPersonalDataPage .e-numeric.e-control-wrapper {
        height: 40px !important;
    }


    #divPersonalDataPage .e-dropdownlist.e-control-wrapper {
        width: 100% !important;
    }

    #divPersonalDataPage .e-input-group input,
    #divPersonalDataPage .e-control-wrapper input:not(.e-dropdownlist input) {
        height: 38px !important;
        line-height: 38px !important;
    }


    #divPersonalDataPage .label-input {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        display: block !important;
        font-weight: 500 !important;
    }


    #divPersonalDataPage .mobile-form-container {
        padding: 0 15px !important;
    }


    #divUniqaLoginOK .label-input {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        display: block !important;
        font-weight: 500 !important;
    }


    #divUniqaLoginOK .mobile-form-container {
        padding: 0 15px !important;
    }


    #divUniqaLoginOK .e-textbox,
    #divUniqaLoginOK .e-datepicker,
    #divUniqaLoginOK .e-maskedtextbox {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
        line-height: 40px !important;
    }


    #divUniqaLoginOK .e-dropdownlist {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    #divUniqaLoginOK .e-input-group,
    #divUniqaLoginOK .e-input-group.e-control-wrapper,
    #divUniqaLoginOK .e-float-input.e-control-wrapper,
    #divUniqaLoginOK .e-datepicker.e-control-wrapper,
    #divUniqaLoginOK .e-numeric.e-control-wrapper {
        height: 40px !important;
    }


    #divUniqaLoginOK .e-dropdownlist.e-control-wrapper {
        width: 100% !important;
    }

    #divUniqaLoginOK .e-input-group input,
    #divUniqaLoginOK .e-control-wrapper input:not(.e-dropdownlist input) {
        height: 38px !important;
        line-height: 38px !important;
    }


    #divUniqaLoginOK .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divUniqaLoginOK .col-md-2,
    #divUniqaLoginOK .col-md-3,
    #divUniqaLoginOK .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


    #divUniqaLoginOK .row {
        margin: 0 !important;
        flex-direction: column !important;
    }


    #divUniqaLoginOK .back-button {
        position: static !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }

    #divUniqaLoginOK .back-button .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }

    #divPersonalDataPage .form-label-col {
        align-items: flex-start !important;
        padding-bottom: 0 !important;
        margin-bottom: 5px !important;
    }


    #divPersonalDataPage .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
        margin-bottom: 10px !important;
    }

    #divPersonalDataPage .validation-button {
        width: 100% !important;
        max-width: 200px !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
    }


    #divPersonalDataPage .back-button {
        position: static !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }


    #divPersonalDataPage .info-block {
        margin-left: 0 !important;
        margin-top: 15px !important;
        padding: 10px !important;
        width: 100% !important;
    }

    #divPersonalDataPage .info-text {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    #divPersonalDataPage .info-text p {
        margin-bottom: 5px !important;
    }


    #divPersonalDataPage .bottom-text {
        font-size: 12px !important;
        line-height: 1.4 !important;
        padding: 15px 0 !important;
        margin-top: 15px !important;
    }


    #divPersonalDataPage .d-flex {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    #divPersonalDataPage .text-danger {
        font-size: 12px !important;
        margin-top: 5px !important;
    }


    #divPersonalDataPage .e-popup,
    #divPersonalDataPage .e-popup.e-popup-open {
        z-index: 10000 !important;
        max-height: 300px !important;
        overflow-y: auto !important;
    }


    #divUniqaLoginOK .e-popup,
    #divUniqaLoginOK .e-popup.e-popup-open {
        z-index: 10000 !important;
        max-height: 300px !important;
        overflow-y: auto !important;
    }


    #divIsInsuredPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
        max-width: 100% !important;
    }


    #divIsInsuredPage .row {
        margin: 0 !important;
        flex-direction: column !important;
    }


    #divIsInsuredPage .e-textbox,
    #divIsInsuredPage .e-datepicker,
    #divIsInsuredPage .e-maskedtextbox {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
        font-size: 14px !important;
    }

    #divIsInsuredPage .e-dropdownlist {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
    }

    #divIsInsuredPage .e-input-group input,
    #divIsInsuredPage .e-control-wrapper input {
        height: 38px !important;
        line-height: 38px !important;
    }


    #divIsInsuredPage .label-input {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        display: block !important;
        font-weight: 500 !important;
    }


    #divIsInsuredPage .mobile-form-container {
        padding: 0 15px !important;
    }


    #divIsInsuredPage .back-button {
        position: static !important;
        margin-top: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }

    #divIsInsuredPage .back-button .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
        margin-bottom: 5px !important;
    }


    #divIsInsuredPage .e-popup,
    #divIsInsuredPage .e-popup.e-popup-open {
        z-index: 10000 !important;
        position: fixed !important;
        overflow-y: auto !important;
    }


    #divIsInsuredPage .main-question {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }


    #divIsInsuredPage .form-check {
        margin-bottom: 10px !important;
    }

    #divIsInsuredPage .d-flex.align-items-center {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }


    #divIsInsuredPage .sport-extrem-switch {
        justify-content: flex-start !important;
        margin-top: 10px !important;
    }


    #divInsuredPeopleInputPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divInsuredPeopleInputPage .col-md-6,
    #divInsuredPeopleInputPage .col-md-4,
    #divInsuredPeopleInputPage .col-md-8,
    #divInsuredPeopleInputPage .col-md-2,
    #divInsuredPeopleInputPage .col-md-3 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }


    #divInsuredPeopleInputPage .row {
        margin: 0 !important;
        flex-direction: column !important;
    }


    #divInsuredPeopleInputPage .e-textbox,
    #divInsuredPeopleInputPage .e-datepicker,
    #divInsuredPeopleInputPage .e-maskedtextbox {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
        font-size: 14px !important;
    }

    #divInsuredPeopleInputPage .e-dropdownlist {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
    }

    #divInsuredPeopleInputPage .e-dropdownlist .e-input-group input {
        height: 38px !important;
        line-height: 38px !important;
    }


    #divInsuredPeopleInputPage .label-input {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        display: block !important;
        font-weight: 500 !important;
    }


    #divInsuredPeopleInputPage .form-header {
        font-size: 16px !important;
        margin-bottom: 15px !important;
        font-weight: 500 !important;
        color: black !important;
    }


    #divInsuredPeopleInputPage .mobile-form-container {
        padding: 0 15px !important;
    }


    #divInsuredPeopleInputPage .back-button {
        position: static !important;
        margin-top: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }

    #divInsuredPeopleInputPage .back-button .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
        margin-bottom: 5px !important;
    }


    #divInsuredPeopleInputPage .sport-extrem-switch {
        justify-content: flex-start !important;
        margin-top: 10px !important;
    }

    #divInsuredPeopleInputPage .sport-extrem-switch .e-switch-wrapper {
        transform: scale(1.2) !important;
    }


    #divInsuredPeopleInputPage .e-popup,
    #divInsuredPeopleInputPage .e-popup.e-popup-open {
        z-index: 10000 !important;
        position: fixed !important;
        overflow-y: auto !important;
    }


    #divOfferSummaryPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divOfferSummaryPage .col-md-6,
    #divOfferSummaryPage .col-md-5 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }


    #divOfferSummaryPage .row {
        margin: 0 !important;
        flex-direction: column !important;
    }


    #divOfferSummaryPage .mobile-form-container {
        padding: 0 15px !important;
    }


    #divOfferSummaryPage .offer-summary-title {
        font-size: 18px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }


    #divOfferSummaryPage .offer-info-card {
        margin-bottom: 20px !important;
    }

    #divOfferSummaryPage .offer-info-text {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }


    #divOfferSummaryPage .total-premium-title {
        font-size: 16px !important;
        font-weight: 600 !important;
        display: block !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }


    #divOfferSummaryPage .info-disclaimer {
        font-size: 12px !important;
        line-height: 1.4 !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }


    #divOfferSummaryPage .btn-download-offer,
    #divOfferSummaryPage .btn-pay {
        width: 100% !important;
        max-width: 300px !important;
        font-size: 16px !important;
        padding: 12px 20px !important;
        margin-bottom: 10px !important;
    }


    #divOfferSummaryPage .d-flex.flex-column {
        align-items: center !important;
        width: 100% !important;
    }


    #divPaymentResultPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divPaymentResultPage .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }


    #divPaymentResultPage .row {
        margin: 0 !important;
        flex-direction: column !important;
    }




    #divPaymentResultPage .payment-success-text {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        color: #219653 !important;
        text-align: left !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }


    #divPaymentResultPage .payment-failed-text {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
        text-align: center !important;
        color: #EB5757 !important;
    }


    #divPaymentResultPage .feedback-question-text {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        color: #828282 !important;
        text-align: left !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }

    #divPaymentResultPage .feedback-input {
        width: 100% !important;
        font-size: 14px !important;
        padding: 10px !important;
        border: 1px solid #ddd !important;
        border-radius: 4px !important;
        resize: vertical !important;
    }

    #divPaymentResultPage .feedback-instruction-text {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        color: #828282 !important;
        text-align: left !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }

    #divPaymentResultPage .feedback-success-text {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }


    #divPaymentResultPage .finalize-btn,
    #divPaymentResultPage .btn-retry-payment {
        width: 100% !important;
        max-width: 300px !important;
        font-size: 16px !important;
        padding: 12px 20px !important;
        margin-bottom: 10px !important;
    }


    #divPaymentResultPage .new-session-link {
        font-size: 14px !important;
        color: #2F80ED !important;
        cursor: pointer !important;
        text-decoration: underline !important;
        text-align: center !important;
        display: block !important;
        margin-top: 15px !important;
    }

    #divPaymentResultPage .new-session-link:hover {
        color: #2970d1 !important;
    }
}


@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }


    #divInputPage .border.rounded span.small.hide-on-mobile {
        display: none !important;
    }
}


@media (max-width: 359px) {

    .stepper .step {
        padding: 15px 5px;
        font-size: 11px;
    }

    .stepper .step .step-label {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #828282;
        margin-left: 10px;
    }

    /* fixeaza latimea stepper-ului si sectiunii heading */
    .heading-section,
    .stepper {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }


    .main {
        transform-origin: top left !important;
        width: 360px !important;
        min-width: 360px !important;
        transform: scale(calc(100vw / 360)) !important;
    }


    body {
        overflow-x: hidden !important;
    }


    #divInputPage {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #divInputPage .container,
    #divInputPage .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    #divInputPage .col-md-12,
    #divInputPage .col-lg-9,
    #divInputPage [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    #divInputPage .card-body-big {
        height: auto !important;
        width: 360px !important;
        min-width: 360px !important;
        padding: 15px 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0;
        box-sizing: border-box !important;
    }

    /* impiedica micsorarea tabelului sub latimea containerului */
    #divInputPage .table,
    #divInputPage table {
        width: 100% !important;
        table-layout: fixed !important;
    }

    /* impiedica micsorarea tabelelor in toate paginile */
    .table, table {
        width: 100% !important;
        table-layout: fixed !important;
    }




    #divInputPage .col-md-6,
    #divInputPage .col-md-10,
    #divInputPage .col-md-9 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .row {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .col-md-12,
    .col-lg-9,
    .col-md-6,
    .col-lg-3,
    [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }


    #divInputPage .row {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #divInputPage .col-md-6,
    #divInputPage .col-md-10,
    #divInputPage .col-md-9 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
    }

    #divInputPage .mb-3,
    #divInputPage .mb-4 {
        margin-bottom: 15px !important;
    }


    #divInputPage .d-flex.align-items-center {
        flex-direction: row !important;
        align-items: center !important;

    }

    #divInputPage .label-input {
        width: 140px !important;
        min-width: 140px !important;
        max-width: 140px !important;
        flex-shrink: 0 !important;
        font-size: 14px !important;
        text-align: left !important;
        margin-bottom: 0 !important;
    }

    #divInputPage .label-input.col-md-6,
    #divInputPage .label-input.col-md-3,
    #divInputPage .label-input.col-md-10 {
        width: 140px !important;
        min-width: 140px !important;
        max-width: 140px !important;
        flex-shrink: 0 !important;
    }


    #divInputPage .d-flex.align-items-center > div[style*="flex-grow"] {
        width: 200px !important;
        max-width: 200px !important;
        flex-shrink: 0 !important;
    }


    #divInputPage .e-dropdownlist,
    #divInputPage .e-datepicker {
        width: 200px !important;
        max-width: 200px !important;
    }

    #divInputPage .e-dropdownlist .e-input-group,
    #divInputPage .e-datepicker .e-input-group {
        width: 200px !important;
        max-width: 200px !important;
    }


    #divInputPage .border.rounded {
        width: 200px !important;
        max-width: 200px !important;
        margin-bottom: 10px !important;
    }

    #divInputPage .border.rounded[style*="width: 189px"] {
        width: 200px !important;
        max-width: 200px !important;
    }


    #divInputPage .ms-3[style*="flex-grow: 1"] {
        width: 100% !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
    }

    #divInputPage .ms-3[style*="flex-grow: 1"] .e-textbox {
        width: 100% !important;
    }


    #divInputPage .d-flex.align-items-center:has(.ms-3[style*="flex-grow: 1"]) {
        flex-wrap: wrap !important;
    }


    #divInputPage .border.rounded:has(+ .mt-2.mb-4) {
        margin-bottom: 5px !important;
    }


    #divInputPage .ms-3[style*="flex-grow: 1"] {
        flex-basis: 100% !important;
        display: flex !important;
        gap: 10px !important;
        margin-top: 15px !important;
        margin-left: 0 !important;
    }


    #divInputPage .ms-3[style*="flex-grow: 1"] > div {
        flex: 1 !important;
        min-width: 0 !important;
    }

    #divInputPage .ms-3[style*="flex-grow: 1"] .e-textbox {
        width: 100% !important;
        min-width: 120px !important;
    }


    #divInputPage .row .col-md-10 .d-flex.align-items-center > div[style*="width: 424px"] {
        display: none !important;
    }


    #divInputPage .table-bordered {
        font-size: 12px !important;
        margin-bottom: 15px !important;
        width: 100% !important;
        table-layout: fixed !important;
    }

    #divInputPage .table th,
    #divInputPage .table td {
        padding: 8px 4px !important;
        font-size: 12px !important;
        vertical-align: middle !important;
        word-wrap: break-word !important;
    }

    #divInputPage .table th {
        text-align: center !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
    }


    #divInputPage .table th:nth-child(1),
    #divInputPage .table td:nth-child(1) {
        width: 35% !important;
    }

    #divInputPage .table th:nth-child(2),
    #divInputPage .table td:nth-child(2) {
        width: 35% !important;
    }

    #divInputPage .table th:nth-child(3),
    #divInputPage .table td:nth-child(3) {
        width: 30% !important;
    }


    #divInputPage .numeric-control-button {
        height: 24px !important;
        width: 24px !important;
        font-size: 12px !important;
    }

    #divInputPage .e-numerictextbox {
        width: 32px !important;
        font-size: 12px !important;
    }


    #divInputPage .table .mx-1 {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }


    #divInputPage .d-flex.align-items-start {
        gap: 10px !important;
    }

    #divInputPage .col-md-10.pl-4.ml-1 {
        padding-left: 0 !important;
        margin-left: 0 !important;
        flex: 1 !important;
    }


    #divInputPage .d-flex.align-items-start {
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    #divInputPage .d-flex.flex-column.col-md-6 {
        width: auto !important;
        flex: 1 !important;
        margin-top: 0 !important;
    }


    #divInputPage .label-input.col-md-10 {
        min-width: 200px !important;
        flex-shrink: 0 !important;
    }


    #divInputPage .mx-4 {
        margin-left: 30px !important;
        margin-right: 0 !important;
    }


    #divInputPage .d-flex.align-items-center .border.rounded {
        padding: 10px 15px !important;
        margin-bottom: 10px !important;
        width: 200px !important;
        max-width: 200px !important;
    }

    #divInputPage .d-flex.align-items-center .border.rounded span {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }


    #divInputPage .border.rounded span.small {
        display: block !important;
        font-size: 12px !important;
        margin-top: 3px !important;
        color: #666 !important;
    }


    #divInputPage .d-flex.align-items-center.e-checkbox-wrapper {
        margin-right: 15px !important;
    }


    #divInputPage .pl-3.pr-3.ms-2 {
        margin-left: 10px !important;
        margin-right: 0 !important;
    }


    .e-tooltip-wrap {
        z-index: 10000 !important;
        position: fixed !important;
    }

    .e-tooltip {

        max-width: 280px !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        padding: 8px 12px !important;
        word-wrap: break-word !important;
        white-space: normal !important;
    }


    .e-tooltip .e-tip-content {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }


    #divInputPage .col-md-6.mb-3.d-flex.align-items-center {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    #divInputPage .col-md-6.mb-3.d-flex.align-items-center .d-flex.align-items-center {
        width: 100% !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }




    #divInputPage .col-md-6.mb-3.d-flex.align-items-center .mt-2.mb-4 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        flex-shrink: 0 !important;
    }


    #divInputPage .col-md-10.mb-3 .d-flex.align-items-start {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #divInputPage .col-md-10.mb-3 .label-input.col-md-3 {
        width: 100% !important;
        margin-bottom: 10px !important;
        white-space: nowrap !important;
        padding: 0 !important;
    }

    #divInputPage .col-md-10.pl-4.ml-1 {
        width: 90% !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }


    #divInputPage .row.mb-2 {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #divInputPage .col-md-9.mb-4 {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
    }

    #divInputPage .col-md-9.mb-4 .d-flex.align-items-start {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #divInputPage .col-md-9.mb-4 .label-input.col-md-10 {
        width: 100% !important;
        margin-bottom: 10px !important;
        white-space: nowrap !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        padding: 0 !important;
    }

    #divInputPage .col-md-9.mb-4 .d-flex.flex-column.col-md-6 {
        width: 100% !important;
        padding: 0 !important;
    }


    #divInputPage .col-md-9.mb-4 .d-flex.align-items-center .e-checkbox-wrapper {
        margin-right: 15px !important;
    }

    #divInputPage .col-md-9.mb-4 .d-flex.align-items-center {
        margin-bottom: 10px !important;
        flex-wrap: wrap !important;
    }


    #divInputPage .col-md-9.mb-4 .d-flex.align-items-start.pt-2 {
        margin-top: 10px !important;
        padding-top: 0 !important;
        width: 100% !important;
    }

    #divInputPage .col-md-9.mb-4 .info-block {
        width: 100% !important;
        margin-left: 0 !important;
    }


    #divInputPage .info-block {
        margin-top: 15px !important;
        padding: 10px !important;
    }

    #divInputPage .info-text p {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin: 0 !important;
    }


    #divInputPage .text-danger {
        font-size: 12px !important;
        margin-top: 5px !important;
    }


    #divInputPage .alert {
        font-size: 13px !important;
        padding: 10px !important;
        margin-top: 10px !important;
    }


    #divQuotationPage {
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
        text-align: center;
    }

    #divQuotationPage .card-body {
        padding: 0;
        background: transparent;
    }


    #divQuotationPage .summary-section {
        display: none;
    }

    #divQuotationPage hr {
        display: none;
    }


    #divQuotationPage .price-text {
        font-size: 1.5rem !important;
        color: #2196f3 !important;
        display: block !important;
        margin-bottom: 15px;
    }


    #divQuotationPage .e-btn {
        color: #fff !important;
        width: 134px !important;
        height: 35px !important;
        background: #2F80ED !important;
        border-radius: 3px !important;
        border: none !important;
        min-width: 134px !important;
        padding: 0 !important;
        line-height: 35px !important;
        font-size: 14px;
    }


    #divQuotationPage h4.text-secondary {
        font-size: 16px;
        margin-bottom: 10px !important;
        color: #333 !important;
    }


    #Clauses {
        display: none !important;
    }


    #divInputPage .border.rounded span.small.hide-on-mobile {
        display: none !important;
    }


    #divTermsPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divTermsPage .col-md-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    #divTermsPage .row {
        margin: 0 !important;
    }

    #divTermsPage .col-md-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 10px !important;
    }


    #divTermsPage .text-dark {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }


    #divTermsPage ol {
        padding-left: 20px !important;
        margin-bottom: 20px !important;
    }

    #divTermsPage ol li {
        margin-bottom: 8px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    #divTermsPage ol li a {
        font-size: 14px !important;
        line-height: 1.4 !important;
        word-wrap: break-word !important;
    }


    #divTermsPage .checkbox-container {
        display: flex !important;
        align-items: flex-start !important;
        margin-bottom: 15px !important;
        padding-left: 0 !important;
        padding-right: 15px !important;
    }

    #divTermsPage .checkbox-container input[type="checkbox"] {
        margin-right: 10px !important;
        margin-top: 2px !important;
        flex-shrink: 0 !important;
    }

    #divTermsPage .checkbox-container label {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important;
        word-wrap: break-word !important;
        flex-grow: 1 !important;
    }


    #divTermsPage .back-button {
        position: static !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }

    #divTermsPage .back-button .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }


    #divHasUniqaAccountPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divHasUniqaAccountPage .col-md-12,
    #divHasUniqaAccountPage .col-md-8,
    #divHasUniqaAccountPage .col-md-5,
    #divHasUniqaAccountPage .col-md-3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 10px !important;
    }


    #divHasUniqaAccountPage .row {
        margin: 0 !important;
    }


    #divHasUniqaAccountPage .general-text {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
    }

    #divHasUniqaAccountPage .info-text-acc {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }


    #divHasUniqaAccountPage .form-check {
        margin-bottom: 10px !important;
    }

    #divHasUniqaAccountPage .d-flex.align-items-center {
        flex-wrap: wrap !important;
        gap: 10px !important;
    }


    #divHasUniqaAccountPage .e-textbox {
        width: 100% !important;
    }


    #divHasUniqaAccountPage .e-btn {
        width: 100% !important;
        max-width: 250px !important;
        font-size: 16px !important;
        padding: 12px 20px !important;
        margin-bottom: 10px !important;
    }


    #divHasUniqaAccountPage .back-button {
        position: static !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }

    #divHasUniqaAccountPage .back-button .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }


    #divHasUniqaAccountPage .upload-section {
        width: 100% !important;
        margin-top: 15px !important;
    }

    #divHasUniqaAccountPage .custom-upload-button {
        width: 100% !important;
        max-width: 250px !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
    }

    #divHasUniqaAccountPage .upload-description {
        width: 100% !important;
        white-space: normal !important;
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }


    #divPersonalDataPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divPersonalDataPage .col-md-12,
    #divPersonalDataPage .col-md-8,
    #divPersonalDataPage .col-md-6,
    #divPersonalDataPage .col-md-3,
    #divPersonalDataPage .col-md-2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


    #divPersonalDataPage .row {
        margin: 0 !important;
        flex-direction: column !important;
    }


    #divPersonalDataPage .form-header {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
        text-align: left !important;
    }


    #divPersonalDataPage .e-textbox,
    #divPersonalDataPage .e-datepicker,
    #divPersonalDataPage .e-maskedtextbox {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
    }


    #divPersonalDataPage .e-dropdownlist {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    #divPersonalDataPage .e-input-group,
    #divPersonalDataPage .e-input-group.e-control-wrapper,
    #divPersonalDataPage .e-float-input.e-control-wrapper,
    #divPersonalDataPage .e-datepicker.e-control-wrapper,
    #divPersonalDataPage .e-numeric.e-control-wrapper {
        height: 40px !important;
    }


    #divPersonalDataPage .e-dropdownlist.e-control-wrapper {
        width: 100% !important;
    }

    #divPersonalDataPage .e-input-group input,
    #divPersonalDataPage .e-control-wrapper input:not(.e-dropdownlist input) {
        height: 38px !important;
        line-height: 38px !important;
    }


    #divPersonalDataPage .label-input {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        display: block !important;
        font-weight: 500 !important;
    }


    #divPersonalDataPage .mobile-form-container {
        padding: 0 15px !important;
    }


    #divUniqaLoginOK .label-input {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        display: block !important;
        font-weight: 500 !important;
    }


    #divUniqaLoginOK .mobile-form-container {
        padding: 0 15px !important;
    }


    #divUniqaLoginOK .e-textbox,
    #divUniqaLoginOK .e-datepicker,
    #divUniqaLoginOK .e-maskedtextbox {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
        line-height: 40px !important;
    }


    #divUniqaLoginOK .e-dropdownlist {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    #divUniqaLoginOK .e-input-group,
    #divUniqaLoginOK .e-input-group.e-control-wrapper,
    #divUniqaLoginOK .e-float-input.e-control-wrapper,
    #divUniqaLoginOK .e-datepicker.e-control-wrapper,
    #divUniqaLoginOK .e-numeric.e-control-wrapper {
        height: 40px !important;
    }


    #divUniqaLoginOK .e-dropdownlist.e-control-wrapper {
        width: 100% !important;
    }

    #divUniqaLoginOK .e-input-group input,
    #divUniqaLoginOK .e-control-wrapper input:not(.e-dropdownlist input) {
        height: 38px !important;
        line-height: 38px !important;
    }


    #divUniqaLoginOK .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divUniqaLoginOK .col-md-2,
    #divUniqaLoginOK .col-md-3,
    #divUniqaLoginOK .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


    #divUniqaLoginOK .row {
        margin: 0 !important;
        flex-direction: column !important;
    }


    #divUniqaLoginOK .back-button {
        position: static !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }

    #divUniqaLoginOK .back-button .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }

    #divPersonalDataPage .form-label-col {
        align-items: flex-start !important;
        padding-bottom: 0 !important;
        margin-bottom: 5px !important;
    }


    #divPersonalDataPage .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
        margin-bottom: 10px !important;
    }

    #divPersonalDataPage .validation-button {
        width: 100% !important;
        max-width: 200px !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
    }


    #divPersonalDataPage .back-button {
        position: static !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }


    #divPersonalDataPage .info-block {
        margin-left: 0 !important;
        margin-top: 15px !important;
        padding: 10px !important;
        width: 100% !important;
    }

    #divPersonalDataPage .info-text {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    #divPersonalDataPage .info-text p {
        margin-bottom: 5px !important;
    }


    #divPersonalDataPage .bottom-text {
        font-size: 12px !important;
        line-height: 1.4 !important;
        padding: 15px 0 !important;
        margin-top: 15px !important;
    }


    #divPersonalDataPage .d-flex {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    #divPersonalDataPage .text-danger {
        font-size: 12px !important;
        margin-top: 5px !important;
    }


    #divPersonalDataPage .e-popup,
    #divPersonalDataPage .e-popup.e-popup-open {
        position: fixed !important;
        z-index: 10000 !important;
        background: white !important;
        border: 1px solid #ccc !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
        border-radius: 4px !important;
        max-height: 300px !important;
        overflow-y: auto !important;

        transform: scale(calc(100vw / 360)) !important;
        transform-origin: top left !important;
    }

    #divPersonalDataPage .e-list-parent {
        background: white !important;
    }

    #divPersonalDataPage .e-list-item {
        padding: 8px 12px !important;
        border-bottom: 1px solid #f0f0f0 !important;
        background: white !important;
    }

    #divPersonalDataPage .e-list-item:hover {
        background: #f5f5f5 !important;
    }


    #divPersonalDataPage .e-ddl.e-popup {
        position: fixed !important;
        z-index: 10000 !important;
        max-width: calc(100vw - 20px) !important;
        max-height: 250px !important;
        overflow-y: auto !important;

        transform: scale(calc(100vw / 360)) !important;
        transform-origin: top left !important;
    }


    #divPersonalDataPage .e-content {
        max-height: 250px !important;
        overflow-y: auto !important;
    }


    #divUniqaLoginOK .e-popup,
    #divUniqaLoginOK .e-popup.e-popup-open {
        z-index: 10000 !important;
        max-height: 300px !important;
        overflow-y: auto !important;
    }


    #divIsInsuredPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
        max-width: 100% !important;
    }


    #divIsInsuredPage .row {
        margin: 0 !important;
        flex-direction: column !important;
    }


    #divIsInsuredPage .e-textbox,
    #divIsInsuredPage .e-datepicker,
    #divIsInsuredPage .e-maskedtextbox {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
        font-size: 14px !important;
    }

    #divIsInsuredPage .e-dropdownlist {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
    }

    #divIsInsuredPage .e-input-group input,
    #divIsInsuredPage .e-control-wrapper input {
        height: 38px !important;
        line-height: 38px !important;
    }


    #divIsInsuredPage .label-input {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        display: block !important;
        font-weight: 500 !important;
    }


    #divIsInsuredPage .mobile-form-container {
        padding: 0 15px !important;
    }


    #divIsInsuredPage .back-button {
        position: static !important;
        margin-top: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }

    #divIsInsuredPage .back-button .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
        margin-bottom: 5px !important;
    }


    #divIsInsuredPage .e-popup,
    #divIsInsuredPage .e-popup.e-popup-open {
        z-index: 10000 !important;
        position: fixed !important;
        overflow-y: auto !important;
    }


    #divIsInsuredPage .main-question {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }


    #divIsInsuredPage .form-check {
        margin-bottom: 10px !important;
    }

    #divIsInsuredPage .d-flex.align-items-center {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }


    #divIsInsuredPage .sport-extrem-switch {
        justify-content: flex-start !important;
        margin-top: 10px !important;
    }


    #divInsuredPeopleInputPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divInsuredPeopleInputPage .col-md-6,
    #divInsuredPeopleInputPage .col-md-4,
    #divInsuredPeopleInputPage .col-md-8,
    #divInsuredPeopleInputPage .col-md-2,
    #divInsuredPeopleInputPage .col-md-3 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }


    #divInsuredPeopleInputPage .row {
        margin: 0 !important;
        flex-direction: column !important;
    }


    #divInsuredPeopleInputPage .e-textbox,
    #divInsuredPeopleInputPage .e-datepicker,
    #divInsuredPeopleInputPage .e-maskedtextbox {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
        font-size: 14px !important;
    }

    #divInsuredPeopleInputPage .e-dropdownlist {
        width: 100% !important;
        margin-bottom: 10px !important;
        height: 40px !important;
    }

    #divInsuredPeopleInputPage .e-dropdownlist .e-input-group input {
        height: 38px !important;
        line-height: 38px !important;
    }


    #divInsuredPeopleInputPage .label-input {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        display: block !important;
        font-weight: 500 !important;
    }


    #divInsuredPeopleInputPage .form-header {
        font-size: 16px !important;
        margin-bottom: 15px !important;
        font-weight: 500 !important;
        color: black !important;
    }


    #divInsuredPeopleInputPage .mobile-form-container {
        padding: 0 15px !important;
    }


    #divInsuredPeopleInputPage .back-button {
        position: static !important;
        margin-top: 20px !important;
        left: auto !important;
        bottom: auto !important;
    }

    #divInsuredPeopleInputPage .back-button .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
        margin-bottom: 5px !important;
    }


    #divInsuredPeopleInputPage .sport-extrem-switch {
        justify-content: flex-start !important;
        margin-top: 10px !important;
    }

    #divInsuredPeopleInputPage .sport-extrem-switch .e-switch-wrapper {
        transform: scale(1.2) !important;
    }


    #divInsuredPeopleInputPage .e-popup,
    #divInsuredPeopleInputPage .e-popup.e-popup-open {
        z-index: 10000 !important;
        position: fixed !important;
        overflow-y: auto !important;
    }


    #divOfferSummaryPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divOfferSummaryPage .col-md-6,
    #divOfferSummaryPage .col-md-5 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }


    #divOfferSummaryPage .row {
        margin: 0 !important;
        flex-direction: column !important;
    }


    #divOfferSummaryPage .mobile-form-container {
        padding: 0 15px !important;
    }


    #divOfferSummaryPage .offer-summary-title {
        font-size: 18px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }


    #divOfferSummaryPage .offer-info-card {
        margin-bottom: 20px !important;
    }

    #divOfferSummaryPage .offer-info-text {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }


    #divOfferSummaryPage .total-premium-title {
        font-size: 16px !important;
        font-weight: 600 !important;
        display: block !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }


    #divOfferSummaryPage .info-disclaimer {
        font-size: 12px !important;
        line-height: 1.4 !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }


    #divOfferSummaryPage .btn-download-offer,
    #divOfferSummaryPage .btn-pay {
        width: 100% !important;
        max-width: 300px !important;
        font-size: 16px !important;
        padding: 12px 20px !important;
        margin-bottom: 10px !important;
    }


    #divOfferSummaryPage .d-flex.flex-column {
        align-items: center !important;
        width: 100% !important;
    }


    #divPaymentResultPage .card-body {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    #divPaymentResultPage .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }


    #divPaymentResultPage .row {
        margin: 0 !important;
        flex-direction: column !important;
    }



    #divPaymentResultPage .payment-success-text {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        color: #219653 !important;
        text-align: left !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }


    #divPaymentResultPage .payment-failed-text {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
        text-align: center !important;
        color: #EB5757 !important;
    }


    #divPaymentResultPage .feedback-question-text {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        color: #828282 !important;
        text-align: left !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }

    #divPaymentResultPage .feedback-input {
        width: 100% !important;
        font-size: 14px !important;
        padding: 10px !important;
        border: 1px solid #ddd !important;
        border-radius: 4px !important;
        resize: vertical !important;
    }

    #divPaymentResultPage .feedback-instruction-text {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        color: #828282 !important;
        text-align: left !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }

    #divPaymentResultPage .feedback-success-text {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }


    #divPaymentResultPage .finalize-btn,
    #divPaymentResultPage .btn-retry-payment {
        width: 100% !important;
        max-width: 300px !important;
        font-size: 16px !important;
        padding: 12px 20px !important;
        margin-bottom: 10px !important;
    }


    #divPaymentResultPage .new-session-link {
        font-size: 14px !important;
        color: #2F80ED !important;
        cursor: pointer !important;
        text-decoration: underline !important;
        text-align: center !important;
        display: block !important;
        margin-top: 15px !important;
    }

    #divPaymentResultPage .new-session-link:hover {
        color: #2970d1 !important;
    }

    #divPersonalDataPage .e-filter-parent {
        padding: 8px !important;
        border-bottom: 1px solid #e0e0e0 !important;
        background: white !important;
    }

    #divPersonalDataPage .e-filter-parent .e-textbox {
        width: 100% !important;
        height: 32px !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        padding: 4px 8px !important;
    }
}

.card-wrapper {
    max-width: 400px;
    width: 100%;
    padding-top:30px;
    }
.d-flex {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.card-body-big {
    height: 765px;
    width: 809px;
}


#divInsuredPeopleInputPage .form-header {
    font-size: 15px;
    color: black !important;
    margin-bottom: 20px;
    font-weight: 400;
}


#divInsuredPeopleInputPage .e-input-group,
#divInsuredPeopleInputPage .e-input-group.e-control-wrapper,
#divInsuredPeopleInputPage .e-float-input.e-control-wrapper,
#divInsuredPeopleInputPage .e-dropdownlist.e-control-wrapper,
#divInsuredPeopleInputPage .e-datepicker.e-control-wrapper,
#divInsuredPeopleInputPage .e-numeric.e-control-wrapper {
    height: 45px !important;
}


#divInsuredPeopleInputPage .e-input-group input,
#divInsuredPeopleInputPage .e-control-wrapper input {
    height: 43px !important;
    line-height: 43px !important;
}


#divInsuredPeopleInputPage .e-dropdownlist .e-input-group-icon,
#divInsuredPeopleInputPage .e-datepicker .e-input-group-icon {
    line-height: 43px !important;
}


#divInsuredPeopleInputPage .form-label-col {
    display: flex;
    align-items: flex-end !important;
    padding-bottom: 5px;
}


#divInsuredPeopleInputPage .col-md-2.form-label-col {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

#divInsuredPeopleInputPage .col-md-3.form-field-col {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


.card-body-big {
    min-height: 700px !important;
    overflow: visible !important;
}

.card {
    overflow: visible !important;
}

#divInsuredPeopleInputPage {
    overflow: visible !important;
}


::deep .e-calendar {
    z-index: 1000 !important;
}

::deep .e-calendar-popup {
    z-index: 1000 !important;
}

::deep .e-popup-open {
    z-index: 1000 !important;
}

.position-relative {
    position: relative !important;
}


#divInsuredPeopleInputPage .sport-extrem-switch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

#divInsuredPeopleInputPage .sport-extrem-switch .e-switch-wrapper {
    transform: scale(1.2);
}

#divInsuredPeopleInputPage .sport-extrem-switch .e-switch-wrapper .e-switch-handle {
    background-color: white;
    border: 2px solid #ddd;
}

#divInsuredPeopleInputPage .sport-extrem-switch .e-switch-wrapper.e-switch-active .e-switch-handle {
    background-color: white;
}

#divInsuredPeopleInputPage .sport-extrem-switch .e-switch-wrapper .e-switch-inner {
    background-color: #ddd;
}

#divInsuredPeopleInputPage .sport-extrem-switch .e-switch-wrapper.e-switch-active .e-switch-inner {
    background-color: #2196F3;
}


.btn-outline-primary {
    color: rgb(80, 151, 221);
    background-color: transparent;
    border-color: rgb(25, 118, 210);
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 3.5px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    height: 36px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-primary-header {
    color: rgb(80, 151, 221);
    background-color: transparent;
    border-color: rgb(25, 118, 210);
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 3.5px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    width: 205px;
    height: 36px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1976D2;
    border-color: #1976D2;
}

.btn-outline-primary-header:hover {
    color: #fff;
    background-color: #1976D2;
    border-color: #1976D2;
}


.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: rgb(80, 151, 221) !important;
    background-color: transparent !important;
    border-color: rgb(25, 118, 210) !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-outline-primary:focus:hover,
.btn-outline-primary:active:hover {
    color: #fff !important;
    background-color: #1976D2 !important;
    border-color: #1976D2 !important;
}

.btn-header-consultancy {
    color: rgb(80, 151, 221) !important;
    background-color: transparent !important;
    border-color: rgb(25, 118, 210) !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    border-radius: 3.5px !important;
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    text-align: center !important;
    width: 205px !important;
    height: 36px !important;
    border: 1px solid rgb(25, 118, 210) !important;
    transition: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-focus-ring-color: transparent !important;
    -moz-outline: none !important;
}

.btn-header-consultancy:hover {
    color: #fff !important;
    background-color: #1976D2 !important;
    border-color: #1976D2 !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-header-consultancy:focus,
.btn-header-consultancy:active,
.btn-header-consultancy:focus-visible,
.btn-header-consultancy:focus-within,
.btn-header-consultancy.focus {
    color: rgb(80, 151, 221) !important;
    background-color: transparent !important;
    border-color: rgb(25, 118, 210) !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.btn-header-consultancy:focus:hover,
.btn-header-consultancy:active:hover {
    color: #fff !important;
    background-color: #1976D2 !important;
    border-color: #1976D2 !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-header-consultancy:not(:hover):focus,
.btn-header-consultancy:not(:hover):active,
.btn-header-consultancy:not(:hover).focus {
    color: rgb(80, 151, 221) !important;
    background-color: transparent !important;
    border-color: rgb(25, 118, 210) !important;
}


.back-button {
    position: absolute;
    bottom: 40px;
    left: 20px;
}

.back-icon {
    margin-right: 8px;
    font-size: 14px;
}


#divOfferSummaryPage .offer-summary-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    color: #2F80ED;
    margin-bottom: 30px;
}

#divOfferSummaryPage .offer-info-card {
    background: #D9D9D92E;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

#divOfferSummaryPage .offer-info-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    color: black;
    line-height: 1.5;
}

#divOfferSummaryPage .total-premium-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    color: #2F80ED;
    display: block;
    margin-bottom: 20px;
}

#divOfferSummaryPage .info-disclaimer {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: black;
    line-height: 1.4;
    margin-bottom: 30px;
}

#divOfferSummaryPage .btn-download-offer {
    background-color: #63C575;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    min-width: 150px;
}

#divOfferSummaryPage .btn-download-offer:hover {
    background-color: #5ab368;
    color: white;
    text-decoration: none;
}

#divOfferSummaryPage .btn-pay {
    background-color: #2F80ED;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    min-width: 150px;
}

#divOfferSummaryPage .btn-pay:hover {
    background-color: #2970d1;
    color: white;
}


#divPaymentResultPage .payment-success-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #219653;
    line-height: 1.5;
    margin-bottom: 30px;
}

#divPaymentResultPage .payment-failed-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #EB5757;
    line-height: 1.5;
    margin-bottom: 30px;
}

#divPaymentResultPage .feedback-question-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: black;
    line-height: 1.5;
    margin-bottom: 20px;
}

#divPaymentResultPage .feedback-input {
    width: 100%;
    font-family: 'Poppins';
    font-size: 14px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    margin-bottom: 15px;
}

#divPaymentResultPage .feedback-instruction-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: black;
    line-height: 1.4;
    margin-bottom: 20px;
}

#divPaymentResultPage .feedback-success-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #219653;
    line-height: 1.5;
}

#divPaymentResultPage .finalize-btn {
    background-color: #2F80ED;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    min-width: 150px;
}

#divPaymentResultPage .finalize-btn:hover {
    background-color: #2970d1;
    color: white;
}

#divPaymentResultPage .btn-retry-payment {
    background-color: #2F80ED;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    min-width: 150px;
}

#divPaymentResultPage .btn-retry-payment:hover {
    background-color: #2970d1;
    color: white;
}

#divPaymentResultPage .new-session-link {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #2F80ED;
    cursor: pointer;
    text-decoration: underline;
}

#divPaymentResultPage .new-session-link:hover {
    color: #2970d1;
    text-decoration: underline;
}


@media (max-width: 809px) and (min-width: 769px) {
    .card-body-big {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

.card-body-small {
    height: 322px;
    width:262px;
}
.card-title-small {
    color: #4F4F4F;
    font-size: 17px;
    font-weight: 500;
    line-height: 25.5px;
    align-content: center;
}
.btn-side {
    height:56px;
    width:215px;
}
.label-input {
    font-size: 15px;
    color: #251D27;
}
.label-input.small {
    font-size: 12px;
}
    .label-input.paispe {
        font-size: 14px;
    }

    .label-input.clearbold {
        font-weight: normal;
    }

.clauses-container {
    min-height: 300px;
    max-height: 600px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height:100%;
}

.clause-list-item {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    min-height: 25px;
    width: auto;
    height: auto;
    color: #221A20;
    position: relative;
    top: 20px;
    left: 5px;
    opacity: 1;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1px;

    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.text-container {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.clause-checkmark {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(111, 207, 151, 1);
    border-radius: 2px;
    flex-shrink: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

#Clauses {
    height: 555px;
    min-height: 300px;
    max-height: 600px;
    overflow-x: hidden;
}


.card-body-side {
    padding: 1rem 0;
}

.info-block {
    border: 1px solid #6FCF97;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.info-icon {
    color: #6FCF97;
    font-size: 1.5rem;
    margin-right: 10px;
}

.info-text {
    font-size: 0.9rem;
    color: #4F4F4F;
}
.custom-back-button {
    width: 102px;
    height: 38px;
    left: 40px;
    bottom: 40px;
    padding: 9px 12px;
    border: 1px solid #2F80ED;
    filter: drop-shadow(0px 4px 10px rgba(16, 156, 241, 0.24));
    border-radius: 4px;
    background-color: white;
}
    .custom-back-button:hover,
    .custom-back-button:active,
    .custom-back-button:focus {
        background-color: white !important;
        border-color: #2F80ED !important;
        color: #2F80ED !important;
        box-shadow: none !important;
        filter: drop-shadow(0px 4px 10px rgba(16, 156, 241, 0.24));
    }

    .custom-back-button span {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.01em;
        color: #2F80ED;
    }
      .numeric-control-button {
        width: 20px;
        height: 20px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(47, 128, 237, 1);
        border: none;
        border-radius: 12px;
        cursor: pointer;
    }

    .control-icon {
        color: white;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .numeric-control-button:hover,
    .numeric-control-button:active,
    .numeric-control-button:focus {
        background-color: rgba(47, 128, 237, 1);
        outline: none;
    }
.card-body-big {
    padding: 1rem;
}


.table-error {
    border: 2px solid #dc3545 !important;
    border-radius: 4px;
}

.input-error {
    border: 2px solid #dc3545;
    border-radius: 4px;
}

.input-error :deep(.e-input-group) {
    border-color: #dc3545;
}

.input-error :deep(.e-ddl) {
    border-color: #dc3545;
}


.checkbox-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed !important;
}

.checkbox-disabled * {
    cursor: not-allowed !important;
}


.table td {
    padding: 0.2rem 0.5rem;
    vertical-align: middle;
    text-align: center;
}

.table th {
    padding: 0.35rem 0.75rem;
    vertical-align: middle;
    text-align: center;
}

.table tbody tr {
    height: auto;
    line-height: 1.1;
}


.table .d-flex.align-items-center {
    min-height: 2.2rem;
    justify-content: center;
}


.table .d-flex.align-items-center.ms-3.ml-2 {
    justify-content: center;
    margin: 0 auto;
}


.table .numeric-control-button {
    height: 1.6rem;
    width: 1.6rem;
    font-size: 0.75rem;
}


.table .e-numerictextbox {
    text-align: center;
}


.table td:first-child {
    text-align: center;
    font-weight: 500;
}

    .text-container {
        flex: 1;
        line-height: 1.1;
    }

    .sports-note {
        margin-left: 20px;
        font-family: Poppins, sans-serif;
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
        line-height: 16px;
        letter-spacing: 0;
        color: #666;
        margin-bottom: 2px;
    }

    .sports-category {
        display: flex;
        flex-direction: column;
    }

    .sports-title {
        font-family: Poppins, sans-serif;
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        line-height: 16px;
        letter-spacing: 0;
    }

.sports-list {
    font-family: Poppins, sans-serif;
    font-size: 7px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    color: #000000;
}


.offer-summary-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #2F80ED !important;
}

.offer-info-card {
    background-color: #D9D9D92E !important;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    color: black !important;
}

.offer-info-text {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: black !important;
}

.total-premium-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #2F80ED !important;
}

.info-disclaimer {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: black !important;
    margin-top: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.btn-download-offer {
    background-color: #63C575 !important;
    border-color: #63C575 !important;
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    text-decoration: none !important;
    height: 51px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-download-offer:hover {
    background-color: #52a863 !important;
    border-color: #52a863 !important;
    color: white !important;
    text-decoration: none !important;
}

.btn-download-offer:focus,
.btn-download-offer:active {
    background-color: #52a863 !important;
    border-color: #52a863 !important;
    color: white !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.btn-pay {
    background-color: #2F80ED !important;
    border-color: #2F80ED !important;
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    height: 51px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-pay:hover {
    background-color: #2668d1 !important;
    border-color: #2668d1 !important;
    color: white !important;
}

.btn-pay:focus,
.btn-pay:active {
    background-color: #2668d1 !important;
    border-color: #2668d1 !important;
    color: white !important;
    box-shadow: none !important;
}


#divOfferSummaryPage .offer-info-card .offer-info-text {
    color: black !important;
}

#divOfferSummaryPage .offer-summary-title {
    color: #2F80ED !important;
}

#divOfferSummaryPage .total-premium-title {
    color: #2F80ED !important;
}

#divOfferSummaryPage .info-disclaimer {
    color: black !important;
}

    .clauses-container {
        padding: 0 12px;
    }

    .summary-section {
        padding: 5px;
        line-height: 1.2;
    }

    .summary-item {
        display: flex;
        justify-content: space-between;
        margin-bottom:1px;
        font-size: 0.95rem;
    }

    .summary-item:last-child {
        margin-bottom: 0;
    }

    .summary-label {
        color: #6c757d;
        font-weight: 500;
    }

    .summary-value {
        color: #212529;
        font-weight: 600;
    }

.text-danger {
    font-size: 12px;
}

.mobile-clauses-toggle {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    color: #2F80ED;
    padding: 10px 15px;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border-right: none;
    z-index: 1002;
    /* Position it aligned with the label row, moved 15px higher */
    top: -15px;
    transform: translateY(0);
}


.mobile-clauses-toggle.fixed {
    right: 0;
    margin-right: -1.25rem; /* Extend beyond card-body padding to reach screen edge */
}


.mobile-clauses-toggle.attached {
    right: 237px;
}

.mobile-clauses-toggle:hover {
    background: rgba(255, 255, 255, 1);
}

.mobile-clauses-panel {
    position: fixed;
    top: 50%;
    right: -255px;
    width: 255px;
    height: 485px;
    transform: translateY(-50%);
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    transition: right 0.3s ease;
    overflow-y: auto;
    border-radius: 8px 0 0 8px;
}

.mobile-clauses-panel.show {
    right: 0;
}

.mobile-clauses-content {
    padding: 20px;
    height: 485px;
    overflow-y: auto;
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .mobile-clauses-toggle,
    .mobile-clauses-panel {
        display: none !important;
    }
}


.payment-success-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #219653;
    line-height: 1.4;
}

.feedback-section {
    margin-top: 2rem;
}

.feedback-question-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #828282;
    line-height: 1.4;
}

.feedback-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #2F80ED;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    resize: vertical;
    min-height: 100px;
}

.feedback-input:focus {
    outline: none;
    border-color: #2F80ED;
    box-shadow: 0 0 0 0.2rem rgba(47, 128, 237, 0.25);
}

.feedback-instruction-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    line-height: 1.4;
}

.finalize-btn {
    background-color: #2F80ED;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.finalize-btn:hover {
    background-color: #1e6bb8;
}


#divUniqaLoginOK .form-header {
    font-size: 15px;
    color: black !important;
    margin-bottom: 20px;
    font-weight: 400;
}


#divUniqaLoginOK .e-input-group,
#divUniqaLoginOK .e-input-group.e-control-wrapper,
#divUniqaLoginOK .e-float-input.e-control-wrapper,
#divUniqaLoginOK .e-dropdownlist.e-control-wrapper,
#divUniqaLoginOK .e-datepicker.e-control-wrapper,
#divUniqaLoginOK .e-numeric.e-control-wrapper {
    height: 45px !important;
}


#divUniqaLoginOK .e-input-group input,
#divUniqaLoginOK .e-control-wrapper input {
    height: 43px !important;
    line-height: 43px !important;
}


#divUniqaLoginOK .e-dropdownlist .e-input-group-icon,
#divUniqaLoginOK .e-datepicker .e-input-group-icon {
    line-height: 43px !important;
}


#divUniqaLoginOK .form-label-col {
    display: flex;
    align-items: flex-end !important;
    padding-bottom: 5px;
}


.back-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
}


.btn-larger {
    padding: 10px 16px;
    font-size: 16px;
}


.back-icon {
    margin-right: 8px;
    font-size: 18px;
}


.always-underlined {
    text-decoration: underline !important;
}

.invalid-checkbox {
    outline: 2px solid red;
    border-radius: 3px;
}

.checkbox-container {
    padding: 5px;
    margin-bottom: 0px;
}

.finalize-btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(47, 128, 237, 0.25);
}

.feedback-success-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #219653;
    line-height: 1.4;
    text-align: center;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #219653;
}

.new-session-link {
    color: #2F80ED;
    text-decoration: underline;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s ease;
}

.new-session-link:hover {
    color: #1e6bb8;
    text-decoration: none;
}


.payment-failed-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #EB5757;
    line-height: 1.4;
    text-align: center;
}

.btn-retry-payment {
    background-color: #2F80ED !important;
    border-color: #2F80ED !important;
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    /* badge relativ la containerul scalat pentru sub 430px */

    transition: background-color 0.3s ease;
    height: 51px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-retry-payment:hover {
    background-color: #1e6bb8 !important;
    border-color: #1e6bb8 !important;
    color: white !important;
}

.btn-retry-payment:focus,
.btn-retry-payment:active {
    background-color: #1e6bb8 !important;
    border-color: #1e6bb8 !important;
    color: white !important;
    box-shadow: none !important;
}


/* override final pentru comportamentul sub 360px: scale global + latimi consistente */
@media (max-width: 359px) {
    app { width: 100vw !important; overflow-x: hidden !important; display: block !important; }

    .main {
        transform-origin: top left !important;
        width: 360px !important;
        min-width: 360px !important;
        transform: scale(calc(100vw / 360)) !important;
        margin: 0 !important;
        position: relative !important;
        left: 0 !important;
    }

    /* asigura baza de 360px pentru elementele principale din interior */
    .top-row,
    .content {
        width: 360px !important;
        min-width: 360px !important;
    }

    /* revenire sub 360px: pozitia implicita (dreapta-jos), fixed */
    .grecaptcha-badge {
        left: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        transform: none !important;
        z-index: 1000 !important;
        position: fixed !important;
        opacity: 1 !important; visibility: visible !important;
    }
}


/* adaptare pentru ecrane foarte inguste: sub 360px scalam intregul layout ca sa incapa fara a taia din continut
   preferinta: layout-ul are latime minima 360px; sub acest prag il redimensionam proportional in fereastra
   fallback: daca apar elemente care nu se scaleaza, permite scroll orizontal */
@media (max-width: 359px) {
    html, body { overflow-x: auto !important; }
    app { display: block; overflow: visible !important; }
    .main {
        width: 360px !important;           /* pastram latimea proiectata */
        transform: scale(calc(100vw / 360));
        transform-origin: top left;        /* scalare din coltul stanga-sus */
    }
}
