.d-block {
    display: block;
}

select {
    padding: 0.2em 0.2em 0.2em 0;
}

label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.25em 0 0;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    font-size: 1em;
    padding: 0.2em 0.4em;
}

.left-text {
    text-align: left !important;
}

.no-resize {
    resize: none;
}

.cursor-mouse {
    cursor: pointer !important;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-default {
    cursor: default !important;
}

.fixed-footer {
    position: fixed;
    left: unset;
    right: unset;
    width: 100% !important;
    margin-left: -15px;
}
.display_block {
    display: block;
}

.investment-query-threads {
    background: #faf9fb;
    border: 2px solid #e7eaec;
    border-left: 3px solid #DE1186;
    margin-bottom: 20px;
    padding: 8px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}

.investment-query-threads.active {
    border: 2px solid #DE1186;
    border-radius: 5px;
}

.investment-query-threads:last-child {
    margin-bottom: 0;
}

.investment-query-list {
    list-style-type: none;
    overflow-y: auto;
    padding-right: 5px;
}

.options {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 2px;
    top: 2px;
}

ul#faq-list {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.historyContainer {
    padding-top: 0 !important;
}

.historyContainer li.investment-query-threads {
    margin-bottom: 30px;
}

.faq-list-container ul#faq-list .investment-query-threads, ul#faq-list .investment-query-threads:focus {
    outline: none;
    padding-right: 30px;
    position: relative;
}

ul#faq-list .investment-query-threads:hover {
    background-color: #f3f3f4;
}

.icons {
    font-size: 15px;
    margin-right: 5px;
}

.counts {
    font-size: 15px;
    font-weight: 600;
}

ul.faq-changes > li > div, .publishFaq, .addNewFaq, .sortmodal {
    color: #2e1c41 !important;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.publishFaq, .addNewFaq {
    width: 30px;
    height: 30px;
}

.faq-Icons {
    margin: 0px;
    min-width: 150px;
    > li{
        padding: 5px 0px;
    }
}

.faq-Icons > li > a {
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: inherit;
    .svg{
        margin-right: 5px;
        min-width: 20px;
        max-width: 20px;
    }
}

.faq-Icons > li:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

#preivewModal > div {
    width: 85vw;
    max-width: 1400px;
    margin-bottom: 0.5vh;
    margin-top: 0.5vh;
    padding-top: 0;
    padding-bottom: 0;
}

#receiptPreviewModal > div {
    width: 85vw;
    max-width: 1400px;
    margin-bottom: 0.5vh;
    margin-top: 0.5vh;
    padding-top: 0;
    padding-bottom: 0;
}

#preivewModal .investment-query-list {
    height: calc(100vh - 303px);
    min-height: 65px;
    overflow-y: auto;
    overflow-x: hidden;
}

#preivewModal .investmentContent div.ibox-content {
    height: calc(100vh - 327px);
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

#preivewModal .investmentContentFaq div.ibox-content {
    height: calc(100vh - 267px);
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.investment-timeline {
    display: flex;
}

.investment-timeline-items {
    padding: 0;
    width: 14%;
}

.investment-timeline-items:first-child {
    margin-left: 15px;
}

.investment-timeline-items:last-child {
    margin-right: 15px;
}

.investment-timeline-icons {
    background: #aeaeae;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.rotate-270 {
    transform: rotate(270deg);
}
.rotate-90 {
    transform: rotate(90deg);
}

.investment-timeline-icons::before {
    height: 15px;
    width: 15px;
    content: '';
    display: inline-block;
    background-size: contain !important;
}

.i_icon_white:before{
    width: 5px;
    height: 16px;
    background: url('/images/i_icon_white.svg') no-repeat;
}
.user_icon_white:before{
    width: 10px;
    background: url('/images/user_icon_white.svg') no-repeat;
}
.home_icon_white:before{
    width: 13px;
    background: url('/images/home_icon_white.svg') no-repeat;
}
.lta_icon_white:before{
    width: 14px;
    background: url('/images/lta_icon_white.svg') no-repeat;
}
.rupee_icon_white:before{
    width: 9px;
    background: url('/images/rupee_icon_white.svg') no-repeat;
}
.bank_icon_white:before{
    width: 14px;
    background: url('/images/bank_icon_white.svg') no-repeat;
}
.thumbsup_icon_white:before{
    width: 14px;
    background: url('/images/thumbsup_icon_white.svg') no-repeat;
}
.file_text_icon_white:before{
    background: url('/images/file_text_icon_white.svg') no-repeat;
}

.investment-timeline-items > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 3px solid #aeaeae;
}

.investment-timeline-items > div:last-child {
    color: #aeaeae;
    font-weight: 600;
}

.declaration-investment-timeline{
    .investment-timeline-items:first-child {
        margin-left: 0px;
    }
    .investment-timeline-items:last-child {
            margin-left: 0px;
    }
    .investment-timeline-items{
        width: 100%;
    }
}

.timeline-active > div:first-child > .investment-timeline-icons {
    background-color: #009531;
}

.timeline-active > div:first-child {
    border-bottom-color: #009531 !important;
}

.timeline-danger > div:first-child > .investment-timeline-icons {
    background-color: #B70634 !important;
}

.timeline-active > div:last-child {
    color: #009531 !important;
}

.timeline-danger > div:first-child > .investment-timeline-icons {
    background-color: #B70634 !important;
}

.timeline-amber > div:first-child > .investment-timeline-icons {
    background-color: #FFAF00 !important;
}

.timeline-amber > div:last-child {
    color: #FFAF00 !important;
}

.timeline-amber > div:first-child > .investment-timeline-icons {
    background-color: #FFAF00 !important;
}

.timeline-amber > div:first-child {
    border-bottom-color: #FFAF00 !important;
}

.timeline-danger > div:last-child {
    color: #B70634 !important;
}

.timeline-danger > div:first-child > .investment-timeline-icons {
    background-color: #B70634 !important;
}

.timeline-danger > div:first-child {
    border-bottom-color: #B70634 !important;
}

.deduction-list-items {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.deduction-list-items > div:not(:last-child) {
    margin-right: 15px;
    width: 25%;
}


@media only screen  and (min-width: 992px) and (max-width: 1200px) {
    .deduction-list-items > div:not(:last-child) {
        min-width: 45%;
        margin-right: 10px;
    }
}

.green-icons {
    color: #DE1186;
    font-size: 15px;
    cursor: pointer;
    margin-right: 5px;
}

.text-green {
    color: #DE1186 !important;
}

.investment-query-ibox {
    border: none !important;
    padding-top: 0 !important;
}

.form-box {
    min-height: 250px;
}

.investment-tab-content #tab-4 .investment-query-list {
    height: 190px;
    max-height: 190px;
}

.investment-tab-content #chapter_vi_deduction .investment-query-ibox {
    height: 510px;
}

.padding5 {
    padding: 5px;
}

.paddingleft30 {
    padding-left: 30px;
}

.padding15 {
    padding: 15px !important;
}

.form-12BB {
    width: 900px;
    margin: 0 auto;
}

.form-12BB > tbody > tr:not(:last-child) > td:first-child {
    width: 75%;
    padding: 5px;
}

.form-12BB > tbody > tr:not(:last-child) > td.t {
    width: 25%;
    padding: 5px;
}

.form-12BB > table {
    border: none !important;
}

.form-12BB table tr.test td {
    width: 20%;
}

.form-12BB table th {
    padding: 5px;
}

