#qtics .elementor-2 .elementor-element.elementor-element-20dbd36 {
	margin-top: 0%;margin-bottom:3%;
}
#qtics .elementor-2 .elementor-element.elementor-element-08380ff {
	text-align: center;
}
#qtics .elementor-2 .elementor-element.elementor-element-08380ff .elementor-heading-title {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
#qtics .elementor-2 .elementor-element.elementor-element-08380ff > .elementor-widget-container {
	margin: 3% 0% 0% 0%;
}
#qtics .elementor-2 .elementor-element.elementor-element-17ab259 {
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.6em;
}

#qtics .hide-me {
  display: none !important;
}

#qtics .table-cell {
  display: block;
  margin-top: 30px;
  margin-bottom: -7px;
}

#qtics .no-content {
  height: 75%;
  background-color: #fff;
}

#qtics .no-content img {
  width: 50px;
  display: block;
  margin-right: 15px;
}

/* Styles for navbar and nav-items */
#qtics .navbar {
  margin-top: 3%;
  margin-bottom: -2%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#qtics .nav-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow-x: auto; 
  overflow: visible;
}

#qtics .nav-item {
  cursor: pointer;
  margin: 0 15px;
  padding: 0 10px;
  font-size: 16px;
  flex-direction: row;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  color: #000;
  background-color: #ffffff24;
  backdrop-filter: blur(5px);
  #white-space: nowrap; /* Prevent wrapping of nav items */
  border-radius: 8px;
  transition: all .5s;
  border-bottom: 1px solid #ffffff4b;
}

#qtics .nav-item:hover {
  background: #2F6F9E;
  color: white;
}

#qtics .nav-item.yellow:hover {
  background: #FF9900;
  color: white;
}

#qtics .nav-item:hover:after {
  border-left-color: #fff;
}


#qtics .nav-item:after {
  content: ' ';
  border-style: dashed;
  border-color: transparent;
  border-width: 0.20em;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 150px;
  margin: 10px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
  border-left-width: 0.2em;
  border-left-style: solid;
  border-left-color: #ffffff44;
  left:0.25em;
  transform: scale(.7);
}

#qtics .nav-item:last-child:after {
  display: none;
}

#qtics .active {
  background-color: #2F6F9E;
  color: #fff;
}

#qtics .active.yellow {
	background-color: #FF9900;
	color: #fff;
}

#qtics .active:after {
  display: none !important;
}

/*Navbar numbers*/

#qtics .nmbr {
  background-color: rgba(255, 255, 255, 0.785);
  font-size: 20px;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  top: -35px;
  left: -15px;
}

#qtics .nmbr img {
  display: block;
  width: 30px;
  margin: 0;
}


#qtics .active .nmbr {
  color: black;
  background-color: white;
}

#qtics .nav-item:hover .nmbr {
  color: black;
  background-color: white;
}

/**/

#qtics .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
  font-size: 14px;
}

/*Coloring the cells*/
#qtics .table-cell {
  background: #D0D0D0;
  color: #000;
}

#qtics .additional-title {
  background: #AEAEAE;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

#qtics .big-title {
  background: #D0D0D0;
  font-size: 20px;
}

#qtics .numbers {
  background: linear-gradient(227deg, rgb(224, 224, 224) 0%, rgba(255,255,255,1) 100%);
  position: relative;
}

#qtics .numbers:hover {
  background: linear-gradient(160deg, #2F6F9E 0%, #205479 100%);
  color: white;
  cursor: pointer;
  border-bottom: 3px solid #62a6d7;
}

#qtics.yellow .numbers:hover {
	background: linear-gradient(160deg, #f79b12 0%, #FF9900 100%);
	color: white;
  cursor: pointer;
  border-bottom: 3px solid rgb(255, 201, 119);
}

#qtics .big-pop .contents {
  width: 65%;
  height: 60%;
  overflow-y: scroll;
}


/*HAS DATA / DOES NOT HAVE DATA*/

#qtics.yellow .no-data,
#qtics .no-data {
  border-bottom: 2px solid #FF545E;
  background: linear-gradient(160deg, #ffffff 0%, #f0d4d6 100%);
}

#qtics.yellow .no-data:hover,
#qtics .no-data:hover {
  border-bottom: 2px solid #FF545E;
  background: linear-gradient(160deg, #FF545E 0%, #ce424c 100%);
  cursor: not-allowed;
}

#qtics.yellow .no-data:after,
#qtics .no-data:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
}

#qtics.yellow .no-data:after,
#qtics .no-data:after {
  background-color: #FF545E;
}


