.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: 65vh;
  overflow-y: scroll;
  overflow-x: clip;
}

.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;
}

