.update-application {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    /* max-width: 85%;*/
    padding: 30px 40px 10px 40px;
    margin: 30px auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.shadow {
    
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.update-application .form-group {
    margin-bottom: 25px;
}

.update-application .form-group>label {
        display: block;
        font-size: 16px;
        color: #000;
        text-transform: capitalize;
    }

.update-application .custom-control-label {
    color: #020710;
    font-size: 16px;
}

.update-application .login-input-group select {
    height: calc(2.5em + .75rem + 2px);
    margin: 0 0 10px 0;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    background-image: url("../img/select-arrow.png");
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 16px;
}

.login-input-group input{
    padding: 26px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #ced4da;
}

.custom-checkbox input[type=checkbox] {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 0 !important;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .8;
}

    .custom-checkbox input[type=checkbox]:hover {
        opacity: 1;
    }

    .custom-checkbox input[type=checkbox]:checked {
        background-color: #2cace2;
        opacity: 1;
    }

    .custom-checkbox input[type=checkbox]:before {
        content: '';
        position: absolute;
        right: 50%;
        top: 50%;
        width: 4px;
        height: 10px;
        border: solid #FFF;
        border-width: 0 2px 2px 0;
        margin: -1px -1px 0 -1px;
        transform: rotate(45deg) translate(-50%, -50%);
        z-index: 2;
    }


.update-application .required-field {
    color: #ff0000;
    font-size: 18px;
}

.update-application .hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.detail-heading {
    font-size: 22px;
}

.update-application .toot-radio-label {
    padding: 8px 15px;
}

.client-information .form-group>label {
    margin-bottom: 2px;
}


@media only screen and (max-width: 1024px) {
    .update-application {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blank-col {
        display: none;
    }

    .detail-heading {
        font-size: 19px;
    }
}
/*multisteps css */

.timeline-steps {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .timeline-steps .timeline-step {
        flex: 1 1 calc(20% - 20px); /* Adjust width for responsiveness */
        max-width: calc(20% - 20px); /* Maximum width for large screens */
        margin: 10px; /* Add some margin between steps */
        position: relative;
    }

        .timeline-steps .timeline-step:not(:last-child)::after {
            content: "";
            display: block;
            border-top: .25rem dotted #3b82f6;
            width: 85%;
            position: absolute;
            top: 6%;
            left: 62%;
            transform: translate(1%, 0);
            /* z-index: -1; */
        }

        .timeline-steps .timeline-step:last-child::after {
            display: none; /* Hide the dotted line after the last step */
        }

    .timeline-steps .timeline-content {
        width: 100%;
        text-align: center;
    }

        .timeline-steps .timeline-content .inner-circle {
            border-radius: 1.5rem;
            height: 1rem;
            width: 1rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #ccc; /* Default color for incomplete steps */
        }

        .timeline-steps .timeline-content .completed {
            background-color: green; /* Color for completed steps */
        }

        .timeline-steps .timeline-content .inner-circle::before {
            content: "";
            background-color: #3b82f6;
            display: inline-block;
            height: 3rem;
            width: 3rem;
            min-width: 3rem;
            border-radius: 6.25rem;
            opacity: .5;
        }


@media (max-width: 575px) {
    

    .timeline-steps {
        display: block;
        position: relative;
        z-index: 1;
    }

        .timeline-steps .timeline-step {
            display: block;
            max-width: 100%;
            margin-top: 45px;
        }

        .timeline-steps .timeline-content {
            display: flex;
            grid-gap: 2rem;
        }

    .timeline-step .h6 {
        margin-top: 0 !important;
    }

/*    .timeline-steps::after {
        content: "";
        display: block;
        border-left: .25rem dotted #3b82f6;
        width: auto;
        position: absolute;
        top: 6%;
        left: 16px;
        transform: translate(1%, 0);
        z-index: -1 !important;
        height: 80%;
    }*/

    .timeline-steps .timeline-step:not(:last-child)::after {
        /*        display: none;*/

        content: "";
        display: block;
        border-left: .25rem dotted #3b82f6;
        width: auto;
        position: absolute;
        top: 30px;
        left: 7px;
        transform: translate(1%, 0);
        z-index: -1 !important;
        height: 98%;
        overflow: hidden;
        right: auto;
    }

    .custom-nm {
        margin-right: -5px;
        margin-left: -5px;
    }
}

/*@media (max-width: 768px) {
    .timeline-steps .timeline-step {
        flex: 1 1 calc(33.333% - 20px);*/ /* Adjust width for smaller screens */
        /*max-width: calc(33.333% - 20px);*/ /* Maximum width for smaller screens */
    /*}
}*/
