body {
    overflow: hidden;
}

.fs-18 {
    font-size: 18px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.p-10 {
    padding: 10px;
}

.p-12 {
    padding: 12px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pri-color {
    color: #97144d;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.box_show {
    padding: 16px 20px 20px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e0e0e0;
    opacity: 0.85;
    border: 1px solid #c8c8c8;
    cursor: not-allowed;
}

.suc-img-nic {
    padding: 0px 4px;
}

.suc-img-nic img {
    width: 22px;
}

.success-msg.success-msg-nic {
    text-align: center;
    padding: 0px 2px 2px 2px;
}

.suc-head-nic {
    color: #008b12;
    font-size: 18px;
    margin: 0px 2px;
    font-weight: 600;
    padding: 5px 0px 0px;
}

.msgResp {
    font-size: 14px;
    line-height: 1.25;
    display: block;
    margin: 0px;
}

.msg_otp {
    padding: 0px 6px;
    text-align: right;
    margin-top: -6px;
}

.wrapper-log-box .log-wrap {
    margin-bottom: 0.5rem;
}

.suc-img-cot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc-type {
    padding: 5px;
}

.cardBox-design {
    padding: 4px 8px;
}

input.btn.btn-bergandy[disabled] {
    cursor: not-allowed;
    box-shadow: none !important;
    background-color: #c7c7c7 !important;
    color: #303030 !important;
}

.form-select:focus {
    border-color: #cccccc;
}

.btn-close:focus {
    box-shadow: 0px 0px 0px 0px #00000000
}

.btn.btn-silver {
    border-radius: 24px;
    padding: 6px 18px;
    background-color: #fff;
    box-shadow: inset 0px 0px 12px 2px rgba(0, 0, 0, 0.25);
    border: 1px solid #a0a0a0 !important;
}

.btn.btn-silver:hover {
    background-color: #dfdfdf !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    color: #000;
    border: 1px solid #a0a0a0 !important;
}

.btn.btn-bergandy {
    border-radius: 24px !important;
    padding: 6px 18px !important;
    background-color: #97144d !important;
    color: #ffffff !important;
    box-shadow: inset 0px 0px 12px 2px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #9e9e9e !important;
    text-transform: capitalize;
}

.btn.btn-bergandy:hover {
    background-color: #891246 !important;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.35) !important;
    color: #ebebeb !important;
    border: 1px solid #9e9e9e !important;
}

.btn.btn-transparent {
    background-color: transparent;
    color: #97114d;
    border: 0px solid #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 0px 0px 0px #000;
}

.btn.btn-transparent:hover {
    background-color: transparent;
    color: #4d4d4d;
    border: 0px solid #000;
}

.btn.btn-status {
    border-radius: 24px;
    padding: 2px 10px;
    background-color: #fff;
    box-shadow: inset 0px 0px 12px 2px rgba(0, 0, 0, 0.25);
    border: 1px solid #a0a0a0 !important;
}

.btn.btn-status:hover,
.btn.btn-status:active,
.btn.btn-status:focus {
    background-color: #dfdfdf !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    color: #000;
    border: 1px solid #a0a0a0 !important;
}

.signatory-card-wrapper .highlight-title {
    line-height: 1.1;
}

.btn-corp-pro {
    margin: 0 !important;
    padding: 0px;
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 30%);
    text-decoration: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 0px;
    background-color: #97144d;
    border-radius: 40px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-corp-pro.btn-corp-pro-1 {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 30%);
}

.btn-corp-pro.btn-corp-pro-1:hover,
.btn-corp-pro.btn-corp-pro-1:focus,
.btn-corp-pro.btn-corp-pro-1:active,
.btn-corp-pro.btn-corp-pro-1:active:focus {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 30%);
}

.btn-corp-pro .img-1,
.btn-corp-pro .img-2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.btn-corp-pro .img-2 {
    bottom: -4px;
}

.btn-corp-pro[aria-expanded="false"] .img-1 {
    display: block;
}

.btn-corp-pro[aria-expanded="false"] .img-2 {
    display: none;
}

.btn-corp-pro[aria-expanded="true"] .img-1 {
    display: none;
}

.btn-corp-pro[aria-expanded="true"] .img-2 {
    display: block;
}

.btn-corp-pro:hover,
.btn-corp-pro:focus,
.btn-corp-pro:active,
.btn-corp-pro:active:focus {
    background-color: #97144d;
    box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 30%);
}

.btn-corp-pro img {
    width: 22px;
}

.demo a {
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    transition: opacity .3s;
}

.demo a:hover {
    opacity: .85;
}

.crpdetail-anime a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    border: 1px solid #97144d;
    background-color: #97144d;
    border-radius: 100%;
    box-sizing: border-box;
}

.crpdetail-anime a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.crpdetail-anime a span::before {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
    content: '';
    width: 32px;
    height: 32px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 1s infinite;
    animation: sdb03 1.2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    50% {
        box-shadow: 0 0 0 32px rgba(151, 20, 77, 0.25);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    50% {
        box-shadow: 0 0 0 32px rgba(151, 20, 77, 0.25);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.btn-corp-pro.btn-corp-pro-1[aria-expanded=true] a span {
    transform: rotate(180deg);
}

.btn-corp-pro[aria-expanded=true]>div:after {
    background-image: url('../../nic/images/up-chevron.png');
    top: -32px;
}

.corpro-accordion .card {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    border: 1px solid #97144d;
}

.assignRMListWrapper .corpro-accordion.corppro-accordion-cpuemp .card {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.35);
    border: 1px solid #cacaca;
    border-top: 0px solid #cacaca;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.assignRMListWrapper .corpro-accordion.corppro-accordion-cpuemp .card .card-body {
    padding: 0.5rem 0.5rem;
}

.corpro-accordion.corpro-accordion-1 .card,
.corpro-accordion.corppro-accordion-cpuemp .card {
    border-bottom: 1px solid #97144d;
}

.corpro-accordion.corpro-accordion-1 .form-label-data {
    text-transform: uppercase;
}

.corpro-accordion .card-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
    background-color: rgba(0, 0, 0, 0);
}

.corp-pro-wrapper .respo-info-left-data,
.corp-detail-wrapper .respo-info-left-data,
.signatory-card-wrapper .respo-info-left-data,
.corppro-accordion-cpuemp .respo-info-left-data {
    padding-right: 0;
    border-right: 1px solid #c9c9c9;
}

.corp-pro-wrapper .respo-info-right-data,
.corp-detail-wrapper .respo-info-right-data,
.signatory-card-wrapper .respo-info-right-data,
.corppro-accordion-cpuemp .respo-info-right-data {
    padding-left: 0;
}

.corp-pro-wrapper .add-more-dir-wrap {
    position: unset;
    text-align: center;
}

.corp-pro-wrapper .add-more-dir-wrap .btn {
    margin: 10px 0px 4px 0px;
    box-shadow: inset 0px 0px 20px 2px rgb(0 0 0 / 40%);
    color: #97144d;
    text-transform: capitalize;
    font-weight: 700;
    min-width: 120px;
    border-radius: 24px;
}

.corp-pro-wrapper .add-more-dir-wrap .btn:hover,
.corp-pro-wrapper .add-more-dir-wrap .btn:focus,
.corp-pro-wrapper .add-more-dir-wrap .btn:active {
    background-color: rgb(210, 210, 210);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.65)
}

.corp-pro-wrapper .alt-tab-design,
.corp-detail-wrapper .alt-tab-design,
.signatory-card-wrapper .alt-tab-design {
    border-top: 0px solid #c9c9c9;
}

.corp-bas-dtl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #c9c9c9;
    border-left: 0px solid #c9c9c9;
    position: relative;
}

.corp-bas-dtl label {
    min-width: 190px;
    background-color: #f0f0f0;
    height: 30px;
    line-height: 1.5;
    padding: 4px 6px;
}

.corp-bas-dtl label.form-control {
    text-transform: uppercase;
}

.corp-bas-dtl label:nth-child(2) {
    border: 0px solid #000;
}

.corp-bas-dtl.corp-bas-dtl-left {
    border-left: 1px solid #c9c9c9;
}

.corp-bas-dtl input {
    border: 0px solid transparent !important;
    background-color: #f0f0f0 !important;
    border-left: 0px solid rgba(151, 20, 77, 0.4) !important;
    border-radius: 0px;
    padding: 0px 12px;
}

.corp-bas-dtl-full {
    border-bottom: 0px solid #d7d0d0;
}

.signatory-card-wrapper .crd-sep::before,
.corp-detail-wrapper .crd-sep::before {
    content: "";
    position: absolute;
    display: block;
    border-left: 1px solid rgb(175 171 171 / 75%);
    height: 100%;
    top: 0;
    left: 12px;
    padding: 10px 0px;
    margin-right: 0px;
}

.signatory-card-wrapper .crd-sep::after {
    content: "";
    position: absolute;
    display: block;
    border-right: 1px solid rgb(175 171 171 / 75%);
    height: 100%;
    top: 0;
    right: 12px;
    padding: 10px 0px;
    margin-right: 0px;
}

.nic-addcorpdtl-wrapper .form-label-data {
    text-transform: uppercase;
}

.nic-addcorpdtl-wrapper .nic-addcorpdtl-btn {
    padding: 10px;
}

.nic-addcorpdtl-wrapper .nic-addcorpdtl-btn img {
    width: 18px;
    height: 16px;
}

.btn-deactivate {
    margin-left: 0px;
    margin-right: 0px;
}

.rm_in_corp_detail .acc-type {
    padding: 5px 10px 0px;
}

.rm_in_corp_detail .sub-acc-type {
    padding: 4px 8px 0px;
}

.rm_in_corp_detail .highlight-title img,
.corp-pro-wrapper .highlight-title img,
.corp-doc-upload .highlight-title img,
.cpu-corp-list-wrapper .highlight-title-flex img,
.corp-detail-wrapper .highlight-title-flex img,
.rm-corp-list-wrapper .highlight-title-flex img,
.cpu-global-list-wrapper .highlight-title-flex img,
.nicIpvPendingWrapper .highlight-title-flex img {
    width: 28px;
    height: 26px;
}

.rm_in_corp_detail .highlight-title2 {
    padding: 2px 16px;
}

.nic-addcorpdtl-wrapper .confirm_btn {
    margin: 15px 10px 0px;
}


.nic-addcorpdtl-wrapper .nic_remove_btn {
    margin: 0px;
    padding: 0;
    font-size: 20px;
    color: #ffffff;
    box-shadow: 0px 0px 0px #00000000;
    display: inline-block;
    text-align: left;
    position: absolute;
    top: 2px;
    right: 40px;
}

.nic-addcorpdtl-wrapper .nic_remove_btn:hover,
.nic-addcorpdtl-wrapper .nic_remove_btn:focus {
    background-color: transparent;
    color: #f0f0f0;
    font-size: 22px;
    top: -3.5px;
}

.eoiContentData .eoi_remove_btn .nic_remove_btn {
    margin: 0px;
    padding: 0;
    font-size: 20px;
    color: #666666 !important;
    background-color: transparent;
    border: 0px solid #97144d;
    box-shadow: 0px 0px 0px #00000000;
    display: inline-block;
    text-align: left;
    position: absolute;
    top: -2px;
    right: -22px;
}

.eoiContentData .eoi_remove_btn .nic_remove_btn i {
    font-size: 20px;
    color: #97144d !important;
}

.eoiContentData .eoi_remove_btn .nic_remove_btn i:hover,
.eoiContentData .eoi_remove_btn .nic_remove_btn i:focus {
    background-color: transparent;
    font-size: 21px;
}

.corpOnboStat {
    color: #564940;
    display: inline-block;
    padding: 0px 8px;
    font-weight: 600;
    letter-spacing: 1px;
}

.highlightLabel {
    font-weight: 800;
    text-transform: capitalize;
    color: #97144d;
    font-size: 13.5px;
}

.downAgreeBtn.fancyCustBtn {
    margin: 0px;
}