/*PopUP*/

#qtics .popup-qtics { display: none; }
#qtics .popup-qtics.open {
	display: block;
	transform: inherit;
}

#qtics .blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background: rgba(0,0,0,.5);
}
#qtics .popup-qtics .contents {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  background: #FFF;
  position: fixed;
  top: 50%;
  left: 50vw;
  transform: translate(-50%, -50%);
  padding: 3% 5%;
  line-height: 1.6em;
}

#qtics .popup-qtics .contents h3 {
	font-size: 18px;
  margin: 15px 0;
}

#qtics .popup-qtics .contents ul {
	margin: 15px 0;
  padding-left: 30px;
}

#qtics .popup-qtics .contents li {
	font-size: 14px;
}

#qtics .popup-qtics .contents p {
	margin: 15px 0;
}

#qtics .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FF545E;
  border: 1px solid #e94550;
  color: white;
  padding: 10px;
  font-size: 12px;
  border-radius: 50%;
  width: 12px; 
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

#qtics .close-btn:hover {
  background: #e94550;
  cursor: pointer;
}


/*Container*/
#qtics {
	background-color: #93a7b4;
  background-image: url("https://demo4.citypage.hu/userfiles/domain242/9/0/90d38732a1b731fe47a1796ea3125dc3.png");
  background-repeat: repeat;
  background-size: auto;
  padding: 10px;
}

#qtics .container {
	margin: 3%;
  position: relative;  
  width: unset;
  margin: 0;
  max-width: unset;
  display: flex;
  flex-direction: column;
  gap: .5vw;
}

#qtics .container-inner {
  margin: auto;
  position: relative;  
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: .5vw;
  grid-template-areas:
    "no-content no-content t1 t2 t3 t4"
    "no-content no-content t5 t6 t7 t8"
    "b-title a-title1 n1 n2 n3 n4"
    "b-title a-title2 n5 n6 n7 n8"
    "b-title a-title3 n9 n10 n11 n12"
    "b-title2 a-title4 n13 n14 n15 n16"
    "b-title2 a-title5 n17 n18 n19 n20"
    "b-title2 a-title6 n21 n22 n23 n24";
  margin-top: 3%;
  margin-bottom: 3%;
}

#qtics h2 {
	font-size: 18px;
}

#qtics .no-content { grid-area: no-content; }

#qtics .t1 { grid-area: t1; }

#qtics .t2 { grid-area: t2; }

#qtics .t3 { grid-area: t3; }

#qtics .t4 { grid-area: t4; }


#qtics .b-title { grid-area: b-title; }

#qtics .b-title2 { grid-area: b-title2; }

#qtics .a-title1 { grid-area: a-title1; }

#qtics .a-title2 { grid-area: a-title2; }

#qtics .a-title3 { grid-area: a-title3; }

#qtics .a-title4 { grid-area: a-title4; }

#qtics .a-title5 { grid-area: a-title5; }

#qtics .a-title6 { grid-area: a-title6; }

#qtics .n1 { grid-area: n1; }

#qtics .n2 { grid-area: n2; }

#qtics .n3 { grid-area: n3; }

#qtics .n4 { grid-area: n4; }

#qtics .n5 { grid-area: n5; }

#qtics .n6 { grid-area: n6; }

#qtics .n7 { grid-area: n7; }

#qtics .n8 { grid-area: n8; }

#qtics .n9 { grid-area: n9; }

#qtics .n10 { grid-area: n10; }

#qtics .n11 { grid-area: n11; }

#qtics .n12 { grid-area: n12; }

#qtics .n13 { grid-area: n13; }

#qtics .n14 { grid-area: n14; }

#qtics .n15 { grid-area: n15; }

#qtics .n16 { grid-area: n16; }

#qtics .n17 { grid-area: n17; }

#qtics .n18 { grid-area: n18; }

#qtics .n19 { grid-area: n19; }

#qtics .n20 { grid-area: n20; }

#qtics .n21 { grid-area: n21; }

#qtics .n22 { grid-area: n22; }

#qtics .n23 { grid-area: n23; }

#qtics .n24 { grid-area: n24; }


/*Bar components*/

#qtics #cont1 .progress-bar .im {background-color: #ffffff24; color: white;}

#qtics #cont2 .progress-bar .im, 
#qtics #cont2 .progress-bar .dp {background-color: #ffffff24; color: white;}

#qtics #cont3 .progress-bar .im, 
#qtics #cont3 .progress-bar .dp, 
#qtics #cont3 .progress-bar .pp {background-color: #ffffff24; color: white;}

