#awl-overlay {
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:9999;
}

#awl-box {
    background:#fff;
    width:340px;
    padding:20px;
    border-radius:8px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

#awl-close {
    position:absolute;
    top:8px;
    right:12px;
    cursor:pointer;
    font-size:20px;
}

#awl-box input,
#awl-box select,
#awl-box button {
    width:100%;
    margin:6px 0;
    padding:8px;
    color:#000;
}

#awl-box button {
    background:#25d366;
    border:none;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}
