﻿.error-alert {
    color: red;
    font-size: .95rem;
}

.m-auto {
    margin: auto !important;
}

.bg_bx {
    padding: 20px;
    border: 0px solid #e4e6e7;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 9%);
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    border-radius: 10px;
    position: relative;
    background: #f7f9fa;
}
.small-box p {
    font-size: 1.2rem;
}

.bg-gradient-yellow {
    background: #fd961a linear-gradient( 180deg,#ffe492,#fd961a) repeat-x !important;
    color: #1f2d3d;
}

.bg-gradient-red {
    background: #ff4667 linear-gradient( 180deg,#fff4bf,#ff4667) repeat-x !important;
    color: #1f2d3d;
}

.card-body {
    overflow: auto;
}