.form-box
{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;

}

.progress-steps .step
{
    display: flex;
    flex-direction: column;

}
.progress-steps .step:hover
{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background-color: #eff6f3;
    padding-top: 15px;
    margin-left: 10px;

}
.progress-steps-wrapper
{
    width: 30%;
    border-right: 3px solid #AE4A84;
}
.form-step-wrapper
{
    width: 70%;
}

/*.progress-steps li.active p:nth-child(1) span*/
/*{*/
/*    background-color: #AE4A84;*/
/*    border-radius: 50%;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    display: inline-block;*/
/*    border:2px solid #460646;*/
/*    padding-left: 13px;*/
/*    padding-top: 5px;*/
/*    margin-right: 10px;*/
/*    cursor:pointer;*/
/*}*/
.progress-steps li.active p:nth-child(1) span {
    background-color: #AE4A84;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #460646;
    padding-left: 13px;
    padding-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.progress-steps li.active::before {
    background-color: #AE4A84;
}

.progress-steps li span
{
    background-color: gainsboro;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    border:1px solid #404040;
    padding-left: 13px;
    padding-top: 5px;
    margin-right: 10px;
    cursor:pointer;
}
.progress-steps .step p:nth-child(1) span
{
    color: white;
}

.progress-steps-wrapper li
{
    position: relative;
    z-index: 2;
}

.progress-steps-wrapper li:not(:last-child)::before {

    content: '';
    position: absolute;
    top: 10px;
    width: 2px;
    height: 70px;
    background-color: gainsboro;
    margin-left: 20px;
    z-index: -1;
}

.btn-prev,.btn-next,.btn-submit
{
    background-color: #AE4A84;
    border-radius: 40px;
    border: 1px solid #AE4A84;
    color: white;
    width: 100px;
    font-size: 12px;
    box-shadow: none;

}
.btn-send-loading
{
    background-color: #AE4A84 !important;
    border-radius: 40px;
    border: 1px solid #AE4A84 !important;
    color: white;
    width: 200px;
    font-size: 12px;
    box-shadow: none;
}
.btn-prev:hover ,.btn-next:hover,.btn-submit:hover
{
    background-color: #bb5e94;
    border-radius: 40px;
    border: 1px solid #bb5e94;
    color: white;
    box-shadow: none;
}

.btn-prev:focus ,.btn-next:focus,.btn-submit:focus
{
    background-color: #bb5e94;
    border-radius: 40px;
    border: 1px solid #bb5e94;
    color: white;
    box-shadow: none;
}

.page-content-title
{
    font-size: 26px;
    text-align: center;
    margin:0 auto;
}

.page-content-title
{
    font-size: 25px;
    margin-bottom: 40px;
}

.add-experience,.add-document
{
    width: 200px;
    color: #FFFFFF;
    background-color: #AE4A84;
    border-radius: 15px;
    border: 1px solid #AE4A84;
    margin-top: 15px;
    margin-bottom: 15px;

}

.add-experience:hover,.add-document:hover
{
    width: 200px;
    color: #FFFFFF;
    background-color: #AE4A84;
    border-radius: 15px;
    border: 1px solid #AE4A84;
    margin-top: 5px;
    margin-bottom: 15px;

}

.experience-card
{
    border: 1px solid #AE4A84;
    margin:5px;
    border-radius: 5px;
}

.file-name-card
{
    border: 1px solid #AE4A84;
    margin:5px;
    border-radius: 5px;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.delete-experience
{
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;

    /*font-size: 15px;*/
}

.delete-experience:hover
{
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;

    /*font-size: 15px;*/
}
.delete-experience:focus
{
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;

    /*font-size: 15px;*/
}

.experience-card-dynamic
{
    position: relative;
}

.file-name-card-dynamic
{
    position: relative;
}

.delete-dynamic-document
{
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
}
.delete-dynamic-document:hover
{
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
}


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

.view-document a
{
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.view-document a i
{
    color: #AE4A84;
    font-size: 20px;
}

.view-uploaded-profile
{
    display: flex;
    align-items: center;
    padding-top: 40px;
    justify-content: center;
}
.view-uploaded-profile a i
{
    color: #AE4A84;
    font-size: 20px;
}

@media screen and (max-width: 994px) {

      .progress-steps .step small
      {
          display: none;
      }
    .progress-steps .step:hover
    {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        background: none;
        width: 50px;
        height: 50px;
        border-radius: 20px;
        padding-top: 15px;
        margin-left: 10px;


    }



    .previous-next-buttons
    {
        display: flex;
        justify-content: space-around;
    }

    .diploma_domain
    {
        font-size: 14px;
    }



}

@media screen and (max-width: 370px) {




    .progress-steps .step small
    {
        display: none;

    }
    .progress-steps
    {
        display: flex;

    }
    .progress-steps-wrapper
    {
        /*width: 30%;*/
        border-right: none;
        margin-bottom: 20px;
        width: 100%;
        /*background-color: red;*/
        margin-right: 0px;
        margin-left: 0px;

    }
    .progress-steps-wrapper li:not(:last-child)::before {

        content: '';
        position: absolute;
        /*top: 10px;*/
        width: 2px;
        height: 70px;
        background:none;
        margin-left: 20px;
        z-index: -1;
    }
    .form-box
    {
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        /*background-color: blue;*/

    }

    .btn-prev,.btn-next,.btn-submit
    {
        margin-bottom: 20px;

    }

    .progress-steps li span
    {
        background-color: gainsboro;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
        border:1px solid #404040;
        padding-left: 10px;
        padding-top: 1px;
        margin-right: 10px;
        cursor:pointer;
    }

    .progress-steps li.active p:nth-child(1) span {
        background-color: #AE4A84;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
        border: 2px solid #460646;
        padding-left: 10px;
        padding-top: 1px;
        margin-right: 10px;
        cursor: pointer;
    }

    .progress-steps .step:hover
    {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        background:none;
        padding-top: 15px;
        margin-left: 10px;

    }





    .form-step-wrapper
    {
        /*background: red;*/
        width: 100%;


    }














}






