﻿.app-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: #375D81;
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='80px' width='220px'><text x='0' y='80' fill='white' font-family='Segoe UI' font-weight='800' font-size='1.25em'>TRUTHINTAX</text></svg>");
    opacity: 50;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

    .app-loader.splashnotvisible {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

.container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 0px;
}

.jumbotron p.news {
    margin-bottom: 1.3em;
    text-align: justify;
}

.news {
    margin-bottom: 1.3em;
    text-align: justify;
}

.card-title {
    text-align: left;
}

.jumbotron {
    padding: 1rem 1rem;
    margin-bottom: 0rem;
}

.widget-content-area {
    padding-top: 0px;
}

.layout-spacing {
    padding-bottom: 0px;
}

.table-sm > thead > tr > th {
    color: #1b55e2;
    font-weight: 700;
    font-size: 11px;
}

.apexcharts-xaxis-label {
    font-size: 8px;
}

.apexcharts-menu-icon {
    visibility:hidden;
}
