body.has-search {
    overflow: hidden;
}

.navbar-brand img {
    height: 54px;
    width: auto;
}

.login-dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

.login-dropdown .dropdown-menu {
    text-align: center;
}

    .login-dropdown .dropdown-menu a img {
        margin-bottom: .5rem;
    }

.search .btn-search {
    color: var(--primary);
    font-size: 1.6rem;
}

.search-box {
    position: fixed;
    left: 0;
    width: 100%;
    top: 130px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
    border: none;
    z-index: 999;
}

.movetotop .search-box {
    top: 96px;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--black);
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
    z-index: 99;
}

.movetotop .search-overlay {
    top: 80px;
}

.search-box .form-control {
    height: 60px;
    border: none;
}

.search-box .btn.btn-primary {
    padding-left: 2rem;
    padding-right: 2rem;
}

.wrapper.sticky .main-content {
    padding-bottom: 0;
}

.notification_close:hover {
    color: #fff;
    cursor: pointer;
}

.innerpage-banner-container h2 span {
    display: block;
    font-size: 1rem;
}

.home-page-banner-container {
    position: relative;
    padding: 0;
    background: var(--white) !important;
    text-align: left;
}

    .home-page-banner-container:before {
        content: "";
        position: absolute;
        top: 0;
        width: calc(100%);
        left: 0;
        background: var(--bg-light);
        height: 308px;
    }

.banner-content {
    position: relative;
    background: url(../images/mobile-app.png);
    min-height: 510px;
    background-repeat: no-repeat;
    background-position: 0 40px;
    padding-left: 400px;
    padding-top: 50px;
    padding-right: 50px;
}

    .banner-content h1 {
        color: #751c24;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .banner-content h3 {
        color: #000;
        margin-bottom: 40px;
        font-weight: 300;
    }

.app-scanner span img {
    width: 111px;
    height: auto;
}

.app-scanner span {
    display: block;
    background: #fff;
    text-align: center;
}

.app-scanner div {
    display: inline-block;
    width: auto;
    padding: 35px 15px 0 15px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    margin-right: 15px;
}

.app-scanner a {
    display: block;
    margin-top: 10px;
    border: none;
    padding-bottom: 0;
}

    .app-scanner a img {
        width: 160px;
        height: auto;
    }

.notice-announcements {
    padding: 3rem 0;
}

    .notice-announcements h2 {
        margin-bottom: 2rem;
    }

.announcement {
    text-align: left;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 6px;
    border-width: 0px;
    border-color: rgb(140, 140, 140);
    display: block;
    padding: 1.5rem 3rem 1.5rem 5rem;
    margin-bottom: 0.5rem;
    position: relative;
    color: var(--black)
}

    .announcement:hover {
        border: none;
    }

    .announcement:before {
        width: 2.6rem;
        height: 2.6rem;
        position: absolute;
        left: 1.5rem;
        top: 50%;
        margin-top: -1.3rem;
        line-height: 2.6rem;
        text-align: center;
        content: '\f675';
        font-family: 'Font Awesome 5 Pro';
        background: #eee9f3;
        border-radius: 50%;
        font-weight: 600;
        color: #a57cb8;
        font-size: 1.3rem;
    }

    .announcement:after {
        position: absolute;
        right: 1.5rem;
        top: 50%;
        margin-top: -1.3rem;
        line-height: 2.6rem;
        text-align: center;
        content: '\f178';
        font-family: 'Font Awesome 5 Pro';
        border-radius: 50%;
        font-weight: 300;
        color: var(--primary);
        font-size: 1.3rem;
    }

.court-notice:before {
    content: '\f19c';
    color: var(--primary);
    background: #f8d7da;
    font-size: 1.5rem;
}

.legends {
    text-align: left;
    margin: 1rem 0;
}

    .legends span {
        display: inline-block;
        margin-right: 30px;
        position: relative;
    }

        .legends span i {
            font-size: 1.2rem;
            vertical-align: middle;
            margin-top: -3px;
            margin-right: 5px;
            color: #a57cb8;
        }

        .legends span.legend-court-notice i {
            font-size: 1.3rem;
            color: var(--primary);
        }

.section-col2 {
    position: relative;
    min-height: 400px;
    padding: 3rem 0;
}

    .section-col2:before, .section-col2:after {
        content: "";
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
    }

    .section-col2:before {
        background: var(--primary);
        left: 0;
    }

    .section-col2:after {
        background: var(--secondary);
        right: 0;
    }

.eservices-section {
    position: relative;
    z-index: 9;
    text-align: left;
    padding: 0 3rem;
    height: 100%;
    padding-bottom: 3rem;
}

.filling-status {
    padding-left: 0;
    color: var(--white);
}

.book-search {
    color: var(--white);
}

.external-link {
    padding: 3rem 0;
}

.other-useful-links ul {
    padding: 0;
    list-style: none;
    margin: 2rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

    .other-useful-links ul li {
        width: calc(33.33% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: left;
    }

        .other-useful-links ul li a {
            margin-bottom: 1rem;
            display: inline-block;
        }

.multi-field .form-group {
    margin-bottom: 0;
    flex: 1;
}

    .multi-field .form-group:last-child {
        margin-right: 0;
    }

.book-search .form-control, .filling-status .form-control {
    border: none;
}

.filling-status .radio-overlay {
    border: 1px solid var(--white);
    background: none;
}

.book-search .btn-center, .filling-status .btn-center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    border: none;
    text-align: center;
}

.popover-link {
    border: none !important;
    padding: 0;
    color: #fff;
    margin-left: 5px;
    vertical-align: middle;
}

.popover-content.align-center {
    margin-top: 2.3rem;
}

    .popover-content.align-center:before {
        margin-left: .25rem;
    }

.eservices-section .btn-center .btn {
    border-color: transparent;
}

.btn-action {
    min-width: 160px;
}

.captcha {
    margin-bottom: 1rem;
}

    .captcha .btn.btn-link {
        padding-left: 0;
        padding-bottom: 0;
    }

        .captcha .btn.btn-link i {
            font-size: 1rem;
            margin-top: -2px;
        }

.forgot-password {
    display: inline-block;
    margin-top: 0.25rem;
}

.main-content {
    padding-bottom: 536px;
}

.sitemap .footer-links {
    float: left;
    width: 100%;
}

.footer-links h4 a {
    font-weight: 600;
}

.footer-contact {
    border: #fff dotted 1px;
    padding: 1.5rem;
    margin-top: 1rem;
}

    .footer-contact h4 {
        margin-bottom: 1.5rem;
    }

    .footer-contact a {
        color: #fff;
    }

.footer .footer-contact h4 {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    font-size: 12px;
}

.footer h4 strong {
    display: block;
    font-weight: 400;
    margin-top: 2px;
    text-transform: none;
    font-size: 13px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

    .footer-links ul li a {
        display: inline-block;
        margin-bottom: 1rem;
    }

.helpdesk {
    display: flex;
    flex-wrap: wrap;
}

    .helpdesk p {
        margin: 0 2rem 0 0;
    }

        .helpdesk p strong {
            margin: 0 0.5rem;
        }

.wizard-progress-bar {
    margin-top: 2.6rem;
    margin-bottom: 1.6rem;
}

.contact-detials {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    flex-wrap: wrap;
    padding: 40px;
}

    .contact-detials .heading-center {
        width: 100%;
        margin-bottom: 10px;
    }

.contact-blog {
    width: 350px;
    position: relative;
    border: 1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
    border-radius: 6px;
    text-align: left;
}

.contact-detials h3 {
    width: 100%;
    margin-bottom: 2rem;
}

.contact-blog h4, .contact-blog a {
    color: var(--primary);
}

.contact-blog p span {
    display: inline-block;
    font-size: 1.2rem;
    color: var(--secondary);
    margin-right: 10px;
}

.alert-content ol {
    padding-left: 1rem;
}
/*
.form-group .col-form-label {
    width: 100%;

}
*/
.multi-field .devider {
    height: 1px;
    width: 10px;
    margin: 0 0.5rem;
    display: flex;
    align-self: center;
    background: #ced4da;
}

.multi-field .code {
    width: 70px;
    text-align: center;
}

.form-panel-body .multi-field .form-group {
    margin-bottom: 0 !important;
}

.multi-field.unit .form-group {
    max-width: max-content;
}

.writeups {
    text-align: left;
}

    .writeups ul {
        margin: 0;
        padding: 0 0 0 1rem;
    }

        .writeups ul li {
            margin-bottom: 0.8rem;
        }

.vertical-tab .nav-left {
    width: 320px;
}

.vertical-tab .tab-content {
    width: calc(100% - 320px);
}

.vertical-tab li.nav-item a.nav-link {
    padding: 1rem;
    border: none;
}

    .vertical-tab li.nav-item a.nav-link.active:after {
        right: 0.75rem;
        width: auto;
    }

.vertical-tab li.nav-item ul li {
    margin-bottom: 4px;
}


.vertical-tab .accordion .accordion-item {
    background-color: var(--white);
    border: 1px solid #ddd !important;
}

.vertical-tab .nav-left ul.flex-column ul a.nav-link.active, .vertical-tab li.nav-item ul a.nav-link:hover, .vertical-tab .nav-left ul.flex-column ul a.nav-link {
    padding: 0.5rem 1rem;
}

.vertical-tab li.nav-item ul a.nav-link {
    margin: 0 1rem;
    border: 1px solid transparent;
    font-weight: normal;
    color: #333 !important;
}

.nav-link.collapsed {
    color: #333 !important;
}

.nav-link.collapsed {
    font-weight: normal;
    ;
}

.search-container {
    padding: 1rem 2rem;
    box-shadow: 1px 1px 6px 0 rgb(113 75 33 / 20%);
}

.accordion .card-header > button {
    font-size: 1rem;
    padding: 0px 25px 0 0;
    text-decoration: none;
}

.tab-content h4.tab-title {
    color: var(--primary);
}

.accordion .card-header > button::before {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        min-width: 300px;
        margin-top: 16px;
    }

    .login-dropdown .dropdown-menu {
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
}

@media (max-width:1199.98px) {
    .navbar-nav .nav-link {
        margin: 0 0.5rem;
    }

    .footer-contact a {
        color: #fff;
        word-break: break-all;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0rem;
    }

    .banner-content {
        padding-left: 320px;
        background-size: 300px;
    }
}

.card-container {
    margin-top: 1rem;
}

    .card-container .form-check {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: .75rem 1rem .75rem 2.8rem;
    }

    .card-container .radio-overlay {
        top: 16px;
        left: 16px;
    }

    .card-container .form-check .jds-tag {
        font-size: 0.75rem;
        padding: 0.25rem .75rem;
    }

    .card-container .form-check {
        display: flex;
        min-height: 5rem;
    }

        .card-container .form-check small {
            margin-left: auto;
        }

.form-panel-boxed .form-panel-header, .form-panel-boxed .form-panel-footer {
    padding: 0.5rem 1rem;
}

small.jds-tag.has-primary-light {
    font-size: .75rem;
    padding: .25rem 0.5rem !important;
    margin-right: .5rem;
}

.form-panel-header h4 {
    display: flex;
    align-items: center;
    margin: 0;
}

.form-panel-body .default-table table {
    margin-bottom: 0;
}

    .form-panel-body .default-table table td, .form-panel-body .default-table table th {
        vertical-align: middle;
    }

@media (max-width:991.98px) {
    .search {
        margin-right: 3rem;
    }

    .dropdown-item {
        white-space: normal;
    }

    .home-page-banner-container:before {
        height: 100%;
    }

    .banner-content {
        background: var(--bg-light);
        padding: 20px 0;
        text-align: center;
        min-height: 0;
        padding-bottom: 50px;
    }

        .banner-content h3 {
            margin-bottom: 1rem;
        }

        .banner-content h4 br {
            display: none;
        }

    .app-scanner span {
        display: none;
    }

    .app-scanner a img {
        width: 140px;
    }

    .app-scanner div {
        margin: 0;
        background: none;
        padding: 0;
    }

    .app-banner {
        height: auto;
    }

    .notice-announcements {
        padding: 2rem 0;
    }

    .section-col2 {
        padding: 0;
    }

        .section-col2:after, .section-col2:before {
            display: none;
        }

    .filling-status, .book-search {
        background: #000;
        margin: 0 -2rem;
        padding: 3rem 2rem;
    }

    .filling-status {
        background: var(--example-dark);
    }

    .book-search {
        background: var(--success);
    }

    .eservices-section .btn-center {
        position: static;
        margin-top: 3rem;
    }

    .other-useful-links ul li {
        width: calc(50% - 2rem);
    }
}

@media (max-width:767.98px) {
    .notification_fw .fal.fa-info-circle {
        position: absolute;
        left: 1rem;
        top: 1.5rem;
        margin-right: 0;
    }

    .vertical-tab .nav-left ul.flex-column {
        border: none;
    }

    .vertical-tab .nav-left ul.flex-column {
        border: none;
    }

    .eservices-section {
        z-index: unset;
    }

    .search-box .input-group .form-control {
        width: 100%;
        border-radius: .25rem;
        margin-bottom: .5rem;
    }

    .search-box .input-group-append {
        margin: 0 auto;
    }

        .search-box .input-group-append .btn.btn-primary {
            border-radius: 0.25rem;
        }
}

@media (max-width:575.98px) {
    .search {
        margin-right: 1.5rem;
    }

    .multi-field .form-group {
        margin-right: 0;
        flex: auto;
        width: 100%;
        margin-bottom: 1rem;
    }

    .multi-field {
        flex-wrap: wrap;
    }

        .multi-field .form-group .form-control {
            max-width: 100%;
        }

    .other-useful-links ul li {
        width: 100%;
        margin: 0;
    }

    .legends span {
        margin-right: 0.7rem
    }
}
/*.hero-carousel-banner .carousel-item2{
	background: rgb(49,35,5);
background: linear-gradient(45deg, rgba(49,35,5,1) 0%, rgba(96,38,1,1) 100%);
}*/
.hero-carousel-banner .carousel-item2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: #312305;
    left: 0;
    z-index: -1
}

.hero-carousel-banner .carousel-item2:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: #602601;
    right: 0;
    z-index: -1
}

.hero-carousel-banner .carousel-item3 {
    background-color: #33022f;
}

.hero-carousel-banner .carousel-item1 {
    background-color: #003a5a;
}

.carousel-control-next, .carousel-control-prev {
    font-size: 3rem;
}

.carousel-indicators [data-bs-target] {
    height: 12px;
    border-radius: 36px !important;
    border: none;
}

a {
    text-decoration: none;
}

.search {
    margin-left: 1rem;
}

.search-box .btn.btn-primary {
    height: 60px;
    border-radius: 0 5px 5px 0;
    border-color: transparent;
}

.form-check-inline {
    position: relative;
}

.form-check.form-check-inline label {
    margin-left: 0;
}

.form-text {
    font-size: 80%;
}

.book-search .form-text {
    color: var(--white);
    font-size: 80%;
}

.form-group {
    margin-bottom: 1rem;
}

.bg-dark {
    background-color: #343a40 !important;
}

button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.accordion > .accordion-item:hover {
    background: var(--khaki-light);
}

