html {
    width: 100%;
    height: 100%;
    line-height: 0;
    font-family: "Roboto Condensed", Helvetica, serif;
}

body {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.logo {
    width: 10%;
}

.sidebars {
    background-color: #34495e;
}

.menufont {
    font-size: 1.2em !important;
}

.active-link {
    color: #f39c12 !important;
}

.dropdown-menu {
    background-color: #343a40;
    width: 97%;
    left: 0;
    margin-right: 0.3em !important;
}

.text-mm {
    text-align: left !important;
    font-size: 1.3em !important;
}

.dropdown-item {
    display: inline-block !important;
    color: white;
    text-align: left;
    font-size: 1.2em;
    padding-bottom: 0;
}

.dropdown-item:hover {
    background-color: #4b6584;
}

.text-muted {
    color: white !important;
    font-size: 0.9em !important;
    padding-bottom: 0.3em;
    padding-top: 0;
}


.text-muted2 {
    padding-bottom: 0.3em;
}

a:hover {
    color: white !important; /* Questo farà sì che il colore del link rimanga invariato al passaggio del mouse */
    text-decoration: none !important; /* Questo rimuoverà la sottolineatura al passaggio del mouse */
}

.btn:hover {
   background-color: #4b6584 !important;
}

.btn{
    margin: 0 0.3em 0.4em !important;
}

.mtout {
    margin-top: 15em !important;
    background-color: #e67e22;
    width: 97%;
}