#zone_back {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: #33333373;
}
#zone_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    top: 0;
    visibility: hidden;
}
#zone_content {
    box-shadow: 1px 1px 15px #000;
    z-index: 9999;
    width: 360px;
    height: 200px;
    position: absolute;
    background: white;
    text-align: center;
    border-radius: 5px;
}
#zone_content select {
    height: 2em;
    font-size: 1.3em;
    border-radius: 12px;
    margin: 15px 0;
    padding: 0 25px;
    /* border-color: slategrey; */
    background: lightgrey;
}
#zone_content p {
    margin: 10px 20px;
}
#zone_content h2 {
    color: black;
}
.alerts-m {
    position: fixed;

    bottom: 0;

    right: 10px;

    z-index: 999999;

    min-height: 48px;

    min-width: 235px;

    padding: 5px 24px;

    margin: 12px;

    background: #323232;

    color: #f1f1f1;

    border-radius: 2px;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);

    font-size: 1.1em;

    /* transition: transform 0.3s, opacity 0.3s; */

    font-family: 'Roboto', 'Noto', sans-serif;

    -webkit-font-smoothing: antialiased;

    opacity: 0;

    justify-content: space-between;

    display: flex;

    flex-direction: row;

    align-items: center;

    pointer-events: none;
}

.alerts-m:after {
    content: '\2716';

    position: relative;

    right: -10px;

    font-weight: 100;

    font-size: 1.3em;

    pointer-events: all;

    cursor: pointer;
}
#chooze_zone {
    float: right;
    cursor: pointer;
    color: white;
    vertical-align: baseline;
    font-size: 100%;
    font-weight: 700;
    padding-top: 8px;
    padding-right: 6px;
}
@media (max-width: 479px) {
    #chooze_zone {
        font-size: 11px;
    }
}

#addonZoneChoozedDiv {
    position: absolute;
    color: white;
    left: 40px;
    bottom: -10px;
    font-size: 2.5rem;
    background: #000000b8;
    font-style: italic;
}
