@charset "UTF-8";

:root {
    --bs-primary: #7ea831;
}

/* MT_START */

html,
body {
    overflow-x: hidden;
}

::-ms-reveal {
    display: none;
}

.dash_year_select_wrap {
    position: fixed;
    top     : 12px;
    z-index : 1080;
    width   : 100px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background-color: #ffffff !important;
    color           : var(--bs-primary) !important;
    border-color    : var(--bs-primary) !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: #ffffff !important;
    color           : var(--bs-secondary) !important;
    border-color    : var(--bs-secondary) !important;
}

.btn.btn-label-secondary:hover,
.btn.btn-label-secondary:focus,
.btn.btn-label-secondary:active {
    background-color: #ffffff !important;
    color           : #696969 !important;
    border-color    : #696969 !important;
}


.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
    background-color: #ffffff !important;
    color           : var(--bs-danger) !important;
    border-color    : var(--bs-danger) !important;
}

/************************/
/* For Firefox, IE 10+ */
html.thin-scrollbar .dataTables_scrollBody,
html.thin-scrollbar .template-customizer-inner,
.thin-scrollbar {
    -ms-overflow-style: auto;
    scrollbar-width   : thin;
}

/* For Chrome */
html.thin-scrollbar .dataTables_scrollBody::-webkit-scrollbar,
html.thin-scrollbar .template-customizer-inner::-webkit-scrollbar,
.thin-scrollbar::-webkit-scrollbar {
    width           : 7px;
    height          : 7px;
    background-color: #f0f0f0;
}

html.thin-scrollbar .dataTables_scrollBody::-webkit-scrollbar-thumb,
html.thin-scrollbar .template-customizer-inner::-webkit-scrollbar-thumb,
.thin-scrollbar::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
}

html.thin-scrollbar .dataTables_scrollBody::-webkit-scrollbar-thumb:hover,
html.thin-scrollbar .template-customizer-inner::-webkit-scrollbar-thumb:hover,
.thin-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #aaaaaa;
}

.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
}

.select2-container--default .select2-results__option[aria-selected=true],
.light-style .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(126, 168, 49, 0.08) !important;
    color           : #7ea831 !important;
}


.init_datepicker .fill_date~.btn-outline-primary[data-label="Select Date"] {
    color           : #676767;
    padding         : 0.469rem 0.735rem;
    background-color: #fff;
}

.init_datepicker .fill_date~.btn-outline-primary[data-label="Select Date"]:not(:focus) {
    border-color: #d4d8dd;
}

.init_datepicker .fill_date~.btn-outline-primary[data-label="Select Date"]:hover,
.init_datepicker .fill_date~.btn-outline-primary[data-label="Select Date"]:focus {
    background-color: transparent;
    background-color: #fff;
}

/************************/

/* customer portal horizontal menu css */

body.modal-open .select2-container {
    z-index: 1091 !important;
}