.nic-addcorpdtl-wrapper .agree-files-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.downAgreeBtn.fancyCustBtn:hover {
    transition: all 0.5s ease-in-out;
}

.signatory-card-wrapper {
    padding: 0px 0px 10px 0px;
}

.bor-seprator {
    border: 1px solid #cccccc;
}

.bor-seprator-left {
    border-left: 1px solid #cccccc;
}

.bor-seprator-bottom {
    border-bottom: 2px solid #a0a0a0;
}

.auth-step-wrapper {
    padding: 10px 20px;
}

.auth-step-wrapper .arrow-steps {
    border-bottom: 1px solid #ffffff;
    display: flex;
}

.auth-step-wrapper .arrow-steps .step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    color: #555555;
    cursor: default;
    margin: 0 3px 0 0;
    padding: 5px 10px 5px 30px;
    min-width: 200px;
    position: relative;
    background-color: rgb(151 20 77 / 25%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.auth-step-wrapper .arrow-steps .step:after,
.auth-step-wrapper .arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: -16.5px;
    width: 0;
    height: 0;
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
    border-left: 17.5px solid #ddbcce;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.auth-step-wrapper .arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17.5px solid #fff;
    z-index: 0;
}

.auth-step-wrapper .arrow-steps .step.done:after {
    border-left: 17.5px solid #97144d;
}

.auth-step-wrapper .arrow-steps .step.current:after {
    border-left: 17.5px solid #97144d;
    right: -16.5px;
}

.auth-step-wrapper .arrow-steps .step.current {
    color: #fff;
    background-color: #97144d;
}

.auth-step-wrapper .arrow-steps .step:first-child:before {
    border: none;
}

.auth-step-wrapper .arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.auth-step-wrapper .arrow-steps .step.done {
    color: #fff;
    background-color: #97144d;
}

.auth-step-wrapper .arrow-steps .step i {
    font-size: 24px;
    margin-right: 8px;
}

.signatory-card-wrapper .btn.btn-bergandy {
    padding: 10px 25px !important;
}

.signatory-card-wrapper .radio-ver-kyc input[type="radio"] {
    left: 0px;
}

.panaadhaar-wrapper {
    padding: 10px 15px 5px;
}

.panaadhaar-wrapper .VerifyIcon {
    right: 40% !important;
    position: absolute;
    bottom: 3px !important;
    width: 24px;
    height: 24px;
}

.signatory-proc-wrapper {
    margin-top: -2px;
    border: 2px solid #97144d;
    border-radius: 0px;
    height: calc(100vh - 290px);
    overflow: hidden;
    overflow-y: auto;
}

.signatory-proc-wrapper .confirm_btn {
    padding: 5px 12px;
    margin: 0px;
}

.signatory-proc-wrapper label {
    color: #4d4d4d;
    font-size: 13px;
}

.signatory-card-wrapper .pan-img-wrap {
    border: 1px dashed #919191;
    padding: 2px;
}

.signatory-proc-wrapper .kyc-thank-wrapper {
    padding: 0px;
    margin: 0px;
    height: 100%;
}

.signatory-proc-wrapper .kyc-thank-wrapper .kyc-done-msg {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dsc-wrapper .confirm_btn {
    margin: 15px auto;
    padding: 20px 12px;
}

.frosted-glass {
    width: 300px;
    height: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    color: #f7f7f7;
}

.frosted-glass::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    box-shadow: inset 0 0 3000px rgba(255, 255, 255, 0.35);
    filter: blur(10px);
    margin: -20px;
    background-color: #97144d;
}

.corp-pro-wrapper.nic-addcorpdtl-wrapper .corpro-accordion .card,
.signatory-card-wrapper .corpro-accordion .card,
.corp-detail-wrapper .corpro-accordion .card {
    border-radius: 0px;
}

.corp-detail-wrapper.infoModal .modal-body.corp-detail-wrap {
    height: calc(100vh - 100px);
    overflow: hidden;
    overflow-y: auto;
}

.stylize-input-radio-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-top: 22px;
    justify-content: center;
}

.stylize-input-radio-wrapper>div {
    flex: 1;
    padding: 0.25rem;
    max-width: 180px;
    transition: 0.25s ease-in-out;
}

.stylize-input-radio-wrapper>div:hover {
    transform: scale(1.05);
    transition: 0.25s ease-in-out;
}

.stylize-input-radio-wrapper h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
}

.stylize-input-radio-wrapper input[type="radio"] {
    display: none;
}

.stylize-input-radio-wrapper input[type="radio"]:not(:disabled)~label {
    cursor: pointer;
}

.stylize-input-radio-wrapper input[type="radio"]:disabled~label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
}

.stylize-input-radio-wrapper label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid #97144d;
    border-radius: 12px;
    padding: 0.25rem;
    margin-bottom: 0.25rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    position: relative;
}

.stylize-input-radio-wrapper input[type="radio"]:checked+label {
    background: #97144d;
    color: white;
}

.stylize-input-radio-wrapper input[type="radio"]:checked+label::after {
    border: 2px solid #850f42;
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: white;
    background-image: url(../images/tick.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.kycSelectTxt {
    text-align: center;
    color: #97144d;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 0rem;
    letter-spacing: 1px;
}

.pan-aadhaar-card {
    padding: 5px 10px;
    border-radius: 4px;
    margin: 6px 0px 18px 0px;
}

.kyc-card-hgt {
    min-height: 356px;
}

.ovd-card-hgt {
    min-height: 146px;
}

.pan-aadhaar-card-inp {
    position: relative;
    margin-bottom: 15px;
}

.pan-aadhaar-card-inp input {
    padding: 6px 70px 6px 6px;
}

.pan-aadhaar-card-inp div {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.signatory-card-wrapper #panImage {
    padding-right: 10px;
}

.right-img-kyc-wrap {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
}

/* cc sidebar css multi menu started here********************* */

.sidebar-navigation {
    height: auto;
    margin-bottom: 10px;
}

.sidebar-navigation .title {
    display: block;
    font-size: 1.2em;
    background-color: #1e1e1e;
    padding: 20px 25px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}

.sidebar-navigation ul li {
    display: block;
}

.sidebar-navigation>ul>li {
    margin: 4px 4px 16px 4px;
    padding: 0px;
    border: 1px solid #97144d85;
}

.sidebar-navigation ul li a {
    position: relative;
    font-size: 15px;
    padding: 4px 10px;
    text-decoration: none;
    color: #97144d;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #97144d85;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    display: flex;
    align-items: center;
    line-height: 16px;
}

.sidebar-navigation .first-parent-menu {
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #97144d;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 6px;
    padding-top: 6px;
}

.sidebar-navigation ul li a em {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 16px;
}

.sidebar-navigation ul li a.first-parent-menu em {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.sidebar-navigation ul li a i {
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 0%;
    transform: rotate(-90deg);
    padding: 5px;
    color: #f0f0f0;
}

.sidebar-navigation ul li:hover>a.first-parent-menu {
    background-color: #830e40;
    color: #ebebeb;
}

.sidebar-navigation ul li:hover>a {
    background-color: #dbdbdb;
    color: #3b3b3b;
}

.sidebar-navigation ul li:hover>a i {
    color: #e0e0e0;
}

.sidebar-navigation ul li.selected:hover>a i {
    color: #dedede;
}

.sidebar-navigation ul li.selected>a {
    background-color: #97144d;
    color: #ffffff;
}

.sidebar-navigation ul li>a.first-parent-menu i,
.sidebar-navigation ul li.selected>a.first-parent-menu i {
    top: 4px;
}

.sidebar-navigation ul li.selected>a i {
    transform: rotate(0deg);
    transition: all 0.10s ease-in-out;
}

.sidebar-navigation ul li ul {
    display: none;
}

.sidebar-navigation ul li ul.open {
    display: block;
}

.sidebar-navigation ul li ul li a {
    color: #505050 !important;
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    padding: 4px 10px;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.sidebar-navigation ul li ul li a i {
    color: #3b3b3b !important;
}

.sidebar-navigation ul li ul li:hover>a,
.sidebar-navigation ul li ul li.selected>a {
    background-color: #ebebeb;
    color: #97144d !important;
    cursor: pointer;
}

.sidebar-navigation ul li ul li.selected>a {
    font-weight: 800;
}

.sidebar-navigation ul li ul li:hover>a i,
.sidebar-navigation ul li ul li.selected>a i {
    color: #97144d !important;
    right: 10px;
}

.sidebar-navigation ul li ul li>a i {
    right: 10px;
}

.sidebar-navigation ul li ul li:hover>a:before,
.sidebar-navigation ul li ul li.selected>a:before {
    margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last>a:before {
    background-color: #fff;
}

.subMenuColor1 {
    background-color: #fbfcfc;
}

.subMenuColor2 {
    background-color: white;
}

/* cc sidebar css multi menu ends here********************* */

.box-shadow-1 {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 35%);
    border-radius: 6px;
}

.kyc-right-wrapper-img {
    min-height: 285px;
    padding: 6px 4px 0.5px 4px;
}

.ovd-right-wrapper-img {
    min-height: 150px;
    padding: 4px 4px 0.5px 4px;
}

.kyc-right-wrapper-img ul,
.ovd-right-wrapper-img ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.kyc-right-wrapper-img ul li,
.ovd-right-wrapper-img ul li {
    margin: 5px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kyc-right-wrapper-img ul li .kyc-ovd-img-wrap,
.ovd-right-wrapper-img ul li .kyc-ovd-img-wrap {
    position: relative;
}

.kyc-right-wrapper-img ul li .kyc-ovd-img-wrap::before,
.ovd-right-wrapper-img ul li .kyc-ovd-img-wrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 24%;
    left: 50%;
    top: 55px;
    background-color: #898989;
    z-index: -1;
}

.kyc-right-wrapper-img ul li:last-child .kyc-ovd-img-wrap:before,
.ovd-right-wrapper-img ul li:last-child .kyc-ovd-img-wrap:before {
    width: 0px;
}

.kyc-right-wrapper-img ul li img,
.ovd-right-wrapper-img ul li img {
    width: 70px;
    padding: 4px;
}

.kyc-right-wrapper-img ul li span,
.ovd-right-wrapper-img ul li span {
    margin-left: 15px;
    color: #474747;
    font-size: 14px;
    font-weight: 600;
    font-weight: 100;
    width: 185px;
    text-align: left;
}

.vkyc-right-wrapper-img ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.vkyc-right-wrapper-img ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.vkyc-right-wrapper-img ul li span {
    color: #474747;
    font-size: 13px;
    line-height: 1.1;
    display: block;
    text-align: left;
    margin-left: 15px;
    max-width: 220px;
    width: 220px;
}

.vkyc-card-hgt img {
    margin-bottom: 12px;
    max-width: 100%;
}

.vkyc-right-wrapper-img ul li .kyc-ovd-img-wrap {
    position: relative;
}

.vkyc-right-wrapper-img ul li .kyc-ovd-img-wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 2px;
    height: 100%;
    left: 50%;
    background-color: #898989;
}

.vkyc-right-wrapper-img ul li:last-child .kyc-ovd-img-wrap::before {
    height: 0%;
}

.logout-wrapper {
    position: fixed;
    top: 8px;
    right: 30px;
    z-index: 10;
}

.logout-wrapper img {
    box-shadow: 1px 1px 4px rgb(0 0 0 / 55%);
    border-radius: 50%;
}

/* listed radio box css started****************************** */
.listed-switch {
    position: relative;
    display: inline-flex;
    border-radius: 4px;
    box-shadow: inset 0px 0px 5px rgb(0 0 0 / 45%);
    overflow: hidden;
    cursor: pointer;
    -webkit-animation: r-n 0.5s;
    animation: r-n 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    will-change: transform;
}

.listed-switch__checkbox:checked+.listed-switch {
    -webkit-animation-name: r-p;
    animation-name: r-p;
}

@-webkit-keyframes r-p {
    50% {
        transform: rotateY(45deg);
    }
}

@keyframes r-p {
    50% {
        transform: rotateY(45deg);
    }
}

@-webkit-keyframes r-n {
    50% {
        transform: rotateY(-45deg);
    }
}

@keyframes r-n {
    50% {
        transform: rotateY(-45deg);
    }
}

.listed-switch::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 52%;
    border-radius: 0px;
    background-color: #97144d;
    transform: translateX(0%);
    transition: transform 0.5s ease-in-out;
}

.listed-switch__checkbox:checked+.listed-switch::before {
    transform: translateX(92%);
}

.listed-switch__trigger {
    position: relative;
    z-index: 1;
    padding: 6px 12px;
    color: #4b4b4b;
}

.listed-switch__trigger::after {
    content: attr(data-value);
}

.listed-switch__trigger::before {
    --i: var(--x);
    content: attr(data-value);
    position: absolute;
    color: #fff;
    transition: opacity 0.3s;
    opacity: calc((var(--i) + 1) / 2);
    transition-delay: calc(0.3s * (var(--i) - 1) / -2);
}

.listed-switch__checkbox:checked+.listed-switch .listed-switch__trigger::before {
    --i: calc(var(--x) * -1);
}

.listed-switch__trigger:nth-of-type(1)::before {
    --x: 1;
}

.listed-switch__trigger:nth-of-type(2)::before {
    --x: -1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* listed radio box css ends****************************** */

.auth-dir-list-table {
    table-layout: unset;
    border: 1px solid #a6a6a6;
    border-collapse: collapse;
    margin-bottom: 0px;
}

.auth-dir-list-table thead tr td,
.auth-dir-list-table tbody tr td {
    border: 1px solid #c3c3c3 !important;
}

.auth-dir-list-table thead tr td {
    background-color: #97144d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    padding: 2px 8px;
}

.auth-dir-list-table tbody tr td {
    vertical-align: middle;
    font-size: 13px;
    padding: 2px 8px;
    color: #606060;
}

.auth-dir-list-table tbody tr:nth-child(even) {
    background-color: #e8e8e8;
}

.auth-dir-list-table tbody tr td a.btn.btn-bergandy {
    margin: 0;
}

.upl-corp-stan-temp-btn-wrapper .fancyCustBtn {
    margin: 8px 8px 8px auto;
    width: 275px;
    height: unset;
    line-height: unset;
}

.cpuEmpAppWrap.acc-type {
    border: solid 1px #97144d;
    padding: 10px 25px;
}

.cpuEmpAppWrap.acc-type.assignRMListWrapper {
    border: solid 0px #97144d;
    padding: 0px 0px;
}

.cpuEmpAppWrap h2 {
    background-color: transparent;
    padding: 8px 0px;
    border-bottom: 0px solid #eee;
}

.cpuEmpAppWrap .form-label {
    padding: 4px 8px 0px !important;
    font-size: 12px;
}

.cpuEmpAppWrap .cpuEmpApprAccor .form-label {
    padding: 4px 8px !important;
    font-weight: 600 !important;
    min-width: 215px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid rgba(151, 20, 77, 0.4);
}

.cpuEmpAppWrap .accordion input {
    height: 29px;
    color: #5a5a5a;
    border: 0px solid #cacaca;
    border-radius: 0px;
    background-color: transparent !important;
}

.cpuEmpAppWrap.assignRMListWrapper .accordion input {
    height: unset;
    margin-left: 0px;
}

.cpuEmpAppWrap .btn-corp-pro {
    padding: 0;
    border: 0px solid #97144d;
}

.bsCodeWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bsCodeWrap .bcfrizz {
    width: 20%;
    padding-right: 1px;
}

.bsCodeWrap .bcedit {
    padding-left: 1px;
}

.bsCodeWrap #bcedit {
    border-left: 0px solid red !important;
}

.rmPanVerifyWrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.rmPanVerifyWrap input {
    min-width: 180px;
}

.nicSignCorporateTable tr td {
    color: #585858;
    font-size: 14px;
    font-weight: 100;
    padding: 4px 6px;
}

.nicSignCorporateTable tr td .nicCorpSignDocUpload img {
    width: 16px;
    vertical-align: baseline;
}

/* Bo new */
.aprTabBtnWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aprTabBtnWrapper h5 {
    width: 50%;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #dedede;
    color: #3f3f3f;
    font-size: 17px;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
    margin-bottom: 0px;
}

.aprTabBtnWrapper h5.active {
    background-color: #97144d !important;
    border-color: #800e40 !important;
    color: #ffffff !important;
}

.corpro-accordion.corppro-accordion-cpuemp .card.cpuKycDataCardWrapper {
    padding: 8px 8px 8px;
}

.cpuKycDataCardWrapper table.table {
    display: table;
}

/* END */
/* vkcy button design started here************************* */

.vkyc-btn-wrapper {
    position: relative;
    margin: 0 2px;
    text-align: center;
}

.vkyc-btn-wrapper.cODA-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fancyCustBtn {
    display: block;
    width: 250px;
    height: 40px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #97144d;
    color: #97144d;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    background: rgb(151 20 77 / 15%);
    text-transform: capitalize;
    transition: all 0.35s;
    margin: 0 auto;
    padding: 5px 12px;
}

.fancyCustBtn:before,
.fancyCustBtn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #97144d;
    z-index: -1;
    transition: all 0.35s;
}

.fancyCustBtn:before {
    opacity: 0.5;
}

.fancyCustBtn:after {
    transition-delay: 0.2s;
}

.fancyCustBtn:hover {
    color: #fff;
}

.fancyCustBtn:hover:before,
.fancyCustBtn:hover:after {
    top: 0;
}

.vkyc-card-hgt {
    min-height: 360px;
}

/* vkcy button design ends here******************************* */

/* emudra form data css start here**************************** */
img.dnf.dnfPos {
    margin: 0 auto;
    width: 100% !important;
    position: absolute;
    left: 0px;
    top: -2px;
}

.nicFormDataWrapper .attachment_nav {
    background-color: #e0e0e0;
    padding: 0px;
    border-radius: 0;
}

.nicFormDataWrapper .attachment_nav>ul>li {
    padding: 4px 2px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    border-radius: 0px;
    margin: 0 0px 0 0;
    border: 1px solid #c3c2c2;
    border-right: 1px solid #fff;
    background-color: #e0e0e0;
    color: #97144d;
    margin-bottom: 0px;
    display: inline-block;
    width: 16.65%;
}

.nicFormDataWrapper .attachment_nav>ul>li:last-child {
    border-right: 1px solid #a0a0a0;
}

.nicFormDataWrapper .attachment_nav>ul>li:hover,
.nicFormDataWrapper .attachment_nav>ul>li.select {
    background-color: #97144d;
    color: #ffffff;
    margin-bottom: 0px;
    border: 1px solid #97144d;
    border-right: 1px solid #e0e0e0;
}

.nicFormDataWrapper .dropdown-menu.multi-level::-webkit-scrollbar,
.approvalModal .main_pop_v::-webkit-scrollbar {
    width: 6px;
}

.nicFormDataWrapper .dropdown-menu.multi-level::-webkit-scrollbar-track,
.approvalModal .main_pop_v::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}

