:root {
    --bs-link-hover-color: #0084c6;
}

body {
    background-color: #F1F9FD;
    font-size: 18px;
    color: #262626;
}

.form-select:focus,
.form-select:active,
.form-control:focus,
.form-control:active,
textarea:focus, textarea:active {
    box-shadow: none !important;
    border: 2px solid #0084c6 !important;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    color: #0084c6;
    text-decoration: none;
    transition: all 0.5s ease;
}
/*a:hover {
    text-decoration: underline;
}*/

.wow {
    visibility: hidden;
}

    .wow.visible {
        visibility: visible;
    }

.section-width {
    padding: 0 150px;
    width: 100%;
    display: inline-block;
}

.header {
    padding: 10px 0 40px 0;
}

.login-btn-wrapper a {
    font-size: 18px;
    color: #0084C6;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    display: inline-block;
    border: 1px solid transparent;
}

.choose-avtarpic {
    background: #0084C6;
    color: #FFF;
    text-decoration: none;
    border: 1px solid transparent;
}

    .choose-avtarpic:hover {
        border: 1px solid #0084c6;
        background: #fff;
        color: #0084c6;
    }

.login-btn-wrapper a:focus,
.login-btn-wrapper a.active {
    background-color: #0084C6;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,.2);
}

.login-btn-wrapper a:hover:not(.active) {
    border: 1px solid #0084C6;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.login-btn-wrapper span.ri-account-circle-fill {
    font-size: 30px;
    color: #0084C6;
}

.logo img {
    width: 130px;
    height: auto;
}

.footer-logo {
    width: 100px;
    height: auto;
}

.hemberge-menu {
    height: 60px;
}

    .hemberge-menu > a.hemberge-menu-btn {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        cursor: pointer;
        font-weight: 700;
    }

        .hemberge-menu > a.hemberge-menu-btn span {
            position: relative;
            display: block;
            width: 25px;
            height: 4px;
            background: #0084c6;
            border-radius: 8px;
            transition: all 0.4s ease-in-out;
            cursor: pointer;
        }

            .hemberge-menu > a.hemberge-menu-btn span::before,
            .hemberge-menu > a.hemberge-menu-btn span::after {
                content: "";
                position: absolute;
                left: 0;
                width: 30px;
                height: 4px;
                background: #0084c6;
                border-radius: 8px;
                transition: all 0.4s ease-in-out;
                cursor: pointer;
            }

            .hemberge-menu > a.hemberge-menu-btn span::before {
                top: -10px;
                width: 35x;
            }

            .hemberge-menu > a.hemberge-menu-btn span::after {
                top: 10px;
                width: 30px;
            }

        .hemberge-menu > a.hemberge-menu-btn label {
            margin-top: 12px;
            font-size: 14px;
            color: #0084c6;
            margin-left: 5px;
        }

        .hemberge-menu > a.hemberge-menu-btn.active span {
            background: transparent;
        }

            .hemberge-menu > a.hemberge-menu-btn.active span::before {
                top: 0;
                transform: rotate(45deg);
                width: 30px;
            }

            .hemberge-menu > a.hemberge-menu-btn.active span::after {
                top: 0;
                transform: rotate(-45deg);
                width: 30px;
            }

    .hemberge-menu a span {
        display: block;
    }

        .hemberge-menu a span.ri-menu-2-line:before {
            font-size: 34px;
            font-weight: bold;
            display: inline-block;
            line-height: normal;
        }

        .hemberge-menu a span.menu-title {
            font-size: 20px;
            font-weight: 700;
        }

