/* * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
} */

:root {
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 35);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
    --bg-blue: #00335e;
    --bg-white: #ffffff;
    --bg-red: #ee2110;
    --text-color-red: #ee2110;
    --text-color-white: #ffffff;
    --text-color: #111111;
    --inter: "Inter";
    --test-n-2: 'TestNational2';
    --bg-color-greywhite: #f4f4f4;
}

/* .inter-<uniquifier> {
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
      } */
/* @font-face {
    font-family: "TestNational2";
    src: url("../font/TestNational2-Medium.otf") format("opentype");
    font-style: medium;
} */
@font-face {
    font-family: 'TestNational2';
    /* src: url('/font/TestNational2/TestNational2-Bold-BF663c3f490c32f.otf') format('opentype');
    src: url('/font/TestNational2/TestNational2-Medium-BF663c3f4904b1a.otf') format('opentype');
    src: url('/font/TestNational2/TestNational2-Regular-BF663c3f4a23d54.otf') format('opentype'); */
    src: url("../font/TestNational2-Medium.otf") format('opentype');
  }
  
  @font-face {
    font-family: 'inter';
    src: url('/font/Inter/Inter-VariableFont_slnt,wght.ttf') format('opentype');
  }

body {
    a {
        text-decoration: none;
    }
}

/* category-filter-style-start */
.categories-dropdown {
    max-height: 330px;
    /* overflow-y: auto; */
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    z-index: 1050;
    display: none;
    /* Hidden by default */
}

.categories-dropdown.show {
    display: block;
    /* Display when triggered */
}

.form-check-label {
    font-family: var(--inter);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #111111;
}

.dropdown-toggle-btn {
    cursor: pointer;
}

.categories-np {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 7px 6px 12px;
    background-color: white;
    gap: 10px;
    font-family: var(--inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #303030;
}

.icon-drop-np {
    font-size: 13px;
}

.categories-dropdown {
    width: 500px;
}

.categories-dropdown p {
    font-family: var(--inter);
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
}

.category-list-np {
    display: flex;
    gap: 20px;
    max-height: 150px;
    padding: 18px 0px 20px 0px;
    /* border-bottom: 2px solid #C2C2C2; */

    .form-check-input:checked {
        background-color: #111111;
        border-color: #111111;
    }

    .form-check-input[type=checkbox] {
        border-radius: 0px;
        border-color: #C2C2C2;
    }

    .form-check-input:focus {
        border-color: none;
        outline: 0;
        box-shadow: none;
    }

}

.input-elevated {
    font-size: 16px;
    line-height: 1.5;
    border: none;
    background: #FFFFFF;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px 20px;
    border-radius: 50px;
    width: 100%;
    padding: .5em 1em .5em 2.5em;
    border: 1px solid #C2C2C2;
}

.input-elevated::placeholder {
    color: #000000;
}

.input-elevated:focus {
    outline: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}


/* buying product list */

.fil-app-np {
    margin: 7px 0px 0px 0px;
    float: right;
    display: flex;
    gap: 30px;
}

.reset-np {
    border: none;
    font-family: var(--inter);
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    background-color: white;
}

.App-np {
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background-color: #111111;
    padding: 3px 15px;
    border-radius: 40px;
    border: 2px solid #111111;
}

.buyinginquiries {
    background-color: #f2f3f7 !important;

    .full-width-image {
        position: relative;
        height: 179px;
        width: 100%;
        background-image: url("../assets/images/bg-buying.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .container {
        position: relative;
        margin-top: -110px;
        /* z-index: 1; */

        h4 {
            font-size: 30px;
            line-height: 38px;
            text-align: left;
            align-items: center;
            font-family: var(--test-n-2);
        }
    }

    .scrollbar {
        max-height: 150px;
        overflow-y: scroll;
    }

    .force-overflow {
        /* min-height: 450px; */
    }

    #wrapper {
        padding: 0px 0px 20px 0px;
        border-bottom: 2px solid #C2C2C2;
    }

    #style-4::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    #style-4::-webkit-scrollbar {
        width: 4px;
        background-color: #bbbbbb;
    }

    #style-4::-webkit-scrollbar-thumb {
        background-color: #F3F3F3;
        border: 2px solid #000000;
    }

    .form-select {
        font-family: var(--inter);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #303030;
    }

    .form-select:focus {
        border-color: var(--bg-blue);
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(0, 51, 94, .25);

    }

    #state {
        width: auto;
        min-width: 150px;
        height: auto;
        padding: 5px;
    }

    #city {
        width: auto;
        min-width: 150px;
        height: auto;
        padding: 5px;
    }

}