.accordion .accordion-header > button:not(.collapsed) {
    color: var(--primary);
    font-weight: 700;
    background: none;
}

.accordion-item {
    margin-bottom: 1rem;
    border: 1px solid #ccc !important;
    border-radius: 8px;
}

.accordion-button {
    background: no-repeat;
}

    .accordion-button::after {
        display: none;
    }

.bottom-section .footer-links {
    margin-bottom: 1rem;
}

.sitemap {
    padding-bottom: 2rem;
    display: inline-block;
    width: 100%;
}

.singapore-gov {
    background: #f0f0f0;
    padding: 3px 20px;
    color: #666;
    font-size: 12px;
}

    .singapore-gov img {
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
    }

.masthead-button-text {
    text-decoration: underline !important;
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
    border: none !important;
    color: var(--secondary);
    position: relative;
}

    .masthead-button-text:after {
        content: '\f107';
        font-family: "Font Awesome 6 Pro";
        margin-left: 3px;
        font-size: 14px;
        vertical-align: middle;
        position: absolute;
        right: -12px;
    }

    .masthead-button-text.active:after {
        content: '\f106';
    }

section[aria-label="SG Masterhead"] {
    padding: 0;
}

.masterhead-banner {
    padding: 20px 0;
    display: none;
}

.sg-banner-content {
    color: #333;
    position: relative;
    padding-left: 30px;
}

.masterhead-banner .sg-banner-content h4 {
    font-weight: 600;
    margin-top: 0;
    font-size: 16px;
    margin: 0;
}

.masterhead-banner .sg-banner-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px
}

    .masterhead-banner .sg-banner-content p .masthead-button-link {
        text-decoration: none;
        color: var(--secondary);
    }

.masterhead-banner .sg-banner-content h4 span {
    position: absolute;
    left: 0;
    font-size: 1.05rem;
}

.wrapper:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.left-nav-light:after {
    background: #faf7f7;
}

.left-nav-dark:after {
    background: #333;
}

.wrapper.minified:after {
    width: 120px;
}

.navbar-container {
    border-bottom: 1px solid #ddd;
}

nav.navbar.navbar-expand-lg {
    padding: 1rem 0;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-brand img, .jds-footer-sitemap-header img {
    height: 44px;
    width: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
    padding: 0rem 1rem;
    border-right: 1px solid #ddd;
    position: relative;
    color: #666;
    font-size: 1.25rem;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: var(--primary);
    }

    .navbar-expand-lg .navbar-nav .nav-link span.nav-mobile {
        display: none;
    }

.navbar-expand-lg .navbar-nav li.nav-item.user-details {
    padding: 0 2rem;
    font-size: 0.9rem;
    border-right: 1px solid #ddd;
    margin-right: 1rem;
    text-align: right;
}

    .navbar-expand-lg .navbar-nav li.nav-item.user-details strong span {
        font-weight: 500;
        color: var(--primary);
        max-width: 120px;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

.LabelLawFirm {
    font-weight: 400;
    max-width: 140px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.wrapper.sticky .main-content {
    padding-top: 80px;
    top: 0;
    display: flex;
    padding-bottom: 450px;
}
/*Left Nav related*/
.navbar .btn-left-nav {
    padding-left: 0;
    background-image: none !important;
    padding: 0.25rem 0.5rem !important;
    height: auto;
    font-weight: 400;
    color: var(--primary);
    border: none;
    margin-right: 10px;
}

    .navbar .btn-left-nav i {
        font-size: 1.6rem;
    }

.left-nav {
    width: 240px;
    min-height: 100%;
}

.left-nav-light .left-nav:after {
    background: #faf7f7;
}

.left-nav-dark .left-nav:after {
    background: var(--supp2);
}

.content {
    width: calc(100% - 240px);
    padding: 1rem 2rem;
}

.left-nav.minified {
    width: 120px;
}

.content.minified {
    width: calc(100% - 120px);
}

.left-nav ul {
    list-style: none;
    text-align: left;
    padding: 0;
    padding-top: 1rem;
}

.left-nav-dark .left-nav .nav-link, .left-nav-dark .left-nav a.dropdown-item {
    color: #fff;
}

.left-nav-light .left-nav .nav-link, .left-nav-light .left-nav a.dropdown-item {
    color: #333;
}

.left-nav ul li.nav-item .nav-link {
    padding: 0.8rem 1rem;
    border: none;
    align-items: center;
    font-size: 1rem;
    padding-right: 1.8rem;
    position: relative;
}

.left-nav-dark .left-nav ul li.nav-item .nav-link {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    font-size: 0.85rem;
}

.left-nav-light .left-nav ul li.nav-item .nav-link {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.left-nav ul li.nav-item.active .nav-link {
    border-bottom: none;
}

.left-nav-light .left-nav.minified ul li.nav-item.active .nav-link {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.left-nav-dark .left-nav.minified ul li.nav-item.active .nav-link {
    border-bottom: 1px solid rgb(225 225 225 / 10%);
}

.left-nav ul li.nav-item:last-child .nav-link {
    border: none;
}

.left-nav-dark .left-nav ul li.nav-item .nav-link:hover {
    color: #bbb;
}

.left-nav-light .left-nav ul li.nav-item .nav-link:hover {
    color: var(--primary);
}

.left-nav ul li.nav-item span {
    display: inline-block;
    margin: 0;
}

    .left-nav ul li.nav-item span.icon {
        width: 26px;
        font-size: 1.2rem;
        text-align: center;
        margin-right: 5px;
        line-height: 100%;
        vertical-align: top;
        margin-top: 2px;
    }

        .left-nav ul li.nav-item span.icon i {
            top: 0;
        }

.left-nav.minified ul li.nav-item .nav-link {
    font-size: 0.8rem;
    display: block;
    text-align: center;
    padding: 1rem 0.5rem;
}

    .left-nav.minified ul li.nav-item .nav-link span.icon {
        font-size: 1.3rem;
        display: block;
        margin: 0 auto;
    }

.left-nav ul li.nav-item span.text {
    width: calc(100% - 32px);
}

.left-nav.minified ul li.nav-item span.text {
    width: 100%;
}

.left-nav ul li .dropdown-toggle-cust::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-size: 1rem;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    right: 1rem;
}

.left-nav ul li.active .dropdown-toggle-cust::after {
    content: "\f077";
}

.left-nav.minified ul li .dropdown-toggle-cust::after {
    display: none;
}

.left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

    .left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f111";
        margin-right: 5px;
        font-size: 0.4rem;
        position: absolute;
        left: 46px;
        top: 14px;
    }

.left-nav.minified ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item:before {
    left: 1rem;
}

.left-nav-light .left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.left-nav-dark .left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item {
    padding: 0.5rem 1rem;
    padding-left: 60px;
    white-space: normal;
    position: relative;
}

    .left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item.dropdown-item-all:before {
        visibility: hidden;
    }

.left-nav.minified ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    padding-left: 1.8rem;
}

.left-nav-light .left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item:hover {
    color: var(--white);
    background: #939599;
}

.left-nav-dark .left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item:hover, .left-nav-dark .left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item:focus {
    color: var(--white);
    background: #939599;
}

.left-nav ul li.dropdown-cust.active .dropdown-menu-cust {
    height: auto;
    opacity: 1;
    padding-left: 0;
}

.left-nav.minified ul li.dropdown-cust {
    position: relative;
}

    .left-nav.minified ul li.dropdown-cust .dropdown-menu-cust {
        position: absolute !important;
        left: 100%;
        top: 0;
        border: none;
        padding: 0;
        z-index: 999999;
        height: auto;
        opacity: 1;
        min-width: 200px;
        display: none;
    }

.left-nav-light .left-nav.minified ul li.dropdown-cust .dropdown-menu-cust {
    background: #eaecef;
}

.left-nav-dark .left-nav.minified ul li.dropdown-cust .dropdown-menu-cust {
    background: #333;
}

.left-nav.minified ul li.dropdown-cust:hover .dropdown-menu-cust {
    display: block;
}

.left-nav.minified .dropdown-menu-cust h4 {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0;
}

.left-nav-light .left-nav ul li.dropdown-cust .dropdown-menu-cust h4 {
    color: #333;
}

.left-nav-dark .left-nav ul li.dropdown-cust .dropdown-menu-cust h4 {
    color: #fff;
}

.left-nav ul li.dropdown-cust.active .dropdown-menu-cust h4 {
    padding-left: 46px;
    font-size: 1rem;
}

.left-nav.minified ul li.dropdown-cust .dropdown-menu-cust h4 {
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

.jds-footer {
    padding: 2rem 2.5rem;
}

.left-nav-overlay {
    position: fixed;
    left: 0;
    background: rgb(0 0 0 / 70%);
    height: calc(100% - 80px);
    width: 100%;
    opacity: 0.8;
    z-index: 9999;
    top: 80px;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.accordion .tab-links {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

    .accordion .tab-links .card-header {
        border: none;
        padding: 0;
        margin-right: 2rem;
        padding-top: 0.75rem;
    }

    .accordion .tab-links .accordion-header .btn.btn-link {
        font-size: 1rem;
        padding: 0;
        font-weight: 400;
        border-bottom: 2px solid var(--primary);
        border-radius: 0;
        padding-bottom: 4px;
    }

        .accordion .tab-links .accordion-header .btn.btn-link:before {
            display: none;
        }

        .accordion .tab-links .accordion-header .btn.btn-link.collapsed {
            border-bottom: 2px solid transparent;
        }

#accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.accordion .tab-links .accordion-header .btn.btn-link i {
    margin-left: 5px;
}

h3 {
    font-weight: 500;
}

    h3 small {
        display: block;
        color: #666;
        font-weight: 400;
        font-size: 1rem;
    }

@media only screen and (max-width: 1023.98px) {
    .wrapper:after {
        display: none;
    }

    .left-nav-light .left-nav {
        background: #faf7f7;
    }

    .left-nav-dark .left-nav {
        background: #333;
    }

    .left-nav-overlay.minified {
        display: block;
    }

    .left-nav ul li.nav-item span.text {
        width: calc(100% - 32px) !important;
    }

    .navbar .btn-left-nav {
        color: var(--primary);
    }

    .navbar .navbar-brand {
        border: none;
        margin-right: auto;
    }

    .navbar .navbar-toggler {
        color: var(--primary);
        font-weight: 400;
        font-size: 1rem;
        right: 1rem;
    }
    /*
  .navbar .navbar-toggler:after {
    content: "\f142";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
}
   .navbar .navbar-toggler.active:after {
    content: "\f00d";
	   font-weight: 300;
	   font-size: 1.7rem;
  }
*/
    .left-nav {
        position: fixed;
        top: 80px;
        height: calc(100% - 80px);
        overflow: auto;
        width: 240px !important;
        margin-left: -240px;
        min-height: calc(100% - 80px);
        z-index: 9999;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .left-nav.minified {
            margin-left: 0px;
        }

    nav.navbar.navbar-expand-lg {
        padding: 1rem;
    }

    .left-nav.minified ul li.nav-item .nav-link {
        font-size: 1rem;
        display: block;
        text-align: left;
        padding: 0.8rem 1rem;
    }

    .left-nav.minified ul li.dropdown-cust .dropdown-menu-cust {
        position: static !important;
        opacity: 0;
        height: 0;
    }

    .left-nav.minified ul li.dropdown-cust.active .dropdown-menu-cust {
        position: static !important;
        opacity: 1;
        height: auto;
        display: block;
    }

    .left-nav.minified ul li.nav-item .nav-link span.icon {
        font-size: 1.2rem;
        display: inline-block;
        margin: 0 5px 0 0;
        text-align: left;
    }

    .left-nav ul li.dropdown-cust .dropdown-menu-cust h4 {
        padding-left: 46px !important;
    }

    .left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item {
        padding-left: 60px !important;
    }

        .left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item:before {
            left: 46px !important;
        }

    .left-nav ul li.dropdown-cust .dropdown-menu-cust a.dropdown-item {
        white-space: normal !important;
    }

    body.active {
        overflow: hidden;
    }

    .left-nav ul li .dropdown-toggle-cust::after {
        display: block !important;
    }

    .wrapper.sticky .navbar-container {
        z-index: 99999;
    }

    .navbar-expand-lg .navbar-nav .nav-link span.nav-mobile {
        display: inline-block;
    }

    .navbar-expand-lg .navbar-nav .nav-link span.nav-mobile {
        display: inline-block;
        font-size: 1rem;
        margin-left: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        width: 100%;
    }

        .navbar-expand-lg .navbar-nav .nav-item a.nav-link {
            padding: 0.7rem 0;
            color: #fff;
            border: none;
        }

    .navbar-expand-lg .navbar-nav li.nav-item.user-details {
        text-align: left;
        padding: 0.5rem 0;
        border-top: 1px solid #fff;
        color: #fff;
        border-right: none;
        margin: 0;
    }

        .navbar-expand-lg .navbar-nav li.nav-item.user-details strong {
            display: block;
            color: #fff;
            width: 100%;
            max-width: 100%;
        }

        .navbar-expand-lg .navbar-nav li.nav-item.user-details br {
            display: none;
        }

    .navbar-expand-lg .navbar-nav .nav-item.user-login .btn.btn-outline-primary {
        background: var(--primary);
        color: var(--white);
        width: 100%;
        border: none;
    }

    .content {
        width: 100% !important;
        padding: 1rem;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }

    .jds-footer {
        padding: 2rem 0rem;
    }
}

.hidden {
    display: none;
}

.tab-links .accordion-header {
    border: none;
    padding: 0;
    margin-right: 2rem;
    padding-top: 0.75rem;
}

#accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.wrapper.left-nav-dark.sticky .main-content, .wrapper.left-nav-light.sticky .main-content {
    padding-bottom: 190px;
}

.mobile-menu-name {
    font-size: 15px;
    display: none;
}

.slide-menu.open {
    left: 0;
}

button#menuToggle {
    width: 100%;
}
/* Add an extra rule to ensure up chevron is shown on expanded menus */
.nav-left .nav-link + .collapse.show::before {
    content: '';
}

.nav-left > ul > li > .nav-link::after {
    content: '\f077';
    /* Unicode for down chevron */
    font-size: 18px;
    float: right;
    transition: transform 0.3s ease;
    margin-left: 10px;
    font-family: "Font Awesome 6 Pro";
}
/* When the .collapsed class is present, switch to up chevron */
.nav-left > ul > li > .nav-link.collapsed::after {
    content: '\f078';
    /* Unicode for down chevron */
}
/* Target only main menu items under nav-left */
.nav-left > ul > li > a.nav-link {
    position: relative;
    display: flex;
    justify-content: space-between;
}
/* Exclude sub-menu items from having chevrons */
.nav-left .collapse ul .nav-link::after {
    content: '';
    /* No chevron for sub-menu items */
}

.slide-menu {
    position: relative;
    left: 0;
}

.vertical-tab li.nav-item a.nav-link.active, .vertical-tab li.nav-item a.nav-link:hover {
    color: var(--primary) !important;
}

.vertical-tab .nav-left ul.flex-column {
    background: var(--khaki-light);
    border-radius: 8px;
    padding-bottom: 0.5rem;
    border: 1px solid var(--khaki);
    /*width: calc(100% - 0px);*/
    width: 220px;
}

    .vertical-tab .nav-left ul.flex-column ul {
        border: none;
    }
/* Hide the mobile menu name in larger screens */
.mobile-menu-name {
    display: none;
}
/* Media query for mobile view */
@media (max-width: 767.98px) {
    /* .nav-left {
        display: none;
    } */
    .nav-left.collapsed {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }

    .nav-left ul {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .nav-left .nav-item {
        display: block;
    }

    .main-content {
        padding-bottom: 24px;
    }

    .search {
        margin-right: 3rem;
    }

    .footer-links h4 {
        margin: 0;
        padding: 0.5rem 0;
        border-bottom: 1px solid #777;
    }

    .footer-links ul {
        display: flex;
        flex-wrap: wrap;
    }

    .jds-footer div .powered-by {
        text-align: left !important;
    }

    .bottom-section .footer-links {
        column-count: 1;
    }

    .slide-menu {
        background: var(--khaki-light) !important;
        position: fixed;
        left: -320px;
        top: 0;
        bottom: 0;
        width: 320px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1001;
        padding-top: 20px;
        overflow-y: auto;
        padding: 0rem;
        border: 1px solid var(--khaki);
        border-radius: 0 8px 8px 0;
    }
    /* Show the mobile menu name on smaller screens */
    .mobile-menu-name {
        display: block;
    }

    .nav-left ~ .tab-content {
        margin-left: 0 !important;
    }
}
/* Toggle button for mobile view */
.toggle-nav {
    display: none;
    background-color: #007bff;
    color: white;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0.5rem 1rem;
    cursor: pointer;
    position: relative;
}

    .toggle-nav::after {
        content: '\f078';
        /* Unicode character for the down arrow */
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1rem;
        font-family: 'Font Awesome 6 Pro'
    }

    .toggle-nav.open::after {
        transform: translateY(-50%) rotate(180deg);
    }
/* Show toggle button only on small screens */
@media (max-width: 767.98px) {
    .toggle-nav {
        display: block;
    }

    .vertical-tab .tab-content {
        width: 100%;
    }
}

.singapore-gov {
    padding-left: 0;
    padding-right: 0;
}

    .singapore-gov .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

.innerpage-banner-container {
    background: #faf7f7 !important;
    padding: 2rem 0;
}
/*After Login Quick Links, Data table */
.anylinkmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .anylinkmenu ul li {
        display: flex;
        padding: 0 .5rem;
        text-align: center;
        align-items: flex-end;
        box-sizing: border-box;
    }

        .anylinkmenu ul li a {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: #000;
            justify-content: flex-end;
            font-size: 12px;
            line-height: normal;
            border-bottom: 0;
            height: 100%;
        }

            .anylinkmenu ul li a .icon {
                display: flex;
                align-items: flex-end;
            }

            .anylinkmenu ul li a img {
                margin-bottom: 5px;
                max-height: 60px;
                width: auto;
            }

.trdivtag {
    background: #efefef;
}

.dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_filter {
    width: 50% !important;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -10px;
    margin-left: -6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    font-weight: 900;
}

table.dataTable.display tbody tr:hover > [class^="sorting_"], table.dataTable.display tbody tr:hover {
    background-color: var(--khaki);
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: '\f00c';
    margin-top: -9px;
    margin-left: -6px;
    text-align: center;
    text-shadow: none;
    font-family: 'Font Awesome 6 Pro';
    font-size: 0.9rem;
    color: #fff;
    background: var(--primary);
    width: 20px;
    height: 20px;
    top: 50%;
    border-radius: 4px;
    line-height: 100%;
    padding-top: 3px;
    font-weight: bold;
}

table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1, table.dataTable.stripe tbody > tr.even.selected, table.dataTable.stripe tbody > tr.even > .selected, table.dataTable.display tbody > tr.even.selected, table.dataTable.display tbody > tr.even > .selected, table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
    background-color: #f2ecec;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1, table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: inherit;
}

.form-panel-body .default-table table td {
    overflow: hidden;
}

.form-panel-body .default-table table th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
    background: var(--khaki);
}
/*
table.dataTable.display tbody td:first-child, table.dataTable.display tbody td, table.dataTable.display thead>tr:last-child>th, table.dataTable.display thead>tr:last-child>td {
    padding: 0.35rem 0.5rem;
}
*/
.accordion-body {
    padding: 10px !important;
}

table.display thead th, table.display tbody td {
    white-space: normal !important;
}

table.dataTable.display tbody tr:not(:first-child) td {
    border-bottom: none !important;
    border-top: 1px solid #e2dfdb !important;
}

.dataTables_wrapper > div {
    padding: 1.25rem 1.25rem .75rem 1.25rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .25rem .75rem;
}

.quick-access {
    margin-top: -16px;
    margin-left: -32px;
    margin-right: -32px;
    background: #efefef;
}

    .quick-access.horizontal-tab .tab-content {
        padding: 0rem !important;
    }

        .quick-access.horizontal-tab .tab-content .tab-pane.fade.active.show {
            padding: 1rem !important;
        }

    .quick-access .nav.nav-tabs {
        padding: 0.25rem 1rem 0 1rem;
    }

    .quick-access.horizontal-tab .nav-tabs .nav-item {
        margin-right: 2rem;
    }

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1rem;
}

.case-content-panel .display tr th, .case-content-panel .display tr td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.country-dropdown {
    width: 200px;
}

.modal .form-panel-header {
    display: flex;
    justify-content: space-between;
}

.form-panel-header.has-icon i {
    font-size: 1.5rem;
    color: var(--primary);
}

.modal .form-panel-header.form-switch .form-check-input {
    height: 1.25rem;
    width: 2.5rem;
    top: 6px;
    left: 22px;
}

.table-responsive.default-table td:first-child {
    width: auto;
}

.table-responsive.default-table td:last-child {
    width: auto;
}

.btn-footer.d-flex.justify-content-between .btn-outline-primary:disabled {
    background: none !important;
    color: #333;
    opacity: 0.5;
}

.jds-container {
    position: relative;
}

.jds-dropdown {
    position: absolute;
    width: 200px;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 220px;
    overflow-y: auto;
    display: none;
    background: #fff;
    z-index: 1000;
    border-radius: 4px;
}

.jds-dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jds-dropdown-item {
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.jds-dropdown-list .jds-dropdown-item:last-child {
    border: none;
}

.jds-dropdown-item:hover {
    background: #f1f1f1;
}

.form-check-input {
    margin-right: 10px;
}

.jds-delete-btn {
    margin-left: 10px;
    color: red;
    cursor: pointer;
}

.jds-typeahead {
    width: calc(100% - 20px);
    padding-right: 30px;
}

.clear-btn {
    position: absolute;
    left: 181px;
    top: 22px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    font-size: 1.25rem;
    color: var(--primary);
}

.modal .col-form-label {
    text-align: right;
}

.phone-country-code-group.country-only {
    width: 100%;
}

.captcha .btn.btn-link i {
    margin-right: 0.25rem;
}

@media (max-width:767.98px) {
    button.toggle-nav {
        background: none;
        color: #333;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .nav-left ~ .tab-content {
        padding-top: 1rem;
    }

    .nav-left.collapsed {
        border: 1px solid #ccc;
        padding: 0 0 0 1rem;
    }
}

.form-panel-body .jds-container .form-group {
    margin-bottom: 1rem;
}

.form-group.required .col-form-label:after {
    position: absolute;
    right: 0;
    top: 8px;
}

.col.local-address {
    background: #efefef;
    padding: 0 1.5rem;
    border-radius: 8px;
    padding-bottom: 1rem;
}

.col.foreign-address {
    padding: 0 2.5rem;
    padding-bottom: 1rem;
    border: 1px solid #efefef;
    border-radius: 8px;
}

.foreign-lawyer-address h3 ~ .form-check {
    margin-top: 1.25rem;
}

.foreign-lawyer-address .col {
    margin: 0 0.25rem
}

.vertical-tab .nav-left ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0 !important;
}
/***** FEEDBACK Start****/
.fixed-left {
    height: 139px;
    left: 0;
    margin-top: -72px;
    position: fixed;
    top: 50%;
    width: 40px;
    background: #7a5b05;
    border-radius: 0 10px 10px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 9999999;
}

    .fixed-left:hover {
        cursor: pointer;
    }

    .fixed-left.active {
        left: 700px;
    }

.vertical-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform-origin: center left 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 17px;
    margin-top: 85px;
    position: relative;
    text-transform: uppercase;
}

    .vertical-text a {
        color: #fff;
        display: inline-block;
        margin-top: 20px;
        padding: 18px;
    }

    .vertical-text:before {
        content: "\f27b";
        font-family: 'FontAwesome';
        font-size: 20px;
        left: -28px;
        position: absolute;
        top: -3px;
    }