.menu-language {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.langu-box {
    margin-left: 20px;
}

    .langu-box a {
        width: 60px;
        height: 60px;
        border: 1px solid #0084C6;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
        background: #fff;
        color: #0084C6 !important;
        text-decoration: none;
    }

.hemberge-menu-item {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    max-width: 500px;
    filter: drop-shadow(0 0 6px #32a8ce);
    background-color: #f8fcff;
    border-radius: 8px;
    z-index: 9;
    display: none;
}

    .hemberge-menu-item ul li {
        border-bottom: 1px solid #C4C5CB;
        position: relative;
    }

        .hemberge-menu-item ul li:last-child {
            border-bottom: none;
        }

        .hemberge-menu-item ul li a {
            padding-top: 5px;
            padding-bottom: 5px;
            font-weight: 400;
            display: flex;
            align-items: center;
            color: #262626;
            font-size: 17px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }
            /*.hemberge-menu-item ul li.dropdown a {
    padding-right: 55px;
}*/
            .hemberge-menu-item ul li a:hover {
                background-color: #e6f5fb;
            }

.hemberge-menu a span.icon {
    margin: 0;
    width: 85px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.hemberge-menu a span.nav-text {
    width: calc(100% - 85px);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.hemberge-menu-item ul.sidebar-submenu a {
    /*padding: 0.4375rem 0.75rem;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

.hemberge-menu-item ul li a.active {
    font-weight: 700;
    background-color: #e6f5fb;
}

.hemberge-menu-item ul.sidebar-submenu {
    display: none;
    padding-left: 15px;
}

    .hemberge-menu-item ul.sidebar-submenu li::before {
        content: "";
        position: absolute;
        top: 16px;
        transform: translateY(-50%);
        bottom: 0;
        left: 12px;
        width: 8px;
        height: 4px;
        vertical-align: middle;
        background-color: #0084C6;
        z-index: 1111;
    }

.hemberge-menu-item ul li.dropdown.active ul.sidebar-submenu {
    display: block;
}

.hemberge-menu-item ul li a.active ul.sidebar-submenu {
    display: block;
}

.hemberge-menu-item ul li a {
    position: relative;
}
    /*.hemberge-menu-item ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    left: 0;
    width: 5px;
    height: 80%;
    vertical-align: middle;
    background-color: #0084C6;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    opacity: 0;
    transition: opacity 0.3s ease;
}*/
    .hemberge-menu-item ul li a:hover::before,
    .hemberge-menu-item ul li a.active::before {
        opacity: 1;
    }

.hemberge-menu-item span.exit-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 20px 0;
}

    .hemberge-menu-item span.exit-btn span.nav-text {
        font-size: 22px;
        margin-left: 10px;
    }

.hemberge-menu-close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
}

    .hemberge-menu-close-btn img {
        height: 30px;
        cursor: pointer;
    }



.banner-section {
    padding-top: 70px;
}

.banner-content {
    background: #fff;
    padding: 50px 80px 50px 60px;
    margin-bottom: 30px;
    border-radius: 15px;
    color: #262626;
}

    .banner-content h2 {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.border-bottom {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

    .border-bottom::before {
        content: '';
        position: absolute;
        background: #0084C6;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
    }

    .border-bottom::after {
        content: '';
        position: absolute;
        background: #0084C6;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        bottom: -6px;
        right: 0;
        z-index: 3;
    }

.banner-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.banner-img {
    margin-top: -80px;
    margin-left: -30px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
    /*.banner-img::after {
    content: '';
    position: absolute;
    background-image: url('../images/banner-bg-shape.png');
    background-size: contain;
    width: 260px;
    height: 300px;
    background-repeat: no-repeat;
    right: 30px;
    bottom: -60px;
    z-index: -1;
}*/
    .banner-img img {
        max-height: 450px;
        max-width: 100%;
        height: auto;
    }

.step-section {
    padding: 90px 0 60px 0;
    text-align: center;
}

.step-card-wrapper {
    /*display: flex !important;
    margin: 0 -15px;
    flex-wrap: wrap;
    justify-content: center;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    flex-wrap: wrap;
}

.step-card {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #0084c6;
    background: #fff;
    border-radius: 8px;
    padding: 40px 20px 20px;
    text-align: center;
    color: #000;
    width: 80%;
    max-width: 400px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .step-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 6px rgba(246, 166, 34, 1);
    }

    .step-card .step-circle {
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        background: #0084c6;
        color: #fff;
        padding: 0px 25px 12px 25px;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }
    /*.step-card::before {
    content: '';
    position: absolute;
    background: url(../images/card-top-shape.svg) center no-repeat;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 97px;
}
.step-card::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 15px;
    background: #0084C6;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}*/
    .step-card h3 {
        font-size: 30px;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 0;
    }

    .step-card .step-circle small {
        font-size: 16px;
    }

    .step-card p {
        font-size: 20px;
        font-weight: 700;
        margin: 10px 0 0;
    }

.footer {
    padding: 50px 0 20px 0;
    background-image: linear-gradient(254deg, #00a9c5 0%, #00a9c5 1%, #00a9c5 2%, #00a9c5 3%, #09a9c5 4%, #09a9c5 5%, #09a9c5 6%, #08a9c6 7%, #08a9c6 8%, #08a9c6 9%, #08a9c6 10%, #06a9c6 11%, #06a9c6 12%, #06a9c6 13%, #09a8c6 14%, #08a8c7 15%, #10a8c7 16%, #10a8c7 17%, #0fa8c7 18%, #0fa8c7 19%, #11a8c7 20%, #11a8c7 21%, #16a8c7 22%, #16a8c7 23%, #17a8c8 24%, #16a8c8 25%, #1ba8c8 26%, #1ca7c9 27%, #1ba8c9 28%, #20a7c9 29%, #20a7c9 30%, #1fa7ca 31%, #21a7ca 32%, #24a7ca 33%, #23a7cb 34%, #24a7cb 35%, #28a6cb 36%, #28a6cb 37%, #28a6cb 38%, #2ba6cc 39%, #2ba6cc 40%, #2ba6cc 41%, #2ea6cc 42%, #2ea6cc 43%, #2ea5cd 44%, #30a6ce 45%, #31a5ce 46%, #30a5ce 47%, #31a5ce 48%, #33a5cf 49%, #33a4cf 50%, #33a4d0 51%, #36a4cf 52%, #35a4d0 53%, #36a3d0 54%, #38a4d0 55%, #3aa3d1 56%, #3aa3d1 57%, #3ca3d1 58%, #3ca3d1 59%, #3ca3d2 60%, #3ca3d2 61%, #3ea3d2 62%, #3fa2d2 63%, #3ea2d2 64%, #40a3d3 65%, #40a2d3 66%, #40a2d3 67%, #42a2d3 68%, #42a2d4 69%, #42a2d4 70%, #44a2d4 71%, #44a2d4 72%, #44a2d4 73%, #45a1d5 74%, #45a1d5 75%, #45a1d6 76%, #45a1d6 77%, #45a1d6 78%, #45a1d6 79%, #47a1d6 80%, #46a1d7 81%, #46a1d7 82%, #46a1d7 83%, #46a1d8 84%, #46a0d8 85%, #46a0d8 86%, #47a1d9 87%, #47a1d9 88%, #47a1d9 89%, #47a1d9 90%, #48a0d8 91%, #48a0d8 92%, #48a0d8 93%, #48a0d8 94%, #48a0d8 95%, #48a0d8 96%, #48a0d8 97%, #48a0d8 98%, #4aa0d8 99%, #4aa0d8 100%);
}

.footer-info p {
    font-size: 17px;
    color: #fff;
    margin: 30px 0 0;
}

.footer-social {
    margin-top: 30px;
}

    .footer-social strong,
    .footer-information .title strong {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 12px;
        display: block;
    }

    .footer-social ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0;
    }

        .footer-social ul li {
            margin-right: 15px;
        }

        .footer-social ul li {
            width: 40px;
        }

            .footer-social ul li a:hover {
                opacity: 0.7;
            }

.footer-information {
    display: inline-block;
    padding-left: 50px;
}

    .footer-information ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 8px;
    }

        .footer-information ul li::before {
            content: '>';
            position: absolute;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            left: 0;
            line-height: normal;
        }

        .footer-information ul li a {
            font-size: 18px;
            color: #fff;
            text-decoration: none;
            display: block;
        }

            .footer-information ul li a:hover {
                font-weight: 700;
            }

.information-hypotheses-tests-content {
    background: #fff;
    padding: 30px 100px;
}

.information-hypotheses-tests-section {
    padding: 30px 0 70px;
}

.btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
    /*.btn-wrapper a,
.btn-wrapper button{
    background-color: #0084c6;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 10px;
    margin: 0 5px 5px;
    border: 0;
    box-shadow: 0 4px 6px rgba(0,0,0,.2);
}*/
    .btn-wrapper a,
    .btn-wrapper button {
        background: linear-gradient(45deg, #0084c6, #00a8e8, #0084c6);
        background-size: 200% 200%;
        color: #fff !important;
        font-size: 20px;
        font-weight: 500;
        padding: 12px 24px;
        border-radius: 10px;
        margin: 0 5px 5px;
        border: 0;
        box-shadow: 0 4px 6px rgba(0,0,0,.2);
        transition: all 0.4s ease;
    }

        .btn-wrapper a:hover,
        .btn-wrapper button:hover {
            background-position: right center;
            transform: translateY(-2px) scale(1.03);
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3);
        }

        .btn-wrapper a:active,
        .btn-wrapper button:active {
            transform: scale(0.97);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
        }


        .btn-wrapper a:first-child {
            border-top-left-radius: 0;
        }

        .btn-wrapper a:last-child {
            border-top-right-radius: 0;
        }

/*.action-btn {
    background-color: #f49c0d;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 20px 10px 20px;
    border-radius: 10px;
    margin: 0;
    border: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}*/
.action-btn {
    background: linear-gradient(45deg, #d98200, #f49c0d, #d98200);
    background-size: 200% 200%;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 20px 10px 20px;
    border-radius: 10px;
    margin: 0;
    border: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

    .action-btn:hover {
        background-position: right center;
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3);
        text-decoration: none;
    }

    .action-btn:active {
        transform: scale(0.97);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    }

    .action-btn.left {
        border-top-left-radius: 0;
    }

    .action-btn.right {
        border-top-right-radius: 0;
    }


.registration-section {
    padding: 20px 0 50px;
}

.common-box-bg {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.registration-content {
    padding: 40px 70px;
}

.btn-wrapper.register-btn {
    justify-content: flex-end;
}

    .btn-wrapper.register-btn button {
        border-top-left-radius: 0;
    }

.contactus-img img {
    max-width: 100%;
    height: auto;
    margin-left: -80px;
}


.contact-content,
.faq-content {
    padding: 30px;
    color: #262626;
}

    .contact-content p {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
    }

.contact-info strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.contact-info ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .contact-info ul li {
        margin: 0 20px 15px 0;
    }

        .contact-info ul li a {
            color: #262626;
            font-size: 18px;
            text-decoration: none;
        }

            .contact-info ul li a:hover {
                color: #0084C6;
            }

            .contact-info ul li a img {
                margin-right: 5px;
            }

.contact-content form textarea {
    height: 160px;
    resize: none;
}

.form-control,
.form-select {
    border-color: #0084C6;
    height: 50px;
}

.contact-section {
    padding: 0 0 50px;
}

.contact-content h4,
.faq-content h4 {
    font-size: 30px;
    font-weight: 800;
}

.faq-content p {
    font-size: 18px;
    font-weight: 400;
}

.faq-img img {
    margin-left: 0;
}

.faq-content .accordion-header button {
    font-size: 22px;
    font-weight: 800;
    color: #262626;
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.faq-content .accordion {
    margin-bottom: 30px;
}

    .faq-content .accordion .accordion-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

.faq-content .accordion-item {
    border-top: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-style: dashed;
    border-color: #0084C6;
}

.faq-contactus {
    background: rgba(50, 168, 206, 0.13);
    padding: 30px;
    text-align: center;
}

    .faq-contactus h3 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .faq-contactus p {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 12px;
        color: #262626;
    }

    .faq-contactus a {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        background: #F49C0D;
        border-radius: 15px;
        border-top-right-radius: 0;
        padding: 10px 20px;
        display: inline-block;
    }

        .faq-contactus a:hover {
            text-decoration: none;
            background: #d87f00;
        }

.ask-irat-section {
    margin-top: 30px;
    padding: 30px 80px;
}

    .ask-irat-section h4 span {
        font-weight: 400;
    }

.qus-irat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.ans-irat {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.qus-irat h4 {
    position: relative;
    padding: 14px 19px;
    background-color: #0084C6;
    text-align: left;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 0px;
}

    .qus-irat h4:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 10px solid #0084C6;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: 0;
        right: -10px;
    }

    .qus-irat h4:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 10px solid #0084C6;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: 0;
        right: -10px;
    }

.qus-irat > span {
    font-weight: 600;
    margin-top: 15px;
}

.ans-irat span:first-child {
    font-size: 19px;
    font-weight: 600;
}

.ans-irat {
    justify-content: flex-start;
}

    .ans-irat span:first-child {
        width: 100%;
        max-width: 55px;
        margin-right: 10px;
        padding-right: 10px;
        text-align: left;
        display: inline-block;
    }

.irat-ansbox {
    padding: 15px;
    border-radius: 10px;
    background-color: #F6F6F6;
    width: calc(100% - 65px);
}

.irat-ansbox-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .irat-ansbox-btn-wrapper img {
        margin-left: 10px;
    }

    .irat-ansbox-btn-wrapper img {
        margin-left: 20px;
        height: 28px;
    }

.qa-wrapper {
    margin-bottom: 30px;
}

.qa-input-inner {
    position: relative;
    max-width: 650px;
    margin: 30px auto 0;
}

    .qa-input-inner input {
        background: #F6F6F6;
        border: 0;
        border-radius: 15px;
        padding-right: 40px;
    }

    .qa-input-inner button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        background-color: transparent;
    }

.formulating-hypotheses-list {
    margin-bottom: 30px;
}

    .formulating-hypotheses-list label {
        font-size: 18px;
        font-weight: bold;
    }

    .formulating-hypotheses-list ul {
        list-style-type: disc;
        padding-left: 20px;
    }

.chatgpt-response ul {
    list-style-type: disc;
    padding-left: 20px;
}

.irat-ansbox ul {
    list-style-type: disc;
    padding-left: 20px;
}

.select-test-list {
    text-align: center;
    margin: 30px 0;
}

.select-test-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    justify-content: center;
}

.select-test-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 135px);
}

    .select-test-inner * {
        /*width: 33.33% !important;*/
        width: 32%;
    }

    .select-test-inner .select2-container {
        /*width: 33.33% !important;*/
        width: 32% !important;
        margin: 0 5px;
    }

.select-test-wrapper #ai-text {
    margin-left: 5px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
}

.select-test-wrapper #ai-text::placeholder {
    color: #444;
    font-size: 15px;
    opacity: 1;
}

.select-test-inner select:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.select-test-inner select:nth-child(2) {
    border-radius: 0;
    border-right: 0;
}

.select-test-inner input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select-test-list h5 {
    font-size: 28px;
    margin-bottom: 14px;
}

.search-result-section span {
    font-size: 22px;
    font-weight: 400;
    margin-left: 20px;
    color: #262626;
}

.statistical-box {
    border: 1px solid #F49C0D;
    border-radius: 5px;
    background: #fff;
    padding: 15px 15px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 100%;
}

.statistical-icon {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

    .statistical-icon::after {
        content: '';
        position: absolute;
        border-right: 1px solid #dedede;
        width: 1px;
        height: 100%;
        display: inline-block;
        right: 0;
    }

.statistical-box-content {
    width: calc(100% - 81px);
}

    .statistical-box-content h6 {
        font-size: 20px;
        font-weight: 800;
        margin: 0 0 10px;
    }

    .statistical-box-content p {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        margin: 0;
    }

    .statistical-box-content a {
        background: #F49C0D;
        color: #fff;
        padding: 5px 10px;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        text-decoration: none;
    }

        .statistical-box-content a:hover {
            background-position: right center;
            transform: translateY(-2px) scale(1.03);
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3);
        }

    .statistical-box-content .infodetail {
        background: #F49C0D;
        color: #fff;
        padding: 5px 10px;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        text-decoration: none;
    }

        .statistical-box-content .infodetail:hover {
            background-position: right center;
            transform: translateY(-2px) scale(1.03);
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease;
        }

    .statistical-box-content button {
        background: #F49C0D;
        color: #fff;
        padding: 5px 10px;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        text-decoration: none;
        box-shadow: none;
        outline: none;
        border: none;
        transition: all 0.4s ease;
    }

        .statistical-box-content button:hover {
            background-position: right center;
            transform: translateY(-2px) scale(1.03);
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3);
        }

.search-btn {
    margin-left: 15px;
}

.statistical-tests-section {
    padding: 50px 0;
}

.pricing-content {
    padding: 30px;
    text-align: center;
}

    .pricing-content ul#pills-tab {
        justify-content: center;
        margin-top: 25px;
    }

        .pricing-content ul#pills-tab .nav-link {
            background-color: #F9F9F9;
            border-radius: 0 !important;
            font-size: 20px;
            border: 1px solid #F49C0D;
            color: #F49C0D;
        }

            .pricing-content ul#pills-tab .nav-link.active,
            .pricing-content ul#pills-tab .show > .nav-link {
                background-color: #F49C0D;
                color: #fff;
            }

    .pricing-content .plan {
        width: 100%;
        text-align: center;
        padding: 30px;
        border: 1px solid #F49C0D;
        margin: 15px 0;
        transition: all 0.7s;
    }

        .pricing-content .plan:hover {
            transform: scale(1.2);
            border: 0;
            box-shadow: 0 0 17.5px rgba(244, 156, 13, 0.15);
            background-color: #ffffff;
        }

        .pricing-content .plan h3 {
            font-size: 28px;
            font-weight: 400;
            margin: 0 0 5px 0;
        }

        .pricing-content .plan .plan-cost span.plan-price {
            display: block;
            font-size: 35px;
            font-weight: 800;
            margin: 0;
        }

        .pricing-content .plan .plan-cost span.plan-type {
            font-size: 20px;
            font-weight: 400;
            color: #262626;
        }

        .pricing-content .plan ul.plan-features {
            margin-top: 25px;
        }

            .pricing-content .plan ul.plan-features li {
                margin-bottom: 8px;
                font-size: 20px;
                font-weight: 300;
            }

                .pricing-content .plan ul.plan-features li i {
                    margin-right: 8px;
                }

