* {
    padding: 0;
    margin: 0;
    
  }
  .error{
    border-color: orane;
    background-color: #fde8ec;
    padding: 10px;
    display: none;
    transform:translateY(-20px);
    margin-bottom: 20px;
    font-size: 14px;
  }
  .button{
    background-color: rgb(0, 238, 255);
    text-emphasis-color: white;
  }
  button:hover{
     background-color: rgb(248, 218, 218);
  }
  .g-0{
    box-shadow: 10px 10px 10px rgb(190, 190, 180);
  }
  .log {
    
    background: rgb(120, 4, 197);
}
.text-right {
  float: right;
}
  
  .sphere{
    border-radius: 50px;
  }

  .tablecenterCSS td{
    text-align:center;
  }
  #summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden !important;
  
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;  
}


#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: '+ Read More' !important;
}

#summary a:not(.collapsed):after {
    content: '- Read Less' !important;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
          line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text{
  font-size: smaller;
}
@media screen and (min-width: 768px) {
  .mobile{
    display: none !important;
  }
  .laptop{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mobile{
    display: block !important;
  }
  .laptop{
    display: none;
  }
}

.dataTables_filter{
    display:none;
}

#tb2 {
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
  font-size: small !important;
  }
  #tb2 td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number);  /* Display the counter */
  }

  
 
