﻿/** Main Containers Styling **/
html {
    font-size: 16px;
}

body, html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    right: 0;
    font-family: 'Roboto' !important;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    -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;
}

.wrapper {
    min-width: 360px;
    outline: none;
    min-height: 100%;
    position: relative;
    max-width: 3000px;
    margin: auto;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    overflow: hidden;
}
/** Button Styling **/
.btn {
    -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;
}
/** Navigation Styling **/
.navbar {
    padding: 15px 0;
    min-height: 85px;
}

.navbar-container {
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
}

.header-right ul li a.icon {
    color: #666;
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 15px;
    text-decoration: none;
}

.header-right ul li.nav_user .dropdown-menu a {
    margin: 0;
    font-size: 1rem;
}

.header-right ul li.nav_user a.dropdown-toggle::after {
    display: none;
}

.navbar-brand img {
    width: 91px;
    height: auto;
}

a.navbar-brand {
    margin-top: -7px;
}

.navbar-collapse {
    border-left: 1px solid #ccc;
    padding: 6px 15px 10px 15px;
    margin-left: 15px;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #444;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 1rem;
}

.navbar-expand-md .navbar-nav .nav-item.active a.nav-link, .navbar-expand-md .navbar-nav .nav-item a.nav-link:hover {
    position: relative;
    color: #7d0707;
}

    .navbar-expand-md .navbar-nav .nav-item.active a.nav-link:after, .navbar-expand-md .navbar-nav .nav-item a.nav-link:hover:after {
        content: "";
        position: absolute;
        border-top: 8px solid #7d0707;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        bottom: -4px;
        left: 50%;
        margin-left: -8px;
    }

.navbar-container, .navbar-brand, .navbar-collapse {
    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;
    margin-bottom: -10px;
    z-index: 9
}

.navbar-nav .dropdown-menu {
    display: block;
    max-height: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s ease all;
}

    .dropdown-menu.show {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
        transition: 0.5s ease all;
    }

.navbar-nav .dropdown-menu.show {
    max-height: 100vh;
}

.navbar-toggler {
    position: absolute;
    top: 14px;
    right: 3px;
    border: 0;
}

@media only screen and (max-width: 767.98px) {
    body.nav-open {
        right: 320px;
        overflow: hidden;
    }

    .wrapper.sticky .navbar-container.nav-open {
        left: -320px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        width: 320px;
        height: 100%;
        right: -320px;
        margin: 0 !important;
        background-color: #333;
        padding: 15px;
        z-index: -10;
    }

        .navbar-collapse.nav-open {
            right: 0;
        }

    .dropdown-menu {
        text-align: center;
    }
}
/** Delete till here if there is no Navigation **/
/** Main Content Styling **/
.main-content {
    position: relative;
    margin: 0 auto;
    padding-bottom: 181px;
}

.right-tabs .nav.nav-tabs {
    background: #032d53;
    border: none;
    border-radius: 0;
    padding: 0px 0;
    border-top: none;
}

    .right-tabs .nav.nav-tabs li {
        margin: 0 0px;
        padding: 0px 0px;
    }

        .right-tabs .nav.nav-tabs li:last-child {
            padding-right: 0;
            border: none;
        }

        .right-tabs .nav.nav-tabs li a {
            border: none;
            border-radius: 0;
            padding: 5px 20px 5px 10px;
            color: #fff;
            position: relative;
            min-width: 150px;
            text-transform: uppercase;
            font-size: 0.9rem;
            border-right: 1px solid #235a8a;
        }

            .right-tabs .nav.nav-tabs li a strong {
                font-weight: 400;
            }

            .right-tabs .nav.nav-tabs li a span {
                font-size: 1.6rem;
                line-height: 100%;
                color: #fff;
            }

                .right-tabs .nav.nav-tabs li a span i {
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    border-radius: 50%;
                    vertical-align: middle;
                }

.right-tabs .nav-tabs .nav-link.active, .right-tabs .nav-tabs .nav-link:hover {
    background: #333;
    color: #fff;
}

.right-tabs .nav-tabs .nav-link:hover {
    background: #666;
}

    .right-tabs .nav-tabs .nav-link.active span i, .right-tabs .nav-tabs .nav-link:hover span i {
        color: #fff;
    }

.tab-heading h4 {
    font-size: 1rem;
    float: left;
    color: #032d53;
    margin-bottom: 0;
}

    .tab-heading h4 strong {
        display: block;
        color: #032d53;
        font-weight: 400;
        font-size: 1.625rem;
        text-transform: uppercase;
    }

.tab-heading {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 0;
    border: 1px solid #ddd;
    align-items: center;
    padding: 15px 20px 10px 20px;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.heading-right {
    float: right;
    margin-left: auto;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
}

    .heading-right.concluded {
        color: #00a650;
    }

    .heading-right i {
        font-size: 1.3rem;
        vertical-align: middle;
    }

    .heading-right span:hover {
        cursor: pointer;
    }

    .heading-right span .cust-tooltip {
        position: absolute;
        right: 0;
        width: 240px;
        font-size: 0.9rem;
        background: #333;
        top: 100%;
        margin-top: 15px;
        text-transform: none;
        padding: 10px;
        border-bottom: 2px solid #00a650;
        color: #fff;
        font-weight: 400;
        z-index: 9;
        display: none;
        border-radius: 0;
        line-height: 130%;
    }

    .heading-right span:hover > .cust-tooltip {
        display: block;
    }

    .heading-right span .cust-tooltip::before {
        content: "";
        position: absolute;
        border-bottom: 8px solid #00a650;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        top: -8px;
        right: 10px;
    }

.owl-carousel .item .item-content {
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: left;
}

.owl-carousel .item.plaintiff .item-content {
    border: 1px solid #c1d8e8;
    background: #fffdf0;
}

.owl-carousel {
    position: static;
}

.right-tabs .tab-content .tab-pane {
    position: relative;
}

.item-content h4 {
    padding: 15px 15px 15px 50px;
    font-size: 1rem;
    position: relative;
    color: #666;
    border-bottom: 2px solid #eee;
    margin: 0;
    border-radius: 5px 5px 0 0;
}

    .item-content h4 strong {
        display: block;
        font-weight: bold;
    }

.item-content .status {
    position: absolute;
    right: 15px;
    top: 15px;
}

.status i {
    margin-right: 5px;
    font-size: 1.3rem;
    vertical-align: middle;
    margin-top: -3px;
}

.status.pending {
    color: #946015;
}

.status.rejected {
    color: #cc2929;
}

.rejected:before {
    background: #cc2929;
}

.item-content .item-details p {
    padding: 10px 10px 10px 50px;
    margin: 0;
    border-bottom: 1px solid #eee;
    font-size: 0.85rem;
}

.item-content .item-details:last-child p:last-child {
    border-bottom: none;
}

.item.plaintiff .item-content h4 {
    border-bottom: 2px solid #c1d8e8;
    color: #032d53;
}

.item-content h4.male, .item-content h4.female {
    position: relative;
    background-repeat: no-repeat;
    background-position: left 14px center;
}

.item-content h4.male {
    background-image: url(../../../images/male.png);
}

.item-content h4.female {
    background-image: url(../../../images/female.png);
}
/*.owl-carousel.owl-loaded.active{ margin-left: -90px;}*/
.owl-carousel .owl-nav.disabled {
    display: flex !important;
    justify-content: center;
    flex-direction: row-reverse;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}

button.owl-next {
    position: absolute;
    right: 0;
    left: auto;
    top: 12px;
}

button.owl-prev {
    position: absolute;
    left: 0;
    top: 12px;
}

button.owl-prev, button.owl-next {
    outline: none;
}

    button.owl-prev span, button.owl-next span {
        display: none
    }

    button.owl-next:after {
        font-family: Font Awesome\ 5 Pro;
        font-weight: 900;
        font-size: 1.5rem;
        content: " \f0a9";
        width: 30px;
        height: 30px;
        display: block;
        color: #032d53;
    }

    button.owl-prev:after {
        font-family: Font Awesome\ 5 Pro;
        font-weight: 900;
        font-size: 1.5rem;
        content: " \f0a8";
        width: 30px;
        height: 30px;
        display: block;
        color: #032d53;
    }

    button.owl-next.disabled, button.owl-prev.disabled {
        pointer-events: none;
    }

        button.owl-next.disabled:after, button.owl-prev.disabled:after {
            color: #999;
        }

.right-tabs .tab-content .tab-pane h5 {
    color: #032d53;
    font-size: 1rem;
    margin: 20px 0 10px 0;
    text-align: left;
    display: flex;
    text-transform: none;
    align-items: center;
    font-weight: 600;
}

.right-tabs .tab-content .tab-pane .bg-blog h5 {
    margin: 0px 0 10px 0;
}

.right-tabs .tab-content .tab-pane h5 .select-style {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: auto;
    width: auto;
}
/** Searchable FAQs Styling **/
/** If there are no Searchable FAQs, please delete the whole block below */
.faq {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.search-box {
    max-width: 600px;
    margin: auto;
    text-align: left;
}

.breadcrumbs-blog h2.heading {
    font-weight: 300;
    color: #fff;
}

    .breadcrumbs-blog h2.heading span.help-blog {
        font-size: 1.1rem;
    }

.faq .faq-search {
    width: 100%;
    height: 60px;
    font-size: 20px;
    display: block;
    padding: 0 20px;
    margin: 10px auto 10px auto;
    color: #c12844;
    border-radius: 5px;
    max-width: 600px;
    border: none;
    box-shadow: none;
    outline: none;
    margin-bottom: 0;
}

    .faq .faq-search::-webkit-input-placeholder {
        font-style: italic;
        color: #999 !important;
        font-weight: 300;
    }

    .faq .faq-search::-moz-placeholder {
        font-style: italic;
        color: #999 !important;
        font-weight: 300;
    }

    .faq .faq-search:-ms-input-placeholder {
        font-style: italic;
        color: #999 !important;
        font-weight: 300;
    }

    .faq .faq-search:-moz-placeholder {
        font-style: italic;
        color: #999 !important;
        font-weight: 300;
    }

.comingsoon {
    padding: 3rem 2rem 2rem 2rem;
}

    .comingsoon h3 {
        color: #751c24;
    }

.case-search ::-webkit-input-placeholder {
    font-style: italic;
    color: #999 !important;
    font-weight: 300;
}

.case-search ::-moz-placeholder {
    font-style: italic;
    color: #999 !important;
    font-weight: 300;
}

.case-search :-ms-input-placeholder {
    font-style: italic;
    color: #999 !important;
    font-weight: 300;
}

.case-search :-moz-placeholder {
    font-style: italic;
    color: #999 !important;
    font-weight: 300;
}

.faq .highlight {
    background-color: #c12844;
    color: #fff;
}

.faq .faq-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .faq .faq-container li {
        text-align: left;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 5px;
    }

.faq .tab-content h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    color: #032d53;
}

.faq .faq-container li:not( :first-child) {
    margin-top: 10px;
}

.faq .faq-container li.is-hidden {
    display: none;
}

.faq .faq-container li h2 a {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #666;
    display: block;
    padding: 20px;
    position: relative;
    padding-right: 50px;
}

    .faq .faq-container li h2 a::after {
        font-family: "Font Awesome 5 Pro";
        content: '\f107';
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -12px;
        width: 24px;
        font-size: 24px;
        font-weight: 400;
        line-height: 100%;
        text-align: center;
    }

.faq .faq-container li.is-active h2 a:after {
    content: '\f106';
    color: #bd2c57;
}

.faq .faq-container li h2 a:hover {
    color: #c12844;
    text-decoration: none;
}

.faq .faq-container li.is-active h2 a {
    color: #751c24;
}

.faq .faq-container li > div {
    display: none;
}

.faq .faq-container li.is-active > div, .faq .faq-container li:target > div {
    display: block;
    margin: 0 0 0;
    border-top: 1px solid #ccc;
    padding: 20px;
    line-height: 1.8;
    color: #555;
    font-size: 0.95rem;
}

.faq .hidden-keywords {
    display: none;
}

.faq__notfound {
    font-size: 20px;
    font-style: italic;
    display: none;
    color: #c12844;
}

    .faq__notfound.is-visible {
        display: block;
    }

.faq .sidebar {
    float: left;
    width: 340px;
    padding: 0;
    border-radius: 5px;
    text-align: left;
}

.faq ul.nav.nav-tabs {
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 5px;
    background: #fff;
}

    .faq ul.nav.nav-tabs .nav-item:first-child a {
        border-radius: 5px 5px 0 0;
    }

    .faq ul.nav.nav-tabs .nav-item:last-child a {
        border-radius: 0 0 5px 5px;
    }

.faq .tab-content {
    margin-left: 360px;
    margin-top: 40px;
    margin-bottom: 0px;
}

    .faq .tab-content h2 {
        line-height: 0;
        margin: 0;
    }

.faq ul.nav.nav-tabs .nav-item {
    width: 100%;
    margin: 0;
}

    .faq ul.nav.nav-tabs .nav-item .nav-link {
        color: #333;
        display: block;
        padding: 15px 30px 15px 20px;
        border-radius: 0;
        margin: 0;
        border: none !important;
        border-bottom: 1px solid #ddd !important;
        position: relative;
    }

    .faq ul.nav.nav-tabs .nav-item:last-child .nav-link {
        border: none !important;
    }

    .faq ul.nav.nav-tabs .nav-item .nav-link.active, .faq ul.nav.nav-tabs .nav-item .nav-link:hover {
        background: #751c24;
        color: #fff;
    }

        .faq ul.nav.nav-tabs .nav-item .nav-link.active:after, .faq ul.nav.nav-tabs .nav-item .nav-link:hover:after {
            font-family: "Font Awesome 5 Pro";
            content: '\f054';
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -12px;
            width: 24px;
            font-size: 24px;
            font-weight: 300;
            line-height: 100%;
        }

.faq .sidebar h4 {
    padding: 0;
    color: #666;
    margin-bottom: 0;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.faq .tab-content .tab-pane {
    margin: 0;
    padding: 0;
}

.inner-banner.faq-banner {
    width: 100%;
    text-align: center;
}
/** Delete till here if there are no Searchable FAQs **/
.navbar-nav .dropdown-menu {
    position: absolute;
    left: auto;
    right: -15px;
    min-width: 320px;
    border: 1px solid #032d53;
    margin-top: 28px;
    overflow: visible;
}

    .navbar-nav .dropdown-menu.show {
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
    }

    .navbar-nav .dropdown-menu .items a {
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid #ccc;
        color: #666;
        font-size: 0.9rem;
    }

    .navbar-nav .dropdown-menu a:hover {
        color: #032d53;
        text-decoration: none;
    }

    .navbar-nav .dropdown-menu a strong {
        display: block;
        color: #032d53
    }

    .navbar-nav .dropdown-menu:before {
        content: "";
        position: absolute;
        border-bottom: 15px solid #fff;
        border-right: 15px solid transparent;
        top: -15px;
        right: 10px;
        border-left: 15px solid transparent;
        z-index: 9;
    }

    .navbar-nav .dropdown-menu:after {
        content: "";
        position: absolute;
        border-bottom: 15px solid #032d53;
        border-right: 15px solid transparent;
        top: -16px;
        right: 10px;
        border-left: 15px solid transparent;
    }

.data-table {
    text-align: left;
}

#documents .data-table {
    margin-bottom: 20px;
}

.data-table .table {
    border: 1px solid #eee !important;
    margin: 0;
}

    .data-table .table > thead > tr > th, .data-table .table > thead > tr > th a {
        text-align: left;
        border: none;
        color: #032d53 !important;
        font-weight: 400;
        border-bottom: none;
        border-top: none;
        vertical-align: top;
        font-size: 1rem;
        background: #e4eff7;
    }

.data-table .btn-bordered {
    border: #032d53 solid 1px;
    color: #032d53;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 36px;
    margin-top: 10px;
}

    .data-table .btn-bordered:hover {
        background: #032d53;
        color: #fff;
    }

.tip {
    display: none;
}

@media only screen and (max-width: 767px) {
    .tip {
        display: block;
        color: #666;
        font-size: 12px;
        text-transform: capitalize
    }
}

.action .far.fa-file-pdf, .action .far.fa-file-image, .action .fas.fa-film, .action .fal.fa-file-pdf, .action .fal.fa-file-image, .action .fal.fa-file-video {
    font-size: 30px;
    color: #7d0707;
    font-weight: 300;
    line-height: 100%;
}

.action .fal, .action .fad {
    font-size: 24px;
    text-align: center;
    color: #7d0707;
    line-height: 100%;
    margin: 0 3px;
}

a.has-link {
    color: #bd4932;
    text-decoration: underline;
}

    a.has-link:hover {
        opacity: 0.8;
    }

.info {
    display: flex;
    padding: 15px;
    color: #666;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .info p {
        margin: 0 40px 0 0;
        float: left;
        font-size: 0.9rem;
    }

        .info p strong {
            display: inline-block;
            font-weight: 600;
        }

.table td, .table th {
    text-align: left;
    border-top: 1px solid #eee;
    color: #666;
    font-size: 0.9rem;
    padding: .75rem !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.01);
}

