.mshow {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}

.hide {
    display: none !important;
}

.transparent-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: black !important;
    float: right !important;
}

.whicon {
    font-size: 40px;
    margin-right: 20px;
}