File: /sites/nuofama.com/wp-content/plugins/cyr2lat/assets/css/converter.css
#ctl-confirm-popup {
display: none;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(241,241,241,0.8);
z-index: 9999;
}
#ctl-confirm-content {
display: block;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: #fff;
padding: 20px;
}
.helper {
position: relative;
float: left;
left: -1.7em;
top: 0.4em;
}
.helper-content {
position: absolute;
display: none;
line-height: 1.5em;
top: 50%;
left: 50%;
transform: translate(calc(-50% + 5px), 26px);
color: #fff;
font-size: .8em;
width: 150px;
background: #333;
text-align: center;
border-radius: 3px;
padding: .618em 1em;
box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.helper::after {
font-family: Dashicons;
font-size: 1.3em;
speak: none;
font-weight: 400;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
content: "";
cursor: help;
font-variant: normal;
margin: 0;
}
.helper:hover .helper-content {
display: block;
}
#ctl-convert-button {
color: #d63638;
border-color: #d63638;
}