/* xxxxxxxxxxxxxxxxxxxxxxxxx POPUP TEXTAREA xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */.popup_form{                                                    /* Main container class */        display         : none;        border-radius   : 10px !important;        z-index         : 8000000;                              /* Eighty lakh */        font-family     : Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;        position        : fixed;        box-shadow      : 0px 1px 1px #888888;        overflow        : auto;                padding         : 20px;        background-color: #f6f6f6;}.popup_form textarea{        width           : calc(100% - 12px);        height          : 200px;}            