.logo {
    width: 195px;
}

body {
    font-family: "Montserrat", sans-serif;
}
.input-file {
    float: left;
}
.form-group span {
    float: left;
    font-size: 0.700rem;
    line-height: 1.4rem;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control[type=file] {
    overflow: hidden;
}
.form-select {
    height: 2.875rem !important;
    /*font-size: 14px !important;*/
}
input[type=file] {
    line-height: 32px;
}


.header {
    margin: 0 auto;
    background-color: #161677;
    padding: 20px;
    border-bottom: 4px solid #FF0031;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header-icon {
    padding: 0px 20px;
}

.left-container {
    background-image: url('../Assets/ai-img.webp');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-container {
    background: #ffffff;
    width: 100%;
    height: 100%;
}

.table-inner-container {
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 0px 10px 0px 10px;
}

.content-wrapper .card-title {
    color: #001737;
    text-transform: capitalize;
    font-size: 1.125rem;
}

.text-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 40px;
}

    .text-container .text-info {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }

.text-info h1 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 75px;
    position: relative;
}

    .text-info h1::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -15px;
        height: 5px;
        width: 50%;
        background-color: #FF0031;
        border-radius: 10px;
    }

.text-info p {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-top: 20px;
}

.footer-text {
    width: 100%;
    text-align: right;
}

    .footer-text span {
        color: #fff;
    }

.footer-logo {
    width: 80px;
}

.bottom-text {
    margin-bottom: 8%;
}

    .bottom-text span {
        display: inline-block;
        vertical-align: middle;
    }
.bottom-text-right {
    margin-bottom: 8%;
    float: left;
}

    .bottom-text-right span {
        display: inline-block;
        vertical-align: middle;
    }
.right-container {
    padding: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
}

    .right-container .card {
        padding: 20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width: 100%;
    }

.card .title {
    text-align: center;
    border-bottom: 1px solid rgba(0, 52, 92, 0.15);
}

.title h2 {
    font-size: 22px;
}

