/* static/main/index.css */

.bi-cloud-check-fill {
    color: lightgreen;
}

.bi-cloud-slash {
    color: red;
}

.bi-cloud-minus {
    color: orange;
}

.theme-switch {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.dropdown-menu {
    box-shadow: 0px 1px 2px rgba(127, 127, 127, 1);
}

#languageDropdown {
    min-width: unset;
    width: auto;
}