.border-r-b {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.border-none {
    border: none !important;
}

.border-t {
    border-top: 1px solid #ddd;
}

.border-t-none {
    border-top: none !important;
}

.border-b {
    border-bottom: 1px solid #ddd;
}

.border-b-none {
    border-bottom: none !important;
}

.border-r {
    border-right: 1px solid #ddd;
}

.border-r-none {
    border-right: none !important;
}

.proof-attachments {
    display: flex;
    align-items: center;
}

.proof-attachments > label, .c-choose-file {
    font-weight: 400;
    padding: 5px 10px;
}

.proof-attachments > span, .attachmentsCount {
    padding: 5px 10px;
    background: #e5e6e7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resume-upload{
    width: auto;
    height: 30px;
}

.co-applicant-attachment, .hra-landlord-pan-attachment {
    padding: 5px 10px;
    background: #e5e6e7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.view-only-panel {
    max-height: 370px;
    overflow: auto;
}

/* Vendor Css */
.vendor-list-group {
    max-height: 250px;
    min-height: 250px;
    overflow: auto;
    padding-right: 10px;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.vendor-list-item {
    border: 1px solid transparent;
    margin-bottom: 10px;
    text-align: justify;
}

.vendor-list-item:last-child {
    margin-bottom: 0;
}

.vendor-list-item span {
    font-size: 11px !important;
}

.active-item {
    background-color: #DE1186;
    color: #FFF;
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rent-receipt {
    border: 1px solid #000;
    padding: 32px;
    color: #444;
    font-size: 16px;
}

.rent-receipt-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 8px;
}

.rent-receipt h5 {
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
}

.rent-receipt h5 > span {
    font-weight: 400;
    color: #999;
}

.rent-statement-declaration {
    padding: 24px 5px;
    color: #444;
    font-size: 16px;
    margin: 0;
}

.land-lord-info {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.vertically-middle {
    vertical-align: middle !important;
}

.capitalize {
    text-transform: capitalize;
}

.width50 {
    width: 50% !important;
}

.width100 {
    width: 100% !important;
}

.width200 {
    width: 200px;
}

.width300 {
    width: 300px;
}

.custom-border {
    border: 1px solid #ddd;
}

.addRow, .removeRow, .removeRowOnly, .add-to-ch6-trash {
    font-size: 17px;
}

.display-inline-block {
    display: inline-block;
}

.border-black {
    border-color: black !important;
}

.tenant-name, .tenant-address, .start-month, .end-month {
    display: flex;
    align-items: flex-end;
}

.tenant-name > div, .tenant-address > div {
    flex-grow: 1;
    word-break: break-word;
}

.start-month > div, .end-month > div {
    width: 250px;
}

.sample-receipt .start-month > div, .sample-receipt .end-month > div {
    width: 190px;
    height: 25px;
}

.monthly-amount, .total-amount {
    display: flex;
    align-items: flex-end;
}

.monthly-amount .start-month,
.monthly-amount .end-month{
    width: 50%;
    > .date-inpt{
        width: 100%;
    }
}

.monthly-amount > div.border-black {
    width: 180px;
    height: 25px;
}

.total-amount > div {
    width: 235px;
    height: 25px;
}

.sample-receipt #monthly-rent {
    width: 103px;
}

.sample-receipt #total-rent {
    width: 136px;
}

.receipt-footer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.date-inpt-b-b {
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    outline: none;
}

.date-inpt {
    border: 1px solid;
    background: transparent;
    outline: none;
}

#rent-receipts-to-print .rent-receipt-logo > h2 {
    line-height: 30px;
}

.receipt-download-btn {
    display: flex;
    justify-content: flex-end;
}

@media print {
    nav, .header, .footer, .ibox-title, .page-heading {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }

    .ibox-content {
        border: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    #rent-receipts-to-print > .receipts:nth-child(odd):not(:last-child) {
        page-break-after: always !important;
    }

    .page-break {
        page-break-after: always !important;
    }

    #rent-receipts, .remove-receipts {
        display: none !important;
    }
}

.aboutFAQ {
    border: 2px solid #e7eaec;
    border-left: 3px solid #DE1186;
    background: #faf9fb;
}

.text-underline-imp {
    text-decoration: underline !important;
}

.audit-status {
    display: flex;
    gap: 20px;
}

.ready-audit, .inprogress-audit {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.completed-audit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.completed-audit-status {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10px;
    top: 0px;
    gap: 5px;
    justify-content: center;
    height: 100%;
    > span{
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        border-radius: 10px;
        width: 35px;
        height: 18px;
        font-size: 10px;
        padding: 0;
    }
}
.green-badge{
    background-color: #009531 !important;
}
.yellow-badge{
    background-color: #FFAF00 !important;
}
.pollred-badge{
    background-color: #B70634 !important;
}

#v-lta {
    height: 395px;
}

#v-homeloan {
    height: 420px;
    max-height: 420px;
    overflow-x: auto;
}

.audit-status > div {
    margin: 0;
    padding: 12px 0 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 13px 25px #0000000A;
    background-color: #ffffff;
    border-radius: 10px;
    color: #2E1C41;
    align-items: flex-start;
    position: relative;
    width: 100%;
    .pill_number{
        color: #3E2B82;
        font-size: 30px;
        line-height: 46px;
    }
}

.audit-status > .v-audit-active,
 .audit-status > div:hover {
    transition: all 0.2s;
    background-color: #3d2a82;
    color: #ffffff;
    .pill_number{
        color: white;
    }
}

.w-33 {
    width: 33%;
}

a.investment-timeline-items.w-33 > div:last-child {
    width: auto;
}

#taxRegime .faq {
    overflow: auto;
}

.progress {
    height: 13px
}

.pwstrength_viewport_progress span.password-verdict {
    color: black;
    line-height: 12px;
    font-size: 13px;
    vertical-align: top;
    white-space: nowrap;
}

.reset-password-ibox .ibox-content {
    height: 250px;
}

#taxregime-icon {
    height: 25px;
    width: 25px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background: #aeaeae;
}

#taxregime-icon > img {
    height: 15px;
    width: 15px
}

a[href="#taxRegime"].timeline-active #taxregime-icon {
    background: #DE1186;
}


