body {
    font-family: "Lato", sans-serif, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
}

.ck-editor__editable {
    min-height: 100px;
    max-height: 500px;
}

/* Hrader Section Start */
.login-singup-btn {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.resend-otp {
    position: absolute;
    right: 14px;
    bottom: 14px;
}

.search-bar-input-text {
    border-radius: 25px;
}

.show-search-items {
    border: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 75%;
    z-index: 2;
}

.content {
    flex: 1;
}

.form-control:focus {
    box-shadow: none;
}

#search-results {
    background-color: #fff;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;

    position: absolute;

    z-index: 1000;
}

#search-results li {
    padding: 12px;
    cursor: pointer;
}

#search-results li:hover {
    background-color: #f1f1f1;
    /* Highlight on hover */
}

.responsive-img {
    max-width: 100%;
    height: auto;
}



/* Hrader Section End */

/* Footer Section start */

.footer {
    background-color: #ffffff;
    color: #0a0ef8;
}

.main-page-footer a {
    /* max-width: 150px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    font-size: 12.5px;
}

.footer a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s;
}

.footer a:hover {
    text-decoration: underline;
    color: #0a0ef8;
}

.footer ul {
    padding-left: 0;
    list-style-type: none;
}

.social-logo {
    border-top: 1px solid rgb(0, 0, 0);
    width: 100%;
    text-align: end;
}

.text-elipse {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.side-content {
    margin-left: 10px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.7rem !important;
}



/* Footer Section End */

/* Login Section Start */

.login-card {
    --bs-card-spacer-y: 0;
    --bs-card-spacer-x: 0;
    padding: 0;
    margin: 0;
    border: none;
    max-width: 300px;
}

.login-btn {
    width: 100%;
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.login-btn:hover {
    background-color: #2575fc;
    color: white;
}

.form-check-label {
    color: #0d6efd;
}

.login-btn-link {
    color: #0d6efd;
    font-size: 0.9rem;
}

.login-btn-link:hover {
    text-decoration: underline;
}

.links-container {
    display: flex;
    justify-content: space-between;

    padding: 10px;
}

.left-links a,
.right-links a {
    text-decoration: none;
    color: #000;
    margin: 0 10px;
}

.login-card-body {
    padding: 0;
}

.right-links {
    text-align: right;
}

.avtar-login-img {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: url("https://wikialpha.co/resources/src/mediawiki.special.userlogin.login.styles/images/glyph-people-large.png?707d6") no-repeat 50%;
    margin: 0 auto;
    padding-top: 7.8em;
    font-weight: bold;
}

.join-explorepedia {
    border: 1px solid gray;
    padding: 5px;
    text-decoration: none;
    background-color: #f8f9fa;
    color: #2575fc;
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
}



/* Login Section End */

/* Register Section Start */

.register-card {
    --bs-card-spacer-y: 0;
    --bs-card-spacer-x: 0;
    padding: 0;
    margin: 0;
    border: none;
    max-width: 300px;
    /* border-radius: 10px;
                                                                                                                                                                                                                                            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.form-control {
    border-radius: 5px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #dee2e6 !important;
    outline: 0;
}

.register-btn {
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}

.register-btn:hover {
    background-color: #0056b3;
}

.text-center a {
    color: #007bff;
    text-decoration: none;
}

.text-center a:hover {
    text-decoration: underline;
}

.left-links a,
.right-links a {
    text-decoration: none;
    color: #000;
    margin: 0 10px;
    /* Adds spacing between the links */
}

.right-links {
    text-align: right;
    /* Aligns the right-side links to the right */
}

.image-section {
    float: left;
    margin-right: 15px;
}

.imgae-content-section {
    margin-top: 2rem;
    display: flex;
    gap: 20px;
}

.label-text {
    font-weight: 700;
    color: black;
}



/* Register Section End */

/* Articale Section Start */

.nav-btn-link {
    padding: 0px;
    margin: 0px;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.nav-btn-link:hover {
    border-bottom: 1px solid black !important;
}

.nav-btn-link .active {
    border-bottom: 1px solid black !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 1px solid black !important;
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    padding-bottom: 8px;
}

.table-container {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow-x: auto;
}

.article-history {
    border: 1px solid #ffffff;
    margin-top: 20px;
    border-radius: 8px;
}

.article-history .mbox-image img {
    max-width: 100%;
    height: auto;
}

.article-history-milestones th {
    background-color: #f8f9fa;
    text-align: left;
}

.article-history-milestones td,
.article-history-milestones th {
    padding: 10px;
}

.mw-collapsible-content {
    margin-top: 10px;
    padding: 10px;
    background-color: #f9f9f9;
}

.comment-section {
    max-width: 100%;
    margin: 10px auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid black;
}

.comment {
    display: flex;
    margin-bottom: 20px;
}

.comment img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.comment-content {
    flex: 1;
}

.comment-content h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.comment-content p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

.comment-actions a {
    font-size: 12px;
    color: #007bff;
    text-decoration: none;
    margin-right: 15px;
    cursor: pointer;
}

.comment-actions a:hover {
    text-decoration: underline;
}

.reply-section {
    margin-left: 55px;
    margin-top: 10px;
}

.reply-input {
    display: none;
    margin-left: 55px;
    margin-top: 10px;
}

.reply-input textarea {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 8px 15px;
    resize: none;
}

.reply-input button {
    margin-top: 5px;
    border-radius: 20px;
    background-color: #007bff;
    border: none;
    color: #fff;
    padding: 6px 15px;
    cursor: pointer;
}

.reply-input button:hover {
    background-color: #0056b3;
}



/* Articale Section End */

/* Contact Us Section Start */

.submit-button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #0056b3;
}

.contact-lable {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #555;
}

.contact-header {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.contact-input-text,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
}

.contact-input-text:focus,
textarea:focus {
    border-color: #007bff;
}

/* Contact Us Section End */

/* Contribution Section Start */
.custom-panel {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.custom-fieldset {
    margin-top: 20px;
}

.required-indicator {
    color: red;
}

.cart-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.contribution-cart {
    display: flex;
    margin: auto;
    align-items: center;
    /* vertical-align: middle; */
    height: 60vh;
    justify-content: center;
    vertical-align: middle;
}

/* Contribution Section End */

/* MainPage Section start */
.blog-img {
    margin-left: auto;
    float: right;
    max-width: 176px;
    height: 176px;
}

.blog-img-1 {
    margin-right: auto;
    float: left;
    max-width: 176px;
    height: 176px;
    margin: 5px;
}

.footer-section {
    display: flex;
}

.content-section {
    display: flex;
    flex-direction: column;
}

.header-text h2 {
    border: 1px solid #aaa;
    margin: 0.5em 0;
    padding: 0.2em 0.4em;
    font-size: 120%;
    font-weight: bold;
    background-color: #cef2e0;
    border-color: #a3bfb1;
}

.header-text2 h2 {
    background-color: #cedff2;
    border-color: #a3b0bf;
    border: 1px solid #aaa;
    margin: 0.5em 0;
    padding: 0.2em 0.4em;
    font-size: 120%;
    font-weight: bold;
}

.header-text3 h2 {
    background-color: #ddcef2;
    border-color: #afa3bf;
    border: 1px solid #aaa;
    margin: 0.5em 0;
    padding: 0.2em 0.4em;
    font-size: 120%;
    font-weight: bold;
}

.header-text4 h2 {
    background-color: #eee;
    border-color: #ddd;
    border: 1px solid #aaa;
    margin: 0.5em 0;
    padding: 0.2em 0.4em;
    font-size: 120%;
    font-weight: bold;
}

.float-img {
    border-radius: 0%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.contents ul {
    text-align: start;
    list-style: none;
    padding-left: 0;
}

.contents ul li {
    display: flex;
    margin-bottom: 0px;
    font-size: 0.9rem;
    color: #555;
}

.show-list-style-blog ul li::before {
    content: "•";
    color: #000000;
    font-weight: 900;
    margin-right: 8px;
}

.contents ul li::before {
    /* content: ""; */
    color: #000000;
    font-weight: 900;
    margin-right: 8px;
}

/* .contents p span {
    font-weight: bold;
    color: #007bff;
} */

.languages-section {
    padding: 20px;
}

.language-header {
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    color: #2c3e50;
}

.languages-count-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.languages-count-container .prettybars {
    width: 20%;
    height: 2px;
    background-color: #c8ccd1;
}

.language-count {
    font-size: 1.2rem;
    padding: 0 10px;
    color: #000000;
}

.language-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.language-list a {
    text-decoration: none;
    /* padding: 5px 10px; */
    /* border: 1px solid #007bff; */
    /* border-radius: 5px; */
    color: #007bff;
    transition: all 0.3s ease;
}

.language-list a:hover {
    /* background-color: #007bff; */
    color: rgb(0, 0, 0);
}

.featured-picture {
    object-fit: contain !important;
    height: 374px;
    width: 550px !important;
}



/* MainPage Section End */

/* preference section start */

.profile-picture {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

/* Preferences section end */

/* Notification section start */

.notification-home {
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.notification-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.timestamp {
    font-size: 0.85rem;
    color: #888;
}

.dropdown-menu-start[data-bs-popper] {
    left: -24px;
}

.notification-icon {
    position: relative;
    font-size: 1.5rem;
    cursor: pointer;
}

.notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    border-radius: 50%;
    font-size: 0.7rem;
    padding: 3px 6px;
    transform: translate(50%, -50%);
}

.dropdown-menu {
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-item {
    white-space: normal;
}

.notification-title {
    font-weight: bold;
    font-size: 1.1rem;
}

.notification-menu {
    position: absolute !important;
    right: 0 !important;
    /* left: -115px !important; */
    margin: auto !important;
    transform: translate(10px, 10px);
}



/* Notification section end */


.unique-empty-state-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 2rem;
    /* background-color: #f8fafc; */
}

.unique-empty-state-card {
    max-width: 500px;
    text-align: center;
    padding: 3rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.unique-empty-state-card:hover {
    transform: translateY(-5px);
}

.unique-empty-state-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin: 1.5rem 0 0.5rem;
}

.unique-empty-state-message {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.unique-btn-primary {
    background-color: #4A90E2;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.unique-btn-primary:hover {
    background-color: #3a7bc8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.unique-btn-primary svg {
    margin-right: 8px;
}

.unique-illustration {
    opacity: 0.9;
    animation: unique-float 4s ease-in-out infinite;
}

@keyframes unique-float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}






/* -----------------------------Media Query-------------------------------------------- */

@media (max-width: 992px) {
    img.navbar-brand.footer-img.mb-2 {
        max-width: 150px;
    }

    .logo-ordering {
        order: 1;
    }
}

@media (max-width: 991px) {
    .searchbar {
        margin-top: 5px;

        max-width: 100% !important;
    }

    .login-singup-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 16px;
    }
}

@media (max-width: 768px) {
    .notification-menu {
        transform: translate(173px, 10px);
    }

    .right-links {
        text-align: left;
    }

    .links-container {
        flex-direction: row;
        align-items: flex-start;
    }

    .right-links {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .mobile-fotter-responsive {
        display: none;
    }

}

@media (max-width: 767.9px) {
    .desktop-footer {
        display: none;
    }

    .mobile-fotter-responsive {
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .login-card {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }

    .register-card {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100% !important;
    }

    .login-card-right-side {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        flex-direction: column;
        margin-top: 30px;
    }

    .edit-card {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .nav-search {
        justify-content: center !important;
    }

    .search-bar-input-text {
        width: 100% !important;
    }

    .show-search-items {
        width: 100% !important;
    }

    .featured-picture {
        object-fit: contain !important;
        height: 170px;
        width: 550px !important;
    }
}

@media (max-width: 576px) {

    .article-history-milestones th,
    .article-history-milestones td {
        font-size: 0.9rem;
    }

    .side-content {
        margin-left: 0;
        padding-top: 20px;
    }

    .footer ul {
        display: flex;
        flex-wrap: wrap;
    }

    .my-profile-btn {
        position: absolute !important;
        right: 0 !important;
        left: -119px !important;
        width: 200px !important;
    }
}

@media (max-width: 425px) {
    .sm-screen-footer {
        display: flex !important;
        flex-direction: column;
    }
}

@media (max-width: 375px) {
    .navbar-brand {
        width: 150px;
    }

    .blog-img-box img {
        display: flex;
        justify-content: center;
    }

    .blog-img {
        margin: auto !important;
        float: none !important;

        max-width: 176px !important;
        height: 176px !important;
    }
}