/*-----------------------------------------------------------*/
/*WORKFLOW UTIL*/
/*-----------------------------------------------------------*/
.gap {
    margin-bottom: 2rem;
}

.gap:last-child {
    margin-bottom: 0;
}

.MobflowSteps {
    display: none;
}

.descflowSteps {
    display: block;
}

.loan_Typ {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 600;
    padding: .5rem;
    margin-bottom: 0;
}


.textOverFlowed,
.textOverFlowed2 {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.textOverFlowed {
    padding-right: 2rem;
}

.textOverFlowed2 {
    padding-right: 1rem;
}

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

.section-workflow .md-select-value>span:not(.md-select-icon) .md-text {
    color: #000;
}

md-radio-button.md-default-theme.md-checked .md-off,
md-radio-button.md-checked .md-off {
    border-color: var(--color-our-theme3);
}

md-radio-button.md-default-theme .md-on,
md-radio-button .md-on {
    background-color: var(--color-our-theme3);
}


.section-workflow md-radio-group {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.section-workflow md-radio-button {
    margin-bottom: 0;
    margin-left: 1rem;
}

.toast-Pos {
    position: fixed !important;
    top: 5rem;
    right: 1rem;
    z-index: 1500;
}


.otp_Box {
    position: relative;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: .8rem;
    margin-top: .5rem;
    background-color: #fff;
    text-align: center;
    backface-visibility: hidden;
    animation-fill-mode: backwards;
    animation: otp-box .3s ease-out;
}

.otp_Box p {
    font-size: 14px;
}

.otp_Box__Input {
    border: 1px solid #0000008c;
    border-radius: 5px;
    outline: none;
    width: 80%;
    margin: 1rem auto;
    padding: .2rem;
    font-size: 100%;
    display: block;
    transition: border .2s ease;
}


.otp_Box__Input:active,
.otp_Box__Input:focus {
    border: 1px solid var(--color-our-theme);
}

.otp_Box i {
    position: absolute;
    outline: none;
    padding: .1rem .2rem;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
    top: 60px;
    right: 45px;
}

.otp_Box .resendOtp:link,
.otp_Box .resendOtp:visited,
.otp_Box .resendOtp:hover,
.otp_Box .resendOtp:active {
    color: rgba(0, 0, 0, 0.8);
    font-size: 85%;
    text-decoration: underline;
    padding-right: .5rem;
}

@keyframes otp-box {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.box-active {
    /*    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05), 0 -3px 3px rgba(251, 250, 250, 0.16);
    border-radius: 5px;*/
    background-color: #fff;
    /*    border: 1px solid #bcd3da;*/
}

.box-active2 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05), 0 -3px 3px rgba(251, 250, 250, 0.16);
    border-radius: 5px;
    background-color: #fff;
    transition: border .5s ease-out;
}

.details-box {
    border: 1px solid;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: 2px 5px var(--color-our-theme3), -2px 5px var(--color-our-theme3);
}

.workflow-title,
.workflow-title2 {
    font-size: 85%;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(12, 12, 12, 0.8);
}

/*.workflow-title,
.workflow-title2 {
    font-size: 85%;
    font-weight: 600;
    border-bottom: 1px solid var(--Theme_B_Dark);
    color: var(--Theme_B_Dark);
}*/


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

.animate-center {
    opacity: 0;
    animation: save-Action .5s ease-in-out forwards;
}

.animate-box-left {
    animation-fill-mode: forwards;
    animation: left-move .3s ease-out;
}

.animate-box-bottom {
    /*    animation-fill-mode: forwards;*/
    animation: bottom-move .4s ease-in-out forwards;
}

/*.workflow-body {
    opacity: 0;
    animation: bottom-move .3s ease-in-out 2000ms forwards;
}*/

.keyMandatory_Y {
    display: inline-block;
    color: red;
}

.keyMandatory_N {
    display: none;
}

/*-----------------------------------------------------------*/
/*WORKFLOW */
/*-----------------------------------------------------------*/
.main_logo {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.main_logo a {
    text-decoration: none;
    outline: none;
}

.P_logo {
    width: 30px;
    height: 20px;
    padding-right: .2rem;
}

.section-workflow {
    /*padding-top: 1.5rem;*/
    padding-top: 0;
    background-color: #FFFFFF;
    height: 100vh;
}


.section-workflow .btn.focus,
.section-workflow .btn:focus {
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem #00800000;*/
    /*background-color: transparent;*/
}

.title-of-flow {
    font-size: 130%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.title-of-flow span {
    text-transform: capitalize;
    color: dimgrey;
}

.process-container {
    background-color: transparent;
    /*    background-color: #fff;*/
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: center;
}

.process-step {
    background-color: transparent;
    padding: .5rem;
    margin-right: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.process-step:last-child {
    margin-right: 0;
}

.process-step figure {
    margin: 0;
}

.process-step img {
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: .1rem;
    box-shadow: 0px 3px 10px #665ba74d;
}

.process-step {
    opacity: 0;
    animation: save-Action .5s ease-in-out forwards;
}

.active-step {
    color: var(--Theme_B_Dark) !important;
    text-shadow: 0px 0px 30px rgba(45, 44, 113, 0.2);
}

.active-step-BG {
    background-color: var(--Theme_B_Dark) !important;
}

.active-step-BG span {
    border-top-color: var(--Theme_B_Dark) !important;
}


.process-step-progress {
    /*background-image: linear-gradient(to right, #cecdcdab 50%, #cecdcdab 50%);*/
    height: 6px;
    /*width: 110%;*/
    width: 100%;
    border-radius: 2px;
    position: relative;
    background-color: #bbb;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.process-step-progress span {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid;
    border-top-color: #606160;
    /*border-top: 10px solid #dddcdc;*/
    position: absolute;
    top: 10px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: moveUTD .3s ease-in-out forwards .1s;
}

@keyframes moveUTD {
    0% {
        opacity: 0;
        top: 0;
    }

    80% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
        top: 10px;
    }
}

.process-step-name {
    font-size: 90%;
    display: block;
    margin-top: .2rem;
}

.process-step-name a:link,
.process-step-name a:visited {
    text-decoration: none;
    /* color: var(--Theme_B_Dark); */
    color: #aaa;
    font-size: 15px;
    cursor: default;
    /* font-weight: 600; */
    letter-spacing: .5px;
    /* text-transform: uppercase; */
    white-space: nowrap;
}

/*.prcess-step-active {
    border-bottom: 2px solid var(--Theme_B_Dark);
}*/

/*.process-step-name a:focus,
.process-step-name a:active {
    color: var(--color-our-theme3) !important;
}
*/
.fill-progress-half {
    background-image: linear-gradient(to right, var(--color-our-theme3) 50%, #eeeeeeab 50%);
}

.fill-progress-full {
    background-image: linear-gradient(to right, var(--color-our-theme3) 50%, var(--color-our-theme3) 50%);
}



@keyframes left-move {
    0% {
        opacity: 0;
        transform: translateX(-100px) skewX(45deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) skewX(0);
    }

}

@keyframes left-move2 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }

}

@keyframes bottom-move {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}




.workflow-body {
    background-color: transparent;
    backface-visibility: hidden;
    display: block;
    padding: 1rem;
    color: #444444;
    /*box-shadow: 0 2px 5px #00000040;*/
    /*height: 500px;*/
    height: 550px;
    overflow-y: auto;
}

.workflow-body::-webkit-scrollbar {
    width: 0px;
}


.borrowers-question {
    display: flex;
    padding: 1rem;
    align-items: center;
}



.borrowers-question a:link,
.borrowers-question a:visited {
    text-decoration: none;
    background-color: transparent;
    border: 1px solid var(--color-our-theme3);
    padding: 0 1rem;
    margin-left: 2rem;
    color: var(--color-our-theme3);
    outline: none;
    transition: all .5s;
}

.borrowers-question a:hover,
.borrowers-question a:active,
.borrowers-question a:focus {
    background-color: var(--color-our-theme3);
    color: #fff;
}

.b-q {
    background-color: var(--color-our-theme3) !important;
    color: #fff !important;
}

.contact-detail-box {
    /*padding: 1rem;*/
}


.otp-box {
    position: relative;
    display: block;
    padding: 1rem;
    text-align: center;
}

.otp-box i,
.otp-box2 i {
    position: absolute;
    outline: none;
    padding: .1rem .2rem;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
}

.otp-box2 {
    position: relative;
    display: block;
}

.otp-box i {
    top: 30px;
    right: 30px;
}

.otp-box2 i {
    top: 37px;
    right: 10px;
}

.have-cb-Checkbox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}


/*-----------------------------------------------------------*/
/*WORKFLOW BOX 2*/
/*-----------------------------------------------------------*/

.Accordian-Box-parent {
    position: relative;
}

.Accordian-Box-child,
.Accordian-Box-child:focus,
.Accordian-Box-child:hover {
    position: absolute;
    top: -15px;
    left: 30px;
    z-index: 1;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    color: var(--Theme_B_Dark);
    padding: .5rem 1rem;
    border: 1px solid #ece7e7;
    box-shadow: 0 0 5px #e7e6ea;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2px;
    /*text-transform: uppercase;*/
}


.reviewTab .Accordian-Box-child,
.reviewTab .Accordian-Box-child:focus,
.reviewTab .Accordian-Box-child:hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
    display: inline-block;
    border-radius: 5px;
    color: var(--Theme_B_Dark);
    padding: .5rem 1rem;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2px;
    /*text-transform: uppercase;*/
}