.display-flex {
    display: flex !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border: 1px solid #C6BAD1;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    background-color: black;
    bottom: 3px;
    left: 4px;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider:before {
    background-color: #DE1186;
}

input:focus + .slider {
    box-shadow: 0 0 1px #DE1186;
}

.checkbox-width{
    margin: 3px 12px 0 !important;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.c-custom-modal-width {
    width: 435px !important;
}

.c-edit-modal-p {
    padding: 5px 10px !important;
}

.margin-auto {
    margin: 0 auto;
}

.deduction-panel .panel-title {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.deduction-panel .panel-title > .panel-name{
    width: calc(100% - 15px);
}

.deduction-panel .panel-title select {
    border: none;
    outline: none;
    background: #f5f5f5;
    border-bottom: 1px solid #cccccc;
    align-items: center;
}

.panel-container {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.manage-rows {
    display: flex;
    align-items: center;
    gap: 5px;
}

.amount-to-na {
    margin-right: 3px !important;
}

.p-sm-imp {
    padding: 15px !important;
}

.deduction-panel .panel-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.panel-container .deduction-panel {
    width: calc(100% - 50px);
}

.deduction-panel:not(:first-child) {
    margin-top: 15px !important;
}

.deduction-panel .panel-body:before, .deduction-panel .panel-body:after {
    display: none;
    content: unset;
}

.deduction-panel .panel-body > * {
    width: calc(50% - 15px);
}

.deduction-panel .panel-body > *:nth-child(n+3) {
    margin-top: 10px;
}

.prev-proof {
    width: 85px;
}

.next-proof {
    width: 65px;
}

.submit-btn {
    width: 75px;
}

#attachmentsModal .modal-body {
    padding: 20px 30px !important;
}

.amount-to-na {
    height: 10px;
}

.attachments-box {
    border: 1px solid #ddd;
    border-radius: 8px;
}
.attachments-box .proof-details .password-control{
    display: flex;
    align-items: center;
    gap: 10px;
}
.attachments-box .proof-details .password-control .c-input{
    height: 45px;
}

.proof-media-protected{
    min-height: auto;
}
.attachments-box .section-title {
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.receipt-section, .file-section {
    display: flex;
    align-items: center;
}

.file-section {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-title > div {
    font-size: 12px;
}

.panel-title > a {
    transition: transform 0.5s ease;
}

.disabled-label {
    background-color: #eee;
    cursor: not-allowed;
}

.deduction-panel.proof-panel .panel-body > .approved-remarks {
    width: 100%;
}

#side-menu.nav > li.active, .navBarActive {
    color: #DE1186;
}

.t-delete-file, .delete-file {
    width: 75px;
}

.v-hra-div {
    height: 420px;
    overflow-y: scroll;
}

.c-choose-file {
    width: auto;
    .paperclip_icon_white{
        height: 14px;
        width: auto;
    }
}

.c-width145 {
    width: 145px;
}

.section-content {
    position: relative;
}

.section-content .alter-proof-label {
    position: absolute;
    right: 0;
    top: 4px;
}

.no-wrap {
    white-space: nowrap;
}

.m-b-xs-imp {
    margin-bottom: 5px !important;
}

#DataTables_Table_0_wrapper .dataTables_paginate {
    padding-top: 10px;
}

.table tr > th:nth-child(2) {
    outline: none;
}

.error-box {
    width: 97%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    max-height: 75px;
    overflow-y: auto;
}

.c-deduction-list .panel-container > .deduction-panel {
    width: calc(100% - 86px);
}

.c-deduction-list .deduction-panel + .manage-rows {
    display: flex;
    align-items: center;
}

.disabled-panel-heading {
    background-color: #bdb9b9b8 !important;
}

.modal600 {
    width: 600px;
}

.modal800 {
    width: 800px;
}

.modal400 {
    width: 400px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.pagination li.paginate_button.previous i,
.pagination li.paginate_button.next i {
    line-height: 21px;
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_paginate, div.dataTables_wrapper div.dataTables_info {
    width: 50%;
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
    color: #9d9ea0;
}

div.dataTables_wrapper div.dataTables_paginate {
    float: right;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        width: 100%;
        justify-content: center;
    }

    div.dataTables_wrapper #DataTables_Table_0_info {
        padding-top: 10px !important;
    }
}

.st-date, .end-date {
    width: 160px;
}
.st-date, .end-date, .date{
    .input-group-addon{
        border-radius: 5px 0 0 5px;
    }
    input.form-control{
        border-radius: 0 5px 5px 0;
    }
}

.audit-status > .curr-cycle {
    border: 2px solid #DE1186;
    color: #DE1186;
    background: transparent;
}

.cycle-content {
    position: relative;
}

.tab-pane .take-action {
    position: absolute;
    height: 40px;
    padding: 10px;
    right: 0;
}

#tab-4 > button[data-target="#correction-cycle-filter"] {
    position: absolute;
    right: 345px;
}

.switch-cycle {
    width: 102px;
}

.row-dates {
    width: 164px;
    height: 34px;
    white-space: nowrap;
}

.otp-input {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    font-size: 25px;
    background: #f1f2f3;
    border: 1px solid #e5e5e5;
    color: #DE1186;
    outline-width: 0;
}

.otp-input:not(:first-child) {
    margin-left: 20px;
}

table#updateUserDate tr td:first-child,
table#updateUserDate tr th:first-child,
table#manageUserCycle tr td:first-child,
table#manageUserCycle tr th:first-child,
table#declaration-cycle-table tr td:first-child,
table#declaration-cycle-table tr th:first-child,
table#proof-cycle-table tr td:first-child,
table#proof-cycle-table tr th:first-child,
table#formCorrections tr td:first-child,
table#formCorrections tr th:first-child,
table#proof-cycle-table tr td:last-child,
table#formCorrections tr td:last-child,
table#declaration-cycle-table tr td:last-child {
    text-align: center;
}

.cycle-content .dataTables_filter > label {
    margin-right: 0 !important;
}

.cycle-content .html5buttons > .dt-buttons > a {
    height: 30px;
}

.publish-pending, .publish-selected {
    position: absolute;
    left: 475px;
    height: 40px !important;
    margin: 0 !important;
}

#import-csv-pfUan .modal-dialog {
    width: 425px;
    .modal-footer{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 20px;
    }
    .modal-footer::before{
        display: none;
    }
    .modal-footer .download_csv{
        font-size: 10px;
        color: #de1186;
        font-weight: 500;
    }
    .modal-footer .btn{
        padding: 10px 25px;
    }
}

/* publish modal*/
.publish-modal .modal-content {
    border-radius: 10px;
}

.publish-item > i {
    float: left;
    font-size: 32px;
    margin-right: 9px;
    color: #a7a1a7;
}

.publish-name {
    color: #847a84;
}

.publish-name + div {
    font-weight: bold;
    font-size: 18px;
}

.ch6-trash-group {
    max-height: calc(100vh - 230px);
    overflow: auto;
}

.ch6-trash-group > li:not(:first-child) {
    margin-top: 10px;
}

#ch6-trash {
    position: relative;
}

#ch6-trash .trash-count {
    position: absolute;
    margin: 0;
    top: -14px;
    left: 13px;
    line-height: 12px;
    padding: 2px 5px;
}

#ch6-trash > i {
    font-size: 15px;
}

.ch6-trash-group > li > * {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ch6-trash-group > li > * > .ch6-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ch6-trash-group > li .ch6-item-status {
    flex-shrink: 0;
}

#add-row-master {
    font-size: 15px;
    vertical-align: middle;
}

.primary-color {
    color: rgb(103, 106, 108) !important;
}

.none-events {
    -webkit-pointer-events: none;
    pointer-events: none;
}

#cycleType{
    cursor: pointer;
    width: 254px;
    padding: 0 12px;
    height: 40px;
    border-radius: 10px;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
}
#cycleType:focus-visible{
    outline: none;
}

h5.c-ibox-heading {
    margin-top: 5px !important;
}

.toggle-description {
    position: absolute;
    top: 0;
    right: 4px;
    font-size: 14px;
    cursor: pointer;
}

#pendingProofs.table-bordered > thead > tr > th {
    background-color: transparent;
}

#pendingProofs.table-bordered {
    border: 1px solid #ccc !important;
    margin-top: 20px;
}

#pendingProofs.table-bordered > thead > tr > th {
    border: 1px solid #ccc !important;
}

#pendingProofs.table-bordered > tbody > tr > td {
    border: 1px solid #ccc !important;
}

.app-declaration > label {
    float: left;
    width: calc(100% - 30px);
    margin-left: 5px;
    line-height: 20px;
    margin-right: 0;
}

.v-proof-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: calc(100% - 60px);
    margin-right: 8px;
}

.v-proof-view-nav {
    top: 100px;
    bottom: 100px
}

.v-proof-amount {
    margin-bottom: 20px;
}

.note-to-self {
    margin-left: 15px;
    width: 12% !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: -25px;
}

.resize-vertical {
    resize: vertical;
}

.selectionNone {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nw-scroller::-webkit-scrollbar-track {
    background: 0 0;
    border: none;
    box-shadow: none;
}

.nw-scroller::-webkit-scrollbar-thumb {
    background: #dadce0;
    background-clip: padding-box;
    border: 4px solid transparent;
    border-radius: 8px;
    box-shadow: none;
    min-height: 50px;
    display: none;
}

.nw-scroller:hover::-webkit-scrollbar-thumb {
    display: block;
}

.nw-scroller::-webkit-scrollbar-thumb:hover {
    background: #868686;
    background-clip: padding-box;
}

.nw-scroller::-webkit-scrollbar {
    width: 16px;
}

.excluded-sections {
    margin-bottom: 15px;
    font-weight: bold
}

#cycle-dates-wrapper {
    overflow: auto;
}

#cycle-dates-wrapper > table {
    min-width: 380px;
}

.open_cycle_div{
    display: flex;
    gap: 5px;
    margin-top: 3px;
}

.proof-media {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
}

.proof-media > object {
    min-height: 300px;
}

.proofs-carousel .item {
    min-height: unset;
    max-height: unset;
}

.proofs-carousel .item > .proof-details > * {
    max-width: 49%;
    flex: 0 0 49%
}

.toggle-pwd, .toggle-pwd-coapp, .toggle-pwd-hra{
    float: right;
    margin-top: -24px;
    margin-right: 39px;
}

