.mobile-nav {
    padding: 5px;
    background-color: white;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.bg-light {
    background-color: white !important;
}

.login-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn,
.form-control,
.dropdown-menu,
.navbar,
.alert,
.modal-content,
.badge {
    border-radius: 0px !important;
}

.table-green {
    color: #fff;
    background-color: #31353D
}

.table-green thead th {
    border-color: #31353D
}

.table td {
    padding: 3px;
}

.btn-sm {
    padding: 2px 6px;
}

.badge {
    font-size: 12px;
    /* font-weight: 700 !important; */
    padding: 5px;
}


/* ************************************procwss bar************************** */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
.bg-flat-color-1 {
    background: #00c292;
}

.bg-flat-color-2 {
    background: #ab8ce4;
}

.bg-flat-color-3 {
    background: #03a9f3;
}

.bg-flat-color-4 {
    background: #fb9678;
}

.bg-flat-color-5 {
    background: #66bb6a;
}

.bg-flat-color-6 {
    background: #5c6bc0;
}

.bg-flat-color-7 {
    background: #c9c9c9;
}

.card-body1 {
    float: left;
    padding: 1.25em;
    position: relative;
    width: 100%;
}

a h4 {
    text-decoration: none;
}


/* ******************modern card****************************** */

.card {
    background-color: #fff;
    border-radius: 30px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.l-bg-1 {
    background: linear-gradient(to right, #37bc9b, #48cfad) !important;
    color: #fff;
}

.l-bg-2 {
    background: linear-gradient(to right, #967adc, #ac92ec) !important;
    color: #fff;
}

.l-bg-3 {
    background: linear-gradient(to right, #4a89dc, #639fec) !important;
    color: #fff;
}

.l-bg-4 {
    background: linear-gradient(to right, #f6bb42, #ffce54) !important;
    color: #fff;
}

.l-bg-5 {
    background: linear-gradient(to right, #66bb6a, #73ce78) !important;
    color: #fff;
}

.l-bg-6 {
    background: linear-gradient(to right, #e75e5e, #f17777) !important;
    color: #fff;
}

.l-bg-7 {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-bar {
    background: linear-gradient(135deg, #43e794 0%, #23bdb8 100%) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e 0%, #ffba56 100%) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5 0%, #84c0ec 100%) !important;
    color: #fff;
}