.nicFormDataWrapper .dropdown-menu.multi-level::-webkit-scrollbar-thumb,
.approvalModal .main_pop_v::-webkit-scrollbar-thumb {
    background-color: #97144d;
    outline: 1px solid slategrey;
    border-radius: 8px;
    box-shadow: inset 1px 1px 2px 1px rgb(106 106 106 / 30%);
}

.nicFormDataWrapper .attachment_nav>ul>li:last-child:hover {
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
}

.rm-doc-ulpoad-btn {
    background: linear-gradient(90deg, rgba(151, 20, 77, 1) 0%, rgba(191, 73, 124, 1) 100%);
    display: block;
    border-radius: 4px;
    overflow: hidden;
    height: 24px;
}

.nicFormDataWrapper .attachment_nav ul li:last-child img {
    width: 20px;
    height: 18px;
    transition: all 0.3s ease-in-out;
    vertical-align: text-top;
}

.nicFormDataWrapper .attachment_nav ul li:last-child:hover img {
    transform: scale(1.15);
    transition: all 0.3s ease-in-out;
}

.nicFormDataWrapper #right-slideOut {
    top: 100px;
    width: 300px;
    right: -300px;
    background-color: #525659;
}

.nicFormDataWrapper .dropdown-menu.multi-level.show {
    word-break: break-word;
    min-width: 260px;
    max-width: 270px;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.65);
    background: #e6e6e6;
    padding: 0;
    max-height: calc(100vh - 180px);
    overflow: hidden;
    overflow-y: auto;
    transform: unset !important;
    top: 26px !important;
}

.nicFormDataWrapper .dropdown-menu.multi-level li {
    font-size: 12px;
    text-transform: capitalize;
    color: #97144d;
    border-bottom: 1px solid #97144d;
    padding: 4px 8px;
    line-height: 14px;
}

