@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #f4f6f8;
    color: #1f2933;
}


a {
    text-decoration: none !important;
}

.shadow-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.reverse-table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

input, select, textarea, button {
    font-size: 14px !important;
}

.holiday-or-weekend {
    background-color: rgba(5,97,193,0.15) !important;
}

.custom-btn-group {
            display: flex;
            align-items: center;
}
.custom-btn-group > * {
	margin: 5px;
}
.table-info {
	background-color: rgba(56,125,208,0.6) !important;
}
.card {
	border: none;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.card-title {
	font-size: 1.5em;
}
.custom-row {
	margin-bottom: 20px;
}

.custom-empty-col {
  width: 5%;  /* Ustal szerokość według potrzeb */
}

.custom-data-col {
  width: 15%; /* Ustal szerokość według potrzeb */
}
