﻿/*.vmo2-card {
   /* height: 10vh;*/
    /*width: 100%;
    border-radius: 0px !important;
    border: 3px solid rgb(183 183 183 / 13%);
}*/

.blue-text {
    color: #6780ce;
}

.blue-icon {
    color: #6780ce;
}

/*.card {
    border: none;
    position: relative;
    background-color: white;
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    margin: 10px;
    cursor: pointer;
    min-height: 16vh;
}*/

.task-card {
    max-height: 10vh !important;
    min-height: 1vh;
}

.task-card-body {
    padding : 10px!important;
}

.center-text {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.left-col {
    border-right: 3px solid rgb(183 183 183 / 13%);
}

.card-heading {
    font-weight: 500 !important;
    font-size: 14px !important;
}

.vmo2-row{
    --bs-gutter-x: 0.2rem;
}

.vmo2-card-up{
    margin-top: -1rem;
}

.heading {
    font-size: 18px !important;
}

.task-in-progress {
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.vmo2-card, .card-body vmo2-card {
    height: 10vh;
    width: 100%;
    border-radius: 0px !important;
    border: 3px solid rgb(183 183 183 / 13%);
}


.row #pie-chart {
    padding-top: 2.5vh;
}


.gxc-legend {
    transform: translateX(65%);
}


.card {
    background-color: #f6f7fb !important;
    border: none !important;
    width: 100% !important;
    padding: 10px !important;
}

.widget-icon {
    color: #727cf5;
    font-size: 20px;
    background-color: rgba(114, 124, 245, .25);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
}

.text-blue {
    color: #727cf5;
}

.bulletin-board {
    background-color: #e7faf5 !important
}