/* category-filter-style-End */







/* buying product list */
.buyinginquiries {
    background-color: #f2f3f7 !important;

    .full-width-image {
        position: relative;
        height: 179px;
        /* Match the height of the .buyinginquiries class */
        width: 100%;
        /* Full width of the container */
        background-image: url("../assets/images/bg-buying.png");
        background-size: cover;
        /* Ensures the image covers the div */
        background-position: center;
        /* Centers the image */
        background-repeat: no-repeat;
        /* Prevents tiling */
    }

    .container {
        position: relative;
        margin-top: -110px;
        /* Adjust the value as needed */
        /* z-index: 1; */
        /* Ensures the container appears over the full-width image */

        h4 {
            font-size: 30px;
            line-height: 38px;
            text-align: left;
            align-items: center;
            font-family:var(--test-n-2);
        }
    }

    .filterui {
        background-color: white;
        padding: 14px 16px;
        /* width: 1120px; */
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1px 0px;
    }

    .filter-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        width: 1150px;

        .badge {
            cursor: pointer;
            padding: 8px 16px;
            margin: 4px;
            background-color: #f8f9fa;
            color: #333;
            border: 1px solid #dee2e6;
        }
    }

    .acc {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 6px 6px 6px 12px;
        gap: 5px;
        width: auto;
        height: 30px;
        background: #FFFFFF;
        border-radius: 999px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-transform: capitalize;
        color: #111111;
    }

    .ac-close {
        cursor: pointer;
        width: 15px;
        height: 15px;
        background: #F5F5F5;
        border-radius: 70px;
        padding: 0px;
        color: #111111;

    }

    .filter-pills .badge:hover {
        background-color: #e9ecef;
    }

    .reset-btn button {
        font-family: var(--inter);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-transform: capitalize;
        color: #EE2110;
    }

    /* .badge .close {
      margin-left: 8px;
      font-weight: bold;
    } */

    .card {
        border-radius: 8px;
        margin-bottom: 20px;
        /* height: 450px; */

        .card-body {
            .bg-color-set {
                height: 28px !important;
                text-align: left;
                display: flex;
                font-family: var(--inter);
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                align-items: center;
                background-color: #e4f5ff !important;
                color: var(--text-color) !important;
            }

            .card-title {
                font-family: var(--inter);
                line-height: 20px;
                font-size: 16px;
                padding: 0 4px;
                font-weight: bold;
                height: 40px;
            }

            p {
                font-family: var(--inter);
                line-height: 22px;
                font-size: 14px;
                font-weight: 500;
            }

            .card-text {
                font-family: var(--inter);
                line-height: 20px;
                font-size: 14px;
                font-weight: 400;
                color: #303030;
                height: 64px;

                strong {
                    color: var(--text-color);

                    font-family: var(--inter);
                    line-height: 20px;
                    font-size: 14px;
                    font-weight: 500;
                }
            }

            .info-pro {
                strong {
                    font-family: var(--inter);
                    line-height: 20px;
                    font-size: 14px;
                    font-weight: 500;
                    color: var(--text-color);
                }

                .text-info-pro {
                    font-family: var(--inter);
                    line-height: 20px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #303030;
                }
            }
        }
    }

    .card-footer {
        background-color: transparent;
        border-top: 1px solid rgba(0, 0, 0, 0.125);

        small {
            font-family: var(--inter);
            line-height: 20px;
            font-size: 14px;
            font-weight: 400;
            color: var(--text-color);
            width: 302px;

            strong {
                font-family: var(--inter);
                line-height: 12px;
                font-size: 12px;
                font-weight: 500;
                color: #303030;
            }
        }
    }

    .btn-view {
        width: 148px;
        height: 36px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 14px;
        gap: 10px;
        background: var(--bg-red);
        color: white;
        border: 1px solid #FFFFFF;
        border-radius: 100px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .btn-view:hover {
        background-color: #bb2d3b;
        color: white;
    }

    .circle-container {
        width: 55px;
        height: 55px;
        border: 1px solid #d1dae0;
        /* Black border, change color as needed */
        border-radius: 50%;
        /* Makes the div circular */
        display: flex;
        fill: #f4f4f4;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        /* Ensures the image stays inside the circle */
    }

    .circle-container img {
        width: 35px;
        height: 35px;
        object-fit: fill;
    }

    .text-overflow {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* Limit to 2 lines */
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        /* Adds "..." if text overflows */
    }

    .pagination {
        justify-content: center;
        padding: 20px 0;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #111111;

        li {
            span {
                border: none;
                color: #8a8a8a !important;
            }
        }
    }

    .pagination .page-link {
        color: #000000;
        background-color: transparent;
        padding: 8px 12px;
        margin: 0 4px;
        border-radius: 4px;
        height: 32px;
        width:auto;
        display: flex;
        line-height: 20px;
        font-size: 14px;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .pagination .page-link:hover {
        background-color: #e9ecef;
        color: #343a40;
    }

    .pagination .active .page-link {
        background-color: #f2f3f7;
        border-color: var(--bg-blue);
        color: var(--bg-blue);
        height: 32px;
        width: 32px;
        display: flex;
        line-height: 20px;
        font-size: 14px;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .pagination .disabled .page-link {
        color: #adb5bd;
        pointer-events: none;
    }

    .first-last-links {
        color: #6c757d !important;
        text-decoration: none;
        padding: 8px 12px;
    }

    .first-last-links-2 {
        color: #000000 !important;
        text-decoration: none;
        padding: 8px 12px;
    }
}

/* post requirment */

.postrequir {
    .headimg-text {
        display: flex;
        gap: 15px;
    }

    .postb-np h2 {
        font-family: var(--test-n-2);
    font-style: normal;
    font-weight:500;
    font-size: 50px;
    line-height: 62px;
    text-transform: capitalize;
    color: #FFFFFF;
    }

    .postb-np p {
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    /* .postb-np button {
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        color: #111111;
    } */

    .postb-np button {
        margin: 10px 0px;
        /* width: 200px;
        height: 52px;
        padding: 14px 20px; */
        gap: 10px;
        justify-content: center;
        align-items: center;
        position: relative;
        background: var(--bg-white);
        border-radius: 100px;
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        color: var(--text-color);
        z-index: 1;
        overflow: hidden;
        transition: width 0.5s ease;
    }
    
    .postb-np button::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        border-radius: 100px;
        background-color: var(--bg-red);
        z-index: -1;
        transition: width 0.5s ease;
    }
    
    .postb-np button:hover {
        color: var(--bg-white);
        border: 2px solid var(--bg-red);
    }
    
    .postb-np button:hover::before {
        width: 100%;
        border: 2px solid var(--bg-red);
    
    }
    

    .requirements-section {
        background-color: var(--bg-blue);
        color: white;
        border-radius: 30px;
        min-height: 532px;
        margin: 100px 0px;
    }
    .section-post {
        min-height: 532px;
    }

    .icons-section {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 2rem;
    }

    .postimg {
        width: 500px;
        height: 292;
    }

    .szcl {
        color: #111111;
        font-size: 14px;
        font-family: Inter;
    }

    .modelbtnsub {
        background-color: #111111 !important;
        color: #ffffff;
        padding: 14px 20px;
        font-size: 16px;
    }
}

.custom-btn {
    border: none;
    background-color: white;
    color: black;
    padding: 14px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.custom-close-btn {
    width: 24px;
    height: 24px;
    background-color: #F4F4F4;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 20px;
    align-items: center;
    right: 20px;

    i {
        color: #000000;
        font-size: 25px;
        font-weight: bold;
        position: absolute;
    }
}


.szcl {
    color: #111111;
    font-size: 14px;
    font-family: Inter;
    margin: 4px 0px;
  }
  .fw-semibold{
  font-family:var(--inter);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #111111;
  }
  .sub-re-btn {
    position: relative;
    display: inline-block;
    background-color: var(--bg-red); /* base white background like .postb-np */
    padding: 14px 20px;
    font-family: var(--inter);
    font-style: normal;
    font-weight: 600;
    width: 100%;
    height: 52px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: var(--bg-white);
    border-radius: 100px;
    border: 2px solid var(--bg-red);
    z-index: 1;
    overflow: hidden;
    transition: color 0.5s ease;
  }
  
  .sub-re-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 100px;
    background-color: var(--bg-blue);
    color: var(--bg-white);
    /* border: 2px solid var(--bg-blue); */
    z-index: -1;
    transition: width 0.5s ease;
  }
  
  .sub-re-btn:hover {
    background-color: var(--bg-red); /* base white background like .postb-np */
    color: var(--bg-white);
    border: 2px solid var(--bg-blue);
  }
  
  .sub-re-btn:hover::before {
    width: 100%;
  }
  


/* .sub-re-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    width:100%;
    height: 52px;
    background: #EE2110;
    border-radius: 100px;
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
} */

/* Change button background color to red when clicked */
.sub-re-btn.clicked {
    background-color: red;
}

/* Hide the submit text and right arrow icon when clicked */
.sub-re-btn.clicked #submitText,
.sub-re-btn.clicked .exnp {
    display: none;
}

/* Show the loader and loading text when clicked */
.sub-re-btn.clicked #loader,
.sub-re-btn.clicked #loadingText {
    display: inline-block;
}

/* <!-- Post your Buying Requirements-section-End --> */

/* buyinquiry popup */
/* .buymainnp {
    margin: 100px 0px;
} */
.looking-view-np {
    border: 1px solid #D1DAE0;
    padding: 20px;
    border-radius: 10px;
}

.view-re {
    padding: 6px 14px;
    border-radius: 4px;
    text-align: left;
    display: flex;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
    align-items: center;
    background-color: #E4F5FF !important;
    color: var(--text-color) !important;
}

.lok-title h1 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.lok-title p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #303030;
}