.validate-password, .validate-password-co-app,.validate-password-hra{
    border-radius: 0;
    border-left: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.attachment-details-modal {
    .validate-password {
        height: 33px;
    }

    .toggle-pwd  {
        float: none;
        margin: 0;
    }
}

.validate-password-co-app + .toggle-pwd-coapp,
.validate-password-hra + .toggle-pwd-hra {
    margin: 0;
    align-self: center;
}

.file-password, .file-password-coapp, .file-password-hra{
    width: calc(100% - 32px);
    padding-right: 24px;
}

.show-faqs {
    font-size: 15px;
    vertical-align: top;
    color: initial;
}

.table-processing {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 2px 6px 2px rgba(60, 64, 67, .15)
}

.deduction-title{
    overflow: auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.deduction-title >  h5{
    margin: 0;
}
.deduction-title > .ibox-tools{
    align-items: center;
    display: flex;
    gap: 5px;
    .form-check-input, .form-check-label{
        margin: 0;
    }
    .show-faqs{
        margin: 0;
        height: 19px;
    }
    .show-faqs .question_circle_icon{
        width: 17px;
        height: 17px;
    }
    > .pull-right{
        align-items: center;
        display: flex;
        gap: 5px;
    }
}

th.sorting_disabled{
 background-color: transparent !important;
}

.dataTables_length{
    display: flex;
    align-items: center;
    float: left;
    label{
        margin: 0 0 16px 0;
        cursor: default;
    }
    select{
        height: 40px;
        border-radius: 10px;
        cursor: pointer;
        border: none;
        margin-left: 10px;
        color: #2e1c41;
        width: 90px !important;
        padding: 0 0 0 7px;
        background: white;
        box-shadow: 0px 7px 40px 0px #0000000A;
        font-weight: 600;
    }
}
.dataTables_length select:focus-visible{
    outline: none;
}

.form-horizontal .form-group:last-child{
    margin-bottom: 0;
}

/*When show FAQ block is showing on Chapter VI-A Page */
.investment-tab-content #chapter_vi_deduction:has(#chapter_vi_deduction-faqs):not(:has(.col-md-12.hide#chapter_vi_deduction-faqs)){
    .deduction_panel_heading, .panel-body{
        font-size: 11px;
    }
    .deduction_panel_heading .panel-name{
        padding: 5px 15px;
    }
}

@media screen and (min-width: 1200px) {
    .investment-tab-content #personal_info .ibox:not(:has(.ibox-footer)){
        .ibox-content .row ul{
            height: 314px !important;
            overflow-y: auto;
        }
    }

    .investment-tab-content #lta > div:first-child .ibox-content {
        height: 145px;
    }

    .investment-tab-content #lta .investment-query-list {
        height: 222px;
    }

    .investment-tab-content #lta .ibox:not(:has(.ibox-footer)){
        .ibox-content{
            height: 260px;
            overflow-y: auto;
        }
    }

    .investment-tab-content #hra .investment-query-ibox {
        height: 610px;
    }

    .investment-tab-content #hra .investment-query-list {
        height: 549px;
        overflow-y: auto;
    }

    .investment-tab-content #hra .ibox .ibox-content {
        height: 500px;
        overflow-y: auto;
    }

    .investment-tab-content #hra .ibox:not(:has(.ibox-footer)){
        .ibox-content{
            height: 606px;
            overflow-y: auto;
        }
    }

    .investment-tab-content #home_loan .homeloan-ibox-content {
        height: 535px;
        overflow-y: auto;
    }

    .investment-tab-content #home_loan .investment-query-list {
        height: 580px;
        overflow-y: auto;
        margin-bottom: 15px;
    }

    .investment-tab-content #home_loan .ibox:not(:has(.ibox-footer)){
        .ibox-content{
            height: 640px;
            overflow-y: auto;
        }
    }

    .investment-tab-content #chapter_vi_deduction .investment-query-list {
        height: 305px;
        overflow-y: auto;
    }
}

@media (min-width: 1200px) and (max-width:1420px){
    .investment-tab-content #personal_info .ibox:not(:has(.ibox-footer)) {
        .ibox-content .row ul {
            height: 334px !important;
            overflow-y: auto;
        }
    }
}

@media screen and (min-width: 992px) {
    .cycle-tabs > li:first-child {
        padding-left: 20px;
    }

    .hra-daterange-sep {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #selectSectionModal .modal-dialog {
        width: 435px;
    }

    .publish-group {
        display: flex;
    }

    .publish-group > * {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .publish-modal .modal-dialog {
        width: 630px;
    }

    .modal-nw-sm{
        width: 620px;
    }
}

@media screen and (min-width: 320px) {
    .publish-group > *:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .audit-status {
        flex-wrap: wrap;
    }

    .audit-status > * {
        margin-left: 0 !important;
        margin-right: 40px;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .audit-status > *:nth-child(n+3) {
        margin-top: 15px;
    }

    #cycle-dates-wrapper .date-group {
        flex-direction: column;
        height: 80px;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: start;
    }

    .cycle-tabs > li {
        float: unset;
    }

    .cycle-tabs > li.active > a {
        border: none !important;
    }
}

@media screen and (max-width: 768px) {
    .dataTables_wrapper.dt-1-wrapper .html5buttons {
        display: none;
    }

    .investment-timeline-items > div:last-child {
        display: none;
    }

    .audit-status > * {
        margin-right: 10px;
        flex: 0 0 calc(50% - 10px);
        max-width: 50%;
    }

    #vDeclarationTable_wrapper .html5buttons {
        float: right;
        margin-top: 0;
    }

    .deduction-panel .panel-body > *{
        width: 100%;
    }

    .deduction-panel .panel-body > *:not(:first-child){
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    #vDeclarationTable_length, #new-joiners_length,
    .dataTables_wrapper.dt-1-wrapper .dataTables_length {
        float: left;
    }

    #vDeclarationTable_filter, #new-joiners_filter,
    .dataTables_wrapper.dt-1-wrapper .dataTables_filter {
        text-align: right;
    }

    #vDeclarationTable_filter input, #new-joiners_filter input,
    .dataTables_wrapper.dt-1-wrapper .dataTables_filter input {
        width: 135px;
    }
}

@media screen and (max-width: 480px) {
    .dataTables_info {
        white-space: normal !important;
    }

    .audit-status > * {
        margin-right: 0;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .audit-status > *:nth-child(n+2) {
        margin-top: 15px;
    }

    .ibox-title.id-ibox-title > h5 {
        float: unset;
    }

    .ibox-title.id-ibox-title > .ibox-tools {
        text-align: left;
    }

    #vDeclarationTable_filter > label, #new-joiners_filter > label,
    .dataTables_wrapper.dt-1-wrapper .dataTables_filter > label {
        margin-right: 0;
    }

    #vDeclarationTable_filter > label > input, #new-joiners_filter input,
    .dataTables_wrapper.dt-1-wrapper .dataTables_filter > label > input {
        width: 100%;
        margin: 6px 0 0 0;
    }

    #vDeclarationTable_wrapper .html5buttons {
        display: none;
    }

    .ibox-title > .c-ibox-heading {
        float: none;
    }

    .c-ibox-heading + .ibox-tools {
        justify-content: flex-start;
    }

    .section-footer > .btn.btn-draft {
        width: 100%;
        margin-bottom: 10px;
    }

    .section-footer > .btn:not(.btn-draft) {
        width: 49%;
    }

    .attachments-modal-footer{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .attachments-modal-footer:before,
    .attachments-modal-footer:after{
        content: unset;
    }

    .attachments-modal-footer > .btn {
        flex: 0 0 49%;
        max-width: 49%;
        margin-left:0 !important;
    }

    .attachments-modal-footer > .btn-warning{
        order: 1;
        margin-top: 5px;
    }

    .attachments-modal-footer > .btn-primary{
        order: 2;
        margin-top: 5px;
    }

    .proofs-carousel .item > .proof-details > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .proofs-carousel .item > .proof-details > *:not(:first-child){
        margin-bottom: 10px;
    }

    .section-content .alter-proof-label{
        position: static;
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px) {
    .investment-timeline-icons {
        font-size: 13px;
    }

    .investment-timeline-icons::before {
        font-size: 13px;
        height: 13px;
        width: 13px;
    }
}

/*Search Box CSS*/
.dataTables_filter input{
    width: 200px !important;
    height: 40px;
    box-shadow: 0px 7px 40px 0px #0000000A;
    border-radius: 10px;
    margin: 0 0 16px 0 !important;
    border: none !important;
}
.dataTables_filter input::placeholder{
    color: #2E1C41;
    opacity: 0.8;
    font-family: "Poppins", sans-serif;
    z-index: 1;
}

.l-h-34 {
    line-height: 34px;
}

.temp-blocked {
    opacity: .7;
    cursor: not-allowed !important;
    .svg{
        cursor: not-allowed !important;
    }
}
.temp-blocked .upload_icon:hover{
    background: url('/images/upload_icon.svg') no-repeat;
}


.investment-query-threads > hr {
    margin: 20px 0 10px !important;
}

.dt-processing {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 2px 6px 2px rgba(60, 64, 67, .15);
    background-color: #fff;
    color: #676a6c;
}


.v-sectionvi-proofs,
.v-homeloan-proofs{
    overflow-y: auto;
    position: relative;
}

.full-view-modal.in{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.full-view-modal .item{
    overflow: auto;
    padding-right: 7px;
}

.file-name{
    word-break: break-word;
}

.full-view-dialog{
    height: 80vh;
    width: 75%;
    background: #ffff;
    z-index: 1;
    position: relative;
    border-radius: 4px;
    position: relative;
}

.full-view-dialog object[data-type="application/pdf"]{
    width: 100%;
    height: 100%;
}

.full-view-dialog > .close{
    position: absolute;
    right: -1px;
    top: -19px;
    opacity: 1;
    font-size: 32px;
}

.v-proof-carousel {
    height: calc(100% - 66px);
}

.v-proof-carousel > .carousel-inner,
.v-proof-carousel > .carousel-inner > .item{
    height: 100%;
}

.v-proof-carousel  .right.carousel-control{
    right: 5px;
}

.v-proof-carousel .proof-wrapper{
    max-height: calc(100% - 28px);
    overflow: auto;
    padding-right: 5px;
}

.full-view-modal .proof-wrapper{
    height: 100%;
}

.dialog-header{
    border-bottom: 1px solid #e7eaec;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.full-view-modal .carousel{
    padding: 10px;
    height: calc(100% - 51px);
}

.vendor-remarks{
    max-height: 100px;
    overflow: auto;
    padding-right: 2px;
    word-break: break-word;
}

#vDeclarationTable {
    width: 100% !important;
}

.attachmentDeclarationCheckbox {
    margin-top: 28px;
}

.attachmentDeclarationCheckbox input{
    margin-top: -15px;
}

.attachmentDeclarationCheckbox small {
    font-size: 11.5px;
}

.footer.fixed_full .footer-logo {
    background: url('/images/favicon.ico') 5px no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-size: 79%;
}
.footer .footer-line{
    font-size: 11px;
    color: #212529;
}

.nw-header {
    width: 100%;
    padding: 12px 15px;
    position: fixed;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 40px;
    z-index: 2002;
    height: 69px;
    display: flex;
    justify-content: space-between;
    cursor: default;
}

.nw-header .left-section {
    min-width: fit-content;
    max-width: 18%;
    margin-right: 35px;
    width: 100%;
    align-items: center;
    .header-logo{
       display: flex;
    }
}

.nw-header .left-section .navbar-minimalize{
        display: none;
        margin: 0;
        padding: 6px 12px;
        align-items: center;
        justify-content: center;
        height: 33px;
}

@media only screen and (max-width: 768px) {
    .nw-header .left-section{
        width: 50px;
        min-width: 50px;
        padding-left: 0;
        padding-top: 5px;
        align-items: flex-start;
        .navbar-minimalize{
            display: flex;
        }
        .header-logo{
            display: none;
        }
    }
    .nw-header .main_section{
        max-width: 83% !important;
    }
    .nw-header .main_section .navbar-header{
        max-width: 80% !important;
    }
}

.nw-header .main_section {
    max-width: 95%;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.nw-header .main_section .navbar-header{
    padding: 0;
    max-width: 65.4%;
    width: 100%;
}
.nw-header .main_section .navbar-header .navbar-form-custom{
    width: inherit;
    height: inherit;
    position: relative;
}
.nw-header .main_section .navbar-header .navbar-form-custom .form-group input{
    width: 100%;
    height: 40px;
    border: none;
    background: #F5F6F8;
    padding: 10px 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    &::placeholder{
        color: #757575;
    }
}
.nw-header .main_section .navbar-header .navbar-form-custom .form-group .dropdown-menu{
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
}
.search_icon{
    background: url('/images/sprite-icons.svg') no-repeat -276px -180px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 15px;
}

.nw-header .center-section {
    width: 65%;
    margin-right: 10%
}

.nw-header .right-section #user_profile {
    display: flex;
    justify-content: flex-end;
}

.nw-header .nav-bars {
    display: none;
    margin: 0;
}

.right-section-list > li:last-child {
    background-color: transparent;
    margin-right: 0;
}

.right-section-list > li:last-child img {
    width: 36px;
}

.header-search-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 14px;
}

#top-search:focus {
    border: 1px solid #E4E5E8;
    background-color: #ffffff;
}

.new-logo {
    display: block;
    background: url("/images/logo.svg") no-repeat;
    background-size: contain;
    width: 220px;
    height: 35px;
}

.newHeader .navbar-form-custom .form-control{
    height: initial;
}

.nw-header .right-section .img-circle{
    margin-right: 20px;
    border: 3px solid #fff;
    cursor: pointer;
}

.nw-header .right-section #user_profile:hover {
    .img-circle{
        border: 3px solid #DE1186;
    }
}

