﻿body {
    font-family: roboto;
    font-size: 11.1pt;
    color: #282828;
    line-height: 1.3;
    background-color: #ebe7e4;
    margin: 0px !important;
}

.container-bg {
    background-color: #fff;
}

.head-top-row {
    box-shadow: 0 3px 10px #c9c5c2;
    font-size: 10.5pt;
}

.head-status {
    font-size: 10.5pt;
}

.head-status-date {
    font-size: 9pt;
}

.bg-change-scheme-color {
    background-color: #ebe7e4;
}

.nav-padding {
    padding-left: unset;
    padding-right: unset;
}

.footer-bg {
    color: #fff;
    background-color: #000;
}
/* Custom CSS to recreate the original's pink hover effect */
.hover-effect:hover,
.hover-effect:focus {
    /* A light, generic pink for demonstration */
    background-color: #f7e2d9;
    /* The original's text color on hover */
    color: #c83e00;
}

    /* Ensure the counter color stays the same for prominence */
    .hover-effect:hover .badge {
        /* Re-apply the original counter color */
        background-color: #c73f00;
    }
/*Header_grid template design styles */
.hover-effect-bg-image:hover,
.hover-effect-bg-image:focus {
    background-image: url('../../../../../../content/images/pinkbg1.png');
    background-repeat: no-repeat;
    color: #c83e00;
}

