.mmm-container {
    max-width: 1199px;
    margin: 0 auto;
}

.main-title-module {
    font-size: 20px;
    margin: 10px;
    font-weight: bold;
}

.fadein {
    opacity: 0;
}


.graph-loader-container,
.graph-loader-container2 {
    position: relative;
}

.graph-container {
    position: relative;
}

.graph-loader-container .pie-svg,
.graph-loader-container2 .pie-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.graph-container:before {
    position: absolute;
    display: block;
    content: "";
    height: 170px;
    width: 170px;
    top: 0;
    left: 2px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 20px #c4781e;
}

.graph-container.green:before {
    box-shadow: inset 0 0 0 20px #ecf7c0;
}

.graph-container.dark-green:before {
    box-shadow: inset 0 0 0 20px #008a5e;
}