.reviewTab .Accordian-Box-child::after {
    content: ":";
}

/*.emptyBox {
    border: 1px solid #ece7e7;
    padding: 1rem;
    box-shadow: 0 0 5px #e7e6ea;
    box-shadow: 5px 5px 10px #f7f7f7, -5px -5px 10px #f7f7f7;
    background-color: #FFFFFF;
}*/

.emptyBox {
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    background-color: #FFF;
    /*border-radius: 5px;*/
    border: 1px solid #ece7e7;
}

.file-upload {
    background-color: var(--color-our-theme3);
    color: #fff;
    font-size: 70%;
    /*display: block;*/
    padding: .2rem .2rem .2rem .4rem;
}

.upload-option {
    align-items: flex-end;
    display: flex;
}

.show-info {
    align-self: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.show-info .info-container {
    display: none;
}

.show-info:hover .info-container {
    display: inline-block;
}

.show-info .info-container ul {
    list-style: none;
    position: absolute;
    width: 500px;
    display: inline-block;
    font-size: 90%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 1rem;
    top: -250%;
    display: flex;
    align-items: center;
    height: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 2s;
}

.show-info .info-container::after {
    content: "";
    display: inline-block;
    border-color: rgb(18, 18, 18) transparent transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0px 20px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: -50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.show-info .info-container ul li {
    padding-bottom: .5rem;
    letter-spacing: .5px;
    word-spacing: .2px;
}

.show-info .info-container ul li span {
    font-weight: 600;
}

.horizonal-line-box {
    text-align: center;
    position: relative;
}

.horizonal-line {
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50%;
    font-size: 90%;
    padding: .5rem;
    background-color: var(--color-our-theme3);
    color: #fff;
    z-index: 0;
    position: absolute;
    left: -20px;
    top: 15px;

}

.horizonal-line-box::after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    border-right: 1px solid;
    z-index: -1;
}

.sameAsPer {
    font-size: 80%;
    display: flex;
    align-items: center;
}

.card-header {
    padding: 0;
    background-color: var(--color-our-theme3);
}

.accordian-btn,
.accordian-btn:active,
.accordian-btn:focus {
    background-color: transparent;
    border: navajowhite;
    font-size: 100%;
    padding: .5rem 1rem;
    color: #fff;
    outline: none;
}

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

.lbl-cls2 md-checkbox {
    margin: 0;
}

/*-----------------------------------------------------------*/
/*WORKFLOW BOX 3*/
/*-----------------------------------------------------------*/


md-input-container>md-select {
    margin-bottom: 0;
    border: 1px solid #0000008c;
    border-radius: 5px;
    padding: .3rem;
    font-size: 14px;
}

md-checkbox {
    font-size: 14px;
}

.md-select-value,
md-select:not([disabled]):focus .md-select-value {
    border-bottom-width: 0;
    border-bottom-style: none;
    padding: 0;
}


/*-----------------------------------------------------------*/
/*WORKFLOW BOX 4*/
/*-----------------------------------------------------------*/

.have-loan {
    display: flex;
    align-items: center;
    margin: 1rem auto;
    font-size: 14px;
}

.have-loan p {
    display: inline-block;
    margin: 0;
}


input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    outline: none;
}