.pagination {
    margin-bottom: 0;
}

.data-table h6 {
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
    padding-bottom: 0;
    margin-top: 15px;
    color: #666;
    margin-bottom: 5px;
}

.page-link {
    padding: 5px 10px;
    font-size: 0.9rem;
}

.table-responsive .help-blog {
    text-align: left;
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

    .table-responsive .help-blog strong {
        font-weight: 600;
    }

.data-table.party-table .table {
    border: none;
}

.data-table.party-table .table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

    .data-table.party-table .table > tbody > tr > td {
        color: #333;
    }

    .data-table.party-table .table > tbody > tr > td {
        border-bottom: 1px solid #ddd;
    }

        .data-table.party-table .table > tbody > tr > td:first-child {
            vertical-align: middle;
            border-left: 1px solid #ddd;
            border-radius: 5px 0 0 5px;
            padding-left: 30px
        }

        .data-table.party-table .table > tbody > tr > td:last-child {
            vertical-align: middle;
            border-right: 1px solid #ddd;
            border-radius: 0 5px 5px 0;
            padding-right: 30px
        }

    .data-table.party-table .table > thead > tr > th:first-child {
        padding-left: 30px
    }

    .data-table.party-table .table > thead > tr > th:last-child {
        padding-right: 30px
    }

    .data-table.party-table .table > tbody > tr > td span.party-type {
        border: none;
        width: 100px;
        font-size: 0.9rem;
        border-radius: 36px;
        color: #032d53;
    }
        /*.data-table.party-table .table > tbody > tr.plaintiff > td .party-type{ background:#032d53; color: #fff; }*/
        .data-table.party-table .table > tbody > tr > td span.party-type i {
            margin-right: 5px;
            font-size: 1.2rem;
        }

    .data-table.party-table .table > tbody > tr.plaintiff > td {
        background: #fffdf0;
        border-color: #f2e0c7;
    }

.name-details span {
    display: block;
}

.name-details .name {
    color: #032d53;
    font-size: 1.1rem;
}

.name-details span i {
    color: #946015;
}

.identity span {
    display: block;
}

.represented-by span {
    display: block;
    margin-bottom: 5px;
}

    .represented-by span strong {
        display: inline-block;
        margin-right: 15px;
        position: relative;
        padding-left: 25px;
        font-weight: 400;
    }

    .represented-by span:last-child {
        margin: 0;
    }

    .represented-by span.represented-name {
        padding-left: 20px;
        position: relative;
        font-weight: 600;
    }

        .represented-by span strong:before, .represented-by span.represented-name:before {
            font-weight: 300;
            content: "\f007";
            font-family: Font Awesome\ 5 Pro;
            position: absolute;
            font-size: 1rem;
            left: 0;
        }

    .represented-by span strong.mobile-no:before {
        content: "\f879"
    }

    .represented-by span strong.phone-no:before {
        content: "\f67d"
    }

    .represented-by span strong.email:before {
        content: "\f0e0"
    }

    .represented-by span strong a {
        color: #333;
    }

.tab-row {
    display: flex;
    justify-content: center;
    margin: 0 40px;
    flex-wrap: wrap;
    width: 100%;
}

    .tab-row a, .moa-list .tab-row .moa-list-blog {
        width: calc(25% - 10px);
        margin: 0 10px;
        background: #fff;
        box-shadow: 0 0 12px 0px rgb(4 33 84 / 0.1);
        border-radius: 8px;
        padding: 26px;
        text-align: left;
        color: #000;
        font-size: 1rem;
        font-weight: 400;
        text-decoration: none !important;
        line-height: 100%;
    }

.moa-list .tab-row .moa-list-blog {
    margin: 0 10px;
    width: calc(33.33% - 20px);
}

    .moa-list .tab-row .moa-list-blog:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
    }

.tab-row a:hover, .tab-row a.active {
    position: relative;
    box-shadow: 0 0 12px 0px rgb(4 33 84 / 0.3);
    background: #eaf6ff;
}

.moa-list .tab-row .moa-list-blog strong {
    display: block;
    color: #032d53;
    font-weight: 600;
    margin-top: 10px;
}

.tab-row a .case_name i {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    font-size: 0.85rem;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    text-transform: lowercase;
}

.status {
    margin-top: 10px;
    display: inline-block;
    text-transform: capitalize;
    min-width: 100px;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
    position: relative;
    padding-left: 15px;
}

.concluded {
    color: #027539;
}

.pending {
    color: #b56b09;
}

.approved {
    color: #00a650;
}

.processing {
    color: #032d53;
}

.status:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}

.concluded:before {
    background: #00a650;
}

.pending:before {
    background: #b56b09;
}

.approved:before {
    background: #00a650;
}

.processing:before {
    background: #032d53;
}

.carousel-control-next, .carousel-control-prev {
    width: 32px;
    opacity: 1;
    height: 32px;
    top: 50%;
    margin-top: -15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}

    .carousel-control-next i, .carousel-control-prev i {
        font-size: 30px;
        color: #751c24;
    }

    .carousel-control-next.disabled, .carousel-control-prev.disabled {
        pointer-events: none;
    }

        .carousel-control-next.disabled i, .carousel-control-prev.disabled i {
            color: #cccccc;
        }

.my-cases, .breadcrumbs-blog {
    margin-bottom: 30px;
    padding: 40px 0px 30px 0;
    background: #032d53;
}

