@font-face {
  font-family: 'ExemplarPro-Regular';
  src: url('https://chinhta.appjsc.com/wp-content/plugins/DAC_Api_v2/fonts/Letters_from_Sweden_-_ExemplarPro-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'r0c0i-Linotte';
  src: url('https://chinhta.appjsc.com/wp-content/plugins/DAC_Api_v2/fonts/r0c0i-LinotteHeavy.ttf') format('opentype');
}
#convert-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ccc;
  color: #999;
}
div,p,h1,h3,h4,h5,span {
  font-family: 'ExemplarPro-Regular', 'r0c0i-Linotte' !important;
}
.aaa_tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	color: red;
}

.aaa_tooltip .tooltiptext {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	min-width: 60px;
	margin-left: 0px;
}

.aaa_tooltip:hover .tooltiptext {
	visibility: visible;
}

.green-button
{
color:white;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
isolation: isolate;

padding-left: 20px;
padding-right: 20px;
height: 44px;

background: #19498D;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
align-items: center;
  justify-content: center;
	border-radius:10px;
}
.green-button:hover {
  background-color: #149CDD !important;
}