.feedback-overlay {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}

    .feedback-overlay.active {
        display: block;
    }

#feedback {
    background: #fff;
    position: fixed;
    left: -100%;
    width: 700px;
    padding: 30px;
    z-index: 9999999;
    height: 100%;
    top: 0;
    overflow: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 2px solid #1c79b4;
    border-left: none;
    border-radius: 0 10px 10px 0;
}

.active#feedback {
    left: 0;
}

.feedback-close {
    border: 2px solid #ca1f09;
    border-radius: 50%;
    color: #ca1f09;
    font-size: 21px;
    font-weight: 700;
    height: 30px;
    line-height: 26px;
    opacity: 1;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
}

    .feedback-close:hover {
        cursor: pointer;
        color: #333;
    }

.feedback-title {
    font-size: 24px;
    color: #991b1e;
    margin: 0 0 15px 0;
}

#feedback .writups strong {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0;
}

#feedback .form-group {
    margin-bottom: 25px;
}

#feedback .control-label {
    font-weight: 400;
}

#feedback .help-block {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 5px;
}
/***** FEEDBACK End****/
/***** NRegistrationNew, NLoginNew, NForgotPasswordNew Start****/
#elitforms {
    color: #676765;
    margin-bottom: 20px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
    font-style: italic;
    color: #a94442;
    font-weight: 800;
}

.form-group .col-form-label {
    color: #000000;
    font-weight: bold;
}

.has-error {
    background: #ffffff !important;
}

.form-control-xsm, .field-icon-xsm {
    max-width: 135px;
}

.form-control, .form-panel-boxed .form-control, .form-panel .input-group-sm > .form-control:not(textarea), .form-select {
    min-height: 42px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container {
    padding: 0;
    margin: 0;
}

    .select2-container .select2-choice .select2-arrow {
        background: none;
        border: none;
    }

    .select2-container .select2-choice {
        box-shadow: none;
        height: 40px;
        line-height: 37px;
        background: #fff;
        border: none;
        border-radius: 12px;
    }

        .select2-container .select2-choice .select2-chosen {
            color: #666;
        }

        .select2-container .select2-choice .select2-arrow:after {
            content: "";
            position: absolute;
            border-top: 6px solid #bbb;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            width: 8px;
            height: 8px;
            top: 16px;
            right: 6px;
        }

.select2-results {
    text-align: left;
}

    .select2-results .select2-highlighted {
        background: var(--primary);
    }

.text-color {
    color: var(--primary);
    text-align: center;
}

.text-color-right {
    text-align: right;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: auto !important;
    opacity: 1 !important;
}

.form-control-img {
    width: 290px;
}

.display-none, .display-hide {
    display: none;
}
/***** NRegistrationNew, NLoginNew, NForgotPasswordNew ****/
/* Registration Related pop-up */
.card-container .form-check {
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 1.5rem;
}

.tag-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 1.5rem;
    gap: 0.5rem;
}

.radio-wrapper .form-text.text-muted {
    position: absolute;
    right: 24px;
}

.form-check-input input[type="radio"] {
    position: absolute;
    margin: 0;
    left: 0;
    top: 1px;
}

    .form-check-input input[type="radio"]:before {
        content: "";
        position: absolute;
        top: 0px;
        left: -3px;
        height: 22px;
        width: 22px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
    }

.form-check-input {
    padding-left: 27px;
    position: relative;
    margin-left: -27px;
    width: 100%;
}

    .form-check-input input[type="radio"]:hover:before {
        background: #e2dfdb;
        border-color: #e2dfdb;
    }

    .form-check-input input[type="radio"]:checked:before {
        background: #751c24;
        border-color: #751c24;
    }

    .form-check-input input[type="radio"]:checked:after {
        content: "";
        top: 6px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: white;
        position: absolute;
    }

.form-check input {
    opacity: 1;
}

.card-container .form-check .form-check-input {
    float: unset !important;
    margin-left: 0 !important;
    border: 0;
}

.multifield-group {
    align-items: center;
    display: flex;
}

    .multifield-group input.form-control {
        border-radius: 5px;
    }

.multiField {
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
}

.multifield-group .multiField:last-child {
    margin: 0;
}

.multifield-group .multiField:after {
    content: "-";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.multifield-group .multiField:nth-child(3):after {
    display: none;
}

.form-check .form-check-input {
    float: none;
    border: none;
}

.form-check-input input[type="radio"] {
    top: -3px;
}

.multiField[style="display: none;"] ~ .multiField:after {
    display: none;
}

.form-check .form-check-input {
    border-radius: 0;
    background: none !important;
    outline: none !important;
    box-shadow: none;
}

input[type="checkbox"] {
    position: absolute;
    left: -5px;
    top: -2px;
    width: 20px;
    height: 20px;
}

    input[type="checkbox"]#chkCapacityInd {
        left: 0px;
        top: 5px;
    }

    input[type="checkbox"]:after {
        content: "\f0c8";
        font-family: 'Font Awesome 6 Pro';
        font-size: 24px;
        width: 100%;
        height: 100%;
        font-weight: 300;
        position: absolute;
        z-index: 999;
        margin-top: 0px;
        border: 1px;
        background: #fff;
        width: 20px;
        height: 20px;
        top: 0px;
        line-height: 100%;
        color: #999;
    }

    input[type="checkbox"]:checked:after, input[type="checkbox"]:checked:hover:after {
        content: "\f14a";
        font-weight: 600;
        color: var(--primary);
    }

    input[type="checkbox"]:hover:after {
        font-weight: 600;
        color: #ddd;
    }

.btn-group-toggle label {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0.5rem 1rem;
    flex: 1 1 auto;
    text-align: center;
    border: 1px solid var(--primary);
    border-radius: 5px;
}

