﻿.widget-box-one .widget-one-icon {
	position: absolute;
	right: 30px;
	font-size: 72px !important;
	top: 0;
	color: #f3f3f3;
	overflow: hidden;
	vertical-align: middle;
	line-height: 2 !important;
}
.widget-box-one .wigdet-one-content {
	position: relative;
}
.widget-box-two .widget-two-icon {
	position: absolute;
	right: 30px;
	font-size: 42px !important;
	top: 30px;
	overflow: hidden;
	vertical-align: middle;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
}
.widget-box-two .wigdet-two-content {
	position: relative;
}

.widget-two-primary {
	background-color: rgba(24, 138, 226, 0.2);
	border-color: rgba(24, 138, 226, 0.5);
}
.widget-two-primary .widget-two-icon {
	color: rgba(24, 138, 226, 0.5);
	border: 2px solid rgba(24, 138, 226, 0.5);
}
.widget-two-success {
	background-color: rgba(75, 211, 150, 0.2);
	border-color: rgba(75, 211, 150, 0.5);
}
.widget-two-success .widget-two-icon {
	color: rgba(75, 211, 150, 0.5);
	border: 2px solid rgba(75, 211, 150, 0.5);
}
.widget-two-warning {
	background-color: rgba(249, 200, 81, 0.2);
	border-color: rgba(249, 200, 81, 0.5);
}
.widget-two-warning .widget-two-icon {
	color: rgba(249, 200, 81, 0.5);
	border: 2px solid rgba(249, 200, 81, 0.5);
}
.widget-two-info {
	background-color: rgba(58, 201, 214, 0.2);
	border-color: rgba(58, 201, 214, 0.5);
}
.widget-two-info .widget-two-icon {
	color: rgba(58, 201, 214, 0.5);
	border: 2px solid rgba(58, 201, 214, 0.5);
}
.widget-two-danger {
	background-color: rgba(245, 112, 122, 0.2);
	border-color: rgba(245, 112, 122, 0.5);
}
.widget-two-danger .widget-two-icon {
	color: rgba(245, 112, 122, 0.5);
	border: 2px solid rgba(245, 112, 122, 0.5);
}
