﻿.card .card {
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 0.95rem 0.95rem;
    position: relative;
    height: 100%;
}
.avatar-xl {
    width: 7rem;
    height: 8rem;
    line-height: 4rem;
    font-size: 1.75rem;
}
.brround {
    border-radius: 50% !important;
    border: 2px solid #40080f;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: 7px;
    box-shadow: none;
    margin-bottom: 0.91rem;
    width: 100%;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #e5322d;
    border-color: #e5322d;
}
.panel-primary {
    border-color: #e5322d;
}