.plan-select a {
    background-color: #ffffff;
    border: 1px solid #f49c0d;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 0 8.5px rgba(4, 4, 4, 0.2);
    color: #F49C0D;
    font-size: 20px;
    font-weight: 500;
}

    .plan-select a:hover {
        background-color: #f49c0d;
        color: #ffffff;
    }

.pricing-content .plan ul.plan-features {
    margin: 25px 0;
    min-height: 190px;
}

.pricing-content .plan .plan-cost span.plan-price sup {
    bottom: 0;
    top: auto;
}

.pricing-content .plan .recommended-title {
    background-color: #0084c6;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.research-variables-table {
    border-radius: 1px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    max-width: 1250px;
    margin: 60px auto 20px;
    display: block;
    overflow-x: auto;
}

    .research-variables-table table {
        width: 100%;
    }

        .research-variables-table table tr th,
        .research-variables-table table tr td {
            padding: 15px;
            border-bottom: 1px solid #8dccea;
            vertical-align: middle;
        }

        .research-variables-table table tr:last-child td {
            border-bottom: 0;
        }

        .research-variables-table table tr th {
            font-size: 22px;
            font-weight: bold;
            color: #262626;
        }

        .research-variables-table table tr td {
            font-size: 18px;
            font-weight: 300;
        }

            .research-variables-table table tr td .action-btn-wrapper {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .research-variables-table table tr td .action-btn-wrapper a {
                    margin-left: 5px;
                    width: 30px;
                    height: 30px;
                }

.research-variables-content.text-end .border-bottom::after {
    right: auto;
    left: 0;
}

.research-variables-btn-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .research-variables-btn-wrapper a {
        font-size: 20px;
        font-weight: 700;
        color: #0084C6;
    }

    .research-variables-btn-wrapper #add-variable-btn {
        text-decoration: underline;
    }

    .research-variables-btn-wrapper a.hypothesis-btn {
        background-color: #0084C6;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
    }