.btn-group-toggle > label:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-toggle > label:nth-child(n+3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-toggle > label:not(:first-child) {
    margin-left: -1px;
}

.btn-group-toggle label:hover {
    background: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}

.btn-group-toggle [type="radio"]:checked + label, .btn-group-toggle [type="radio"]:focus + .btn {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: none;
    color: var(--white);
}

.btn-group-toggle [type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.error {
    color: #fff;
    /* background-color: #440000;*/
    padding: 8px;
    border: none;
    border-radius: 0;
    margin: 15px 0;
}

.next-steps {
    text-align: left !important;
}

    .next-steps .card-header {
        padding-bottom: 0;
    }

    .next-steps .card-body {
        padding-top: 0;
        padding-bottom: 0;
    }

    .next-steps .jds-tag {
        display: inline-block !important;
    }

.help-support h4 i {
    color: var(--primary);
    font-weight: 500;
    margin-right: 5px;
    font-size: 20px;
}

.filling-status .col-form-label, .book-search .col-form-label {
    color: var(--white);
}

.form-check input:checked ~ .radio-overlay {
    border: none !important;
}

.filling-status .radio-overlay {
    border: 2px solid var(--white);
    background: none;
}

.form-check .radio-overlay:after {
    top: 6px;
    left: 6px;
}

.navbar-expand-lg .navbar-nav li.nav-item.user-details .userIcon {
    display: flex;
    position: absolute;
    left: 7px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    align-items: center;
    background: #ddd;
    justify-content: center;
    border-radius: 6px;
    font-size: 1rem;
    color: var(--primary);
}

.navbar-expand-lg .navbar-nav li.nav-item.user-details {
    position: relative;
    padding: 4px 20px;
    padding-left: 50px;
    padding-right: 80px;
    text-align: left;
    border: 1px solid var(--primary);
    border-radius: 6px;
    line-height: 1.4;
    font-size: 0.75rem;
    color: #666;
}

    .navbar-expand-lg .navbar-nav li.nav-item.user-details span {
        margin: 0;
        display: inline-block;
    }

    .navbar-expand-lg .navbar-nav li.nav-item.user-details strong {
        line-height: 100%;
        font-size: 0.9rem;
        margin-left: 4px;
    }

.nav-item.user-login .btn-outline-primary {
    color: var(--primary);
    border: none;
    padding: 6px 16px;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid var(--primary);
    border-radius: 0;
    display: flex;
    align-items: center;
}

    .nav-item.user-login .btn-outline-primary:hover {
        color: #fff;
    }

.navbar-expand-lg .navbar-nav li.nav-item.user-details .welcome {
    margin-left: 3px;
    display: inline-block;
}

.menu-item-nav {
    font-size: 0.9rem;
    font-weight: normal;
}

    .menu-item-nav a {
        position: relative;
        text-decoration: none;
        font-size: 1.5rem;
    }

        .menu-item-nav a::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 4px;
            bottom: -1px;
            left: 0;
            background: var(--primary);
            transition: transform 0.5s;
            transform: scaleX(0);
            transform-origin: left;
        }

        .menu-item-nav a:hover::after, .menu-item-nav.active a::after {
            transform: scaleX(1);
        }

.form_highlighted, .container_search {
    border-right: #DFCCB5 1px solid;
    border-top: #DFCCB5 1px solid;
    background: #FFF5E5;
    margin: 1em 0;
    padding: 4px;
    border-left: #DFCCB5 1px solid;
    color: #000;
    border-bottom: #DFCCB5 1px solid;
    font-weight: normal;
}

.container_btn .right, .container_btn .search {
    text-align: right;
}
/* input fields styles */
input.field_extrasmall {
    width: 30px;
}

input.field_small {
    width: 90px;
}

input.field_long {
    width: 230px;
}

input.field_extralong {
    width: 450px;
}

textarea.field_small {
    width: 180px;
}

textarea.field_long {
    width: 900px;
}

textarea.field_fullwindow, input.field_fullwindow {
    width: 99%;
}

textarea.field_comments {
    width: 100%;
}

select.field_long {
    border: 1px solid #CCCCCC;
    width: 238px;
}

select.field_extralong {
    border: 1px solid #CCCCCC;
    width: 458px;
}

select.optiontransfer {
    border: 1px solid #CCCCCC;
    width: 259px;
}
/* end of input fields styles */
table.dataTable.display tbody th a {
    color: var(--primary) !important;
    background-color: var(--white);
    display: block;
    text-decoration: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary);
}

table.dataTable.display tbody td {
    font-size: 1rem;
    padding-left: 0.55rem;
}

table.dataTable.display tbody th {
    position: relative;
}

    table.dataTable.display tbody th a ~ img {
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -5px;
    }

table.dataTable.display tbody th {
    border-bottom: 4px solid var(--primary);
    padding: 0;
    font-size: 0.9rem;
    text-transform: uppercase !important;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--primary) !important;
}

table.dataTable.display .ms-alternating {
    background-color: #f8f8f8;
}

table.dataTable.display tbody tr:hover {
    background: #fff !important;
}

.menu-item-nav {
    padding: 0;
    border: none !important;
}

    .menu-item-nav .menu-item-nav {
        padding: 10px 0px !important;
        font-size: 14px !important;
        margin-right: 1.5rem;
        margin-bottom: 0;
    }

        .menu-item-nav .menu-item-nav:hover {
            color: var(--primary)
        }

.accordion-tab .nav-tabs .nav-tabs {
    border: none;
}

.accordion-tab .nav-tabs {
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.horizontal-tab a.nav-link:hover {
    color: var(--primary);
}

.txtbox-input {
    max-width: 20%;
    height: 25px;
    padding-left: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 11px;
    color: #000;
}

.field_small {
    max-width: 250%;
    height: 30px;
    padding: 12px 20px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 11px;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.field_long {
    max-width: 250%;
    height: 30px;
    padding: 12px 20px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 11px;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*Added On 11-11-24*/
.notice-announcements {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

    .notice-announcements h2 {
        width: 100%;
    }

    .notice-announcements .redlist {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .notice-announcements .announcement {
        width: calc(33.33% - 10px);
        height: auto;
        margin: 5px;
    }

.legends {
    width: 100%;
    margin-left: 10px;
}

.notice-announcements .text-center {
    width: 100%;
}

.footer-links .h4 {
    margin: 0 0 1rem 0;
}

    .footer-links .h4 a {
        font-weight: 600;
    }

.navbar-brand h1 {
    line-height: 0;
}

.dropdown-input {
    max-width: 250%;
    height: 30px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 11px;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.85rem;
    min-height: 0;
}

.btn-group-rdblist {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0.5rem 1rem;
    flex: 1 1 auto;
    text-align: left;
    border: 1px solid var(--primary);
    border-radius: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.subpage h4 {
    text-align: left;
}

.radiobuttonlist table {
    display: flex;
    width: 100%;
}

    .radiobuttonlist table, .radiobuttonlist table tbody {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

        .radiobuttonlist table tbody tr {
            width: calc(50% - 5px);
            margin-bottom: 10px;
        }

            .radiobuttonlist table tbody tr td {
                width: 100%;
                display: flex;
                border: 1px solid #ddd;
                padding: 12px 10px;
                border-radius: 6px;
            }

div#Proceed.btn-standard {
    text-align: left;
}

input[type="radio"] {
    position: relative;
    margin-right: 6px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    input[type="radio"] + label {
        margin-right: 10px;
        font-size: 16px;
    }

    input[type="radio"]:after {
        content: "\f111";
        font-family: 'Font Awesome 6 Pro';
        font-size: 18px;
        border-radius: 50%;
        background: #fff;
        font-weight: 300;
        color: #ccc;
        position: relative;
        top: 0px;
    }

    input[type="radio"]:checked:after, input[type="radio"]:checked:hover:after {
        font-weight: 600;
        content: "\f192";
        color: var(--primary);
    }

table tbody tr td:hover input[type="radio"]:after {
    /*background: var(--khaki);*/
}

.radiobuttonlist input[type="radio"] {
    position: relative;
    margin-right: 14px;
}

    .radiobuttonlist input[type="radio"]:after {
        content: "\f111";
        font-family: 'Font Awesome 6 Pro';
        font-size: 18px;
        border-radius: 50%;
        background: #fff;
        font-weight: 300;
        color: #ccc;
        position: relative;
        top: -1px;
    }

    .radiobuttonlist input[type="radio"]:checked:after, .radiobuttonlist input[type="radio"]:checked:hover:after {
        font-weight: 600;
        content: "\f192";
        color: var(--primary);
    }

.radiobuttonlist table tbody tr td:hover input[type="radio"]:after {
    /*background: var(--khaki);*/
}

.radiobuttonlist table tbody tr td label {
    margin-bottom: 0 !important;
}


/*Nov 4th week*/

.form-group .col-lg-6.offset-4 {
    width: 66.6%;
}

    .form-group .col-lg-6.offset-4 .form-check-inline label {
        width: auto !important;
        margin-right: 0;
    }

    .form-group .col-lg-6.offset-4 .form-check-inline {
        margin-right: 0;
    }


#scroll-to-top.show {
    bottom: 46px;
}

.ref-centre-content .qna:first-child {
    margin-top: -16px;
}

ul.announcements-all-elit ul li, ul.announcements-all-courtul ul li {
    padding: 10px 0;
}

ul.announcements-all-elit ul, ul.announcements-all-courtul ul {
    margin-bottom: 1rem;
}

.ref-centre-content h2 {
    padding: 10px;
    margin-top: 10px;
    line-height: 20px;
    color: #991b1e;
    font-weight: 500;
    background-color: #ededed;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    position: relative;
    padding-left: 20px;
    margin: 0 -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.announcements-all-elit, .announcements-all-courts {
    padding: 0;
    margin-top: 1rem;
}

    .announcements-all-elit ol li a, .announcements-all-courts ol li a {
        margin: 5px 0;
        display: inline-block;
    }

div[style="border-bottom:#cfcfcf solid 1px;"] {
    margin: 0.5rem 0 2rem 0;
    border: none !important;
}

.announcements-all-elit figure.table, .announcements-all-courts figure.table, .announcements-all-elit .table-responsive, .announcements-all-courts .table-responsive {
    background: var(--khaki-light);
    padding: 10px;
    border-radius: 10px;
}

.announcements-all-elit .table tr:last-child td, .announcements-all-courts .table tr:last-child td {
    box-shadow: none;
    border-color: #f9f9f8;
}

.ref-centre-content h4 {
    color: #333;
}

figure.image img {
    max-width: 100%;
}

.announcements-all-elit .table th:last-child, .announcements-all-elit .table td:last-child, .announcements-all-elit .table th:first-child, .announcements-all-elit .table td:first-child {
    padding: 10px;
}

.announcements-all-courts .table th:last-child, .announcements-all-courts .table td:last-child, .announcements-all-courts .table th:first-child, .announcements-all-courts .table td:first-child {
    padding: 10px;
}


.announcements-all-elit .table th, .announcements-all-elit .table td, .announcements-all-courts .table th .announcements-all-courts .table td {
    padding: 10px;
    vertical-align: top;
}

.ref-centre-content[style="text-align: justify"] {
    text-align: left !important;
}

.radio-wrapper .form-check-input input[type="radio"] {
    top: 0;
}


.form-check-input[type=radio] ~ span.radio-overlay {
    top: 8px;
}

#lblTermsAgreed input[type="checkbox"] {
    top: 9px;
}

th input[type="checkbox"], td input[type="checkbox"] {
    background: none !important;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    th input[type="checkbox"]:after {
        font-weight: 900;
        background: none;
        color: #fff;
    }


.faqsearch ~ .ref-centre-content h2 {
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 30px;
    padding-right: 30px;
}

    .faqsearch ~ .ref-centre-content h2 br {
        display: none;
    }

.faqsearch.form-group {
    margin: 0 -5px;
}

.form-group .col-lg-6.offset-lg-4 {
    padding-left: 12px;
}

    .form-group .col-lg-6.offset-lg-4 .form-check {
        padding-left: 1.25rem;
    }

.empty-state-message {
    text-align: left;
}


.form-panel-boxed .has-icon ~ .form-panel-body .empty-state-message {
    padding: 0 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.form-panel-boxed .form-panel-body .table-responsive ~ .text-center.py-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}



.form-panel-boxed .form-panel-body .modal-body .btn-group td {
    padding: 0 4px !important;
}

.form-check-input.table-radio {
    background: none;
}

    .form-check-input.table-radio span[disabled] {
        pointer-events: none;
        opacity: 0.7;
    }

.nav-left a.nav-link:not([data-bs-toggle="collapse"], [data-bs-toggle="tab"]):after {
    visibility: hidden;
    opacity: 0;
}

.nav-left ul .nav-item {
    border-bottom: 1px solid #ccc;
}

    .nav-left ul .nav-item:last-child {
        border-bottom: none;
    }

.announcement span.new {
    background: #a57cb8;
    display: inline-block;
    padding: 0 15px;
    border-radius: 36px;
    color: #fff;
    margin-right: 5px;
    font-size: 0.85rem;
}

.announcement:before {
    left: auto;
    right: 1rem;
    margin: 0;
    top: 1rem;
    width: 34px;
    height: 34px;
    font-size: 1rem;
    line-height: 34px;
}

.notice-announcements .announcement {
    position: relative;
    padding-left: 1.5rem;
    padding-right: 4rem;
}

.announcement:after {
    top: auto;
    bottom: 1rem;
}

.vertical-tab .tab-content .accordion .accordion-header > button {
    font-size: 1rem;
}

    .vertical-tab .tab-content .accordion .accordion-header > button::before {
        font-size: 1rem;
        right: -0.5rem;
    }

.vertical-tab .tab-content .accordion-header {
    border-bottom: none;
}

.vertical-tab .tab-content .accordion .accordion-header > button {
    border: none !important;
    text-decoration: none !important;
    box-shadow: none;
}

.vertical-tab .tab-content .accordion .accordion-body {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.announcement:after {
    top: auto;
    bottom: 0.5rem;
    line-height: 100%;
}

.notice-announcements .announcement {
    display: flex;
    min-height: 90px;
    justify-content: center;
}

.search-container .input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.announcementPage {
    margin: 2rem 0;
}

.ref-centre-content .qna:first-child h2 {
    border-radius: 8px 8px 0 0;
}



.announcements-all-elit li:first-child h4, .announcements-all-courts li:first-child h4 {
    border: none;
    padding: 0;
}

.form-panel-boxed .form-panel-header {
    padding: 1rem;
}

.notice-announcements .announcement:hover:after {
    display: block;
}

.notice-announcements .announcement:after {
    display: none;
}



.ref-centre-content h4 ~ div[style="border-bottom:#cfcfcf solid 1px;"] {
    border: 1px solid #ddd !important;
    border-bottom: 3px solid #a57cb8 !important;
    border-radius: 10px;
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.search-container {
    padding: 0;
    background: none !important;
    box-shadow: none;
}

.ref-centre-content h4 {
    border: none;
    padding-top: 1rem !important;
}

.ref-centre-content h2 {
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px !important;
    border: none;
    margin-top: 3rem;
}


.announcements-all-elit h4:before, .announcements-all-courts h4:before {
    content: "\f675";
    font-family: "Font Awesome 6 Pro";
    color: #a57cb8;
    font-size: 1rem;
    margin-right: 0.5rem;
}

.filling-status .btn, .book-search .btn {
    border: 1px solid #ccc !important;
}

.tab-content .accordion .accordion-body {
    padding: 1rem 1.25rem !important;
}

    .tab-content .accordion .accordion-body p:last-child {
        margin: 0;
    }

.search-container.bg-khaki-light > .form-group:first-child {
    background: var(--khaki-light) !important;
    padding: 1.5rem 2rem;
    border-radius: 8px;
}

    .search-container.bg-khaki-light > .form-group:first-child .input-group {
        margin-bottom: 0.5rem;
    }

.accordion-body > .faq-red-header ~ p ~ br {
    display: none;
}

/*Feedback starts*/
#feedback {
    border: none;
}

    #feedback .writups {
        text-align: left;
    }

        #feedback .writups strong {
            font-weight: 500;
            font-size: 1rem;
        }

    #feedback .help-block {
        font-size: 13px;
        font-weight: 500;
        color: #666;
    }

    #feedback .input-inline {
        display: inline-flex;
        align-items: center;
    }

    #feedback input[type="radio"] {
        position: relative;
        margin-right: 0.5rem;
        height: 22px;
        width: 18px;
    }

        #feedback input[type="radio"]:before {
            content: "";
            position: absolute;
            top: 0px;
            left: -3px;
            height: 22px;
            width: 22px;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 50%;
        }

        #feedback input[type="radio"]:hover:before {
            background: #bbb;
            border-color: #bbb;
        }

        #feedback input[type="radio"]:checked:before {
            background: #751c24;
            border-color: #751c24;
        }

        #feedback input[type="radio"]:checked:after {
            content: "";
            top: 6px;
            left: 3px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: white;
            position: absolute;
        }


        #feedback input[type="radio"] ~ label {
            margin-right: 1.5rem;
        }



    #feedback .form-group ~ .input-inline {
        display: flex;
        width: 100%;
        margin-bottom: 1rem;
    }



    #feedback .writups:nth-child(7) ~ .form-group {
        background: var(--khaki-light);
        padding: 1.5rem;
        border-radius: 8px;
    }



        #feedback .writups:nth-child(7) ~ .form-group ol {
            padding-left: 1rem;
        }

            #feedback .writups:nth-child(7) ~ .form-group ol li {
                margin-bottom: 0.5rem;
            }

    #feedback .form-group {
        background: var(--khaki);
        padding: 1.5rem;
        border-radius: 8px;
    }

