.asl-p-cont,
.asl-cont {opacity: 0;}.hookmeup-hook-preview
{
background: #FFFDE7;
border: 1px dashed #F8E71C;
clear: both;
color: #545454 !important;
font-size: 12px !important;
font-style: italic;
padding: 10px;
margin: 0;
text-align: center;
word-wrap: break-word;
}.suretrigger_button { 
position: relative;
}
.st_trigger_button_loading:after {
content: '';
position: absolute;
right: 6px;
top: 50%;
animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}
.st_trigger_button_loading:before {
content: "";
border-radius: 50%;
right: 0px;
top: 50%;
position: absolute;
border-right: 3px solid #ffffff;
animation: rotate360 .5s infinite linear, exist .1s forwards ease ;
}
@keyframes rotate360 { 
100% {
transform: rotate(360deg);
}
}
@keyframes exist { 
100% {
width: 15px;
height: 15px;
margin: -8px 5px 0 0;
}
}