.statistical-test-btn-main {
    padding: 40px 0 20px 0;
}

.search-variables-wrapper {
    padding-top: 15px;
}

    .search-variables-wrapper label {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .search-variables-wrapper input {
        max-width: 375px;
    }

.search-variables-input_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.add_search-variables {
    margin-left: 10px;
    text-align: center;
}

    .add_search-variables a {
        text-decoration: none;
        color: #0084C6;
    }

    .add_search-variables i {
        font-size: 20px;
        color: #0084C6;
        font-weight: 800;
        line-height: normal;
    }

    .add_search-variables span {
        display: block;
        font-size: 16px;
        text-transform: capitalize;
        line-height: normal;
        font-weight: 800;
    }

.search-variables-result {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .search-variables-result .tag {
        pointer-events: none;
        padding: 10px 14px 12px 0px;
        border-bottom: none;
        position: relative;
        font-size: 20px;
        font-weight: 300;
        display: inline-block;
        margin: 0 0 0 5px;
    }

    .search-variables-result .search-item {
        display: flex;
        align-items: center;
        border-bottom: 2px dashed #a1a1a1;
        margin-right: 20px;
    }

    .search-variables-result .tag::before {
        pointer-events: all;
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.579' height='10.589' viewBox='0 0 10.579 10.589'%3E%3Cpath id='close-small' d='M9.03,10.823,5.859,7.648A1.226,1.226,0,0,1,7.59,5.918l3.174,3.171,3.18-3.181a1.227,1.227,0,0,1,1.735,1.735L12.5,10.823,15.669,14a1.226,1.226,0,1,1-1.732,1.732l-3.174-3.171-3.17,3.171a1.227,1.227,0,0,1-1.735-1.735Z' transform='translate(-5.5 -5.549)' fill='%23d53737'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.search-variables-result-wrapper {
    margin-top: 50px;
}

    .search-variables-result-wrapper h5 {
        font-size: 20px;
        font-weight: 700;
    }

.search-variables-result-breadcump {
    background-color: #DCF3FE;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.search-variables-result-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .search-variables-result-filter a.show-summary-btn {
        background: #0084C6;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        padding: 10px 20px 11px 20px;
        border-radius: 5px;
    }

        .search-variables-result-filter a.show-summary-btn img {
            margin-right: 7px;
            height: 20px;
            vertical-align: sub;
        }

    .search-variables-result-filter a.delete-summary-btn {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        margin-left: 15px;
        color: #262626;
    }

.search-variables-sortby a.show-summary-btn {
    display: flex;
    align-items: center;
    color: #262626;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

    .search-variables-sortby a.show-summary-btn img {
        margin-left: 5px;
        height: 20px;
    }

.research-variables-articale-header,
.research-variables-articale-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.research-variables-articale-title {
    margin: 0 25px 15px 0;
}

    .research-variables-articale-title img {
        height: 20px;
        margin-right: 6px;
    }

    .research-variables-articale-title h4 {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }

.research-variables-articale-main_title {
    padding: 10px 0;
    display: block;
    border-bottom: 2px dashed #A8A8A8;
}

    .research-variables-articale-main_title h2,
    .research-variables-articale-main_title p {
        margin-bottom: 0;
    }
/*.research-variables-articale-main_title h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
    word-break: break-all;
}
.research-variables-articale-main_title p {
    font-size: 18px;
    color: #262626;
}
.research-variables-articale-inner_title h3{
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 12px;
    padding-top:20px;
}*/
.research-variables-articale-inner_title {
    margin-top: 10px;
}

.research-variables-load-more-btn {
    display: block;
    text-align: center;
    margin-top: 30px;
}

    .research-variables-load-more-btn h5 {
        font-size: 26px;
        color: #0084C6;
        font-weight: 500;
        margin: 0;
    }

.research-variables-load-more-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    position: relative;
    height: 16px;
}

    .research-variables-load-more-dot span {
        width: 18px;
        height: 18px;
        display: inline-block;
        background: #0084C6;
        border-radius: 50%;
    }

    .research-variables-load-more-dot .gooey {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .research-variables-load-more-dot .gooey .dot {
            position: absolute;
            width: 16px;
            height: 16px;
            /*top: 12px;*/
            left: 15px;
            background: #0084C6;
            border-radius: 50%;
            transform: translateX(0);
            animation: dot 2.8s infinite;
        }

        .research-variables-load-more-dot .gooey .dots {
            transform: translateX(0);
            /*margin-top: 12px;*/
            margin-left: 31px;
            animation: dots 2.8s infinite;
        }

            .research-variables-load-more-dot .gooey .dots span {
                display: block;
                float: left;
                width: 16px;
                height: 16px;
                margin-left: 16px;
                background: #0084C6;
                border-radius: 50%;
            }

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

.search-variables-result-filter .dropdown-menu {
    width: 280px;
    filter: drop-shadow(0px 4px 14px rgba(109, 109, 109, 0.05));
    background-color: #ffffff;
    border: 2px solid #0084c6;
    padding: 0;
    border-radius: 5px;
}

    .search-variables-result-filter .dropdown-menu > div {
        padding: 12px 15px;
        border-bottom: 1px solid #E3E4E7;
    }

        .search-variables-result-filter .dropdown-menu > div:last-child {
            border: 0;
        }

.show-summary-dropdown-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

    .show-summary-dropdown-btn-wrapper a {
        font-size: 16px;
        padding: 5px;
        color: #0084C6;
        border: 1px solid;
        text-decoration: none;
        margin: 0 0 5px 5px;
    }

        .show-summary-dropdown-btn-wrapper a:hover {
            background: #0084C6;
            color: #fff;
        }

        .show-summary-dropdown-btn-wrapper a.show-summary-dropdown-confirm-btn {
            background: #0084C6;
            color: #fff;
        }

            .show-summary-dropdown-btn-wrapper a.show-summary-dropdown-confirm-btn:hover {
                background: #fff;
                color: #0084C6;
            }

.show-summary-date-range input {
    width: 100%;
}

.show-summary-date-range .range-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -5px;
}

    .show-summary-date-range .range-values span {
        margin: 0 5px;
    }

.search-variables-result-breadcump a::after {
    display: none;
}

.search-variables-sortby .dropdown-menu {
    width: 250px;
    right: 0 !important;
    left: auto !important;
    padding: 5px;
    border: 2px solid #0084C6;
    border-radius: 5px;
}

    .search-variables-sortby .dropdown-menu ul li a {
        font-size: 18px;
        font-weight: 300;
        width: 100%;
        display: inline-block;
        padding: 5px 10px;
        color: #000;
        border-radius: 5px;
        text-decoration: none;
    }

        .search-variables-sortby .dropdown-menu ul li a:hover {
            background-color: #DCF3FE;
        }

.statistical-tests-folder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0 50px 0;
}

    .statistical-tests-folder .tests-folder-content {
        padding-left: 12px;
    }

        .statistical-tests-folder .tests-folder-content h3 {
            font-size: 20px;
            font-weight: bold;
            color: #0084C6;
            margin: 0 0 5px;
        }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 50px;
    border-color: #0084C6;
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #DCF3FE;
    color: #0084C6;
}

