.top-header.bg-green a {
    color: #fff;
}

.bg-green-light {
    background-color: #f7fdf9;
}

.bg-green-icon {
    background-color: #f3fcf6;
}

.btn.bg-black:hover {
    background-color: #1f2a37 !important;
}

.bg-green-icon.menu-icon {
    text-align: center;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bg-green-icon.menu-icon img,
    .popup-submit-icon img {
        width: 20px;
        height: 20px;
    }

.popup-submit-icon {
    text-align: center;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-link:after {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    content: "\f282";
    margin: 0 3px;
}

#digitalStampBox .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
}

footer a:hover {
    color: #fff !important;
    opacity: 0.8;
    text-decoration: underline !important;
}

footer .social-links a:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.service-item {
    min-height: 340px;
}

.my-account-services .service-item {
    min-height: 300px;
}

.ms-srch-sbLarge:hover,
.header-search-box .border:hover,
.inner-search-box:hover {
    border-color: #161616 !important;
}

.inner-search-box {
    position: relative;
}

    .inner-search-box:after {
        position: absolute;
        width: 0;
        left: 50%;
        height: 2px;
        background: #161616;
        content: "";
        transform: translate(-50%);
        transition: width 0.5s ease-in-out;
        bottom: 0;
    }

    .inner-search-box:has(input:focus):after {
        width: 100%;
    }

input:focus {
    outline-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.breadcrumb-item:not(.active):hover {
    text-decoration: underline !important;
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
    border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
    border-bottom-color: #1b8354;
}

.nav-underline .nav-link {
    color: #161616;
    border-radius: 4px;
    padding: 1rem 0.75rem;
    position: relative;
    border: none;
}

    .nav-underline .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 90%;
        height: 4px;
        background: transparent;
        border-radius: 9999px;
        left: 5%;
        display: none;
        transition: all ease-in-out 0.25s;
    }

    .nav-underline .nav-link.active::before {
        display: inline-block;
        background-color: #1b8354;
    }

    .nav-underline .nav-link:not(.active):hover {
        color: #161616;
        background-image: none;
        background-color: #f3f4f6;
        display: inline-block;
    }

        .nav-underline .nav-link:not(.active):hover::before {
            background: #161616;
            background-image: none;
            display: inline-block;
        }

.btn.bg-transparent.border:hover,
.btn.bg-white.border:hover {
    background-color: #f3f4f6 !important;
}

.publications-item h5,
.all_news .news-item h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 60px;
    line-height: 1.5;
}

.events-carousel p,
.all_news .news-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
    line-height: 1.5;
}

.importantLinks-carousel .owl-item h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.authority-count h1 {
    line-height: 1.5;
}

.latest-news .news-item {
    height: 100%;
}

.sitemap-list i.bi {
    font-size: 0.35rem;
}

.who-we-are-img {
    margin: 5px;
    width: 63vw;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.all_news .news-item .img img {
    min-height: 200px;
    height: 200px;
    object-fit: cover;
}

.all_news .news-item .calender-icon {
    width: 22px;
    height: 22px;
    min-height: 22px;
}

.object-fit-cover {
    object-fit: fill !important;
}

.dark-green-title {
    color: #14573a;
    display: block;
}

.gray-text {
    color: #384250;
}

.authority-count h1 {
    line-height: 1.5;
}

.latest-news .news-item {
    height: 100%;
}

.news-carousel .calendar-icon {
    width: 22px !important;
    height: 22px;
}

.owl-news .owl-stage {
    display: flex;
}

.owl-news .item {
    height: 100%;
}

.news-carousel-nav .side-nav a,
.news-carousel-nav .side-nav a,
.events .side-nav a {
    background-color: #e5e7eb;
}

.owlcarousel-control .side-nav a.disabled:hover,
.owlcarousel-control .side-nav a.disabled {
    background-color: #e5e7eb !important;
    color: #161616;
    opacity: 0.35;
}

.owl-dots.disabled {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    min-height: 16px;
    border-radius: 50%;
    background-color: #e5e7eb;
    border: none;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1b8354;
}

.owl-dots {
    display: flex;
    gap: 0.5rem;
}

.owl-theme .owl-nav {
    display: flex;
    gap: 1rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1b8354;
    color: #fff;
    margin: 0;
    font-size: 1.25rem;
}

.owl-carousel .owl-nav button:hover {
    background-color: #1b8354 !important;
    color: #fff;
}

.owl-carousel .owl-nav button.disabled,
.owl-carousel .owl-nav button.disabled:hover {
    background-color: #e5e7eb !important;
    color: #161616;
    opacity: 0.35;
}

.owl-carousel .owl-nav.disabled {
    display: flex;
}

.owl-carousel .owl-item img.calendar-icon {
    width: 22px;
    height: 22px;
}

@media (max-width: 991.98px) {
    .nav-tabs_2::-webkit-scrollbar {
        width: 1px;
    }

    .nav-tabs_2::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0);
    }

        .nav-tabs_2::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0, 0, 0, 0);
        }

    .nav-tabs_2 {
        scrollbar-width: none;
    }

    .nav-tabs_2 {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden !important;
        display: flex;
        flex-wrap: initial !important;
        white-space: nowrap;
    }

    .who-we-are-img {
        width: 75vw;
    }

    .ms-srch-sbLarge-fullWidth {
        width: 85% !important;
    }

    .form-sumit-popup .modal-dialog {
        width: auto !important;
        max-width: 60vw !important;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .who-we-are-img {
        width: 80vw !important;
    }

    .publications-item {
        margin: 0 10px;
    }

    .form-sumit-popup .modal-dialog {
        width: auto !important;
        max-width: 75vw !important;
    }
}

