/* images optimization */
.wlg_main_box
{
    width: 400px;
    border: 1px solid black;
    border-radius: 15px;
    box-sizing: border-box;
    text-align: center;
    padding: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction:rtl;
    margin-top:45px;
    margin-right:auto;
    margin-left:auto;
}

.wlg_main_box input
{
    width: 80%;
    height: 35px;
    border: 1px solid rgb(185, 184, 184);
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top:20px;
    text-align: center !important;
}

.wlg_main_box input[type="submit"]
{
    background-color: #C2BBF2;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Text shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* box shadow */;
}

@media all and (max-width: 698px) 
{
    .wlg_main_box
    {
        width: 100%;
    }
    .wlg_main_box input
    {
        width: 100%;
    }
}

.wlg_main_box_label
{
    margin-top:20px;
    color: #C2BBF2;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(79, 79, 79, 0.8); /* Text shadow */
}

.wlg_link_label
{
    display: none;
    color: #C2BBF2;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(79, 79, 79, 0.8); /* Text shadow */
}

.wlg_link_input
{
    display: none;
}

.wlg_copy_link
{
    background-color: #C2BBF2;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    /* font-weight: bold; */
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Text shadow */
    padding: 7px;
    margin-top: 25px;
}
/* ------------------- */