.hover-effect-bg-image {
    background-image: url('../../../../../../content/images/WhiteBg1.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    display: flex;
}
.width-1250 {
    width: auto;
}

@media (min-width: 1250px) {
    .width-1250 {
        width: 100%;
    }
    
}
@media (min-width: 1250px) {
    .case-search-btn-section {
        margin-left: 60px;
        clear: both;
    }
}
@media (min-width: 920px) {
    .case-search-btn-section {
        margin-left: 40px;
        clear: both;
    }
}

    .dropdown-toggle::after {
        border-top-width: .5em;
        border-right-width: .5em;
        border-left-width: .5em;
        vertical-align: 0.15em;
        margin-left: 15px;
    }

    .sf_colsIn.is-empty {
        display: none !important;
    }

    .push-right {
        margin-inline-start: auto;
    }

    .header-wrapper .sf_colsIn.is-empty {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hover-effect-bg-image:hover .badge {
        background-color: #c73f00;
    }

    .col-23 {
        flex: 0 0 23.4%;
    }

    .col-12 {
        flex: 0 0 12.7%;
    }

    .col-9 {
        flex: 0 0 9%;
    }

    /*a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}*/

    /*Navigation widget design styles*/

    .container.w-75 .nav {
        width: 100%;
    }

    .navbar {
        display: unset;
    }

    .nav {
        background-color: #41484d;
        --bs-nav-link-padding-x: 0.9rem;
    }

    .nav-pills .nav-link {
        border-radius: unset;
        color: #dadcdd;
        border-left: 1px solid #dadcdd;
        text-decoration: none;
        display: block;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        font-weight: bold;
    }

        .nav-pills .nav-item:hover > .nav-link,
        .nav-pills .nav-link:hover {
            color: #000;
            background-color: #fff;
        }

    .sf-pills-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }

        .sf-pills-content > .nav-item {
            flex: 1 0 auto;
            min-width: 0;
        }

        .sf-pills-content .nav-link {
            display: block;
            white-space: nowrap;
        }

    .nav-pills .nav-link.active,
    .nav-pills .nav-item.dropdown.active > .nav-link {
        background-color: #737373;
        color: #fff;
    }

    .nav-pills .dropdown:hover > .dropdown-menu {
        display: block;
    }

    /*Base anchor styling*/
    .sf-nav li li > a {
        position: relative;
        display: block;
        padding-left: 1.2rem;
        text-decoration: none;
    }

        /* Custom bullet before text */
        .sf-nav li li > a::before {
            content: "•";
            font-weight: bold;
            position: absolute;
            left: 0.4rem;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1rem;
            line-height: 1;
        }

        /* Hover: highlight both text and bullet */
        .sf-nav li li > a:hover {
            background-color: #DBDCDE;
            color: #000;
        }

            .sf-nav li li > a:hover::before {
                color: #000; /*bullet color on hover */
            }


    .dropdown-menu {
        --bs-dropdown-padding-y: 0rem;
        --bs-dropdown-border-radius: 0rem;
        --bs-dropdown-item-padding-x: 0.2rem;
        background-color: #fff;
    }

        .dropdown-menu ul {
            background-color: #DBDCDE;
        }

.dropdown-item.active {
    color: black;
    text-decoration: none;
    background-color: #DBDCDE;
}

    .dropdown-menu .dropdown-item {
        color: #222;
        text-decoration: none;
        font-weight: bold;
        font-size: 11.1pt;
    }

    .dropdown-menu .dropdown-item {
    }

    .navigation-menu {
        width: 227px;
        white-space: normal;
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: #DBDCDE;
        text-decoration: underline;
    }

    .dropdown-item .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 1rem;
    }

    /* Underline the Level-2 link when any Level-3 item inside its submenu is hovered */
    .sf-nav .nav-item.dropdown:has(> ul.dropdown-menu .dropdown-item:hover) > a.navigation-menu.dropdown-item {
        text-decoration: underline;
        background-color: #DBDCDE;
    }

    /* Optional: also underline when keyboard focuses a Level-3 item (accessibility) */
    .sf-nav .nav-item.dropdown:has(> ul.dropdown-menu .dropdown-item:focus-visible) > a.navigation-menu.dropdown-item {
        text-decoration: underline;
        background-color: #DBDCDE;
    }

    .sf-nav .nav-item.dropdown:has(> ul.dropdown-menu .dropdown-item) li ul li a {
        border-bottom: 1px solid #fff;
    }

    /*Your Account*/
    .dropdown .dropdown-menu .dropdown-item :active, .dropdown-menu li a :hover, .dropdown-toggle .dropdown-item:hover {
        text-decoration: underline;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .sf-account li li > a {
        padding: 10px 15px 10px 20px;
        border-top: 1px solid #dadcdd;
        font-size: 10.5pt !important;
        color: #41484d !important;
    }

    .your-account-font {
        font-size: 10.5pt !important;
        color: #41484d !important;
    }
    /*
    .your-account-font:hover {
        text-decoration: underline;
    }*/

    /* Underline Level-2 dropdown-item when any Level-3 item in its submenu is hovered */
    .sf-nav.sf-account .nav-item.dropdown:has(> ul.dropdown-menu .dropdown-item:hover) > a.dropdown-item {
        text-decoration: underline;
        background-color: #DBDCDE;
    }
    /* Accessibility: also underline when Level-3 item is keyboard-focused */
    .sf-nav.sf-account .nav-item.dropdown:has(> ul.dropdown-menu .dropdown-item:focus-visible) > a.dropdown-item {
        text-decoration: underline;
        background-color: #DBDCDE;
    }


    /* breadcrumb styles */
    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: var(--bs-breadcrumb-item-padding-x);
        color: var(--bs-breadcrumb-divider-color);
        content: ">";
    }

    li.breadcrumb-item a {
        color: #737373;
    }

    .breadcrumb {
        font-size: 10.5pt;
        --bs-breadcrumb-margin-bottom: 0.5rem;
    }

    .breadcrumb {
        --bs-breadcrumb-item-active-color: #737373;
    }
    /* Search widget */
    .search-box {
        position: relative;
        background: url('../../../../../../content/images/search_magnifying glass.png') no-repeat 5px #fff;
        left: -4px;
        border: 1px solid #737373;
        width: 37px;
        background-position: 7px;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 11pt;
        font-weight: 400;
        line-height: unset;
        color: #fff;
        appearance: none;
        background-color: #fff;
        background-clip: padding-box;
        border: var(--bs-border-width) solid #737373;
        border-radius: unset;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        font-family: Arial, Verdana, Sans-serif;
    }

        .form-control[type="search"]:focus {
            box-shadow: inset 0 0 0 1px #000;
            border-color: #000;
            outline: none;
            border-radius: 5px;
        }

    input[type="search"].form-control::placeholder {
        opacity: 0.25; /* faded effect */
        color: #737373;
        padding-left: 1em;
    }

    input[type="search"].form-control {
        color: #737373;
    }

    .headercallout.top-left::before {
        left: 40px;
        bottom: -20px;
        border-top: 10px solid #737373;
    }

    .headercallout {
        position: relative;
        top: 0px;
        z-index: 0;
        margin-left: 0px;
        height: 50px;
        min-width: 0px;
    }



    /* Content styles*/
    .content-title {
        border-bottom: 1px solid #41484d;
        font-weight: lighter;
        font-size: 21pt;
        color: #41484d;
        padding-bottom: 10px;
    }

    /*Main Navigation media classes*/

    .border-right {
        border-right: 1px solid #dadcdd;
    }

    .sf-pills-content > .nav-item {
        border-top: none;
    }

    @media (max-width: 1260px) {
        .sf-pills-content > .nav-item {
            flex: 1 0 12%;
            border-top: none;
        }

            .sf-pills-content > .nav-item:nth-child(n + 9) {
                border-top: 1px solid #dadcdd; /* 10 + 1 = start of row 2 */
            }
    }

    @media (max-width: 1140px) {
        .sf-pills-content > .nav-item {
            flex: 1 0 15%;
            border-top: none;
        }

            .sf-pills-content > .nav-item:nth-child(n + 7) {
                border-top: 1px solid #dadcdd; /* 5 + 1 */
            }
    }

    @media (max-width: 1028px) {
        .sf-pills-content > .nav-item {
            flex: 1 0 16.6667%;
            border-top: none;
        }
            /* Add a horizontal separator (top border) for row 2+ */
            .sf-pills-content > .nav-item:nth-child(n + 7) {
                border-top: 1px solid #dadcdd;
            }
    }

    @media (max-width: 992px) {
        .sf-pills-content > .nav-item {
            flex: 1 0 20%;
        }

        .sf-pills-content > .nav-item {
            border-top: none; /* reset from previous rule */
        }
            /* Add a horizontal separator (top border) for row 2+ */
            .sf-pills-content > .nav-item:nth-child(n + 6) {
                border-top: 1px solid #dadcdd;
            }
    }


    /* Smaller breakpoint: ≤ 768px
   Show 4 items per row: flex-basis = 25% */
    @media (max-width: 768px) {
        .sf-pills-content > .nav-item {
            flex: 1 0 25%;
        }

        .sf-pills-content > .nav-item {
            border-top: none; /* reset from previous rule */
        }

            .sf-pills-content > .nav-item:nth-child(n + 5) {
                border-top: 1px solid #dadcdd;
            }
    }

    /* Extra small: ≤ 576px
   Show 3 items per row: flex-basis = 33.333% */
    @media (max-width: 576px) {
        .sf-pills-content > .nav-item {
            flex: 1 0 33.3333%;
        }

        .sf-pills-content > .nav-item {
            border-top: none; /* reset */
        }

            .sf-pills-content > .nav-item:nth-child(n + 4) {
                border-top: 1px solid #dadcdd;
            }
    }

    /* Tiny phones: ≤ 400px
   Show 2 items per row: flex-basis = 50% */
    @media (max-width: 400px) {
        .sf-pills-content > .nav-item {
            flex: 1 0 50%;
        }

        .sf-pills-content > .nav-item {
            border-top: none; /* reset */
        }

            .sf-pills-content > .nav-item:nth-child(n + 3) {
                border-top: 1px solid #dadcdd;
            }
    }
    /*Header media class */

    /* Allow wrapping when the breaker is visible */
    .header-wrapper [data-sf-element="Row"] {
        /* default: single line */
        display: flex; /* Bootstrap's .row is display:flex in v5 */
        flex-wrap: nowrap; /* stay in one line by default */
    }


    @media (max-width: 1140px) {
        .hover-effect-bg-image {
            background-image: none;
            border-left: 1px solid #dadcdd;
        }

            .hover-effect-bg-image:hover,
            .hover-effect-bg-image:focus {
                background-image: none;
                background-color: #f7e2d9;
            }
    }

    @media (max-width: 922px) {
        .hover-effect-bg-image {
            background-image: none;
            border-left: 1px solid #dadcdd;
        }

            .hover-effect-bg-image:hover,
            .hover-effect-bg-image:focus {
                background-image: none;
                background-color: #f7e2d9;
            }
    }

    @media (max-width: 768px) {
        .hover-effect-bg-image {
            background-image: none;
            border-left: 1px solid #dadcdd;
        }

            .hover-effect-bg-image:hover,
            .hover-effect-bg-image:focus {
                background-image: none;
                background-color: #f7e2d9;
            }
    }

    @media (max-width: 576px) {
        .hover-effect-bg-image {
            background-image: none;
            border-left: 1px solid #dadcdd;
        }

            .hover-effect-bg-image:hover,
            .hover-effect-bg-image:focus {
                background-image: none;
                background-color: #f7e2d9;
            }
    }

    @media (min-width: 1400px) {
        .col-xxl-1 {
            flex: 0 0 auto;
            width: 11.333333%;
        }
    }

    .header-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 12.4%; /* critical inside flexbox */
    }

    html, body {
        overflow-x: hidden;
    }
    /* T7A template UI css*/
    .gensec-content-t7a {
        border-bottom: 6px solid #00894A;
        overflow: auto;
        margin-left: 70px;
        margin-right: 60px;
    }

    .card {
        border: none;
    }

    .T7Right {
        color: #41484d;
        font-weight: bold;
        border-left: 1px solid #d6d6d6;
        margin-left: -22px;
        margin-top: 15px;
    }

        .T7Right div {
            padding-left: 26px;
            font-size: 15pt
        }

        .T7Right ul li {
            text-decoration: underline;
            list-style-type: disc;
        }

        .T7Right ul {
            padding-left: 40px;
            padding-top: 0;
            margin-top: 5px
        }

    .flex-column li:has(> a.active)::marker {
        color: #00894A; /* green bullet for active */
    }

    .T7Right ul li a.nav-link.active {
        color: #00894A;
    }

    h4 {
        color: #41484d;
        font-size: 11.5pt;
        font-family: roboto;
        font-weight: 700;
        margin-bottom: 5px;
    }

    h2 {
        color: #818285;
        font-size: 19pt;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .t7text-color {
        color: #737373;
    }

    .upcoming-card {
        background-color: #A7AC74;
        border-radius: 20px;
        height: 200px;
    }

    .audit-card {
        background-color: #F3735A;
        border-radius: 20px;
        height: 200px;
    }

    .card-webniar {
        margin-right: 10px !important;
        margin-left: 270px !important;
        margin-top: -22px;
    }

    .card-audit {
        margin-right: 10px !important;
        margin-left: 190px !important;
        margin-top: -22px;
    }

    .card-position {
        cursor: pointer;
        margin-left: 5px;
    }

    .audit-card-col {
        color: #fff;
        font-size: 25px;
    }

    .upcoming-card-col {
        color: #fff;
        font-size: 25px;
    }

    .user-icon-image {
        width: 40px;
        height: 35px;
        float: left;
        padding-right: 5px;
    }

    .prelogin-top-text {
        font-size: 21pt;
        color: #41484d;
        font-weight: 200;
    }

    .home-img-backgroundcol {
        margin-top: 120px;
        background-color: #FFF0F5;
        padding-top: -17px;
        /*  width: 106.6%;
    margin-left: -40px;*/
        margin-bottom: 15px;
    }

    .home-img {
        display: block;
        width: 1064px;
        margin-top: -110px;
        margin-left: 25px;
    }

    .home-img-post {
        display: block;
        margin-top: -155px;
    }

    .help-textline {
        border-bottom: 4px solid #41484d;
        margin-left: 215px;
        margin-top: -55px;
    }

    .help-text {
        font-weight: bold;
        color: black;
        margin: 20px;
    }

    .carousel__slide__cta {
        width: 185px;
        background-image: url('../../../../../../content/images/buttonicons_rightarrow_white.png'),url('../../../../../../content/images/buttonicons_rightarrow_white.png');
        background-repeat: no-repeat;
        background-position: 147px 0, 155px 0;
        float: right;
        min-height: 31px;
        padding: 5px 10px 0px 10px;
        background-color: #f89828;
        margin-right: 540px;
        color: white !important;
    }

    .card-home-title {
        font-size: 34px;
        text-align: center;
        padding-left: 255px;
        padding-top: 30px;
    }

    .image-size {
        border-radius: unset;
    }

    /*header topmenu navigation horizontal widget*/

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: unset;
        justify-content: space-between;
    }

    .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
        --bs-gutter-x: 0 --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }

    .error-padding-left {
        padding-left: 15px;
    }

    /* Task landing page CSS*/

