.sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a {
    padding: 0px 7px 0px 60px;
}

.sidebar-menu {
    height: 100vh;
}

.noUi-target {
  background: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  border-radius: .25rem;
}
.noUi-connect { background: var(--bs-primary); }
.noUi-handle {
  border: 2px solid var(--bs-primary);
  background: #fff;
  width: 1rem; height: 1rem;
  top: -6px;
}

.range-surface,.range-emprise,.range-facade,.range-prix {     
    display: inline-block;
    width: 90%;
    margin: 5%; 
        text-align: center;
}

.range-surface label,.range-emprise label,.range-facade label,.range-prix label {     
    margin-bottom:15px;
}

.login-container {
  display: flex;
  justify-content: center;   /* centre horizontalement */
  align-items: center;       /* centre verticalement */
  min-height: 100vh;         /* occupe toute la hauteur de la fenêtre */
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
}

.dropdown-menu {
    width: 250px;
}

.table {
    margin-bottom: 100px;
}

.menu-mail i {
    font-size:25px;
}
.menu-mail a {
    font-size: 18px;
}

.mailbox-star i {
    font-size:20px;
}

.online-0 {
    background-image: radial-gradient(white, red);
    width: 15px;
    height: 15px;
    border-radius: 10px;
    float: left;
}

.online-1 {
    background-image: radial-gradient(white, green);
    width: 15px;
    height: 15px;
    border-radius: 10px;
    float: left;
}

.blink {
    animation: blink 1s infinite;
}