.feedback-overlay {
    background: rgb(0 0 0 / 50%) none repeat scroll 0 0;
}
/*Feedback Ends*/

@media (max-width: 1199.98px) {
    .eservices-section .form-check.form-check-inline {
        width: 100%;
    }

    .form-group .col-lg-6.offset-lg-4 .form-check .form-check-label {
        width: auto !important;
    }
}

@media (max-width: 991.98px) {

    .form-group .col-lg-6.offset-4 {
        margin-left: 0;
    }

    .form-group .col-lg-6.offset-4 {
        width: 100%;
    }

    .notice-announcements .announcement {
        width: calc(50% - 10px);
    }

    .main-content {
        padding-bottom: 24px;
    }

    .modal .col-form-label {
        text-align: left !important;
    }

    .form-group.required .col-form-label:after {
        position: static;
    }

    .form-panel-header label.form-check {
        width: 100%;
    }

    .form-panel-header h4 {
        width: 100%;
    }

    .modal .form-panel-header {
        flex-wrap: wrap;
    }

    .filling-status {
        background: var(--primary);
    }

    .book-search {
        background: var(--secondary);
    }

    .singapore-gov .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 767.98px) {

    ul.announcements-all-elit a, ul.announcements-all-courts a {
        word-wrap: normal;
        word-break: break-all;
    }

    ul.announcements-all-elit figure.table table, ul.announcements-all-courts figure.table table {
        min-width: 500px;
    }

    .search-container {
        width: 100%;
    }

    ul.announcements-all-elit figure.table table td, ul.announcements-all-courts figure.table table td {
        padding: 10px;
        text-align: left !important;
        vertical-align: top;
    }

        ul.announcements-all-elit figure.table table td *, ul.announcements-all-courts figure.table table td * {
            text-align: left !important;
        }

    .modal-title {
        font-size: 1.25rem;
    }

    .modal-header .close {
        right: 1rem;
        top: 1rem;
    }

    .wrapper {
        overflow: hidden;
    }

    .notice-announcements .announcement {
        width: 100%;
    }

    #feedback {
        width: 100%;
    }

    .eservices-section .multi-field {
        flex-wrap: wrap;
    }

        .eservices-section .multi-field .form-group {
            flex: unset;
            width: 100%;
            margin: 0 0 5px 0;
        }

            .eservices-section .multi-field .form-group select, .eservices-section .multi-field .form-group input {
                max-width: 100%;
            }

    .announcements-all-courts figure.table, .announcements-all-elit figure.table {
        width: 100%;
        overflow: auto;
    }

    ul.announcements-all-elit, ul.announcements-all-courts {
        padding: 0;
    }

        ul.announcements-all-elit *, ul.announcements-all-courts * {
            text-align: left !important;
        }

    .search-container {
        width: 100%;
        padding: 1rem 1rem;
    }

    .announcements-all-elit .table-responsive table, .announcements-all-courts .table-responsive table {
        min-width: 500px;
    }

    .announcements-all-elit .table-responsive, .announcements-all-courts .table-responsive {
        width: 100%;
        overflow: auto;
    }

    .announcements-all-elit figure.table table, .announcements-all-courts figure.table table {
        min-width: 500px;
    }

    .announcements-all-elit .table-responsive table td, .announcements-all-courts .table-responsive table td {
        padding: 10px !important;
    }

    .announcements-all-elit figure.table table td, .announcements-all-courts figure.table table td {
        padding: 10px;
        vertical-align: top;
    }

    .qna h2 {
        margin: 0 -1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .radio-wrapper .form-text.text-muted {
        left: 1rem;
        bottom: 0.5rem;
    }

    .tag-wrapper {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }

    .radio-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .card-container .form-check {
        width: 100%;
    }

        .card-container .form-check > div {
            width: 100%;
        }

    .radio-wrapper .form-check small {
        margin-top: 10px;
    }

    .card-container .form-check .radio-wrapper small {
        margin-top: 10px;
        margin-left: 2rem;
    }

    .radio-wrapper .form-check-input input[type="radio"] {
        top: 2px;
    }

    .vertical-tab .nav-left ul.flex-column {
        height: calc(100% - 70px);
        overflow: auto;
        border: none !important;
        border-radius: 0 8px 8px 0;
    }

    .close-slideMenu {
        margin-left: auto;
        display: flex;
        margin-right: 1rem;
        width: calc(100% - 2rem);
        justify-content: center;
    }

    .row.next-steps .col, .help-support .col {
        width: 100%;
        flex: auto;
        margin-bottom: 1rem;
    }

    .form-panel-body ul +
    .form-panel-boxed {
        padding: 1.5rem;
    }

    .form-check .form-check-input {
        height: auto;
    }

        .form-check .form-check-input ~ br {
            display: none;
        }

    .faqsearch ~ .ref-centre-content h2 {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width:575.98px) {
    .masthead-button-text {
        display: block;
        margin-left: 37px;
        padding-left: 8px;
    }

        .masthead-button-text:after {
            right: auto;
            left: -12px;
        }

    .card-footer .btn, .text-center .btn {
        width: 100% !important;
    }
}

a:visited {
    color: var(--example);
}

.announcements-all-courts h4:before {
    content: "\f19c";
}

.filling-status .form-check input:checked ~ .radio-overlay:after {
    top: 5px;
    left: 5px;
}

.filling-status .form-check input:checked ~ .radio-overlay {
    border: 1px solid !important;
}

.docs-innerpage-banner-container {
    background: #faf7f7 !important;
    padding: 2rem 0;
    background-color: var(--khaki);
    text-align: left;
    min-height: 0;
    padding: 1.5rem 0;
    height: 30px;
}

.case-innerpage-banner-container {
    background: #faf7f7 !important;
    padding: 2rem 0;
    background-color: var(--khaki);
    text-align: left;
    min-height: 0;
    background: var(--primary) !important;
    padding: 0.5rem 0;
    color: var(--white);
    height: 30px;
}
/*After Login*/
table.dataTable.display tbody tr:last-child > td:empty {
    background: none !important;
}

tr.ms-WPHeader {
    text-align: left;
}

table.dataTable.display tbody th, table.dataTable.display tbody td {
    text-align: left;
}

.notice.statusmessage {
    text-align: left;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 1rem;
    background: none;
}

    .notice.statusmessage > div {
        flex: 1;
    }

.noticeContent {
    width: 40%;
}


.notice.statusmessage ol {
    font-size: 14px;
    background: var(--khaki-light);
    padding: 1rem;
    padding-left: 2rem;
    border-radius: 10px;
}

    .notice.statusmessage ol li {
        padding: 5px 0;
    }

.notice.statusmessage h4 {
    font-weight: 600;
    font-size: 1rem;
}

.noticeContent p {
    font-size: 14px;
}

.noticeImg {
    justify-content: center;
    display: inline-flex;
    align-items: flex-start;
    width: 360px;
    flex: unset !important;
}

    .noticeImg img {
        width: 260px;
        margin-top: 50px;
    }

.notice.statusmessage h3 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.notice.statusmessage:not(.expanded) {
    height: 66px;
    overflow: hidden;
    background: var(--khaki-light);
}

.noticeCollapse {
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
    padding: 1rem;
    text-align: right;
    font-size: 0.9rem;
}

    .noticeCollapse:hover {
        cursor: pointer;
    }

div#div_SearchTips, .div_Basicsearch, #div_AdvancedSearch, #div_search {
    background: var(--khaki);
    text-align: left;
    border: none;
    padding: 1rem;
    margin: 0 1rem;
    border-radius: 6px;
}

#div_AdvancedSearch, #div_search {
    margin-bottom: 1rem;
}

div#div_SearchTips ul {
    padding-left: 1rem;
    margin-top: 0.5rem;
}

    div#div_SearchTips ul li {
        padding: 5px 0;
        font-style: italic;
        font-size: 0.95rem;
    }


.div_Basicsearch {
    margin-bottom: 1rem;
}

    .div_Basicsearch tr td:first-child {
        text-align: right;
        font-weight: 600;
        padding-right: 0.5rem;
    }

    .div_Basicsearch .container_btn, #div_AdvancedSearch .container_btn, #div_search .container_btn {
        margin-left: 20%;
        margin-top: 0.5rem;
        display: flex;
        flex-direction: row-reverse;
        justify-content: end;
        width: 40%;
        align-items: center;
    }


        .div_Basicsearch .container_btn input, #div_AdvancedSearch .container_btn input, #div_search .container_btn input {
            margin-right: 8px;
        }

        .div_Basicsearch .container_btn a, #div_AdvancedSearch .container_btn a, #div_search .container_btn a {
            margin-right: auto;
            text-decoration: none;
            border: none;
        }

    .div_Basicsearch tr td input[type="text"] {
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }



.notice.statusmessage h3 span {
    margin-right: 0.5rem;
    display: inline-block;
    color: var(--info);
}

.notice.statusmessage.expanded h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.dataTable tr:last-child td[colspan] {
    padding: 0;
}

    .dataTable tr:last-child td[colspan] tr td:last-child {
        text-align: right !important;
        display: flex;
        margin-left: auto;
        justify-content: flex-end;
        border: none !important;
    }

    .dataTable tr:last-child td[colspan] tr td {
        padding: 0.25rem 1rem;
    }

        .dataTable tr:last-child td[colspan] tr td input[type="text"], .dataTable tr:last-child td[colspan] tr td select {
            height: 30px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .dataTable tr:last-child td[colspan] tr td input[type="submit"] {
            height: 30px;
            width: 32px;
            background: var(--primary);
            border: none;
            border-radius: 4px;
            color: var(--white);
        }

        .dataTable tr:last-child td[colspan] tr td td {
            padding: 0.5rem;
        }

#div_AdvancedSearch label.form-label, #div_search label.form-label {
    text-align: right;
    display: block;
    margin: 0;
    font-weight: 600;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}

#div_AdvancedSearch table, #div_search table {
    border-spacing: 5px;
    border-collapse: unset;
}

#div_AdvancedSearch .container_btn, #div_search .container_btn {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .div_Basicsearch .container_btn a span, #div_AdvancedSearch .container_btn a span {
        margin-right: 0.25rem;
        font-size: 1.25rem;
        vertical-align: middle;
    }

.container_search td {
    position: relative;
}

    .container_search td input[type="checkbox"] ~ label {
        margin-left: 2rem;
    }

    .container_search td input[type="checkbox"]:after {
        top: 8px;
        margin-left: 0.5rem;
        background: none;
        color: #fff;
        font-weight: 600;
    }

    .container_search td input[type="checkbox"]:checked:after, .container_search td input[type="checkbox"]:checked:hover:after {
        color: var(--primary);
    }

div#div_SearchTips {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.div_Basicsearch, #div_AdvancedSearch, #div_search {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    #div_AdvancedSearch input[type="text"], #div_AdvancedSearch select, #div_search input[type="text"], #div_search select {
        min-height: 34px;
        padding: 0 8px;
    }

.ms-WPHeader .search.down {
    display: none;
}

