#open-left {
    display: flex;
    width: 70px;
    height: 55px;
    position: relative;
    cursor: pointer;
    z-index: 1035;
    padding-left: 10px;
}

.snapjs-left{
    overflow: hidden;
}

#open-left img{
    align-items: center;
    width: 17px;
}

.snapjs-left .snap-content{
    left:266px;
    position: relative;
}

.snapjs-left .footer-nav{
    left:266px;
}

.snap-drawers{
    position: fixed;
    height: 100vh;
    z-index: 10;
    opacity: 0;
    display: none;
}

.snapjs-left .snap-drawers{
    opacity: 1;
    display: block;
}

.snap-drawer {
    background: #1F69AA;
    /* position: fixed; */
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 266px;
    height: 100vh;
    /* overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease; */
}

.snap-drawer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.snap-drawer li>a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    line-height: 30px;
    position: relative;
}

.snap-drawer .nav-sub-menu:before {
    font-family: "Font Awesome 5 pro";
    content: "\f078";
    position: absolute;
    right: 10px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.snap-drawer .sub-menu li>a{
    border-bottom: none;
    padding-left: 40px;
}

.snap-drawer li:last-child>a {
    /* border-bottom: none; */
}

.snap-drawer .sub-menu li:last-child>a{
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.snap-drawer li>a.active .snap-text,
.snap-drawer li>a:active .snap-text {
    color: #f9d040;
}

.snap-drawer li>a .snap-icon {
    width: 22px;
    text-align: center;
    margin-right: 1rem;
}

.snap-drawer li>a .snap-icon img {
    max-width: 22px;
}

.snap-drawer li>a .snap-text {
    text-transform: capitalize;
    color: #e7f2ff;
}

.snap-drawer-left {
    left: 0;
    z-index: 2;
    padding:55px 10px 100px 10px;
    height: 100%;
    overflow-y: scroll;
}

.snap-drawer-left li .number{
	float: right;
    color: #f0da03;
    font-weight: 400;
}


.snap-drawer-left .searchbar .input-group {
    height: 45px;
    line-height: 45px;
}

.snap-drawer-left .searchbar .input-group .form-control {
    height: 45px;
    line-height: 45px;
    padding-left: 0px;
}

.snap-drawer-left .searchbar .input-group .search {
    color: #fff;
}

.snap-drawer-left .searchbar .input-group-prepend {
    height: 45px;
    line-height: 45px;
    padding-left: 0px;
    color: #fff;
    font-weight: normal;
}

.snap-drawer-left .searchbar .input-group-prepend.cancel {
    padding-right: 1rem;
}
.snapjs-right .snap-drawer-left {
    display: none;
}

.snapjs-expand-left .snap-drawer-left{
    width: 100%;
    position: relative;
}

.snap-drawer-left .fixed-nav{
    position: fixed;
    top:0;
    left: 0;
    width: 266px;
    background-color: #1F69AA;
    display: flex;
    padding: 10px;
    z-index: 11;
}

#nav-search{
    padding:3px 10px;
    color:#fff;
    text-align:left;
    background: #135692;
    text-transform: capitalize;
    z-index: 10;
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 3px;
}

#nav-search a{
    font-size: 0.8rem;
    color: #fff;
}

#nav-search a .icon{
    font-weight: 900;
    font-size: 1rem;
    margin-right: 10px;
}

.snap-drawer-left li>a .snap-icon{
    font-size: 1rem;
    color: #e7f2ff;
    display: inline-block;
}

/* overlay */
.snapjs-left .overlay,
.snapjs-right .overlay,
.overlay.active {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 266px;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.btn-lobby{
    padding:0.3rem 0.7rem;
    color:#fff;
    text-align: center;
    background:#145693;
    text-transform: capitalize;
    z-index: 10;
    flex-grow: 1;
    flex-basis: 0;
    width: 100%;
    margin-top: 20px;
}

.btn-lobby a{
    font-size: 0.8rem;
    color: #fff;
}

.btn-lobby a .icon{
    font-weight: 900;
    font-size: 1rem;
    margin-right: 5px;
}
