﻿:root {
    --abidusColor: #2C73AD;
    --fontColor: #ffffff;
}

.border_shadow {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.leftBorder {
    font-size: 15px;
    margin: 10px 0 10px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0px;
    border-left: 4px solid var(--abidusColor);
}

.mycard {
    border-radius: 5px;
    /* -webkit-box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);*/
    border: none;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    width: 280px;
    height: 100px;
    transition: transform .2s;
    cursor: pointer;
    margin-right: 15px;
}

.leftBorder, .headingIndicator {
    font-size: 15px;
    margin: 10px 0 10px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid var(--abidusColor);
}

.border_shadow {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 5px;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.mycard:hover {
    animation-timing-function: ease-in-out;
    transform: scale(1.1);
}

.indicatorFont {
    font-size: 18px;
}

.idicatorCount {
    font-size: 40px;
}

.indicatorbutton {
    color: black;
    background-color: transparent;
    border: none;
}

.mycard [type=submit] {
    color: black;
    font-size: 40px;
    background-color: transparent;
    border: none;
}

.mycard div {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .mycard {
        width: 45%;
        height: 65px;
        margin: 7px;
        justify-content: center !important;
    }

        .mycard div {
            font-size: 12px;
        }
        .mycard [type=submit] {
            font-size: 18px;
        }
}


.indicator-blue-g {
    color: var(--fontColor);
    background: #4285F4;
}

.indicator-red-g {
    color: var(--fontColor);
    background: #DB4437;
}

.indicator-yellow-g {
    color: var(--fontColor);
    background: #F4B400;
}

.indicator-green-g {
    color: var(--fontColor);
    background: #0F9D58;
}

.indicator-red-m {
    color: var(--fontColor);
    background: #f65314;
}

.indicator-yellow-m {
    color: var(--fontColor);
    background: #ffbb00;
}

.indicator-green-m {
    color: var(--fontColor);
    background: #7cbb00;
}

.indicator-blue-m {
    color: var(--fontColor);
    background: #00a1f1;
}


.overlayGif {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: white;
    filter: alpha(opacity=60);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.centerItem {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}