.pms-form-container{
    padding: 48px 140px;
    background-color: var(--grey-900);
}


.pms-form-container .pms-heading-text{
    font-family: Manrope;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    margin-bottom: 15px;

}

.pms-form-container .container-fluid{
    background-color: var(--grey-900);
}


.pms-form-container .container-fluid label{
    color: var(--grey-300);
    font-weight: 400;
    margin-bottom: 5px;
    font-size: var(--font-size-14);
}

.pms-form-container .form-control,.pms-form-container .form-control-file{
    background: var(--grey-800);
    border: 0;
    height: 44px;
    padding: 7px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Manrope';
    color: var(--grey-300);
    border-radius: 8px;
}

.pms-form-container .form-group {
    margin-bottom: 2rem;
}

.form-heading-inner{
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
    margin-bottom: 32px;
}


.box-shadow-row{
    box-shadow: 14px 14px 40px 0px rgba(5, 15, 30, 0.63);
    box-shadow: -9px -9px 28px 0px rgba(33, 53, 79, 0.32);
    padding: 24px;
    margin-bottom: 32px;
    border-radius: 8px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    accent-color: aliceblue;
    width: 18px;
    height: 18px;
}

.holder-tab{
    color: var(--grey-400);
    font-family: manrope;
    font-size: var(--font-size-14);
    padding: 16px 10px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.holder-tab span{
    margin-left: 0px;
}

.active{
    background: linear-gradient(90deg, #D57BC8, #693A64);
    color: white;
    font-weight: 600;
}

span.astrik{
    color: rgba(213,123,200,1);
}


.pms-form-container .btn-white-wright{
    height: 38px;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size-16) !important;
    border-radius: 4px;
    font-weight: 600 !important;
}

.button-groups{
    display: flex;
}


/* #interestModal {
    left: 0px !important;
    right: 0px !important;
    z-index: 1070 !important;
    overflow: hidden;
    border: 0;
    background: var(--grey-900) !important;
}

#interestModal .modal-content{
    border-radius: 6px;
    border: 0px;
    background: var(--grey-900) !important;
    font-family: manrope;
} */


.uploadErrorMessage{
    color: red;
    font-family: 'Manrope';
    font-weight: 500;
}


#showSuccessModalPms .modal-dialog{
    width: 100%;

 }

 #showSuccessModalPms  .close-pms{
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1090;
 }

@media (max-width:768px){
    .pms-form-container {
        padding: 48px 20px;
        background-color: var(--grey-900);
    }

    .active {
        background: linear-gradient(90deg, #D57BC8, #693A64) !important;
        color: white !important;
        font-weight: 600;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .pms-nav-box{
        display: flex;
        position: relative;
    }

    .holder-tab{
        color: var(--grey-400);
        font-family: manrope;
        font-size: var(--font-size-14);
        /* padding: 16px 10px; */
        border-radius: 8px;
        cursor: pointer;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: var(--grey-700);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .mobile-tab{
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    /* .mobile-tab::after {
        content: "";
        position: absolute;
        top: 19px;
        left: 50%;
        transform: translate(-50%);
        width: 82%;
        height: 1px;
        z-index: -1;
        background: #EAECF0;
    } */

    .mobile-only-tab{
        color: white;
        font-family: manrope;
        text-align: center;
        font-size: 10px;
    }

    .box-shadow-row {
        padding: 16px 0px;
        margin-bottom: 32px;
        margin: 0px;
        border-radius: 8px;
    }

    .pms-form-container .container-fluid label {
        color: var(--grey-300);
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .form-heading-inner {
        font-size: 20px;
    }

    .uploadErrorMessage{
        color: red;
        font-family: 'Manrope';
        font-weight: 500;
    }


    #showSuccessModalPms .modal-content , #showSuccessModalPms .modal-body ,
     #showSuccessModalPms .modal-dialog{
        height: 100%;
    }

    #showSuccessModalPms .modal-body{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media screen and (min-width:768px) {
    .pms-nav-box{
        position: sticky;
        top: 70px;
    }
    #showSuccessModalPms .modal-body{
        padding-top:5rem;
     }
}