/*
input[type="file"]::after {
    content: "Upload";
    display: flex;
    width: 85px;
    height: 100%;
    background-color: var(--color-our-theme3);
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: 1px solid #fff;
}*/


.continue_Box {
    display: block;
    text-align: center;
    position: fixed;
    top: 90%;
    left: 80%;
    transform: translate(-50%, -50%);
}

.continue_Box__Btn:link,
.continue_Box__Btn:visited {
    text-decoration: none;
    background-color: var(--color-our-theme3);
    color: #fff;
    padding: .5rem 4rem;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: all .3s;
    animation: left-move2 .5s ease-out;
}

.continue_Box__Btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.continue_Box__Btn:active {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}


.bankData {
    display: block;
    text-align: center;
    font-size: 140%;
}



.bankData p {
    display: inline-block;
    border: 1px solid;
    padding: 1rem 10rem;
    background-color: var(--color-our-theme3);
    color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.co-borrower-title {
    display: inline-block;
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}


/*-----------------------------------------------------------*/
/*WORKFLOW BOX 5*/
/*-----------------------------------------------------------*/

@keyframes animate-l {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes animate-r {
    0% {
        opacity: 0;
        overflow: hidden;
        transform: translateX(200px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bank_Data_Box {
    display: flex;
    align-items: center;
    border: 1px solid #d5d5d8;
    justify-content: space-between;
    box-shadow: 0 2px 5px #d8dfef;
    margin-bottom: 1rem;
    padding: .5rem 0;
    overflow: hidden;
    position: relative;
}

/*.bank_Data_Box .bank_logo {
    height: 100px;
    width: 100px;
    display: inline-flex;
    border: 1px solid rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    position: relative;
}*/

.bank_Data_Box:nth-child(odd) {
    background-color: #F4F6FA;
    animation: animate-l .5s linear forwards;
}

.bank_Data_Box:nth-child(even) {
    background-color: #FFFFFF;
    animation: animate-r .5s linear forwards;
}


.bank_Data_Box ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}

.bank_Data_Box ul:nth-child(1) {
    width: 0;
}

.bank_Data_Box ul:last-child {
    padding-right: 2rem;
}

.bank_Data_Box ul li {
    white-space: nowrap;
    color: var(--Theme_B_Dark);
    font-weight: bold;
    font-size: 90%;
}

.bank_Data_Box ul li:nth-child(3),
.bank_Data_Box ul li:nth-child(4) {
    font-size: 80%;
    font-weight: 100;
}

.bank_Data_Box ul li img {
    width: 200px;
    height: 40px;
}

.bank_Req_Details {
    background-color: #e2c6c6;
    /*    display: flex;
    align-items: center;
    justify-content: space-around;*/
    padding-left: 3rem;
}

.bank_Req_Details ul {
    font-size: 90%;
    color: #000000dd;
}


.bank_Req_Details span {
    font-weight: 600;
}

/*-----------------------------------------------------------*/
/*WORKFLOW BOX 6*/
/*-----------------------------------------------------------*/


.keyMandatory {
    display: inline-block;
    color: red;
}

.keyNotMandatory {
    display: none;
}

.right_check {
    display: inline-block;
    border: 1px solid #158F45;
    border-radius: 50%;
    width: 30px;
    height: auto;
    background-color: #158F45;
    color: #fff;

}


.address_Locator {
    position: relative;
}

.address_Locator textarea {
    padding-right: 1.5rem;
    font-size: 80%;
}

.address_Locator i {
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}



.btn-Accordian,
.btn-Accordian:focus {
    display: flex;
    border: 1px solid #00000030;
    width: 100%;
    border-radius: unset;
    box-shadow: 0px 2px 10px #00000010;
    background-color: #00800005;
    font-size: 14px;
    font-weight: 600;
}

/*.action-Box-container {
    position: fixed;
    top: 180px;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
}*/

/*
.save-Action:link {
    font-size: 90%;
    font-weight: 600;
    text-decoration: none;
    padding: .5rem 1.5rem;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0px 3px 5px #00000030;
    display: inline-block;
    margin-bottom: .5rem;
    opacity: 0;
    animation: Left-Save-Action .5s ease-in-out 1s forwards;
}

.save-Action:link:nth-child(1) {
    background-color: var(--color-our-theme3);
    border: 1px solid var(--color-our-theme3);
}

.save-Action:link:nth-child(2) {
    background-color: #2d4e48;
    border: 1px solid #2d4e48;
}

*/

@keyframes Left-Save-Action {
    0% {
        opacity: 0;
        transform: translateX(130px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes save-Action {
    0% {
        opacity: 0;
        transform: scale3d(0, 0, 1);
    }

    80% {
        opacity: 0.5;
        transform: scale3d(1.1, 1.1, 1);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}



.goHomeDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
    opacity: 0;
    animation: save-Action .5s ease-in-out forwards;
}

.submitted_Box {
    border: 5px solid #FFFFFF;
    padding: 5rem;
    background-color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 0 10px #dedfe2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.submitted_Box p {
    color: var(--Theme_B_Dark);
    letter-spacing: 1px;
    word-spacing: 3px;
    font-size: 100%;
}

.submitted_Box .rightM,
.submitted_Box .rightH {
    border-radius: 50%;
    pointer-events: none;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #273168;
    color: #fff;
    box-shadow: 0px 3px 5px #95af95;
    margin-bottom: 1rem;
    font-weight: 600;
    animation: float_Action_Btn2 5s ease-in-out infinite;
}

.submitted_Box .rightM {
    background-color: var(--color-our-theme3);
}

.submitted_Box .rightH {
    background-color: #273168;
}

.s-btn {
    position: fixed;
    bottom: 20px;
    right: 60px;
}

.s-btn .btn-1 {
    background-color: #81c563;
    color: #fff;
    padding: .2rem .5rem;
    box-shadow: 0px 2px 5px #00000040;
}


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

.uploadContainer span {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    background-color: var(--color-our-theme3);
    color: #fff;
    margin-left: .2rem;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    display: none;
}

.uploadContainer span i {
    color: #d55653;
    font-size: 130%;
}

.uploadContainer span:last-child {
    background-color: transparent;
}

/*.uploadContainer span:last-child a {
    color: #FFFFFF;
    text-decoration: none;
}*/

.uploadContainer input {
    width: 80%;
    background-color: #f8f8f8;
    display: block;
    padding: .5rem 4rem .5rem .5rem;
    box-sizing: border-box;
    border: none;
    white-space: nowrap;
    height: 40px;
    pointer-events: none;
    text-overflow: ellipsis;
    font-size: 14px;
}

.uploadContainer button {
    position: absolute;
    right: 70px;
    top: 0;
    border: none;
    background-color: var(--color-our-theme3);
    padding: .3rem;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
    height: 100%;
    outline: none;
}


.selected_Bank {
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-our-theme3);
    color: #fff;
    margin-left: .2rem;
    display: flex;
    box-shadow: 0 5px 10px #afb9a89e;
}



.bank_Data_Box.selected_Bank_Box {
    box-shadow: unset;
    opacity: 0;
    animation: save-Action .5s ease-in-out forwards;
}


.input_Box_With_Btn {
    position: relative;
}

.input_Box_With_Btn a:link,
.input_Box_With_Btn a:visited {
    text-decoration: none;
    position: absolute;
    top: 3px;
    right: 5px;
    background-color: green;
    color: #fff;
    padding: 0.2rem .5rem;
    border-radius: 4px;
    z-index: 1;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: .2px;
    font-size: 100%;
}

.flow_Actions {
    display: inline-block;
    opacity: 0;
    user-select: none;
    animation: save-Action .5s ease-in-out forwards;
}


.flow_Actions a {
    text-decoration: none;
    color: var(--Theme_B_Dark);
    padding: .5rem 1rem;
    border: 1px solid #ece7e7;
    /*box-shadow: 0 0 5px #e7e6ea;*/
    box-shadow: 5px 5px 10px #f7f7f7, -5px -5px 10px #f7f7f7;
    font-size: 70%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: .5rem;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    background-color: #FFFFFF;
    font-weight: 600;
    transition: all .2s ease;
}

.flow_Actions a:last-child {
    margin-right: 0;
}

.flow_Actions a:hover {
    /*    transform: translateY(-3px);*/
    box-shadow: 0 2px 10px #e7e6ea;
}

.flow_Actions a:active {
    /*    transform: translateY(-1px);*/
    box-shadow: 0 2px 5px #e7e6ea;
}


.flow_Actions a:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--Theme_B_Dark);
    color: #FFFFFF;
    animation: flow_Actions_Animate_Btn .5s ease forwards;
}

@keyframes flow_Actions_Animate_Btn {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}


/*-----------------------------------------------------------*/
/*POP UP*/
/*-----------------------------------------------------------*/


.popup-modal .pagination ul>li>a,
.popup-modal .pagination ul>li>span {
    float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: var(--color-our-theme);
    color: #FFF;
    border: 1px solid #dddddd;
    font-size: 12px;
}

.popup-modal .pagination ul>.active>a,
.popup-modal .pagination ul>.active>span {
    /*color: #999999;*/
    color: var(--color-our-theme);
    background-color: #FFF;
    cursor: default;
}

.popup-modal .pagination ul>li>a:hover,
.popup-modal .pagination ul>.active>a,
.popup-modal .pagination ul>.active>span {
    background-color: #f5f5f5;
    color: var(--color-our-theme);
    background-color: #FFF;
}

.popup-modal .pagination ul {
    display: flex;
    list-style: unset;
    margin: 0;
}

.popup-modal {
    /*box-shadow: 0 0 5px #ddd;*/
    border-radius: 5px !important;
    /*border: 1px solid var(--color-our-theme);*/
    /*width: 70%;*/
    /*height: 500px;*/
}

.popup-header {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 1rem;
    margin-bottom: .2rem;
    background-color: var(--color-our-theme);
    display: flex;
    justify-content: center;
}

.popup-footer {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: .7rem 1rem;
    padding-top: 0;
}

.popup-body {
    padding: 1rem;
}

.table-layout {
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
    /*font-family: "Trebuchet MS";*/
    margin: 0 auto 0;
    font-size: 16px;
}

/*.table-layout td,
.table-layout th {
    border: 1px solid #ddd;
    padding: 5px 5px 0 10px;
}*/
#employerPopUp .table-layout td,
#employerPopUp .table-layout th {
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 90%;
}

.table-layout tr:hover {
    cursor: pointer;
}

.table-layout th,
.table-layout td {
    text-align: left;
}

/*.selected {
    background-color: var(--color-our-theme);
    color: #FFF;
}*/

@media (max-width: 959px) {
    md-dialog.md-dialog-fullscreen {
        min-height: 70%;
        min-width: 90%;
    }
}

table {
    border-color: #ccc !important;
    border-style: solid !important;
    background: none !important;
}

table th {
    background-color: #F7F7F7;
    background: -moz-linear-gradient(center top, #F7F7F7, #EBEBEB) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #444444;
    font-weight: bold;
}

table tr {
    /*background: none !important;*/
}

table th,
table td {
    padding: 5px;
    border-color: #ccc;
}


#employerPopUp md-toolbar.md-default-theme:not(.md-menu-toolbar),
#employerPopUp md-toolbar:not(.md-menu-toolbar) {
    background-color: var(--color-our-theme);
    color: #FFFFFF;
}

.table_link_Value:link,
.table_link_Value:visited {
    color: #424242;
}

.bg_clr {
    background-color: #fbfbfb;
}


.resultsNotFoundText {
    text-align: center;
    color: red;
    font-size: 110%;
}



/*************************************************************************************/


.mobWorkflowSteps ul {
    display: flex;
    align-items: center;
}

.mobWorkflowSteps li {
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1em;
    border-radius: 50%;
    background: var(--Theme_B_Dark);
    margin: 0 1rem;
    display: inline-block;
    color: white;
    z-index: 1;
    position: relative;
}


.mobWorkflowSteps li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 2px;
    z-index: 0;
    background: var(--Theme_B_Dark);
}

.mobWorkflowSteps li:last-child::before {
    display: none;
}

.Active {
    background: var(--Theme_B_Dark);
    position: relative;
}

.Active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #FFF;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: Active_Step .5s ease-in-out forwards;
}


.Active~li {
    /*    background: lightblue;*/
    background: var(--Theme_B_Dark);
}

.Active~li::before {
    /*    background: lightblue;*/
    background: var(--Theme_B_Dark);
}


.workflow_Name {
    text-decoration: none;
    color: var(--Theme_B_Dark);
    font-size: 75%;
    cursor: default;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    white-space: nowrap;
}

@keyframes Active_Step {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    80% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.5);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.genericTitle {
    margin: 2rem 0 1rem 0;
    padding: 0.2rem 1rem;
    /*text-decoration: underline;*/
    display: inline-block;
    font-size: 110%;
    /*text-decoration-color: #bbbbbb;*/
    /* font-weight: 600; */
    color: #545454;
    letter-spacing: .5px;
    word-spacing: 1px;
    background-color: #f9f9f9;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: 2px 2px 5px #ddd, -2px -2px 5px #f5f2f2;
}

.error_Body_Parent {
    position: relative;
}

.error_Body,
.error_Body_PInfo {
    display: none;
    color: red;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 80%;
    border: 1px solid red;
    padding: .2rem .5rem;
}

.show_error_Body {
    display: block !important;
}

label.required::after {
    content: '*';
    margin-left: 2px;
    color: red;
}

.requiredField {
    color: var(--Theme_B_Dark);
}

.no_Offers {
    font-size: 17px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.no_Offers span {
    display: block;
    border-radius: 50%;
    font-weight: bold;
    margin-bottom: .5rem;
}

.rangeAmtVal {
    margin-top: -.5rem;
}

.rangeAmtVal span {
    font-size: 14px;
}

.rupeeSymbl {
    position: absolute;
    top: 7px;
    padding-left: .2rem;
}

.halfFld {
    width: 30%;
    padding: 0 0 0 1rem;
    font-size: 80%;
}


md-slider.md-default-theme .md-track.md-track-fill,
md-slider .md-track.md-track-fill {
    background-color: var(--Theme_B_Dark);
}

md-slider.md-default-theme .md-thumb:after,
md-slider .md-thumb:after {
    border-color: var(--Theme_B_Dark);
    background-color: var(--Theme_B_Dark);
}

.info_Parent {
    position: relative;
    color: var(--Theme_B_Dark);
}

.info_Child {
    display: none;
    position: absolute;
    border: 1px solid var(--Theme_B_Dark);
    background-color: var(--Theme_B_Dark);
    color: #FFFFFF;
    padding: .5rem;
    transform: translateX(-50%) translateY(0%);
    z-index: 100;
    font-size: 80%;
    top: 25px;
    line-height: 120%;
    letter-spacing: .5px;
    word-spacing: .2px;
    left: 50%;
    width: 1500%;
}

.info_Parent:hover .info_Child,
.info_Parent:hover .info_Child_Arrow {
    display: inline-block;
}

.info_Child_Arrow {
    display: none;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--Theme_B_Dark);
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 50%);
}

