/* @group widget boxes */

#corewidgetbox {
	margin-top: 2em;
	margin-bottom: 1.5em;
	padding-left: 3px;
}

.widgetrow {
	width: 100%;
	position: relative;
	margin: 0 -20px 0 0;
}

.widgetrowitem:focus {
	outline: none;
	background-color: #eee;
}

.widgetrowitem:hover {

}

.defaultwidget {
	background-image: url(lb-faveo/media/images/register.png);
}

.widgetrow a {
	background-repeat: no-repeat;
	background-position: 50% 12px;
	font-size: 13px;
	padding: 55px 2px 10px 2px;
	font-weight: normal;
	text-align: center;
	width: 115px;
	display: block;
	cursor: pointer;
	clear: none;
	display: inline-block;
	border: 1px solid #c9cfd7;
	background-color: #fff;
	border-radius: 4px;
	line-height: 14px;
	margin: 0 6px 6px 0;
	font-size: 0.83em;
	font-family: "segoe ui","helvetica neue", arial, helvetica, sans-serif;
}

.widgetrow a:hover {
	background-color: #e9ecef;
}

.card-widget {
    border: 1px solid #313b490f !important;
}

.card-widget .icon-box {
    background-color: #066fd11a;
    border-radius: 35%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.card-widget a.btn {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    background-color: #f8f9fa;
    border: 1px solid #313b490f;
    border-radius: 4px;
    text-decoration: none;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    min-width: 160px; /* Ovde odrediš minimalnu širinu */
    text-align: center;
}

.card-widget a.btn:hover {
    background-color: #e9ecef;
    border-color: #b0b8c0;
    color: #000;
}