.select2-container--default .select2-results__option--selected {
    color: #0084C6;
    background-color: #dcf3fe;
}

.select2-container--open .select2-selection--single {
    border: 2px solid #0084c6 !important;
    box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    width: 20px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .select-test-inner select {
        width: 0 !important;
    }
/*.select2-container,*/
.research-variables-table table tr td .select2-container {
    width: 100% !important;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.password-error {
    display: block;
    text-align: left;
    font-size: 13px;
    color: #e4434b;
    margin-top: 5px;
    white-space: normal;
}

/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification.success {
    background-color: #4bb07a;
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification.warning {
    background-color: #f39c12;
}

.bar-notification {
    position: relative;
    display: none;
    padding: 15px 25px 15px 10px;
}

    .bar-notification .content {
        margin: 0 10px 0 0;
        color: #fff;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../../assets/images/close.png') center no-repeat;
        cursor: pointer;
    }

.popup-notification {
    border-radius: 5px;
    padding: 3px;
    margin: 5px 0;
}

    .popup-notification.success {
        border: 2px rgba( 75,176,122,.5) solid;
    }

    .popup-notification.error {
        border: 2px rgba( 228,68,76,.5) solid;
    }

    .popup-notification.warning {
        border: 2px rgba( 243,156,18,.5) solid;
    }

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

.ui-dialog {
    max-width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    overflow: hidden;
    background-color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
}

    .ui-dialog:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

.ui-dialog-titlebar {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #eee;
    padding: 10px 15px;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-width: 0 0 1px;
    border-radius: 0;
    background-image: none;
    padding: 10px 15px !important;
    font-weight: normal;
    cursor: auto !important;
}

    .ui-dialog-titlebar > span {
        float: left;
        font-size: 18px;
        color: #444;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        border: none;
        overflow: hidden;
        background: url('../../assets/images/close.png') center no-repeat;
        font-size: 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        top: 0 !important;
        right: 0 !important;
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0;
        background: url('../../assets/images/close.png') center no-repeat !important;
        padding: 0 !important;
    }

        .ui-dialog-titlebar button span {
            display: none !important;
        }

.ui-dialog-content {
    padding: 15px;
    line-height: 20px;
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    padding: 15px 15px 20px 15px !important;
    color: #777;
}

    .ui-dialog-content .page {
        min-height: 0;
    }

    .ui-dialog-content .page-title {
        min-height: 0;
        margin: 0 0 15px;
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

        .ui-dialog-content .page-title h1 {
            font-size: 24px;
            line-height: 30px;
        }

    .ui-dialog-content .back-in-stock-subscription-page {
        text-align: center;
    }

        .ui-dialog-content .back-in-stock-subscription-page .tooltip {
            margin-bottom: 10px;
        }

        .ui-dialog-content .back-in-stock-subscription-page .button-1 {
            border: none;
            background-color: #4ab2f1;
            padding: 10px 15px;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
        }

            .ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
            .ui-dialog-content .back-in-stock-subscription-page .button-1:focus {
                background-color: #248ece;
            }

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 320px;
    height: auto;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 5px 0 10px;
        border: none;
        background-color: #4ab2f1;
        padding: 8px 12px;
        font-size: 14px;
        color: #fff;
    }

        .eu-cookie-bar-notification button:hover,
        .eu-cookie-bar-notification button:focus {
            background-color: #248ece;
        }

    .eu-cookie-bar-notification a {
        display: block;
        color: #4ab2f1;
    }

        .eu-cookie-bar-notification a:hover,
        .eu-cookie-bar-notification a:focus {
            text-decoration: underline;
        }

.admin-header-links {
    background-color: #0084C6;
    color: #fff;
    width: 100%;
    text-align: center;
}

    .admin-header-links a {
        padding: 5px;
        color: #fff;
        width: 100%;
        text-align: center;
        display: block;
        text-decoration: none;
    }

.chatgpt-response h1,
.irat-ansbox h1 {
    font-size: 24px;
    font-weight: 500;
}

.chatgpt-response h2,
.irat-ansbox h2 {
    font-size: 22px;
    font-weight: 500;
}

.chatgpt-response h3,
.irat-ansbox h3 {
    font-size: 20px;
    font-weight: 500;
}

.chatgpt-response ul,
.irat-ansbox ul {
    margin-bottom: 15px;
}

.chatgpt-response a,
.irat-ansbox a {
    color: #0084C6;
    text-decoration: underline;
}

#load-more-button {
    font-size: 26px;
    color: #0084C6;
    font-weight: 500;
    margin: 0;
    background: transparent;
    border: 0;
}

#add-search {
    color: #0084C6;
    border: 0;
    background: transparent;
}

.contact-content #mobilenumber .iti {
    width: 100%;
}

