/*
MOBILE 
*/

.mobilebloc {
    display: inline-block;
}

.mobiled {
    max-width: 800px
}

@media screen and (max-width:1000px),
(max-height:499px) {
    :root {
        --mobile-visuel-h: 50vh;
        --mobile-visuel-h: 50svh;
        --mobile-safe-bottom: 60px;
        --mobile-safe-gap: 7px;
    }

    #wrapper {
        width: 100%;
    }

    #chart-container canvas {

        width: 100%;
    }

    #nuchatboxcontainer {
        right: 0;
        top: calc(var(--mobile-visuel-h) - 8px);
    }

    .mobiled {
        max-width: calc(100% - 30px) !important;
        left: 0 !important;
        padding: 15px !important;
        margin: 0 !important;
        border: none !important;
    }

    .mobilebloc {
        display: block;
    }

    .hideonmobile {
        display: none !important;
    }

    html,
    body {
        touch-action: pan-y;
        overscroll-behavior-x: none;
        overscroll-behavior-y: contain;
    }

    #lastinfo .splash {
        width: 100%;
        height: auto;
    }

    #bugreport {
        display: none;
    }

    #lastinfo .content {
        max-height: none;
    }

    #acceptTerms {
        position: absolute;
        bottom: 20px;
        left: 54px;
        transform: none;
        padding: 10px 20px;
        font-size: 150%;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size: 28px;
    }

    #debug {
        display: none !important;
        opacity: 0;
        font-size: 1px;
    }

    #top3 {
        position: absolute;
        top: 30px;
        left: 0;
        height: var(--mobile-visuel-h);
        overflow: hidden;
        width: 431px;
        margin: auto;
        margin-left: 38px;

    }



    #logocontainer {
        display: block;
        max-width: 300px;
        margin: auto;
        margin-top: 50px;
    }

    #logoblektre {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .UIbuttons {
        text-align: center;
        margin-left: auto;
        width: calc(100% - 100px);
        padding: 0;
        padding: 0 50px;
    }

    #ob_display {
        overflow: hidden;
        width: 100%;
    }

    #ob_display span {
        color: var(--rouge);
    }

    #UIbuttons_main {
        position: relative;
        top: 65px;
        left: 0;
        transform: scale(1.2);
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .showikpic {
        bottom: 20px;
        position: relative;
        top: 100px;

    }

    #worldnewsbox {
        text-align: left;
        margin: 0;
        padding: 0;
        width: calc(100% - 50px);
        height: 132px;
        top: 30px;
        font-size: 16px;
        position: relative;
    }

    .degrade {
        display: none;
    }

    #top3 {
        top: 0;
        height: var(--mobile-visuel-h);

    }

    #visuel {
        width: 100%;
        height: var(--mobile-visuel-h);
    }

    .persotop_0 {
        top: 91px;
        left: 22px;
    }

    .arrow_pad.disabled {
        display: none;
    }

    #numap {
        position: absolute;
        top: -0;
        left: 0;
        width: 100%;
        height: 100svh;
        display: none;
        z-index: 2;
        border-radius: 11px;
    }

    #bottom_swipe_menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 450px;
        height: 60px;
        max-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding-bottom: env(safe-area-inset-bottom, 0px);
        box-sizing: border-box;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translate3d(0, 100%, 0);
        transition: transform 180ms ease-out;
        will-change: transform;
        z-index: 120000;
        text-align: center;
        background: rgba(230, 200, 110, 0.96);
        border-top: 1px solid rgba(85, 65, 95, 0.35);
    }

    #mobile_panel_buttons {
        display: none;
        position: fixed;
        top: calc(env(safe-area-inset-top, 0px) + 8px);
        left: 0;
        right: 0;
        height: 64px;
        z-index: 45;
        pointer-events: none;
    }

    #mobile_panel_buttons.enabled {
        display: block;
    }

    #mobile_open_left_panel,
    #mobile_open_right_panel {
        position: absolute;
        top: 0;
        width: 32px;
        height: 32px;
        border: 0;
        padding: 0;
        pointer-events: all;
        opacity: 0.96;
    }

    #mobile_open_left_panel {
        left: calc(env(safe-area-inset-left, 0px) + 8px);
        background: #2478ff;
    }

    #mobile_open_right_panel {
        right: calc(env(safe-area-inset-right, 0px) + 8px);
        background: #e13d3d;
    }

    #bottom_swipe_menu .arrow_pad {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        position: relative;
        display: inline-block;
    }

    #bottom_swipe_menu .arrow_pad.disabled {
        display: inline-block;
    }

    .skininfo {
        left: 0px;
        right: 0;
        width: 300px;
        top: 0;
        position: absolute;
    }

    #avatarleft {
        float: left;
        pointer-events: all;
    }

    #avatarright {
        float: right;
        pointer-events: all;
    }

    #avatarboxcontainer {
        overflow: hidden;
        right: 0;
        position: relative;
        height: 270px;
        width: 98px;
        left: calc(50% - 46px);
        top: 40px;
        pointer-events: none;
    }

    #avatarcontrolbox {
        position: absolute;
        display: block;
        top: 210px;
        width: 200px;
        padding-left: 3px;
        left: calc(50% - 100px);
        pointer-events: none;
    }

    #avatarcontrolbox>div {
        width: 30px;
        text-align: center;
        padding: 5px;
        height: 30px;
    }


    .persotop_2 {
        left: 213px;
        top: 102px;
    }

    .persotop_1 {
        left: 119px;
        top: 75px;
    }

    #character_menu .scrollbox {
        height: calc(100svh - 40px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #charcreationmenutitle {
        position: relative;
        width: 100% !important;
        left: 0;
        font-size: 25px !important;
        margin-bottom: 0 !important;
        text-align: center;
    }

    .quit {
        position: fixed;
        top: 0;
        right: 0;
    }

    .persobox {
        width: 100%;
        height: auto;

    }

    .selsub {
        margin-top: 20px;
        width: 100%;
        margin-left: 10px;
    }

    #createchar_button {
        margin-bottom: 30px;
    }

    .selscanner .col_droite {
        display: none;
        width: 0;
    }

    #creaturecharform {
        padding-bottom: 100px;
        height: auto;
        overflow: visible;
    }

    #hackbox {

        opacity: 0;
        pointer-events: none;
    }

    #hoverpeoplebox {
        padding: 10px;
        margin: 0;
    }

    #mobilescrolable {
        overflow-x: scroll;

    }

    #equipwin::before {
        content: none;
        background: none;
    }

    #overlay #equipwin button {
        display: block;
        position: relative;
    }

    #equipwin .itempic {
        position: relative;
    }

    #equipwin .wearequipcss {
        left: 0;
        top: 0;
    }

    #equipwin .unequip {
        position: absolute !important;
    }

    #equipwin {
        width: calc(100% - 30px) !important;
    }

    .emplacement {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        text-align: left;
        width: calc(100% - 30px) !important;
    }

    #createchar {
        width: calc(100% - 40px) !important;
        padding: 20px;
    }


    #map {

        width: 100%;

        left: 0;
        text-align: center;
        height: 100%;
        background: var(--jaune);
    }

    #map::before {
        display: none;
    }

    .iframebody {
        font-size: 12px;
    }

    #charbox {
        width: calc(100% - 20px);
    }

    #map img {
        width: 600px;
    }

    #gheader {
        font-size: 70%;

    }

    #cadrephaser {
        display: none;
    }

    #game,
    #character_menu,
    #phaserframe {
        width: 100%;

    }

    #character_menu {
        height: 100svh;
        overflow: hidden;
        box-sizing: border-box;
    }

    #phaserframe {
        height: var(--mobile-visuel-h);
    }

    #infobulleperso {
        padding-bottom: 20px;
    }

    .textzone {}

    .nomobile {
        display: none;
    }

    .nointerractframe #contextemenu {
        left: 15px !important;
        top: 35svh !important;
        transform: none !important;
    }

    #hoverpeoplebox {
        padding: 0;
    }

    .statsadv>div {
        width: 28px !important;
    }

    .infodev {
        display: none;

    }

    .mobile9 {
        --mobile9-img: url("../css/mobile/patch9.png");
        border: 24px solid transparent;
        /* reserve 24px in layout */
        border-image-source: var(--mobile9-img);
        border-image-slice: 12 fill;
        border-image-width: 24px;
        /* or 1 if you prefer unitless */
        border-image-repeat: stretch;
        background-color: var(--jaune);
        background-clip: padding-box;
    }

    #stayconnected {
        padding-bottom: 40px;
    }

    #staycobox {
        display: none;
        position: absolute;
        right: 0;
        top: -35px;
        width: 70px;
        text-align: right;
    }

    #connect {
        margin-top: 0;
        overflow-y: scroll;


        max-width: 450px;
        margin: auto;
        padding: 0;
    }

    #freeplaymode .badlogin {
        position: relative;
    }

    #tutoarro {
        display: none;
        opacity: 0;
    }

    .overlaymode::before {
        display: none;
    }

    .arrow_pad.disabled {
        pointer-events: none !important;
    }

    .arrow_pad:not(.disabled) {
        pointer-events: all !important;
    }

    #submit {

        font-size: 24px;
        position: relative;
        right: 0;
        top: 0;
    }

    .allbars {
        left: 0;
        margin-top: 30px;
    }

    #emptychatbox {
        left: calc(50% - 70px);
    }

    .selectable_objectif {
        pointer-events: all;
        text-align: left;
        width: 85%;
        margin: auto;
    }

    .p9phaser::before {
        display: none;
    }

    #coachpub {
        display: none;
    }

    #closelay {
        left: auto;
        right: 35px;
        top: 32px;
    }

    html {
        background: #e6c86e;
        height: 100%;
    }

    #closeprelude {
        right: 8px;
    }

    #openlogb {
        display: none;
    }

    .mobile_only {
        display: block;
        max-width: 450px;
        margin: auto;
    }

    #loginbox {
        top: 0;
        position: relative;
    }

    .langcont {
        top: 0;
        position: relative;
    }

    #languagechange {
        font-size: 20px;
        padding: 10px;
        padding-right: 10px;
        position: absolute;
        padding-right: 45px;
        top: 0;
        left: 105px;
    }

    body {

        height: 100%;
        width: 100%;
        max-width: none;
        border: none !important;
        margin: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        background: var(--violet);
    }

    #neocolgauche,
    #neocoldroite {
        display: none;
        width: calc(100% - 60px);
        z-index: 30;
    }

    #neocolgauche,
    #neocoldroite {
        width: 100%;
        box-sizing: border-box;
        overflow-y: scroll;
        overflow-x: hidden;

    }

    #overlay .relative {
        box-sizing: border-box;
    }

    #objectivepanel {
        padding: 0;
        width: calc(100% - 50px);
        overflow: visible;
        position: relative;
        margin: 0;
        left: 0;
        top: 15px;
    }


    #worldtime {
        top: 0;
        width: 100%;
        text-align: center;
        left: 0;
        position: relative;
    }

    #alert_box {
        width: 96%;
    }

    #logoblektre {
        width: 284px !important;
        margin-left: 25px;
        margin-top: 32px;

    }

    #wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        transform: none;
        z-index: 1;
        pointer-events: none;
    }

    #neocolgauche {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        text-align: left;
        height: auto;
        min-height: 100vh;
        /* fallback */
        min-height: 100svh;
        /* mobile viewport */
    }

    #mylife {
        left: 0;
    }

    .peoplescan {
        padding: 0;
        margin: 0;
        left: 0;
        position: relative;
        box-sizing: border-box;
    }

    #permisUI {
        background-image: url(/img/9patchframe/PERMISUI.png?v=V_2026_PROD_1_FIXVERSION);
        background-size: 1800px;
        background-position: left;
        width: 285px;
        height: 160px;
        position: absolute;

        display: block;
        margin: auto;
    }

    .lifeitemsbar {
        left: 0;
    }

    #neocoldroite {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        text-align: left;
        height: 100svh;
    }

    .bizmap {
        display: none;
    }

    #land {


        width: 100%;
        padding: 0;
    }

    #connect input {
        width: 90px;
    }

    #landframe::before {
        content: "";
        background-image: url("../logoblektre2.png");
        width: 332px;
        height: 284px;
        position: absolute;
        background-size: 332px;
        top: -290px;
        left: calc(50% - 166px);

    }

    .butcon {
        height: 60px;
    }

    #landframe {
        position: fixed;
        width: 100%;
        padding: 0px;
        padding-top: 0px;
        left: 0;
        right: 0;
        top: var(--mobile-visuel-h);
        background: var(--jaune);
        height: calc(100vh - var(--mobile-visuel-h) - var(--mobile-safe-bottom));
        height: calc(100svh - var(--mobile-visuel-h) - var(--mobile-safe-bottom));
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 0;
    }


    #landframe.p9frame::before {
        display: none;
    }

    body.p9frame::before {
        display: none;
    }

    .startedgame {
        height: calc(100% - 50px);
    }

    #game {


        max-width: 450px;


    }

    #disclaimer {
        display: none;
    }

    #connectchoice {
        position: relative;
        top: 0;
    }

    #connec_prelude {

        z-index: 999999;
        position: fixed;
        background: var(--jaune);
        padding: 35px 20px;
        width: calc(100% - 40px) !important;
        margin: 0 auto;
        height: 100%;
        top: 0;
        left: 0;
    }

    #passbox {
        position: relative;
        top: 0;
        font-size: 16px;
    }

    #main_panel {
        width: 100%;
        margin: auto;
        padding-bottom: 20px;
    }



    #buttonrestart {
        margin-left: 38px;
        background: var(--jaune);
        font-size: 50px;
        top: -290px;
        position: absolute;
        width: 300px;
        text-align: center;
    }

    .gametextzone {

        max-height: none;
        background: none;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    #coolmonitor {
        top: 0;
    }

    .gametextzone .content,
    .gamechoice_button {
        font-size: 20px;
    }

    #choices {
        width: 100%;
    }

    .gamechoice_button {
        max-width: 302px;
    }

    .nua2 {
        display: none !important;
    }

    .gametextzone {
        overflow-x: hidden !important;
    }

    .gametextzone.large {
        margin-top: 0;
        max-height: 100vh;
        max-height: 100svh;
        height: 680px;
        width: 100%;
        left: 0;
        z-index: 100000;
        position: fixed;
    }

    .powercontainer {
        left: -130px;
    }

    #scrollburne div {
        overflow-x: visible;
    }

    .large #gametext_scrollzone {
        max-height: 100vh;
        height: 100vh;
        max-height: 100svh;
        height: 100svh;
        width: 100% !important;

    }

    .large #choices {
        width: 100%;
    }

    #gametext_scrollzone {
        height: 100% !important;
        max-height: none;
        background: none;
        width: calc(100% - 28px) !important;
        overflow-x: hidden !important;
        padding-bottom: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: none;
        flex: 1 1 auto;
        min-height: 0;
    }

    .tretdesc {
        display: none;
    }

    .trettotal {
        color: var(--vert);
        font-size: 13px;
        position: absolute;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    #alert_content h3 {
        margin: 10px;
    }

    .boxitem {
        padding-top: 0;
    }

    #gametext_scrollzone .parent {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

    #text {
        overflow-y: visible !important;
        overflow-x: hidden !important;
        flex: 0 0 auto;
    }

    #choices {
        flex: 0 0 auto;
        /*      margin-bottom: calc(var(--mobile-safe-bottom) + 12px); */
    }

    #gametext_scrollzone {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    #gametext_scrollzone::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .showonmobile {
        display: block;
    }

    #mobtabs button {
        font-size: 25px;
    }

    #scrollburne {
        left: 0;
        position: absolute;
        top: var(--mobile-visuel-h);
        width: 100%;
        height: calc(100vh - var(--mobile-visuel-h) - var(--mobile-safe-bottom));
        max-height: calc(100vh - var(--mobile-visuel-h) - var(--mobile-safe-bottom));
        height: calc(100svh - var(--mobile-visuel-h) - var(--mobile-safe-bottom));
        max-height: calc(100svh - var(--mobile-visuel-h) - var(--mobile-safe-bottom));
        box-sizing: border-box;
        overflow-y: hidden;
        overscroll-behavior-x: none;


    }

    .gametextzone .content {
        overflow: hidden;
        line-height: var(--linesize);
        width: auto;
        padding-top: 11px;
    }


    #createaccount {
        margin-top: 50px;
    }

    #neocoldroite .statbloc {}

    #gamebg {
        display: none;
    }



    .gametextzone::before {
        display: none;

    }

    #visuel {
        padding-top: 0;
        margin-top: 0;
        position: absolute;
        left: 0 !important;
        top: 0;
        transform: none;
        pointer-events: none;
        height: var(--mobile-visuel-h);
    }

    #visuelcache {
        border: none !important;
        height: var(--mobile-visuel-h);
    }

    #visuelcache {
        width: 100%;
    }

    #contextemenu {
        z-index: 2000;
        max-width: calc(100% - 40px);
        box-sizing: border-box;
        pointer-events: all;
    }

    #control_pad {
        width: 100%;
        height: var(--mobile-visuel-h) !important;
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;


    }

    #control_pad .relative {
        width: 100%;
        height: 100% !important;
        min-height: 100%;
        box-sizing: border-box;
        position: relative;
        pointer-events: none;
    }

    #phaserframe {
        /* centrage offset phaser frame */

    }

    #pad_up {
        top: 0px;
        left: calc(50% - 32px);
    }

    #pad_left {
        top: 25svh;
    }

    #pad_right {
        left: auto;
        right: 0;
        top: 25svh;
    }

    #pad_world,
    #pad_shop,
    #pad_ubeurre,
    #pad_wc,
    #peopleherepad {
        top: auto;
        bottom: 50px;
        display: none;
    }

    #peopleherepad {
        right: 60px;
        left: auto;
    }

    #pad_ubeurre {
        right: 0;
        left: auto;
    }

    #pad_down {
        left: calc(50% - 32px);
        top: auto;
        bottom: 0;
    }


    #pad_world {
        left: 60px;
    }


    #overlay button {
        font-size: 15px;
        margin: 13px 0px;
    }

    .playername {
        pointer-events: all;
    }

    #tradecontainer .itemname {
        display: none;
    }

    #scrollable-container {
        width: 300px;
    }

    .persoscrollbar {
        width: 300px;
    }

    #overlay {
        position: fixed;
        background: #e6c86e;
        z-index: 50;
        padding: 10px;
        width: calc(100% - 40px);
        top: 0;

        border: 10px solid #55415f;
        min-height: 0;
        left: 0;

        height: calc(100% - 40px);
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0;
    }


    #overlay div {
        height: auto;

        width: 100%;

        overflow: hidden;
    }

    #deepwatch .deepwatch-layout {
        display: block;
    }

    #deepwatch .deepwatch-left,
    #deepwatch .deepwatch-right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

    #deepwatch .deepwatch-right {
        margin-top: 20px;
    }

    #deepwatch .sondavatar {
        width: auto;
    }

    #deepwatch .deepwatch-align-map {
        margin: 0 auto;
        overflow: visible !important;
    }

    #deepwatch .deepwatch-align-map div {
        width: auto;
        overflow: visible;
    }

    /* Keep character portrait sizing in people list overlays. */
    #overlay .peoplemenu_item .portret {
        width: 130px;
        overflow: visible;
    }

    #overlay .peoplemenu_item .vignette,
    #overlay .peoplemenu_item .portrait {
        width: 128px;
        height: 256px;
        overflow: visible;
    }

    #overlay .peoplemenu_item .vignette .hat {
        width: 128px;
        height: 128px;
        overflow: hidden;
    }

    #overlay .header {
        width: 120px;
        /*  background: #e6c86e; */
        top: 20px;
        position: absolute;
        height: 65px;
        right: 0;
        text-align: right;
    }

    .large_button {
        padding: 10px !important;
    }

    #traitsUI {
        margin-top: 0;
    }

    #overlay .items {
        padding-top: 50px;
    }

    .overlaymode {
        left: 0;
        background: var(--jaune);
        width: 100%;
        top: 0;
        padding: 20px;
        height: 100% !important;
        position: fixed;
    }

    #alert_box::before {
        content: "";
        position: absolute;
        width: 350px;
        height: 270px;
        background-image: url(/img/ui2/alertlay.png);
        background-size: 350px;
        background-repeat: no-repeat;
    }

    #alert_box.red::before {
        background-image: url(/img/ui2/alertlaybigred.png);
    }

    #devstuff {
        display: none;
    }

    #alert_content {
        padding: 15px;
        text-align: center;
        pointer-events: none;
        height: 291px;
        top: 35px;
        left: calc(50% - 160px);
        position: relative;
        width: 300px;
        height: 300px;
        overflow-y: hidden;
        line-height: 28px;
        font-size: 20px;
    }

    #text {
        margin-top: 0px;
        width: 100%;
    }

    .gametextzone {

        padding: 0 0px;
        width: 100%;
        height: 100%;


    }



    #mobiledisclaimer {
        display: block;
        height: 100%;
        background: var(--jaune);
        font-size: 27px;
        position: fixed;
        top: 0;
        z-index: 33;
        overflow:
            hidden;
        pointer-events: all;
    }

    #mobiledisclaimer img {
        width: 100%;
        margin-bottom: 20px;
    }

    #bmap {
        position: absolute;
        left: -43px;
        top: 48px;
        height: 650px !important;
        width: calc(100% + 124px) !important;
    }

    .nomobile {
        display: none;
    }

    .popin {
        font-size: 15px;

    }

    #col_popups {
        width: 100%;
        height: auto;
        top: -10px;
    }

    .mobiletrig {
        background: var(--rouge);
        color: var(--jaune);
        border-color: var(--violet);
    }

    .nointerractframe .statsadv {
        position: absolute;
        top: 7px;
        left: 165px;
    }

    .hoverpeople {
        margin: 0;
    }

    .inventaire_item button,
    .compbutton {
        font-size: 16px;
    }



    .inventory {
        font-size: 15px;
    }



    #alertlay {
        position: absolute;
        width: 90%;
        height: 230px;
        left: 5%;
        top: 30%;
        z-index: 9999;
    }

    #alertbox {
        width: auto
    }


    .badlogin {
        top: 175px;
        left: 105px;
        width: 230px;
    }

    .compbutton .nom {
        width: 90px;
    }

    .compbutton {
        width: 90px;
        height: 122px;
    }

    #tabs {
        display: block;
        position: absolute;
        top: 15px;
    }

    #tabs button {
        margin: 5px 0px;
    }

    .compbutton .power {
        display: none;
    }

    .skill_memory_table {
        border-spacing: 4px;
    }

    .skill_memory_header {
        font-size: 12px;
        padding: 5px 2px;
    }

    .skill_memory_skill {
        min-height: 0;
        padding: 4px;
        gap: 4px;
    }

    .skill_memory_skill .nom {
        font-size: 11px;
    }

    .skill_memory_empty {
        min-height: 0;
        font-size: 16px;
    }

    .skill_memory_install {
        font-size: 10px;
        padding: 4px 6px;
    }

    .badlogin {
        position: absolute;
        padding: 15px;
        width: 90%;
        left: 0px;
        top: -123px;
        background: var(--blanc);
        border: 1px solid red;
        z-index: 333;
        display: none;
    }
}


#mobile_menu {
    display: flex;
    /* padding: 10px; */
    position: fixed;
    bottom: -20px;
    background: #e6c86e;
    width: 100%;
    height: 70px;
    z-index: 10;
    max-width: 450px;

}

#mobile_menu>button {
    width: 50%;
    color: #148bb8;
    border-color: #148bb8;

}
