/* Left Menu */

.leftmenu_icon_storyteller_mobile {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 15px;
    cursor: pointer;
}

.leftmenu_panel_storyteller_mobile {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 200px;
    background: #222838;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    z-index: 1;
    /*font-family: Roboto;*/
    font-size: 15px;
}

.leftmenu_panel_header_storyteller_mobile {
    width: 100%;
    display: flex;
    min-height: 50px;
    border-bottom: 1px solid grey;
    padding: 0 20px;
}

.leftmenu_panel_header_storyteller_mobile img {
    height: 15px;
    width: 15px;
    margin: auto 0;
    cursor: pointer;
}

.leftmenu_panel_header_storyteller_mobile span {
    margin: auto 0;
    padding: 0 10px;
}

.leftmenu_panel_body_storyteller_mobile {
    width: 100%;
    display: flex;
    padding: 10px 0px;
    font-size: 15px;
}

.leftmenu_panel_body_storyteller_mobile ul {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    color: inherit;
}

.leftmenu_panel_item_storyteller_mobile {
    padding: 10px 20px;
    cursor: pointer;
}

.leftmenu_panel_item_selected_storyteller_mobile {
    pointer-events: none;
    cursor: none;
    background-color: #121828;
    outline: none;
    color: white;
}

.currentmenu_storyteller_mobile {
    position: absolute;
    top: 20px;
    left: 50px;
    color: white;
    letter-spacing: 2px;
    font-size: 20px;
}

.minimap_icon_container_storyteller_mobile {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 40px;
    cursor: pointer;
}

.minimap_icon_container_storyteller_mobile img {
    border: 10px solid rgba(47, 61, 44, 0.38);
}

.filters_button_container_storyteller_mobile {
    cursor: pointer;
    position: absolute;
    border: 1px solid white;
    background: #121828;
    color: white;
    text-align: center;
    left: 20px;
    bottom: 20px;
    padding: 5px 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Roboto;
}

.filters_expanded_container_storyteller_mobile {
    left: 110px;
    bottom: 20px;
    display: flex;
    position: absolute;
    font-size: 12px;
    font-family: Roboto;
}

.filter_item_button_storyteller_mobile {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 5px;
    border: 0;
    padding: 5px 0px;
    background: #121828ab;
}

.filter_item_button_storyteller_mobile img {
    height: 15px;
    width: 15px;
    margin: 0 3px;
}

.filter_item_button_storyteller_mobile span {
    margin: 0 5px;
}

.filter_item_button_storyteller_mobile ul {
    display: none;
    color: white;
    text-transform: uppercase;
    bottom: 35px;
    position: absolute;
    max-width: 200px;
    max-height: 200px;
    overflow-y: auto;
    text-align: left;
}

.filter_item_button_storyteller_mobile li {
    padding: 0 20px;
    background: #121828ab;
    color: #ffffff;
}

.filter_item_button_storyteller_mobile li:hover {
    color: white;
    background: #121828;
}

.filter_item_button_storyteller_mobile:hover ul {
    display: block;
}


/* St Popup */
/* 
.st_popup_mobile {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 999;
} */

.st_popup_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    padding: 5% 15%;
}

/* .st_popup_container_mobile {
    height: 240px;
    font-family: Roboto;
    padding: 5px 10px;
    margin: 20px auto;
    width: 420px;
    background-color: #fff;
} */
.st_popup_container_mobile {
    font-family: Roboto;
    padding: 5px 10px;
    background-color: #fff;
}

/* .st_popup_container_body_left_mobile {
    height: 150px;
    width: 100px;
    float: left;
} */

.st_popup_container_body_left_mobile {
    /* height: 150px; */
    width: 20%;
    float: left;
}

/* .st_popup_container_body_right_mobile {
    float: right;
    width: 300px;
    border-left: 1px solid #bebebe;
    height: 150px;
    overflow-y: hidden;
    overflow-x: hidden;
} */