@media (max-width: 575.98px) {
    .who-we-are-img {
        width: 95vw !important;
    }

    .contact-info {
        flex-direction: column;
    }

    .form-sumit-popup .modal-dialog {
        width: auto !important;
        max-width: 90vw !important;
    }
}

@media (min-width: 1000px) {

    .owl-news .owl-nav.disabled,
    .owl-publications .owl-nav.disabled {
        display: none;
    }

    .news-carousel-nav {
        display: none;
    }

    .ms-srch-sbLarge-fullWidth {
        width: 456px;
    }

    .srch-item-summary {
        padding-top: 2px;
        display: inline-block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* Limits to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 25px;
        line-height: 1.5;
    }
}

.icon {
    cursor: pointer;
    color: #ccc;
}

.related-links li a {
    color: #8a8986 !important;
}

    .related-links li a:hover {
        color: #015982 !important;
    }

.helpful_info a {
    border: 4px solid #ccc;
    padding: 4px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

/* search result page css - starts */
.ms-floatLeft {
    float: right;
}

.ms-srch-sbLarge {
    position: relative;
    height: 40px;
    display: flex;
    flex-direction: row-reverse;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0px 5px;
}

    .ms-srch-sbLarge > input:focus {
        border-style: none;
        outline-style: none;
    }

    .ms-srch-sbLarge.ms-srch-sb-borderFocused:has(input:focus)::after {
        width: 100%;
    }

    .ms-srch-sbLarge.ms-srch-sb-borderFocused::after,
    .header-search-box .border::after,
    .inner-search-box::after {
        position: absolute;
        width: 0px;
        left: 50%;
        height: 2px;
        content: "";
        transform: translate(-50%);
        bottom: 0px;
        background: rgb(22, 22, 22);
        transition: width 0.5s ease-in-out;
    }

    .ms-srch-sbLarge > input {
        font-size: 1rem;
        font-family: inherit;
        height: 100%;
        padding: 3px;
    }

a#SearchLink {
    padding: 6px;
    height: 100%;
}

.ms-srch-sbLarge > input {
    display: inline-block;
    border-style: none;
    outline-style: none;
    vertical-align: top;
    font-size: 20px;
    height: 30px;
    margin: 1px 6px 0px 0px;
    padding: 0px 1px 0px 1px;
    height: 100%;
    background-color: transparent;
}

.ms-srch-sbLarge-fullWidth {
    width: 456px;
}

.ms-srch-sbLarge > input::-webkit-search-cancel-button {
    appearance: none;
    background: url("../images/close-dark-icon.svg") no-repeat center;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.ms-srch-sbLarge > .searchLink:hover {
    background-color: rgb(222, 226, 230);
}

/* .ms-srch-sbLarge > .searchLink {
    background-image: url(../images/search-dark-icon.svg);
    background-repeat: no-repeat;
    margin: 4px;
    border-radius: 4px;
    background-position: center center;
} */
.ms-srch-sbLarge > .searchLink {
    height: 32px;
    width: 32px;
}

.core-menu-button {
    cursor: pointer;
}

.core-menu-root {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    display: inline-block;
    max-width: 250px;
    vertical-align: top;
    text-decoration: none;
}

.srch-upscope-top {
    margin: 12px 10px 15px 0px;
}

.srch-item {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 20px 0;
    clear: both;
    overflow: hidden;
}

.srch-item-body {
    overflow: hidden;
    /* display: inline-block; */
}

.srch-hover-outerContainer {
    display: none !important;
}

.srch-item-title {
    margin: 0;
    padding: 0;
}

.srch-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    line-height: 1.5;
    size: 16px;
}