.login-page .banner-section {
    padding-bottom: 100px;
}

.irat-ansbox-btn-wrapper button {
    background: transparent;
}

.user-name .user-name-inner {
    margin-left: 10px;
}

.sublist-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 75px;
    background: url(../images/right-arrow.svg) center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 1;
}

    .sublist-toggle.active {
        background: url(../images/down-arrow.svg) center no-repeat;
    }

.sidebar-submenu {
    display: none;
    transition: all 0.3s ease;
}

    .sidebar-submenu.open {
        display: block;
    }

.hemberge-menu-item ul.sidebar-submenu li {
    border: 0;
}

.clr-cache-btn,
.ask-irate-load-more {
    background-color: #f49c0d;
    color: #fff;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    outline: none;
    border-top-left-radius: 0;
}

.ask-i-rat-title-main {
    display: flex;
    justify-content: space-between;
}

.remove-btn {
    border: none;
    background: no-repeat;
    padding-top: 14px;
}

#searchResults {
    display: flex;
}

.search-variables-result-filter .form-check-input:checked {
    background-color: #0084c6;
    border-color: #0084c6;
}

.noUi-target {
    background: #DEE4E9 !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 10px !important;
}

.noUi-connect {
    background: #0084c6 !important;
}

.noUi-horizontal .noUi-handle {
    width: 10px !important;
    height: 10px !important;
    right: -1px !important;
    top: -2px !important;
}