h3.ms-standardheader {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.field_smalldt {
    max-width: 30%;
    height: 25px;
    padding-left: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
}

.clds-options-container {
    padding: 8px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 0.8rem;
    border-bottom: 1px solid #ddd;
}

.ashBorder {
    border: 1px solid #E1E1E1;
    line-height: normal;
    margin: 0;
    padding: 2px;
}

.ms-WPBorder.ashBorder a {
    color: #831111;
}

.multiselectBox {
    width: 100%;
    white-space: normal;
    overflow: auto;
    margin-top: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 206px;
}

.ListViewContainer td:last-child .multiselectBox {
    height: auto;
}


.multiselectHeader {
    font-weight: 500 !important;
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.statusmessage table tbody > tr > td:not([colspan]) {
    width: 25%;
    text-align: left;
    padding-right: 10px;
    vertical-align: top;
}

.multiselectBox option {
    white-space: normal;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 12px;
}

.dateContainer input[type="text"] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    max-height: 30px;
    margin-right: 6px;
    font-size: 14px;
    padding: 5px;
}

.dateContainer {
    display: flex;
    width: 100%;
    align-items: center;
}

    .dateContainer .fontssize {
        width: 90px;
        text-align: right;
        padding-right: 5px;
    }

.specificDate {
    background: #fff;
    padding: 0.5rem;
    border-radius: 5px;
    margin-right: 2px;
    margin-top: 5px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.ashBorder {
    border-radius: 6px;
}

.selectView select {
    height: auto;
    font-size: 0.85rem;
    min-height: 0;
}

button, input, optgroup, select, textarea {
    font-family: 'Roboto' !important;
}

.multiselectBox::-webkit-scrollbar {
    width: 16px; /* Total width of the scrollbar */
}

.multiselectBox::-webkit-scrollbar-track {
    background: #fff; /* Light background color for the track */
    border-radius: 10px; /* Rounded corners for the track */
    margin: 2px; /* Creates a visible gap inside the track */
}

.multiselectBox::-webkit-scrollbar-thumb {
    background: #7d7d7d; /* Gray color for the thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
    border: 5px solid #fff; /* Space around the thumb to match the track background */
}

    .multiselectBox::-webkit-scrollbar-thumb:hover {
        background: #333333; /* Gray color for the thumb */
    }

table.dataTable.display table tbody tr:last-child > td, table.dataTable.display table tbody tr {
    background: none !important;
    padding-top: 10px;
}

section.case-innerpage-banner-container {
    background: none !important;
}

    section.case-innerpage-banner-container h3 {
        color: #333;
        font-weight: 600;
    }

    section.case-innerpage-banner-container .container {
        padding: 0;
        max-width: 100% !important;
    }

section.docs-innerpage-banner-container {
    max-width: 100% !important;
    height: auto;
    background: none;
    margin: 0 !important;
    display: flex;
    background: none !important;
    padding: 10px 0;
}

    section.docs-innerpage-banner-container .container {
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        section.docs-innerpage-banner-container .container > div:not(:first-child) {
            margin-left: 10px;
        }

        section.docs-innerpage-banner-container .container .caseStatus {
            font-size: 0.9rem;
            padding: 5px 10px;
            line-height: 100%;
            border-radius: 18px;
            background: var(--example);
            color: #fff;
            border: none;
        }

.ms-WPBorder.contentDocFilter {
    display: flex;
    flex-wrap: wrap;
}

    .ms-WPBorder.contentDocFilter h3.text-start.my-3 {
        width: 100%;
    }

    .ms-WPBorder.contentDocFilter .vertical-tab {
        width: 200px;
    }

        .ms-WPBorder.contentDocFilter .vertical-tab + section.py-5 {
            width: calc(100% - 215px);
            padding: 0 !important;
            margin-left: 15px;
        }

            .ms-WPBorder.contentDocFilter .vertical-tab + section.py-5 .container {
                margin: 0;
                padding: 0;
                width: 100%;
            }

                .ms-WPBorder.contentDocFilter .vertical-tab + section.py-5 .container .tab-content {
                    padding: 0;
                }

.contentLeftMenu a {
    border: none;
    font-size: 14px;
    padding: 6px 0;
    display: block;
}

    .contentLeftMenu a img {
        margin-right: 5px;
        display: inline-block;
        width: 16px;
    }

.search-container .input-group .btn + .btn-outline-primary {
    font-size: 1rem;
    border-radius: 6px;
}

.notes {
    background: var(--khaki);
    text-align: left;
    border: none;
    padding: 1rem;
    margin-right: 5px;
    border-radius: 6px;
    /* margin-top: -1.5rem; */
}

    .notes > div:not(.input-group) {
        border-top: 1px solid rgba(0,0,0,0.2);
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 0.5rem 1rem 0 1rem;
    }

    .notes div:not(.input-group) ul li {
        padding: 5px 0;
        font-style: italic;
        font-size: 0.95rem;
    }

    .notes .input-group {
        margin-bottom: 1rem;
    }

td[colspan="15"]:empty {
    display: none;
}

.div_mailsearch tr td input[type="text"] {
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

div#div_mailsearch, .div_mailsearch, #div_AdvancedSearch, #div_search {
    background: var(--khaki);
    text-align: left;
    border: none;
    padding: 0px;
    padding-top: 10px;
    margin: 0 1rem;
    border-radius: 6px;
}

.sbsearch {
    font-size: 0.8rem;
    min-width: 150px;
}

.error-highlight {
    color: #971c1f;
    font-size: 1.1em;
}

.ddldropdownReports {
    height: 0px;
    width: 156px;
    font-size: 0.85rem;
    min-height: 30px;
}

.Reportfield_smalldt {
    max-width: 30%;
    height: 25px;
    padding-left: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
}

.Reportfield_long {
    max-width: 250%;
    height: 30px;
    padding: 12px 20px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 11px;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


div#ctl00_PlaceHolderMain_rptFEReportFeesReport_rptReportViewer_HttpHandlerMissingErrorMessage {
    border-color: transparent;
}

div#SB_SearchDiv {
    padding-bottom: 10px;
    padding-top: 10px;
}

.no-bullets, .no-bullets li {
    list-style-type: none;
}

.pnlreportviewer {
    height: 400px;
    width: 1500px;
    white-space: normal;
    overflow: auto;
    padding-top: 75px;
    margin-top: -20px;
    border-radius: 5px;
    border-top: 0px;
}

.feesrptddl1 {
    width: 145px;
}

.feesrptddl2 {
    width: 110px;
}

.dataTable tr:last-child td[colspan] tr:hover {
    background: unset !important;
}

#div_AdvancedSearch {
    border-radius: 6px 6px 0 0;
}

.caseContent {
    width: 100%;
    text-align: left;
}

table.dataTable.display tbody > tr:nth-child(2) td {
    background: none !important;
}

table.dataTable.display tbody tr:last-child > td:not([colspan]) {
    background: none !important;
}

table.dataTable.display tbody tr:first-child > td[colspan] {
    background: none !important;
}

.case-content-panel {
    border: 1px solid #ccc;
    border-radius: 8px !important;
    padding: 16px;
    display: block;
    margin-bottom: 1rem;
    box-shadow: none;
    border-bottom: 4px solid #ddd;
    min-height: 100px;
    margin-left: 7px;
}

    .case-content-panel h3 {
        color: #751c24;
        font-size: 20px;
    }

        /* .case-content-panel table h3 {
        color: #333;
        font-size: 16px;
        font-weight: bold;
    }*/

        .case-content-panel h3:before {
            content: '\e1d2';
            font-family: 'Font Awesome 6 Pro';
            margin-right: 7px;
        }


    .case-content-panel h4 {
        margin-top: 20px;
    }

    .case-content-panel table h3:before {
        display: none;
    }

.formPreview {
    display: inline-block;
    width: calc(33.33% - 3px);
    flex-wrap: wrap;
    padding-right: 15px;
    margin-bottom: 1rem;
    vertical-align: top;
}

    .formPreview .col-form-label {
        width: 100%;
        font-size: 16px;
    }

    .formPreview .dataStatic {
        font-size: 15px;
        font-weight: 600;
        width: 100%;
        margin-top: 0;
    }

    .formPreview table tr:last-child td:last-child {
        background: none !important;
        border-radius: 10px 10px 10px 10px;
        border: none;
    }


    .formPreview.formPreviewFluid {
        width: 100%;
        max-width: 100%;
    }


        .formPreview.formPreviewFluid .dataStatic > table, .formPreview.formPreviewFluid .dataStatic > table tbody {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .formPreview.formPreviewFluid .dataStatic > table {
            padding: 1rem;
            border-radius: 10px;
            background: var(--khaki-light);
            border: 1px solid var(--khaki);
        }

            .formPreview.formPreviewFluid .dataStatic > table tr {
                width: calc(33.3% - 10px);
                display: inline-flex;
            }

                .formPreview.formPreviewFluid .dataStatic > table tr td {
                    display: flex;
                    width: 100%;
                    margin-bottom: 1rem;
                }

                    .formPreview.formPreviewFluid .dataStatic > table tr td label {
                        font-weight: 400;
                        font-size: 0.85rem;
                    }

                    .formPreview.formPreviewFluid .dataStatic > table tr td span {
                        position: relative;
                        display: block;
                        width: 100%;
                        padding-left: 30px;
                    }

                        .formPreview.formPreviewFluid .dataStatic > table tr td span input {
                            position: absolute;
                            left: 0;
                            top: 6px;
                        }

    .formPreview input[type="radio"] {
        position: relative;
        margin-right: 14px;
    }

        .formPreview input[type="radio"]:after {
            content: "\f111";
            font-family: 'Font Awesome 6 Pro';
            font-size: 18px;
            border-radius: 50%;
            background: #fff;
            font-weight: 300;
            color: #ccc;
            position: relative;
            left: -2px;
            top: -5px;
        }

    .formPreview.formPreviewFluid .dataStatic > table tr td span[disabled] input[type="radio"]:after {
        color: #eee;
    }

    .formPreview input[type="radio"]:checked:after, .formPreview input[type="radio"]:checked:hover:after {
        font-weight: 600;
        content: "\f192";
        color: var(--primary);
    }

    .formPreview.formPreviewFluid .dataStatic > table tr td span[disabled] input[type="radio"]:checked:after {
        color: rgb(117 28 36 / 80%);
    }

    .formPreview table tbody tr td:hover input[type="radio"]:after {
        background: var(--khaki);
    }

.caseContentmodal .case-content-panel h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .caseContentmodal .case-content-panel h3::before {
        display: none;
    }

.caseContentmodal .case-content-panel {
    padding-top: 0.75rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

section.docs-innerpage-banner-container ~ .horizontal-tab.accordion-tab {
    margin-bottom: 1.5rem;
}

table.dataTable.display tbody th {
    border-top: none;
}

.has-empty-col div > table > tbody > tr > td[colspan="3"] > table > tbody > tr > td:empty {
    display: none;
}

.case-content-panel h4 ~ table, .case-content-panel h4 ~ div > table {
    margin-top: 1.5rem;
}

h5.modal-title {
    color: #333;
    font-weight: 600;
    font-size: 1.5rem;
}

input[src*="calendar_iconNew.gif"] {
    width: 16px;
    height: auto;
    margin-top: -4px;
}

input[src*="icon_calNew.gif"] {
    width: 16px;
    height: auto;
    margin-top: -4px;
}

label.col-form-label.text-end {
    display: block;
    font-size: 0.85rem;
    font-weight: 500 !important
}

#tdIncludeCBSFee input {
    margin-left: 10px;
}

.RptListViewContainer {
    display: flex;
    justify-content: space-between;
}

    .RptListViewContainer > div {
        width: 48%;
    }

.multiselectBox option:last-child {
    border-bottom: none;
}

.RptListViewContainer > div select {
    height: 120px;
}

img[src*="icon_calNew.gif"] {
    width: 16px;
    height: auto;
    margin-top: -4px;
}

.menunav-item {
    text-transform: uppercase;
}

.hrborder {
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
}

.fontssize {
    font-size: 14px;
    font-weight: normal;
}

.tblheader {
    color: var(--primary) !important;
    background-color: var(--white);
    text-decoration: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}

.Initiate-a-hearing img {
    border-radius: 50%;
    width: 180px;
}

.Initiate-a-hearing .image-icon {
    display: inline-flex;
    margin: auto;
    position: relative;
}

    .Initiate-a-hearing .image-icon:after {
        content: "";
        position: absolute;
        left: 8px;
        top: 8px;
        height: calc(100% - 16px);
        width: calc(100% - 16px);
        border-radius: 50%;
        outline: 8px solid #f3f3f3;
        border: 4px solid #fff;
    }

.dataTable tr:last-child td[colspan] tr td a {
    border: none;
    padding-bottom: 0;
}

    .dataTable tr:last-child td[colspan] tr td a[disabled]:not(.PreviousAndNext) {
        background: #761c24;
        color: #fff;
        padding: 5px;
        border-radius: 4px;
        min-width: 26px;
        display: flex;
        justify-content: center;
    }

.contentLeftMenu td {
    vertical-align: text-bottom;
}

.accordion-body > table > tbody > tr > td[colspan="2"] > table {
    width: auto;
}

    .accordion-body > table > tbody > tr > td[colspan="2"] > table td input {
        margin-right: 0.5rem;
    }

.case-content-panel h3 ~ table tr:first-child h4 {
    margin-top: 0;
}

.docTreeViewt {
    text-wrap: auto;
    min-width: 175px;
    text-align: left;
    font-size: 14px;
}

/* wizard (step) styles */
table.tableflow {
    margin: 0 0 1em;
    font-size: 14px;
    width: 100%;
}

.flow {
    background: url(/_layouts/images/IELS/flow.gif) no-repeat;
    width: 120px;
    height: 15px;
    padding: 0 70px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: normal;
}

    .flow.down {
        background-image: url(/_layouts/images/IELS/flow_down.gif);
    }

    .flow a {
        display: block;
        text-decoration: none;
        color: #fff;
    }

.flowtop {
    text-align: center;
    padding: 0 6px 2px 0;
    background: none;
}

    .flowtop span {
        /* border-bottom: 3px solid #DFD2C2; */
        display: block;
    }

    .flowtop.down span {
        /* border-bottom-color: #B89774; */
    }

.steps {
    font-size: 0.75rem;
}
/* end of wizard (step) styles */
.docs-content-panel {
    border: 1px solid #ccc;
    border-radius: 8px !important;
    padding: 5px;
    display: block;
    margin-bottom: 1rem;
    box-shadow: none;
    border-bottom: 4px solid #ddd;
}

.caseheader {
    height: 50px;
    width: 100%;
    margin-top: -20px;
    background: #faf7f7 !important;
}

.docslabelfontsize {
    font-size: 14px;
    font-weight: normal;
    font-weight: 500 !important;
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
    line-height: 0.65rem;
    margin-top: 0px;
    padding-left: 10px;
}




.mailBoxSearchContainer {
    background: var(--khaki) !important;
    border-radius: 6px;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .mailBoxSearchContainer .search {
        display: flex;
    }

    .mailBoxSearchContainer > div {
        font-size: 14px;
    }

        .mailBoxSearchContainer > div.divDateRangeFilter {
            width: 40%;
            flex: unset;
            display: flex;
            max-width: 320px;
            align-items: flex-end;
        }

    .mailBoxSearchContainer .search {
        margin-left: auto;
        width: unset !important;
    }

    .mailBoxSearchContainer > div.divDateRangeFilter .searchForm-group {
        flex: 1;
        position: relative;
    }

        .mailBoxSearchContainer > div.divDateRangeFilter .searchForm-group:last-child {
            flex: unset;
        }

.searchForm-group label {
    width: 100%;
}

.mailBoxSearchContainer > div.divDateRangeFilter .searchForm-group input[type="text"], .mailBoxSearchContainer .search .field input[type="text"], .mailBoxSearchContainer .searchForm-group select {
    width: calc(100% - 5px) !important;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 0 10px;
}


.mailBoxSearchContainer .search .field {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 5px;
    min-width: 400px;
}

.mailBoxSearchContainer input[type="submit"], .mailBoxSearchContainer #button_clear {
    line-height: 34px !important;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

.mailBoxSearchContainer .searchForm-group select {
    max-width: 200px;
}

.mailBoxSearchContainer > div.submittedBy {
    max-width: 160px;
    margin-left: auto;
}

.mailBoxSearchContainer > div.divDateRangeFilter .searchForm-group img {
    position: absolute;
    bottom: 8px;
    right: 15px;
}

.quick-access.horizontal-tab .tab-content {
    border-top: 1px solid var(--primary);
    border-radius: 0;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
}

.quick-access {
    margin-top: -8px;
    margin-bottom: 32px;
    padding-top: 10px;
}

    .quick-access .nav.nav-tabs {
        margin: 0;
    }

    .quick-access.horizontal-tab a.nav-link {
        padding-bottom: 16px;
    }

    .quick-access.horizontal-tab .tab-content .tab-pane {
        background: #fff !important;
    }

    .quick-access.horizontal-tab .tab-content .trdivtag {
        background: #fff !important;
        height: auto !important;
    }

    .quick-access.horizontal-tab .tab-content .tab-pane.fade.show {
        padding: 0 !important;
    }

.accordion-tab .tab-content > .tab-pane {
    border-radius: 0;
}

.quick-access .anylinkmenu ul li a {
    justify-content: center;
}



.quick-access .QuickAccessdiv {
    margin-top: 0 !important;
    display: inline-block !important;
    width: 100% !important;
}

.quick-access.horizontal-tab .tab-content .tab-pane .accordion-body {
    padding: 0 !important;
}

.quick-access.horizontal-tab .tab-content .tab-pane.fade, .accordion-tab .tab-content > .tab-pane.active {
    opacity: 0 !important;
    transition: none !important;
    display: none !important;
}

    .quick-access.horizontal-tab .tab-content .tab-pane.fade.show {
        display: block !important;
        opacity: 1 !important;
    }

        .quick-access.horizontal-tab .tab-content .tab-pane.fade.show .trdivtag {
            display: block !important;
        }

.quickAccessCollapse {
    margin-left: auto;
    border: 1px solid #666;
    width: 30px;
    height: 30px;
    margin-top: 4px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

    .quickAccessCollapse:hover {
        cursor: pointer;
    }

    .quickAccessCollapse:after {
        content: "\f078";
        font-family: "Font Awesome 6 Pro";
        color: #666;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        transform: rotate(180deg);
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
    }

.accordion-tab .nav-tabs .nav-tabs a {
    font-size: 14px !important;
    color: #333;
}

.accordion-tab .nav-tabs .nav-tabs .active a {
    color: var(--primary);
}

.caseContent table.dataTable .form-check {
    margin-left: 20px;
}

.quick-access .nav.nav-tabs.collapsed .quickAccessCollapse:after {
    transform: rotate(0);
}

.quick-access.horizontal-tab .tab-content.collapsed {
    height: 0;
    border: none;
    overflow: hidden;
}

.quick-access .nav.nav-tabs.collapsed a.nav-link {
    border: none !important;
}

.anylinkmenu ul li a img {
    height: 34px;
}

.mandatory {
    color: red;
}

.divnext {
    width: 100%;
}

.uploadName {
    width: calc(100% - 5px) !important;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

table.tableUpload tbody th {
    border-bottom: 4px solid var(--primary);
    padding: 0;
    font-size: 0.9rem;
    text-transform: uppercase !important;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
}

table.tableUpload tbody tr:hover {
    background: #fff !important;
}

.tableUpload {
    color: var(--primary) !important;
    background-color: var(--white);
    display: block;
    text-decoration: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}

.caseSearchContainer {
    background: var(--khaki) !important;
    border-radius: 6px;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: -10px;
    width: calc(100% - 5px) !important;
}

.collaborateSearch {
    min-width: 100px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto';
}

input.case-field-long {
    width: 230px;
}

.case-field-long {
    max-width: 250%;
    height: 40px;
    padding: 12px 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 11px;
    color: #000;
    font-family: 'Roboto' !important;
}

.header-action {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.case-content-panel {
    position: relative;
}

.header-action a {
    font-size: 0.85rem;
    margin-left: 0.5rem;
    border: none;
    padding: 0.5rem;
    border: 1px solid var(--primary);
    border-radius: 6px;
    color: var(--primary) !important;
    display: inline-block;
}

    .header-action a i {
        margin-right: 0.25rem;
        font-size: 1rem;
    }

    .header-action a:hover {
        background: var(--secondary);
        border-color: var(--secondary);
        color: #fff !important;
    }

.caseContentmodal .form-group {
    width: calc(50% - 20px);
    float: left;
    margin-left: 10px;
}

    .caseContentmodal .form-group select, .caseContentmodal .form-group input[type="text"] {
        width: calc(100% - 100px) !important;
        height: 36px;
        padding: 5px 5px;
        border-radius: 4px;
        border: 1px solid #ccc;
        font-family: 'Roboto';
    }

.caseContentmodal .case-content-panel h3 span {
    color: #751c24;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto';
}

.caseContentmodal .form-group {
    width: calc(50% - 20px);
    float: left;
    margin-left: 10px;
}

    .caseContentmodal .form-group select, .caseContentmodal .form-group input[type="text"] {
        width: calc(100% - 100px) !important;
        height: 36px;
        padding: 5px 5px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

.caseContentmodal .case-content-panel h3 span {
    color: #751c24;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto';
}

.caseContentmodal .form-group {
    width: 100%;
    display: flex;
    margin-left: 10px;
    flex-wrap: wrap;
    line-height: normal;
}

    .caseContentmodal .form-group select, .caseContentmodal .form-group input[type="text"] {
        width: calc(100% - 20%) !important;
        height: 36px;
        padding: 5px 5px;
        border-radius: 4px;
        border: 1px solid #ccc;
        max-width: 500px;
        font-size: 14px;
    }

.caseContentmodal .case-content-panel h3 span {
    color: #751c24;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto';
}

.caseContentmodal .form-group .col-form-label {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
    padding-top: 4px;
}

.caseContentmodal .form-group .form-field table {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

.form-field .container_btn .btn {
    height: auto;
}


.form-groupAction a {
    border: 1px solid var(--primary);
    padding: 8px 14px;
    display: inline-block;
    border-radius: 4px;
    font-size: 13px;
    color: var(--primary);
}

.addAlias {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    width: calc(100% - 100px) !important;
}


table.dataTable.display tbody tr:not(:first-child) td table tbody tr td {
    border-color: #fff !important;
}

.formPreview.formPreviewFluid .dataStatic > table, .formPreview.formPreviewFluid .dataStatic > table tbody, .formPreview.formPreviewFluid .dataStatic > table tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.ms-WPBorder.contentDocFilter .ms-WPBorder.contentDocFilter .caseContent {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.contentDocFilter div#navLeft {
    width: auto;
    margin: 0 !important;
}

    .contentDocFilter div#navLeft ul#faqsidemenu {
        margin-right: 16px;
    }

.ms-WPBorder.contentDocFilter .vertical-tab {
    width: 100% !important;
}

table.dataTable.display tbody tr:last-child:not(:first-child) td[colspan] {
    border: none !important;
    border-radius: 10px;
}

#advSearchInfo .modal-header h2 {
    font-style: normal;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#advSearchInfo .modal-header {
    padding-bottom: 0;
}

#advSearchInfo .modal-body table.table {
    border: none !important;
    font-style: normal;
}

    #advSearchInfo .modal-body table.table thead th {
        border-bottom: 4px solid var(--primary);
        padding: 0;
        font-size: 0.9rem;
        text-transform: uppercase !important;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        vertical-align: bottom;
        color: var(--primary);
    }

    #advSearchInfo .modal-body table.table thead th, #advSearchInfo .modal-body table.table tbody td {
        font-size: 0.9rem;
        padding: 0.75rem;
    }

    #advSearchInfo .modal-body table.table tbody td, #advSearchInfo .modal-body table.table tbody th {
        border-bottom: 1px solid #ddd;
    }


    #advSearchInfo .modal-body table.table tbody th {
        padding-left: 20px;
        vertical-align: middle;
        color: var(--primary);
    }

#advSearchInfo .btn-primary {
    border-radius: 6px;
    font-size: 1rem;
}

