/* stylelint-disable */
#mwst {
    background-color: #007c92;
    color: #fff;
    font-family: 'Vodafone', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding: 7px 10px;
    position: relative;
    text-align: center;
    z-index: 1; /*prevent overflowing mdd links*/
}
#mwst:first-of-type {
    display: none;
}
#mwst:last-of-type {
    display: block;
}
#mwst-i {
    border: 1px solid #fff;
    border-radius: 50%;
    cursor:  pointer;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    margin-right: 3px;
    vertical-align: text-bottom;
    width: 20px;
}
#mwst a {
    color: inherit;
    text-decoration: underline;
}

/* OPTIONS */
@media (max-width: 1024px) {
    [data-ng-controller="OptionsPageCtrl"] #mwst {
        top: 54px;
    }
}
[data-ng-controller="OptionsPageCtrl"] #mwst a {
    display: none;
}

/* LAYER */
#mwstLayer {
    align-items: center;
    background: rgba(0,0,0,.4);
    color: #333;
    display: flex;
    font-family: 'Vodafone', sans-serif;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#mwstLayer-container {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(50,50,50,0.5);
    margin: 50px 15px;
    max-width: 800px;
    padding: 30px;
    position: relative;
}
#mwstLayer-close {
    align-items: center;
    background: #fff;
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(50,50,50,0.5);
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    margin-bottom: 15px;
    position: absolute;
    right: 0;
    width: 32px;
}
#mwstLayer-close > svg {
    height: auto;
    width: 22px;
}
#mwstLayer-title {
    color: #e60000;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 12px;
}
#mwstLayer-text {
    font-size: 16px;
    line-height: 24px;
}