.img-switch img.img-hover {
    display: none;
}

.img-switch img.img-default:hover {
    display: none;
}

    .img-switch img.img-default:hover + img.img-hover {
        display: inline;
    }


.img-switch img {
    width: 90px;
    height: auto;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.navL {
    flex: 33%;
    max-width: 40%;
    margin: 5px;
    padding-bottom: 10px;
}

.nav-border {
    border-bottom: 2px solid #d6d6d6;
    flex: 33%;
    max-width: 32%;
    margin: 5px;
    padding-bottom: 10px;
}

.navL div a:hover, .navL div a:focus {
    text-decoration: underline;
    color: #00894A;
}

.navL div a {
    font-size: 13pt;
}

.step-heading {
    margin-left: 0px;
    font-size: 19pt;
    font-weight: normal;
    font-weight: 200;
    color: #41484d;
    padding-bottom: 10px;
    margin-top: 10px;
}

.bottom-margin {
    margin-bottom: 20px !important;
}

.grey-txt {
    color: rgb(99, 100, 104);
}

.navL ul li a:hover, .navL ul li a:focus {
    text-decoration: underline;
    color: #00894A;
}

.child-list-display {
    list-style-type: disc;
}
.my-custom-nav .nav-item:nth-last-child(2) {
    margin-left: auto;
}
.your-accounthov .nav-link:hover, your-accounthov.nav-link:focus {
    color: var(--bs-nav-link-hover-color);
    text-decoration: underline;
}

.sf-nav .nav-item.dropdown:hover > .nav-link,
.sf-nav .nav-item.dropdown.show > .nav-link {
    text-decoration: underline;
}

.sf-nav .dropdown-menu li.dropdown:hover > .dropdown-item,
.sf-nav .dropdown-menu li.dropdown.show > .dropdown-item {
    text-decoration: underline;
    background-color: #DBDCDE;
}