.arrow_down{
    position: absolute;
    top: 45%;
    color: #7477ac;
    background: url('/images/arrow_down.svg') no-repeat left top;
    width: 10px;
    height: 10px;
    transform: translate(-50%);
    cursor: pointer;
}

.right-section-list {
    list-style-type: none;
    margin-bottom: 0px;
    display: flex;
}

.right-section-list > li{
    margin-left: 12px;
}

.right-section-list > li span:first-child {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.logo-text {
    font-size: 19px;
    font-weight: 600;
    opacity: .95;
    color: #2e1c41;
    padding-bottom: 6px;
    position: relative;
    right: 10px;
    top: 1px;
}

.btn-close {
  background: url('/images/close_icon.svg') no-repeat left top;
  display: inline-block;
  background-size: cover;
  border: none;
  opacity: 0.8;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}
.btn-close:hover {
  opacity: 1;
}

.sidePanelModal{
  width: auto;
  right: 0;
  position: absolute;
  margin: 0;
  box-shadow: -5px 5px 40px rgba(0,0,0,.078);
  font-family: 'Poppins';
  position: absolute;
  bottom: 0;
}

.sidePanelModal .modal-content{
  height: calc(100vh - 70px);
  width: 100%;
  z-index: 9;
  box-shadow: -5px 5px 40px #00000014;
  max-width: 450px;
  overflow-y: auto;
  position: relative;
  padding: 0;
}

.sidePanelModal .modal-header, .modal-footer{
  border: 0;
}

.sidePanelModal .modal-header{
    margin: 20px 20px 30px;
}

.sidePanelModal .modal-body{
    margin: 0 20px;
    min-height: 200px;
}

.sidePanelModal .modal-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px 20px;
    margin: 0;
}

.sidePanelModal .top_profile_section {
  min-width: 405px;
  background: #f8f8f8;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  margin: 10px 0 0;
}

.sidePanelModal .top_profile_section .btn-close{
  box-shadow: 0px 7px 25px #00000018;
}