.title p {
    font-weight: 400;
    color: #808080;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}

.label-text label {
    font-weight: 600;
    padding-bottom: 5px;
}

.label-text {
    margin-top: 20px;
}

.submit-btn {
    text-align: center;
    margin-top: 30px;
}

    .submit-btn .button-primary {
        background-color: #FF0031;
        border: #FF0031;
        width: 140px;
        border-radius: 8px;
        font-weight: 600;
        color: #FFFFFF;
        padding: 6px;
    }

        .submit-btn .button-primary:hover {
            background-color: #a30021;
        }

        .submit-btn .button-primary:active {
            background-color: #a30021;
        }

.label-text input {
    border-radius: 4px;
}

    .label-text input:focus {
        border: 1px solid #ced4da;
        ;
        box-shadow: none;
    }

.right-box {
    background-color: #FFFFFF;
}

/*progress Bar css*/

.progressBar {
    padding: 30px;
}

    .progressBar ul {
        display: flex;
        gap: 13%;
        justify-content: center;
        padding-left: 0px;
    }

.progressBar ul li {
    list-style: none;
    text-align: center;
    background-color: #161677;
    color: #FFFFFF;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 140px;
    width: 140px;
    border: 2px solid #000;
    flex-shrink:0
}

    .progressBar ul li::after {
        position: absolute;
        background: url(../Assets/Vector-9-outline.svg) no-repeat;
        background-size: 80px 80px;
        display: inline-block;
        width: 80px;
        height: 80px;
        content: "";
        left: 100%;
        transform: translateX(30%);
    }
.progressBar ul li:last-child::after{
    display: none;
}

    .progressBar ul li span {
        width: 75%;
        display: block;
        margin: 0 auto;
    }
.progressBar ul li p{
    margin-bottom: 0px;
}

.progress-input {
    padding: 30px;
}

.progress-input ul {
    display: flex;
    gap: 15%;
    justify-content: left;
    padding-left: 0px;
}
    .progress-input ul li {
        list-style: none;
        text-align: center;
        background-color: #161677;
        color: #FFFFFF;
        border-radius: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        height: 140px;
        width: 140px;
        border: 2px solid #000;
    }
.progress-input ul li:last-child::after {
    display: none;
}
    .progress-input ul li span {
        width: 75%;
        display: block;
        margin: 0 auto;
    }

.progress-input ul li p {
    margin-bottom: 0px;
}
    .progress-input .circle-text {
        font-size: 18px;
        width: 100%;
    }

    .progress-input .heading {
        text-align: center;
        margin-bottom: 30px;
        color: #001737;
        text-transform: capitalize;
        font-size: 1.125rem;
    }

.progressBar .circle-text {
    font-size: 18px;
    width: 100%;
}

.progressBar .heading {
    text-align: left;
    margin-bottom: 30px;
    color: #001737;
    text-transform: capitalize;
    font-size: 1.125rem;
}

.detail-box {
    margin: 0 auto;
    text-align: center;
}

.start-btn {
    text-align: right;
    margin-top: 20px;
    /*margin-left: 48px;*/
}
    .start-btn.output-button {
        text-align: left;
    }

    .header-btn {
        text-align: right;
        margin-top: 10px;
    }

.submit-form {
    text-align: left;
    margin-top: 20px;
}

.sec-primary-btn {
    border: none;
    border-radius: 4px;
    background-color: #161677;
    color: white;
    padding: 5px 25px;
    height: 36px;
    font-weight:600;
}

.sec-secondary-btn {
    border: none;
    border-radius: 4px;
    background-color: #161677;
    color: white;
    padding: 7px 25px;
    height: 37px;
    font-weight: 600;
}

.sec-danger-btn {
    /*border: none;*/
    border: #FF0031;
    /*border-radius: 4px;*/
    background-color: #ed002e;
    color: white;
    padding: 7px 25px;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;

}

.sub-container {
    padding: 15px;
    margin-top: 40px;
    min-height:700px;
}

@media (max-width: 480px) {
    .progressBar ul {
        gap: 10px;
        flex-direction: column
    }
}

@media (max-width: 768px) {
    .progressBar ul {
        gap: 50px
    }
}


/*table Design */

.data-table table thead tr {
    background-color: #161677;
    color: #FFFFFF;
}

.data-table .form-check-input:checked {
    background-color: #21bf06;
    border-color: #21bf06;
}

.data-table .button-sec {
    margin-bottom: 1px;
}

.data-table .title-sec {
    display: flex;
    justify-content: space-between;
    /*margin-top: 10px;*/
    align-items: center;
    padding: 10px;
}

.title-sec h1 {
    font-size: 22px;
}

.button-sec .add-new-btn {
    background-color: #ed002e;
    border-color: #ed002e;
    border-radius: 3px;
    color: white;
    height: 100%;
    font-size: 20px;
    position: relative;
    width: 162px;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
}
.button-sec .add-new-btn::after{
    position: absolute;
    background: url(../Assets/file-new.svg) no-repeat;
    background-size: 25px 25px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    transform: translateX(30%);
    right: 30px;
    top: 30%;
}
.form-group label {
    text-align: left;
    font-weight: 600;
    /*width: 100%;*/
    float: left;
    font-size: 16px !important;
}
.form-group label span {
    float: right;
 }
.text-info h1::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 73px;
    height: 6px;
    width: 55px;
    background-color: #FF0031;
    transform: rotate(90deg);
    top: 41px;
    left: -25px;
}
.tb-row {
    background-color: #161677;
    color: #FFFFFF;
    text-align:center !important;
}
.alert {
    padding: 11px 1rem !important;
}
.validation-close {
    float: right;
    font-size: 18px;
    color: #666668;
    cursor: pointer;
}
.ck.ck-sticky-panel__content {
    width: 100% !important;
    float: left !important;
}

.img-logo-current {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.td-centre {
    text-align: center!important;
}

textarea#clientDetails_UserName {
    height: 200px;
}