<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ac-overlay{
    box-sizing: border-box;
    height:100%;
    width:100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1111199998;
    opacity:0;
	cursor: wait;
}
.ac-container {
    box-sizing: border-box;
    width: 360px;
    position: fixed;
    padding: 20px 20px 30px 20px;
    background: #fff;
    z-index: 11111199998;
    opacity:0;
    text-align:center;
    border-radius: 4px;
    box-shadow:0px 0px 5px #000;
    font-weight:normal;
}
.ac-container h2 {
    box-sizing: border-box;
    margin:0 0 14px 0;
    font-size:26px;
    border-bottom:1px dashed #ccc;
    padding-bottom:11px;
}
.ac-container h3 {
    box-sizing: border-box;
    color:#E00019;
    margin-bottom:5px;
    margin-top:15px;
    font-size:22px;
}
.ac-container p {
    box-sizing: border-box;
    margin:0 0 20px 0;
    font-size: 14px;
    color:#959595;
    line-height: 20px;
}
.ac-container p strong {
    color:#FF1F1F;
}
.ac-container select, 
.ac-container input {
    box-sizing: border-box;
    color:#555;
    padding: 5px 10px;
    font-size: 12px;
    margin-right:5px;
    border:1px solid #ccc;
    width:30% !important;
    line-height: normal;
    display:none;
}
.ac-container input.year{margin-right:0px;}
.ac-container input.day{
    box-sizing: border-box;
    width:45px;
    display:none;
}
.ac-container input.year{
    box-sizing: border-box;
    width:70px;
}
.ac-container select {
    box-sizing: border-box;
    height:30px;
    padding-left:4px;
    position: relative;
    top:1px;
}
.ac-container a {
    box-sizing: border-box;
    display: inline-block;
    margin:10px 10px 0 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px 10px;
    font-size: 12px;
    line-height:normal;
    width: 45%;
    background:#E00019; 
    color:#fff; 
    text-shadow:1px 1px 0 #84A51D;
    height:auto;

}
.ac-container a.confirm {
    box-sizing: border-box !important;
    display: inline-block !important;
    margin:10px 0 0 0 !important;
    font-weight: bold !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    padding: 15px 10px !important;
    font-size: 12px !important;
    line-height:normal !important;
    width: 45%;
    background:#60AF2F !important; 
    color:#fff !important; 
    text-shadow:1px 1px 0 #84A51D !important;
    height:auto !important;

}
.ac-container a:hover{
    box-sizing: border-box;
    background:#666;
}
.ac-container a.confirm:hover{
    box-sizing: border-box;
    background:#4B7E2C !important;
}
.ac-container .errors  {
    box-sizing: border-box;
    margin:0 0 20px 0;
    font-size: 12px;
    line-height: 18px;
    color:#FF1F1F;
}
.ac-container .errors ul,
.ac-container .errors li{
    box-sizing: border-box;
    padding:0 0 3px 0;
    margin:0 0 0 0;
    list-style:none;
}
.ac-container .errors li span {
    box-sizing: border-box;
    font-size:9px;
    background:#ebebeb; 
    border:1px solid #ccc;
    width: 14px;
    height:14px;
    border-radius:7px;
    display:inline-block;
    color:#FF1F1F;
    font-weight: bold;
    text-align: center;
    margin-right:5px;
    line-height: 13px;
    position:relative;
    top:-2px;
    text-shadow: 1px 1px 0 #fff;
    font-family:arial;
}
.ac-container .fields {
    box-sizing: border-box;
    clear:both;
    margin:10px 0 10px 0;
}             
</pre></body></html>