.st_popup_container_body_right_mobile {
    float: right;
    width: 80%;
    border-left: 1px solid #bebebe;
    height: 60vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* .st_popup_panel_mobile {
    height: 150px;
    overflow-y: auto;
} */
.st_popup_panel_mobile {

    overflow-y: auto;
    height: 68vh;
}

.st_popup_container_header_mobile {
    height: auto;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
}

.st_popup_container_header2_mobile {
    height: 30px;
    margin: auto;
    background: #bebebe;
}

.st_popup_container_close {
    float: right;
    position: relative;
    background: #bebebe;
    padding: 5px;
    line-height: 10px;
    cursor: pointer;
    font-size: 20px;
    margin: -5px -10px;
}

.st_popup_container_title {
    font-size: 15px;
    display: inline-block;
}

.st_popup_container_booknow_mobile {
    float: right;
    margin: 5px;
}

.st_menu_active {
    color: #ed1d53 !important;
}

.st_popup_container_booknow_button_mobile {
    font-family: BabasNeue;
    background: #ed1d53;
    color: white;
    z-index: 501;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 0px 15px;
    line-height: 30px;
    height: 30px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.st_popup_container_price {
    float: left;
    margin: 10px;
}

.st_striked_mobile {
    font-size: 15px;
    text-decoration: line-through;
    margin: 0 5px;
}

.st_striked_mobile::before {
    font-family: FontAwesome;
    content: "\f156";
}

.st_nonstriked_mobile {
    font-size: 20px;
    margin: 0 5px;
}

.st_nonstriked_mobile::before {
    font-family: FontAwesome;
    content: "\f156";
}

.st_popup_container_body_mobile {
    height: auto;
    width: 100%;
    display: inline-block;
}

.st_popup_container_body_left_mobile ul {
    overflow-y: auto;
    height: 100%;
    list-style: none;
    padding: 0;
}

.st_popup_container_body_left_mobile li {
    padding: 5px 10px;
    border-bottom: none;
    cursor: pointer;
}

.st_popup_container_body_left_mobile li a {
    font-size: 12px;
    color: #858da0;
    text-decoration: none;
}

.st_popup_container_body_left_mobile li a:hover {
    color: #ed1d53;
}


/* Status Bar */

.status_bar_container_storyteller_mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    font-size: 14px;
    color: white;
    pointer-events: none;
    visibility: hidden;
}

.status_bar_container_header_storyteller_mobile {
    margin: auto;
    text-align: center;
    width: 150px;
    background: #2b363c;
    opacity: 0.6;
}

.status_bar_container_steps_storyteller_mobile {
    display: flex;
    margin: auto;
    width: 150px;
    background: #2b363c;
    opacity: 0.6;
    padding: 0 10px 5px 10px;
}

.status_bar_container_steps_storyteller_mobile div {
    width: 15px;
    height: 5px;
    background-color: white;
    margin: auto 5px;
}


/* Book Now Panel */

.st_popup_booknow_panel_mobile {
    position: absolute;
    width: 420px;
    height: 250px;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 5px;
    border: 5px solid grey;
    background: white;
    z-index: 999999;
    font-family: Roboto;
}
 

.st_popup_booknow_panel_item_mobile{
    border-top: 1px solid grey;
    margin: 0 50px;
    display: flex;
}


.st_popup_booknow_panel_header_mobile{
    text-align: center;
    font-size: 10px;
}
.st_popup_booknow_panel_disclaimer_mobile{
    text-align: center;
    font-size: 10px;
}

.st_popup_booknow_panel_item_mobile div:first-child{
    width: 200px;
    font-weight: bold;
}

.st_popup_booknow_panel_item_mobile div:last-child{
    width: 200px;
}


.st_popup_booknow_panel_bottom_mobile{
    text-align: center;
}

.st_popup_booknow_cancel_mobile{
    margin: 5px 5px;
    padding: 0 15px;
    height: 35px ;
    background: black;
    color: white;
    text-transform: uppercase;
}

.st_popup_booknow_confirm_mobile{
    margin: 5px 5px;
    padding: 0 15px;
    height: 35px ;
    background: #ed1d53;
    color: white;
    text-transform: uppercase;
}

#stZoomInButtons{
background-image: url("../images/storyteller/Zoom in.svg");
width: 40px;
height: 40px;
background-size: contain;
background-repeat: no-repeat;
/*position: absolute;*/
/*bottom: 20px;*/
cursor: pointer;
/*right: 260px;*/
box-shadow: 0 2px 4px 2px rgba(0,0,0,0.30);
border-radius: 28px;
}
#stZoomOutButtons{
background: url("../images/storyteller/Zoom out.svg");
width: 40px;
height: 40px;
background-size: contain;
background-repeat: no-repeat;
/*position: absolute;*/
/*bottom: 20px;*/
cursor: pointer;
/*right: 320px;*/
box-shadow: 0 2px 4px 2px rgba(0,0,0,0.30);
border-radius: 28px;
}
#stZoomInOutButtons{
position: absolute;
bottom: 20px;
display: grid;
grid-auto-flow: column;
grid-gap: 25px;
left: 40%;
}