.scitac_div {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
}

.scitac_logo {
	display: inline-block;
	width: 150px;
	height: 44px;
	margin-right: 20px;
	background: url(https://scitac.machovsky.cz/assets/img/brand/blue.png);
	background-size: 150px 44px;
}

.scitac_div button {
	position: relative;
	top: -19px;
}

.modal {
    display: none;
    z-index: 99999;
    position: absolute;
    left: 0%;
    top: 0%;
	margin-left: 0px;
    width: 100vw;
    background: transparent !important;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
}

.modal .modal-header {
	display: flex;
}

.modal .modal-header h5 {
	font-weight: 700;
	font-size: 22px;
	flex-grow: 4;
}

.chart_wrapper {
	width: 100%;
	gap: 2%;
}

.modal .modal-body .chart_wrapper:first-child {
	margin-bottom: 2%;
}

.chart_wrapper .chart_col {
	position: relative;
}

.chart_wrapper:nth-child(2) .chart_col {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 0.375rem;
	padding: 1% 1% 1% 1%;
	float:left;
}

.chart_wrapper:first-child .chart_col {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 0.375rem;
	padding: 3% 6% 1% 3%;
	width: 100%;
}

.chart_wrapper:first-child .chart_col:nth-child(1) {
	flex-grow: 1; 
	padding:2%;
	display: flex;
	align-items: center;
	width: 50%;
}

.chart_wrapper:first-child .chart_col:nth-child(2) {
	width: 20%;
	padding:2%;
	display: flex;
	align-items: center;
}

.chart_wrapper:first-child .chart_col:nth-child(2) div {
	text-align:center;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap:15px;
	width: 100%;
}

.chart_wrapper:first-child .chart_col:nth-child(3) {
	width: 20%;
	padding:2%;
	display: flex;
	align-items: center;
}

.chart_wrapper .chart_col canvas {
	
}

.chart_1 {
	width: 100%; 
	min-height: 550px;
}

.znacky_container {
    padding: 10px 0;
	display: flex;
	flex: 1;
	gap: 7px;
}

.znacka_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: visible !important;
}

.znacka_container div:nth-child(1) {
	width: 33%;
	text-align: center;
}

.znacka_container div:nth-child(2) {
	width: 66%;
	text-align: left;
}

@media (max-width: 768px) {
   .chart_wrapper:first-child .chart_col:nth-child(1) {
		flex: 1 1 100%;
	}

	.chart_wrapper:first-child .chart_col:nth-child(2) {
		flex: 1 1 30%;
	}

	.chart_wrapper:first-child .chart_col:nth-child(3) {
		flex: 1 1 30%;
	}
	.chart_1 {
		min-height: 400px;
	}
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 80vw;
        margin: 30px auto;
    }
}