
.dash-widgetcustom {
	/* background-color: #009efb; */
	border-radius: 4px;
	/* margin-bottom: 30px; */
	padding: 3px;
	position: relative;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.bg-dash1{border: 1px solid #009efb;}
.bg-dash2{border: 1px solid #55ce63;}
.bg-dash3{border: 1px solid #dc3545;}
.bg-dash4{border: 1px solid #ffbc35;}
.bg-dash5{border: 1px solid #7a92a3;}
.bg-dash6{border: 1px solid #007bff;}

.dash-widget-bgcustom {
	width: auto;
	float: left;
	color: #495057;
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	border-radius: 40%;
	font-size: 12px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 40%;
	-moz-border-radius: 40%;
	-ms-border-radius: 40%;
	-o-border-radius: 40%;
}
.bg-white-bgdefault{
	color: #fff;
	background-color: #495057;
}
.bg-widget-bg1{background-color: #009efb;}
.bg-widget-bg2{background-color: #55ce63;}
.bg-widget-bg3{background-color: #7a92a3;}
.bg-widget-bg4{background-color: #ffbc35;}
.bg-widget-bg5{background-color: #007bff;}

.dash-widget-infocustom>span.widget-titlecustom {
	/* background: #009efb; */
	color: #495057;
	padding: 1px 10px;
	border-radius: 4px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.dash-widget-infocustom>span.widget-title-bg1 {background: #009efb;}
.dash-widget-infocustom>span.widget-title-bg2 {background: #55ce63;}
.dash-widget-infocustom>span.widget-title-bg3 {background: #7a92a3;}
.dash-widget-infocustom>span.widget-title-bg4 {background: #ffbc35;}
.dash-widget-infocustom>span.widget-title-bg5 {background: #007bff;}

.card-dash {
    padding: 16px;
    border-radius: 12px;
	position: relative;
	box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}
.card-dash-azul {
	background: linear-gradient(90deg, #2A4EFF, #00E5FF);
    color: #fff;
}
.card-dash-roxo {
    background: linear-gradient(90deg, #7B1FA2, #B388FF);
    color: #fff;
}
.card-dash-amarelo {
    background: linear-gradient(90deg, #FFD600, #FFF59D);
    color: #333;
}
.card-dash-verde {
    background: linear-gradient(90deg, #00C853, #69F0AE);
    color: #fff;
}
.card-dash-laranja {
    background: linear-gradient(90deg, #FF6A00, #FFB800);
    color: #fff;
}

.border {
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.border-radius {
	border-radius: 12px;
}
.grafico-barra {
    background: linear-gradient(180deg, #1A73E8, #673AB7) !important;
}
.gradiente-info {
	background: linear-gradient(90deg, #2A4EFF, #00E5FF) !important;
}
.background-soft {
	background: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.dashboard-bg {
    background: linear-gradient(180deg, #1F1F28, #15151C);
    /* min-height: 100vh; */
    color: #fff;
}
