/* Colors palette : */
:root {
    --main-black: 3, 4, 5;
    --main-dark-red: 80, 26, 20;

    --main-light-orange: 247, 169, 47;
    --main-orange: 240, 139, 35;
    --main-dark-orange: 121, 25, 22;

    --main-light-gray: 153, 153, 153;
    --main-gray: 138, 140, 148;
    
    --main-dark-gray2: 39, 55, 70;
    --main-dark-gray: 29, 45, 60;
    
    --main-light-success: 122, 221, 88;
    --main-success: 81, 189, 43;
    --main-light-error: 218, 79, 79;
    --main-error: 189, 43, 43;

    --main-text-light: 206, 206, 206;
    --main-text-red: 240, 101, 101;
    --main-text-light-red: 253, 157, 157;
    --main-text-green: 100, 200, 100;
    --main-text-light-green: 120, 220, 120;

    --main-font-family: "Louis george cafe";
    --second-font-family: "Laviossa";
    --third-font-family: "IndiraK";

    --max-width: 1600px;
}

@font-face {
    font-family: "Louis george cafe";
    src: url("Louis\ George\ Cafe.ttf") format("ttf"),
        url("Louis\ George\ Cafe.woff2") format("woff2");
}
@font-face {
    font-family: "Laviossa";
    src: url("Laviossa-Medium.ttf") format("ttf"),
        url("Laviossa-Medium.woff2") format("woff2");
}
@font-face {
    font-family: "IndiraK";
    src: url("Indira_K.ttf") format("ttf"),
        url("Indira_K.woff2") format("woff2");
}

#wcb.wcb-d #wcb_a {
    color: rgb(var(--main-dark-gray)) !important;
    background-color: rgb(var(--main-orange)) !important;
    border-color: rgb(var(--main-orange)) !important;
}

#wcb #wcb_g {
    background-color: rgb(var(--main-dark-gray)) !important;
    color: rgb(var(--main-orange)) !important;
    border-color: rgb(var(--main-orange)) !important;
}

#wcb.wcb-d #wcb_2 {
    color: rgb(var(--main-text-light)) !important;
}

a {
    text-decoration: none;
}

div.content {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}

html {
    font-family: var(--main-font-family);
    background-color: rgb(var(--main-dark-gray));
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: rgb(var(--main-dark-gray));
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: rgb(var(--main-light-orange));
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: rgb(var(--main-orange));
}

body {
    position: absolute;
    height: 100vh;
    max-width: var(--max-width);
    width: 100vw;
    left: 0;
    right: 0;
    margin: 0;
}

@media all and (min-width: 1600px) {
    body {
        margin: 0 auto;
    }
}
@media all and (max-width: 1050px) {
    body {
        overflow-x: hidden;
    }
}

.connexion {
    position: absolute;
    right: 40px;
    top: 80px;
    width: 180px;
    height: 40px;
    line-height: 39px;
    font-size: 20px;
    vertical-align: middle;
    background-color: rgb(var(--main-black));
    border-radius: 10px;
    text-align: center;
    z-index: 5;
    border: solid 2px rgb(var(--main-orange));
    text-decoration: none;
    color: rgb(var(--main-orange));
    font-weight: bolder;
    transition: all 0.3s;
}

.connexion:hover {
    box-shadow: 0 0 10px 1px rgb(var(--main-light-orange));
    border: solid 2px rgb(var(--main-light-orange));
    color: rgb(var(--main-light-orange));
}

footer {
    width: 100%;
    background-color: rgb(var(--main-dark-gray));
    box-shadow: 0px 0.7vh 0px rgb(var(--main-orange)) inset;
    position: relative;
}
footer .footerContent {
    display: flex;
    justify-content: space-between;
    color: rgb(var(--main-orange));
    padding: 5vh 0;
}