.Popup {
    border: none;
    border-radius: 10px;
}

#advSearchInfo .modal-body {
    padding-bottom: 0;
}

.dataTable tr:last-child td[colspan] a {
    border: none;
}

.dataStatic a {
    color: var(--primary) !important;
}

.hasEmptyDataTemplate td[colspan].select-checkbox::before, .EmptyDataTemplate th.select-checkbox:before {
    display: none !important;
}


.hasEmptyDataTemplate td[colspan].select-checkbox::before, .EmptyDataTemplate th.select-checkbox:before {
    display: none !important;
}

table.dataTable.display .EmptyDataTemplate table thead th {
    border-bottom: 4px solid var(--primary);
    background: none !important;
    color: var(--primary) !important;
}


.EmptyDataTemplate {
    margin-top: 10px;
}

table .dataTable.display tbody th {
    color: var(--primary) !important;
}

.hasEmptyDataTemplate .EmptyDataTemplate table.display.dataTable tbody td[colspan] {
    display: table-cell !important;
    text-align: left !important;
}

input[type="checkbox"] {
    position: relative;
}

.caseContentmodal .form-group .col-form-label {
    width: 300px;
    text-align: right;
}

.caseContentmodal .form-group .form-field {
    width: calc(100% - 316px);
    margin-left: auto;
}

.form-groupAction {
    padding-left: 326px;
    margin-bottom: 1rem;
}

.caseContentmodal .form-group .col-form-label ~ span.mandatory {
    position: relative;
}

.caseContentmodal .form-group .mandatory ~ .form-field {
    margin-left: 8px;
}



.caseContentmodal .form-group .form-field input[type="radio"] {
    position: relative;
    margin-right: 14px;
}

    .caseContentmodal .form-group .form-field input[type="radio"]:after {
        content: "\f111";
        font-family: 'Font Awesome 6 Pro';
        font-size: 18px;
        border-radius: 50%;
        background: #fff;
        font-weight: 300;
        color: #ccc;
        position: relative;
        top: 0px;
    }

    .caseContentmodal .form-group .form-field input[type="radio"]:checked:after, input[type="radio"]:checked:hover:after {
        font-weight: 600;
        content: "\f192";
        color: var(--primary);
    }

.caseContentmodal .form-group .form-field.radioContainer table {
    width: auto;
}

    .caseContentmodal .form-group .form-field.radioContainer table td {
        padding-right: 20px;
    }

.caseContentmodal .form-group .form-field .multi-field {
    max-width: 400px;
}

.btn-small {
    height: auto !important;
}

#tblSaveCancel td {
    text-align: center;
}

    #tblSaveCancel td .btn {
        height: auto;
    }

.hasTableW100 input[type="radio"] {
    top: -8px;
}

.hasTableW100 td {
    position: relative;
    padding-bottom: 10px;
}

.noBg {
    background: none !important;
}

.container_submit .btn:hover {
    color: #fff;
}

.container_submit .btn {
    height: auto;
    font-weight: 400;
    color: var(--primary);
}

div.container_submit .btn-primary {
    color: #fff;
}

.hasMultiselectListbox {
    display: flex;
    width: calc(100% - 100px) !important;
}

    .hasMultiselectListbox > div {
        flex: 1;
    }

        .hasMultiselectListbox > div.hasMultiselectListboxAction {
            flex: unset;
            width: 80px;
            text-align: center;
            align-items: center;
            justify-content: center;
            display: flex;
            flex-wrap: wrap;
            align-content: center;
        }

.caseContentmodal .form-group .hasMultiselectListbox > div select {
    width: 100% !important;
    min-height: 100px;
    font-family: 'Roboto';
}

    .caseContentmodal .form-group .hasMultiselectListbox > div select option, .caseContentmodal .form-group .form-field input[type="radio"] ~ label {
        font-family: 'Roboto';
    }


    .caseContentmodal .form-group .hasMultiselectListbox > div select option {
        padding: 5px;
    }

.hasMultiselectListbox > div.hasMultiselectListboxAction br {
    display: none;
}

.hasMultiselectListbox > div.hasMultiselectListboxAction input {
    width: calc(100% - 20px);
    margin: 5px 0;
    padding: 6px;
    background: #666;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

option, optgroup {
    font-family: 'Roboto' !important;
}

.hasMultiselect select option {
    padding: 5px;
}

#tblApply td {
    text-align: center;
}

#btnSolicitorFilter {
    visibility: hidden;
}

.hasTableW100 label {
    font-size: 13px;
}

.form-field * {
    font-size: 16px;
}

.watermarked {
    font-size: 13px !important;
    color: #898484;
}

body, html {
    padding: 0 !important;
}

.hasField .dataStatic input[type="checkbox"] {
    position: absolute;
    opacity: 0.4;
}

.dataStatic textarea {
    width: 100%;
}

div#divCcapa {
    width: 100%;
}

.dataStatic.radioContainer input {
    top: 6px;
    margin-left: 10px;
    opacity: 0.4;
}

.dataStatic.radioContainer table tr td:first-child input {
    margin-left: 0;
}

.formPreview.hasField .dataStatic {
    position: relative;
    padding-left: 20px;
}

.formPreview.formPreviewFluid .dataStatic > table tbody tr {
    width: 33.33%;
}

.case-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: none;
    border-radius: 10px
}

.collaborationtxtarea {
    min-height: 200px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px !important;
    padding-left: 5px;
}

.modalBox .modal-header {
    border-bottom: 1px solid #ddd;
}

.ms-WPBorder.contentDocFilter .vertical-tab.hasLeftNavigation {
    width: 100%;
}

    .ms-WPBorder.contentDocFilter .vertical-tab.hasLeftNavigation div#navLeft {
        width: 220px;
    }

    .ms-WPBorder.contentDocFilter .vertical-tab.hasLeftNavigation .contentRight {
        width: calc(100% - 0px);
        margin-left: 20px;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 10px;
    }

    .ms-WPBorder.contentDocFilter .vertical-tab.hasLeftNavigation .notes {
        margin-right: 0;
    }

.contentRight span.container_btn input[type="submit"] {
    padding-left: 8px;
    padding-right: 8px;
}

.contentRight span.container_btn {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 4px 4px;
}

.btn-center.bg-khaki {
    padding: 1rem !important;
    border: none;
    border-radius: 10px;
}

    .btn-center.bg-khaki .container {
        padding: 0;
        max-width: 100% !important;
    }

.ms-WPBorder.contentDocFilter .ms-WPBorder.contentDocFilter .documentContent {
    justify-content: flex-end;
    text-align: left;
}

.container_submit td {
    text-align: center;
}

.dataTable tr:last-child td[colspan] tr td:last-child tr {
    padding: 0 !important;
}

    .dataTable tr:last-child td[colspan] tr td:last-child tr td {
        padding-top: 0;
        border: none !important;
    }

@media only screen and (max-width: 1023.98px) {
    .afterLogin .navbar-toggler:after {
        font-family: 'Font Awesome 6 Pro';
        font-size: 18px;
        font-weight: 600;
        content: "\f007";
        );
    }

    .afterLogin .navbar .navbar-toggler {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #dfdfdf;
        border-radius: 50%;
    }

    .afterLogin .navbar-expand-lg .navbar-nav .nav-item.user-login .btn.btn-outline-primary {
        /* position: static; */
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        background: none;
        top: 50%;
        margin-top: -15px;
        right: 5px;
    }

    .afterLogin .navbar-expand-lg .navbar-nav li.nav-item.user-details strong span {
        color: #fff;
        margin: 0;
        margin-left: -3px;
    }

    .afterLogin .navbar-expand-lg .navbar-nav li.nav-item.user-details {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        padding-left: 10px;
        background: var(--primary);
        padding-right: 40px;
        color: #fff;
    }

        .afterLogin .navbar-expand-lg .navbar-nav li.nav-item.user-details .userIcon {
            display: none;
        }

    .afterLogin .navbar-expand-lg .navbar-nav .nav-item a.nav-link {
        color: var(--black);
    }

    .afterLogin .navbar-expand-lg .navbar-collapse {
        background: #fff;
        box-shadow: none;
        top: 87px;
        height: calc(100% - 87px) !important;
        overflow: auto;
        padding: 0;
    }

        .afterLogin .navbar-expand-lg .navbar-collapse.nav-open {
            box-shadow: 0px 20px 15px rgb(0 0 0 / 30%);
        }

    .afterLogin .navbar .navbar-toggler.active {
        background: var(--primary);
        color: var(--white);
    }

    .afterLogin .navbar-expand-lg .navbar-nav {
        display: block;
        overflow: auto;
        width: 100%;
        height: 100%;
        padding: 1rem;
        margin: 0;
        padding-bottom: 1.5rem;
    }

    body.afterLogin.nav-open {
        right: 0;
    }

    .afterLogin .wrapper.sticky .navbar-container.nav-open {
        left: 0;
    }

    .afterLogin .navbar-expand-lg .navbar-nav li.nav-item.user-details strong {
        margin: 3px 0;
        margin-left: 2px;
    }
}

