.-uocc-empty- { display:none!important } 

.div_export_donnees{
    display: flex;
    justify-content: space-between;
    border: 2px solid #B3C7E3 !important;
    border-radius: 30px;
    padding: 20px 50px;
    margin-bottom: 60px;
}


.export_titre{
    font-weight: 900;
    font-size: 24px;
    color: rgb(65,100,230);
    margin-left: 15px;
}

.select_wrapper{
    padding: 15px 20px;
}
.div_select_wrapper{
    width: calc(50% - 50px);
}

.custom_select{
    height: 30px;
  width: 100%;
  border-radius: 6px;
  padding: 0 2.25rem 0 .75rem;
}

.custom_select:disabled{
    background-color: white;
    border: 1px solid #B3C7E3;
    background-blend-mode: difference;
}
