
.menu_btn{

    margin-left:12px;
    margin-top:6px;
    display:inline-block;
}
.btn_menu:hover{
    background-color:#232D36;
}

.btn_taskbar{
    left:-10px;
    pointer-events:none !important;touch-action: none !important;
    position: fixed;
    bottom: -1px;
    background-color:#151E2D;
    padding-left:6px;
    padding-right:6px;

    border-radius: 6px 6px 0 0;
    border: 1px solid  rgb(108, 193, 230);
    text-align:center;
    font-size:15px;
    margin-left:6px;

}

.btn_menu{
    position: fixed;
    bottom: -1px;
    background-color:#151E2D;
    padding-left:6px;
    padding-right:6px;

    border-radius: 6px 6px 0 0;
    border: 1px solid  rgb(108, 193, 230);
    text-align:center;
    font-size:15px;
    margin-left:4px;

}

.menu_main{
    z-index:1000;
    display:none;
    position: fixed;
    transition:height 1s ease-out;
    bottom: 38px;

    padding-left:6px;



}
.menu_main_visible{
    opacity: 1;
}
.menu_main_hidden{
    opacity: 0;
}
.menu_item
{
    padding: 6px 6px 6px 6px;

    width:auto;
    background: linear-gradient(#151E2D, #000000);
    font-size:15px;
    white-space: nowrap;

    max-width: 100%; /* Limits the width to the container's size */

}

.menu_item:hover
{
    background: linear-gradient(#151E2D, #232D36);
}
.menu_top{
    border-radius: 6px 6px  0px 0px;
    border: 1px solid rgb(108, 193, 230);
    border-bottom: 0px;
}
.menu_mid{
    border-radius: 0px 0px  0px 0px;
    border: 1px solid rgb(108, 193, 230);
    border-bottom: 0px;
}
.menu_bot{
    border-radius: 0px 0px  6px 6px;
    border: 1px solid rgb(108, 193, 230);
}
.menu_mid_white_top{
    border-radius: 0px 0px  0px 0px;
    border: 1px solid rgb(229, 244, 251);
    border-top: 1px solid rgb(229, 244, 251);
    border-bottom: 0px;
}
.menu_mid_stippled_top{
    border-radius: 0px 0px  0px 0px;
    border: 1px solid rgb(229, 244, 251);
    border-top: 1px dashed rgb(229, 244, 251);
    border-bottom: 0px;
}
.menu_bot_white_top{
    border-radius: 0px 0px  6px 6px;
    border: 1px solid rgb(108, 193, 230);
    border-top: 1px solid rgb(229, 244, 251);
}
