.btn-board-export-job-offer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25px;
    background: none;
    color: #CCD4E1;
    padding: 12px 3px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn-board-export-job-offer:hover {
    color: #4A5464;
}
