@import '../js/vendor/summernote/summernote-lite.css';
@import '../js/vendor/jquery-nice-select/css/nice-select.css';

form .input.select{
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.margin-top{
    margin-top: 2rem;
}

.margin-left{
    margin-left: 2rem;
}
.button-elide{
    padding: 7px 15px;
    background: #EFDF00;
    color: black !important;
    font-weight: bold;
}

.nettoyages h3{
    margin-bottom: 0;
}

#dropdown-user {
    position: relative;
    display: inline-block;
}
.toggle-user {
    all: initial;
    font-family: "Raleway", sans-serif;
    line-height: 1.6;
    padding: 7px 15px;
    font-size: 16px;
    background: #646B42;
    color: white;
    font-weight: 500;
    border: none;
    cursor: pointer;
}
.toggle-user:hover {
    background-color: #EFDF00;
    color: black;
}
.dropdown-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
    top: 100%;
    left: 0;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #fff;
    min-width: 100%;
}
.dropdown-menu--active {
    opacity: 1;
    visibility: visible;
}
.dropdown-menu__link {
    display: block;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    padding: 7px 10px;
    background-color: transparent;
    border: none;
    text-decoration: none;
    color: black;
}
.dropdown-menu__link--active {
    background-color:  #F5F5F5;
}
.dropdown-menu__link:hover {
    background-color: #F5F5F5;
}