footer .footerContent div {
    width: 100%;
    margin: 0 3%;
}
footer .footerContent div h3{
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}
footer .footerContent div p{
    margin: 0 auto;
    width: 80%;
    color: rgb(var(--main-text-light));
}
footer .footerContent .liensUtiles span{
    display: block;
    text-align: center;
    margin-bottom: 0.8vh;
    color: rgb(var(--main-text-light));
}
footer .footerContent .liensUtiles a {
    color: rgb(var(--main-text-light));
}
footer .footerContent .liensUtiles a:hover{
    text-decoration: underline;
    cursor: pointer;
}
footer .carbonbadge {
    margin-top: 3vh;
    padding-bottom: 3vh;
}


/* RESPONSIVE */
@media all and (max-width: 1050px) {

    footer .footerContent {
        display: flex;
        justify-content: space-between;
        color: rgb(var(--main-orange));
        padding: 5vh 0;
        flex-flow:wrap;
        margin: 0 auto;
        width: 80%;
    }
    
    footer .footerContent div {
        width: 90%;
        margin: 0;
    }
    footer .footerContent div h3{
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
    }
    footer .footerContent div p{
        font-size: 16px;
        margin: 0 auto;
        width: 80%;
    }
    footer .footerContent .aPropos {
        width: 45%;
        order: 1;
    }
    footer .footerContent .plusDinformations {
        width: 45%;
        order: 2;
    }
    footer .footerContent .liensUtiles {
        position: relative;
        margin: 0 auto;
        margin-top: 30px;
        width: 80%;
        max-width: 400px;
        left: 0;
        right: 0;
        display: flex;
        flex-wrap: wrap;
        order: 3;
        flex: 0 0 100%;
        flex-basis: 100%;
    }
    footer .footerContent .liensUtiles h3{
        flex: 0 0 100%;
    }
    footer .footerContent .liensUtiles span{
        display: inline-block;
        text-align: center;
        flex: 0 0 50%;
        margin-bottom: 0.6vh;
        font-size: 16px;
    }
    footer .footerContent .liensUtiles a:hover{
        text-decoration: underline;
        cursor: pointer;
    }
    
    footer .carbonbadge {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

@media all and (max-width: 720px) {
    
    footer .footerContent .aPropos {
        width: 80%;
        order: 1;
        flex: 0 0 100%;
        flex-basis: 100%;
        text-align: center;
    }
    footer .footerContent .plusDinformations {
        margin-top: 30px;
        width: 80%;
        order: 2;
        flex: 0 0 100%;
        flex-basis: 100%;
        text-align: center;
    }
    footer .footerContent div p{
        font-size: 14px;
    }
    footer .footerContent div a{
        font-size: 14px;
    }
    footer .footerContent div h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
}
.burgerIcon {
    background-image: url("../svg/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    inset: 0;
    margin: auto;
    height: 100%;
    width: 60%;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
}
.closeIcon {
    background-image: url("../svg/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    inset: 0;
    margin: auto;
    height: 100%;
    width: 60%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.discord {
    position: absolute;
    right: 40px;
    top: 140px;
    height: 45px;
    width: 45px;
    line-height: 43px;
    font-size: 25px;
    vertical-align: middle;
    color: rgb(var(--main-orange));
    background-color: rgb(var(--main-black));
    border-radius: 10px;
    text-align: center;
    z-index: 5;
    border: solid 2px rgb(var(--main-orange));
    transition: box-shadow 0.3s, border 0.3s;
}
.discord:hover {
    box-shadow: 0 0 10px 1px rgb(var(--main-light-orange));
    border: solid 2px rgb(var(--main-light-orange));
}

.discordIcon {
    background-image: url("../img/discord.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    inset: 0;
    margin: auto;
    height: 100%;
    width: 70%;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
} 
.burgerIcon:hover,.closeIcon:hover,.discordIcon:hover {
    cursor: pointer;
}




@media all and (min-width: 1050px) {
    header {
        max-width: var(--max-width);
        margin: 0 auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 50px;
        background-color: rgb(var(--main-dark-gray));
        border-bottom: 4px solid rgb(var(--main-orange));
        z-index: 4;
    }

    header::before {
        /* circle at the center of the header bar */
        top: -90px;
        position: absolute;
        background-color: rgb(var(--main-dark-gray));
        border: 4px solid rgb(var(--main-orange));
        width: 200px;
        height: 200px;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        content: '';
        z-index: 2;
        border-radius: 100px;
    }

    header::after {
        /* circle at the center of the header bar */
        top: -90px;
        position: absolute;
        background-color: rgb(var(--main-dark-gray));
        width: 204px;
        height: 204px;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        content: '';
        z-index: 3;
        border-radius: 102px;
    }

    header nav {
        z-index: 3;
        font-family: var(--main-font-family);
        font-weight: bold;
    }

    header nav::before {
        z-index: 2;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 50px;
        height: 50px;
        max-height: 50px;
        background-color: rgb(var(--main-dark-gray));
    }

    header .rightHeader {
        float: right;
        width: 42%;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: normal;
        align-content: normal;
    }

    header .leftHeader {
        float: left;
        width: 42%;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: normal;
        align-content: normal;
    }

    header nav a {
        position: relative;
        vertical-align: middle;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        color: rgb(var(--main-orange));
        display: inline-block;
        z-index: 4;
        text-decoration: none;
        width: 25%;
    }

    header nav a:hover {
        color: rgb(var(--main-light-orange));
        transition: all 0.5s;
        cursor: pointer;
        filter: drop-shadow(0px 0px 7px rgb(var(--main-gray)));
    }

    header nav a::after {
        content: '';
        position: absolute;
        margin: 0 auto;
        width: 0;
        height: 3px;
        bottom: 2px;
        left: 0;
        right: 0;
        background-color: rgb(var(--main-light-orange));
        transition: width 0.20s ease-out;
    }

    header nav a:hover::after {
        width: 100%;
    }

    header img {
        left: 0;
        right: 0;
        top: 10px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        width: 80px;
        display: block;
        z-index: 5;
        transition: filter 0.6s ease-in-out;
    }

    header img:hover {
        filter: drop-shadow(0px 0px 7px rgb(var(--main-orange)));
        transition: filter 0.3s ease-out;
    }

    .menu {
        display: none;
        visibility: hidden;
    }

}

@media all and (max-width: 1050px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
        background-color: rgb(var(--main-dark-gray));
        border-bottom: 4px solid rgb(var(--main-orange));
        z-index: 4;
    }

    header::before {
        /* circle at the center of the header bar */
        top: -90px;
        position: absolute;
        background-color: rgb(var(--main-dark-gray));
        border: 4px solid rgb(var(--main-orange));
        width: 200px;
        height: 200px;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        content: '';
        z-index: unset;
        border-radius: 100px;
    }

    header::after {
        /* circle at the center of the header bar */
        top: -90px;
        position: absolute;
        background-color: rgb(var(--main-dark-gray));
        width: 204px;
        height: 204px;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        content: '';
        z-index: 3;
        border-radius: 102px;
    }

    header img {
        left: 0;
        right: 0;
        top: 10px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        width: 80px;
        display: block;
        z-index: 6;
        transition: filter 0.6s ease-in-out;
    }

    header div.topBar {
        z-index: 4;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
        background-color: rgb(var(--main-dark-gray));
    }

    header nav {
        position: absolute;
        width: 0%;
        height: 100vh;
        top: 0;
        right: 0;
        transition: width 0.3s;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgb(var(--main-dark-gray)) 30%);
    }

    header nav.visible {
        width: 30%;
    }

    header nav div.mobileWrapper {
        position: relative;
        height: 100vh;
        left: 30%;
        bottom: 0;
        top: 20px;
        transition: left 0.3s;
        background-color: rgb(var(--main-dark-gray));
        border-left: 4px solid rgb(var(--main-orange));
        z-index: 0;
    }

    header nav div.mobileWrapper.visible {
        left: 0;
        transition: left 0.3s;
    }

    .menu {
        position: absolute;
        right: 20px;
        top: 5px;
        height: 40px;
        width: 40px;
        line-height: 43px;
        font-size: 25px;
        vertical-align: middle;
        color: rgb(var(--main-orange));
        background-color: rgb(var(--main-black));
        border-radius: 10px;
        text-align: center;
        z-index: 5;
    }

    @keyframes closeMenu {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 0;
            transform: rotateY(0deg);
        }

        100% {
            opacity: 1;
            transform: rotateY(180deg);
        }
    }

    header nav div.leftHeader {
        padding-top: 40px;
    }

    header nav a {
        margin-bottom: 4vh;
        margin-left: 30px;
        position: relative;
        line-height: 50px;
        text-align: left;
        font-size: 24px;
        width: 60%;
        color: rgb(var(--main-orange));
        transition: color 0.3s;
        display: block;
        z-index: 4;
        text-decoration: none;
        font-weight: bolder;
        left: 0;
        right: 0;
    }

    header nav a:hover {
        color: rgb(var(--main-light-orange));
        cursor: pointer;
    }

    header nav a::after {
        content: '';
        position: absolute;
        margin: 0 auto;
        width: 0;
        height: 3px;
        bottom: 2px;
        left: -5%;
        right: 0;
        background-color: rgb(var(--main-light-orange));
        transition: width 0.20s ease-out;
    }

    header nav a:hover::after {
        width: 100%;
    }

    .connexion.visible {
        top: 60px;
        right: 20px;
    }

    header nav div.leftHeader {
        padding-top: 100px;
    }

}


/* MEDIA 825px ######################################################################################################################## */
@media all and (max-width: 825px) {
    body::-webkit-scrollbar {
        width: 6px;
    }

    header nav.visible {
        width: 50%;
    }

    header nav div.mobileWrapper {
        position: relative;
        height: 100vh;
        left: 50%;
        transition: left 0.3s;
        background-color: rgb(var(--main-dark-gray));
        border-left: 4px solid rgb(var(--main-orange));
    }

    header nav a {
        margin-bottom: 4vh;
        margin-left: 60px;
        position: relative;
        line-height: 50px;
        text-align: left;
        font-size: 24px;
        width: 60%;
        color: rgb(var(--main-orange));
        transition: color 0.5s;
        display: block;
        z-index: 4;
        text-decoration: none;
        font-weight: bolder;
        left: 0;
        right: 0;
    }

    .connexion {
        position: absolute;
        right: 20px;
        top: 100px;
        width: 160px;
        line-height: 39px;
        font-size: 18px;
    }

    .discord {
        position: absolute;
        right: 20px;
        top: 155px;
        height: 40px;
        width: 40px;
        box-sizing: border-box;
    }
}


/* MEDIA 500px ######################################################################################################################## */
@media all and (max-width: 500px) {
    body::-webkit-scrollbar {
        width: 6px;
    }

    header nav.visible {
        width: 75%;
    }

    header nav div.mobileWrapper {
        position: relative;
        width: 75%;
        height: 100vh;
        left: 75%;
        transition: left 0.3s;
        background-color: rgb(var(--main-dark-gray));
        border-left: 4px solid rgb(var(--main-orange));
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 30px;
        min-height: unset;
        background-color: rgb(var(--main-dark-gray));
        border-bottom: 4px solid rgb(var(--main-orange));
        z-index: 4;
    }

    header::before {
        /* circle at the center of the header bar */
        top: -65px;
        position: absolute;
        background-color: rgb(var(--main-dark-gray));
        border: 4px solid rgb(var(--main-orange));
        width: 150px;
        height: 150px;
        left: 0;
        right: 50%;
        margin-right: auto;
        margin-left: auto;
        content: '';
        z-index: unset;
        border-radius: 75px;
    }

    header::after {
        /* circle at the center of the header bar */
        top: -65px;
        position: absolute;
        background-color: rgb(var(--main-dark-gray));
        width: 154px;
        height: 154px;
        left: 0;
        right: 50%;
        margin-right: auto;
        margin-left: auto;
        content: '';
        z-index: 3;
        border-radius: 77px;
    }

    header nav::before {
        z-index: 2;
        position: absolute;
        content: unset;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 30px;
        min-height: unset;
        background-color: rgb(var(--main-dark-gray));
    }

    header img {
        left: 0;
        right: 50%;
        top: 10px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        width: 60px;
        display: block;
        z-index: 5;
        transition: filter 0.6s ease-in-out;
    }

    header div.topBar {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 30px;
        min-height: unset;
        background-color: rgb(var(--main-dark-gray));
    }

    header nav a {
        margin-bottom: 4vh;
        margin-left: 30px;
        position: relative;
        line-height: 50px;
        text-align: left;
        font-size: 24px;
        width: 60%;
        color: rgb(var(--main-orange));
        transition: color 0.5s;
        display: block;
        z-index: 4;
        text-decoration: none;
        font-weight: bolder;
        left: 0;
        right: 0;
    }

    .menu {
        position: absolute;
        right: 20px;
        top: 100px;
        height: 40px;
        width: 40px;
        line-height: 43px;
        font-size: 25px;
    }

    .discord {
        right: 70px;
        top: 100px;
        height: 40px;
        width: 40px;
        box-sizing: border-box;
    }

    .connexion {
        right: 20px;
        top: 45px;
        width: 160px;
        line-height: 39px;
        font-size: 18px;
    }

    .connexion.visible {
        top: 20px;
    }

    header nav div.leftHeader {
        padding-top: 80px;
    }
}



iframe.cancelRefreshOnSubmit {
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    display: none;
}






/* #################################################################################################################################### */
/* #################################################################################################################################### */
/* #################################################################################################################################### */
/* https://github.com/bastiengrignon/styled-notifications */
.ncf-container {
    font-size: 18px;
    box-sizing: border-box;
    position: fixed;
    z-index: 999999;
}

.ncf-container.nfc-top-left {
    top: 12px;
    left: 12px
}

.ncf-container.nfc-top-center {
    top: 12px;
    left: calc(50% - 150px);
    right: 50%
}

.ncf-container.nfc-top-right {
    top: 20%;
    right: 40px
}

.ncf-container.nfc-middle-left {
    top: 50%;
    left: 12px;
    transform: translateY(-50%)
}

.ncf-container.nfc-middle-center {
    top: 50%;
    left: calc(50% - 150px);
    right: 50%;
    transform: translateY(-50%)
}

.ncf-container.nfc-middle-right {
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

.ncf-container.nfc-bottom-left {
    bottom: 12px;
    left: 12px
}

.ncf-container.nfc-bottom-center {
    bottom: 12px;
    left: calc(50% - 150px);
    right: 50%
}

.ncf-container.nfc-bottom-right {
    bottom: 12px;
    right: 12px
}

@media (max-width :767px) {
    .ncf-container {
        inset: 0;
        display: table;
        margin: 10px auto 0 auto;
    }
    .ncf-container.nfc-top-right {
        top: 0;
        right: 0;
        height: 40px;
    }
}

.ncf-container .ncf {
    background: #fff;
    transition: .3s ease;
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 30px;
    /* width: 300px; */
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 12px #999;
    color: #000;
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    background-position: 15px !important;
    background-repeat: no-repeat !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ncf-container .ncf:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    cursor: pointer
}

.ncf-container .ncf .ncf-title {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 6px;
    word-wrap: break-word
}

.ncf-container .ncf .nfc-message {
    margin: 0;
    text-align: center;
    word-wrap: break-word
}

.ncf-container .success {
    background: rgb(var(--main-success));
    color: #fff;
    padding: 15px 15px 15px 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)
}

.ncf-container .info {
    background: #2f96b4;
    color: #fff;
    padding: 15px 15px 15px 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)
}

.ncf-container .warning {
    background: #f87400;
    color: #fff;
    padding: 15px 15px 15px 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)
}

.ncf-container .error {
    background: rgb(var(--main-error));
    color: #fff;
    padding: 15px 15px 15px 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

.ncf-container button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-weight: 700;
    color: rgb(var(--main-text-light));
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    line-height: 1;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}

.ncf-container button:hover {
    opacity: 1
}

.xdebug-error, .xe-uncaught-exception {
    position: absolute;
    z-index: 10;
}