.sidePanelModal .top_profile_section .profile_pic_section {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.sidePanelModal .top_profile_section .profile_pic_section img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sidePanelModal .top_profile_section .profile_description_section{
  margin-top: 20px;
}
.sidePanelModal .top_profile_section .profile_description_section .user_name {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  opacity: .9;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.sidePanelModal .top_profile_section .profile_description_section .user_designation {
  opacity: 0.7;
  font-size: 14px;
  text-align: center;
  display: block;
}
.sidePanelModal .top_profile_section .profile_description_section .user_designation .user__org_duration {
  display: block;
}

.sidePanelModal .user_details {
  margin: 0 10px 10px;
}
.sidePanelModal .user_details ul {
  padding-left: 0;
}

.sidePanelModal .user_details ul li {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  align-items: center;
}

.sidePanelModal .user_details ul li .user_details_title {
  width: 30%;
  opacity: .7;
}

.sidePanelModal .user_details ul li .user_details_result {
  margin-left: 15px;
  width: 70%;
  font-weight: 500;
}

.sidePanelModal .user_details ul li .user_details_email, .sidePanelModal .user_details ul li .user_details_mobile {
  cursor: pointer;
}

.sidePanelModal .modal-footer button{
  width: 100%;
  height: 45px;
}

/*Sprite Icon CSS*/
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li.active > a{
    .rupee_icon{
        background: url('/images/rupee_icon_pink.svg') no-repeat;
    }
    .lock_icon{
        background: url('/images/lock_icon_pink.svg') no-repeat;
    }
    .span_icon{
        background: url('/images/span_icon_pink.svg') no-repeat;
    }
    .declaration_status_icon{
        background: url('/images/declaration_status_icon_pink.svg') no-repeat;
    }
    .fnf_cases_icon{
        background: url('/images/fnf_cases_icon_pink.svg') no-repeat;
    }
    .setting_icon{
        background: url('/images/setting_icon_pink.svg') no-repeat;
    }
    .circular_tick_icon{
        background: url('/images/circular_tick_icon_pink.svg') no-repeat;
    }
    .archive_icon{
        background: url('/images/archive_icon_pink.svg') no-repeat;
    }
    .vendors_icon{
        background: url('/images/vendors_icon_pink.svg') no-repeat;
    }
    .edit_form_icon{
        background: url('/images/edit_form_icon_pink.svg') no-repeat;
    }
    .edit_icon{
        background: url('/images/edit_icon_pink.svg') no-repeat;
    }
    .reset_icon{
        background: url('/images/reset_icon_pink.svg') no-repeat;
    }
    .backward_arrow_icon{
        background: url('/images/backward_arrow_icon_pink.svg') no-repeat;
    }

}
.nav_icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
    background-size: contain !important;
}
.rupee_icon{
    width: 21px;
    height: 21px;
    position: relative;
    top: 2px;
    background: url('/images/rupee_icon.svg') no-repeat;
}
.rupee_icon:hover, .rupee_icon_pink{
    background: url('/images/rupee_icon_pink.svg') no-repeat;
}
.lock_icon, .lock_icon_black{
    background-size: cover !important;
    height: 21px;
    position: relative;
    right: 3px;
    background: url('/images/lock_icon.svg') no-repeat;
}
.lock_icon:hover, .lock_icon_pink{
    background: url('/images/lock_icon_pink.svg') no-repeat;
}
.span_icon{
    position: relative;
    left: 1px;
    height: 17px;
    background: url('/images/span_icon.svg') no-repeat;
}
.span_icon_pink{
    background: url('/images/span_icon_pink.svg') no-repeat;
}
.declaration_status_icon{
    background: url('/images/declaration_status_icon.svg') no-repeat;
}
.declaration_status_icon_pink{
    background: url('/images/declaration_status_icon_pink.svg') no-repeat;
}
.fnf_cases_icon{
    background: url('/images/fnf_cases_icon.svg') no-repeat;
}
.fnf_cases_icon_pink{
    background: url('/images/fnf_cases_icon_pink.svg') no-repeat;
}
.setting_icon{
    width: 21px !important;
    height: 21px !important;
    margin-right: 13px;
    position: relative;
    right: 2px;
    background: url('/images/setting_icon.svg') no-repeat;
    background-size: cover !important;
}
.setting_icon:hover , .setting_icon_pink{
    background: url('/images/setting_icon_pink.svg') no-repeat;
}
.circular_tick_icon{
    background: url('/images/circular_tick_icon.svg') no-repeat;
}
.circular_tick_icon_pink{
    background: url('/images/circular_tick_icon_pink.svg') no-repeat;
}
.archive_icon{
    width: 23px;
    height: 23px;
    margin-right: 12px;
    position: relative;
    right: 2px;
    background: url('/images/archive_icon.svg') no-repeat;
}
.archive_icon_pink{
    background: url('/images/archive_icon_pink.svg') no-repeat;
}
.vendors_icon_pink{
    background: url('/images/vendors_icon_pink.svg') no-repeat;
}
.vendors_icon{
    background: url('/images/vendors_icon.svg') no-repeat;
}
.edit_form_icon{
    background: url('/images/edit_form_icon.svg') no-repeat;
}
.edit_form_icon_pink{
    background: url('/images/edit_form_icon_pink.svg') no-repeat;
}
.edit_icon, .edit_icon_black{
    background: url('/images/edit_icon.svg') no-repeat;
}
.edit_icon:hover, .edit_icon_pink{
    background: url('/images/edit_icon_pink.svg') no-repeat;
}
.reset_icon{
    background: url('/images/reset_icon.svg') no-repeat;
}
.reset_icon_pink{
    background: url('/images/reset_icon_pink.svg') no-repeat;
}
.backward_arrow_icon{
    background: url('/images/backward_arrow_icon.svg') no-repeat;
}
.backward_arrow_icon_pink{
    background: url('/images/backward_arrow_icon_pink.svg') no-repeat;
}
.forward_arrow_icon, .forward_arrow_icon_black{
    background: url('/images/forward_arrow_icon.svg') no-repeat;
}
.forward_arrow_icon_pink{
    background: url('/images/forward_arrow_icon_pink.svg') no-repeat;
}
.arrow_button{
    font-weight: 600;
    font-size: 12px;
    font-family: "Poppins";
    color: #DE1186 !important;
    margin: 0;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
}
.arrow_button::after {
    content: "";
    background: url(/images/forward_arrow_icon_pink.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
    background-size: contain;
    position: relative;
    top: 2px;
}

.remove-receipts.arrow_button::after{
    top: 3px;
}

.arrow_button .add-to-print{
    padding-right: 0;
}

.user_picture_name{
    padding-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #2e1c41;
    font-weight: 600;
    &:focus, &:hover{
        color: #2e1c41;
    }
}
.user_picture{
    border-radius: 50%;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: normal;
}

.svg{
    width: 17px;
    height: 17px;
    display: inline-block;
    background-size: contain !important;
    cursor: pointer;
}
.plus_icon{
    background: url('/images/plus_icon.svg') no-repeat;
}
.plus_icon:hover, .plus_icon_pink{
    background: url('/images/plus_icon_pink.svg') no-repeat;
}
.rounded_plus_icon, .rounded_plus_icon_black{
    width: 16px;
    height: 16px;
    background: url('/images/rounded_plus_icon.svg') no-repeat;
}
.rounded_plus_icon:hover, .rounded_plus_icon_pink{
    background: url('/images/rounded_plus_icon_pink.svg') no-repeat;
}
.rounded_minus_icon{
    width: 15px;
    height: 16px;
    background: url('/images/rounded_minus_icon.svg') no-repeat;
}
.rounded_minus_icon:hover, .rounded_minus_icon_pink{
    background: url('/images/rounded_minus_icon_pink.svg') no-repeat;
}
.eye_icon, .eye_icon_black{
    height: 12px;
    background: url('/images/eye_icon.svg') no-repeat;
}
.eye_icon:hover, .eye_icon_pink{
    background: url('/images/eye_icon_pink.svg') no-repeat;
}
.print_icon, .print_icon_black{
    background: url('/images/print_icon.svg') no-repeat;
}
.print_icon:hover, .print_icon_pink{
    background: url('/images/print_icon_pink.svg') no-repeat;
}
.my_profile_icon, .my_profile_icon_black{
    background: url('/images/my_profile_icon.svg') no-repeat;
}
.my_profile_icon:hover, .my_profile_icon_pink{
    background: url('/images/my_profile_icon_pink.svg') no-repeat;
}
.download_icon, .download_icon_black, .download_icon_popover{
    background: url('/images/download_icon.svg') no-repeat;
}
.download_icon:hover, .download_icon_pink{
    background: url('/images/download_icon_pink.svg') no-repeat;
}
.delete_icon{
    background: url('/images/delete_icon.svg') no-repeat;
}
.delete_icon:hover, .delete_icon_pink{
    background: url('/images/delete_icon_pink.svg') no-repeat;
}
.up_down_arrow_icon{
    width: 15px;
    height: 15px;
    background: url('/images/up_down_arrow_icon.svg') no-repeat;
}
.up_down_arrow_icon:hover, .up_down_arrow_icon_pink{
    background: url('/images/up_down_arrow_icon_pink.svg') no-repeat;
}
.user_icon{
    width: 14px;
    height: 14px;
    background: url('/images/user_icon.svg') no-repeat;
}
.envelop_icon, .envelop_icon_black, .envelop_icon_popover{
    background: url('/images/envelop_icon.svg') no-repeat;
}
.envelop_icon:hover, .envelop_icon_pink{
    background: url('/images/envelop_icon_pink.svg') no-repeat;
}
.history_icon, .history_icon_popover{
    background: url('/images/history_icon.svg') no-repeat;
}
.history_icon:hover, .history_icon_pink{
    background: url('/images/history_icon_pink.svg') no-repeat;
}
.comment_icon{
    background: url('/images/comment_icon.svg') no-repeat;
}
.down_arrow_black{
    width: 11px;
    height: 6px;
    background: url('/images/down_arrow_black.svg') no-repeat;
}
.up_arrow_black{
    width: 11px;
    height: 6px;
    background: url('/images/up_arrow_black.svg') no-repeat;
}
.pencil_icon, .pencil_icon_black{
    width: 19px;
    height: 19px;
    background: url('/images/pencil_icon.svg') no-repeat;
}
.pencil_icon:hover, .pencil_icon_pink{
     background: url('/images/pencil_icon_pink.svg') no-repeat;
}
.refresh_icon, .refresh_icon_black{
    background: url('/images/refresh_icon.svg') no-repeat;
}
.rotate_left_icon{
    width: 19px;
    height: 19px;
    background: url('/images/rotate_left_icon.svg') no-repeat;
}
.rotate_left_icon:hover, .rotate_left_icon_pink{
    background: url('/images/rotate_left_icon_pink.svg') no-repeat;
}
.rotate_left_icon_white{
    width: 15px;
    height: 15px;
    background: url('/images/rotate_left_icon_white.svg') no-repeat;
}
.calender_icon{
    background: url('/images/calender_icon.svg') no-repeat;
}
.upload_icon{
    width: 20px;
    height: 20px;
    background: url('/images/upload_icon.svg') no-repeat;
}
.upload_icon:hover, .upload_icon_pink{
    background: url('/images/upload_icon_pink.svg') no-repeat;
}
.upload_icon_white{
    width: 20px;
    height: 20px;
    background: url('/images/upload_icon_white.svg') no-repeat;
}
.tick_icon, .tick_icon_black{
    width: 20px;
    height: 20px;
    background: url('/images/tick_icon.svg') no-repeat;
}
.tick_icon:hover, .tick_icon_pink{
    background: url('/images/tick_icon_pink.svg') no-repeat;
}
.cross_icon, .cross_icon_black{
    width: 20px;
    height: 20px;
    background: url('/images/cross_icon.svg') no-repeat;
}
.cross_icon:hover, .cross_icon_pink{
    background: url('/images/cross_icon_pink.svg') no-repeat;
}
.doc_icon, .doc_icon_black{
    width: 20px;
    height: 20px;
    background: url('/images/doc_icon.svg') no-repeat;
}
.download_doc_icon{
    width: 20px;
    height: 20px;
    background: url('/images/download_doc_icon.svg') no-repeat;
}
.file_text_icon, .file_text_icon_black{
    width: 20px;
    height: 20px;
    background: url('/images/file_text_icon.svg') no-repeat;
}
.file_text_icon:hover, .file_text_icon_pink{
    background: url('/images/file_text_icon_pink.svg') no-repeat;
}
.list_icon, .list_icon_black{
    background: url('/images/list_icon.svg') no-repeat;
}
.list_icon:hover, .list_icon_pink{
    background: url('/images/list_icon_pink.svg') no-repeat;
}
.bars_icon, .bars_icon_black{
    background: url('/images/bars_icon.svg') no-repeat;
}
.bars_icon:hover, .bars_icon_pink{
    background: url('/images/bars_icon_pink.svg') no-repeat;
}
.bars_icon_grey{
    background: url('/images/bars_icon_grey.svg') no-repeat;
}
.bars_icon_white{
    background: url('/images/bars_icon_white.svg') no-repeat;
}
.question_circle_icon{
    width: 12px;
    height: 12px;
    background: url('/images/question_circle_icon.svg') no-repeat;
}
.question_circle_icon:hover, .question_circle_icon_pink{
    background: url('/images/question_circle_icon_pink.svg') no-repeat;
}
.rotate_right_icon, .rotate_right_icon_black{
    width: 17px;
    height: 17px;
    background: url('/images/rotate_right_icon.svg') no-repeat;
}
.rotate_right_icon:hover, .rotate_right_icon_pink{
    background: url('/images/rotate_right_icon_pink.svg') no-repeat;
}
.copy_icon, .copy_icon_black{
    background: url('/images/copy_icon.svg') no-repeat;
}
.copy_icon:hover, .copy_icon_pink{
    background: url('/images/copy_icon_pink.svg') no-repeat;
}
.exclamation_triangle_icon, .exclamation_triangle_icon_black{
    background: url('/images/exclamation_triangle_icon.svg') no-repeat;
}
.exclamation_triangle_icon:hover, .exclamation_triangle_icon_pink{
    background: url('/images/exclamation_triangle_icon_pink.svg') no-repeat;
}
.asterisk_icon, .asterisk_icon_black{
    background: url('/images/asterisk_icon.svg') no-repeat;
}
.asterisk_icon:hover, .asterisk_icon_pink{
    background: url('/images/asterisk_icon_pink.svg') no-repeat;
}
.eye_slash_icon{
    background: url('/images/eye_slash_icon.svg') no-repeat;
}
.eye_slash_icon:hover, .eye_slash_icon_pink{
    background: url('/images/eye_slash_icon_pink.svg') no-repeat;
}
.download_doc_icon_pink{
    background: url('/images/download_doc_icon_pink.svg') no-repeat;
}
.paperclip_icon_white:before{
    width: 13px;
    height: 13px;
    background: url(/images/paperclip_icon_white.svg) no-repeat;
    content: '';
    display: inline-block;
    background-size: contain;
}

.ibox-content .svg.download_icon_black{
    width: 20px;
    height: 20px;
}
.ibox-content  .menu_dots_div:has(.download_icon_black){
    float: right;
    width: auto;
    height: auto;
    position: relative;
    top: 10px;
}

.menu_dots_div{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_dots_div:hover{
    cursor: pointer;
    background: #F5F6F8;
}

.menu_dots{
    background: url('/images/menu_dots.svg') no-repeat;
}

.default_profile_img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #DE1186;
    color: #ffffff;
}

.no_image_header {
    height: 38px;
    width: 38px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 22px;
}

.no_image_right_side_panel {
    height: 100%;
    width: 100%;
    font-size: 55px;
}

#rightPanelModal .modal-footer .side-panel-logout-btn{
    display: inline-block;
    width: 100%;
}

.revoke-audit-history .dataTable{
    box-shadow: 0px 6px 30px #00000021;
    margin: 0 !important;
    border-radius: 10px;
}
.revoke-audit-history .dataTable thead tr th:first-child{
    border-top-left-radius: 10px;
}
.revoke-audit-history .dataTable thead tr th:last-child{
    border-top-right-radius: 10px;
}
.revoke-audit-history #auditHistory_wrapper .row:has(.col-sm-6 .dataTables_length){
    display: flex;
    flex-direction: column-reverse;
    .row{
        display: flex;
        flex-direction: column-reverse;
    }
}
.revoke-audit-history #auditHistory_wrapper .row:has(.dataTables_info){
    .col-sm-5{
        padding-right: 0;
    }
    .col-sm-7{
        padding-left: 0;
    }
    .dataTables_info, .dataTables_paginate{
        width: 100%;
    }
}

