.relations_addon_wrapper{
    padding: 0 10px;
}

.relations_addon_wrapper-item{
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    transition: all 0.2s;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 0px 0 rgba(245,245,245, 0.14), 0 3px 1px -2px rgba(245,245,245, 0.12), 0 1px 5px 0 rgba(245,245,245, 0.2);
    box-shadow: 0 2px 0px 0 rgba(245,245,245, 0.14), 0 3px 1px -2px rgba(245,245,245, 0.12), 0 1px 5px 0 rgba(245,245,245, 0.2);
}

.relations_addon_wrapper-item:hover{
    transition: all 0.2s;
    -webkit-box-shadow: 0 4px 4px 0 rgba(245,245,245, 0.14), 0 1px 10px 0 rgba(245,245,245, 0.12), 0 2px 4px -1px rgba(245,245,245, 0.3);
    box-shadow: 0 4px 4px 0 rgba(245,245,245, 0.14), 0 1px 10px 0 rgba(245,245,245, 0.12), 0 2px 4px -1px rgba(245,245,245, 0.3);
}

.relations_addon_wrapper-item a{
    /*color:#fff;*/
    font-weight: bold;
}

.relations_addon_wrapper-title{
    position: relative;
    /* padding-left: 15px;
    color: #fff; */
    margin-bottom: 10px;
    font-size: 15px;
}

/* .relations_addon_wrapper-title::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #fff;
} */

.peepso-user_relation-form-wrapper-element{
    margin: 10px 0 10px 0;
}

#addMore{
    padding: 12px;
    display: inline-block;
    border: 1px solid #fff;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.2s;
    margin: 0 0 15px 15px;
    font-size: 14px;
}

#addMore:hover{
    transition: all 0.2s;
    border: 1px solid #320071;
    background-color: #fff;
    color: #320071;
}

/* .peepso-user_relation-form-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.peepso-user_relation-form-wrapper-element{
    display: flex;
}

.peepso-user_relation-form-wrapper-element select{
    padding: 5px;
    margin: 5px 15px;
}

/*.peepso-user_relation-form-wrapper-element:first-child .peepso-user_relation-form-wrapper-element-remove{
    visibility: hidden;
}*/

.peepso-user_relation-form-wrapper-element-remove{   
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}

.peepso-user_relation-form-wrapper-element-remove span{   
    display: inline-block;
    font-size: 44px;
    transform: rotate(-45deg);
    cursor: pointer;
    text-shadow: 0px 0px 1px #000;
    color: #fff;
    transition: all 0.2s;
}

.peepso-user_relation-form-wrapper-element-remove span:hover{   
    transition: all 0.2s;
    transform: rotate(45deg);
}

#peepso-user_relation-form .peepso-user_relation-form-submit{
    display: block;
    color: #fff;
    border: 1px solid #fff;
    background-color: #320071;
    margin-left: 15px;
    padding: 12px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.2s;
    margin: 0 0 15px 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: unset;
    cursor: pointer;
}

#peepso-user_relation-form .peepso-user_relation-form-submit:hover{
    transition: all 0.2s;
    border: 1px solid #320071;
    background-color: #fff;
    color: #320071;
}

.peepso-user_relation-form-wrapper-buttons{
    display: flex;
}

.peepso-user_relation-form-wrapper-buttons-item{
    display: inline-block;
}

.peepso-user_relation-form-wrapper-title{
    color: #fff;
    padding: 0px 0px 0px 15px;
    display: block;
    margin: 0 0 15px 0;
}

#relationAjaxResponse{
    display: none;
    padding: 10px 15px;
    position: relative;
}

#relationAjaxResponse::after{
    position: absolute;
    left: 10px;
    bottom: 3px;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border: 1px solid #320071;
    content: '';
}
