
.secondary-primary:hover {
	background-color: var(--bs-primary);
}

.bg-table-nodata {
	background-color: var(--bs-tertiary-bg);
}

.cursor-pointer {
	cursor: pointer;
}

.btn-lg-row {
	height: 58px;
}

.btn-timer {
	width: 80px;
  	height: 80px;
  	border-radius: 40px;
  	font-size: 35px;
}

.form-floating > .form-select {
  	line-height: 1.35;
}

.text-nowrap {
	white-space: nowrap;
}

.vh-75 {
	height: 75vh !important;
}
.vh-90 {
	height: 90vh !important;
}

.ql-toolbar.ql-snow {
 	border: none;
 	padding: 0 0 .25rem 0 !important;
}

.ql-editor {
	border: none;
	padding: 0;
}

.ql-container.ql-snow {
 	border: none;
}