.page_loader_image, .page_loader_wrapper {
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
}
.page_loader_wrapper {
    position: fixed!important;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    margin: auto;
}
.page_loader_image{
    width: 80px;
    position: absolute !important;
}

.popover.left{
    border: none;
    padding: 0;
    margin:0;
}
.popover.left > .arrow{
    display: none;
}
.popover-content{
    padding: 10px 0;
}

.popover-content .pending_request_kebab_ul {
    .eye_icon_black{
        position: relative;
        right: 3px;
    }
    .tick_icon_black{
        position: relative;
        right: 4px;
    }
}
.popover-content .actions-template,
.popover-content .actions-template-download {
    margin: 0;
    padding: 0;
    list-style: none;
    li{
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 5px 20px;
    }
    li:hover{
        background: #F8F8F8;
    }
    li > a{
        display: flex;
        align-items: center;
        width: 100%;
    }
    li .btn-link{
        font-weight: 400;
        font-size: 15px;
        text-transform: capitalize;
    }
    li .name{
        font-size: 14px;
        color: #2e1c41;
    }
    li i, .svg{
        margin-right: 5px;
        min-width: 20px;
        max-width: 20px;
    }
    li .tick_icon,
    li .cross_icon{
        position: relative;
        left: -5px;
        height: 22px;
    }
    li .doc_icon{
        position: relative;
        left: -2px;
    }
    li .form{
        width: 100%;
    }
    li .form .btn{
        gap: 0;
        width: 100%;
        justify-content: flex-start;
        border-radius: 0;
    }
}
.popover-content .actions-template li:has(>a),
.popover-content .actions-template-download li:has(>a){
    padding-left: 0;
    padding-right: 0;
   > a{
       padding: 0 20px;
   }
}

