/*
.panel-header {
    padding: .75rem 1.25rem !important;
    margin-bottom: 0 !important;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.panel-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0 !important;
}

.panel {
    position: relative  !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    background-color: #fff !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: .25rem !important;
    margin-bottom: 0px !important;
}

.panel-body {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    padding: 1.25rem !important;
}

a {
    color: #0275d8;
    text-decoration: none;
}

.h5, h5 {
    font-size: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}

*/