.dcn-page .popular-locations-wrapper {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    z-index: 10;
    background-color: rgba(0 0 0 /0.5);
}

.dcn-page .popular-locations {
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 765px;
    max-height: 438px;
    justify-content: revert;
    align-items: flex-start;
    z-index: 4;
    background-color: #EBEBEB;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 55px;
}

.dcn-page .popular-locations .left-pane {
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 100px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.dcn-page .popular-locations .left-pane .menu-button,
.dcn-page .popular-locations .left-pane .menu-button:visited {
    height: 68px;
    width: 100%;
    max-width: 100px;
    border-radius: 0;
    border: 1px solid white;
    border-top: none;
}

.dcn-page .popular-locations .left-pane .menu-button:hover,
.dcn-page .popular-locations .left-pane .menu-button:active,
.dcn-page .popular-locations .left-pane .menu-button:focus,
.dcn-page .popular-locations .left-pane .menu-button.active {
    height: 69px;
    width: 100%;
    background-color: #ffffff;
    color: #2B89CD;
}
.dcn-page .popular-locations .left-pane .menu-button.active {
    border-bottom: 2px solid #ded7d7;
}

.dcn-page .popular-locations .left-pane .menu-button.first {
    border-radius: 4px 0px 0px 0px;
}


.dcn-page .popular-locations .right-pane {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    background-color: #ffffff;
    flex-direction: column;
    border-right: 1px solid #BDBDBD;
}

.dcn-page .popular-locations .right-pane .header {
    display: flex;
    height: 34px;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}


.dcn-page .popular-locations .right-pane .header .btn-close,
.dcn-page .popular-locations .right-pane .header .btn-close:visited {
    width: 19px;
    height: 24px;
    color: #C1C1C1;
    background: none;
    border: none;
    font-size: 24px;
    margin-right: 16px;
    padding: 0px;
}

.dcn-page .popular-locations .right-pane .header .btn-close:hover,
.dcn-page .popular-locations .right-pane .header .btn-close:active,
.dcn-page .popular-locations .right-pane .header .btn-close:focus {
    color: #6e6e6e;
}


.dcn-page .popular-locations .right-pane .listing {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
}

.dcn-page .popular-locations .right-pane .listing ul > li > a {
    color: #141414;
    line-height: 32px;
    display: block;
    font-size: 14px;
    padding-left: 24px;
    cursor: pointer;
}

.dcn-page .popular-locations .right-pane .listing ul>li>a:hover,
.dcn-page .popular-locations .right-pane .listing ul>li>a:focus,
.dcn-page .popular-locations .right-pane .listing ul>li>a:active {
    color: #ffffff !important;
    background-color: #2B89CD;
}

@media screen and (max-width: 1279px) {
    .dcn-page .popular-locations .right-pane .listing ul > li > a {
        font-size: 16px;
        line-height: 48px;
    }

    .dcn-page .popular-locations .left-pane .menu-button {
        font-size: 16px;
    }

    .dcn-page .popular-locations .right-pane {

    }
}

@media screen and (max-width: 771px) {

    .dcn-page .popular-locations {
        flex-direction: column;
        background-color: #EBEBEB;
        justify-content: revert;
        max-width: 96%;
    }

    .dcn-page .popular-locations .left-pane {
        max-width: 590px;
        width: 100%;
        flex-direction: row;
        border-right: revert;
        z-index: 3;
    }

    .dcn-page .popular-locations .left-pane .menu-button,
    .dcn-page .popular-locations .left-pane .menu-button:visited {
        height: 40px;
        max-width: 220px;
        width: 50%;
    }

    .dcn-page .popular-locations .left-pane .menu-button:hover,
    .dcn-page .popular-locations .left-pane .menu-button:active,
    .dcn-page .popular-locations .left-pane .menu-button:focus,
    .dcn-page .popular-locations .left-pane .menu-button.active {
        height: 40px;
        border-bottom: 0;
    }

    .dcn-page .popular-locations .left-pane .menu-button.first {
        border-right: 1px solid #BDBDBD;
    }


    .dcn-page .popular-locations .right-pane {
        border-radius: revert;
    }

    .dcn-page .popular-locations .right-pane .header {
        position: absolute;
        top: 0px;
    }


}

@media screen and (max-width: 479px) {
    .dcn-page .popular-locations .left-pane .menu-button, .dcn-page .popular-locations .left-pane .menu-button:visited {
        max-width: 165px;
    }
    .dcn-page .popular-locations .left-pane {
        max-width: 340px;
    }

    .dcn-page .popular-locations .left-pane .menu-button {
        max-width: 125px;
    }
}