.srch-item-link,
.srch-item-link:visited {
    color: #1b8354 !important;
    font-size: 1rem;
    font-weight: 500;
}

.srch-item-summary {
    padding-top: 2px;
    line-height: 1.5;
}

    .srch-item-summary .srch-item-highlightedText {
        color: #bf0000;
        font-weight: normal;
    }

.srch-item-highlightedText,
.srch-ellipsis .srch-item-highlightedText {
    background-color: yellow;
    font-weight: normal;
}

.srch-item-path {
    margin: 0;
    padding: 0;
    color: #338200;
    margin: 2px 0px 0px 0px;
    width: 496px;
    display: inline-block;
}

.srch-item-link:hover,
.srch-item-link:visited:hover {
    text-decoration: underline !important;
    color: #17ad69 !important;
}

#Paging {
    list-style-type: none;
    padding: 0;
    margin: 45px 0 30px;
    text-align: center;
}

    #Paging li {
        display: inline;
    }

        .active_page a,
        #Paging li a:hover {
            color: #161616;
            border-bottom: 3px solid #1b8354;
            font-weight: 400;
        }

.srch-resultFooter,
.srch-resultFooter a {
    color: #777;
    text-align: center;
}

#Paging a.active_page {
    margin: 0px;
    padding: 1px 8px 4px 7px;
    position: relative;
    color: #161616;
    border-bottom: 3px solid #1b8354;
    font-weight: 400;
    font-weight: bold;
}

#Paging a {
    margin: 0px;
    padding: 1px 8px 4px 7px;
    position: relative;
    top: 1px;
    color: #777;
}

.ms-verticalAlignMiddle {
    vertical-align: middle;
}

/* faq page css starts */

.accordion-item {
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0 !important;
}

.text-dark {
    opacity: 1;
    color: #212529 !important;
}

.accordion-item .accordion-header .accordion-button:hover {
    background-color: #f3f4f6;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-radius: 0 !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem #161616;
}

.accordion-body {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.05);
}

.core-menu-item:hover,
.core-menu-itemSelected {
    background-color: rgba(205, 230, 247, 0.5);
    border: 1px dotted transparent;
}

.sitemap-list a:hover {
    color: #17ad69 !important;
    text-decoration: underline;
}

/* my account page css */

.page-title-section.page-shadow-box {
    display: flex;
    gap: 1.5rem;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px;
}

.my-acnt-row h5 a {
    font-size: 1.125rem;
}

.status.answered {
    background-color: #ecfdf3;
    color: #085d3a;
    border-radius: 10px;
    padding: 0.1rem 1rem;
    font-size: 0.875rem;
}

    .status.answered img,
    .status.under-procedure img,
    .status.access-denied img {
        padding-left: 5px;
    }

.status.under-procedure {
    background-color: #f9fafb;
    color: #1f2a37;
    border-radius: 10px;
    padding: 0.1rem 0.9rem;
    font-size: 0.875rem;
}

.status.access-denied {
    background-color: #fffaeb;
    color: #93370d;
    border-radius: 10px;
    padding: 0.1rem 0.9rem;
    font-size: 0.875rem;
}

.service-item.acnt-item {
    min-height: 250px;
}

.two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* popup css */

.form-sumit-popup {
    top: 25%;
}

    .form-sumit-popup .modal-dialog {
        width: 39.0625vw;
        max-width: 39.0625vw;
    }

    .form-sumit-popup .modal-header {
        border-bottom: none !important;
    }

    .form-sumit-popup .modal-header {
        margin-right: auto;
        padding: 10px;
    }

button.close {
    background: transparent;
    border: none;
    text-align: left;
    display: inline-block;
    width: max-content;
    left: 20px;
    position: absolute;
}

.form-sumit-popup .modal-content {
    padding: 10px 24px;
}

    .form-sumit-popup .modal-content h1 {
        font-size: 1.125rem;
    }

    .form-sumit-popup .modal-content p {
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

.event-link,
.event-link:hover {
    border: 1px solid #d2d6db;
}

/* chat popup */

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    top: 10%;
    right: 20px;
    z-index: 9;
    min-width: 330px;
    max-width: 330px;
    min-height: 500px;
    border-radius: 10px;
    background-color: #fff;
}