#qtics #cont4 .progress-bar .im, 
#qtics #cont4 .progress-bar .dp, 
#qtics #cont4 .progress-bar .pp,
#qtics #cont4 .progress-bar .sp {background-color: #ffffff24; color: white;}

#qtics #cont5 .progress-bar .im, 
#qtics #cont5 .progress-bar .dp, 
#qtics #cont5 .progress-bar .pp,
#qtics #cont5 .progress-bar .sp,
#qtics #cont5 .progress-bar .cm {background-color: #ffffff24; color: white;}

#qtics #cont6 .progress-bar .im, 
#qtics #cont6 .progress-bar .dp, 
#qtics #cont6 .progress-bar .pp,
#qtics #cont6 .progress-bar .sp,
#qtics #cont6 .progress-bar .cm,
#qtics #cont6 .progress-bar .ee {background-color: #ffffff24; color: white;}

/*Progress BAR*/

#qtics .progress-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  margin-bottom: 25px;
  bottom: -6vh;
  font-size: 11px;
}

#qtics .progress-bar span {
  background-color: #D0D0D0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 8px;
}

#qtics .arrow {
  width: 40% !important;
  font-size: 16px;
}

#qtics .passed {
  background: #ffffff46 !important;
  color: white;
}

#qtics #bottimg {
  display: block;
  margin: 5% auto;
  width: 90%;
}

/*NavBar query*/
@media screen and (max-width: 768px) {
  #qtics .nav-wrapper {
    width: 100%;
    overflow-x: auto; 
    justify-content: flex-start; 
    font-size: 14px;
    padding: 25px 0;
  }

  #qtics .nav-item {
    margin: 0 14px; 
    padding: 0 20px;
  }

  #qtics .container {
    padding:  40px 0;
  }

  #qtics .progress-bar {
    bottom: -25px;
    font-size: 8px;
  }

  #qtics .b-title,  #qtics .b-title2, #qtics .additional-title {
    font-size: 12px;
  }

  #qtics .no-content {
    display: none;
  }

  #qtics .popup-qtics .contents {
    width: 75%;
  }
}

@media(max-width: 767px) {
	#qtics .elementor-2 .elementor-element.elementor-element-d309894.elementor-column > .elementor-widget-wrap {
		justify-content: center;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-08380ff {
		width: var( --container-widget-width, 90% );
		max-width: 90%;
		--container-widget-width: 90%;
		--container-widget-flex-grow: 0;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-17ab259 {
		width: var( --container-widget-width, 90% );
		max-width: 90%;
		--container-widget-width: 90%;
		--container-widget-flex-grow: 0;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 912px) {
  #qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .container {
    grid-template-columns: repeat(6, 16.66%) !important;
    grid-template-rows: repeat(8, 150px);
    margin: 0 !important;
    padding: 0 5px !important;
    width: calc(100vw - 10px) !important;
  }
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .big-title,
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .additional-title,
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .table-cell {
	  writing-mode: vertical-lr;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .table-cell {
    margin-top: 0;
    grid-row: span 2;
    margin-bottom: 0;
    height: 90%;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .cell {
		display: flex;
	  flex-direction: column;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .cell h2 {
	  font-size: .9rem;
	}
	#qtics .no-content {
	  height: 90% !important;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .progress-bar {
    flex-direction: column;
    bottom: -290px;
    margin-bottom: 0;
    align-items: center;
    gap: 5px;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .progress-bar span {
    width: 50%;
    padding: 5px;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .arrow {
    width: fit-content !important;
    transform: rotate(90deg);
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 #bottimg {
    margin: 325px auto 5%;
    width: 90% !important;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .nav-wrapper {
    flex-direction: column !important;
    gap: 5px !important;
    width: 100% !important;
    padding-top: 0;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .nav-item {
    font-size: 0.9rem !important;
    justify-content: flex-start !important;
    padding: 5px !important;
    white-space: normal !important;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 span.nmbr {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-right: 10px !important;
    width: 50px !important;
    height:50px !important;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .nav-item:after {
    display: none;
	}
	#qtics .elementor-2 .elementor-element.elementor-element-d58aba1 .nmbr img {
    height: 30px !important;
    width: 30px !important;
    max-width: unset !important;
	}
	#qtics .contents {
    width: 90% !important;
    height: 65% !important;
	}
}

@media screen and (max-width: 1399px) {
	#qtics .nav-item {
		font-size: 12px;
	}
}
