html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
	position: relative;
	min-height: 100%;
}

body {
  margin-bottom: 60px;
}


/* target just this button�s badge if you want: #MessageButton .k-badge { ... } */
.k-button .k-badge.k-badge-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* perfect circle */
    width: 2.25em; /* tweak as needed for 2 digits */
    height: 2.25em;
    padding: 0; /* remove Kendo�s inline padding */
    border-radius: 9999px;
    /* colors & text */
    background-color: #d32f2f; /* hard red; or keep theme with var(--kendo-color-error) if available */
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

/* if you want it pushed to the right inside the button row */
#MessageButton .k-badge {
    margin-left: auto;
}
[id*="_Grid"] .row-bold {
    font-weight: 700;
}


#VVDMessageButton .k-badge,
#OrgMessageButton .k-badge {
    display: none !important;
}

#VVDMessageButton.show-badge .k-badge,
#OrgMessageButton.show-badge .k-badge {
    display: inline-flex !important;
}

body:has(#_IndexController[value="RegApplicationLatvijaLv"]) header {
    display: none;
}

/* Invoice button styling - improve visibility on row hover */
.apus-hover-btn {
    background-color: #4a773c !important;
    color: white !important;
}

/* Ensure button stands out even more when row is hovered */
.k-grid tr:hover .apus-hover-btn {
    background-color: #4a773c !important;
    color: #000000 !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}