.noUi-handle {
    border: 1px solid #0084c6 !important;
    border-radius: 50% !important;
    background: #FFF !important;
    cursor: default !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.noUi-horizontal {
    height: 6px !important;
    cursor: pointer !important;
}

.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}

.show-summary-checkbox #fieldSearchInput {
    height: 40px;
}

.shimmer-card {
    position: relative;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    border-radius: 6px;
    overflow: hidden;
    max-height: 566px;
    margin: 40px auto;
    max-width: 100%;
    padding: 0;
}

    .shimmer-card .shimmerBG {
        animation-duration: 2.2s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: shimmer;
        animation-timing-function: linear;
        background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
        background-size: 1200px 100%;
        will-change: background-position;
    }

.research-variables-Url {
    text-decoration: none;
    color: black;
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}

.p-32 {
    padding: 32px;
}

.title-line {
    height: 24px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 20px;
}

.content-line {
    height: 8px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
}

.end {
    width: 40%;
}

.m-t-24 {
    margin-top: 24px;
}

.loader-shimmer-header,
.loader-shimmer-header-last {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    gap: 10px;
}

.loader-shimmer-header {
    width: 350px;
}

.loader-shimmer-header-last {
    max-width: 450px;
}

/* Optional fade-in for content replacement */
.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.select2-container .select2-selection--single, #ai-text {
    border-color: #C8C9CB;
}

.shimmerBG {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 1200px 100%;
    border-radius: 5px;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}

.shimmer-section {
    background: #fff;
    padding: 15px 15px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 100%;
}

.shimmer-section-img span {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.shimmer-section-content h6 {
    width: 100%;
    height: 30px;
}

.shimmer-section-content p {
    width: 100%;
    height: 15px;
    margin-bottom: 10px;
}

.shimmer-section-content span {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 70px;
    height: 34px;
}

.shimmer-section-img p {
    position: absolute;
    width: 3px;
    height: 100%;
    display: inline-block;
    right: 0;
    margin-bottom: 0;
}

.shimmer-section-img {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.shimmer-section-content {
    width: calc(100% - 81px);
}


/* Responsive */
@media (max-width: 768px) {
    .logo img {
        width: 100px;
    }

    .footer-logo {
        width: 80px;
    }

    .shimmer-card {
        margin: 20px 0;
        /*max-width: 90%;*/
    }

    .loader-shimmer-header,
    .loader-shimmer-header-last {
        width: 100%;
        flex-direction: column;
    }
}
