@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background-color: #f1f1f1;
  }
  
/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  font-family: 'Poppins', sans-serif;
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: grey;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.lds-dual-ring.hidden { 
  display: none;
  }
  .lds-dual-ring {
    display: inline-block;
    width: 80;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 20% 42.5%;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .overlay {
      position: fixed;
      top: 0;
      left: 200px;
      padding:1px 16px;
      width: 100%;
      height: 100%;
      background: #262626;
      z-index: 999;
      opacity: 1;
      transition: all 0.5s;
  }

table, #clienttype{
  box-shadow: 4px 3px 10px 1px rgba(119, 119, 119, 0.63);
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #fff;
}

#tableau input{
  background-color: #fff;
}

#clienttable,#selectoption {
  margin-top: 10px;
}

#date-select{
  margin-top: 10px;
}

.logosolana {
  margin-bottom:15px;
  width:150px;
  margin-left: 7.5%;
}

#disconnect {
 position: absolute;
 bottom: 15;
}

[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 190px;
}

select {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 190px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.boutonselect {
  margin-top: 5px;
}

#messageerror {
  color: #A50203;
}

#visitor_legend {
  margin-top: 10px;
  margin-bottom: 10px;
}

button.dt-button.buttons-pdf.buttons-html5, button.dt-button.buttons-csv.buttons-html5, button.dt-button.buttons-excel.buttons-html5, button.dt-button.buttons-copy.buttons-html5{
  border-radius: 10px;
}
