/*ALERTING SYSTEM*/
@media only screen and (max-width: 1200px) {
    #theBox {
        width: 100%;
        border-radius: 0
    }
}
#theBox[data-mmversion=version2]>span {
    font-weight: 700;
    border-bottom: 1px dashed rgba(204, 204, 204, .5);
}
#theBox[data-mmversion=version2] {
    padding-left: 42px
}
#theBox[data-mmversion=version2]>a {
    text-decoration: underline;
    text-decoration-color: #dfdfdfc7;
    font-weight: 700
}

@keyframes backgroundSizeAnimation {
    from {
        background-size: 2px 2px,auto auto;
        background-position: 14px center,left top
    }

    to {
        background-size: 24px 24px,auto auto;
        background-position: 10px center,left top
    }
}

.successBox[data-mmversion=version2] {
    background: url(https://cdn-azure.al-group.uk/midnight-mafia.com/Assets/Images/9aaaaaa.svg),rgba(95,170,85,.8);
    background-size: 24px 24px,auto auto;
    background-position: 10px center,left top;
    background-repeat: no-repeat,repeat-x;
    animation: backgroundSizeAnimation .10s ease-in-out forwards
}

.failureBox[data-mmversion=version2] {
    background: url(https://cdn-azure.al-group.uk/midnight-mafia.com/Assets/Images/1aaaaaa.svg),rgba(170,85,92,.8);
    background-size: 24px 24px,auto auto;
    background-position: 10px center,left top;
    background-repeat: no-repeat,repeat-x;
    animation: backgroundSizeAnimation .10s ease-in-out forwards
}

.errorBox[data-mmversion=version2] {
    background: url(https://cdn-azure.al-group.uk/midnight-mafia.com/Assets/Images/warning.svg),rgba(170,167,85,.8);
    background-size: 24px 24px,auto auto;
    background-position: 10px center,left top;
    background-repeat: no-repeat,repeat-x;
    animation: backgroundSizeAnimation .10s ease-in-out forwards
}

.jailBox[data-mmversion=version2] {
    background: url(https://cdn-azure.al-group.uk/midnight-mafia.com/SVG/Icon_Police.gif), rgba(246, 159, 26, 0.8);
    background-size: 24px 24px,auto auto;
    background-position: 10px center,left top;
    background-repeat: no-repeat,repeat-x;
    animation: backgroundSizeAnimation .10s ease-in-out forwards
}

.normalBox[data-mmversion=version2] {
    background: url(https://cdn-azure.al-group.uk/midnight-mafia.com/SVG/Icon_Server.png),rgba(255,255,255,.5);
    background-size: 24px 24px,auto auto;
    background-position: 10px center,left top;
    background-repeat: no-repeat,repeat-x;
    animation: backgroundSizeAnimation .10s ease-in-out forwards
}

.specialBox[data-mmversion=version2] {
    background: url(https://cdn-azure.al-group.uk/midnight-mafia.com/SVG/Icon_Special.png),rgba(70,133,145,.5);
    background-size: 24px 24px,auto auto;
    background-position: 10px center,left top;
    background-repeat: no-repeat,repeat-x;
    animation: backgroundSizeAnimation .10s ease-in-out forwards
}

.helpBox[data-mmversion=version2] {
    background: url(https://cdn-azure.al-group.uk/midnight-mafia.com/SVG/Icon_Help.png), rgba(10, 155, 252, 0.8);
    background-size: 24px 24px,auto auto;
    background-position: 10px center,left top;
    background-repeat: no-repeat,repeat-x;
    animation: backgroundSizeAnimation .10s ease-in-out forwards
}

.overlordBox[data-mmversion=version2] {
    background: url(https://cdn-azure.al-group.uk/midnight-mafia.com/SVG/Icon_Overlord.svg),rgba(120,45,112,.5);
    background-size: 24px 24px,auto auto;
    background-position: 10px center,left top;
    background-repeat: no-repeat,repeat-x;
    animation: backgroundSizeAnimation .10s ease-in-out forwards
}

.successBox,.errorBox,.failureBox,.normalBox,.helpBox,.specialBox,.overlordBox,.jailBox {
    width: 90%;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-left: 38px;
    background-color: #111;
    text-align: left!important;
    font-size: 14px;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,.35)
}

.mmInformationBoxOverride .mmInformationBox {
    width: 100%;
}
.mmInformationBox {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin: auto;
    gap: 12px;
    width: 75%;
    background: #5b5b5b;
    border-radius: 12px;
    box-shadow: 0 0 34px #3c3c3ccc;
    padding: 12px 12px 12px 64px;
    border: 1px solid #00000055;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.mmInformationBox b {
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .mmInformationBox {
        width: 100%;
    }
}

.mmInformationBox[data-type="info"] {
    border-color: rgba(154, 208, 243, 0.8);
    background: rgba(88, 181, 243, 0.8) url('https://cdn-azure.al-group.uk/midnight-mafia.com/SVG/Icon_Help.png') 16px center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}

.mmInformationBox[data-type="special"] {
    border-color: rgba(195, 132, 213, 0.27);
    background: rgba(137, 69, 147, 0.2) url('https://cdn-azure.al-group.uk/midnight-mafia.com/SVG/Icon_Special.png') 16px center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}

.mmInformationBox[data-type="normal"] {
    border-color: rgba(110, 201, 241, 0.27);
    background: rgba(92, 106, 112, 0.13) url('https://cdn-azure.al-group.uk/midnight-mafia.com/SVG/Icon_Help.png') 16px center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}

.mmInformationBox[data-type="warning"] {
    border-color: rgba(213, 190, 132, 0.27);
    background: rgba(147, 125, 69, 0.2) url('https://cdn-azure.al-group.uk/midnight-mafia.com/Assets/Images/warning.svg') 16px center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}

.mmInformationBox[data-type="error"] {
    border-color: rgba(213, 83, 71, 0.27);
    background: rgba(182, 73, 65, 0.2) url('https://cdn-azure.al-group.uk/midnight-mafia.com/Assets/Images/1aaaaaa.svg') 16px center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}
