﻿@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
   /* src: url(https://example.com/MaterialIcons-Regular.eot);  For IE6-8 
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');*/
}

#client-declaration .filled {
    margin-bottom: 0 !important;
}
* {
    font-family: 'Sora', sans-serif;
    color: #363636;
    font-weight: 400;
}

body {
    background-color: white;
    /*background-image: url("images/");*/
    background-size: cover;
    background-repeat: no-repeat;
}

.btn {
    text-transform: uppercase;
    font-weight: 600;
    min-width: 95px;
    border-radius: 4px;
    font-size: 15px;
}

.btn-warning {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

    .btn-warning:hover {
        background-color: #007bff;
        border-color: #007bff;
        color: white;
    }

    .btn-warning:focus, .btn-warning:focus-within {
        background-color: #007bff;
        border-color: #007bff;
        color: white;
        box-shadow: 0 0 0 0.25rem rgb(106 38 192 / 25%);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #007bff;
        border-color: #007bff;
        color: #e2e2e2;
    }

.one-section {
    min-height: calc(100vh - 114px);
}


.input-group.search-with-icon button {
    min-width: auto;
}

    .input-group.search-with-icon button span {
        margin-top: 8px;
        color: white;
    }

.input-group.search-with-icon .form-floating {
    width: calc(100% - 50px);
}


.form-control:focus, .form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.25rem rgb(106 38 192 / 25%);
}



/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #007bff;
    }
.form-check-input {
    border-color: #343434;
}

.form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.nopadding-lr {
    padding-left: 0px;
    padding-right: 0px;
}

.border2px {
    border: 2px solid #007bff;
}

.success_color {
    color: #5CB85C;
}

.failed_color {
    color: #DC3545;
}


h3.page-sub-heading {
    font-size: 24px;
    font-weight: 300;
}






header {
    position: sticky;
    top: 0px;
    z-index: 2;
}

    header .navbar-brand {
        padding: 0px;
    }

        header .navbar-brand img {
            height: 44px;
        }


.page_heading {
    margin-bottom: 20px;
}

    .page_heading h1 {
        font-size: 48px;
        font-weight: 300;
        margin-top: 30px;
    }

    .page_heading p {
        font-weight: 300;
    }








.user_details_card {
    padding: 20px 30px 30px 30px;
    border: 2px solid #007bff;
    border-radius: 4px;
    margin-bottom: 30px;
    color: white;
    background-color: white;
    min-height: 295px;
}

    .user_details_card .card_head {
        margin: -20px -32px 0px -32px;
    }

        .user_details_card .card_head span.user_count {
            padding: 10px 30px;
            border-radius: 4px 4px 4px 0px;
            background-color: white;
            color: #007bff;
            position: relative;
            top: -10px;
            border: 2px solid #007bff;
        }

    .user_details_card .card-control .material-icons {
        font-size: 20px;
        cursor: pointer;
        border-radius: 15px;
        padding: 3px;
        transition: 350ms;
    }

        .user_details_card .card-control .material-icons:hover {
            background: lightgrey;
        }

    .user_details_card .card_body h3 {
        font-size: 24px;
    }

    .user_details_card .card_body p {
        margin-bottom: 0px;
    }

.card_add_more {
    text-align: center;
    align-content: center;
    display: grid;
    border: 2px dashed #007bff;
    border-radius: 4px;
    padding: 30px;
}

    .card_add_more.h-100 {
        height: 100%;
    }

    .card_add_more .material-icons {
        font-size: 100px;
        color: #007bff;
    }

    .card_add_more a {
        text-decoration: none;
        color: #363636;
    }

    .card_add_more.disabled {
        border: 2px dashed #E3E3E3;
    }

        .card_add_more.disabled span {
            color: #E3E3E3;
        }

        .card_add_more.disabled a {
            color: #E3E3E3;
            cursor: no-drop;
        }

.pb-30 {
    padding-bottom: 30px;
}


.imp_info_list {
    margin-top: 30px;
    border: 2px solid #007bff;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    top: 90px;
    position: sticky;
    background-color: white;
}

    .imp_info_list h3 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .imp_info_list p, .imp_info_list li {
        font-weight: 300;
    }

.bottom_sticky {
    position: sticky;
    bottom: 0px;
    z-index: 1;
}

    .bottom_sticky .border-deco {
        background-color: white;
        padding: 15px 15px;
        border: 2px solid #007bff;
    }


.footer {
    padding: 15px 15px;
}

    .footer .foot-text-alignment {
    }

        .footer .foot-text-alignment div:nth-child(2) {
            text-align: center;
        }

        .footer .foot-text-alignment div:nth-child(3) {
            text-align: right;
        }








.info-graphics-l {
    min-height: calc(100vh - 118px);
    /* background-color: #007bff; */
    color: white;
}

.full-page-status {
    min-height: calc(100vh - 118px);
}

    .full-page-status h1 {
        font-size: 48px;
        font-weight: 300;
    }

    .full-page-status .material-icons {
        font-size: 100px;
    }




.progress-bar-step .status-bar {
    height: 7px;
    background: #C4C4C4;
    position: relative;
    top: 36px;
    margin: 0 auto;
}

.progress-bar-step .current-status {
    height: 7px;
    width: 0;
    border-radius: 1px;
    background: #007bff;
    color: white;
}

