.contain-casher-slog{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}
.contain-casher-slog.active{
    transform: scale(1);
    transition: transform 1s ease;
}

#display-casher{
    background: #99bbe8;
    padding: 10px;
    /* height: 550px; */
    width: 900px;
    transform: scale(.7);
}

#display-casher table{
    width: 100%;
}


#display-casher thead tr th{
   width: 105px;
   color: #fff;
   font-weight: bold;
   padding: 7px 0;
}
#display-casher thead tr th:nth-child(1){
   width: 40px;
}
#display-casher thead tr th:nth-child(2){
   width: 90px;
}
#display-casher thead tr th:nth-child(3){
   width: 200px;

}
#display-casher thead tr th:nth-child(4){
   width: 210px;

}
#display-casher thead tr th:nth-child(5){
    width: 90px;
   text-align: center;
}
#display-casher thead tr th:nth-child(6){
   text-align: center;
}
#display-casher thead tr th:nth-child(7){
   text-align: center;
}
#display-casher thead tr th:nth-child(8){
    width: 90px;
   text-align: center;
}
#display-casher tbody tr td{
   width: 105px;
   border-right: 0.03px solid rgba(193, 237, 245, 0.774);
   padding: 7px 0;

}
#display-casher tbody tr td:nth-child(1){
   width: 40px;
}
#display-casher tbody tr td:nth-child(2){
   width: 90px;
   text-align: center;
}
#display-casher tbody tr td:nth-child(3){
   width: 200px;
}
#display-casher tbody tr td:nth-child(4){
   width: 210px;
}
#display-casher tbody tr td:nth-child(5){
   text-align: center;
}
#display-casher tbody tr td:nth-child(6){
   text-align: center;
}
#display-casher tbody tr td:nth-child(7){
   text-align: center;
}
#display-casher tbody tr td:nth-child(8){
   text-align: center;
}

#display-casher tbody tr{
   display: flex;
   justify-content: space-between;
   width: 100%;
   flex-wrap: nowrap;
   border-bottom: 0.03px solid rgba(193, 237, 245, 0.774);

}

#display-casher thead tr{
   display: flex;
   justify-content: space-between;
   width: 100%;
   flex-wrap: nowrap;
   text-align: left;
   padding-right: 20px;
}

#display-casher tbody tr:nth-child(even){
    background: #ddd;
}

.row-casher-log{
    background: #f1f1f1;
}

#display-casher .contain-row-casher-slog {
    background: #fff;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.groupe-select-casher{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

#display-casher input[type='date']{
    outline: none;
    background: transparent;
    border: none;
    padding: 7px;
}

#display-casher select{
    outline: none;
    border: none;  
    background: transparent;
    padding: 7px;
}

#display-casher  label{
    color: #fff;
    display: inline-block;
    font-weight: bold;
    background: #99bbe8;
    width: 90px;
    align-items: center;
    padding: 7px;
}
#display-casher  label.label{
    width: 50px;
}

.groupe-select-casher-row{
    background: #fff;
    border: solid 0.8px rgba(193, 237, 245, 0.774);
    display: flex;
    align-items: center;
    justify-content: center;
}

#display-casher .groupe-btn-casher button[type='submit']{
    padding: 8px;
    border: solid 0.8px rgba(193, 237, 245, 0.774);
    color: rgb(23, 127, 76);
    border-radius: 5px;
    font-weight: 900;
    cursor: pointer;
}

#display-casher .groupe-btn-casher a.print{
    padding: 8px;
    border: solid 0.8px rgba(193, 237, 245, 0.774);
    color: rgb(23, 127, 76);
    border-radius: 5px;
    font-weight: 900;
    cursor: pointer;
    display: inline-block;
    background-color: rgb(240, 240, 240);
}

#display-casher .groupe-btn-casher{
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#display-casher fieldset{
    border: solid .8px rgba(193, 237, 245, 0.774);
    padding: 10px;
}

#display-casher legend{
    color: #fff;
    padding: 0 5px;
    font-weight: bold;
}


label.label-amount-casher{
    display: inline-block;
    width: 150px !important;
    
}

input.input-amount-casher-slog{
    outline: none;
    border: none;
    background: transparent;
    color: rgb(23, 127, 76);
    font-weight: 900;
    padding-left: 5px;
}

.sum-amount-casher{
    display: flex;
    background: #fff;
    border:solid 0.8px rgb(157, 240, 212); 
}

.groupe-totaux{
    margin-top: 5px;
    float: right;
}

/* media queries */
@media screen and (max-width:500px){

    .contain-casher-slog{
        width: 800px;
        height: 1000px;
        display: flex;
        background: #fffb;
        position: absolute;
        top: 0;
        transform: scale(0);
        transition: transform 1s ease;
    }       
}