.nicFormDataWrapper .dropdown-menu.multi-level li>span {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.nicFormDataWrapper .dropdown-menu.multi-level li i {
    color: #97144d;
    margin-right: 4px;
}

.dot-icn-cust {
    font-size: 8px;
    color: rgb(255, 255, 255) !important;
}

.nicFormDataWrapper .dropdown-menu.multi-level li:last-child {
    border-bottom: 0px solid #c6c6c6;
}

.nicFormDataWrapper .dropdown-menu.multi-level li:hover {
    background-color: #97144d;
    color: #ffffff;
}

.nicFormDataWrapper .dropdown-menu.multi-level li:hover span i {
    color: #ffffff;
}

.modal-open .nicIframeDocUpload.modal {
    overflow-y: hidden;
}

.nicIframeDocUpload .modal-content .modal-header {
    border-bottom: 0px dashed #e9ecef;
}

.nicIframeDocUpload .modal-content button.close {
    z-index: 1;
}

.nicIframeDocUpload .login-card.corp-doc-upload {
    padding: 0 !important;
}

.nicIframeDocUpload .accor-doc-upload-btn {
    background-color: transparent;
    border-width: 0px;
}

.nicIframeDocUpload .corp-doc-upload section h5 i {
    color: #97144d;
}

.nicIframeDocUpload .highlight-title {
    background-color: #97144d;
    padding: 2px 10px;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
}

.nicIframeDocUpload .acc-type {
    padding: 0px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.nicIframeDocUpload .mul-doc-upload-side-navbar {
    padding-left: 15px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.nicIframeDocUpload .mul-doc-upload-side-navbar .nav-pills {
    border: 1px solid #d1d1d1;
}

.nicIframeDocUpload .mandatoryLblWrap {
    padding: 10px 0px;
}

.nicIframeDocUpload .btn.btn-transparent {
    margin-bottom: 0px;
}

.nicIframeDocUpload .corp-doc-upload-btn-wrapper {
    margin-bottom: 0px !important;
}

.nicIframeDocUpload .corp-doc-upload-btn-wrapper .btn.btn-silver {
    margin-right: 0px;
}

.highlight-title-flex {
    display: flex;
    align-items: center;
    position: relative;
}

.cls-btn-div {
    text-align: center;
    border-top: 1px solid #e6e3e3;
}

.cls-btn-div .btn {
    min-width: 100px;
    font-size: 14px;
    margin-top: 10px;
    background-color: #97144d;
    color: #fff;
}

.cls-btn-div.inpdocModCls {
    border-top: 0px solid #e6e3e3;
}

.cls-btn-div.inpdocModCls .btn {
    margin: 0 15px 0 0;
    border: 1px solid #d6d6d6 !important;
    color: #505050;
    background-color: #fff;
}

.nicFormDataWrapper .div_img_dis {
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}

.nicFormDataWrapper .div_img_dis div label {
    font-weight: 800;
    color: #484848;
}

.nicFormDataWrapper .right-slideOut .modal-body {
    padding: 0.25rem 0.25rem;
    max-height: 82.35vh;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 15%);
}

.nicFormDataWrapper .mid_left>div {
    border: 1px solid #a0a0a0;
    border-top: 2px solid #97144d;
    background-color: #f2f1f1;
}

.nicFormDataWrapper .btn-wrapper {
    border: 1px solid #a0a0a0;
    border-top: 0px solid #a0a0a0;
}

.auth-dir-list-table .disCheck {
    border: 0px solid #a0a0a0;
    background-color: transparent;
}

.val_pop_main.val_pop_main_top_pos {
    top: 40px !important;
}

.card-category-1>div {
    margin: 10px auto;
    text-align: left;
}

.basic-card {
    width: 500px;
    position: relative;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.basic-card .card-content {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basic-card .card-title h5 {
    color: #97144d;
    font-size: 16px;
    margin-bottom: 0;
    width: 105px;
    max-width: 110px;
    margin-right: 10px;
}

.basic-card-light {
    border: 1px solid #eee;
}

.basic-card-light .card-title {
    margin-bottom: 0;
}

.basic-card-light .card-text {
    color: #7b7b7b;
}

.basic-card-light .card-text input {
    min-width: 250px;
    border-radius: 4px;
}

.nicFormDataWrapper .doc-frnt,
.nicFormDataWrapper .doc-bck {
    max-width: 100%;
    margin: 10px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 35%);
}

.nicFormDataWrapper img.dnf {
    max-width: 100%;
    height: unset;
}

.suc-err-msg-close {
    font-size: 25px;
    line-height: 25px;
}

table.dataTable.tblBorCollapsed {
    border-collapse: collapse;
}

.corpOnbRoleSelect>div {
    background-color: #505050;
    padding: 3px;
    border-bottom: 1px solid #b0b0b0;
}

.corpOnbRoleSelect>div>.choices[data-type*=select-multiple] .choices__inner,
.corpOnbRoleSelect>div>.choices[data-type*=text] .choices__inner {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right;
}

.nicFormDataWrapper .attachment_nav .rm-doc-ulpoad-btn-warpper {
    padding: 1px !important;
}

.cloneNicAuthDirectorShadow {
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 35%);
    margin-bottom: 10px;
}

.cloneNicAuthDirectorBorder {
    margin-bottom: 10px;
    border: 1px solid #b9b9b9;
    border-bottom: 2px solid #d4d4d4;
}

.dscBtnWrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.noteStyle {
    font-size: 9px;
    color: #454545;
    display: block;
    text-align: center;
}

.noteCommon {
    font-size: 13px;
    color: #454545;
    display: block;
    text-align: left;
    letter-spacing: 0.25px;
}

.SOC-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.SOC-wrapper .previwImg {
    background-image: unset;
    text-decoration: underline;
    font-size: 13px;
    padding: 6px !important;
    text-align: left;
    color: #97144d !important;
}

.SOC-wrapper .previwImg:hover {
    background-image: unset;
}

.soc-checkbox {
    position: relative;
}

.soc-checkbox #nicScheduleOfCharges-error {
    position: absolute;
    left: 38px;
    bottom: -8px;
    font-size: 12px;
    color: rgb(240, 0, 0);
}

.soc-checkbox input {
    width: 22px;
    height: 22px;
    margin-right: 2px;
    border: 1px solid #898989;
}

.soc-checkbox label a {
    color: #97144d;
    cursor: pointer;
    font-weight: 800;
}

.nicScheduleOfCharges .modal-body {
    padding: 0.5rem;
}

.nicScheduleOfCharges .modal-body p {
    margin-bottom: 0px;
    color: #97144d;
    text-align: center;
}

.nicScheduleOfCharges .modal-footer {
    justify-content: center;
    padding: 0.25rem;
}

.rupee-cust {
    margin-left: 8px;
    color: #97144d;
}

.panlbl {
    height: 32px;
    display: flex;
    align-items: center;
}

.nicCorpName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.nic-addcorpdtl-wrapper .form-control:disabled,
.nic-addcorpdtl-wrapper .form-control[readonly] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.nic-addcorpdtl-wrapper .form-control:disabled:focus,
.nic-addcorpdtl-wrapper .form-control[readonly]:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

.swal-title {
    color: #97144d;
    font-size: 16px;
}

.corAdmDatDocSucPg {
    padding: 10px 10px 5px 10px;
    border-radius: 8px;
}

.corAdmDatDocSucPg .img-wrapper {
    text-align: center;
    margin: 0 auto;
}

.corAdmDatDocSucPg .img-wrapper img {
    width: 235px;
}

.corAdmDatDocSucPg .head-wrapper h5 {
    text-align: center;
    font-size: 30px;
    color: #97144d;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.corAdmDatDocSucPg .head-wrapper,
.corAdmDatDocSucPg .body-wrapper {
    max-width: 540px;
    margin: 0 auto;
}

.corAdmDatDocSucPg .head-wrapper p {
    text-align: center;
    color: #565656;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}

.corAdmDatDocSucPg .body-wrapper {
    padding: 5px;
    box-shadow: inset 0px 0px 75px 1px rgba(0, 0, 0, 0.35);
    border-radius: 12px;
}

.corAdmDatDocSucPg .body-wrapper .body-wrapper-data {
    display: flex;
    align-items: center;
    justify-content: center;
}

.corAdmDatDocSucPg .body-wrapper .body-wrapper-data p {
    min-width: 120px;
    color: #97144d;
    font-weight: 700;
    font-size: 14px;
    margin: 2px 0px;
}

.corAdmDatDocSucPg .body-wrapper .body-wrapper-data label {
    color: #4f4e4e;
    font-size: 14px;
    width: 155px;
    line-height: 16px;
    margin: 2px 0px;
}

.corAdmDatDocSucPg .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sig-corp-ovd-wrap .kyc-thank-wrapper {
    position: unset;
    border-radius: 6px;
}

.sig-corp-ovd-wrap .kyc-thank-wrapper .kyc-done-msg {
    left: unset;
    top: unset;
    transform: unset;
    margin-bottom: 0;
    padding: 6px;
    min-height: 150px;
    width: 100%;
    display: block;
}

.sig-corp-ovd-wrap .kyc-thank-wrapper.kyc-done-msg-suc {
    background-color: #fbfbfb;
}

.sig-corp-ovd-wrap .kyc-thank-wrapper.kyc-done-msg-suc .kyc-done-msg {
    color: rgb(83, 83, 83);
    line-height: 18px;
    color: #97144d;
}

.soc-checkbox .form-check-input:disabled~.form-check-label,
.soc-checkbox .form-check-input[disabled]~.form-check-label {
    opacity: 1;
    line-height: 16px;
}

.nicFormDataWrapper .nicFormDataTabs .dropdown-menu.multi-level .dropdown-submenu {
    padding: 0px;
}

.nicFormDataTabs .dropdown-submenu .dropdown-item {
    padding: 4px 8px;
    color: #97144d;
}

.nicFormDataTabs .dropdown-submenu:hover .dropdown-item {
    color: #fefefe;
    background-color: #97144d;
    box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 25%);
}

.nicFormDataTabs .dropdown-submenu:hover .dropdown-item i {
    color: #fefefe;
}

.nicFormDataTabs .dropdown-item:focus,
.nicFormDataTabs .dropdown-item:hover {
    background-color: transparent;
}

.nicFormDataTabs .dropdown-submenu a.dropdown-item:after {
    margin-right: 4px;
    margin-top: 4px;
    transform: rotate(90deg);
}

.nicFormDataTabs .dropdown-submenu>a:after {
    border-left-color: #97144d;
}

.nicFormDataTabs .dropdown-submenu:hover>a:after {
    border-left-color: #fefefe;
}

.nicFormDataTabs .dropdown-submenu>.dropdown-menu {
    display: block;
    position: relative;
    right: 0%;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 0px;
    padding: 0px;
    border: 0px solid rgba(0, 0, 0, .15);
}

.nicFormDataTabs .dropdown-submenu .dropdown-menu li {
    padding: 2px 2px 2px 24px;
    color: #585858;
    background-color: #ffffff;
    border-bottom: 1px solid #acacac;
}

.nicFormDataTabs .dropdown-submenu .dropdown-menu li.dropdown-submenu-child {
    color: #ffffff;
    background-color: #97144d;
}

.nicFormDataTabs .dropdown-submenu .dropdown-menu li.dropdown-submenu-child:nth-child(1) {
    border-top: 1px solid #acacac;
}

.nicFormDataTabs .dropdown-submenu .dropdown-menu li.dropdown-submenu-child:hover {
    background-color: #b82163;
}

.nic-wrapper-log-box .log-wrap-error .err-desi {
    left: 0px;
    bottom: -18px;
    font-size: 12px;
}

.corAdmDatDocSucPg.vkycDatDocSucPg .head-wrapper p {
    font-weight: 600;
}

.corAdmDatDocSucPg.vkycDatDocSucPg .head-wrapper h5 {
    margin-bottom: 16px;
    margin-top: 8px;
}

.approval-accor .form-label-heading {
    color: #97144d !important;
    min-width: fit-content;
}

.approval-accor .corp-bas-dtl label {
    padding: 6px 8px 4px 8px !important;
    border-radius: 0px;
}

.approval-accor .corp-bas-dtl {
    border: 0px solid #c9c9c9;
}

.approval-accor .corp-bas-dtl.border-rgt {
    border-right: 2px solid #909090;
}

.corpro-accordion.approval-accor .card {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    border: 0px solid #97144d;
}

.ROANote {
    font-size: 13px;
    margin-top: 4px;
    display: block;
    color: #454545;
}

.ROALabel {
    margin-bottom: 0;
    margin-top: 8px;
    color: #97144d;
}

.authDirDrpdwn+label.error {
    position: absolute;
    top: 2px;
    left: 302px;
    color: rgb(255, 100, 100);
    font-size: 13px;
    min-width: 150px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ START TOOLTIP STYLES @@@@@@@@@@@@@@@@@@@@@@@ */

/* +++++++++++++++++++++++START TOOLTIP STYLES+++++++++++++++++++++++ */
[custTooltip] {
    position: relative;
}

/* +++++++++++++++++++++++Applies to all tooltips+++++++++++++++++++++++ */
[custTooltip]::before,
[custTooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[custTooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[custTooltip]::after {
    content: attr(custTooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #97144d;
    color: #ffffff;
    z-index: 1000;
}

/* +++++++++++++++++++++++Make the tooltips respond to hover+++++++++++++++++++++++ */
[custTooltip]:hover::before,
[custTooltip]:hover::after {
    display: block;
}

/* +++++++++++++++++++++++don't show empty tooltips+++++++++++++++++++++++ */
[custTooltip='']::before,
[custTooltip='']::after {
    display: none !important;
}

/* +++++++++++++++++++++++FLOW: UP+++++++++++++++++++++++ */
[custTooltip]:not([flow])::before,
[custTooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #97144d;
}

[custTooltip]:not([flow])::after,
[custTooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[custTooltip]:not([flow])::before,
[custTooltip]:not([flow])::after,
[custTooltip][flow^="up"]::before,
[custTooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* +++++++++++++++++++++++FLOW: DOWN+++++++++++++++++++++++ */
[custTooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #97144d;
}

[custTooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[custTooltip][flow^="down"]::before,
[custTooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* +++++++++++++++++++++++FLOW: LEFT+++++++++++++++++++++++ */
[custTooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #97144d;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[custTooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* +++++++++++++++++++++++FLOW: RIGHT+++++++++++++++++++++++ */
[custTooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #97144d;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[custTooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* +++++++++++++++++++++++KEYFRAMES+++++++++++++++++++++++ */
@keyframes custTooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes custTooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* +++++++++++++++++++++++FX All The Things+++++++++++++++++++++++ */
[custTooltip]:not([flow]):hover::before,
[custTooltip]:not([flow]):hover::after,
[custTooltip][flow^="up"]:hover::before,
[custTooltip][flow^="up"]:hover::after,
[custTooltip][flow^="down"]:hover::before,
[custTooltip][flow^="down"]:hover::after {
    animation: custTooltips-vert 300ms ease-out forwards;
}

[custTooltip][flow^="left"]:hover::before,
[custTooltip][flow^="left"]:hover::after,
[custTooltip][flow^="right"]:hover::before,
[custTooltip][flow^="right"]:hover::after {
    animation: custTooltips-horz 300ms ease-out forwards;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ENDS TOOLTIP STYLES @@@@@@@@@@@@@@@@@@@@@@@ */

.fancyCustBtn.COBDwnAgreBtn {
    width: 280px;
    height: 42px;
    line-height: 22px;
    margin: 0 4px;
    padding: 6px 6px;
}

.fancyCustBtn.COBDwnAgreBtn1 {
    width: 185px;
    margin: 0 4px;
}

.btn.btn-bergandy.clkdgtlsignbnt {
    padding: 6px 12px !important;
    margin: 0 4px;
    height: 40px;
    line-height: 24px;
    text-transform: capitalize;
}

.modNicInfo .alt-tab-design {
    margin-bottom: 12px;
}

img.dnf.othDocImg {
    margin: 10px auto 10px;
}

.AgrUplLabel {
    margin-bottom: 8px;
}

.AgrUplLabel label {
    line-height: 18px;
}

img.zoom-img {
    margin: 0 auto;
    display: block;
}

.nickycDocumentUpload label.error {
    display: block;
}

.cifid-ut-wrap .col-lg-12:nth-child(1) {
    padding-right: 0;
}

.cifid-ut-wrap .col-lg-12:nth-child(2) {
    padding-left: 0;
}

.ut-wrap {
    border: 1px solid #cdcdcd;
    border-left: 0px solid #cdcdcd;
    padding: 5px 10px;
}

.cifIdWrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #cdcdcd;
    padding: 5px 0px;
    position: relative;
}

.cifIdWrap label {
    min-width: 80px;
}

.cifIdWrap select {
    min-width: 250px;
}

.cifIdWrap>div label.error {
    position: absolute;
    left: 334px;
    bottom: 13px;
    margin-bottom: 0;
    font-size: 12px;
}

.cifIdWrap .btn-wrapper {
    padding: 0px;
}

.cifIdWrap .btn-wrapper .btn {
    margin: 0px 4px;
    padding: 5px 10px !important;
}

.cifIdSelectionBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ut-wrap .ut-wrap-head {
    min-width: 100px;
    display: inline-block;
    color: #606060;
    font-size: 14px;
}

.ut-wrap .ut-wrap-data {
    padding: 5px 35px;
    background-color: rgb(222 222 222);
    color: #97144d;
    border-radius: 4px;
    height: 34.5px;
    display: inline-block;
}

.cpuLandWrapper label.error {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 10px;
    display: block;
    margin-top: 4px;
}

.modal.nicRemoveAuthdir.show .modal-dialog,
.modal.nicScheduleOfCharges.show .modal-dialog,
.modal.nicRemoveCorporate.show .modal-dialog {
    transform: translate(0, -38%);
    top: 38%;
}

.mandatoryLblWrap {
    padding: 10px 5px;
}

.mandatoryLblWrap i {
    color: #fff;
    margin-right: 4px;
    font-size: 12px;
}

.madDocMsg {
    color: #ffffff;
    font-size: 12px;
    margin-left: 0px;
    background-color: #990000;
    background-image: linear-gradient(147deg, #ff0000 0%, #bc0101 74%);
    padding: 2px 4px;
    width: 100%;
    display: block;
}

.usrDtlWrap label.highlightLabel {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.docUplNxtPre {
    display: flex;
    align-items: center;
    justify-content: center;
}

.docUplNxtPre img {
    width: 18px;
    margin: 0 2px;
}

.kyc-PanUplVer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal.modNicInfo,
.modal.corp-detail-hist,
.modal.ipvPendListModal {
    z-index: 9999;
}

.corp-pro-wrapper.corp-pro-wrapper-resp .form-label-data {
    margin-left: 0px;
    padding: 4px 6px !important;
}

.estampNote {
    font-size: 12px;
    line-height: 1.15;
    display: block;
    margin-top: 2px;
    color: #454545;
}

.datePicMain .ui-state-highlight,
.datePicMain .ui-widget-content .ui-state-highlight,
.datePicMain .ui-widget-header .ui-state-highlight {
    border: 1px solid #97144d;
    background: #97144d;
    color: #ffffff;
}

.datePicMain .ui-datepicker td span,
.datePicMain .ui-datepicker td a {
    text-align: center;
    padding: 0;
}

.datePicMain table.ui-datepicker-calendar thead tr th {
    padding: 2px 2px 2px 2px !important;
    font-weight: 100 !important;
    background-color: #97144d !important;
    color: #ffffff;
}

.datePicMain .ui-datepicker select.ui-datepicker-month,
.datePicMain .ui-datepicker select.ui-datepicker-year {
    width: 24%;
}

.datePicMain .ui-datepicker .ui-datepicker-title select {
    margin: 2px 10px 2px 2px;
    background-color: transparent;
    border: 1px solid #b9b9b9;
    border-radius: 2px;
    padding: 0px;
}

.datePicMain .ui-datepicker .ui-datepicker-title {
    margin: 0;
    text-align: left;
}

.corppro-accordion-cpuemp .crp-crd-dtl-wrap {
    border: 0px solid #d7d0d0;
    border-bottom: 1px solid #d7d0d0;
    border-top: 0px solid #d7d0d0 !important;
}

.corppro-accordion-cpuemp .alt-tab-design {
    border: 1px solid #c9c9c9;
    border-top: 0px solid #c9c9c9;
}

.corpro-accordion.corppro-accordion-cpuemp .card {
    padding: 2px 0px 16px;
}

.cpuEmpAppWrap .corppro-accordion-cpuemp h2 {
    padding-bottom: 0px;
}

.eoiContentData {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.20);
    margin: 8px 2px 4px;
    padding: 0px 5px 5px;
    background-color: #f2f2f2;
    position: relative;
}

.eoiContentData textarea {
    height: unset;
    font-size: 14px;
}

.approvalModal .question_set {
    padding: 0 5px;
    margin-left: 0;
    margin-right: 0;
}

.approvalModal .add-more-dir-wrap {
    text-align: center;
}

.approvalModal .add-more-dir-wrap .btn {
    margin: 10px 0px 4px 0px;
    box-shadow: inset 0px 0px 20px 2px rgb(0 0 0 / 40%);
    color: #97144d;
    font-weight: 900;
    min-width: 100px;
    border-radius: 24px;
    background-color: transparent;
    border: 0px solid #97144d;
    height: 32px;
    padding: 8px 12px;
}

.approvalModal .add-more-dir-wrap .btn i {
    color: #97144d;
    margin-right: 2px;
}

.slide-right {
    animation: 1s slide-right;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}

.usrDtlWrap .emailDataTxt {
    text-transform: lowercase;
}

.cad-role-note {
    padding: 2px 4px;
    line-height: 17px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #97144d;
    margin-bottom: 8px;
}

.cad-role-note span {
    color: #ffffff;
}

.cad-role-note span:nth-child(1) {
    min-width: 60px;
}

.jourStatus {
    font-size: 13px;
    color: #97144d;
    background-color: #dedede;
    padding: 2px 8px 0px;
    display: inline-block;
    border-radius: 8px;
    box-shadow: inset 0px 0px 6px 1px rgb(0 0 0 / 25%);
}

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

.btn.nic-status {
    position: absolute;
    right: 2px;
    top: -4px;
    z-index: 9;
    text-transform: capitalize;
    align-items: center;
    display: none;
}

.btn.nic-status img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.nic-status-modal .modal-dialog {
    max-width: 95%;
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0px;
}

.nic-status-modal .modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    z-index: 1;
}

.nic-status-modal .modal-header {
    padding: 0;
    border-bottom: 0px solid #dee2e6;
}

.nic-status-modal button.close {
    position: absolute;
    right: -12px;
    font-size: 34px;
    z-index: 1;
}

.progress-bar {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    background-color: transparent;
    counter-reset: headings;
    color: #97144d;
}

.progress-step {
    text-align: center;
    position: relative;
}

.progress-step:before,
.progress-step:after {
    background-color: #97144d;
    content: "";
    height: 2px;
    position: absolute;
    z-index: -1;
    top: 15px;
}

.progress-step:after {
    left: 50%;
    width: 100%;
}

.progress-step:last-of-type.is-active:after {
    background-color: #97144d;
}

@media screen and (min-width: 640px) {
    .progress-step:first-of-type:before {
        right: 50%;
        width: 50%;
    }
}

@media screen and (max-width: 640px) {

    .progress-step:first-of-type:before,
    .progress-step:last-of-type:after {
        background-color: white !important;
    }
}

.progress-step:last-of-type:after {
    left: 50%;
    width: 50%;
}

.progress-step .step-count {
    background-color: #97144d;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    border-radius: 50%;
    color: white;
    line-height: 30px;
    z-index: 100;
    font-size: 0.8rem;
    font-weight: 500;
}

.progress-bar .step-count:before {
    counter-increment: headings;
    content: counter(headings, decimal)
}

.progress-step.is-active .step-description {
    font-weight: 500;
}

.progress-step.is-active:after {
    background-color: #cdcdcd;
}

.progress-step.is-active~.progress-step .step-count {
    background-color: #cacaca;
}

.progress-step.is-active~.progress-step:after {
    background-color: #cdcdcd;
}

.step-description {
    font-size: 0.8rem;
}

.step-description p {
    margin: 10px 0px 0px;
    font-size: 25px;
}

.nicProfileForm .userRecords .table.auth-dir-list-table tbody tr td:nth-child(8) {
    text-align: center;
}

.nicProfileForm .userRecords .table.auth-dir-list-table tbody tr td:nth-child(8) a.btn {
    padding: 2px 12px !important;
    text-transform: capitalize;
}

.form-control[readonly].datepicker {
    background-color: transparent;
    cursor: default;
}

.btn-draft {
    position: absolute;
    top: -2px;
    right: 0;
    background-color: #efefef !important;
    border: 2px solid #d6d6d6;
    color: #97144d !important;
    padding: 2px 12px;
}

.btn-draft:hover {
    border: 2px solid #d6d6d6;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio-label {
    margin-right: 24px;
    padding-left: 0px !important;
    color: #606060 !important;
}

.radio input[type=radio]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: 1px;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type=radio][disabled]+.radio-label {
    cursor: not-allowed;
}

.radio input[type=radio][disabled]+.radio-label:before {
    cursor: not-allowed;
}

.radio input[type=radio]:checked+.radio-label:before {
    background-color: #97144d;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: #97144d;
}

.semiDigiMainDiv .semiDigiDocDiv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.semiDigiMainDiv .semiDigiDocDiv label {
    min-width: 192px;
}

.agree-nm {
    font-size: 14px;
    color: #97144d;
}

.signPDFInpWidth {
    max-width: 260px;
    margin-right: 10px;
}

.rmAssign-btn,
.rmAssign-btn-outline {
    margin: 0;
    padding: 1px 2px;
}

.btn.btn-bergandy.rmAssign-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 105px;
    padding: 4px 4px !important;
    border-radius: 4px !important;
}

.rmAssign-btn img {
    width: 18px;
    height: 18px;
}

.rmAssign-btn-outline img {
    width: 20px;
}

.assignRmList .modal-header {
    border: 0px;
    padding: 0px;
}

.assignRmList .modal-body {
    padding: 0px;
}

.assignRmList button.close {
    padding: 8px 0px 4px !important;
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 1;
}

.assignRmList button.close span {
    font-size: 30px;
}

.assignRmWrapper .highlight-title {
    padding: 2px 2px 6px 12px;
}

.assignRmWrapper .btn-bergandy.rmAssign-btn {
    border-radius: 4px !important;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
    border: 0px solid #9e9e9e !important;
    padding: 2.5px 12px 4.5px !important;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.assignRmWrapper .btn-bergandy.rmAssign-btn-outline {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
    border: 0px solid #9e9e9e !important;
    padding: 1px 12px 1px !important;
    background-color: transparent !important;
}

.drpDwnRmAssWrap {
    padding: 15px;
}

.drpDwnRmAssWrapCnt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.drpDwnRmAssWrapCnt .select2.select2-container {
    max-width: 400px;
    margin-right: 15px;
    min-width: 150px;
    z-index: 1060;
}

.drpDwnRmAssWrapCnt .select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 3px;
    width: 12px !important;
}

.drpDwnRmAssWrapCnt .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 14px;
}

.drpDwnRmAssWrapCnt .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #97144d;
}

.drpDwnRmAssWrapCnt label.error {
    position: absolute;
    bottom: -15px;
    left: 170px;
    display: block;
    line-height: 12px;
}

table.dataTable.nicRmListBody {
    border-collapse: collapse;
}

table.dataTable.nicRmListBody tbody td {
    padding: 2px !important;
}

.assignedRmListTbl {
    padding: 0 30px;
}

.assignedRmListTbl .table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.assignedRmListTbl .table thead tr th,
.assignedRmListTbl .table tbody tr td {
    border: 1px solid #ccc !important;
}

.assignedRmListTbl .table thead tr th:nth-child(1),
.assignedRmListTbl .table thead tr th:nth-child(3) {
    width: 95px;
    max-width: 100px;
}

.assignedRmListTbl .table tbody tr td:nth-child(3) {
    text-align: center;
}

.assignedRmListTbl .table tbody tr td {
    padding: 4px 5px 2px 5px;
    font-size: 14px;
    color: rgb(72, 72, 72);
}

.assignedRmListTbl .table tbody tr td:last-child {
    padding: 1px 4px 1px 4px;
}

.assignedRmListTbl .table tbody tr.noRecBor td {
    border: 0px solid #ccc !important;
}

.aadharModal .tabcontent {
    display: unset;
    border: 0px solid #000000;
    padding: 0px;
}

.aadharModal .tabcontent ul {
    list-style: none;
    padding-left: 0;
}

.aadharModal .SOC-wrapper {
    align-items: flex-start;
}

.aadharModal .form-check-input:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.aadharModal .aadhaarChkTxt {
    text-align: justify;
}

.ipvDtlData {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ipvDtlData .title h3 {
    min-width: 110px;
    border-right: 1px solid #a0a0a0;
    padding: 4px 8px;
    font-size: 16px;
    font-family: "lato", sans-serif;
    letter-spacing: 0.25px;
}

.ipvDtlData .content span {
    text-transform: uppercase;
    padding: 4px 8px;
    color: #4f4f4f;
    font-size: 15px;
    font-family: "lato", sans-serif;
    letter-spacing: 0.25px;
}

.ipvDataWrapper {
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
    padding: 15px;
}

.ipvPanAadhaarImgWrap {
    margin-top: 15px;
    border: 1px solid #e0e0e0;
}

.section-aadhaar .card-aadhaar {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
}

.ipvAadhaarPanImgBox {
    padding: 0px 0px 15px 0px;
}

.sepBorRgt {
    border-right: 1px solid #e0e0e0;

}

.ipvAadhaarPanImgBox h6 {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #97144d;
    color: #ffffff;
}

.ipvAadhaarPanImgBox .section-aadhaar .card-aadhaar {
    height: calc(100vh - 415px);
}

.ipvAadhaarPanImgBox .section-aadhaar .card-aadhaar img {
    height: calc(100vh - 425px);
}

.ipvAadhaarPanImgBox .hvrZoomImage:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.ipvAadhaarPanImgBox .hvrZoomImage1:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.doc-scroll.doc-scrollIpv {
    height: unset;
}

.SOC-wrapper.SOCIPV-wrapper {
    padding: 2px 8px;
    background-color: #f6f6f6;
    align-items: center;
}

.SOCIPV-wrapper .form-check-input:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.cinNumberError {
    display: block;
    text-align: left;
}

.corpDetailOvrly .select2-container {
    z-index: 1040;
}

.globalTableDshBrdRep {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 170px);
}

.nicViewFormCenter .frmpic span {
    font-size: 12px;
    display: block;
    margin-left: 4px;
}

.nicViewFormCenter .frmpic img,
.nicViewFormCenter .docpic img {
    margin-right: 4px;
}

.nicFormDataWrapper .right-slideOutTab {
    margin-top: 80px;
}

.nicFormDataWrapper .right-slideOutTab .id-menu {
    margin-bottom: 20px;
}

.nicFormDataWrapper .showSlideOut {
    right: 0px !important;
}

.nicFormDataWrapper .right-slideOut .tab-content .tab-pane.active {
    padding: 0 0px;
}

.cpuKycDataCardScroll {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 370px);
}

.drpDwnRmAssWrapCnt .drpDwnRmAssImageLbl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 110px;
}

.drpDwnRmAssWrapCnt .drpDwnRmAssImageLbl img {
    width: 20px;
}

.drpDwnRmAssWrapCnt .drpDwnRmAssImageLbl span {
    color: #242424;
    font-weight: 600;
    font-size: 14px;
    font-family: "lato-bold", sans-serif;
}

.cpuEmpAppWrap.assignRMListWrapper .dataTables_filter label {
    display: flex;
}

.cpuEmpAppWrap.assignRMListWrapper .auth-dir-list-table {
    border: 0px solid #a6a6a6;
}

.cpuEmpAppWrap.assignRMListWrapper .dataTables_wrapper .dataTables_info,
.assignRmWrapper .dataTables_info {
    padding-top: 6px;
}

.rmhistoryassign {
    text-transform: unset;
    padding: 4px 8px;
}

.gst-hide {
    display: none;
}

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

.nicgst-disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
}

/* Bajrang  start**********************************************/

.comTabLi {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20ch;
}

.comTabLi:hover {
    max-width: none;
    position: relative;
}

.comTabLi:hover::after {
    content: attr(title);
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 10px;
}

/* Bajrang  end**********************************************/

/* emudra form data css ends here**************************** */

/* responsivness started here******************************** */

@media screen and (min-width: 1500px) {
    .signatory-card-wrapper {
        margin: 0px 250px;
    }
}

@media scren and (min-width: 700px) {
    .nicScheduleOfCharges .modal-dialog {
        max-width: 600px;
    }
}

@media (min-width: 576px) {
    .corp-detail-wrapper .modal-dialog {
        max-width: 90%;
    }

    .assignRmList .modal-dialog {
        max-width: 60%;
    }
}

@media screen and (min-width: 320px) {
    .signatory-card-wrapper.corpadmin-kyc-wrapper {
        margin: 0px 16px;
    }

    .container.nicFormDataWrapper {
        max-width: 100%;
        padding-left: 15px;
        margin-left: auto;
    }

    .nicIframeDocUpload .modal-dialog {
        max-width: 85%;
    }

    .approvalModal .modal-body {
        max-height: calc(100vh - 100px);
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1599.98px) {
    .box_show {
        padding: 10px 20px 15px;
    }
}

@media screen and (max-width: 1499.98px) {
    .signatory-card-wrapper {
        margin: 0px 150px;
    }

    .cloneNicAuthDirectorBoxing .form-control {
        padding: 2px;
        font-size: 12px;
    }

    .box_show {
        padding: 10px 10px 10px;
    }
}

@media screen and (max-width: 1199.98px) {
    .signatory-card-wrapper {
        margin: 0px 75px;
    }

    .dropdown-toggle.dropdown-toggle-cust::after {
        position: absolute;
        right: 50%;
        top: 75%;
    }

    .sidebar-navigation ul li a i {
        right: 0px;
    }

    .sidebar-navigation ul li ul li>a i {
        right: -4px;
    }

    .sidebar-navigation ul li ul li:hover>a i,
    .sidebar-navigation ul li ul li.selected>a i {
        right: -4px;
    }

    .corp-detail-wrapper.corp-detail-wrapper-respo .modal-dialog {
        max-width: 95%;
    }

    .cloneNicAuthDirectorBoxing .form-label {
        font-size: 12px;
    }

    .userDetailsForNIC.userDetailsForNIC-respo .auth-dir-list-table {
        display: block;
    }

    .corp-bas-dtl label {
        min-width: 180px;
    }

    .form-label-heading {
        min-width: 180px;
    }

    .logout-wrapper {
        top: 1px;
    }

    .logout-wrapper img {
        width: 24px;
    }

    .auth-dir-list-table tbody tr td a.btn.btn-bergandy i {
        display: none;
    }

    .cifid-ut-wrap .col-lg-12:nth-child(1) {
        padding-right: 15px;
    }

    .cifid-ut-wrap .col-lg-12:nth-child(2) {
        padding-left: 15px;
    }

    .ut-wrap {
        border-left: 1px solid #cdcdcd;
    }

    .suc-head-nic {
        font-size: 15px;
    }

    .suc-img-nic img {
        width: 18px;
    }
}

@media screen and (max-width: 991.98px) {
    .corpro-accordion .form-label-heading {
        min-width: 189px;
    }

    .corp-bas-dtl label,
    .corp-bas-dtl input {
        font-size: 13px;
    }

    .auth-step-wrapper .arrow-steps .step {
        min-width: 100px;
    }

    .auth-step-wrapper {
        padding: 5px;
    }

    .corp-detail-wrapper.corp-detail-wrapper-respo .modal-dialog .form-label-heading {
        min-width: 155px;
        font-size: 13px;
    }

    .corp-pro-wrapper.corp-pro-wrapper-resp .form-label-heading {
        font-size: 13px;
    }

    .corp-pro-wrapper-resp .card-header .pe-0,
    .signatory-card-wrapper .card-header .pe-0 {
        padding-right: 12px !important;
    }

    .corp-pro-wrapper-resp .card-header .ps-0,
    .signatory-card-wrapper .card-header .ps-0 {
        padding-left: 12px !important;
    }

    .corp-pro-wrapper-resp .card-header .corp-bas-dtl,
    .signatory-card-wrapper .accordion.corpro-accordion .card-header .corp-bas-dtl {
        border-left: 1px solid #c9c9c9 !important;
    }

    .soc-checkbox input {
        margin-right: 0px;
    }

    .auth-dir-list-table tbody tr td a.btn.btn-bergandy {
        min-width: 40px;
        padding: 2px 10px !important;
    }

    .corp-pro-wrapper .respo-info-right-data,
    .corp-detail-wrapper .respo-info-right-data,
    .signatory-card-wrapper .respo-info-right-data {
        padding-left: 12px;
    }

    .corp-pro-wrapper .respo-info-left-data,
    .corp-detail-wrapper .respo-info-left-data,
    .signatory-card-wrapper .respo-info-left-data {
        padding-right: 12px;
        border-right: 0px solid #c9c9c9;
    }

    .kyc-ovd-img-wrap img {
        max-width: 265px;
    }

    .vkyc-right-wrapper-img .kyc-ovd-img-wrap img {
        width: 32px;
    }

    .vkyc-right-wrapper-img ul li {
        padding: 2px 4px;
        justify-content: flex-start;
    }

    .kyc-right-wrapper-img ul li {
        padding: 2px 4px;
        justify-content: flex-start;
        margin: 0px;
    }

    .vkyc-card-hgt {
        min-height: 255px;
    }

    .kyc-card-hgt {
        min-height: 297px;
    }

    .kyc-PanUplVer {
        display: block;
        margin-bottom: 8px;
    }

    .kyc-PanUplVer .pan-aadhaar-card-inp {
        padding-right: 0 !important;
    }

    .corppro-accordion-cpuemp.cpuEmpApprAccor-resp .pr-0 {
        padding-right: 15px !important;
    }

    .corppro-accordion-cpuemp.cpuEmpApprAccor-resp .pl-0 {
        padding-left: 15px !important;
    }

    .corppro-accordion-cpuemp.cpuEmpApprAccor-resp .corp-bas-dtl {
        border-left: 1px solid #c9c9c9;
    }

    .corppro-accordion-cpuemp.cpuEmpApprAccor-resp .respo-info-left-data {
        padding-right: 15px;
        border-right: 0px solid #c9c9c9;
    }

    .corppro-accordion-cpuemp.cpuEmpApprAccor-resp .respo-info-right-data {
        padding-left: 15px;
    }

    .corp-bas-dtl.corp-bas-dtl-left {
        border-bottom: 0px solid #c9c9c9;
    }

    .box-partition::before {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .auth-dir-list-table {
        display: block;
    }
}

@media screen and (max-width: 767.98px) {
    .signatory-card-wrapper {
        margin: 0px;
    }

    .kyc-right-wrapper-img ul,
    .ovd-right-wrapper-img ul {
        padding-left: 0rem;
    }

    .kyc-right-wrapper-img ul li span,
    .ovd-right-wrapper-img ul li span {
        font-size: 12px;
        font-weight: 400;
        margin-left: 0;
    }

    .nicFormDataWrapper .btn-wrapper .btn {
        min-width: 52px;
    }

    .highlight-title {
        padding: 2px 4px;
    }

    .highlight-title.highlight-title-resp {
        display: block;
    }

    .highlight-title.highlight-title-resp span {
        margin-bottom: 5px;
        display: block;
    }

    .highlight-title.highlight-title-resp .sub-head-title {
        display: none;
    }

    .acc-type.inpDocUpldRespo {
        padding: 0px;
    }

    .corp-doc-upload .nav-pills-custom .nav-link.docUplSideTabRespo {
        margin-bottom: 5px;
        box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 25%);
    }

    .login-card.corp-doc-upload .tab-content {
        margin-top: 10px;
    }

    .corp-pro-wrapper-resp .nic_remove_btn-resp {
        text-align: center;
        margin-top: 2px;
    }

    .auth-dir-list-table tbody tr td {
        line-height: 16px;
    }

    .auth-dir-list-table tbody tr td a i {
        display: none;
    }

    .vkyc-btn-wrapper.cODA-wrapper span.form-label {
        text-align: left;
    }

    .vkyc-btn-wrapper.cODA-wrapper .downAgreeBtn.fancyCustBtn {
        margin: 0px auto;
        font-size: 14px;
        height: 35px;
        line-height: 22px;
    }

    .vkyc-card-hgt {
        margin-bottom: 10px;
        padding-bottom: 10px;
        min-height: unset;
        box-shadow: 0px 0px 0px rgb(0 0 0 / 35%);
    }

    .kyc-card-hgt,
    .kyc-right-wrapper-img {
        min-height: unset;
        box-shadow: 0px 0px 0px rgb(0 0 0 / 35%);
        margin-bottom: 0px;
        padding-top: 0px;
    }

    .kyc-right-wrapper-img ul li div img,
    .vkyc-right-wrapper-img ul li div img {
        display: none;
    }

    .kyc-ovd-img-wrap img {
        max-width: 220px;
    }

    .vkyc-right-wrapper-img ul li span {
        max-width: 100%;
        width: 100%;
    }

    .pan-aadhaar-card-inp {
        margin-bottom: 8px;
    }

    .nicSignCorporateTable tr td {
        line-height: 14px;
    }

    .cpuEmpAppWrap.acc-type {
        padding: 4px 2px;
    }

    .corpro-accordion .card-header {
        padding-left: 4px;
        padding-right: 4px;
    }

    .corpro-accordion .card-body {
        padding: 4px 4px 12px 4px;
    }

    #rejectionModal>div.modal-dialog {
        max-width: 95%;
        width: 95%;
    }

    .main_pop_v {
        margin: 4px !important;
    }

    .box-partition {
        padding: 2px 2px;
    }

    .cifIdWrap>div label.error {
        left: 174px;
        bottom: 22px;
    }

    .semiDigiMainDiv .semiDigiDocDiv {
        display: block;
        margin: 8px 0px 4px;
    }
}

@media only screen and (max-width: 700px) {
    section {
        flex-direction: column;
    }
}

@media screen and (max-width: 575.98px) {
    .login-card.corp-pro-wrapper-resp {
        padding: 0 !important;
    }

    .login-card.corp-pro-wrapper-resp .profile-scroll {
        margin-bottom: 0 !important;
    }

    .login-card.corp-pro-wrapper-resp .acc-type {
        padding: 2px;
        border: solid 0px #97144d;
    }

    .corpro-accordion .card {
        padding: 4px 0px 8px;
    }

    .corp-bas-dtl label {
        padding: 7px 2px;
        line-height: 1.05;
        min-width: 150px;
    }

    .corp-bas-dtl input {
        padding: 0px 2px;
    }

    .corp-pro-wrapper-resp .card-body {
        padding: 4px;
    }

    .corp-pro-wrapper-resp .form-label-heading {
        min-width: 126px;
    }

    .corp-bas-dtl.corp-bas-dtl-left label,
    .corp-bas-dtl.corp-bas-dtl-left input {
        background-color: #fff !important;
    }

    .bg-f0f0f0 {
        background-color: #f0f0f0;
    }

    .logout-wrapper {
        top: -2px;
        right: 15px;
    }

    .logout-wrapper img {
        width: 22px;
    }

    .corp-pro-wrapper-resp .nic_remove_btn {
        margin: 0;
        right: 5px;
    }

    .corp-pro-wrapper .add-more-dir-wrap {
        text-align: center;
    }

    .corpro-accordion .form-label-heading {
        min-width: 125px;
        padding: 7px 2px !important;
        font-size: 12px;
    }

    .signatory-card-wrapper .corpro-accordion .respo-info-right-data .crp-crd-dtl-wrap {
        border-left: 0px solid #d7d0d0;
    }

    .signatory-card-wrapper .corpro-accordion .respo-info-left-data .crp-crd-dtl-wrap {
        border-right: 0px solid #d7d0d0;
    }

    .auth-step-wrapper .arrow-steps .step {
        min-width: 92px;
        padding: 5px;
        font-size: 12px;
        justify-content: flex-end;
    }

    .auth-step-wrapper .arrow-steps .step i {
        margin-right: 4px;
    }

    .panaadhaar-wrapper {
        padding: 5px;
    }

    .pan-aadhaar-card-inp input {
        padding: 6px;
        font-size: 12px;
    }

    .ovd-right-wrapper-img {
        display: none;
    }

    .corp-pro-wrapper-resp .corp-bas-dtl.corp-bas-dtl-left label,
    .corp-pro-wrapper-resp .corp-bas-dtl label {
        min-width: 128px;
    }

    .corp-pro-wrapper.corp-pro-wrapper-resp .form-label-heading {
        min-width: 128px;
        line-height: 14px;
    }

    .corp-detail-wrapper.corp-detail-wrapper-respo .modal-dialog .form-label-heading {
        min-width: 100px;
        padding: 4px 0px !important;
    }

    .soc-checkbox label {
        line-height: 16px;
    }

    .mul-doc-upload-acc-wrapper .docUplFilDow {
        right: 0px;
        bottom: -10px;
    }

    .mul-doc-upload-acc-wrapper .docUplFilDow a {
        border-radius: 8px;
        border: 0px solid #b2b2b2;
        background-color: transparent;
        box-shadow: inset 0px 0px 8px 1px rgb(0 0 0 / 0%);
    }

    .mul-doc-upload-acc-wrapper .docUplFilDow a div {
        width: 20px;
        margin: 0 2px;
    }

    .mul-doc-upload-acc-wrapper .docUplFilDow a div span {
        display: none;
    }

    .accor-doc-upload-btn {
        padding: 10px 10px !important;
    }

    .ta-left,
    .ta-right {
        text-align: center;
    }

    .btn.btn-back {
        padding: 4px 14px;
    }

    .nic-addcorpdtl-wrapper .agree-files-wrap {
        display: block;
    }

    .dscBtnWrapper {
        display: block;
    }

    .fancyCustBtn.COBDwnAgreBtn,
    .fancyCustBtn.COBDwnAgreBtn1,
    .btn.btn-bergandy.clkdgtlsignbnt {
        width: 80%;
        margin: 8px auto 8px;
        height: 35px;
        line-height: 16px;
        font-size: 14px;
        display: block;
    }

    .COBProBtn {
        text-align: center !important;
    }

    .COBProBtn .btn-bergandy {
        margin-bottom: 0px;
    }

    .send_btn {
        margin: 20px 1px 0px 1px !important;
    }

    .panVerifyBadge {
        position: absolute;
        right: 10px;
        top: 5px
    }

    .nicPanVerifyforCorp {
        text-align: center;
    }

    .usrDtlWrap {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-color: #fdeff4;
        box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 25%);
        padding: 2px 2px;
    }

    .usrDtlWrap label.form-label:nth-child(1) {
        min-width: 80px;
    }

    .usrDtlWrap label.form-label:nth-child(2) {
        margin-top: 0px !important;
    }

    .corpOnbRoleSelect>div>select {
        width: 90%;
    }

    .auth-dir-list-table thead tr td {
        font-weight: 100;
        vertical-align: middle;
        line-height: 1;
        font-size: 13px;
        padding: 2px 4px;
    }

    .sigEkycRespParent .px-0 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .signatory-proc-wrapper {
        margin-top: -1px;
    }

    .log-wrap-error .err-desi {
        bottom: -10px;
        font-size: 12px;
    }

    .swal-modal {
        width: 280px;
    }

    .nicCorpInfoDetailsResp {
        padding: 0 5px;
    }

    .nicCorpInfoDetailsResp .corpro-accordion.corpro-accordion-1 .card .card-header .pe-0 {
        padding-right: 12px !important;
    }

    .nicCorpInfoDetailsResp .corpro-accordion.corpro-accordion-1 .card .card-header .ps-0 {
        padding-left: 12px !important;
    }

    .nicCorpInfoDetailsResp .corpro-accordion.corpro-accordion-1 .form-label-heading {
        padding: 0px 2px !important;
    }

    .nicCorpInfoDetailsResp .corpro-accordion.corpro-accordion-1 .card .card-header .corp-bas-dtl {
        border-left: 1px solid #c9c9c9;
    }

    .corp-detail-hist .corp-detail-hist-data {
        padding-left: 0;
        padding-right: 0;
    }

    .nicSignCorporateTable tr td {
        font-size: 12px;
        padding: 2px 2px;
    }

    .doc-scr-wrap {
        display: block;
        padding: 2px;
    }

    .doc-scr-wrap .w-50 {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .doc-scr-wrap .w-50.ms-4 {
        margin-left: 0 !important;
    }

    .doc-scr-wrap .w-50:first-child {
        border-right: 0px solid rgb(173, 173, 173);
    }

    .doc-scr-wrap .title h3 {
        font-size: 13px;
        margin-right: 4px;
        min-width: 100px;
        border-right: 1px solid rgb(173, 173, 173);
    }

    .doc-scr-wrap .content i {
        display: none;
    }

    .doc-scr-wrap .content span {
        font-size: 12px;
        line-height: 24px;
    }

    .ipvPendListModal .table {
        display: block;
    }

    .corp-pro-wrapper.corp-pro-wrapper-resp .form-label-data {
        padding: 4px 2px !important;
    }

    .rupee-cust {
        margin-left: 3px;
    }

    .downAgreeBtn.fancyCustBtn i {
        display: inline-block;
    }

    .downAgreeBtn.fancyCustBtn {
        margin: 4px 0px;
    }

    .suc-err-msg-close {
        font-size: 16px;
        right: -4px;
        top: -4px;
    }

    .suc-err-msg-close i {
        margin-left: 0 !important;
    }

    #approvalModal>div.modal-dialog {
        max-width: 95%;
    }

    #approvalModal button.close {
        width: 25px;
        height: 25px;
        right: 8px;
        top: 4px;
    }

    .approvalModal .modal-body {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .approvalModal .cpuEmpAppWrap .cpuEmpApprAccor .form-label {
        min-width: 140px;
        max-width: 140px;
        font-size: 12px !important;
        padding: 6px 2px !important;
    }

    .box_show {
        padding: 10px 5px 15px;
    }

    .msg_otp {
        padding: 0px;
    }

    .corp-pro-wrapper .highlight-title img {
        width: 22px;
        height: 20px;
    }

    .vkyc-btn-wrapper.cODA-wrapper span.form-label {
        display: none;
    }

    .vkyc-btn-wrapper.cODA-wrapper .downAgreeBtn.fancyCustBtn {
        margin: 4px auto;
        width: 100%;
    }

    .profile-scroll {
        height: calc(100vh - 120px);
    }

    .modal.approvalModal {
        padding-left: 0px !important;
    }

    .cifIdWrap select {
        min-width: 178px;
        margin-right: 10px;
    }

    .ut-wrap {
        padding: 8px;
    }

    .cifIdWrap {
        display: block;
        padding: 8px 0px 4px;
    }

    .cifIdWrap label {
        min-width: 65px;
    }

    .cifIdWrap .btn-wrapper {
        justify-content: center;
        margin-top: 6px;
        padding: 0px 12px;
    }

    .ut-wrap .ut-wrap-data {
        padding: 5px 10px;
    }

    #approvalModal .cpuLandWrapper .form-label {
        font-size: 13px;
        margin-top: 5px;
        line-height: 16px;
    }

    .mt-85 {
        margin-top: 30px;
    }

    .nicFormDataWrapper #right-slideOut {
        top: 47px;
    }

    .nicFormDataWrapper .btn-wrapper .btn {
        min-width: 45px;
        margin: 0px 4px;
        padding: 2px 8px;
        font-size: 12px;
    }

    .div_img_dis {
        display: block !important;
        padding: 2px !important;
    }

    .div_img_dis div label,
    .div_img_dis div span {
        text-align: left !important;
    }

    .corpstatWrapper,
    .corpstatWrapper span:nth-child(1) {
        display: block;
        margin: 2px 0px;
    }

    .btn.btn-silver {
        padding: 4px 12px;
        margin: 4px 8px 2px;
    }

    .jourStatus {
        display: flex;
    }

    .auth-dir-list-table.corpDetTabWrapper thead tr td:nth-child(6) {
        width: 110px;
        max-width: 110px;
        min-width: 108px;
    }
}

.uploadFile {
    display: none;
}

.uploadIcon {
    cursor: pointer;
}


.wh {
    width: 100vw;
    height: 100vh;
}

.bgClr {
    background-color: #97144d;
}

.cursorPointer {
    cursor: pointer
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.pointerCursor {
    color: #97144d;
    cursor: pointer;
}

.modal.aadharModal ul {
    position: unset;
    box-shadow: 0px 0px 0px 0px #ccc;
    margin-bottom: 0;
}

.aadharModal .modal-header {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.aadharModal .modal-header .kyc-title {
    background-color: #97144d;
    margin-bottom: 0;
    padding: 4px 12px;
    font-family: "lato-bold", sans-serif;
    font-size: 18px;
}

.aadharModal .modal-header .close {
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 25px;
}

label[for="nicPanNumber"] {
    display: inline;
    /* or block, depending on your layout */
}

.fileViewModal .modal-open .modal {
    overflow: hidden;
}

.fileViewModal .modal-dialog {
    max-width: 700px;
}

.fileViewModal .modal-content {
    height: 535px;
}

.fileViewModal .modal-body {
    padding: 5px;
    max-height: 490px;
    height: 490px;
    overflow: hidden;
}

.zoomDoc {
    margin: 5px 5.5px;
    margin-top: 10px;
    position: relative;
    width: 135px;
    height: 135px;
    float: left;
}

.scaled-frame {
    zoom: 1;
    width: 100%;
    height: 135px;
}

.zoomView {
    width: 375px;
}

.thumbnail {
    height: 25vh;
}

.attachments-area {
    height: 24vh;
    overflow-y: auto;
}

.zoomButton {
    height: 25px;
    position: absolute;
    left: 0px;
    right: auto;
    bottom: -100px;
    margin: auto;
    width: 100%;
    background-color: #084869;
    border: 1px solid #084869;
    padding-top: 3px;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.delButton {
    height: 20px;
    width: 20px;
    position: absolute;
    left: auto;
    right: 0px;
    top: -7px;
    margin: auto;
    z-index: 12;
    background-color: red;
    border: 1px solid red;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 50px;
    text-align: center;
    padding: 0px;
}

.highlightWord {
    background-color: yellow;
}

.attachStatusHeading {
    background-color: #97144d;
    font-size: 16px;
    padding: 5px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: unset;
    margin-top: 10px;
}

.copy-message {
    display: none;
    position: absolute;
    background-color: #97144d !important;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
    text-align: center;
}

.pro-img-wrap img {
    max-width: 150% !important;
    height: 120% !important;
}

#chkKycpIpvp-error {
    position: absolute;
    bottom: 30px;
    left: 34px;
    text-align: left;
    color: #e40000;
}

.hvrZoomImage:hover {
    transform: scale(1.8) translate(30%, 20%);
    transition: all 0.5s ease-in-out;
}

.hvrZoomImage1:hover {
    transform: scale(1.8) translate(-10%, 20%);
    transition: all 0.5s ease-in-out;
}

.doc-scroll {
    height: 500px;
}

.fs-14 {
    font-size: 14px !important;
}

@media screen and (max-width: 2500px) {
    #chkKycpIpvp-error {
        min-width: 1000px;
    }
}

@media screen and (max-width: 1299.98px) {
    #chkKycpIpvp-error {
        min-width: 900px;
    }
}

@media screen and (max-width: 999.98px) {
    #chkKycpIpvp-error {
        min-width: 700px;
    }
}

@media screen and (max-width: 699.98px) {
    #chkKycpIpvp-error {
        min-width: 602px;
    }
}

