:root {
    --blue-darker: #031B34;
    --gray-medium: #C6C6C6;

    /**font family**/
    --font-family: 'Segoe UI', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body.bd-view #wrapper {
    background-color: unset !important;
}

body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: var(--blue-darker);
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}

.title {
    left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    height: 100%;
}

h2 {
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 10px !important;
    font-size: 26px
}

.card-text {
    font-size: 16px;
}

#wrapper {
    width: 100%;
    overflow-x: hidden
}

.page-heading {
    border-top: 0;
    padding: 10px;
    background-color: #030c19 !important;
}

.white-bg {
    background-color: #fff
}

.widget .flot-chart {
    height: 90px !important;
    margin-bottom: 0;
}

#root {
    right: 15px !important;
    left: 15px !important;
}

.border-bottom {
    border-bottom: 1px solid #030b17 !important
}

.wrapper-content {
    padding: 10px 15px 40px 15px
}

.row-modules {
    padding-top: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.dashboard-card {
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: flex;
}

.module-card {
    border-left: 5px solid #030b17 !important;
    box-shadow: 0 1px 1em var(--blue-darker) !important;
    background-color: white !important;
    color: var(--blue-darker) !important;
    margin-bottom: 0 !important;
    min-height: 20rem !important;
    width: 100%;
}

.module-icon {
    height: 80px;
    width: auto;
    position: relative;
    opacity: 1;
    color: #bdc0c3;
    top: 15px;
    left: 10px;
}

.btn-dark {
    height: 35px;
    padding-top: 10px;
    background-color: var(--blue-darker);
}

.btn-dark:focus,
.btn-dark:hover,
.btn-dark:active {
    background-color: #030b17;
}

.card-body {
    min-height: 15em;
}

.card-footer {
    min-height: 20mm;
    border-top: 0;
}

.btn-download {
    float: right;
}

img.store-img {
    margin-left: 5px;
}

/* md */
@media (min-width: 768px) and (max-width: 992px) {
    h2 {
        font-size: 40px;
    }

    .card-text {
        font-size: 20px;
    }

    .btn-dark {
        height: 40px;
        font-size: 16px;
    }

    .store-img {
        height: 10.5mm;
    }

    .module-icon {
        height: 90px;
    }

    .btn-download {
        display: block;
    }
}

/* xl sm */
@media (max-width: 768px) {
    h2 {
        font-size: 42px;
    }

    .card-text {
        font-size: 22px;
    }

    .btn-dark {
        height: 40px;
        font-size: 15px;
    }

    .store-img {
        height: 10.5mm;
    }

    .module-icon {
        height: 100px;
    }
}