﻿/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');*/
body {
    /*color: white;*/
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
}
.txt-w {
    color:white !important
}
.content-wrapper {
    background: #ffffff;
    padding-top: 10px
}
.main-header {
    border-bottom: 2px solid transparent;
    z-index: 1034;
}
navbar-transparent {
    background-color: rgb(255 255 255 / 0%);
}
.navbar-dark {
    background-color: rgb(255 255 255 / 0%);
}
[class*='sidebar-dark-'] {
    background: url('/Content/img/bg/pexels-ryutaro-tsukata-5205313.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
[class*='sidebar-dark'] .user-panel {
    border-bottom: 1px solid #1d1d42;
}
[class*='sidebar-dark'] .brand-link {
    border-bottom: 1px solid #c6f0ff;
    color: rgba(255, 255, 255, 0.8);
}
.nav-sidebar .nav-item > .nav-link {
    position: relative;
    border-radius: 20px;
}
.main-footer {
    background: #ffffff;
    border-top: 1px solid #ffffff;
    color: #869099;
    padding: 1rem;
}
.card {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 10px !important;
}
.btn {
    margin-bottom:5px
}
.nav-item .fa, .nav-item .fas {
    color: #c6f0ff;
}
.navbar-nav .fa, .navbar-nav .fas {
    color: #17a2b8
}
.active .fa, .active .fas {
    color: #383838;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255);
}
.btn-filtre {
    margin-top:32px
}
.btn-icon {
    border-radius:50%
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.8125rem + 0px);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(128 128 128 / 22%);
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #c6f0ff;
    color: #383838;
}
.btn {
    border-radius: 5rem;
}
.title::after {
    content: '';
    border-bottom: 3px solid #17a2b8;
    width: 250px;
    display: block;
}
#content_stat .card-deck .card-header {
    padding: 0.25rem 0.25rem !important;
}
#content_stat .card-deck .card-footer {
    border-top: 1px solid rgb(205 205 205);
}
.bg-success {
    background-color: #84c793 !important;
}
.bg-primary {
    background-color: #639ad5 !important;
}








/*<!-- SCROLL BAR -->*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #419bfc; 
  border-radius:10px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}