@tailwind base;
@tailwind components;
@tailwind utilities;

.cache{
    display:none;
}
.box-relative{
    position:relative;
}
/* TABLEAU SUIVI COMMERCIAL */
.tablesuivicom .datesuivi{
    font-size: 0.6rem;
    text-align: center;
    background-color: white;
}
.tablesuivicom .resultatsuivi{
    font-size: 0.6rem;
    padding:0;
    background-color: white;
}
.tablesuivicom td{
    text-align: center;
}
.tablesuivicom th{
    background-color: #EBECEF;
}
.tablesuivicom .obj:nth-child(n){
    background-color: rgba(0, 152, 219, 0.25);
}
.tablesuivicom .rea:nth-child(n){
    background-color: rgb(255, 255, 255) ;
}
.tablesuivicom td,th{
    padding: 10px 2px !important;
    white-space: nowrap;
    font-size: 0.6rem;
}
.selectjour{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset !important;
    font-size: 11px !important;
    font-weight: bolder !important;
}
@media screen and (max-width: 350px) {
    #rappelcarnet .rappeltext{
        padding-top:20px;
    }
    #rappelcarnet .rappeltext:hover{
        padding-top: 15px;
    }
}