.requir-ment-mein h1 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
}

.requir-ment-mein p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
}

.qunity-Dilvery {
    display: flex;
    align-items: center;
    gap: 150px;
}

.qunity-Dilvery h1 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0px;
}

.qunity-Dilvery p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
}

.inq-post-np h1 {
    font-family: 'TestNational2';
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #000000;
}

.inq-img img {
    height: 80px;
    width: 80px;
}

.inq-img-np {
    display: flex;
    background-color: #F2F3F7;
    gap: 20px;
    border-radius: 10px;
    padding: 16px;
}

.ing-name h1 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin: 0px;
}

.ing-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ing-name img {
    height: 16px;
    width: 16px;
}

.inq-city-np {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #303030 !important;
    margin: 0px;
    padding: 5px 0px;
}

.inq-review {
    display: flex;
    align-items: center;
}

.star-inq {
    display: flex;
}

.trust-inq {
    display: flex;
}

.trust-inq img {
    height: 27px;
    width: 27px;
}

.trust-inq p {
    font-family: var(--inter) !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    color: #303030 !important;
    margin: 0px !important;
}

.star-inq img {
    height: 22px;
    width: 36px;
}

.star-inq p {
    font-family: var(--inter) !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    color: #303030 !important;
    margin: 0px !important;
}