@media (max-width:360px) {
    .chat-popup {
        min-width: 280px;
        max-width: 280px;
    }
}

.chat-popup-block {
    position: fixed;
    top: 57%;
    right: 20px;
    z-index: 9;
}

.chat-popup-btn {
    height: 56px;
    width: 56px;
    margin-bottom: 15px;
}

.floating-emotion-btn {
    height: 56px;
    width: 56px;
}

.status.live {
    background-color: #f9fafb;
    border-radius: 10px;
    padding: 0.1rem 0.7rem;
    font-size: 0.875rem;
    width: max-content;
    margin-bottom: 0;
}

.chat-live-text .text-white {
    font-size: 14px;
}

.chat-live-details .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}

.chat-close img {
    width: 14px;
}

.chat-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 16px;
}

.bottom-form {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: 16px;
}

    .bottom-form input[type="text"] {
        width: calc(100% - 50px);
        height: 40px;
        background: #f3f4f6;
        border-radius: 4px;
        padding: 0 16px;
        border: 1px solid #d2d6db63;
    }

.chat-body {
    max-height: 320px;
    scroll-behavior: smooth;
    overflow-y: scroll;
    padding: 16px;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .chat-body::-webkit-scrollbar {
        display: none;
    }

.self-msg .chat-message p {
    font-size: 12px;
    color: #161616;
}

.end-user-msg .chat-message p {
    font-size: 12px;
}

.self-msg {
    background: #e5e7eb;
    border-bottom-right-radius: 0px !important;
    border-radius: 10px;
    padding: 8px 16px;
    width: fit-content;
    max-width: 70%;
}

.end-user-msg {
    text-align: left;
    background: #1b8354;
    border-bottom-left-radius: 0px !important;
    border-radius: 10px;
    padding: 8px 16px;
    width: fit-content;
    margin-right: auto;
    max-width: 70%;
}

.chat-body h3 {
    color: #384250;
    font-size: 14px;
}

/* rating wrap */
.rating-toggle-wrap {
    display: none;
}

    .rating-toggle-wrap.active {
        display: block;
    }

.rating-desc input[type="radio"] {
    display: none;
}

.rating-desc {
    display: inline-flex;
}

.rating-toggle label.form-label {
    font-size: 14px;
    font-weight: 500;
}

.rating-desc label {
    cursor: pointer;
    color: #161616;
    background-color: #f3f4f6;
    width: 32px;
    height: 32px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

    .rating-desc label:hover,
    .rating-desc label.active {
        border: 1px solid #161616;
        border-radius: 4px;
    }

/* search result */

.border-btn {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}

.btn-light-bg {
    background-color: #f9fafb;
    color: #161616 !important;
}

.page-search-box {
    border: 1px solid #d2d6db;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
}

.search-pagination a.page-link:hover {
    border: 1px solid #161616;
    border-radius: 5px;
}

.page-next:hover,
.page-prev:hover {
    border: none !important;
}

@media (max-width: 991.98px) {
    .search_title_flex {
        flex-direction: column;
    }

    .btn-light-bg {
        width: max-content;
    }

    .chat-popup-block {
        top: 48%;
    }

    .chat-popup {
        top: 5%;
    }
}

@media (max-width: 480px) {
    .chat-popup-block {
        top: 68%;
    }

    .chat-popup {
        top: 8%;
    }
}

/* New Styles Starts On 30-07-2025 */

@media (min-width: 1400px) {
    .mainMenu .nav-link {
        position: relative;
    }

    .mainMenu .nav-item {
        position: static;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        width: calc(100% + 6rem);
        right: -3rem;
        border-radius: 0;
        margin: 0;
        padding-right: 3rem;
        padding-left: 3rem;
        box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.1);
    }
}

.mega-menu h4 {
    color: #1b8354;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 16px;
}

.mega-menu a {
    padding: 8px 16px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #1f2a37;
}

    .mega-menu a:hover {
        background: #f3f4f6;
        text-decoration: underline;
        border-radius: 8px;
    }
.last-update-contant {
    margin-top: 64px;
    padding-top: 12px;
}
.container {
    max-width: 1140px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 9px;
    margin-right: auto;
}
html[dir="ltr"] .mega-menu h4 {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] .mega-menu h4 {
    direction: rtl;
    text-align: right;
}
html[dir="ltr"] .mega-menu a {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] .mega-menu a {
    direction: rtl;
    text-align: right;
}
