.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.darken {
    background: rgb(0, 0, 0);
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none !important;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.openNav {
    margin-top: -20px;
    margin-bottom: 50px;
    font-size: small;
}

.openNav a {
    color: #82bc00;
    text-decoration: none;
    border-bottom: 1px solid #82bc00;
}

.openNav a:hover {
    color: rgb(5, 186, 5);
    border-bottom: 1px solid rgb(5, 186, 5);
}

#inSidenav .closebtn {
    /* position: absolute; */
    padding: 2px;
    font-size: 36px;
    margin-left: 70px;
}

#popUpBar {
    display: flex;
    /* justify-content: space-around; */
    padding-left: 30px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: solid 2px #ebebeb;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.current-loc {
    display: flex;
    /* justify-content: space-around; */
    text-align: center;
    padding-top: 20px;
    padding-left: 30px;
}

.current-zip {
    margin: 0 0 0 10px;
    font-weight: bold;
}

.your-store {
    width: 100%;
    height: auto;
    border: solid 2px #82bc00;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 10px 10px 15px;
    background-color: rgb(248, 247, 246);
}

.data-list {
    width: 100%;
    height: auto;
    border: solid 2px #a9a9a9;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 10px 10px 15px;
}

.cls-hidden {
    display: none !important;
}

.pc_btn_new {
    height: 80%;
    width: 30%;
    margin-right: 5px;
    padding: 8px;
    background: #046A38;
    color: #fff;
    font-size: 1rem;
    font-weight: bold !important;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #206a38;
}

.pc_btn_new:hover{
    background-color: #098a4c;
  }

.sn-title{
    font-size: large;
    font-weight: bold;
    color: black;
}

.pc_btn_target {
    height: 80%;
    width: 30%;
    margin-right: 5px;
    padding: 8px;
    background: rgb(189, 227, 208);
    color: #000000;
    font-size: 1rem;
    font-weight: bold !important;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 0px solid #206a38;
    
}

.pc_btn_target:hover{
    background: rgb(52, 153, 84);
  }