.dashboard-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0.5em 17em;
}
.dashboard-title{
    width: 50%;
    display: flex;
    align-items: center;
}
.dashboard-title img{
    width: 11%;
    margin-right: 2%;
}
.dashboard-switch-container{
    width: 50%;
    display: flex;
    justify-content: right;
}
.switch-header{
    display: flex;
    justify-content: space-between;
    background-color: #C0E3FF;
    border-radius: 30px;
    min-width: 300px;
    width: 25%;
    padding: 0.8% 0.8%;
}
.switch-header a{
    font-family: "MTS-b";
}
.blue-btn{
    padding: 2% 4%;
    border-radius: 30px;
}
.white-btn{
    background-color: #fff;
    padding: 2% 4%;
    border-radius: 30px;
}
.dashboard-body{
    display: flex;
    flex-direction: column;
    margin: 0 17em;
    height: 50vh;
}
.dashboard-nav{
    display: flex;
    width: 64%;
    justify-content: space-between;
    flex-direction: row;
    font-family: "MTS-b";
    font-size: 1em;
    margin-bottom: 1em;
}
.dashboard-infos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 45vh ;
}
.dashboard-action{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 32%;
}
.dashboard-actions a{
    font-family: "MTS-b";
}
.action{
    background-color: #002952;
    text-align: center;
    border-radius: 40px;
    padding: 6% 6%;
    margin-bottom: 2%;
}
.action span{
    color: #fff;
}
.dashboard-display{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #002952;
    background-color: #fff;
    height: 100%;
    width: 65%;
    border-radius: 10px;
    overflow: auto;
    max-height: 55vh;
}
.dashboard-display :nth-child(2){
    background-color: #F3FAFF;
}
.dashboard-detail{
    display: flex;
    flex-direction: row;
    font-family: "MTS";
    align-items: center;
    width: 98%;
    padding: 1%;
}
.dashboard-detail :nth-child(2){
    background-color: initial;
}
.dashboard-detail .dashboard-item{
    background-color: #C0E3FF ;
    color: #002952;
    border-radius: 40px;
    padding: 1% 5%;
}
.dashboard-item img{
    width: 12px;
}
.reduc-name{
    width: 28% ;
}
.reduc-points{
    width: 22% ;
}
.reduc-amount{
    width: 14% ;
}
.reduc-invoiced{
    width: 20% ;
}
.reduc-date{
    display: flex;
    width: 16% ;
    justify-content: end;
}
.gift-name{
    width: 23%;
}
.gift-image{
    width: 5%;
    margin-right: 5%;
}
#dashboard-gift-image{
    display: flex;
    align-items: center;
}
.gift-image img{
    width: 50%;
}
.gift-points{
    width: 17%;
}
.gift-invoiced{
    width: 20%;
}
.gift-amount{
    width: 14%;
}
.gift-date{
    display: flex;
    width: 16% ;
    justify-content: end;
}
.fidelity-form{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 30%;
    margin-left: 18em;
    font-family: "MTS";
}
.radio{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.fidelity-form-button{
    width: 50%;
    background-color: #002952;
    color: #fff;
    border-radius: 40px;
    padding: 3.8% 2%;
    border: none;
    font-family: "MTS-b";
    font-size: 1em;
    margin-top: 1em;
}
#label-remise{
    margin-right: 1.2em;
}
#next-btn{
    width: 20%;
    background-color: #002952;
    color: #fff;
    border-radius: 40px;
    padding: 1.8% 2%;
    border: none;
    font-family: "MTS-b";
}
#hidden{
    visibility: hidden;
}
.input-image input{
    margin-left: -13%;
}
.input-file-label{
    text-align: center;
    width: 16%;
    background-color: black;
    color: #fff;
    border-radius: 40px;
    padding: 2%;
}
.preview{
    display: flex;
    align-items: center;
    padding: 1% 0 ;
}
.display{
    width: 98%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.display img{
    max-width: 60px;
    max-height: 60px;
}