@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.wokrmap__img {
    z-index: 1 !important;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    /*opacity:0; 
    *filter: Alpha(opacity=0);*/
}

.m_container {
    position: relative;
    text-align: center;
    color: white;
}

/* Centered text */

.txt_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.txt_centered--bottom {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-lg, .modal-xl {
    max-width: 510px !important;
}

.modal-footer {
    display: none;
}
.modal-header {
    display: contents;
}
.modal-body {
    padding: 0;
}
.cover {
    width: 100%;
    height: auto;
    position: fixed;
}

.notification {
    z-index: 2;
    position: fixed;
    bottom: 5%;
    left: 5%;
}

.notification__button {
    color: white;
    padding: 60px 60px;
    border-radius: 4px;
    text-align: center;
}

.notifications-container {
    z-index: 2;
    position: fixed;
    left: 5%;
    width: 200px;
    height: auto;
    display: flex;
    visibility: hidden;
    overflow: hidden;
    margin: 0 auto;
    bottom: 15%;
}

.notifications {
    padding: 8px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: transparent;
    overflow: auto;
    font: 16px/1.3 sans-serif;
}

.notifications li {
    list-style-type: none;
    margin: 2px 8px 2px 8px;
    float: left;
    border-radius: 8px;
    padding: 8px;
    color: black;
    position: relative;
    z-index: 1;
    background: #eee;
}

/* Button Groups*/

.buttons__container {
    z-index: 2;
    position: absolute;
    /* bottom: 16%; */
    bottom: 10%;
}

/* Only for Safari  */
@supports (overflow:-webkit-Marquee) and (justify-content:inherit) {
    .bottomSafari  {
        bottom: 17% !important;
    }
}
.column_1 {
    right: 20%;
}

.column_2 {
    right: 6%;
}

.buttons__group {
    width: 170px;
    /* margin: 10px; */
    margin: 2px;
}

.buttons__text {
    font-weight: 400;
    font-family: 'Bebas Neue', cursive;
    white-space: normal;
    display: inline-flex;
}

/* End Button Groups*/

@supports(mix-blend-mode: screen) {
    .notifications-container:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        mix-blend-mode: screen;
        pointer-events: none;
    }
}

@media screen and (min-width: 320px) and (orientation: portrait) {

    .notification__button--bean {
        background-size: contain;
    }

    .notification__button {
        background-color: transparent;
        color: white;
        padding: 100px;
        border-radius: 4px;
        text-align: center;
        font-size: 16px;
    }
    .notification__button:hover {
        cursor: pointer;
        background-color: transparent;
    }
    .notifications-container {
        position: fixed;
        left: 2%;
        width: 100%;
        height: auto;
        display: flex;
        visibility: hidden;
        overflow: hidden;
        margin: 0 auto;
        bottom: 12%;
    }
    .notifications {
        padding: 8px;
        margin-bottom: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background: transparent;
        overflow: auto;
        font: 50px/1.3 sans-serif;
    }
    .notifications li {
        list-style-type: none;
        margin: 2px 8px 2px 8px;
        float: left;
        border-radius: 8px;
        padding: 8px;
        color: black;
        position: relative;
        z-index: 1;
        background: #eee;
    }

    .buttons__container {
        position: absolute;
        top: 13%;
    }
    .column_1 {
        right: 20%;
    }
  }