<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.LA-shade-cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 9;
}
.LA-dialog {
    position: fixed;
    top: 20%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 400px;
    z-index: 19;
    border: 10px solid rgba(0,0,0,.3);
}
.LA-dialog .LA-title {
    background: #00B386;
    color: #fff;
    padding: 10px 12px;
    position: relative;
}
.LA-dialog .LA-dialog-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(./i-close.png) no-repeat center;
    z-index: 1;
}
.LA-dialog .LA-content {
    padding: 15px 12px;
    padding-bottom: 0;
    background: #fff;
}
.LA-dialog .LA-btn-wrap .LA-dialog-btn {
    display: inline-block;
    vertical-align: baseline;
    min-width: 90px;
    padding: 5px 10px;
    margin: 0 8px;
    text-align: center;
}
.LA-dialog .LA-btn-wrap .LA-cancel-btn {
    color: #00B386;
    border: 1px solid #00B386;
}
.LA-dialog .LA-btn-wrap {
    padding: 15px 12px;
    text-align: center;
    background: #fff;
}
.LA-dialog .LA-btn-wrap .LA-confirm-btn {
    background: #00B386;
    border: 1px solid #00B386;
    color: #fff;
}</pre></body></html>