/* Custom styles goes here */

h4{
    color: #1266BB;
    margin:10px;
}

.alert{
    text-align:center;
}

.enterprise-details {
  margin: 0 0 0 20px;
  
}

  .enterprise-details h2 {
    color: red;
    margin:0;
    padding:0;
    font-size: 15px;    
  }

  .enterprise-details h6 {
    color: red;
    margin: 0;
    padding: 0;
    font-size: 10px;
  }

.enterprise-details img {
    margin:0;
    padding:0;
  width: 100px;
  height: 80px;
}
.cashregister {
  background: #f5f5f9;  
  margin: 15px;
  padding: 2px;
  border: solid;
  border-color: #F1F1F1;
  border-radius: 10px;
}

.cashregister-designation {
  padding:2px;
}

.cashregister-balance {
  padding: 2px;
  color: #326ee9;
}

.table .table-image{
    padding:0;
    margin:0;
    width:50px;
    height:50px;
}

.image-detail {
  padding: 0;
  margin: 0;
  width: 200px;
  height: 190px;
}

.account_period_notification {
    color:#F00;
    margin-left:10px;
}

.account_period_notification .day{
  color: #090;
  margin-left: 20px;
}

.table_checkbox_list{
    height:300px;
    padding:5px;
    overflow:scroll;
}

ul li{
list-style:none;
}

.connected_user{

}

  .connected_user .count_user {
    width: 40px;
    height: 40px;
    border-block-style: solid;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    display: grid;
    place-items: center; /* Centre horizontalement et verticalement */
    border: 1px solid #090;
  }