.share-submit-b button {
    display: flex;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    padding: 8px 53px;
    gap: 18px;
    background: rgb(238, 33, 16);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 33, 16);
    border-image: initial;
    border-radius: 100px;
}

.share-submit-b button:hover {
    color: rgb(255, 255, 255);
    background: rgb(238, 33, 16);
    border-color: rgb(238, 33, 16);
}

.share-s- {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.share-q-title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #303030;
}

.share-submit-b {
    margin-top: 20px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.modal-content {
    background-color: #fff;
    width: 100%;
    /* max-width: 1100px; */
    margin: 10px auto;
    /* padding: 40px; */
    border-radius: 8px;
    position: relative;
}

.modal-content_buy {
    background-color: #fff;
    width: 60%;
    /* max-width: 1100px; */
    margin: 100px auto;
    padding: 40px;
    border-radius: 8px;
    position: relative;
}

.close-view-np {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 15px;
    cursor: pointer;
    background: #F4F4F4;
    border-radius: 100px;
    padding: 7px 10px;
}

.close-x {
    color: #000000;
}

#requirementModal {
    #buy-popup {
        height: 424px;
        width: auto;
    }

    #buy-popup .btn-close {
        position: relative;
        top: -32px;
        color: #000000;
    }

    .modal-header {
        border-bottom: none;
        padding: 20px 20px 10px 20px !important;
    }

    .modal-body {
        padding: 20px;
    }

    #buy-popup p {
        font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #111111;
    margin: 5px 5px 10px 5px;

    }

    .login-btn,
    .create-btn {
        width: 100%;
        padding: 10px;
        margin: 8px 0;
        border-radius: 25px;
        font-weight: 500;
    }



    .login-btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px 20px;
        gap: 10px;
        /* width: 360px; */
        height: 52px;
        background: var(--bg-red);
        border-radius: 100px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        border: none;
    }

    .create-btn {
        background: white;
        color: var(--bg-blue);
        border: 1px solid var(--bg-blue);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px 20px;
        gap: 10px;
        /* width: 360px; */
        height: 52px;
        border-radius: 100px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: capitalize;
    }

    .divider {
        /* position: relative;
        text-align: center; */
        margin: 30px 0;
        font-family: 'Test National 2';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #111111;
    }

    .divider::before,
    .divider::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 35%;
        height: 1px;
        background-color: #8A8A8A;
        transform: translateY(-50%);
    }

    .divider::before {
        left: 20px;
    }

    .divider::after {
        right: 20px;
    }

    .modal-title {
        font-family:var(--test-n-2);
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
        color: #111111;
    }
}