.progress-bar-step .progress-steps {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

    .progress-bar-step .progress-steps li.section {
        display: inline-block;
        padding-top: 75px;
        font-size: 16px;
        font-weight: 300;
        line-height: 16px;
        color: #363636;
        vertical-align: top;
        position: relative;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.progress-bar-step li.section.visited:before {
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
    background-color: #007bff;
    border: 2px solid #007bff;
    color: white;
    font-size: 20px;
    font-weight: 900;
}

.progress-bar-step li.section.visited.current::before {
    box-shadow: 0px 0px 0px 7px rgb(106 38 192 / 25%);
    ;
}

.progress-bar-step li.section:before {
    content: '-';
    position: absolute;
    top: 10px;
    left: calc(50% - 20px);
    z-index: 1;
    width: 46px;
    height: 46px;
    color: #aaaaaa;
    border: 2px solid #AAAAAA;
    border-radius: 4px;
    line-height: 46px;
    background: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.section-div {
    border: 1px solid #A9A595;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

    .section-div .material-icons {
        font-size: 20px;
        cursor: pointer;
        border-radius: 15px;
        padding: 3px;
        transition: 350ms;
        margin-left: auto;
        height: 27px;
        width: 27px;
        text-align: center;
    }

        .section-div .material-icons:hover {
            background: lightgrey;
        }

    .section-div h3 {
        margin: 0px 0px 10px 0px;
        display: flex;
    }

    .section-div ul {
        display: flex;
        padding: 10px;
        margin-bottom: 0px;
        flex-wrap: wrap;
    }

        .section-div ul li {
            flex: 0 0 33.333333%;
            padding-left: 8px;
        }

            .section-div ul li::marker {
                content: '✓';
                color: #198754;
                font-weight: 600;
            }


    .section-div .kycd ul {
        padding: 0px;
    }

        .section-div .kycd ul li {
            flex: 0 0 16.66666%;
            padding: 10px 0px 0px 0px;
        }

            .section-div .kycd ul li::marker {
                content: "";
            }

            .section-div .kycd ul li:nth-child(even) {
                font-weight: 600;
            }


    .section-div .pmla p {
        margin: 0px;
    }

        .section-div .pmla p:nth-child(odd) {
            text-transform: uppercase;
            margin-top: 20px;
        }

        .section-div .pmla p:nth-child(even) {
        }

        .section-div .pmla p:last-child {
            margin-bottom: 10px;
        }

    .section-div .dpd ul {
        display: block;
    }

        .section-div .dpd ul li {
            flex: 0 0 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }






.nominee-yn {
    text-align: center;
    min-height: calc(100vh - 425px);
    padding-top: 70px;
}

.nominee-yn-toggle .nav-pills .nav-link.active, .nominee-yn-toggle .nav-pills .show > .nav-link {
    background-color: #ffffff;
    color: #363636;
    box-shadow: 0px 0px 0px 2px #007bff;
}

.nominee-yn-toggle .nav-link {
    color: #363636;
}

    .nominee-yn-toggle .nav-link:hover {
        box-shadow: 0px 0px 0px 2px #c29eef;
    }

.nominee-yn-toggle li:nth-child(2) {
    margin-left: 4px;
}

.popover-alert-icon span {
    text-transform: uppercase;
    font-weight: 600;
    min-width: 95px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: 350ms;
    margin-left: auto;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

    .popover-alert-icon span:focus {
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 0.25rem rgba(217,164,6,.5);
    }

/* .border-radio{
    background-color: white;
    padding: 15px 15px;
    border: 2px solid #007bff;
    display: inline-block;
} */
.info-index-btn {
    display: none;
}


.otp-resent {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}

    .otp-resent a {
        font-weight: 600;
        color: #363636;
    }

.no-mobile {
    display: block;
}

.only-mobile {
    display: none;
}

.form-label-f .form-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}








@media only screen and (max-width: 1206px) {
    .section-div ul li {
        flex: 0 0 50%;
    }

    .section-div .kycd ul li {
        flex: 0 0 25%;
    }
}

@media only screen and (max-width: 991px) {
    .imp_info_list {
        display: none;
    }

    .info-index-btn {
        display: block;
    }
}


@media only screen and (max-width: 767px) {

    .page_heading h1 {
        font-size: 40px;
    }

    .footer .foot-text-alignment > div {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .info-graphics-l {
        min-height: calc(100vh - 606px);
    }

    .full-page-status {
        min-height: calc(100vh - 60px);
    }

        .full-page-status h1 {
            font-size: 40px;
        }

    .border2px {
        border: 0px;
    }

    .section-div ul li {
        flex: 0 0 100%;
    }

    .section-div .kycd ul li {
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 576px) {

    .bottom_sticky .border-deco {
        padding: 15px 0px;
    }

    .footer {
        padding: 15px 0px;
    }

    .navbar-toggler {
        display: none;
    }

    .no-mobile {
        display: none;
    }

    .only-mobile {
        display: block;
    }
}


@media only screen and (max-width: 450px) {

    .info-graphics-l {
        display: none !important;
    }

    .m-height-otp {
        min-height: calc(100vh - 114px);
    }
}

.resendOtp.disabled{
    color: gray;
    text-decoration: none;
    cursor: not-allowed;
}