#page-topbar{background-color:var(--tb-body-bg)}.text-red{color:var(--tb-red)}

.buttonActionGetGraph
{
    width: 22px;
    height: 22px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccdce6;
    background-color: transparent;
    color: #85848b;
    transition: 0.2s;
}

.buttonActionGetGraph:hover
{
    background-color: #ccdce6;
    cursor: pointer;
    transition: 0.2s;
}

.fakeLoaderCanvas
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.NoDataCanvas
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#resultGraphCard
{
    height: 160px;
    overflow-y: auto;
}

#resultGraphCard thead th {
    background-color: #ccdce6;
    position: sticky;
    top: 0;
  }

#resultGraphCard::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
	border-radius: 10px !important;
	background-color: transparent;
}

#resultGraphCard::-webkit-scrollbar
{
	width: 5px     !important;
	background-color: transparent   !important;
}

#resultGraphCard::-webkit-scrollbar-thumb
{
	border-radius: 10px !important;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
	background-color: var(--bs-theme)  ;
}





#resultatCardBody
{
    padding: 0 !important;
    overflow-y: auto;
    max-height: 800px;

}

.resultatAccordionBody
{
    padding: 0 !important;
    padding-left: 18px !important;
    padding-right: 5px !important;
    background-color:var(--tb-body-bg);
 
}

.resultatAccordionHead
{
    background-color:#ccdce6;
 
}
 

.resultatAccordionHead:not(.collapsed)
{
    background-color: #ccdce6;
    box-shadow: inset 0 calc(-1 * var(--tb-accordion-border-width)) 0 var(--tb-accordion-border-color);
 
}

.resultatAccordionButton
{
    background-color: transparent;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

#DatePrelevementProducteurCardBody
{
    padding: 0 !important;
    overflow-y: auto;
    max-height: 800px;
}

/* --- https://cssloaders.github.io/ --- */
.customLoader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #85848b;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

#tableTierLoaderContainer
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 0;
    min-height: 200px;
    width: 100%;
    height: 100%;
    background: #f0f3f5bd;
    border-radius: 5px;
    z-index: +5;
}

.pagination
{
    gap: 5px;
}

.d-sm-flex
{
    gap: 40px;
}

.coloredTableHeader
{
    background-color: #ccdce6;
    padding-top: 8px;
}

.infoEchantillonCustomTable
{
    border-collapse: separate;
    border-spacing: 0px 4px;
}

.infoEchantillonCustomTable .table-primary
{
    border-radius: 5px;
}

/* On laisse le border radius de la card */
.card-header:first-child
{
    border-radius: 0 !important;
}

.coloredTitle
{
    background-color: #ccdce6;
    padding: 9px;
    border-radius: 5px;
}

a .bi
{
    cursor: pointer;
    transition: 0.2s;
}

a:hover .bi
{
    transition: 0.2s;
    opacity: 80%;
    color: #5caee0;
}

.selectedTrGraph
{
    background-color: rgba(0, 80, 128, 0.25) !important;
}
    

#scrollbar
{
    background-color: #F8FAFC;
}

.navbar-menu .navbar-nav 
{
    background-color: #F8FAFC;
}

.navbar-menu .navbar-nav .nav-link.active
{
    font-weight: 600;
}

.page-title-box h4
{
    text-transform: capitalize !important;
}