.btn-style2 {
	min-width: 80px;
	font-weight: 600;
	margin: 0px 5px !important;
}

.modal-title {
	background : rgb(51, 64, 72);
	font-size : 24px;
	font-weight : 700;
	color : #fff; 
	height : 60px;
	display : flex;
	justify-content : center;
	align-items : center;
}

.modal-scroll-box {
	height: 70vh;
  overflow-y: clip;
  overflow-x: scroll;
  padding:15px; 
  font-weight: 700; 
  font-size:18px; 
  display: flex; 
  flex-flow: column wrap; 
  align-items: flex-start; 
  justify-content: flex-start;
}

.q-if-inverted .q-if-label.q-if-label-above, .q-if-standard .q-if-label.q-if-label-above {
    font-size: 1rem;
}

.q-select .q-input-target {
  width: 10px !important;
}

li:hover {
   color: #000;
}

.flex-frcc{
	  display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

