.picture-row-table-candidat-pj {
    /* background: red; */
}

.table-pj {
    /* background: red; */
}

.thead-pj {
    /* background: green; */
}

.tr-pj {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.th-pj {
    border: 1px solid #585856;
    padding: 1em;
}

/* FLEX TABLE TH  */

.th-primary {
    flex: 1 70%;
    /* background: red; */
}

.th-secondary {
    flex: 1 10%;
    /* background: green; */
    text-align: center;
}

.th-tertiary {
    text-align: center;
    flex: 1 10%;
    /* background: yellow; */
}

.tr-add-pj {
    height: 15em;
    border: 2px dashed #58585680;
    width: 100%;
    border-top: none;
}


.col-tr-add-pj {
    /* background: red; */
    padding: 5em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.col-tr-add-pj p {
    /* background: green; */
    text-wrap: wrap;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    color: #585856;
    font-size: 1.1em;
}

.col-tr-add-pj button {
    line-height: 1.5em;
    text-wrap: wrap;
}



/* TR SELECT TABLE */
.select-label-pj {
    background: #EEEEEE;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    border-radius: 0.5em;
    cursor: pointer;
}

.tr-add-select-pj {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #585856;
    margin-top: 1em;
}

.tr-add-select-pj .th-pj {
    border: none;
    /* background: red; */
}

.inpt-check-pj {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* background: red; */
    height: 100%;
}

.inpt-check-pj input {
    width: 1.8em;
    height: 1.8em;
    accent-color: #03A84E;
}

/* SELECT POP */
.select-pj {
    position: relative;
}

.p-select-pj {
    cursor: pointer;
    background: none;
    outline: none;
    border: none;
}

.pop-select-pj {
    background: #fff;
    border-radius: 0.5em;
    margin-top: 0.5em;
    position: absolute;
    font-size: 0.9em;
    overflow: hidden;
    z-index: 999999;
    width: 100%;
    outline: 1px solid #EEEEEE;
    display: none;
}

.pop-display {
    display: block;
}

.rotate-pj {
    /* background: red !important; */
    rotate: 180deg;
}

.p-select-pop-pj {
    padding: 1em;
    /* background: green; */
    display: flex;
    flex-direction: row;
}

.active-pj {
    background: #EEEEEE;
}

.last-select {
    outline: 1px solid #EEEEEE;
    padding: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.last-select:hover {
    background: #EEEEEE;
    /* color: #03A84E; */
}

.last-select i {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.last-select p {
    font-weight: 500;
}

.p-select-pop-pj:hover {
    background: #EEEEEE;
    cursor: pointer;
}

.plus-pj {
    font-size: 1.4em;
    font-weight: 700;
    margin-right: 0.7em;
    color: #03A84E;
}

/* ACTION */
.action-row-pj {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    align-items: center;
    justify-content: center;
    /* background: red; */
    height: 100%;
}

.action-row-pj i {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.action-row-pj i:hover {
    scale: 1.05;
}

/* btn add new pj */
.tr-add-pj-add {
    display: none;
    margin-top: 1em;
    /* background: red; */
    width: max-content;
}

.btn-add-champ {
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    padding: 1em 0;
    background: none;
    transition: 0.1s;
}

.btn-add-champ:hover {
    color: #03A84E;
}

.btn-add-champ i {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-add-champ p {
    font-weight: 600;
}


.input-new-piece {
    width: 100%;
    padding: 0.3em;
}














/* GARANT */
.tr-add-pj-garant {
    height: 15em;
    border: 2px dashed #58585680;
    width: 100%;
    border-top: none;
}

.tr-add-select-pj-garant {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #585856;
    margin-top: 1em;
}

.tr-add-select-pj-garant .th-pj {
    border: none;
    /* background: red; */
}

/* SELECT GARANT */
/* SELECT POP */
.select-label-pj-garant {
    background: #EEEEEE;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    border-radius: 0.5em;
    cursor: pointer;
}

.select-pj {
    position: relative;
}

.p-select-pj-garant {
    background: none;
    outline: none;
    border: none;
    width: 100%;
    cursor: pointer;
}

.pop-select-pj-garant {
    background: #fff;
    border-radius: 0.5em;
    margin-top: 0.5em;
    position: absolute;
    font-size: 0.9em;
    overflow: hidden;
    z-index: 999999;
    width: 100%;
    outline: 1px solid #EEEEEE;
    display: none;
}

.pop-display-garant {
    display: block;
}

.rotate-pj-garant {
    /* background: red !important; */
    rotate: 180deg;
}

.p-select-pop-pj-garant {
    padding: 1em;
    /* background: green; */
    display: flex;
    flex-direction: row;
}

.p-select-pop-pj-garant:hover {
    background: #EEEEEE;
    cursor: pointer;
}

.active-pj-garant {
    background: #EEEEEE;
}

/* btn add new pj garant*/
.tr-add-pj-add-garant {
    display: none;
    margin-top: 1em;
    /* background: red; */
    width: max-content;
}

.last-select-garant {
    outline: 1px solid #EEEEEE;
    padding: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.last-select-garant:hover {
    background: #EEEEEE;
    /* color: #03A84E; */
}

.last-select-garant i {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.last-select-garant p {
    font-weight: 500;
}

.btn-add-champ {
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    padding: 1em 0;
    background: none;
    transition: 0.1s;
}

.btn-add-champ:hover {
    color: #03A84E;
}

.btn-add-champ i {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-add-champ p {
    font-weight: 600;
}