.verifiedOTPCls {
    color: var(--color-our-theme3);
    display: inline-block;
    font-size: 14px;
}


.btn-custom {
    background-color: var(--color-our-theme3);
    color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(32, 146, 32, 0.5);
    text-transform: none;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus {
    background-color: #218838;
    box-shadow: 0 5px 10px rgba(32, 146, 32, 0.4);
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: var(--color-our-theme3) !important;
    border-color: transparent;
    box-shadow: none !important;
}

.section-workflow .md-button.md-default-theme:not([disabled]).md-focused,
.section-workflow .md-button:not([disabled]).md-focused,
.section-workflow .md-button.md-default-theme:not([disabled]):hover,
.section-workflow .md-button:not([disabled]):hover {
    background-color: #218838;
}

.section-workflow .text-rec-top {
    margin-top: 1rem;
    margin-bottom: 0;
}

.resend-otp-btn {
    font-size: 14px;
}

.submit_msg {
    border: 2px solid green;
    padding: 1rem;
    margin-bottom: 1rem;
}

.w_menu {
    display: inline-flex;
    list-style: none;
    font-size: 14px;
    margin-bottom: 0;
    background-color: #fcfcfc;
}

.w_menu li {
    display: inline-flex;
    border: 1px solid #F9F9F9;
    background-color: #FFFFFF;
    align-items: center;
    padding: .2rem .5rem .2rem .3rem;
    box-shadow: 1px 0px 2px rgba(45, 44, 113, 0.5);
    user-select: none;
    white-space: nowrap;
    outline: none;
    color: var(--Theme_B_Dark);
    position: relative;
    letter-spacing: .5px;
    border-radius: 2px 20px 20px 2px;
    transition: background-color .5s, border .5s;
}

.w_menu li.active {
    background-color: var(--Theme_B_Dark);
    border: 1px solid var(--Theme_B_Dark);
    color: #FFF;
    box-shadow: 0 2px 5px rgba(45, 44, 113, 0.2);
    overflow: hidden;
    position: relative;
}

.w_menu li.active::after {
    content: '';
    position: absolute;
    width: 20px;
    opacity: 0;
    background-color: #FFF;
    height: 100%;
    animation: run .2s linear;
}

.w_menu li:last-child {
    margin-right: 0;
    border-radius: 2px;
}

.w_menu li img {
    background-color: transparent;
    padding: .1rem;
    margin-right: .2rem;
    width: 30px;
    border-radius: 50%;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.0675);*/
}

