﻿* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
    -webkit-appearance: none;
}

body, html {
    font-size:17px;
}



.sidebar {
    width:100vw;
    height:100vh;
    min-height:calc(100vh + 200px);
    font-size: 1rem;
    top:0;
    right:0;
    border-radius: 0;
}

.mobile-nav {
    position: fixed;
    bottom:0;
    width:100vw;
    background-color:#F4F5F7;
    padding: 20px 0;
}




.bottom_bar_btn {
    outline: 0;
    border: 0;
    cursor: pointer;
    background: none;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    padding: 2px 0 0 0;
    opacity: 0.5;
    color: #222;
}

.bottom_bar_btn:active,
.bottom_bar_btn:focus {
    outline: 0 !important;
}

.bottom_bar_btn span {
    display: block;
    font-size: 10px;
}

.bbar_btn_activated {
    opacity: 1;
}