.breadcrumbs-blog {
    padding: 30px 0px 25px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.case-sort {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    align-items: center;
}

    .case-sort h3 {
        display: inline-block;
        font-size: 1.5rem;
        color: #fff;
    }

.case-search {
    margin-left: auto;
    position: relative;
}

    .case-search:after {
        content: "\f002";
        font-family: Font Awesome\ 5 Pro;
        position: absolute;
        right: 5px;
        top: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 24px;
        margin-top: -15px;
        color: #7d0707;
    }

    .case-search .form-control {
        border: none;
        min-width: 400px;
        padding-right: 40px;
        font-weight: 300;
    }

.case-sort-by {
    margin-left: 20px;
    min-width: 220px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.select-style {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}

    .select-style::after {
        content: "";
        position: absolute;
        z-index: 9;
        pointer-events: none;
        border-top: 7px solid #999;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        top: 20px;
        margin-top: -3px;
        right: 10px;
    }

    .select-style.multiple-select::after {
        display: none;
    }

    .select-style select {
        width: 100%;
        max-width: 100%;
        background-color: #fff !important;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .select-style select::-ms-expand {
            display: none;
        }

    .select-style select {
        padding-right: 43px;
        border: none;
    }

.user-image {
    text-align: center;
    margin: 20px 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.50);
}

    .user-image img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

.user-info {
    margin-top: 15px;
}

.user-details {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 10px;
}

    .user-details span {
        display: block;
    }

    .user-details .name {
        color: #751c24;
        font-size: 1.2rem;
    }

    .user-details span.firm {
        color: #fff;
    }

    .user-details span.last-login {
        color: #666;
        font-size: 0.8rem;
        font-weight: 400;
        font-style: italic;
    }

.user-btn {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.header-right ul li.nav_user .dropdown-menu .user-btn .btn {
    width: calc(50% - 10px);
    margin: 0 5px !important;
    border: 1px solid #032d53;
    font-weight: 300;
    color: #032d53;
    padding: 7px 0;
    border-radius: 36px;
}

    .header-right ul li.nav_user .dropdown-menu .user-btn .btn:hover {
        background: #032d53;
        border-color: #032d53;
        color: #fff;
    }

.navbar-nav .dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.inline-btn {
    text-align: center;
    margin-bottom: 10px;
}

    .inline-btn .btn {
        border: 1px solid #ccc !important;
        min-width: 100px;
        margin: 5px;
        color: #666;
    }

span.case-tag {
    border-top: 1px dashed;
    display: block;
    padding: 10px 0 5px 0;
    margin-top: 10px;
}

.dashboard .tab-row {
    justify-content: center;
    margin: 0;
}

.welcome-message {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.5rem;
    margin: 20px auto;
}

    .welcome-message span {
        display: block;
        font-size: 1.2rem;
        font-weight: 300;
    }

    .welcome-message strong {
        color: #ffe100;
    }

.my-cases.dashboard {
    margin-bottom: 0;
}

.e-services, .calendar-content, .bg-blog-white {
    padding: 40px 0
}

.wrapper.home-page {
    background: none;
}

.bg-blog-white {
    min-height: 600px;
}

.e-services .tab-row {
    justify-content: center;
    margin: 0;
}

.e-services .moa-list .tab-row {
    justify-content: flex-start;
    margin: 0;
}

    .e-services .moa-list .tab-row .moa-list-blog {
        margin-top: 20px;
        border-width: 1px;
        position: relative;
        padding-bottom: 100px;
    }

.dashboard .tab-row a {
    width: calc(33% - 20px);
    margin: 0 10px;
    color: #032d53;
}

    .dashboard .tab-row a:hover {
        background: #eaf6ff;
    }

    .dashboard .tab-row a:first-child {
        margin-left: 0;
    }

    .dashboard .tab-row a:last-child {
        margin-right: 0;
    }

.e-services .tab-row .tab-cell {
    width: calc(30% - 20px);
    margin: 0 10px 20px 10px;
    border-radius: 8px;
    background-color: #fff;
    padding: 1.5rem;
    position: relative;
    /*min-height: 340px;*/
    padding-bottom: 60px;
    left: 0;
    border: 1px solid #ccc;
}

    .e-services .tab-row .tab-cell:hover {
        box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
        background: #f9f9f8;
    }

    .e-services .tab-row .tab-cell p:last-child {
        margin-bottom: 0;
    }

.dashboard .inline-btn .btn.btn-primary, .e-services .inline-btn .btn.btn-primary, .faq-blog .inline-btn .btn.btn-primary {
    color: #fff;
    border-radius: 36px;
    padding: 8px 20px;
    font-size: 1rem;
    background: #751c24;
    min-width: 160px;
    border: none !important;
}

.dashboard .btn.btn-primary {
    border: 1px solid #ccc !important;
}

.dashboard .inline-btn, .e-services .inline-btn {
    margin: 20px 0 0 0;
    bottom: 20px;
    width: 100%;
    left: 0;
}

.dashboard .tab-cell .inline-btn, .e-services .tab-cell .inline-btn {
    position: absolute;
}

.inline-btn .btn.btn-primary:hover, .e-services .inline-btn .btn.btn-primary:hover, .faq-blog .inline-btn .btn.btn-primary:hover {
    background: #032d53 !important;
}

.e-services .tab-row .tab-cell h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin-top: 30px;
}

.e-services .inline-btn .btn {
    color: #fff;
    border: 1px solid transparent !important;
    text-align: center;
    padding: 8px 25px;
    border-radius: 36px;
    display: inline-block;
    width: auto !important;
    box-shadow: none;
}

.inline-btn .btn.btn-default {
    background: none;
    border: 1px solid #032d53 !important;
    color: #032d53;
}

    .inline-btn .btn.btn-default:hover {
        background: #751c24;
        color: #fff;
        border-color: #751c24 !important
    }

.inline-btn .btn.btn-primary.blue {
    background: #032d53 !important;
    border: 1px solid #032d53 !important;
}

html body .inline-btn .btn.btn-primary.blue:hover {
    background: #751c24 !important;
    border-color: #751c24 !important;
}

.e-services .inline-btn .btn:hover {
    background: #751c24 !important;
}

.tab-row a.more-info {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    position: static;
    text-align: center;
    box-shadow: none;
}

    .tab-row a.more-info span {
        display: inline-block;
        color: #032d53;
        border-bottom: 1px dashed #bbb;
        padding: 5px 0;
        font-weight: 400;
    }

.cell-details {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    font-size: 0.9rem;
    background: #751c24;
    height: 100%;
    border-radius: 5px;
    z-index: 9;
    color: #fff;
    overflow: auto;
    padding-bottom: 40px;
    font-weight: 300;
    display: none;
}

.details-close {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    font-size: 2rem;
    line-height: 100%;
    font-weight: 300;
}

    .details-close:hover {
        cursor: pointer;
    }

.cell-details h6 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.inline-btn.btn-block {
    padding: 0 40px;
}

    .inline-btn.btn-block .btn {
        display: block;
        margin: 10px 0;
    }

        .inline-btn.btn-block .btn.btn-flat {
            background: none;
            border: 1px solid #032d53 !important;
            color: #032d53;
        }

            .inline-btn.btn-block .btn.btn-flat:hover {
                background: #751c24;
                color: #fff;
                border-color: #751c24 !important
            }

.heading-center {
    margin-bottom: 30px;
}

    .heading-center h3 {
        font-size: 2rem;
        color: #032d53;
    }

        .heading-center h3 span {
            display: block;
            font-size: 1.1rem;
            color: #303942;
            font-weight: 400;
        }
/*Hearing Chat Window Starts*/
.hearings-chat-box {
    display: flex;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #ddd;
    margin-bottom: 0px;
}

.hearings-left {
    width: 25%;
    border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
}

.hearings-right {
    width: 75%;
}

.hearing-left-header {
    background: #333333;
    padding: 5px 10px;
    color: #fff;
}

.right-tabs .tab-pane .hearing-left-header h5 {
    color: #8bc1e8;
    margin: 11px 0;
    text-transform: none;
    display: flex;
}

.hearing-top {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

    .hearing-top h6 {
        margin: 0;
        color: #333;
        font-weight: 600;
        font-size: 1rem;
    }

        .hearing-top h6 i, .chat-list ul li i {
            color: #032d53;
            border: 1px solid #032d53;
            width: 34px;
            margin-right: 5px;
            height: 34px;
            border-radius: 50%;
            line-height: 34px;
            font-size: 20px;
            text-align: center;
            background: #fff;
        }

.right-tabs .tab-pane .hearing-left-header h5 i.fal.fa-comments-alt {
    color: #8bc1e8;
    border: 1px solid #8bc1e8;
    width: 34px;
    margin-right: 5px;
    height: 34px;
    border-radius: 50%;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
}

.hearing-top .inline-btn {
    margin-left: auto;
    margin-bottom: 0;
}

.hearing-chat-header {
    border-top: 1px solid #ddd;
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    align-items: center;
}

.right-tabs .hearing-chat-header .nav.nav-tabs {
    border: none;
}

    .right-tabs .hearing-chat-header .nav.nav-tabs li a, .right-tabs .hearing-chat-header .nav.nav-tabs {
        background: none;
    }

        .right-tabs .hearing-chat-header .nav.nav-tabs li {
            padding: 0 15px;
        }

            .right-tabs .hearing-chat-header .nav.nav-tabs li a {
                border: none;
                border-bottom: 3px solid transparent;
                padding: 5px 0;
                min-width: auto;
                font-size: 0.85rem;
                color: #333;
                text-transform: none;
            }

                .right-tabs .hearing-chat-header .nav.nav-tabs li a.active, .right-tabs .hearing-chat-header .nav.nav-tabs li a:hover {
                    color: #032d53;
                    border-bottom: 3px solid #032d53;
                }

                .right-tabs .hearing-chat-header .nav.nav-tabs li a i {
                    color: #751c24;
                    margin-right: 5px;
                }

                .right-tabs .hearing-chat-header .nav.nav-tabs li a.due-dates {
                    color: #751c24;
                }

.chat-icons {
    margin-left: auto;
}

a.dots {
    margin-left: auto;
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    color: #fff;
}

.inline-btn a.dots {
    color: #666;
}

.chat-icons a {
    color: #ac7635;
    font-size: 1.4rem;
    margin-left: 10px;
}

.chat-list ul {
    text-align: left;
    padding: 0;
    list-style: none;
}

    .chat-list ul li a {
        font-size: 0.9rem;
        background: #fff;
        position: relative;
        padding: 15px 15px 15px 55px;
        min-height: 40px;
        border-bottom: 1px solid #ddd;
        font-weight: 300;
        color: #333;
        text-decoration: none;
        display: block;
    }

    .chat-list ul li:last-child a {
        border-bottom: none;
    }

    .chat-list ul li.active a {
        background: #e4eff7;
    }

span.chat-num {
    position: absolute;
    right: 10px;
    background: #1bb632;
    line-height: 100%;
    padding: 3px 4px;
    width: 30px;
    border-radius: 36px;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    top: 15px;
}

.chat-list ul li i {
    position: absolute;
    left: 10px;
    top: 15px;
}

.chat-list ul li strong {
    display: block;
    line-height: 100%;
    font-size: 0.9rem;
    color: #032d53;
    font-weight: 400;
}

.hearing-top .inline-btn .btn.btn-primary.blue {
    background: #032d53;
    color: #fff;
    font-size: 0.9rem;
    border: none !important;
}

.chat-view {
    display: none;
}

.message-blog {
    font-weight: 300;
    color: #000;
    font-size: 0.9rem;
    position: relative;
    margin-right: 30px;
}

.message {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px 30px;
    font-size: 0.9rem;
}

.hearing-chat-window .tab-content .tab-pane {
    padding: 0 15px;
    overflow: unset;
    padding-bottom: 15px;
}

.message .group {
    color: #666;
}

.message-date {
    color: #999;
    font-size: 0.9rem;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.message .buttons {
    margin-top: 5px;
}

.message .btn {
    border: 1px solid #032d53;
    margin: 5px;
    padding: 5px 25px;
    height: auto;
    font-weight: 300;
    line-height: 100%;
    text-transform: capitalize;
    color: #032d53;
    font-size: 0.9rem;
    border-radius: 36px;
}

    .message .btn.active {
        background: #032d53;
        color: #fff;
    }

    .message .btn:hover {
        background: #032d53;
        color: #fff;
    }

.cust-tooltip {
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #751c24;
    color: #751c24;
    font-size: 1rem;
}

.has-tooltip {
    position: absolute;
    width: 360px;
    top: 100%;
    background: #333;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    left: 0;
    margin-top: 10px !important;
    text-align: left;
    display: none !important;
    z-index: 9999;
    font-size: 0.9rem !important;
    font-weight: 300;
}

.cust-tooltip:hover .has-tooltip {
    display: block !important;
}

.has-tooltip:before {
    content: "";
    position: absolute;
    border-bottom: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -8px;
    left: 14px;
}

.has-tooltip strong {
    display: block;
    font-weight: 400;
    font-size: 1rem;
}

.outgoing_messages .message-blog {
    text-align: right;
}

.incoming_messages .message-blog, .JO_incoming_messages .message-blog {
    text-align: left;
}

.outgoing_messages {
    text-align: right;
    margin: 15px 0;
}

.incoming_messages, .JO_incoming_messages {
    text-align: left;
    margin: 15px 0;
}

.outgoing_messages .message-blog {
    display: inline-block;
    background: #f0f8ff;
    border-right: 3px solid #032d53;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px
}

    .outgoing_messages .message-blog:last-child {
        margin-bottom: 0
    }

.incoming_messages .message-blog {
    display: inline-block;
    background: #f8fff0;
    border-left: 3px solid #83ad53;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px
}

    .incoming_messages .message-blog:last-child {
        margin-bottom: 0
    }

.JO_incoming_messages .message-blog {
    display: inline-block;
    background: #fff7f7;
    border-left: 3px solid #751c24;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px
}

    .JO_incoming_messages .message-blog:last-child {
        margin-bottom: 0
    }

.message-head {
    display: flex;
    border-bottom: 1px solid rgba(18, 110, 176, 0.2);
    margin: 0 -10px;
    padding: 0px 10px 5px 10px;
    align-items: center;
}

.incoming_messages .message-head {
    border-bottom: 1px solid rgba(131, 173, 83, 0.2);
}

.JO_incoming_messages .message-head {
    border-bottom: 1px solid rgba(169, 6, 51, 0.2);
}

.message-time {
    margin-left: auto;
    font-size: 0.8rem;
    padding-left: 50px;
}

.outgoing_messages .message, .incoming_messages .message, .JO_incoming_messages .message {
    padding: 0;
    border: none;
    background: none;
    text-align: left;
    display: block;
    margin: 10px 0 0 0;
}

.message-head h6 {
    font-size: 0.9rem;
    font-weight: 300;
    margin: 0;
}

    .message-head h6 strong {
        color: #751c24;
    }

.message-time .dots {
    font-size: 1.1rem;
    color: #666;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.file-type {
    background: #fff;
    padding: 10px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px;
    padding-left: 30px;
    position: relative;
}

    .file-type:before {
        font-family: Font Awesome\ 5 Pro;
        font-size: 1.4rem;
        content: " \f15c";
        position: absolute;
        left: 8px;
        top: 5px;
        font-weight: 300;
        color: #751c24;
    }

.message-status {
    color: #196b72;
    display: inline-block;
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
}

    .message-status:before {
        font-family: Font Awesome\ 5 Pro;
        font-size: 1rem;
        content: " \f058";
        position: absolute;
        left: 8px;
        top: 0px;
        font-weight: 600;
        color: #196b72;
    }

.message-read, .message-sent, .message-failed, .message-sening {
    font-size: 1rem;
    color: #999;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -12px;
}

.message-read {
    color: #032d53;
}

.message-sent {
    color: #032d53;
    opacity: 0.8;
}

.message-sening {
    color: #032d53;
    opacity: 0.5;
}

.message-failed {
    color: #751c24;
}

.message-hide {
    color: #999;
    font-size: 1.2rem;
}

.message-label-view {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.JO_incoming_messages .message-label-view {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.message-label-view p {
    margin-bottom: 5px;
}

    .message-label-view p.message-type {
        border-top: 1px solid #ddd;
        margin: 0 -10px;
        padding: 5px 10px;
    }

    .message-label-view p strong {
        display: inline-block;
        width: 100px;
        position: relative;
        padding-right: 10px;
        color: #666;
    }

        .message-label-view p strong::after {
            content: ":";
            position: absolute;
            right: 5px;
        }

.message .message-label-view .buttons {
    margin: 0 -10px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.message .message-label-view .btn {
    background: #751c24;
    border-color: #751c24;
    color: #fff;
    margin: 5px 0;
    border-radius: 36px;
}

    .message .message-label-view .btn:hover {
        background: #032d53;
        border-color: #032d53;
        color: #fff;
    }

.message-label-view p .file-type {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    color: #751c24;
    padding-left: 20px;
}

    .message-label-view p .file-type::before {
        top: -3px;
        font-size: 1.2rem;
        left: 0;
    }

.message-label-view h6 {
    font-size: 0.9rem;
    color: #751c24;
    margin-top: 5px;
}

.dropdown.dots-dropdown {
    display: inline-block;
}

    .dropdown.dots-dropdown .dropdown-toggle::after {
        display: none;
    }

    .dropdown.dots-dropdown .dropdown-menu {
        transition: none;
        right: 0;
        left: auto !important;
        top: 5px !important;
        padding: 0;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        background: #fff;
        border: 1px solid #ccc;
    }

        .dropdown.dots-dropdown .dropdown-menu:before {
            content: "";
            position: absolute;
            border-bottom: 12px solid #fff;
            border-right: 12px solid transparent;
            top: -12px;
            right: 10px;
            border-left: 12px solid transparent;
            z-index: 9;
        }

        .dropdown.dots-dropdown .dropdown-menu:after {
            content: "";
            position: absolute;
            border-bottom: 12px solid #ccc;
            border-right: 12px solid transparent;
            top: -13px;
            right: 10px;
            border-left: 12px solid transparent;
        }

.hearing-left-header .dropdown.dots-dropdown {
    margin-left: auto;
}

.dropdown.dots-dropdown .dropdown-menu .dropdown-item {
    padding: 8px 10px;
    font-size: 0.9rem;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: none !important;
    line-height: 100%;
    font-weight: 300;
}

    .dropdown.dots-dropdown .dropdown-menu .dropdown-item:hover {
        opacity: 0.7;
    }

    .dropdown.dots-dropdown .dropdown-menu .dropdown-item:last-child {
        border-bottom: none
    }

.hearing-chat-window .tab-content .tab-pane#chat_hearing {
    background: #eee;
}
/*Hearing Chat Window Ends*/
.address-information .represented-by span strong {
    display: block;
    margin: 5px 0;
}

.solicitor-information .represented-by:last-child {
    border: none;
}

.solicitor-information .represented-by {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.data-table.party-table .table > tbody > tr.type-more-info td {
    color: #f7f7f7;
    font-weight: 300;
    background: none;
    padding: 0;
    border: none;
}

.more-info-details {
    margin-top: -13px;
    background: #444;
    padding: 20px;
    display: flex;
    border-radius: 0 0 5px 5px
}

tr.type-more-info .represented-by span strong {
    font-weight: 300;
}

    tr.type-more-info .represented-by span strong a {
        color: #f7f7f7;
    }

span.expand-more, .hide-more {
    border: 1px solid #032d53;
    padding: 5px 35px 5px 15px;
    border-radius: 36px;
    color: #032d53;
    position: relative;
    min-width: 90px;
    float: right;
}

    span.expand-more:hover, span.hide-more:hover {
        cursor: pointer;
        background: #032d53;
        color: #fff
    }

    span.expand-more:after, .hide-more:after {
        font-family: Font Awesome\ 5 Pro;
        font-size: 1rem;
        content: " \f0ab";
        position: absolute;
        right: 10px;
        top: 8px;
        line-height: 100%;
        font-weight: 600;
    }

    .hide-more:after {
        content: " \f0aa";
    }

tr.type-more-info, .hide-more {
    display: none;
    position: relative;
}

.address-information p {
    margin: 0 0 8px 0;
}

.more-info-details .solicitor-information {
    width: 62%;
    margin-left: auto;
}

.more-info-details .address-information {
    width: 35%;
    padding-left: 130px;
}

.bg-blog {
    margin: 20px 0;
    background: #f8f8f8;
    padding: 30px;
    border-radius: 5px;
}

    .bg-blog .data-table .table {
        background: #fff;
    }

        .bg-blog .data-table .table td {
            border: none;
            border-top: 1px solid #eee;
        }

        .bg-blog .data-table .table tr td:first-child, .bg-blog .data-table .table tr th:first-child {
            padding-left: 30px;
        }

        .bg-blog .data-table .table tr td:last-child, .bg-blog .data-table .table tr th:last-child {
            padding-left: 30px;
        }

.check-control {
    color: #333;
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

    .check-control input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        z-index: 9999;
    }

.checkbox-overlay {
    display: inline-block;
    height: 25px;
    left: 0px;
    top: 0px;
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

    .checkbox-overlay::before {
        content: "\f0c8";
        font-family: "Font Awesome 5 Pro";
        font-size: 1.2rem;
        line-height: 100%;
        color: #999;
        font-weight: 300;
    }

.check-control input[type=checkbox]:checked + .checkbox-overlay::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: #032d53;
}

.has-link.disabled {
    pointer-events: none;
    text-decoration: none;
    padding-left: 25px;
    position: relative;
}

    .has-link.disabled:before {
        content: "\f023";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 0;
        font-size: 1rem;
        height: 16px;
        line-height: 16px;
        font-weight: 900;
        top: 50%;
        font-style: normal;
        margin-top: -10px;
    }

.disabled.sealed-document {
    color: #444;
}

.disabled.expunged_document:before {
    content: "\f723";
    color: #c78e00;
}

a.has-link.document-link {
    padding-left: 25px;
}

.disabled.expunged_document {
    color: #666;
    padding-left: 25px;
}

.table-search {
    margin-left: auto;
    min-width: 530px;
    position: relative;
    max-width: 530px;
    background: #FFF;
    border: 1px solid #ccc;
}

    .table-search .form-control {
        border: none;
    }

.document-tabs {
    margin-top: 20px;
}

    .document-tabs a, .filter-tabs a {
        display: inline-block;
        padding: 0 15px 0 0;
        border-right: 1px solid #ccc;
        color: #666;
        line-height: 100%;
        margin-right: 15px;
    }

        .document-tabs a.active, .document-tabs a:hover, .filter-tabs a:hover, .filter-tabs a.active {
            color: #032d53;
            text-decoration: none;
        }

        .document-tabs a span, .filter-tabs a span {
            font-weight: 600;
        }

.legend {
    margin-top: 10px;
    margin-right: auto;
}

    .legend a.has-link.disabled {
        font-size: 0.9rem;
        font-style: italic;
        margin-right: 40px;
    }

.items-per-page {
    width: auto;
    margin-top: 14px;
    color: #666;
    font-size: 0.9rem;
}

.pagination-items {
    display: flex;
    align-items: center;
}

    .pagination-items .select-style {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

        .pagination-items .select-style select.form-control {
            padding: 5px 12px;
            padding-right: 40px;
            height: auto;
            font-size: 0.9rem;
            border: 1px solid #ddd;
        }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.vertual-hearing p {
    margin-bottom: 4px;
}

    .vertual-hearing p a {
        color: #032d53;
        font-weight: 600;
    }

    .vertual-hearing p span.colored {
        display: block;
        color: #032d53;
    }

.modal-body h5 {
    color: #032d53;
    font-size: 1rem;
    margin: 20px 0 10px 0;
    text-align: left;
    display: flex;
    text-transform: none;
    align-items: center;
    font-weight: 600;
}

.modal-body .writeups h5 {
    font-size: 1.4rem;
    font-weight: 400;
}

h4.modal-title {
    font-weight: 300;
    color: #fff;
    font-size: 2rem;
}

.modal-header {
    background: #032d53;
    border-radius: 0 0 10px 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.modal-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
}

    .modal-body .info {
        flex-wrap: wrap;
    }

.info label {
    display: block;
    width: 100%;
    text-align: left;
}

    .info label span {
        display: inline-block;
        width: 300px;
        padding-right: 20px;
        position: relative;
    }

        .info label span::after {
            content: ":";
            position: absolute;
            right: 15px;
        }

    .info label a {
        font-weight: 400;
        color: #032d53;
    }

.info h6 {
    font-size: 1.1rem;
    color: #333;
}

tfoot {
    background: #fffdf0;
    font-weight: 600;
}

.modal-body tfoot tr td {
    font-size: 1.1rem;
}

.modal-footer .inline-btn {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

    .modal-footer .inline-btn .btn {
        background: #666;
        border: none !important;
    }

    .modal-footer .inline-btn .btn {
        background: #666;
        border-radius: 36px;
        border: none !important;
        color: #fff;
    }

.modal-header .close {
    text-shadow: none;
    opacity: 1;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 50px;
    top: 20px;
    border: 1px solid;
    line-height: 40px;
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
    color: #ccc;
    border-radius: 50%;
    outline: none !important;
}

.banner-content {
    background-image: url(../../../images/courts-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 50px 0;
    background-size: 80%;
}

.banner {
    background: #ffffff;
    position: relative;
    min-height: 494px;
}

.banner-login {
    margin-top: 10px;
    text-align: center;
    background: #751c24;
    width: 420px;
    border-radius: 12px;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.banner-content h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 2.3rem;
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
    font-weight: 3;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px 20px 30px;
}

    .banner-content h1 strong {
        color: #fff;
        font-weight: 600;
    }

.banner-content h5 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-shadow: 0 1px #666;
}

.begin-journey h4 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: rgb(255 255 255 / 0.8);
    text-shadow: 0 1px #666;
    font-weight: 300;
}

.apply {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .apply a {
        color: rgb(255 255 255 / 0.8);
        margin-top: 5px;
        display: inline-block;
        text-decoration: underline;
    }

.login-via {
    width: 230px;
    height: 90px;
    border: 6px solid #e3e3e3;
    border-radius: 10px;
    background-color: #ffffff;
    background-size: cover;
    margin: auto;
    line-height: 80px;
    -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;
}

    .login-via:hover {
        box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
        background: #ddd;
        border: 6px solid #fff;
    }

.begin-journey {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.tag {
    position: absolute;
    text-align: center;
    top: -25px;
    width: 100%;
}

    .tag span {
        display: inline-block;
        padding: 10px 10px 15px 10px;
        background: #fff;
        color: #751c24;
        border-radius: 10px;
        line-height: 100%;
        font-size: 0.85rem;
    }

.login-via a {
    position: absolute;
    bottom: -15px;
    width: calc(100% - 50px);
    background: #751c24;
    color: #fff;
    margin: 0 25px;
    left: 0;
    padding: 5px;
    text-align: center;
    border-radius: 36px;
    font-weight: 300;
    font-size: 0.9rem;
}

    .login-via a:hover {
        background: #032d53;
        text-decoration: none;
    }

.popular-services {
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
/*.popular-services:before {
    content: "";
    height: 3px;
    width: 15%;
    left: 0;
    background: #303942;
    position: absolute;
    top: 202px;
}

.popular-services:after{content: "";
    height: 3px;
    width: 15%;
    right: 0;
    background: #303942;
    position: absolute;
    top: 202px;}*/
.download-blog {
    min-height: 460px;
    position: relative;
}

    .download-blog:after {
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        width: 50%;
        height: 100%;
        background: #db492c;
        z-index: -1;
        top: 0;
    }

.download {
    background: url(../../../images/app-bg.jpg) no-repeat right center;
    min-height: 644px;
}

.download-links {
    text-align: left;
    width: 500px;
    padding-top: 60px;
}

.app-link a {
    display: inline-block;
}

    .app-link a img {
        width: 180px;
    }

.download-links h3 {
    font-weight: 500;
    margin-bottom: 20px;
    color: #032d53;
}

.features {
    margin-top: 50px;
}

    .features h5 {
        font-weight: 600;
        color: #032d53;
        font-size: 1.1rem;
    }

    .features ul {
        padding: 0 0 0 15px;
        margin-top: 20px;
        color: #666;
    }

        .features ul li {
            margin-bottom: 15px;
        }

.faq-blog {
    background: #f7f7f7 url(../../../images/faq.jpg) no-repeat center center;
    padding: 80px 0;
    min-height: 300px;
    background-size: 400px;
}

.useful-links {
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #eee;
}

    .useful-links ul {
        display: flex;
        flex-wrap: wrap;
    }

        .useful-links ul li {
            width: 50%;
            display: flex;
            list-style: none;
        }

            .useful-links ul li a {
                text-align: left;
                padding: 15px 30px;
                border: 1px dotted #ccc;
                border-radius: 36px;
                line-height: 100%;
                color: #666;
                width: calc(100% - 50px);
                margin: 10px 25px;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                position: relative;
                padding-right: 40px;
                text-decoration: none !important;
                min-height: 64px;
                -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;
            }

                .useful-links ul li a:hover {
                    background: #032d53;
                    border-color: #032d53;
                    color: #fff;
                }

                    .useful-links ul li a:hover strong {
                        color: #fff;
                    }

                .useful-links ul li a strong {
                    display: block;
                    color: #032d53;
                    width: 100%;
                    font-weight: 400;
                }

                .useful-links ul li a:after {
                    font-family: Font Awesome\ 5 Pro;
                    font-size: 1.2rem;
                    content: " \f061";
                    font-weight: 300;
                    position: absolute;
                    right: 15px;
                    color: #999;
                }

                .useful-links ul li a:hover:after {
                    color: #fff;
                }

.writeups {
    text-align: left;
}

    .writeups.writeups-bg {
        background: #efefef;
        margin: 0 -50px;
        padding: 15px 50px;
        display: flex;
        padding-bottom: 0;
    }

    .writeups .paragraph {
        margin: 20px 0;
    }

.writeups-left {
    float: left;
    width: 50%;
}

.writeups-right {
    width: 300px;
    margin-left: auto;
    background: #fff;
    border: 1px dotted #032d53;
    padding: 30px;
    border-radius: 10px;
    height: auto;
    align-self: flex-start;
    margin-bottom: 15px;
}

    .writeups-right p {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        line-height: 30px;
        padding-left: 50px;
        position: relative;
    }

        .writeups-right p:last-child {
            border: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .writeups-right p:before {
            font-family: Font Awesome\ 5 Pro;
            position: absolute;
            left: 0;
            font-size: 30px;
            color: #032d53;
            top: 13px;
            font-weight: 300;
        }

        .writeups-right p.time-to-fill:before {
            content: " \f1ea";
        }

        .writeups-right p.application-fee:before {
            content: " \f2e8";
        }

        .writeups-right p.processing-time:before {
            content: " \f252";
        }

        .writeups-right p strong {
            display: block;
            font-size: 1.4rem;
            font-weight: 400;
            color: #032d53;
        }

.writeups .paragraph ul {
    padding-left: 20px;
}

    .writeups .paragraph ul li {
        margin-bottom: 20px;
    }

.notification-detail {
    font-weight: 300;
    text-align: left;
    padding: 10px 120px 10px 30px;
    position: relative;
    font-size: 0.9rem;
}

    .notification-detail:before {
        content: " \f4a6";
        font-family: Font Awesome\ 5 Pro;
        position: absolute;
        left: 0;
        font-size: 20px;
        color: #ffe100;
        top: 7px;
        font-weight: 600;
    }

    .notification-detail a {
        position: absolute;
        top: 15px;
        right: 0;
        color: #fff;
        line-height: 100%;
        text-decoration: none !important;
    }

        .notification-detail a:after {
            content: " \f35a";
            font-size: 20px;
            vertical-align: middle;
            font-family: Font Awesome\ 5 Pro;
            font-weight: 600;
            color: #ffe100;
            margin-left: 5px;
        }

        .notification-detail a:hover:after {
            color: #ffffff;
        }

img.singpass:hover {
    cursor: pointer;
}

.breadcrumbs-blog .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs-blog .form_search {
    margin-left: auto;
    min-width: 300px;
}

    .breadcrumbs-blog .form_search .form-control {
        border: none;
    }

ol.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}

    ol.breadcrumb li.breadcrumb-item.active {
        display: block;
    }

    ol.breadcrumb li.breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
        color: #ddd;
    }

    ol.breadcrumb li.breadcrumb-item.active::before {
        display: none;
    }

    ol.breadcrumb li.breadcrumb-item.active {
        display: block;
        clear: both;
        width: 100%;
        text-align: left;
        padding: 0;
        font-size: 2.2rem;
        line-height: 100%;
        color: #fff;
    }

.cards-inline {
    background: #fff;
    padding: 10px 0;
}

    .cards-inline .container {
        display: flex;
    }

        .cards-inline .container .card {
            width: 25%;
            text-align: left;
            background: none;
            border: none;
            padding: 0 20px 0 0;
            margin-right: 20px;
            border-right: 1px dotted #ccc;
        }

            .cards-inline .container .card:last-child {
                border: none;
            }

            .cards-inline .container .card p {
                margin: 0;
                font-size: 0.9rem;
            }

                .cards-inline .container .card p span {
                    color: #666;
                }

                    .cards-inline .container .card p span.pending {
                        color: #b56b09
                    }

.steps {
    justify-content: center;
    display: flex;
    margin: 60px 0 20px 0;
}

    .steps ul {
        display: flex;
        justify-content: center;
        padding: 0;
        list-style: none;
        width: 100%;
        counter-reset: my-sec-counter;
        margin: 0;
        flex: 1;
    }

        .steps ul li {
            position: relative;
            padding: 10px 0px;
            color: #333;
            font-size: 0.9rem;
            flex: 1;
            text-align: left;
        }

            .steps ul li.active {
                font-weight: 500;
                color: #000;
            }

            .steps ul li::before {
                counter-increment: my-sec-counter;
                content: counter(my-sec-counter);
                position: absolute;
                background: #e2e2e2;
                width: 30px;
                height: 30px;
                text-align: center;
                border-radius: 50%;
                line-height: 30px;
                font-size: 0.85rem;
                top: 0;
                margin-top: -25px;
                color: #666;
                left: 0;
            }

            .steps ul li:after {
                content: "";
                position: absolute;
                left: 34px;
                width: calc(100% - 60px);
                background: #999;
                height: 1px;
                top: -10px;
                margin-left: 10px;
            }

            .steps ul li:last-child:after {
                width: 0;
            }

            .steps ul li.completed::before {
                content: "\f00c";
                font-family: "Font Awesome 5 Pro";
                color: #fff;
                font-size: 1rem;
                background: #146675;
                font-weight: 600;
            }

            .steps ul li.active::before {
                color: #fff;
                background: #521419;
            }

.steps-content {
    text-align: left;
}

.radio-control {
    color: #333;
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-weight: 500;
    margin-right: 15px;
}

    .radio-control input[type="radio"] {
        opacity: 0;
        position: absolute;
        z-index: 9999;
    }

.radio-overlay {
    display: inline-block;
    height: 25px;
    left: 0px;
    top: 0px;
    width: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

    .radio-overlay::before {
        content: "\f111";
        font-family: "Font Awesome 5 Pro";
        font-size: 1.4rem;
        line-height: 100%;
        color: #666;
        font-weight: 400;
    }

.radio-control input[type=radio]:checked + .radio-overlay::before {
    content: "\f192";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.my-info {
    border: 1px solid #e2dfdb;
    padding: 24px 24px 0 24px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
/*.my-info {
    border: 1px solid #032d53;
    padding: 10px;
    border-radius: 5px;
    background: #edf8ff;
    padding-left: 160px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}

span.my-info-logo {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    overflow: hidden;
    border-right: 1px solid #032d53;
    height: 100%;
    padding: 0 10px;
}*/
span.my-info-logo img {
    max-width: 360px;
    margin-bottom: 10px;
}

.my-info p {
    font-size: 1.125rem;
}

.my-info a {
    color: #751c24;
    border-bottom: 1px solid #dcc4c6;
    padding-bottom: 2px;
    text-decoration: none;
}

    .my-info a:hover {
        border-bottom: 1px solid #751c24;
        padding-bottom: 2px;
    }

.steps-content h3 {
    font-size: 1.5rem;
    color: #032d53;
}

.form-content {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin: 10px 0 40px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-bottom: 27px;
}

    .form-content .form-group {
        margin-bottom: 1rem;
        text-align: left;
    }

        .form-content .form-group:last-child {
            margin-bottom: 0;
        }

    .form-content .form-control {
        border: 1px solid #ccc;
        height: 40px;
        box-shadow: none !important;
        outline: none;
    }

.form_date, .form_search {
    position: relative;
}

    .form_date .form-control, .form_search .form-control {
        padding-right: 35px;
    }

    .form_date:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f073";
        position: absolute;
        right: 6px;
        top: 7px;
        font-size: 20px;
        pointer-events: none;
        font-weight: 400;
        color: #999;
    }

    .form_search:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f002";
        position: absolute;
        right: 6px;
        top: 7px;
        font-size: 20px;
        pointer-events: none;
        font-weight: 400;
        color: #999;
    }

.form-content .col-form-label {
    text-align: right;
    font-weight: 500;
}

h5.form-heading {
    color: #032d53;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 15px 0;
    text-align: left;
}

    h5.form-heading span {
        display: block;
        font-weight: 400;
        color: #333;
        font-size: 0.9rem;
        text-transform: none;
    }

.multi-field {
    display: flex;
    position: relative;
    align-items: center;
}

    .multi-field .code {
        width: 70px;
        text-align: center;
        margin-right: 30px;
    }

    .multi-field:after {
        content: "-";
    }

    .multi-field.field-phone:after {
        content: "-";
        left: 80px;
        position: absolute;
    }

    .multi-field.unit-field input.form-control {
        width: 120px;
        margin-right: 30px;
    }

    .multi-field.unit-field::after {
        position: absolute;
        left: 130px;
    }

input.form-control.form-control-sm {
    max-width: 200px;
}

.form-content .form-control.form-control-xsm {
    max-width: 120px;
}

.help-blog {
    text-align: left;
    margin: 0 0 5px 0;
}

    .help-blog span {
        color: #751c24;
    }

    .help-blog strong {
        color: #751c24;
        margin-left: 10px;
    }

    .help-blog a {
        display: block;
        font-weight: 300;
        color: #032d53;
        text-decoration: underline;
    }

.button-center {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

    .button-center .btn {
        color: #fff;
        border-radius: 6px !important;
        padding: 8px 20px;
        font-size: 1.1rem;
        background: #666;
        min-width: 160px;
        border: none !important;
        margin: 0 5px;
        text-align: center;
    }

        .button-center .btn.btn-primary {
            background: #751c24 !important;
        }

            .button-center .btn.btn-primary.btn-bordered {
                background: none !important;
                border: 1px solid #032d53 !important;
                color: #032d53 !important;
            }

                .button-center .btn.btn-primary.btn-bordered:hover {
                    background: #751c24 !important;
                    color: #fff !important;
                    border-color: #751c24 !important
                }

        .button-center .btn:hover {
            background: #032d53 !important;
        }

        .button-center .btn.btn-primary.blue {
            background: #032d53 !important;
        }

            .button-center .btn.btn-primary.blue:hover {
                background: #751c24 !important;
            }

        .button-center .btn.btn-primary.btn-bordered:hover {
            background: #751c24 !important;
            color: #fff !important;
        }

.radio-inline {
    padding: 8px 0 0 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.form-content textarea.form-control {
    min-height: 70px;
}

span.text-tag {
    text-align: left;
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-style: italic;
}

tfoot tr td:first-child {
    text-align: right;
    font-weight: 600;
}

span.large {
    font-size: 1.2rem;
    font-weight: 400;
    color: #032d53;
    margin-left: 20px;
    min-width: 90px;
    display: inline-block;
}

tfoot.tfoot-bg {
    background: #032d53;
    color: #fff;
}

tfoot td {
    vertical-align: middle;
}

tfoot.tfoot-bg td {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

    tfoot.tfoot-bg td .large {
        font-size: 1.6rem;
        color: #fff;
    }

.confirmation-message {
    background: #edf8ff;
    border: 1px solid #a3f1a7;
    border-radius: 5px;
    padding: 120px 60px 15px 60px;
    text-align: center;
    color: #666;
    position: relative;
    display: inline-block;
    margin: 50px 0;
}

    .confirmation-message:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f00c";
        position: absolute;
        left: 50%;
        top: 20px;
        font-size: 3rem;
        pointer-events: none;
        color: #fff;
        background: #4baf50;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-weight: 300;
        border-radius: 50%;
        margin-left: -40px;
    }

    .confirmation-message h2 {
        font-size: 1.6rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        margin-bottom: 20px;
        color: #4baf50;
    }

        .confirmation-message h2 span {
            display: block;
            font-size: 1rem;
            margin-top: 10px;
            color: #666;
        }

    .confirmation-message p {
        font-weight: 600;
    }

        .confirmation-message p span {
            display: inline-block;
            margin-left: 30px;
            font-weight: 400;
        }

.filter-tabs {
    background: #fff;
    padding: 20px 0;
    text-align: left;
}

.e-services .moa-list .tab-row .moa-list-blog .button-center {
    position: absolute;
    bottom: 0px;
    margin: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #f0f4fd;
    border-radius: 0 0 5px 5px;
}

.e-services {
    background: #efefef;
}

    .e-services .moa-list .tab-row .moa-list-blog .button-center .btn {
        width: auto !important;
        min-width: 0;
        border: 1px solid #032d53 !important;
        font-size: 1rem;
    }

        .e-services .moa-list .tab-row .moa-list-blog .button-center .btn:hover {
            border: 1px solid #751c24 !important;
        }

    .e-services .moa-list .tab-row .moa-list-blog .status {
        position: relative;
        display: block;
        margin: 0 0 10px 0;
    }

.filter-tabs h4 {
    display: inline-block;
    font-size: 1rem;
    margin-right: 15px;
}

.slider {
    padding: 25px 0;
}

#case-slider .container {
    position: relative;
}

.calendar-blog, .contact-detials, .white-blog {
    background: #fff;
    border-radius: 5px;
    min-height: 400px;
}

.white-blog {
    margin: 40px 0;
}

.eservices-cards a.add-eservices {
    border: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 0px;
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

    .eservices-cards a.add-eservices:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f005";
        position: absolute;
        line-height: 24px;
        left: 0;
        top: 0;
        width: 100%;
        font-weight: 600;
        text-align: center;
        color: #bbb;
    }

    .eservices-cards a.add-eservices:before {
        content: 'Add to My eServices';
        position: absolute;
        top: 100%;
        background: #333;
        padding: 5px;
        min-width: 160px;
        font-size: 0.8rem;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        left: 50%;
        margin-left: -80px;
        z-index: 999;
        display: none;
    }

    .eservices-cards a.add-eservices.added:after {
        color: #ffae00;
    }

    .eservices-cards a.add-eservices.added:before {
        content: 'Remove from My eServices';
    }

    .eservices-cards a.add-eservices:hover:before {
        display: block;
    }

p.no-records {
    color: #666;
    margin-top: 10px;
}

.accordion {
    margin: 40px 0;
    text-align: left;
}

    .accordion .card {
        margin-bottom: 15px;
        border-radius: 5px !important;
        border: 1px solid #ddd !important;
    }

    .accordion .card-header {
        background: none;
        padding: 0;
        border: none;
    }

        .accordion .card-header button.btn.btn-link {
            display: block;
            width: 100%;
            padding: 20px 50px 20px 20px;
            text-align: left;
            color: #666;
            font-size: 1.2rem;
            text-decoration: none;
            position: relative;
        }

.card-body {
    border-top: 1px solid #ddd;
}

span.notice-date {
    display: block;
    font-size: 0.9rem;
    color: #999;
}

.accordion .card-header button.btn.btn-link::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f106";
    position: absolute;
    right: 20px;
    font-size: 24px;
    top: 20px;
    color: #bd2c57;
    line-height: 100%;
}

.accordion .card-header button.btn.btn-link.collapsed::after {
    content: "\f107";
    color: #666;
}
/*ERROR PAGE*/
.error-page {
    background-image: url(../../../images/error-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin: 100px auto;
    min-height: 328px;
    padding-left: 480px;
    text-align: left;
}

    .error-page h3 {
        color: #032d53;
        font-size: 2.4rem;
        font-weight: 300;
    }

    .error-page h5 {
        color: #666;
        line-height: 1.6;
        font-size: 1rem;
        margin-bottom: 40px;
    }

        .error-page h5 strong {
            font-weight: 600;
            color: #333;
            display: block;
            font-size: 1rem;
        }

@media only screen and (max-width: 991.98px) {
    .error-page {
        background-size: 300px;
        padding-left: 340px;
    }
}

@media only screen and (max-width: 767.98px) {
    .error-page {
        background-size: 300px;
        padding-left: 0;
        padding-top: 270px;
        background-position: top center;
        margin-top: 30px;
        text-align: center;
    }

        .error-page h5 {
            margin-bottom: 0;
        }

        .error-page .button-center.button-left {
            text-align: center;
        }
}
/*ERROR PAGE ENDS*/
.button-center.button-left {
    text-align: left;
}

.contact-detials {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    flex-wrap: wrap;
    padding: 40px;
}

.contact-blog {
    width: 350px;
    position: relative;
    border: 1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
    border-radius: 6px;
}

    .contact-blog h4 {
        font-size: 1.4rem;
    }

    .contact-blog h4, .contact-blog a {
        color: #751c24;
    }

.contact-detials .heading-center {
    width: 100%;
    margin-bottom: 10px;
}

    .contact-detials .heading-center h3 {
        font-size: 1.6rem;
    }

        .contact-detials .heading-center h3 span {
            font-size: 0.9rem;
            font-weight: 300;
            color: #666;
            margin-top: 10px
        }

.contact-blog p span {
    display: inline-block;
    font-size: 1.2rem;
    color: #032d53;
    margin-right: 10px;
}

.my-cases-content {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.my-info label.check-control {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #751c24;
    margin-bottom: 10px;
}

    .my-info label.check-control .checkbox-overlay::before {
        display: inline-block;
        vertical-align: top;
        font-size: 1.4rem;
        background: #fff;
    }

.captcha {
    text-align: center;
    display: flex;
    justify-content: center;
    border: 1px solid #ddd;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 15px;
    background: #f8f8f8;
}

.captcha-img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.form-details {
    border-radius: 5px;
    text-align: left;
    color: #666;
    margin-bottom: -15px;
}

    .form-details span:last-child {
        float: right;
    }

    .form-details span i {
        display: inline-block;
        margin-right: 5px;
        color: #751c24;
    }

.about-blog {
    background-color: #fff;
    background-image: url(../../../images/courts-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    text-align: left;
    border-radius: 5px;
    min-height: 510px;
    background-size: 75%;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 0 12px 0px rgb(4 33 84 / 0.1);
}

.about-banner img {
    border-radius: 5px 0 0 5px;
}

.about-content {
    padding: 40px;
    line-height: 1.8;
}

    .about-content h3 {
        margin-bottom: 20px;
    }

.about-grid {
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    padding: 50px 30px;
}

    .about-grid .heading-center h3 span {
        font-weight: 400;
        margin-top: 10px;
        line-height: 1.6;
        font-size: 1rem;
    }

.grid-blog {
    display: flex;
    font-weight: 400;
    line-height: 1.6;
    font-size: 1rem;
}

    .grid-blog div {
        width: calc(33.33% - 30px);
        margin: 0 15px;
    }

        .grid-blog div span {
            display: block;
            margin-bottom: 20px;
        }

        .grid-blog div h5 {
            font-size: 1.3rem;
            margin-bottom: 30px;
        }

        .grid-blog div span img {
            width: auto;
            height: 100px;
        }

ol.breadcrumb li.breadcrumb-item.active span {
    display: block;
    font-size: 1rem;
}

.mt-40 {
    margin-top: 40px;
}

.form-control:disabled, .form-control[readonly], select.form-control:disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

    .form-control:disabled:hover, .form-control[readonly]:hover, select.form-control:disabled:hover {
        cursor: not-allowed !important;
    }
/*slider Css*/
.carousel-inner .tab-row {
    margin: 0;
}

    .carousel-inner .tab-row a {
        width: 100%;
    }

.carousel-inner .carousel-item {
    padding: 0 !important;
}

.carousel-inner {
    padding: 10px 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md  if col-md-4*/
    .carousel-inner .active.col-md-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm  if col-sm-6*/
    .carousel-inner .active.col-sm-12.carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -75%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/*MD*/
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
    }
}
/*LG */
@media (min-width: 991px) {
    /* show 4th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.33%; /*change this with javascript in the future*/
        z-index: -1;
        display: none !important;
        visibility: visible;
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
    }
}
/*Slider Css Ends*/
/*COMMON CSS*/
.more-info-details {
    margin: -24px;
    margin-bottom: 0;
}

.data-table.party-table .table {
    border: none !important;
}

.has-nontification:before {
    position: absolute;
    background: #751c24;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: 0px;
    top: 5px;
    color: #fff;
    content: "";
}

.navbar-nav .dropdown-menu .items a.unread {
    background: #fffdf0;
}

.navbar-nav .dropdown-menu .items a strong {
    font-weight: 400;
}

.navbar-nav .dropdown-menu .items a.unread strong {
    font-weight: 600;
}

span.date-time {
    display: block;
    font-size: 0.85rem;
    font-style: italic;
    color: #666;
    font-weight: 300;
}

.rfa {
    background: #fff;
    padding: 40px 0;
}

.request-for-action {
    width: 100%;
}

.table td h4 {
    color: #032d53;
    font-size: 1.1rem;
    margin: 0;
}

.dashboard .table td .btn-primary {
    width: 100%;
    font-size: 0.9rem;
    border: none !important;
    background: #032d53;
    border-radius: 36px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

    .dashboard .table td .btn-primary:hover {
        background: #751c24;
    }

.table-responsive.overflow-unset {
    overflow: unset;
}

    .table-responsive.overflow-unset .table td {
        border-top: none;
        border-bottom: 1px solid #eee;
    }
/*Kendo Events Calendar Css Starts Here*/
.calendar-blog .k-scheduler-table td, .calendar-blog .k-scheduler-table th {
    height: 1.5em;
    padding: 10px .5em;
    color: #333;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: 'Roboto' !important;
}

.calendar-blog .k-draghandle.k-state-selected:hover, .calendar-blog .k-ghost-splitbar-horizontal, .calendar-blog .k-ghost-splitbar-vertical, .calendar-blog .k-list > .k-state-highlight, .calendar-blog .k-list > .k-state-selected, .calendar-blog .k-marquee-color, .calendar-blog .k-panel > .k-state-selected, .calendar-blog .k-scheduler .k-scheduler-toolbar .k-state-selected, .calendar-blog .k-scheduler .k-today.k-state-selected, .calendar-blog .k-state-selected, .calendar-blog .k-state-selected:link, .calendar-blog .k-state-selected:visited, .calendar-blog .k-tool.k-state-selected {
    color: #fff;
    background-color: #032d53;
    border-color: #032d53;
}

    .calendar-blog .k-panelbar > li.k-state-default > .k-link.k-state-selected, .calendar-blog .k-panelbar > li > .k-state-selected, .calendar-blog .k-state-selected > .k-link {
        color: #fff !important;
    }

.calendar-blog .k-scheduler-toolbar .k-link:hover {
    color: #fff;
    background-color: #751c24;
    border-color: #751c24 !important;
}

.calendar-blog .k-scheduler div.k-scheduler-toolbar > ul > li.k-nav-current a:hover {
    background: none !important;
}

.calendar-blog .k-scheduler div.k-scheduler-toolbar > ul > li.k-nav-current a {
    font-weight: 400;
}

.calendar-blog .k-event, .calendar-blog .k-task-complete {
    font-weight: 300;
    border-color: #032d53 !important;
    background: #032d53 0 -257px none repeat-x;
    font-size: 0.9rem;
}

.calendar-blog td span.k-link.k-nav-day {
    color: #666;
    font-weight: 400;
}

.calendar-blog .k-scheduler-toolbar .k-nav-current .k-lg-date-format, .calendar-blog .k-scheduler-toolbar .k-i-calendar {
    color: #032d53;
}

.calendar-blog .k-floatwrap.k-header.k-scheduler-toolbar {
    background: #dcedfc;
    padding: 15px 10px;
    border-bottom: 2px solid #032d53;
}

.calendar-blog .k-scheduler-monthview .k-scheduler-table td.k-today {
    background: #032d53;
}

    .calendar-blog .k-scheduler-monthview .k-scheduler-table td.k-today span.k-link.k-nav-day {
        color: #fff;
    }

.calendar-blog li.k-state-default.k-scheduler-fullday a.k-link {
    background: #032d53;
    border: none;
    color: #fff;
    border-radius: 36px;
    font-size: 0.9rem;
}

    .calendar-blog li.k-state-default.k-scheduler-fullday a.k-link:hover {
        background: #751c24;
    }

.calendar-blog li.k-state-default.k-scheduler-fullday {
    border: none;
}

.calendar-blog .k-scheduler-header th, .calendar-blog .k-scheduler-header-wrap, .calendar-blog .k-scheduler-table td, .calendar-blog .k-scheduler-times, .calendar-blog .k-scheduler-times th, .calendar-blog .k-scheduler-times tr {
    border-color: #eee;
}

.calendar-blog .k-widget.k-scheduler {
    border: 1px solid #eee;
}

.calendar-blog .k-button {
    border: 1px solid #ddd;
}

.calendar-blog .k-scheduler-layout tr + tr .k-scheduler-table > tbody > tr:last-child > td {
    border-bottom: none;
}

.k-tooltip-content {
    font-size: 0.9rem;
    font-weight: 300;
}

.calendar-blog .k-scheduler .k-link {
    font-weight: 300;
}

.calendar-blog .k-scheduler-agendaday {
    color: #032d53;
    font-size: 2rem;
}

.calendar-blog .k-scheduler-agendaweek {
    font-weight: 300;
}

.calendar-blog .k-scheduler-timecolumn > div {
    color: #666;
    font-weight: 300;
}

.calendar-blog .event-template {
    font-weight: 300;
}

.calendar-blog .k-scheduler-table .k-today, .calendar-blog .k-today > .k-scheduler-datecolumn, .calendar-blog .k-today > .k-scheduler-groupcolumn {
    background-color: #dcedfc;
}
/*Kendo Events Calendar Css Ends Here*/
.form-content .form-control .form-control {
    border: none;
    height: auto;
}

.error-block {
    color: red !important;
    display: block;
    margin-top: 4px;
}

body .k-autocomplete.k-state-default, body .k-dropdown-wrap.k-state-default, body .k-multiselect.k-header, body .k-numeric-wrap.k-state-default, body .k-picker-wrap.k-state-default {
    height: 40px;
}

span.k-widget.k-dropdown.form-control {
    border-right: 1px solid red;
    width: calc(100% - 1px);
    border: none;
    height: 100%;
}
/*Terms Privacy */
.terms-privacy {
    padding: 30px 40px;
    text-align: left;
    color: #555;
}

    .terms-privacy li, .terms-privacy li li {
        line-height: 1.6;
        margin: 15px 0;
    }

    .terms-privacy p strong {
        font-weight: 600;
        color: #333;
    }

    .terms-privacy ol {
        list-style-type: none;
        counter-reset: item;
        padding: 0;
        list-style-position: outside;
    }

        .terms-privacy ol li > ol {
            margin-bottom: 30px;
        }

            .terms-privacy ol li > ol ol {
                margin-bottom: 0;
            }

        .terms-privacy ol li {
            display: block;
            font-size: 1.5rem;
            font-weight: 600;
            color: #032d53;
            margin: 20px 0 15px 0;
        }

            .terms-privacy ol li li {
                padding-left: 20px;
                font-weight: 400;
                font-size: 1rem;
                color: #333;
            }

                .terms-privacy ol li li li {
                    padding-left: 0;
                }

        .terms-privacy ol > li {
            counter-increment: item;
            margin-bottom: 0.6em;
        }

            .terms-privacy ol > li:before {
                content: counters(item, ".") ". ";
            }

    .terms-privacy li ol > li:before {
        content: counters(item, ".") " ";
        color: #032d53;
        font-weight: 600;
    }
/*Terms Privacy Ends */
p.footer-links {
    text-align: left;
    line-height: 100%;
}

.footer-copyright {
    background: #282624;
    padding: 10px;
    display: flex;
}

.powered-by img {
    margin-left: 2px;
    width: 110px;
}

.last-updated {
    font-style: italic;
}

.footer-links a:first-child {
    padding-left: 0;
}

#notification ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.data-table.fee-payble-table tr th:first-child {
    width: 200px;
}

.has-danger {
    color: #ff0000;
}

    .has-danger .form-control {
        border-color: #ff0000;
    }

.required-error {
    margin: 0;
}

.steps-content h3 span {
    display: block;
    font-size: 1rem;
    color: #333;
}

.cust-tooltip i {
    margin-left: 10px;
}

.radio-control {
    padding-top: 7px;
}

.blog {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

    .blog .step-blog {
        width: 65%;
        background: #fff;
        margin-top: 20px;
        border-radius: 5px;
        fill: #ffffff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
        padding: 25px 35px;
        text-align: left;
    }

.buttons-small {
    margin: 10px 0 0 0;
}

.blog .step-blog.blog-icon {
    padding-left: 130px;
    position: relative;
}

    .blog .step-blog.blog-icon:before {
        font-family: Font Awesome\ 5 Pro;
        font-weight: 600;
        position: absolute;
        left: 25px;
        height: 80px;
        top: 30px;
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 1.8rem;
    }

.blog .step-blog.not-eligible:before, .blog .step-blog.not-eligible2:before {
    content: " \f235";
    background: #ebd3d7;
    color: #9d2138;
}

.blog .step-blog.need-singpass:before {
    content: " \f2bb";
    background: #f3f3f3;
    color: #cccccc;
}

.blog .step-blog.eligible:before {
    content: " \f00c";
    background: #d8e4e9;
    color: #3a798f;
}

.blog .step-blog.ancillary_matters_not-sure:before, .blog .step-blog.ancillary_matters_no:before, .blog .step-blog.ancillary_matters_yes:before {
    content: " \f15c";
    background: #f3f3f3;
    color: #cccccc;
}

.blog .step-blog.blog-icon-response:before {
    content: " \f252";
    background: #f3f3f3;
    color: #cccccc;
}

.blog .step-blog.blog-icon-response.success:before {
    content: " \f00c";
    background: #d8e4e9;
    color: #3a798f;
}

.link {
    color: #9d2138 !important;
    position: relative;
    padding-right: 30px;
    border-bottom: 1px solid #9d2138;
    text-decoration: none !important;
    display: inline-block;
}

.has-tooltip .link {
    color: #fff !important;
    border-color: #fff;
}

.link:hover {
    color: #000 !important;
}

.link:after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 1rem;
    position: absolute;
    content: " \f08e";
    font-weight: 300;
    top: -2px;
    right: 5px;
}

.buttons-small .btn {
    padding: 7px 30px;
    border: 1px solid #ccc;
    box-shadow: none;
    margin-right: 5px;
}

.buttons .btn.btn-primary {
    background: #032d53;
    border-color: #032d53;
}

.buttons-small .btn.btn-primary {
    background: #032d53;
    color: #fff;
    border-color: #032d53;
}

.buttons-small .btn:hover, .buttons .btn.btn-primary:hover {
    background: #751c24;
    color: #fff;
    border-color: #751c24;
}

.hidden {
    display: none;
}

h6 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 400;
}

.blog .step-blog h4 {
    margin-bottom: 1.2rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #212529;
}

.main-heading {
    text-align: left;
    margin: 20px 0 0 0;
}

    .main-heading h1 {
        color: #032d53;
        font-weight: 500;
        font-size: 2rem;
        margin-bottom: 10px;
    }

.has-tooltip ul {
    padding-left: 15px;
    margin-top: 10px;
}

.step-blog ul {
    color: #666;
    line-height: 1.6;
    padding-left: 15px;
    margin-bottom: 30px;
}

a.no-link {
    color: #666;
    text-decoration: none !important;
    pointer-events: none;
}

.link-list li {
    padding: 4px 0;
}

.buttons .btn {
    padding: 10px 20px;
    border-radius: 36px;
}

.buttons-small .btn {
    padding: 7px 30px;
}

.step-blog .has-tooltip ul {
    color: #fff;
    margin-bottom: 0;
}

.margin-top-30 {
    margin-top: 30px;
}

@media only screen and (min-width: 1230px) {
    .container {
        max-width: 1200px;
    }
}

.table td .status {
    margin: 0;
}

.table td.has-more-info .status {
    margin-top: 10px;
}

.case_number {
    display: block;
    font-style: normal;
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 400;
}

.case_name {
    display: block;
    color: #032d53;
    font-weight: 400;
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.case_nature {
    border-top: 1px dashed #bbb;
    display: inline-block;
    padding: 15px 0 0 0;
    margin-top: 15px;
    width: 100%;
}

#case_information .table-responsive .help-blog {
    margin: 10px 0;
}

.loader-main img {
    width: auto;
    height: 50px;
}

.filter-tabs .container {
    position: relative;
    padding-left: 120px;
}

    .filter-tabs .container h4 {
        position: absolute;
        left: 15px;
        top: 2px;
    }

    .filter-tabs .container a:last-child {
        border: none;
    }

.e-services .main-heading {
    margin-top: 0;
}

.main-heading h1 span {
    display: block;
    font-size: 1.2rem;
    color: #333;
    margin-top: 5px;
}

.required .col-form-label {
    position: relative;
}

    .required .col-form-label::after {
        content: "*";
        margin-left: 4px;
        position: absolute;
        color: #ff0000;
    }

.tab-pane .bg-blog:last-child {
    margin-bottom: 0;
}

.e-services {
    padding-bottom: 20px;
}

#documents .filter-tabs {
    padding-bottom: 0;
}

.moa-list {
    margin-bottom: 20px;
}

.modal-body .form-content {
    padding: 40px;
    margin: 40px 0 40px 0;
}

.k-more-events.k-button {
    background: #751c24;
    min-height: 30px;
    color: #fff;
    font-size: 2rem;
}

.benner-fjc {
    min-height: 559px;
    background-image: url(../../../images/home-banner.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 10px 0 40px 0;
    background-color: #fff;
    text-align: left;
}

.banner-content-fjc {
    width: 520px;
    margin-top: 100px;
}

    .banner-content-fjc p {
        color: #646669;
    }

.icon-list p span {
    display: inline-block;
    vertical-align: middle;
    background: #f3f3f3;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 1.6rem;
    color: #9D2138;
    border-radius: 5px;
    margin-right: 10px;
}

.icon-list h4 {
    margin-bottom: 10px;
}

.banner-content-fjc a.btn {
    background: #efefef;
    margin-right: 10px;
    min-width: 220px;
}

.disclaimer {
    background: #f3f3f3;
    padding: 40px 0;
    color: #646669;
    text-align: left;
}

    .disclaimer p {
        margin-bottom: 2rem;
    }

.steps-mobile {
    display: none;
    text-align: left;
}

.steps-count {
    margin-bottom: 10px;
}

.steps-mobile .progress {
    height: 5px;
}

.steps-mobile .progress-bar {
    background: #3a798f;
}

.disclaimer p:last-child {
    margin: 0;
}

.slider .tab-cell.eservices-cards {
    width: 100% !important;
    height: 340px !important;
    border: 0px solid #e3e4e5 !important;
    box-shadow: 0 0 12px 0px rgb(4 33 84 / 0.1) !important;
}

    .slider .tab-cell.eservices-cards:hover {
        box-shadow: 0 0 12px 0px rgb(4 33 84 / 0.3) !important;
    }

.page-link {
    color: #1a5696;
}

.carousel span.sr-only {
    color: #000;
}

label.form-label {
    display: block;
}

.alert {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 1.25rem;
}

.alert-icon {
    font-size: 3rem;
    margin: 20px 0 5px 0;
}

.alert p:last-child {
    margin: 0;
}

.alert-icon i {
    background: #000;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: #fff;
}

.alert .border-bottom {
    border-bottom: 1px solid rgb(0 0 0 / 0.1) !important;
}

.alert .border-bottom {
    border-bottom: 1px solid rgb(0 0 0 / 0.1) !important;
    padding-bottom: 1rem;
}

.alert-info .alert-icon i {
    background: #014181;
}

.alert-success .alert-icon i {
    background: #5abb5c;
}

.alert-danger .alert-icon i {
    background: #ac4147;
}

.alert-warning .alert-icon i {
    background: #c79b30;
}

.alert-info h2 {
    color: #014181;
}

.alert-success h2 {
    color: #5abb5c;
}

.alert h2 {
    font-weight: 300;
}

.alert-danger h2 {
    color: #ac4147;
}

.alert-warning h2 {
    color: #c79b30;
}

.alert-info {
    border-bottom: 4px solid #014181;
}

.alert-success {
    border-bottom: 4px solid #5abb5c;
}

.alert-danger {
    border-bottom: 4px solid #ac4147;
}

.alert-warning {
    border-bottom: 4px solid #c79b30;
}

.alert-dismissible .close {
    outline: none;
}

span.date_filed {
    color: #666;
    font-size: 0.9rem;
}

.services-img {
    width: 72px;
    margin: auto;
    height: 72px;
    background: #eeece9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-img img {
    margin-top: 50px;
}

.tab-row a .status {
    display: block;
    margin: 0 0 10px 0;
}

.slider .tab-cell.eservices-cards {
    width: 100% !important;
    height: 340px !important;
    border: 0px solid #e3e4e5 !important;
    box-shadow: 0px 0px 6px #ccc !important;
}

.carousel-inner .tab-cell.eservices-cards {
    margin-bottom: 10px;
    width: 100% !important;
}

.modal-body .writeups-left h5 {
    margin-top: 0;
}

.data-table.party-table {
    margin-bottom: -10px;
}

.sgds-masthead {
    position: relative;
    background-color: #f0f0f0;
    height: auto;
    padding: 4px 0;
    font-size: 14px
}

    .sgds-masthead .is-text {
        margin-left: 4px
    }

    .sgds-masthead .sgds-icon {
        font-size: 20px
    }

    .sgds-masthead a {
        color: #484848;
        display: flex;
        align-items: center;
        text-decoration: none !important;
    }

        .sgds-masthead a:hover {
            color: #151515
        }

.sgds-icon {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../../../images/sg-gov.svg);
    background-repeat: no-repeat;
    background-size: 19px;
}

.steps-content .form-group.row {
    margin-left: 0;
    margin-right: 0;
}

.form-content .col-form-label {
    width: 100%;
    padding-left: 15px;
    text-align: left;
    padding-right: 15px;
}

.bg-blog.blog-normal {
    background: none;
    padding: 0;
}



.input-group .btn {
    background: #751c24;
    margin: 0;
    border: none;
    color: #fff;
    margin-left: 10px;
    border-radius: 4px !important;
}

    .input-group .btn:hover {
        background: #032d53;
    }

.input-group .form-control {
    border-radius: 4px !important;
}
/*Added on 01-12-2020 Starts*/
.request-for-action .data-table .table > thead > tr > th {
    white-space: nowrap;
}

.description {
    max-width: 400px;
}

.case-no {
    white-space: nowrap;
}

.request-for-action .table td .btn-primary {
    width: auto;
    font-size: 0.9rem;
    background: none;
    border-radius: 36px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    color: #751c24;
    border: 1px solid #751c24 !important;
    display: inline-block;
    background: #fff !important;
}

    .request-for-action .table td .btn-primary:hover {
        color: #fff !important;
        background: #751c24 !important;
    }

.request-for-action .badge {
    font-weight: 400;
    font-size: 0.9rem;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    padding: 7px 15px;
    margin-bottom: 5px;
}

.badge-moa {
    border-color: #b1c9e0;
    color: #004080;
    background: #e1edfa;
}

.badge-dl {
    border-color: #e8cacc;
    color: #751c24;
    background: #f7e4e5;
}

.description strong {
    display: block;
}

.case-no a {
    color: #025fbd;
    text-decoration: underline;
}

    .case-no a:hover {
        color: #751c24
    }

.request-for-action table.table.table-striped {
    border-spacing: 0 6px;
    border-collapse: separate;
    border: none !important;
}

.table-responsive.overflow-unset .table tr td:first-child {
    border-radius: 6px 0 0 6px;
}

.table-responsive.overflow-unset .table tr td:last-child {
    border-radius: 0 6px 6px 0;
}

.request-for-action .data-table .table > thead > tr > th:first-child {
    border-radius: 6px 0 0 6px;
}

.request-for-action .data-table .table > thead > tr > th:last-child {
    border-radius: 0 6px 6px 0;
}

.request-for-action .table-striped tbody tr {
    background: none;
}

.request-for-action .table-responsive.overflow-unset .table td {
    background: #fff;
}

.e-services-white-bg {
    background: #fff;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.form-content .record:first-child .remove {
    display: none;
}

.child-blog-main {
    position: relative;
}

.bg-blog .record h3 {
    text-align: left;
    font-size: 130%;
    color: #751c24;
}

.bg-blog .remove.remove-children {
    position: absolute;
    left: auto;
    right: 0px;
    margin-top: -35px;
    color: #751c24;
    cursor: pointer;
}

.bg-blog .child-blog-main .add-btn {
    text-align: left;
    border-top: 1px solid #ccc;
    padding-top: 6px;
    margin-top: 20px;
    color: #751c24;
    cursor: pointer;
}

.bg-blog .record {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 10px;
}

    .bg-blog .record:nth-child(1) {
        border-top: none;
        margin-top: 0px;
        padding-top: 0px;
    }

.add-btn i, .remove-permitted-occupier i, .remove i {
    margin-right: 10px;
}
/*Added on 01-12-2020 Ends*/
/*Added on 04-02-2021 Starts*/
.navbar-brand img {
    width: auto;
    height: 46px;
    max-width: none;
}

.sgds-masthead a {
    color: #666;
}

.sitemap-header img {
    width: auto;
    height: 50px;
}


    .footer-copyright .container {
        border-top: 1px solid #989ea3;
        padding-top: 30px;
        padding-bottom: 20px;
    }

.footer p.powered-by {
    margin-top: 15px;
}

.footer-links a i {
    margin-left: 5px;
}

.last-updated {
    font-style: normal;
}

.footer p {
    color: #cccccc;
}

.footer .sitemap a {
    color: #fff;
    padding: 0 25px;
}

.footer-links a:first-child {
    padding-left: 0;
}

.main-content {
    padding-bottom: 273px;
}
/*Added on 04-02-2021 Ends*/
.login-via {
    border: none;
    height: auto;
    width: auto;
    line-height: 100%;
    margin-bottom: 20px;
}

    .login-via:hover {
        border: none;
        height: auto;
        width: auto;
    }

    .login-via img.singpass {
        width: 280px;
        height: auto;
    }
/** jds-footer Styling **/
.jds-footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    background: #0e1524;
    padding: 2rem 0;
    text-align: left;
}

    .jds-footer a {
        color: #fff;
        margin-right: 2rem;
        border-bottom: 1px solid #777777;
        padding-bottom: 2px;
    }

        .jds-footer a:hover {
            border-bottom-color: #fff;
            text-decoration: none;
        }

        .jds-footer a:first-child {
            padding-left: 0;
        }

.footer-links {
    text-align: left;
    line-height: 100%;
}

.powered-by img {
    margin-left: 2px;
    width: 110px;
}

.last-updated {
    font-style: italic;
}

.footer-links a:first-child {
    padding-left: 0;
}

.sitemap {
    padding-bottom: 2rem;
}

.jds-footer a:last-child {
    margin-right: 0;
}

.footer-link, .footer-link:hover, .footer-link:active, .footer-link:visited {
    color: inherit;
}



.copyright .footer-links {
    margin-bottom: 1rem;
}

.jds-footer .copyright {
    padding-top: 2rem;
}

.divider {
    margin: 0;
    background: transparent;
    height: 1px;
    border-top: 1px solid #ccc;
}
/**End of jds-footer Styling **/
.terms-privacy.privacy ol li {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}

.terms-privacy li ol > li:before {
    font-weight: 400;
    color: #333333;
}

.notification-detail .notices p {
    border-bottom: 1px solid #999;
    padding-bottom: 12px;
}

.notification-detail .notices p:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.sgds-masthead .sgds-icon {
    font-size: 20px;
    margin-left: -3px;
}

@media only screen and (max-width: 767px) {
    .radio-toggle {
        display: block;
    }

        .radio-toggle .blue {
            display: block;
            width: 100%;
            min-height: 40px;
        }

    .impersonation-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
    }

    .impersonation-content {
        flex-direction: column;
        gap: 8px;
        max-width: 100%;
    }

    .close-alert {
        align-self: flex-end;
        margin-top: 8px;
    }
}

.impersonation-banner {
    background-color: #781d24;
    color: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.impersonation-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
    max-width: 1280px; /* new! limits line length */
    margin: 0 auto;
}

    .impersonation-content i {
        font-size: 18px;
        color: #fff;
        flex-shrink: 0;
    }

.impersonation-text {
    color: #fff;
}

    .impersonation-text a {
        color: #a3d0ff;
        text-decoration: underline;
        font-weight: 500;
    }

.close-alert {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin-left: 12px;
    padding: 0 8px;
    display: flex;
    align-items: center;
}
