.wg_required {color:red;font-size:11px;}
.wg_required_border {border:1px solid red!important;}

.wg-note {background-color: #E6E6E6;padding:7px 12px;font-size: 12px;font-weight: 400;}
.wg-note span {font-weight: 600;}

.wg-options {position: relative;}
.wg-options > a {border: 1px solid #ccc;background-color: #fff;width: 25px;height: 25px;border-radius: 50%;overflow: hidden;display: block;margin: 0 0 0 auto;text-align: center;padding-top: 3px;padding-left: 1px;}
.wg-options ul {list-style: none;padding: 0 0;margin: 0 0;position: absolute;right: 0;top: 27px;border: 1px solid #ccc;background-color: #fff;border-radius: 5px;width:135px;display: none;z-index: 1;}
.wg-options ul li {padding: 4px 10px;border-bottom: 1px solid #ccc;text-align: left;}
.wg-options ul li:last-child {border-bottom: none;}
.wg-options ul li a {text-decoration: none;font-size:12px;color: #333;}

.wg-drop-down {position:relative;}
.wg-drop-down .wg-drop-down-item-panel {position: absolute;left: 0;top: 38px;width: 100%;border:1px solid #ccc;background-color: #fff;border-radius: 2px;z-index: 1;max-height: 141px;overflow-x: hidden;overflow-y: auto;display: none;}
.wg-drop-down .wg-drop-down-item-panel > div {padding:5px 10px;border-bottom: 1px solid #ccc;cursor: pointer;}
.wg-drop-down .wg-drop-down-item-panel > div:last-child {border-bottom: none;}

.action-button {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
    background: #FFF;
    border: 1px solid #D5D9D9;
    font-size: 13px;
    height: 31px;
    padding: 5px 11px 0 11px;
    text-align: center;
    font-weight: 400;
    color: #0F1111;
}
