.dash-card-subheading{
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}
.web-name-bg{
	/*clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 99%);
	background-color: #d7df23;*/
    background: #8b0304;
    position: relative;
}
.web-name{
	font-size: 25px;
	padding-left: 10px;
	color: #fff;
	font-weight: 500;
	font-family: 'Russo One', sans-serif;
}
.web-name-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    border-top: 62px solid white;
    border-right: 62px solid #8b0304;
    width: 0;
}
.r-sym{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.red-border{
	height: 4px;
    background: red !important;
}
.green-border{
	height: 8px;
    background: #d7df23 !important;
}
.btn-lightgreen {
    color: #000 !important;
    background-color: #d7df23 !important;
    border-color: #d7df23 !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.btn-sm-red{
    color: #fff !important;
    background-color: #8b0304 !important;
    border-color: #8b0304 !important;
    font-weight: normal; !important;
    text-transform: capitalize;
}
.btn-red {
    color: #fff !important;
    background-color: #8b0304 !important;
    border-color: #8b0304 !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.navbar .navbar-menu-wrapper {
    background: #00548d !important;
}
.sidebar {
    background: #f3f5ff !important;
}
.table thead {
    background-color: #738ffc;
    color: #fff;
    font-size: 14px;
}
.quotation{
	color: #908c8c;
	font-size: 30px;
	font-family: 'Beau Rivage', cursive;
}
.left-quote{
	position: relative;
    top: -20px;
    left: -5px;
}
.right-qoute{
	position: relative;
    top: -10px;
    left: 5px;
}
.form-group label {
    font-size: 14px;
    line-height: 1;
    vertical-align: top;
    margin-bottom: 0.5rem;
    font-weight: 500 !important;
    color: #6e6e6e !important;
}
.white-space-nowrap{
    white-space: nowrap !important;
}
.alert.alert-dismissable.alert-info.mb-0.py-2 {
    color: #ffffff;
    background-color: #558e00;
    border-color: #558e00;
    padding: 15px;
    margin-top: 15px;
}
.alert.alert-dismissable.alert-info.mb-0.py-2 .close{
    color: #fff;
    opacity: 1;
    font-weight: normal;
}
.alert.alert-dismissable.alert-info.mb-0.py-2 p{
    padding: 10px 0px;
}
.button.close.pl-1{
    color: #fff !important;
}
footer{
	background-color: #f3f5ff !important;
	color: #2e3192 !important;
	position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    font-family: 'Russo One', sans-serif;
}