.ms-WPBorder.contentDocFilter {
    width: 100%;
}

.quick-access.horizontal-tab a.nav-link {
    padding-bottom: 16px;
    font-size: 0.95rem !important;
    font-weight: 500;
}


@media only screen and (max-width: 991.98px) {
    .mailBoxSearchContainer {
        flex-wrap: wrap;
    }

        .mailBoxSearchContainer > div.divDateRangeFilter {
            width: 100%;
            max-width: 100%;
        }

        .mailBoxSearchContainer .search {
            width: 100% !important;
            margin: 0;
            margin-top: 10px;
        }

    .caseContent > table td > div {
        overflow: auto;
        width: 100%;
    }

    .mailBoxSearchContainer .search .field {
        width: 100%;
        min-width: 0;
    }

    .mailBoxSearchContainer > div.submittedBy {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .mailBoxSearchContainer .searchForm-group select {
        max-width: 100%;
    }

    .mailBoxSearchContainer .search .field {
        width: 100%;
        min-width: 0;
    }

    .mailBoxSearchContainer > div.divDateRangeFilter {
        margin-bottom: 10px;
    }

    .container_btn .btn-small {
        margin: 2px;
    }

    .quick-access .nav.nav-tabs {
        display: flex !important;
    }

    .quick-access {
        padding-left: 1rem;
        padding-right: 0;
    }

        .quick-access.horizontal-tab.accordion-tab {
            overflow: auto;
        }

    .anylinkmenu ul li {
        min-width: 100px;
    }
}

.hide, .hide_case {
    display: none;
}

.adminButtonContainer {
    padding: 10px;
    text-align: center;
}

select, input[type="text"], input[type="password"] {
    height: 36px;
    padding: 5px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.modalCustom {
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0 !important;
}

    .modalCustom .modal-dialog {
        height: calc(100% - 60px);
        max-width: 800px;
        margin: 30px auto;
        background: #fff;
        overflow: auto;
        border-radius: 10px;
    }

    .modalCustom .multifield-group {
        display: flex;
    }

.multifield-group .multiField:last-child:after {
    display: none;
}

.modalCustom.caseContentmodal .form-group .multiField input[type="text"] {
    width: unset !important;
}

.modalCustom .form-field input[type="checkbox"] {
    top: 4px;
}

.modalCustom.caseContentmodal .form-group .col-form-label {
    width: 200px;
}

.modalCustom.caseContentmodal .form-group .form-field {
    width: calc(100% - 216px);
}

.collapseicon-action {
    position: absolute;
    left: 0.3rem;
}

.billDetails-header {
    padding-left: 15px;
}
/* error & status messages styles */
#formstatusmessage, .formstatusmessage {
    padding: 0.8em 0.8em 0.8em 2.8em;
    margin-bottom: 1.5em;
    border-top: 1px solid;
    border-bottom: 1px solid;
    line-height: 1.2em;
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

    #formstatusmessage.error, .formstatusmessage.error {
        background-color: #faf0f0;
        background-image: url(/_layouts/images/IELS/icon_status_error.gif);
        color: #CC0000;
        border-color: #e5a1a1;
    }

    #formstatusmessage.warning, .formstatusmessage.warning {
        background-color: #FFEFD5;
        background-image: url(/_layouts/images/IELS/icon_status_warning.gif);
        color: #EF820E;
        border-color: #FFC86A;
    }

    #formstatusmessage.notice, .formstatusmessage.notice {
        background-color: #f0f8fc;
        background-image: url(/_layouts/images/IELS/icon_status_notice.gif);
        color: #238BBF;
        border-color: #a8d8f0;
    }

    #formstatusmessage.success, .formstatusmessage.success {
        background-color: #f7fee7;
        background-image: url(/_layouts/images/IELS/icon_status_success.gif);
        color: #437400;
        border-color: #b8e860;
    }
/* end of error & status messages styles */
.container_search.div_Basicsearch td input[type="checkbox"]:after {
    top: 3px;
}

div#div_SearchTips {
    margin-top: -8px;
}

.afterLogin .horizontal-tab.accordion-tab .nav-tabs {
    display: flex !important;
}

.case-content-panel:empty {
    display: none;
}

.helper-text, .helper-text *, table.display dataTable .helper-text {
    font-size: 14px;
    font-style: italic;
    color: #808080;
    font-weight: normal;
    display: flex;
}

.caseContentmodal .form-group select, .caseContentmodal .form-group input[type="radio"] {
    max-width: 500px;
    font-size: 14px;
}

.casefont {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
}

.redLabel {
    font-weight: bold;
    color: red;
}

.caseNotes {
    border: 1px solid #ccc;
    border-radius: 8px !important;
    display: block;
    margin-bottom: 1rem;
    box-shadow: none;
    border-bottom: 4px solid #ddd;
    min-height: 100px;
    font-size: 0.85rem;
}

.cbs-mc-h1 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 3px;
    margin-top: 10px;
    padding-right: 3px;
    width: 510px;
    background-color: #751c24;
}

.caseErrors {
    border: 1px solid #ccc;
    border-radius: 8px !important;
    display: block;
    margin-bottom: 1rem;
    box-shadow: none;
    border-bottom: 4px solid #ddd;
    min-height: 50px;
    font-size: 0.85rem;
}

.caseContentmodal .form-group select, .caseContentmodal .form-group .divspan {
    width: calc(100% - 20%) !important;
    padding: 5px 5px;
    max-width: 500px;
    font-size: 16px;
}

.headerSize {
    font-size: 15px;
}

h4.text-start {
    margin-top: 0px;
}

.alert-content h4 {
    margin-top: 0px;
}

.form-check input.form-check-input:after {
    display: none !important;
}

.form-check label.form-check-label {
    margin-right: 0;
}

.form-check input.form-check-input {
    width: auto;
    position: absolute;
}

.modelCancel {
    margin-left: 10px;
}

.modelOk {
    min-width: 100px
}

.filing-group.required .col-form-label:after {
    content: "*";
    margin-left: 4px;
    color: #dc3545;
}

.filing-group.required .col-form-label {
    position: relative;
}

.filing-group .col-form-label {
    color: #000000;
    font-weight: bold;
}

.fullbox {
    max-width: 226px;
}

.smallbox {
    max-width: 125px;
}

.hasMultiColumnselectListboxRight {
    display: flex;
    flex-wrap: wrap;
}

    .hasMultiColumnselectListboxRight .hasMultiselectListboxAction {
        width: 60px;
        display: flex;
        align-items: normal;
        flex-wrap: wrap;
        align-content: center;
    }

    .hasMultiColumnselectListboxRight .hasMultiselectListboxRight {
        width: calc(100% - 60px);
    }

.hasMultiColumnselectListboxLeft select {
    min-height: 400px !important;
}

.hasMultiColumnselectListboxRight .hasMultiselectListboxAction input {
    background: #666;
    border-radius: 8px;
    color: #fff;
    border: none;
    padding: 5px 10px;
    width: calc(100% - 10px);
    margin-left: 4px;
    margin-bottom: 4px;
}

td .tdFee {
    text-align: right !important;
}

/* Modep popup Background -Start*/
.modalBackground {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalBox {
    border-width: 2px;
    border-style: solid;
    border-color: #666;
    background: #ffffff;
}

    .modalBox .title {
        background: #720407;
        padding: 6px 0 6px 10px;
        margin-bottom: 1px;
        color: #fff;
        font-weight: bold;
    }

    .modalBox .content {
        padding: 10px;
    }

    .modalBox .container_submit {
        margin: 0 10px 10px;
    }

    .modalBox caption {
        background-image: url(images/window_titlebg.gif);
        background-repeat: repeat-x;
    }

.modelCancel {
    margin-left: 10px;
}

.modelOk {
    min-width: 100px
}
/* Modep popup Background -End*/

/*Display Calendar Icon inside*/
.icon_cal {
    margin-left: -25px;
    position: relative;
}

.form-field input[type="image"] {
    position: relative;
    top: 5px;
}

/*labelHedaer inside table*/
.case-content-panel table .filinglblHeader {
    color: #751c24;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto';
}

.case-content-panel table .filinglblHeader {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 103.2%;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    cursor: pointer !important;
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px solid var(--primary);
}


.formPreview + .formPreview.radioContainer {
    width: calc(100% - 200px);
}

    .formPreview + .formPreview.radioContainer td {
        vertical-align: middle;
    }

.formPreview.radioContainer > span {
    overflow-x: auto;
    overflow-y: unset;
    display: block;
}

.formPreview + .formPreview.radioContainer td input[type="radio"]:after {
    left: 5px;
    top: 1px;
}

#dCourtName strong {
    display: block;
    margin-bottom: 14px;
    padding-top: 2px;
}

.formPreview[style="width: 10%;"] {
    min-width: 180px;
}

.formPreview + .formPreview.radioContainer td input[type="radio"] + label {
    margin-bottom: 14px;
}

.alert-content p:last-child {
    margin: 0;
}

.alert-content p {
    line-height: 24px;
}


.caseContentmodal .form-group .form-field table#rblLFAddr td {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.caseContentmodal .form-group select {
    margin-right: 4px;
}

.container[style="text-align: center"] > table {
    width: 100%;
}

.alert-content h4:empty {
    display: none;
}


.case-content-panel[style="border: none; padding-top: 46px;"] {
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    padding: 16px !important;
}

#tvNOC a {
    border: none;
    padding: 0;
}

td.TreeNode span {
    padding: 5px 0;
    display: inline-block;
}

#tvNOC img {
    height: 30px;
}


.btn-primary[style="height: 36px"] {
    height: auto !important;
}


.alert-content p br:last-child {
    display: none;
}

input[type="text"] + .btn-primary[style="height: 36px"] {
    padding: 0.33rem 1rem;
}

input[name*="Amount"], [id*="Amount"] {
    text-align: right !important;
}

.container_btn {
    text-align: left;
    margin-top: 1rem;
}


.case-content-panel .case-content-panel h3 {
    font-size: 18px;
}

.case-content-panel .case-content-panel .case-content-panel h3 {
    font-size: 17px;
}



.caseContentmodal .form-group .form-field:last-child:not(.caseContentmodal .form-group .col-form-label + .form-field) {
    margin-top: 10px;
}

.caseContentmodal .form-group .form-field select + input {
    margin-top: 0.5rem;
}

.blockUI.blockMsg.blockPage {
    width: 600px !important;
    left: 50% !important;
    position: absolute !important;
    top: 0 !important;
    margin-left: -300px !important;
    border: none !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
}

.blockPage .modalBox {
    border-radius: 10px;
}

.has-combined-below .case-content-panel {
    border-bottom: none;
    border-radius: 8px 8px 0 0 !important;
    padding-bottom: 0;
}

.has-combined-top .case-content-panel {
    border-top: none;
    border-radius: 0 0 8px 8px !important;
    margin-top: -32px;
}


.form-group-inline .col-lg-4 {
    width: unset;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .form-group-inline .col-lg-4 .btn-primary {
        margin-left: -16px;
    }


#trigger {
    border: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.form-group-inline input[type="text"] {
    min-height: 42px;
}

.form-field .form-control-plaintext {
    padding-top: 4px;
    line-height: unset;
}

.form-field.form-field-sm {
    max-width: 200px;
    margin-left: 16px !important;
}

body .ajax__calendar {
    width: 240px;
}

.ajax__calendar_next, .ajax__calendar_prev {
    width: 20px;
}

body .ajax__calendar .ajax__calendar_container {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    body .ajax__calendar .ajax__calendar_container .ajax__calendar_body {
        height: 200px;
        width: 100%;
    }

        body .ajax__calendar .ajax__calendar_container .ajax__calendar_body td {
            padding: 5px;
        }

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    width: 100% !important;
    height: 200px !important;
}

body .ajax__calendar .ajax__calendar_header {
    height: auto;
    padding: 5px 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    width: calc(100% + 10px);
    margin-left: -5px;
}

    body .ajax__calendar .ajax__calendar_header .ajax__calendar_title {
        font-weight: 600;
        font-size: 16px;
    }

body .ajax__calendar .ajax__calendar_container .ajax__calendar_body td div {
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: none;
}

body .ajax__calendar .ajax__calendar_container .ajax__calendar_body td.ajax__calendar_today, body .ajax__calendar .ajax__calendar_container .ajax__calendar_body td.ajax__calendar_hover {
    background: var(--primary);
    border-color: transparent;
    color: var(--white);
    border-radius: 5px;
}

    body .ajax__calendar .ajax__calendar_container .ajax__calendar_body td.ajax__calendar_hover div {
        color: #fff;
    }

body .ajax__calendar .ajax__calendar_container .ajax__calendar_body td.ajax__calendar_hover {
    background: var(--secondary);
}


.step2lnkbtn:not(:first-child) {
    border: none;
    margin-left: 10px;
}

.step2lnkbtn {
    border: none;
}

    .step2lnkbtn img {
        margin-left: 3px;
    }

[id*="button_clear"] {
    position: relative;
}

    [id*="button_clear"] img {
        visibility: hidden;
    }

    [id*="button_clear"]:after:not([class*="btn-outline-primary"]) {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        font-family: "Font Awesome 6 Pro";
        content: "\f057";
        font-size: 1.2rem;
        top: -6px;
        color: #666;
        font-weight: 300;
    }

.ms-WPBorder.ashBorder {
    padding: 10px;
}

input[type="checkbox"][disabled="disabled"]::after {
    color: #ddd;
    font-weight: 900;
}

.caseContentmodal .form-group .col-form-label {
    width: 100% !important;
    text-align: left;
}

.caseContentmodal .form-group .form-field {
    width: 100% !important;
    margin-left: 0;
}

.jds-footer {
    position: relative;
}

.mandatory-label::after {
    content: " *";
    color: red;
    font-weight: bold;
}


.single-line {
    display: flex;
    align-items: center;
    gap: 8px; /* space between elements */
}

    .single-line .form-field {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .single-line .col-form-label,
        .single-line .mandatory,
        .single-line .form-field,
        .single-line .form-field label {
            display: inline-flex;
        }



#pnlNoteGen {
    text-align: left; /* Ensures all text inside is left-aligned */
}

#pnlNoteGen ol {
        padding-left: 20px; /* Adds proper indentation for list numbers */
        margin: 0; /* Removes extra margin if any */
}

.form-preview.single-line .form-field {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* uniformly spaces input, icon, and label */
}

/* Remove the explicit margin if you use gap */
.form-field .pt-2 {
    margin-left: 0;
}


.form-field input {
    margin-right: 8px; /* space after checkbox */
}

.form-field .col-form-label {
    margin-right: 16px; /* space after label */
}

.dateContainer span {
    margin-right: 8px; /* space after the label */
}

.dateContainer input[type="text"],
.dateContainer input[type="image"] {
    margin-right: 12px; /* space after each input */
}

.timeline-list li i {
    margin-right: 8px; /* space between icon and text */
}
