.mshow {
    display: flex;
    width: 100%;
    height: 32px;
    font-size: 13px;
    line-height: 21px;
}

.hide {
    display: none !important;
}

.transparent-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #fff !important;
    float: right !important;
}

.whicon {
    font-size: 16px;
    margin-right: 10px;
}