@media (min-width:1199px) {
    html.layout-navbar-fixed body.custom-horizontal-menu .layout-wrapper:not(.layout-without-menu) .layout-page {
        padding-top: 70px !important;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .layout-menu {
        width: 100%;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .layout-menu.bg-menu-theme {
        background-color: #fff !important;
        box-shadow      : 0 0.125rem 0.25rem rgb(147 158 170 / 40%) !important;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .layout-menu.bg-menu-theme:before {
        content   : '';
        position  : absolute;
        width     : 100%;
        top       : 65px;
        left      : 0;
        height    : 1px;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .layout-menu .app-brand.demo {
        max-width: 1440px;
        margin   : 0 auto;
        padding  : 0 1.875rem;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .layout-menu .app-brand .app-brand-big-logo {
        width: 115px;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .layout-menu-toggle {
        display: none;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .menu-vertical .menu-inner {
        flex          : unset;
        height        : auto;
        width         : 100vw;
        display       : block;
        max-width     : 1440px;
        margin        : 0 auto;
        padding       : 0 1.875rem;
        padding-top   : 9px !important;
        padding-bottom: 8px !important;
        flex-wrap     : wrap
    }


    html.layout-navbar-fixed body.custom-horizontal-menu .menu-vertical .menu-inner>.menu-item {
        flex   : unset;
        display: inline-block;
        width  : auto !important;
        margin : 0;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .menu.layout-menu.menu-vertical {
        bottom    : auto;
        box-shadow: none;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .menu.layout-menu.menu-vertical>.menu-divider {
        display: none;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .layout-page .layout-navbar {
        height          : 65px;
        background-color: #ffffff !important;
        z-index         : 1082;
        box-shadow      : none;
    }

    .select2-container {
        z-index: 1079;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu>.select2-container {
        z-index: 1082;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .layout-page {
        padding-left: 0px;
        margin-top  : 65px;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .content-footer {
        left: 0 !important;
    }

}

/* customer portal horizontal menu css */

.content-wrapper .select2-container {
    z-index: 1079;
}

.input-validation-only {
    margin    : 0 !important;
    padding   : 0 !important;
    border    : 0 !important;
    height    : 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    width     : 0 !important;
    min-width : 0 !important;
    max-width : 0 !important;
    opacity   : 0 !important;
    display   : block !important;
    visibility: visible !important;
}

select.select2 {
    opacity: 0;
}

.datatable-row-context {
    position: absolute;
    z-index : 100000;
    display : none;
}

.page-notifications {
    position : fixed;
    right    : 30px;
    top      : 60px;
    z-index  : 9999;
    max-width: 300px;
    width    : 100%;
    right    : inherit;
    left     : 50%;
    transform: translateX(-50%);
    bottom   : 30px;
    top      : inherit;
}

.page-notifications .alert {
    padding   : 15px;
    word-break: break-word;
}

.page-notifications .alert .btn-close {
    padding: 0;
    top    : 10px;
    right  : 10px;
}

.page-notifications .alert .alert-heading {
    padding-right: 20px;
}

.mt-datatable-wrap {
    opacity   : 0;
    min-height: 200px;
}

.mt-datatable-wrap .dataTables_scrollBody {
    min-height   : 457px;
    border-bottom: 1px solid #d4d8dd;
    max-height   : 457px;
}

.mt-datatable-wrap .dataTables_scrollBody thead tr {
    height: 0px !important;
    border: 0px !important;
}

.mt-datatable-wrap .table th {
    text-transform: unset;
}

.mt-datatable-wrap tr.filters .btn {
    border-color: #d4d8dd;
}

.mt-datatable-wrap tr.filters .btn:hover,
.mt-datatable-wrap tr.filters .btn:focus {
    border-color: #7ea831;
    color       : #69809a;
    background  : transparent;
}

.mt-datatable-wrap .dataTables_wrapper .dataTables_length {
    float     : left;
    margin-top: 0;
}

.mt-datatable-wrap .dataTables_wrapper .dataTables_info {
    float      : left;
    margin-top : 0;
    margin-left: 10px;
    padding    : 2px 0 0 6px;
    border-left: 1px solid #a8b1bb;
}

.mt-datatable-wrap .bulk-action-form>.input-group {
    width        : max-content;
    margin-top   : 15px;
    margin-bottom: 15px;
}

.init_fileuploadcontrol_preview .avatar {
    height       : 100px;
    width        : 100px;
    margin-right : 0.5rem;
    margin-bottom: 0.5rem;
    cursor       : auto;
}

.init_datepicker button {
    width     : 100%;
    text-align: left;
}

.init_datepicker .error+button {
    border-color: red;
}

.bs-stepper .step.active.crossed .step-trigger .bs-stepper-circle {
    color: #fff !important;
}

.bs-stepper.wizard-vertical-icons-example .bs-stepper-header .step.crossed .bs-stepper-circle {
    font-family: "Rubik", "Times New Roman", serif;
}

.card .index-btn-wrap {
    position: absolute;
    right   : 10px;
}

#template-customizer .template-customizer-open-btn {
    top: 80px !important;
}

/* MT_END */

/**
 * Common Design VK
 *
 * @author Vishal Khatra
 */
html:not([dir=rtl]) .menu.menu-vertical .app-brand {
    padding-left: 20px;
}

.menu .app-brand-logo.demo {
    width : 40px;
    height: 40px;
}

.menu .logo .demo img {
    height    : 100%;
    width     : 100%;
    object-fit: contain;
}

.app-brand-big-logo {
    display    : block;
    flex-grow  : 0;
    flex-shrink: 0;
    overflow   : hidden;
    min-height : 1px;
}

.app-brand-big-logo.demo {
    -ms-flex-align : center;
    align-items    : center;
    -ms-flex-pack  : center;
    justify-content: center;
    display        : -ms-flexbox;
    display        : inline-block;
    width          : auto;
    height         : 70px;
}

.menu .app-brand-big-logo.demo {
    width : 198px;
    height: 58px;
}

.app-brand-big-logo.demo img {
    height    : 100%;
    width     : auto;
    object-fit: contain;
}

.layout-navbar-fixed.layout-menu-fixed:not(.layout-menu-collapsed) .menu .app-brand-logo.demo,
.layout-navbar-fixed.layout-menu-fixed.layout-menu-collapsed.layout-menu-hover .menu .app-brand-logo.demo {
    height : 0;
    width  : 0;
    opacity: 0;
}

.layout-navbar-fixed.layout-menu-fixed.layout-menu-collapsed:not(.layout-menu-hover) .menu .app-brand-big-logo.demo {
    height : 0;
    width  : 0;
    opacity: 0;
}

/* thin-scrollbar light-style layout-navbar-fixed layout-footer-fixed layout-menu-fixed */

/* thin-scrollbar light-style layout-navbar-fixed layout-footer-fixed layout-menu-fixed layout-menu-hover
 thin-scrollbar light-style layout-navbar-fixed layout-footer-fixed layout-menu-fixed layout-menu-collapsed */
/* thin-scrollbar light-style layout-navbar-fixed layout-footer-fixed layout-menu-fixed layout-menu-collapsed table.table> :not(caption)>*>* {
    padding: 0.5rem 0.7rem;
} */

.text-ellipsis {
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    width        : 100%;
}

.fw-medium {
    font-weight: 500 !important;
}

.select-ca-consultant {
    position: relative;
    display : block;
}

.ca-consultant-grid {
    position  : relative;
    display   : block;
    list-style: none;
    margin    : -15px -10px 0;
    padding   : 0;
}

.ca-consultant-grid .cc-grid-item {
    position: relative;
    display : block;
    padding : 0 10px;
    float   : left;
    width   : 33.33%;
}

.light-style .bs-stepper .step .step-trigger {
    color: #676767;
}

.light-style .bs-stepper .bs-stepper-header .step:not(.active) .step-trigger .bs-stepper-circle {
    color: #4a4a4a;
}

.light-style .bs-stepper .step:not(.active).crossed .step-trigger .bs-stepper-label {
    color: #3a3a3a !important;
}

.light-style .bs-stepper .step:not(.active).crossed .step-trigger .bs-stepper-circle {
    color: #3a3a3a !important;
}

.light-style .bs-stepper .step.active.crossed .step-trigger .bs-stepper-label {
    color: var(--bs-primary) !important;
}

.btn.btn-outline-secondary.enter_from_profile_btn {
    background-color: #ffffff;
}

.btn.btn-outline-secondary.enter_from_profile_btn:hover,
.btn.btn-outline-secondary.enter_from_profile_btn:focus {
    border-color: var(--bs-primary);
    color       : var(--bs-primary);
}

.form-check-label {
    display : block;
    position: relative;
}

.form-check-label input.form-check-input {
    position: absolute;
    top     : 15px;
    right   : 15px;
    z-index : 2;
}

.form-check-label .radio-btn-wrap {
    position        : relative;
    background-color: var(--bs-body-bg);
    display         : block;
    border          : 1px solid #d4d8dd;
    text-align      : center;
    border-radius   : 5px;
    transition      : all, 0.5s;
}

.form-check-label .radio-btn-wrap:hover {
    border-color: #bec5cc;
}

.form-check-label .radio-btn-wrap:before {
    content      : '';
    position     : absolute;
    border-radius: 5px;
    height       : 100%;
    width        : 100%;
    top          : 0;
    left         : 0;
    box-shadow   : 0 0 0 3px transparent inset;
    transition   : all, 0.5s;
}

.form-check-label .radio-btn-wrap .avatar {
    width           : 70px;
    height          : 70px;
    background-color: #ffffff;
    border-radius   : 6px;
    overflow        : hidden;
    margin          : 0 auto;
}

.form-check-label .radio-btn-wrap .avatar img {
    height    : 100%;
    width     : 100%;
    object-fit: contain;
}

.form-check-label input.form-check-input:checked~.radio-btn-wrap {
    border-color    : #7ea831;
    background-color: #ffffff;
    box-shadow      : 0 4px 15px rgba(0, 0, 0, 0.12);
    transition      : all, 0.5s;
}

.form-check-label .form-check-input:checked~.radio-btn-wrap::before {
    box-shadow: 0 0 0 3px #7ea831;
    transition: all, 0.5s;
}

.form-check-label .form-check-input:checked~.radio-btn-wrap .avatar {
    background-color: var(--bs-body-bg);
}

.form-check-label .radio-btn-wrap .ca-title {
    display      : block;
    position     : relative;
    text-overflow: ellipsis;
    white-space  : nowrap;
    overflow     : hidden;
}

.dependent-input-box {
    background-color: #fafafa;
}

.file-doc-modal-btn {
    position        : relative;
    display         : inline-block;
    min-width       : 150px;
    height          : auto;
    text-align      : center;
    border-radius   : 6px;
    background-color: var(--bs-body-bg);
}

.file-doc-modal-btn .fdmb-icon {
    position: relative;
    display : block;
    margin  : 0 auto 10px;
}

.file-doc-modal-btn .fdmb-icon .bx {
    font-size: 26px;
}

.init_fileuploadcontrol_preview .avatar {
    position        : relative;
    display         : block;
    background-color: var(--bs-body-bg);
    border-radius   : 0.25rem;
}

.init_fileuploadcontrol_preview .avatar img {
    width     : 100%;
    height    : 100%;
    object-fit: contain;
}

.init_fileuploadcontrol_preview .avatar .item-remove {
    position        : absolute;
    z-index         : 1;
    top             : 0;
    right           : 0;
    background-color: #7ea831;
    color           : #ffffff;
    text-align      : center;
    line-height     : 20px;
    height          : 20px;
    width           : 20px;
    overflow        : hidden;
    border-radius   : 0.25em;
    box-shadow      : 0px 0px 0 2px #eeeff2;
}

.init_fileuploadcontrol_preview .avatar .item-remove i.bx {
    transform     : rotate(45deg);
    line-height   : 20px;
    vertical-align: inherit !important;
}

.authentication-wrapper.authentication-cover2{
    height: calc(100vh - 38.5px);
    min-height: auto;
}
.authentication-wrapper form .form-label {
    text-transform: unset;
    font-size     : 1rem;
    font-weight   : 600;
}

.authentication-wrapper form .form-control {
    padding    : 0.6rem 0.735rem;
    font-size  : 1rem;
    line-height: 1.5;
}

.authentication-wrapper form .btn {
    padding    : 0.6rem 1.375rem;
    font-size  : 1rem;
    line-height: 1.5;
}

/* Tax Applications */
.all-tax-applications {
    position: relative;
    display : block;
}

.all-tax-applications .add-new-application-btn {
    position: absolute;
    top     : 12px;
    right   : 30px;
}

.file-application-timeline {
    position: relative;
    display : block;
}

.tax-file-timeline .timeline .timeline-item {
    padding-left: 140px;
}

.tax-file-timeline .timeline.timeline-center .timeline-item,
.tax-file-timeline .timeline.timeline-center .timeline-item.timeline-item-right,
.tax-file-timeline .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) {
    width: 100%;
    float: none;
}

.tax-file-timeline .timeline.timeline-center .timeline-item.timeline-item-left,
.tax-file-timeline .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) {
    float        : none;
    padding-right: 0;
    padding-left : 140px;
}

.tax-file-timeline .timeline .timeline-item .timeline-indicator {
    width : 35px;
    height: 35px;

}

.tax-file-timeline .timeline .timeline-item .timeline-indicator i {
    font-size  : 20px;
    line-height: 32px;
}

.tax-file-timeline .timeline .timeline-item .timeline-indicator,
.tax-file-timeline .timeline.timeline-center .timeline-item.timeline-item-left .timeline-indicator,
.tax-file-timeline .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-indicator {
    left: -70px;
    top : 10px;
}

.tax-file-timeline .timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:before,
.tax-file-timeline .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:before {
    right             : inherit;
    left              : 32px;
    border-left-width : 16px;
    border-right-width: 0;
    border-top        : 1rem solid transparent;
    border-right      : 1rem solid;
    border-left       : 0 solid;
    border-bottom     : 1rem solid transparent;
    border-left-color : #fff;
    border-right-color: #fff;
}

.tax-file-timeline .timeline.timeline-center:before {
    left: 87px;
}

.tax-file-timeline .timeline .timeline-item .timeline-event-time {
    position   : absolute;
    left       : 0 !important;
    font-weight: 700;
    line-height: 1.1;
    font-size  : 20px;
}

.tax-file-timeline .timeline .timeline-item .app-id h6 span a:not(.hover) {
    margin-left: 10px;
}



.docs-accordion .accordion-button {
    padding: 0;
}

.docs-accordion .accordion-body,
.docs-accordion .accordion-header+.accordion-collapse .accordion-body {
    padding: 10px 0 0 0;
}

.docs-accordion .accordion-item {
    padding      : 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.docs-accordion.docs-input-accordion .accordion-item:first-child {
    border-top: 1px solid #e5e5e5;
}

.docs-accordion:not(.docs-input-accordion) .accordion-item:last-child {
    border-bottom: none;
}

.docs-accordion.accordion .accordion-item.active {
    box-shadow: none;
}

.docs-accordion.accordion>.card:not(:last-of-type) {
    margin-bottom: 0;
    border-radius: 0 !important;
}

.docs-accordion.docs-input-accordion.accordion-header-primary .accordion-item.active .accordion-button {
    color: #353535 !important;
}

.docs-accordion.docs-input-accordion.accordion-header-primary .accordion-item .accordion-button {
    font-size: 16px;
}

.taxfile-data-card .card-header .card-title .accordion-button {
    font-size: 18px;
}

.taxfile-data-card .tax-app-edit-doc {
    position: absolute;
    top     : 16px;
    left    : 160px;
    z-index : 5;
}

.taxfile-data-card .docs-accordion.accordion-header-primary .accordion-item.active .accordion-button {
    color: #353535 !important;
}

.tax-view-notes-card .card-body {
    overflow-y: auto;
    max-height: 400px;
}

.tax-view-summary-card .card-body {
    overflow-y: auto;
    max-height: 277px;
}

.tax-view-summary-card.customer-t1-doc-card .card-body {
    max-height: 402px;
}

.tax-view-summary-card .docs-attachments-list>li.file-upload-item .file-drop-area {
    padding: 12px 15px;
    cursor : pointer;
}

.profile-detail-list {
    list-style: none;
    padding   : 0;
    margin    : -5px -10px 0;
    position  : relative;
    display   : block;
}

.profile-detail-list li.pfd-item {
    position     : relative;
    display      : block;
    float        : left;
    margin       : 0 10px;
    width        : calc(50% - 20px);
    padding      : 10px 10px;
    border-bottom: 1px dashed #e5e5e5;
    transition   : all 0.3s;
}

.profile-detail-list li.pfd-item:hover {
    background-color: var(--bs-body-bg);
}

.profile-detail-list li.pfd-item>.pfd-title {
    position: relative;
    display : block;
    float   : left;
    width   : 120px;
    color   : #4a4a4a;
}

.profile-detail-list li.pfd-item>.pfd-value {
    position    : relative;
    display     : block;
    margin-left : 120px;
    padding-left: 15px;
    color       : var(--bs-dark);
    font-weight : 600;
}

.family-detail-list {
    list-style: none;
    padding   : 0;
    margin    : 0;
}

.family-detail-list .afd-item {
    position     : relative;
    display      : block;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 0px !important;
    padding      : 10px 10px;
    transition   : all 0.3s;
}

.family-detail-list .afd-item:hover {
    background-color: var(--bs-body-bg);
}

/* .family-detail-list .afd-item:first-child{padding-top: 0;} */

.family-detail-list .afd-item>div.afd-value {
    width      : 36%;
    font-weight: 600;
    color      : var(--bs-dark);
}

.family-detail-list .afd-item>div.afd-title {
    width        : 64%;
    padding-right: 20px;
    color        : #4a4a4a;
    font-weight  : 400;
}

.family-detail-list .afd-item:last-child {
    margin-bottom: 0 !important;
}

.about-resident-list {
    list-style: none;
    padding   : 0;
    margin    : 0;
}

.about-resident-list .afd-item {
    position     : relative;
    display      : block;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 0px !important;
    padding      : 10px 10px;
    transition   : all 0.3s;
}

.about-resident-list .afd-item:hover {
    background-color: var(--bs-body-bg);
}

.about-resident-list .afd-item>div.afd-value {
    width      : 35%;
    font-weight: 600;
    color      : var(--bs-dark);
}

.about-resident-list .afd-item>div.afd-title {
    width        : 65%;
    padding-right: 20px;
    color        : #4a4a4a;
    font-weight  : 400;
}

.about-resident-list .afd-item:last-child {
    margin-bottom: 0 !important;
}

.tax-app-org-box .tax-app-org-wrap {
    display : block;
    position: relative;
}

.tax-app-org-box .tax-app-org-wrap .avatar {
    display : block;
    position: relative;
    float   : left;
}

.tax-app-org-box .tax-app-org-wrap .tax-app-org-basic-data {
    position   : relative;
    display    : block;
    margin-left: 80px;
}

.tax-app-org-box .org-name {
    white-space  : nowrap;
    text-overflow: ellipsis;
    overflow     : hidden;
}



.about-you-list {
    list-style: none;
    padding   : 0;
    margin    : 0;
}

.about-you-list .about-you-item {
    position     : relative;
    display      : block;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 0px !important;
    padding      : 10px 10px;
    transition   : all 0.3s;
}

.about-you-list .about-you-item:hover {
    background-color: var(--bs-body-bg);
}

.about-you-list .about-you-item>div.aby-value {
    width      : 36%;
    font-weight: 600;
    color      : var(--bs-dark);
}

.about-you-list .about-you-item>div.aby-title {
    width        : 64%;
    padding-right: 20px;
    color        : #4a4a4a;
    font-weight  : 400;
}

.about-you-list .about-you-item:last-child {
    margin-bottom: 0 !important;
}

.docs-accordion .accordion-button {
    padding: 0;
}

.docs-accordion .accordion-body,
.docs-accordion .accordion-header+.accordion-collapse .accordion-body {
    padding: 10px 0 0 0;
}

.docs-accordion .accordion-item {
    padding      : 12px 0;
    border-bottom: 1px solid #eeeeee;
}

.docs-accordion .accordion-item:last-child {
    border-bottom: none;
}

.docs-accordion.accordion .accordion-item.active {
    box-shadow: none;
}

.docs-accordion.accordion>.card:not(:last-of-type) {
    margin-bottom: 0;
}

.uploaded-files {
    position  : relative;
    display   : block;
    margin-top: 5px
}

.uploaded-files>li {
    display : inline-block;
    position: relative;
    margin  : 12px 10px 0 0
}

.uploaded-files>li .uploaded-thumb {
    position        : relative;
    display         : block;
    height          : 145px;
    width           : 145px;
    background-color: #fcfcfc;
    border          : 1px solid #e7e7e7;
    padding         : 3px;
    border-radius   : 3px
}

.uploaded-files>li .uploaded-thumb img {
    height    : 100%;
    width     : 100%;
    object-fit: contain
}

.uploaded-files>li .uploaded-thumb .uploaded-file-name {
    position     : relative;
    display      : block;
    width        : 100%;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    font-size    : 13px;
    color        : #656565;
    margin-top   : 5px;
    padding      : 2px 5px 0;
    border-top   : 1px solid #e5e5e5
}

.uploaded-files>li .upl-files-remove {
    position        : absolute;
    top             : -7px;
    right           : -7px;
    height          : 22px;
    width           : 22px;
    font-size       : 14px;
    font-weight     : 300;
    color           : #fff !important;
    line-height     : 16px;
    text-align      : center;
    display         : block;
    border-radius   : 20px;
    font-family     : Rubik, sans-serif;
    background-color: #9b9b9b;
    box-shadow      : -2px 2px 5px rgba(0, 0, 0, .2);
    z-index         : 2;
    transform       : rotate(45deg)
}

.uploaded-files>li .upl-files-remove~.tooltip {
    margin-top: 2px
}

.uploaded-files>li .upl-files-remove:hover {
    background-color: #757575;
    color           : #fff
}

.uploaded-files>li .upl-files-remove:after,
.uploaded-files>li .upl-files-remove:before {
    content         : "";
    position        : absolute;
    display         : block;
    background-color: #fff;
    top             : 50%;
    left            : 50%;
    transform       : translate(-50%, -50%)
}

.uploaded-files>li .upl-files-remove:before {
    width : 11px;
    height: 1px
}

.uploaded-files>li .upl-files-remove:after {
    width : 1px;
    height: 11px
}

.uploaded-files.files-video>li .uploaded-thumb {
    width     : 200px;
    height    : 120px;
    max-height: inherit
}

.uploaded-files.files-video>li .uploaded-thumb video {
    width : 100%;
    height: 100%
}

.docs-attachments {
    white-space: nowrap;
    position   : relative;
    display    : block;
    list-style : none;
    padding    : 0;
    margin     : 0 -5px;
}

.docs-attachments>li {
    position        : relative;
    display         : block;
    float           : left;
    width           : 152px;
    background-color: #f3f4f4;
    margin          : 5px;
    padding         : 5px;
    border-radius   : 4px;
}

.docs-attachments>li.file-upload-item {
    background-color: transparent;
    padding         : 0;
}

.docs-attachments>li.file-upload-item .file-doc-modal-btn {
    min-width  : auto;
    width      : 100%;
    white-space: initial;
    padding    : 15px 10px;
}

.docs-attachments>li .docs-attachment-icon {
    display   : block;
    width     : 100%;
    height    : 130px;
    position  : relative;
    text-align: center;
    color     : #666;
    padding   : 20px 10px;
}

.docs-attachments>li .docs-attachment-icon.has-img {
    padding: 0;
}

.docs-attachments>li .docs-attachment-icon>a {
    position: relative;
    display : block;
    width   : 100%;
    height  : 100%;
}

.docs-attachments>li .docs-attachment-icon img {
    width     : 100%;
    height    : 100%;
    object-fit: contain;
}

.docs-attachments>li .docs-attachment-info {
    display   : block;
    padding   : 5px 2px 2px;
    border-top: 1px solid #e5e5e5;
    margin-top: 5px;
}

.docs-attachments>li .docs-attachment-info>a.docs-attachment-name {
    position     : relative;
    display      : block;
    text-align   : center;
    font-size    : 12px;
    color        : #353535;
    font-weight  : 500;
    text-overflow: ellipsis;
    overflow     : hidden;
    white-space  : nowrap;
}

.docs-attachments>li .docs-attachment-info .docs-attachment-actions {
    position: absolute;
    top     : 0px;
    right   : 0px;
}

.docs-attachments>li .docs-attachment-info .btn-attachment-remove {
    position     : relative;
    display      : block;
    height       : 24px;
    width        : 24px;
    border-radius: 5px;
    line-height  : 22px;
    text-align   : center;
    box-shadow   : 0px 0px 0 3px #eeeff2;
}

.docs-attachments>li .docs-attachment-info .btn-attachment-remove.item-remove i.bx {
    transform: rotate(45deg);
}

.docs-attachments>li .docs-attachment-info .doctype-select {
    position: relative;
    display : block;
}

.docs-attachments>li .docs-attachment-info .doctype-select .control-label {
    display: none !important;
}

.docs-attachments>li .docs-attachment-info .doctype-select select.form-control {
    font-size          : 12px;
    padding            : 6px 26px 6px 10px;
    background-position: right 0.400rem center;
    background-size    : 12px 12px;
}

.docs-attachments-list {
    position  : relative;
    display   : block;
    list-style: none;
    padding   : 0;
    margin    : 0;
}

.docs-attachments-list>li.file-item {
    position        : relative;
    display         : block;
    background-color: #f3f4f4;
    padding         : 6px 0;
    border-radius   : 4px;
}

.docs-attachments-list>li+li {
    margin-top: 6px;
}

.docs-attachments-list>li .file-attach-wrap {
    position: relative;
    display : table;
    width   : 100%;
}

.docs-attachments-list>li .file-attach-wrap>.fai-col {
    display       : table-cell;
    vertical-align: middle;
    padding       : 0 6px;
}

.docs-attachments-list>li .file-attach-wrap>.fai-col.fai-name {
    vertical-align: top;
}

.docs-attachments-list>li .file-attach-wrap>.fai-col.fai-thumb {
    width         : 50px;
    vertical-align: top;
}

.docs-attachments-list>li .file-attach-wrap .docs-attachment-icon {
    position: relative;
    display : block;
    width   : 40px;
    height  : 40px;
}

.docs-attachments-list>li .file-attach-wrap .docs-attachment-icon img {
    width     : 100%;
    height    : 100%;
    object-fit: contain;
}

.docs-attachments-list>li .file-attach-wrap .docs-attachment-name {
    position     : relative;
    display      : inline-block;
    font-size    : 14px;
    font-weight  : 500;
    max-width    : 260px;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

.docs-attachments-list>li .file-attach-wrap .fai-type .doctype-select {
    position : relative;
    max-width: 320px;
}

.docs-attachments-list>li .file-attach-wrap .fai-type .doctype-select select.form-control {
    position: relative;
    width   : 100% !important;
}

.docs-attachments-list>li .file-attach-wrap .fai-type label.error {
    position     : absolute;
    background   : var(--bs-danger);
    color        : #ffffff;
    z-index      : 6;
    top          : -21px;
    border-radius: 4px;
    line-height  : 1;
    padding      : 4px 5px;
    opacity      : 0;
}

.docs-attachments-list>li .file-attach-wrap .fai-type label.error:before {
    content     : '';
    position    : absolute;
    bottom      : -10px;
    left        : 5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--bs-danger) transparent transparent;
}

.docs-attachments-list>li .file-attach-wrap .fai-type .doctype-select select.form-control+label.error {
    opacity: 1;
}

.docs-attachments-list>li .file-attach-wrap .fai-type .doctype-select .select2 {
    width  : 100% !important;
    z-index: 5;
}

.docs-attachments-list>li .file-attach-wrap .fai-type .control-label {
    display: none;
}

.docs-attachments-list>li .file-attach-wrap>.fai-col.fai-action {
    text-align    : right;
    vertical-align: top;
}

.docs-attachments-list>li .file-attach-wrap>.fai-col.fai-name {
    width      : 270px;
    line-height: 1.2;
    word-break : break-word;
}

.docs-attachments-list>li .file-attach-wrap>.fai-col.fai-name .attachment-status {
    position   : relative;
    display    : block;
    font-weight: 500;
    font-size  : 13px;
    color      : #4a4a4a;
}

.docs-attachments-list>li .file-attach-wrap>.fai-action .btn-action.item-remove i.bx {
    transform: rotate(45deg);
}

.docs-attachments-list>li.file-upload-item .file-drop-area {
    position        : relative;
    display         : block;
    border          : 2px dashed #d4d8dd;
    text-align      : center;
    border-radius   : 4px;
    background-color: #fafafa;
    font-weight     : 500;
    padding         : 20px 10px;
    vertical-align  : middle;
}

.docs-attachments-list.attachment-view-list {}


.afb-detail-lists {
    list-style: none;
    display   : block;
    margin    : 0;
    padding   : 0;
}

.afb-detail-lists .afb-detail-item {
    position   : relative;
    display    : block;
    line-height: 1.1;
}

.afb-detail-lists .afb-detail-item .afbd-title {
    position: relative;
    display : block;
    float   : left;
    width   : 145px;
    margin  : 0 !important;
}

.afb-detail-lists .afb-detail-item .afbd-value {
    position    : relative;
    display     : block;
    margin-left : 145px;
    padding-left: 10px;
    text-align  : right;
}

.afb-detail-lists .afb-detail-item .afbd-value.org-name div {
    position     : relative;
    display      : block;
    line-height  : 17px;
    width        : 100%;
    text-overflow: ellipsis;
    overflow     : hidden;
    white-space  : nowrap;
}

.user-profile-header .avatar {
    width           : 120px;
    height          : 120px;
    border          : 5px solid #ffffff;
    border-radius   : 0.3125rem !important;
    margin-left     : 1.5rem;
    background-color: var(--bs-body-bg);
}

.user-profile-header .avatar img {
    height    : 100%;
    width     : 100%;
    object-fit: contain;
}

.select-pay-option {
    display : block;
    position: relative;
}

.payment-options-grid {
    position  : relative;
    display   : block;
    list-style: none;
    margin    : -15px -10px 0;
    padding   : 0;
}

.payment-options-grid .po-grid-item {
    position: relative;
    display : block;
    padding : 0 10px;
    float   : left;
    width   : 25%;
}

.form-check-label {
    display : block;
    position: relative;
}

.form-check-label.po-label .check-btn-wrap {
    position        : relative;
    background-color: var(--bs-body-bg);
    display         : block;
    border          : 2px solid transparent;
    text-align      : center;
    padding         : 30px 10px 15px;
    border-radius   : 5px;
    transition      : all, 0.5s;
    box-shadow      : 0 0 0 1px #d4d8dd;
    cursor          : pointer;
}

.form-check-label.po-label .cehck-btn-wrap:hover {
    box-shadow: 0 0 0 1px #bec5cc;
}

.form-check-label.po-label .check-btn-wrap:before {
    content         : '';
    position        : absolute;
    border-radius   : 5px;
    height          : 100%;
    width           : 100%;
    top             : 0;
    left            : 0;
    /* box-shadow   : 0 0 0 2px transparent inset; */
    transition      : all, 0.5s;
}

.form-check-label.po-label .check-btn-wrap .avatar {
    width           : 50px;
    height          : 50px;
    background-color: transparent;
    margin          : 0 auto;
}

.form-check-label.po-label .check-btn-wrap .avatar img {
    height    : 100%;
    width     : 100%;
    object-fit: contain;
}

.form-check-label.po-label input.form-check-input {
    cursor: pointer;
}

.form-check-label.po-label input.form-check-input:checked~.check-btn-wrap {
    border-color    : #7ea831;
    background-color: #ffffff;
    box-shadow      : 0 6px 20px rgba(0, 0, 0, 0.14);
    transition      : all, 0.5s;
    border          : 2px solid #7ea831;
}

.form-check-label.po-label .form-check-input:checked~.check-btn-wrap::before {
    /* box-shadow: 0 0 0 2px #7ea831 inset; */
    /* border: 2px solid #7ea831; */
    transition: all, 0.5s;
}


.form-check-label.po-label .check-btn-wrap .po-title {
    display    : block;
    position   : relative;
    font-size  : 14px;
    font-weight: 400;
    line-height: 20px;
    min-height : 50px;
    max-height : 50px;
}

.tax-app-pending-amount .card-body .d-flex {
    text-align: center;
}

.tax-app-pending-amount .card-body .d-flex span {
    font-size  : 20px;
    font-weight: 700;
    color      : #4a4a4a;
}

.doc-checklist {
    position : relative;
    display  : block;
    margin   : 0 -10px;
    font-size: 14px;
}

.doc-checklist>li {
    position    : relative;
    display     : block;
    padding     : 0 10px;
    float       : left;
    width       : 50%;
    margin-top  : 15px;
    padding-left: 36px;
}

.doc-checklist>li span {
    vertical-align: middle;
    position      : absolute;
    left          : 10px;
    top           : -1px;
    font-size     : 14px;
}

.package-card {
    position      : relative;
    flex-direction: column;
    flex          : 1;
}

.package-card:not(.selected) {
    box-shadow: none;
}

.package-card.selected {
    border-color: var(--bs-primary) !important;
    border-width: 2px !important;
}

.package-card .card-body {
    padding-top: 45px;
}

.package-card .pkg-recommend {
    position        : absolute;
    display         : block;
    top             : 0;
    background-color: var(--bs-primary);
    color           : #ffffff;
    text-align      : center;
    width           : 100%;
    line-height     : 1.8;
}

.package-card:not(.recommend) .pkg-recommend {
    display: none;
    opacity: 0;
}

.package-card label.radio input[type="radio"] {
    position: absolute;
    opacity : 0;
}

.package-card label.radio input[type="radio"]~.selected-pkg {
    position        : absolute;
    display         : block;
    top             : 40px;
    right           : 15px;
    height          : 30px;
    width           : 30px;
    border-radius   : 50%;
    background-color: var(--bs-primary);
    opacity         : 0;
}

.package-card label.radio input[type="radio"]:checked~.selected-pkg {
    opacity: 1;
}

.package-row .col-xl {
    display: flex;
}

.package-row .col-xl .package-card .card-body {
    display       : flex;
    flex-direction: column;
    flex          : 1;
}

.package-row .col-xl .package-card .card-body a.btn {
    margin-top: auto;
}


.card-comments {
    position: relative;
}

.card-comments>.card-body {
    overflow-y: auto;
    max-height: 400px;
}

.card-comments .comment-lists>li .card-msg {
    background-color: #f1f2f3;
    border-color    : #e5e6e7 !important;
    word-break      : break-word;
    font-size       : 14px;
}

.card-comments .comment-lists>li .card-msg .card-body {
    white-space: break-spaces;
}

.card-comments .card-footer textarea.form-control {
    max-height: 80px;
}

.card-comments .card-footer a.cancel-edit-comment-btn {
    font-size: 14px;
}

.card-comments .comment-lists>li .card-msg .card-msg-action {
    position: absolute;
    top     : -7px;
    right   : -6px;
}

.card-comments .comment-lists>li .card-msg .comment-remove,
.card-comments .comment-lists>li .card-msg .comment-edit {
    position        : relative;
    display         : block;
    float           : left;
    background-color: #ffffff;
    border-color    : #e5e6e7;
    border-radius   : 50%;
    line-height     : 1;
    width           : 23px !important;
    height          : 23px !important;
    opacity         : 0;
    transition      : all 0.3s;
    margin          : 0 0 3px 3px;
}

.card-comments .comment-lists>li .card-msg .comment-remove:hover,
.card-comments .comment-lists>li .card-msg .comment-remove:focus {
    background-color: var(--bs-danger);
    border-color    : var(--bs-danger);
}

.card-comments .comment-lists>li .card-msg .comment-edit:hover,
.card-comments .comment-lists>li .card-msg .comment-edit:focus {
    background-color: var(--bs-primary);
    border-color    : var(--bs-primary);
}

.card-comments .comment-lists>li .card-msg .comment-remove i.bx {
    font-size  : 13px !important;
    font-weight: 100;
}

.card-comments .comment-lists>li .card-msg .comment-edit i.bx {
    font-size  : 13px !important;
    font-weight: 100;
}

.card-comments .comment-lists>li:hover .card-msg .comment-edit,
.card-comments .comment-lists>li:hover .card-msg .comment-remove {
    opacity: 1;
}


/* --- Login Page Slider --- */
.auth-page-slider {
    position: relative;

}

.auth-page-slider .carousel-control-prev,
.auth-page-slider .carousel-control-next {
    position        : absolute;
    width           : 30px;
    height          : 30px;
    background-color: rgba(0, 0, 0, .1);
    border-radius   : 3px;
    top             : 50%;
    margin-top      : -15px;
}

.auth-page-slider .carousel-control-prev {
    left: 15px;
}

.auth-page-slider .carousel-control-next {
    right: 15px;
}

.auth-page-slider .carousel-indicators {
    margin-bottom: 0.5rem;
}

.auth-page-slider .carousel-indicators li[data-bs-target] {
    background-color: var(--bs-primary);
    opacity         : 0.3;
}

.auth-page-slider .carousel-indicators li[data-bs-target].active {
    opacity: 1;
}

/* --- ./ Login Page Slider --- */

.customer-dashboar-profile .progress {
    background-color: #ffffff;
}

/* Datatable */
html:not([dir=rtl]) div.card-datatable.mt-datatable-wrap table.dataTable tbody td:first-child {
    padding-left : 15px;
    padding-right: 15px;
}

table.table.dataTable> :not(caption)>*>* {
    padding: 0.625rem 15px;
}

.table> :not(caption)>*>* {
    padding: 0.625rem 15px;
}

.table-scroll-sticky-header {
    max-height    : 255px;
    overflow-y    : auto;
    padding-bottom: 1px;
}

.table-scroll-sticky-header table.table thead>tr>th {
    position        : -webkit-sticky;
    position        : -moz-sticky;
    position        : -ms-sticky;
    position        : -o-sticky;
    position        : sticky;
    top             : 0;
    z-index         : 2;
    background-color: #efefef;
}

/* ./ Datatable */

.select-usertype {
    min-width: 120px;
    max-width: 250px;
}

.tax-app-org-box .tax-app-org-wrap .tax-app-org-basic-data a {
    word-break: break-all;
}

/* Application Payment Form and Status */
.app-payment-data-wrap {
    position: relative;
    display : block;
    margin  : 0 -10px;
}

.app-payment-status {
    position: relative;
    display : table;
    width   : 100%;
}

.app-payment-status>li {
    position      : relative;
    display       : table-cell;
    vertical-align: top;
}

.payment-form-data {
    position: relative;
    display : table;
    width   : 100%;
}

.payment-form-data>li {
    position      : relative;
    display       : table-cell;
    padding       : 0 10px;
    vertical-align: top;
}

.payment-status-data {
    position: relative;
    display : table;
    width   : 100%;
}

.payment-status-data>li {
    position      : relative;
    display       : table-cell;
    padding       : 0 10px;
    vertical-align: top;
}

.input-group>.form-control.manual-bill-input {
    width: 70px;
}

@media (min-width:1199px) and (max-width:1299px) {
    .input-group>.form-control.manual-bill-input {
        width: 65px;
    }

    .form-control.recommend-package-input {
        width: 160px;
    }

    .app-payment-data-wrap {
        margin: 0 -5px;
    }

    .payment-form-data>li,
    .payment-status-data>li {
        padding: 0 5px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .app-payment-data-wrap {
        margin: 0 -5px;
    }

    .payment-form-data>li,
    .payment-status-data>li {
        padding: 0 5px;
    }
}

@media (max-width:991px) {
    .app-payment-status {
        position: relative;
        display : block;
        width   : 100%;
    }

    .app-payment-status>li {
        position: relative;
        display : block;
    }

    .app-payment-status>li+li {
        margin-top: 15px;
    }

    .payment-form-data>li.pfd-col-btn,
    .payment-status-data>li:last-child {
        text-align: right;
    }
}

@media (max-width:640px) {
    .app-payment-data-wrap {
        margin: 0 -5px;
    }

    .payment-form-data>li,
    .payment-status-data>li {
        padding: 0 5px;
    }
}

@media (max-width:599px) {
    .payment-form-data {
        display: block;
    }

    .payment-form-data>li {
        width: 45%;
        float: left;
    }

    .payment-form-data>li:first-child {
        width: 55%;
    }

    .payment-form-data>li.pfd-col-btn {
        display   : block;
        width     : 100%;
        text-align: left;
    }

    .payment-form-data>li.pfd-col-btn .btn-group {
        padding-top: 10px !important;
    }
}

@media (max-width:420px) {
    .payment-form-data>li {
        width: 100% !important;
    }

    .payment-form-data>li+li {
        margin-top: 15px;
    }

    .payment-form-data>li.pfd-col-btn .btn-group {
        padding-top: 0 !important;
    }

    .payment-status-data,
    .payment-status-data>li:last-child {
        text-align: center;
    }
}

/* ./ --- */

/* ============ Responsive =============== */

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1840px;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .layout-menu .app-brand.demo {
        max-width: 1840px;
    }

    html.layout-navbar-fixed body.custom-horizontal-menu .menu-vertical .menu-inner {
        max-width: 1840px;
    }
}

@media (max-width:1199px) {
    .form-check-label.po-label .check-btn-wrap .avatar {
        margin-bottom: 15px !important;
    }

    .form-check-label.po-label .check-btn-wrap .po-title {
        font-size  : 13px;
        line-height: 18px;
        min-height : 60px;
    }
}

@media (min-width:768px) {
    .customer-profile-progress {
        width: 300px;
    }
}

@media (max-width:991px) {

    /* .tax-application-wizard .bs-stepper-header{
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap !important;
        align-items: center!important;
        flex-direction: unset!important;
    }
    .tax-application-wizard.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label{display: none!important;}
    .tax-application-wizard.bs-stepper.vertical .bs-stepper-header .line:before{height: 1px; width: 100%;} */

    .tax-application-wizard.bs-stepper.bs-stepper.vertical {
        flex-direction: unset;
    }

    .tax-application-wizard.bs-stepper.vertical .bs-stepper-header {
        padding  : 0px 15px 0px 0;
        min-width: auto;
    }

    .tax-application-wizard.bs-stepper.vertical .bs-stepper-content {
        padding-top  : 5px;
        padding-right: 0;
    }

    .tax-application-wizard.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
        display: none;
    }

    html:not([dir=rtl]).light-style .bs-stepper.vertical .bs-stepper-header {
        border-right : 1px solid #d4d8dd !important;
        border-bottom: none !important;
    }

    .docs-attachments-list>li .file-attach-wrap>.fai-col.fai-action .btn {
        margin: 2px 0px;
    }

    .docs-attachments-list>li .file-attach-wrap>.fai-col.fai-name {
        width: 250px;
    }

    .docs-attachments-list>li .file-attach-wrap .docs-attachment-name {
        max-width: 222px;
    }

    .docs-attachments-list>li .file-attach-wrap .fai-type .doctype-select {
        max-width: 160px;
    }

    .mt-datatable-wrap .dataTables_wrapper .dataTables_length {
        float        : none;
        display      : block;
        margin-bottom: 10px;
    }

    .mt-datatable-wrap .dataTables_wrapper .dataTables_info {
        display: block;
        float  : none;
        padding: 0;
        margin : 0;
        border : none;
    }

    .drag-target {
        width: 20px;
    }

}

@media (max-width:767px) {
    .profile-detail-list {
        margin: 0;
    }

    .profile-detail-list li.pfd-item {
        width : 100%;
        margin: 0;
    }

    .package-row .col-xl {
        padding: 0;
    }

    .payment-points li.list-group-item {
        padding-left : 0;
        padding-right: 0;
    }

    .about-resident-list .afd-item,
    .family-detail-list .afd-item,
    .profile-detail-list li.pfd-item,
    .about-you-list .about-you-item {
        padding-left : 0;
        padding-right: 0;
    }

    .layout-wrapper:not(.layout-horizontal) .breadcrumb-wrapper {
        font-size    : 14px;
        margin-bottom: 5px !important;
    }

    .docs-accordion .docs-attachments-list>li .file-attach-wrap {
        display: block;
    }

    .docs-accordion .docs-attachments-list>li .file-attach-wrap>.fai-col {
        display: block;
    }

    .docs-accordion .docs-attachments-list>li .file-attach-wrap>.fai-col.fai-thumb {
        float: left;
    }

    .docs-accordion .docs-attachments-list>li .file-attach-wrap>.fai-col.fai-name {
        margin-left  : 50px;
        min-height   : 40px;
        margin-bottom: 8px;
    }

    .docs-accordion .docs-attachments-list>li .file-attach-wrap>.fai-col.fai-action {
        position: absolute;
        top     : 0;
        right   : 0;
    }

    .docs-accordion .docs-attachments-list>li .file-attach-wrap>.fai-col.fai-type {
        padding: 0 10px;
    }

    .docs-accordion .docs-attachments-list>li .file-attach-wrap .fai-type .doctype-select {
        max-width: 100%;
    }

    .tax-file-timeline .timeline.timeline-center .timeline-item {
        padding-left: 50px !important;
    }

    .tax-file-timeline .timeline .timeline-item .timeline-event-time {
        top             : -30px;
        font-size       : 16px;
        z-index         : 1;
        padding         : 3px 0 10px;
        background-color: #e7ecf0;
    }

    .tax-file-timeline {
        overflow: inherit !important;
    }

    .tax-file-timeline .timeline .timeline-item .timeline-indicator,
    .tax-file-timeline .timeline.timeline-center .timeline-item.timeline-item-left .timeline-indicator,
    .tax-file-timeline .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-indicator {
        left: -50px;
    }

    .tax-file-timeline .timeline.timeline-center:before {
        left: 17px;
    }

    .tax-file-timeline .timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:before,
    .tax-file-timeline .timeline.timeline-center .timeline-item .timeline-event:before,
    .tax-file-timeline .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:before {
        border-width: 10px !important;
        border-left : 0 !important;
        left        : 39px;
        top         : 18px;
    }

    .tax-file-timeline .timeline .timeline-item .timeline-event .btn-pinned {
        top: 14px;
    }

    .payment-options-grid,
    .ca-consultant-grid {
        margin: -15px -7px 0;
    }

    .payment-options-grid .po-grid-item {
        width  : 33.33%;
        padding: 0 7px;
    }


    .ca-consultant-grid .cc-grid-item {
        width  : 50%;
        padding: 0 7px;
    }

    .form-check-label .radio-btn-wrap {
        padding: 12px !important;
    }

    .profile-setting-tab .nav.nav-pills,
    .site-setting-tab .nav.nav-pills {
        padding  : 0px !important;
        min-width: 154px;
    }

    .profile-setting-tab .nav.nav-pills .nav-item button.nav-link,
    .site-setting-tab .nav.nav-pills .nav-item button.nav-link {
        padding-left : 15px;
        padding-right: 15px;
        border-radius: 0;
    }

    .mt-datatable-wrap .dataTables_wrapper .dataTables_length {
        margin-bottom: 8px !important;
        text-align   : left;
    }

    .mt-datatable-wrap .dataTables_wrapper .dataTables_info {
        font-size : 13px;
        margin-top: -30px;
        float     : right;
    }

    .card .index-btn-wrap {
        position: relative;
        right   : inherit;
        padding : 0 15px;
    }

    .card .index-btn-wrap a.clear-filter-btn {
        float       : right;
        margin-right: 0 !important;
    }

    .assign-user.justify-content-end {
        justify-content: flex-start !important;
    }
}

@media (max-width:560px) {
    body:not(.custom-horizontal-menu) .taxfile-data-card .tax-app-edit-doc {
        position: relative;
        top     : inherit;
        left    : inherit;
        padding : 5px 10px 0;
    }

    .taxfile-data-card .tax-app-edit-doc .btn {
        margin-top: 5px;
    }

    .dependants-count-item .avatar {
        width : 40px;
        height: 40px;
    }

    .dependants-count-item.p-3 {
        padding: 12px !important;
    }

    .payment-options-grid .po-grid-item {
        width: 50%;
    }

    .doc-upload-accordion.docs-accordion.docs-input-accordion.accordion-header-primary .accordion-item .accordion-button {
        display: block;
    }

    .doc-upload-accordion.docs-accordion.docs-input-accordion.accordion-header-primary .accordion-item .accordion-button small {
        display     : block;
        width       : 100%;
        padding-left: 0 !important;
    }

    .doc-upload-accordion.docs-accordion.docs-input-accordion.accordion-header-primary .accordion-item .accordion-button::after {
        position: absolute;
        top     : 6px;
        right   : 0;
    }

    .doc-checklist>li {
        width: 100%;
    }

}

@media (max-width:480px) {
    .select-usertype {
        max-width: 200px;
    }

    .docs-attachments-list>li .file-attach-wrap>.fai-col.fai-action {
        width: 65px !important;
    }

    .docs-attachments-list>li .file-attach-wrap>.fai-col.fai-name {
        width: 212px;
    }

    .docs-attachments-list>li .file-attach-wrap .docs-attachment-name {
        width: 200px;
    }

    .ca-consultant-grid {
        margin-left : 0;
        margin-right: 0;
    }

    .ca-consultant-grid .cc-grid-item {
        width  : 100%;
        padding: 0;
    }

    .form-check-label .radio-btn-wrap {
        padding-left: 30px !important;
        text-align  : left;
    }

    .form-check-label .radio-btn-wrap .avatar {
        margin: 0;
        height: 50px;
        width : 50px;
        float : left;
    }

    .form-check-label .radio-btn-wrap .ca-title {
        min-height   : 50px;
        text-overflow: unset;
        white-space  : normal;
        margin-left  : 62px;
    }

    .form-check-label input.form-check-input {
        left : 7px;
        right: inherit;
        top  : 28px;
    }

    .nav-align-left.profile-setting-tab,
    .nav-align-left.site-setting-tab {
        display: block;
    }

    .profile-setting-tab .nav.nav-pills,
    .site-setting-tab .nav.nav-pills {
        display: block;
    }

    html:not([dir=rtl]) .profile-setting-tab .nav.nav-pills.border-end,
    html:not([dir=rtl]) .site-setting-tab .nav.nav-pills.border-end {
        border-bottom: 1px solid #d4d8dd !important;
        border-right : none !important;
    }

    .nav-align-left.profile-setting-tab .tab-content,
    .nav-align-left.site-setting-tab .tab-content {
        padding   : 15px;
        box-shadow: none;
    }

    .modal-simple .modal-content {
        padding: 15px;
    }

    .modal-simple .modal-content .modal-body {
        padding: 35px 0 0;
    }

    .modal .modal-dialog:not(.modal-fullscreen) {
        padding: 0 !important;
    }

    .mt-datatable-wrap .dataTables_wrapper .dataTables_length {
        margin-bottom: 8px !important;
        text-align   : center;
    }

    .mt-datatable-wrap .dataTables_wrapper .dataTables_info {
        font-size    : 13px;
        margin-bottom: 10px;
        margin-top   : 0;
        float        : inherit;
    }

    .all-tax-applications .add-new-application-btn {
        position     : relative;
        top          : -5px;
        right        : inherit;
        margin-bottom: 15px;
    }
}

@media (max-width:420px) {
    .afb-detail-lists .afb-detail-item .afbd-title {
        float: none;
    }

    .afb-detail-lists .afb-detail-item .afbd-value {
        margin    : 0;
        text-align: left;
        padding   : 5px 0 0 0;
    }

    .afb-detail-lists .afb-detail-item .afbd-value.org-name div {
        overflow: unset;
    }

    .tax-app-org-box .tax-app-org-wrap .tax-app-org-basic-data {
        margin-left: 0;
    }

    .tax-app-org-box .tax-app-org-wrap .avatar {
        width : 44px;
        height: 44px;
    }

    .tax-app-org-box .org-name {
        text-overflow: inherit;
        overflow     : inherit;
        white-space  : normal;
        min-height   : 44px;
    }

    .tax-application-wizard.bs-stepper.vertical .bs-stepper-content {
        padding-left: 15px;
    }

    .payment-options-grid {
        margin-left : 0;
        margin-right: 0;
    }

    .payment-options-grid .po-grid-item {
        width  : 100%;
        padding: 0;
    }

    .form-check-label.po-label .check-btn-wrap .avatar {
        margin: 0 !important;
        float : left;
    }

    .form-check-label.po-label .check-btn-wrap .po-title {
        min-height : auto;
        max-height : inherit;
        min-height : 50px;
        margin-left: 60px;
        text-align : left;
    }

    .form-check-label.po-label input.form-check-input~.check-btn-wrap {
        padding: 15px 15px 15px 38px;
    }

    .form-check-label.po-label input.form-check-input {
        left : 10px;
        right: inherit;
        top  : 30px;
    }

    .card .index-btn-wrap a.btn {
        padding-left : 10px;
        padding-right: 10px;
    }

    .mt-datatable-wrap div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
        padding  : 8px 5px;
        font-size: 12px;
        min-width: calc(1.65rem + 0px) !important;
    }

    /* #tax_application_form .select2{max-width: 250px;} */
    .tax-application-wizard.bs-stepper.vertical .bs-stepper-content {
        width: calc(100% - 62px);
    }
}

@media (max-width:391px) {
    .select-usertype {
        max-width: 150px !important;
    }

    .docs-attachments-list>li .file-attach-wrap .docs-attachment-name {
        width: 150px;
    }

    .docs-attachments-list>li .file-attach-wrap>.fai-col.fai-name {
        width: 160px;
    }

    .docs-attachments-list>li .file-attach-wrap>.fai-col {
        vertical-align: middle !important;
    }

    .card .index-btn-wrap a.clear-filter-btn {
        font-size    : 12px;
        padding-left : 10px;
        padding-right: 10px;
    }

    .bulk-action-form {
        width: 280px;
    }
}


.app-service-lists {
    list-style: none;
    display   : block;
    margin    : 0;
    padding   : 0;
}

.app-service-lists .asl-detail-item {
    position   : relative;
    display    : block;
    line-height: 1.1;
}

.app-service-lists .asl-detail-item .asld-title {
    position   : relative;
    display    : block;
    float      : left;
    /* width   : 145px; */
    margin     : 0 !important;
}

.app-service-lists .asl-detail-item .asld-value {
    position    : relative;
    display     : block;
    margin-left : 145px;
    padding-left: 10px;
    text-align  : right;
}

.app-service-lists .asl-detail-item .asld-value.org-name div {
    position     : relative;
    display      : block;
    line-height  : 17px;
    width        : 100%;
    text-overflow: ellipsis;
    overflow     : hidden;
    white-space  : nowrap;
}

.tax-application-timeline .tax-file-timeline .timeline .timeline-item .timeline-event-time {
    width      : 54px;
    text-align : center;
    line-height: 0.8;
    font-size  : 18px;
}

.tax-application-timeline .timeline .timeline-item .timeline-event .tax-app-title {
    position: relative;
}

.tax-application-timeline .timeline .timeline-item .timeline-event .tax-app-title .tl-view-app {
    position: absolute;
    right   : 0;
}

.all-text-app-tab .nav-tabs.tabs-line .nav-link,
.all-text-app-tab .nav-tabs.tabs-line .nav-link:hover,
.all-text-app-tab .nav-tabs.tabs-line .nav-link.active {
    box-shadow: none;
}

.all-text-app-tab .nav-tabs.tabs-line .nav-link {
    box-shadow    : none;
    padding       : 0;
    vertical-align: text-bottom;
}

.all-text-app-tab .nav-tabs.tabs-line .nav-link span {
    margin-right: 5px;
}

.all-text-app-tab .nav-tabs.tabs-line .nav-item+.nav-item {
    margin-left: 20px;
}

.all-text-app-tab .nav-tabs.tabs-line .nav-link.active span i::before {
    content: "\ea75";
}

.all-text-app-tab .nav-tabs.tabs-line .nav-link.active {
    color: #7ea831;
}

.all-text-app-tab .nav-tabs.tabs-line .nav-link {
    color: #757575;
}

.all-text-app-tab .nav-tabs.tabs-line .nav-link:not(.active):hover {
    color: #353535;
}

.all-text-app-tab .nav-tabs.tabs-line .nav-link:not(.active):hover span {
    color: #7ea831;
}

@media (max-width:767px) {
    .applicant-user-card .user-data {
        width        : 100%;
        border-bottom: 1px dashed #e1e1e1;
        margin-right : 0 !important;
    }

    .applicant-user-card .contact-data a {
        word-break: break-all;
    }

    .all-text-app-tab .nav-tabs {
        margin-bottom: 10px;
    }

    .tax-application-timeline .tax-file-timeline .timeline .timeline-item .timeline-event-time {
        width    : auto;
        font-size: 16px;
    }

    .tax-application-timeline .timeline .timeline-item .timeline-event .tax-app-title .tl-view-app a {
        font-size: 12px;
    }

    .tax-application-timeline .timeline .timeline-item .timeline-event .tax-app-title .tl-view-app i {
        font-size: 14px;
    }

}

@media (max-width:565px) {
    .all-text-app-tab .nav-tabs {
        margin-bottom: 10px;
    }

    .all-text-app-tab .nav-tabs>li:first-child {
        width: 100%;
    }

    .all-text-app-tab .nav-tabs.tabs-line .nav-item {
        margin-right : 15px;
        margin-bottom: 5px;
    }

    .all-text-app-tab .nav-tabs.tabs-line .nav-item+.nav-item {
        margin-left: 0;
    }
}

@media (max-width:480px) {
    .tax-application-timeline .timeline .timeline-item .timeline-event .tax-app-title {
        display: block !important;
    }

    .tax-application-timeline .timeline .timeline-item .timeline-event .tax-app-title .tl-view-app {
        position     : relative;
        right        : inherit;
        width        : 100%;
        margin-bottom: 16px;
    }
}


.org-users-wrap {
    position: relative;
}

.breadcrumb-btn-wrap {
    position  : absolute;
    top       : 18px;
    right     : 30px;
    transition: all 0.2s ease-in-out;
}

@media (max-width:991px) {
    .breadcrumb-btn-wrap {
        right: 16px;
    }
}

@media (max-width:767px) {
    .breadcrumb-btn-wrap {
        top: 8px;
    }
}

@media (max-width:580px) {
    .breadcrumb-btn-wrap.org-all-taxapp-btn {
        position     : relative;
        top          : -5px;
        right        : inherit;
        margin-bottom: 10px;
    }
}

@media (max-width:480px) {
    .breadcrumb-btn-wrap {
        position     : relative;
        top          : -5px;
        right        : inherit;
        margin-bottom: 10px;
    }
}

.residence-detail-list {
    border-bottom: 1px dashed #e5e5e5;
    /* margin-top: 10px; */
}

.residence-detail-list .col .rgd-item {
    padding      : 10px 10px;
    border-bottom: 1px dashed #e5e5e5;
    height       : 100%;
}

.residence-detail-list .residence-details-meta .rgd-item span {
    /* width: 180px; */
}

.residence-detail-list .col .rgd-item:hover {
    background-color: var(--bs-body-bg);
}

.emp-choice-lists {
    padding   : 0;
    position  : relative;
    display   : block;
    margin    : 0 -10px;
    list-style: none;
}

.emp-choice-lists li.emp-choice-li {
    position: relative;
    display : block;
    width   : 200px;
    padding : 0 10px;
    float   : left;
}


.emp-choice-lists li.emp-choice-li .emp-choice-icon {
    display : none;
    position: absolute;
    right   : 10px;
    top     : 10px;
}

.emp-choice-lists li.emp-choice-li .emp-choice-card {
    border: 1px solid #ffffff;
}

.emp-choice-lists li.emp-choice-li .emp-choice-card .card-title {
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
    display      : block;
}

.emp-choice-lists li.emp-choice-li:not(.emp-choice-selected) .emp-choice-card {
    box-shadow: none;
}

.emp-choice-lists li.emp-choice-li.emp-choice-selected .emp-choice-card {
    position    : relative;
    border-color: var(--bs-primary) !important;
}

.emp-choice-lists li.emp-choice-li.emp-choice-selected .emp-choice-card .emp-choice-icon {
    color  : var(--bs-primary);
    display: block;
}

.loginbox-social-nav svg {
    width : 16px;
    height: 16px;
}

.btn-outline-x-twitter {
    color       : #000000;
    border-color: #000000;
    background  : transparent;
}

.btn-outline-x-twitter svg {
    fill: #000000;
}

.btn-outline-x-twitter:hover {
    color           : #fff;
    background-color: #000000;
    border-color    : #000000;
}
.btn-outline-x-twitter:hover svg {
    fill: #ffffff;
}

/* ./ Common Design VK */