/*
*******************************
* Created by: Alessandro Bonora 
* 23-04-2024.
*******************************
*/
/* 
    Created on : 23 apr 2024, 10:27:17
    Author     : Alex
*/

body {
    font-size: 14px;
    font-family: "Muli", "Source Sans Variable", arial, helvetica, sans-serif;      
    color: #A5A7AB;
    height: 100%;
    background-color: #22252A;
    line-height: normal;
}

.default-color {
    color: #A5A7AB !important;
}

.default-border {
    border-color: #34373D !important;
}


.default-bgcolor {
    background-color: #22252A !important;
}

a {
    color : white;
}

.header {
    height: 70px;
    min-height: 70px;    
    border-bottom: 1px solid #34373D;
}

.main_div {
    width: 100%;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

footer {
    z-index: 1;
    min-height: 70px;
    height: 70px;
    border: 1px solid #34373D;
    display: none;
}

.w-content {
    width: fit-content;
}