.red {
    color: #ee2110 !important;
}

/* end popup */

/* search  */

.search {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* for waiting message */

.loading-message {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #bb2d3b;
    padding: 20px;
}

.highlight {
    color: #bb2d3b; 
    animation: textHighlight 1.5s infinite alternate;
}

/* Filter-css-style-start */

.filter-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 14px;
    gap:5px;
    margin: 0 auto;
    width: 91px;
    height: 34px;
    background: #EE2110;
    border-radius: 50px;
    border: 1px solid #EE2110;
    color: white;
    font-family: var(--inter);
    font-size:16px;
    font-weight: 400;
}
.main-cate-sub-cate {
    display: flex;
    /* height:580px;
    overflow-y: scroll; */
    /* max-height: 100vh;
    min-height: 500px; */
}

.m-cate-np {
    width: 25%;
}

.sub-cat-np {
    width: 75%;
}


.filter-dropdown {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    max-width: 400px;  /* Max width for larger screens */
    height: 100vh;  /* Full viewport height */
    background-color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.main-categories {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 80px;  /* Space for buttons */
}

.sub-categories {
    flex: 1;
    padding: 20px;
    background: #f9f9f9;
    height: 100%;
    overflow-y: auto;
   
}



.filter-dropdown.active {
    right: 0;
}
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: white;
    height: 60px;
}

.filter-header h5 {
    margin: 0;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
color: #111111;

}
.close-i{
    background: #F4F4F4;
    border: none;
    border-radius: 100px;
    border: none;
    
}
.close-i i::before{
    height: 20px !important;
    width: 18px !important;
}
.category-item {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D1DAE0;
    background-color: #f2f3f7;
}

.category-item.active {
    background-color: #FFFFFF;
    border-right: 3px solid #00335E;
}

/* .dot {
    height: 6px;
    width: 6px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
} */

.category-title {
    margin: 0;
    font-family:var(--inter);
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
text-transform: capitalize;
color: #111111;
}

.sub-categories-header {
    display: flex;
    /* align-items: center; */
    gap: 10px;
}
.sub-categories-header  p{
    font-family:var(--inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #111111;
    margin:3px 0px 0px 0px;
}


.btn-actions {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: white;
    border-top: 1px solid #eee;
    box-shadow: 0px -20px 24px -4px rgba(0, 0, 0, 0.05), 
                0px -8px 8px -4px rgba(0, 0, 0, 0.02);
    z-index: 1001;
}

.btn-actions button {
    width: 48%;  /* Equal width for both buttons */
    padding: 10px;
}



.form-check-input{
    width:20px;
    height:20px;
    cursor: pointer;
    box-shadow: none;
    border: none;
    border: 2px solid #C2C2C2;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
    margin: 0px;
    padding: 0px;
}


.form-check-input:checked {
    background-color: #00335E !important;
    box-shadow: none;
    border: none;
}
  

.btn-actions button {
    flex: 1;
    padding: 8px;
}

.form-check {
    margin-bottom: 10px;
}
.btn-outline-secondary{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    width: 159px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #00335E;
    border-radius: 100px;
font-family:var(--inter);
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-align: center;
text-transform: capitalize;
color: #00335E;
}
.btn-outline-secondary:hover{
    background: #FFFFFF;
    border: 1px solid #00335E;
    color: #00335E;
    border-radius: 100px;
}
.btn-danger{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    width: 159px;
    height: 40px;
    background: #EE2110;
    border-radius: 100px;   
font-family:var(--inter);
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
}
.btn-danger:hover{
    
    background: #EE2110;
    border-radius: 100px;   
color: #FFFFFF;
}

@media (max-width: 576px) {
    .filter-dropdown {
        width: 100vw;
    }

    .btn-actions {
        width: 100vw;
    }
}