.popover-content .actions-template li:last-child,
.popover-content .actions-template-download li:last-child{
    margin-bottom: 0;
}

.opacity-0{
    opacity: 0 !important;
    display: block;
    width: 0;
    height: 0;
}

.form-group.rent_receipts_form > div{
    > a{
        display: flex;
        gap: 5px;
    }
}
.form-group.rent_receipts_form > div > a:hover{
    .edit_icon_black{
        background: url(/images/edit_icon_pink.svg) no-repeat;
    }
    .download_icon_black{
        background: url(/images/download_icon_pink.svg) no-repeat;
    }
}

.import_revoke_audit_modal{
    input[type=file]{
        display: none;
    }
    label{
        font-weight: 500;
        display: flex;
        width: fit-content;
    }
    .upload_icon_pink{
        margin-left: 8px;
    }
}

#chapter_vi_deduction .deduction_16A_block .ibox-content{
    ul{
        list-style-type: none;
        overflow-y: auto;
        height: 477px;
        margin-bottom: 0;
    }
    ul > .deduction-panel-group{
        margin-bottom: 0;
    }
    ul > .deduction-panel-group > .panel-container .deduction_panel_heading,
    ul > .deduction-panel-group > .panel-container .panel-body,
    ul > .deduction-panel-group > .panel-container .panel-body .form-control{
        font-size: 11px;

    }
    ul > .deduction-panel-group > .panel-container .deduction_panel_heading .panel-name{
        padding: 5px 10px;
    }
}

#chapter_vi_deduction .deduction_proofs_block{
    .v-sectionvi-proofs{
        height: 578px;
    }
}

#chapter_vi_deduction:has(.deduction_16A_block .ibox .ibox-content #chapterViCheckbox){
    .deduction_proofs_block .ibox .v-sectionvi-proofs{
        height: 600px;
    }
}

.hra_status_block{
    .ibox-content{
        height: auto !important;
    }
    .ibox-content .row > div >.col-md-12{
        padding: 0;
    }
    .ibox-content .row > div > .col-md-12.v-approval-btn{
        margin: 0;
    }
    .ibox-content .row > div > .col-md-12.v-approval-btn > .col-md-5{
        margin-bottom: 0;
    }
}

.hra-ibox-content .rent_receipts_form{
    .svg.download_icon_black{
        width: 17px;
        height: 17px;
    }
}

.rent-receipt-download-template {
    .start-month-field, .end-month-field {
        width: 60%;
    }
}

.investment-query-threads h4,
.investment-query-threads p,
.investment-query-threads div,
.investment-query-threads table,
.investment-query-threads td,
.investment-query-threads ul,
.investment-query-threads ol,
.investment-query-threads li {
    font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.receipt-pink-labels {
    font-weight: 600;
    font-size: 12px;
    color: #DE1186;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    background: transparent;
}

.vendorRemarksHistoryIcon {
    font-size: 17px;
    top: 6px;
    right: -10px;
}

.vendorRemarksHistoryIconAuditCompleted {
    font-size: 17px;
    top: -20px;
    left: 56px;
}

.vendorRemarksHistoryIconAuditEdit {
    font-size: 17px;
    left: 55px;
    top: -21px;
}

.audit-declaration-tabs-report  {
    position: absolute !important;
    right: 19px;
}

.v-pastEmployerSheet-password {
    display: flex;
    justify-content: space-between;
    height: 400px;
    flex-direction: column;
}

.audit-declaration-tabs.nav-tabs > li > a{
    font-size: 16px;
}

.past_employer_sheet_section {
    .past_employer_sheet_section_left .ibox-content {
        height: 300px;
    }

    .past_employer_sheet_section_right .ibox-content {
        height: 415px;
    }
}

#editRejectionRemarksModal {
    .form-horizontal {
        height: 105px;
    }

    .pastEmployerRemarks {
        max-height: 200px;
        display: inline-block;
        overflow-y: auto;
        white-space: pre-wrap;
    }

    .pastEmployerRejectionRemarks {
        min-height: 125px;
    }
}

.action-audit-past-employer {
    margin: 0 !important;
    position: absolute;
    height: 40px;
    padding: 10px;
    right: 0;
}

.past-employer-sheet-view-container {
    height: calc(100% - 25px);

    .past-employer-sheet-view-content {
        height: calc(100% - 47px);
    }
}

#pastEmployerSheetFile object,
#past-employer-sheet-modal object{
    min-height: 300px;
    width: 100%;
}

#pastEmployerSelfNotesModal textarea{
    resize: vertical;
    max-height: 55vh;
}

#vPastEmployerAuditCompletedTable .newer-name {
    display: inline-block;
    min-width: 170px;
}

.past-employer-tabs {
    display: flex;
    gap: 20px;
}

#pastEmployerHistoryModal {
    .dataTables_scrollBody {
        max-height: 500px;
    }

    table thead th {
        pointer-events: none;
    }

    table thead th:after {
        display: none;
    }
}
.past-employer-declaration-completed-table-admin {
    tr{
        th,td{
            &:nth-child(1){
                left:0;
                position: sticky;
                z-index: 9;
            }
             &:nth-child(2){
                left:50px;
                position: sticky;
                 z-index: 9;
             }
             &:nth-child(3){
                left:153px;
                position: sticky;
                 z-index: 9;
             }
        }
    }
}

.past-employer-declaration-completed-table-vendor {
    tr{
        th,td{
            &:nth-child(2){
             left:0;
             position: sticky;
             z-index: 9;
            }
            &:nth-child(3){
                 left:103px;
                 position: sticky;
                 z-index: 9;
             }
        }
    }
}

.alert-info {
    color: #2E1C41 !important;
    background: #FEF7E8  !important;
    border: 1px solid #FEBF21  !important;
}
.upload_media {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F8F8F8;
    border: 1px solid #ECEDF2;
    padding: 15px;
    margin-top: 0;
     border-radius: 10px;
    .upload_media_icon{
        background: #ffffff;
        padding: 10px;
        border-radius: 10px;
        margin-right: 10px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        .upload_icon {
            background: url('/images/upload_media_icon.svg') no-repeat left;
            width: 32px;
            height: 32px;
            display: inline-block;
            background-size: contain;
        }
    }
    .upload_media_section {
        font-size: 14px;
        display: flex;
        align-items: center;
        cursor: pointer;
        .browse_media {
            display: inline-black;
            .anchor_with_arrow {
            color: #DE1186;
            text-decoration: none;
            position: relative;
            padding-right: 25px;
            font-weight: 500;
            cursor: pointer;
            text-transform: capitalize;
                &:after {
                content: "";
                background: url('/images/arrow_right_line_primary_color.svg') no-repeat left top;
                width: 17px;
                height: 17px;
                position: absolute;
                right: 0px;
                top: 0px;
                background-size: contain;
                }
            }
        }
        .file_size {
            opacity: 0.5;
            display: block;
        }
    }
}
.height500 {
height: 500px;
}

#past-employer-view.full-view-modal .dialog-header {
    justify-content: flex-end;
}

#past-employer-view.full-view-modal .object {
    max-width: 100%;
}

.auditPastEmployerSheetProofViewContainer .v-pastEmployerSheet-proof{
    height: 420px;
}

.auditPastEmployerSheetProofViewContainer object {
    min-height: 300px;
    width: 100%;
}

.deduction-parent-section-details {
    margin: 0 0 15px !important;
}

.parent-details-body {

    .parent-details-name,
    .parent-details-dob {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 768px) {
    .parent-details-body {
        display: block;

        .parent-details-name,
        .parent-details-dob {
            width: 100%;
        }

        .parent-details-name {
            margin-bottom: 10px;
        }
    }
}

.last-updatedBy-img {
    width: 25px;
    height: 25px;
}