@media screen and (max-width: 599.98px) {
    #chkKycpIpvp-error {
        min-width: 500px;
    }
}

@media screen and (max-width: 499.98px) {
    #chkKycpIpvp-error {
        left: -10px;
        min-width: 280px;
    }
}

.checkbox_container_inline {
    padding-bottom: 10px;
    float: left;
    margin-bottom: 20px;
}

.clearfix_inline {
    margin-bottom: 5px;
}

.overflow_auto_inline {
    overflow: auto
}

.red_inline {
    color: red;
}

.document_iframe_inline {
    width: 100%;
    height: 86vh;
}

.img_width {
    width: 30%
}

.img_width20 {
    width: 20%;
}

.fullwidth {
    width: 100%
}

.blockImportant {
    display: block !important;
}

.white_space {
    white-space: nowrap;
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
}

.corp_inline_btn {
    display: none;
    cursor: pointer;
}

.displayFlax {
    display: flex;
}

.showBlock {
    display: block;
}

.hideBlock {
    display: none;
}

.showBlock1 {
    display: block;
    height: 30px;
    margin-top: 17px;
}

.hideBlock1 {
    display: none;
    height: 30px;
    margin-top: 17px;
}

.showBlock2 {
    display: block;
    height: 30px;
    margin-top: 22px;
}