.w_menu li.active img {
    background-color: #FFFFFF;
    border-radius: 50%;
}

@keyframes run {
    0% {
        opacity: 0.3;
        transform: translateX(-150%) skew(-20deg);
    }

    100% {
        opacity: 0.3;
        transform: translateX(700%) skew(-20deg);
    }
}

.wf_home {
    list-style: none;
    display: inline-flex;
}

.wf_home li {
    display: inline-block;
    position: relative;
}

.wf_home li:not(:last-child) {
    margin-right: 1rem;
}

.wf_home li a {
    text-decoration: none;
    color: var(--Theme_B_Dark);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}

.wf_home li:not(:last-child)::after {
    content: '|';
    position: absolute;
    font-weight: bold;
    top: 0;
    right: -10px;

}



/*****************************Md-Input-Related stuff****************************/

/*.section-workflow md-input-container {
    margin-top: 18px;
    margin-bottom: 0
}

.section-workflow md-input-container .md-input {
    height: 40px;
    border-radius: 5px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.5);
    padding: 2px 2px 1px 5px;
    font-size: 14px;
}

.section-workflow md-input-container .md-placeholder,
.section-workflow md-input-container label:not(.md-no-float):not(.md-container-ignore) {
    padding-left: 0;
    -webkit-transform: translate3d(0, 10px, 0) scale(1);
    transform: translate3d(0, 10px, 0) scale(1);
    font-size: 14px;
}

.section-workflow md-input-container.md-input-focused .md-input,
.section-workflow md-input-container.md-input-resized .md-input,
.section-workflow md-input-container .md-input.ng-invalid.ng-dirty {
    border-width: 1px;
}

.section-workflow md-input-container.md-default-theme .md-placeholder,
.section-workflow md-input-container .md-placeholder,
.section-workflow md-input-container.md-default-theme label,
.section-workflow md-input-container label {
    color: rgb(68, 68, 68);
}

.section-workflow md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label,
.section-workflow md-input-container:not(.md-input-invalid).md-input-has-value label {
    color: rgb(68, 68, 68);
}

.section-workflow md-input-container.md-default-theme.md-input-invalid .md-input,
.section-workflow md-input-container.md-input-invalid .md-input {
    border-color: rgb(221, 44, 0) !important;
}

.section-workflow md-input-container.md-default-theme.md-input-invalid .md-char-counter,
.section-workflow md-input-container.md-input-invalid .md-char-counter,
.section-workflow md-input-container.md-default-theme.md-input-invalid .md-input-message-animation,
.section-workflow md-input-container.md-input-invalid .md-input-message-animation,
.section-workflow md-input-container.md-default-theme.md-input-invalid label,
.section-workflow md-input-container.md-input-invalid label {
    color: rgb(221, 44, 0) !important;
}


.section-workflow md-input-container .md-input-message-animation.ng-enter-prepare,
.section-workflow md-input-container .md-input-message-animation.ng-enter:not(.ng-enter-active),
.section-workflow md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
    opacity: 0 !important;
    margin-top: -100px !important;
}*/