.modal-content {
    width: 90%;
    margin-left: 5%;
}

.btn-cancel {
    cursor: pointer;
}

.toolbar-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #313131;
    color: #cccccc;
    z-index: 500000;
}

.pa-box {
    border: solid 2px #333333;
    border-radius: 10px;
}

.notification-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    margin: 2px;
}

.notification-item {
    border: solid 1px #333;
    box-shadow: #ccc 2px 2px;
    padding: 2px;
    margin: 2px 4px 4px 2px;
    background-color: #333;
    color: #fff;
}

.notification-header {
    font-size: 11px;
}

.notification-time {
    margin: 2px 4px;
}

.notification-text {
    background-color: #e3e3e3;
    color: #000;
    margin: 2px;
    padding: 4px 6px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
}

.dashboard-element .dashboard-chart {
    margin: -60px -80px;
}

.apexcharts-datalabel-value {
    font-size: 26pt;
}

body {
    background-color: #222a37;
}

.content {
    background-color: #222a37;
}


.card {
    background-color: #fcfcfc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dashboard-container {
    background-color: #222a37;
}

.h3 {
    color: #ccc;
}

.dashboard-container .h3 {
    color: #ccc;
}

.dashboard-container .card {
    background-color: #222a37;
    #border: solid 2px #1e2530;
    border: solid 2px #222;
}

.dashboard-container .card-header {
    background-color: #1e2530;
    border-bottom: solid 1px #222;
    color: #ccc;
}

.dashboard-container .apexcharts-datalabel-value {
    color: #fff;
    fill: #fff;
}

.navbar {
    border-bottom: solid 1px #222;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .apexcharts-datalabel-value {
        font-size: 26pt;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .apexcharts-datalabel-value {
        font-size: 24pt;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .apexcharts-datalabel-value {
        font-size: 22pt;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .apexcharts-datalabel-value {
        font-size: 24pt;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .apexcharts-datalabel-value {
        font-size: 20pt;
    }
}