.hideBlock2 {
    display: none;
    height: 30px;
    margin-top: 22px;
}


   .blink {
        animation: blinker 1s linear infinite;
        color: red;
        background-color: yellow;
        padding: 2px 6px;
        display: inline-block;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }


.zoom_inline {
    width: 120px;
    height: 60px;
}

.showProcess {
    display: block !important;
}

.hideProcess {
    display: none !important;
}

.hideVkyc {
    display: none !important;
}

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

.highlight-title2 {
    background-color: #505050;
    padding: 2px 5px;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.kyc_inline {
    margin-top: 10px;
}

.pan_img_inline {
    height: 50px;
    width: 100px
}

.main_div .modal.aadharModal ul {
    position: unset;
    box-shadow: 0px 0px 0px 0px #ccc;
    margin-bottom: 0;
}

.aadharModal.cc-kyc-popup .modal-header {
    display: block;
    margin: 0;
}

.aadharModal.cc-kyc-popup .modal-header .close {
    position: absolute;
    right: 8px;
    top: 10px;
}

.pointerEvent {
    pointer-events: none;
}

.pointerEventOpacity {
    pointer-events: none;
    opacity: 0.5;
}

.width10 {
    width: 10%;
}

.width30 {
    width: 30px;
}

.uploadFile {
    display: none;
}

.uploadIcon {
    cursor: pointer;
}

.docErrorMsgInline {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    color: red;
}

.inlineFlex {
    display: inline-flex;
}

.approve_inline_table {
    width: 100%;
    color: #000;
    background-color: #eee;
}

.approve_cmt_td {
    width: 100%;
    color: #000;
    border: 1px solid #ccc;
}

.approve_cmt_tr {
    width: 100%;
    font-family: "arial", sans-serif;
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #323232;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.error_wmt {
    width: 40% !important;
    margin-top: 10%
}

.clearBoth {
    clear: both;
}

.modal-open .modal {
    overflow: hidden;
}

.modal.zIndex9999 {
    z-index: 9999;
}

.modal-dialog {
    max-width: 700px;
}

.right-label-heading {
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 94%;

    background-color: #084869;
    border: 1px solid #084869;
    padding: 0px 10px;
    font-size: 18px;
    color: white;

    z-index: 1;
}

.bottom_zIndex {
    bottom: 0;
    z-index: 1
}

.hightOverflow {
    height: 450px;
    overflow: auto;
}


.triggerDsc {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

.modalDsc {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 1;
}

.modalDsc-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 60rem;
}

.modalDsc-content ol {
    padding: 0px 0px 0px 35px;
    width: 100%;
    background-color: transparent;
    border: 0px solid #000;
}

.closeDsc-buttonWrap {
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.closeDsc-button {
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;
    font-size: 14px;
    color: #ffffff;
    min-width: 80px;
    margin-top: 10px;
}

.closeDsc-button:hover {
    background-color: darkgray;
}

.show-modalDsc {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.dscPreNote {
    font-size: 13px;
    color: red;
    margin: 10px 0px 0px 20px;
}

.drvList {
    list-style: decimal;
}

.ifram_wh {
    width: 100%;
    height: 74vh;
}

.overflow_dis_none {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 170px);
    display: none;
}

.multiCardInfoModal table {
    border: 1px solid #cacaca;
}

.multiCardInfoModal table td {
    padding: 2.5px 5px;
}

.multiCardInfoModal table tbody tr td {
    border-right: 1px solid #dee2e6;
}

.multiCardInfoModal table thead tr th:nth-child(1) {
    width: 200px;
    max-width: 200px;
    min-width: 198px;
}

.multiCardInfoModal table thead tr th:nth-child(3) {
    width: 100px;
    max-width: 98px;
    min-width: 98px;
}

.multiCardInfoModal table tbody tr td:nth-child(1) input {
    height: 28px;
}

.multiCardInfoModal table tbody tr td .btn.repushcif,
.multiCardInfoModal table tbody tr td .btn.updatecif {
    margin-bottom: 0px;
}

.highlight-title2 {
    background-color: #505050;
    padding: 2px 5px;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.pdb-form-data {
    padding-bottom: 10px;
    float: left;
    margin-bottom: 20px;
}

.whdn {
    width: 100%;
    height: 50vh;
    display: none;
}

.hw {
    height: 50%;
    width: 50%
}

.aadhaarChkTxt {
    margin: 10px;
}

.addressLine {
    margin-bottom: 5px;
}

.dd-none {
    display: none !important;
}

.select2-container {
    z-index: 9999 !important;
}

.width100 {
    width: 100%;
}

.widthvw {
    width: 85vw;
    height: 95vh;
}

.pointerEven {
    pointer-events: none;
}

.docIframe {
    width: 100%;
    height: 74vh;
}

.dnfwhight {
    width: 100%;
    height: 74vh;
}

.width30p {
    width: 30%;
}

.jcc_bank_short_code {
    border: 0.5px solid #cacaca;
    border-radius: 4px;
}

.navajowhite {
    width: 48px;
    border: navajowhite;
    padding-right: 1px;
}

.border_none {
    border: none;
    padding-left: 1px;
}

.auth-step-wrapper .arrow-steps .step.displayNone {
    display: none;
}
