
.fsgroup_sysmessage {
    background-color: #FBF1F1;
    border-radius: 10px;
    padding: 10px 15px 15px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1rem;

    padding-right: min(6vw, 80px);
    padding-left: min(6vw, 80px);
    max-width: calc(1680px - 2 * 80px + 2 * 5px);

    border: 3px solid #f0c9c9;
}

.fsgroup_sysmessage legend {
    color: #FF0E25;
    font-weight: bold;
    padding: 7px 7px 0;
    width: auto;
}

.fsgroup_sysmessage.msg-successful,
.fsgroup_sysmessage.success {
    background-color: #F6FFFA;
    border-color: #c3ffde;
}

.fsgroup_sysmessage.success legend,
.fsgroup_sysmessage.msg-successful legend {
    color: #048100;
}

.fsgroup_sysmessage.error,
.fsgroup_sysmessage.msg-warning {
    background-color: #FBF1F1;
    border-color: #f0c9c9;
}

.fsgroup_sysmessage.error,
.fsgroup_sysmessage.msg-warning legend {
    color: #FF0E25;
}

.fsgroup_sysmessage.notice {
    background-color: hsla(58, 100%, 90%, 1);
    border-color: hsla(58, 57%, 86%, 1);
    color: var(--text-primary);
}

.fsgroup_sysmessage.notice legend {
    color: var(--text-primary);
}

.std-popup {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    border-radius: 12px;
}

.std-popup .title-section h3 {
    font-size: 1.5rem;
}

.warning {
    background: rgb(164,58,180);
    background: linear-gradient(5deg, rgba(164,58,180,1) 0%, rgba(253,29,29,1) 54%, rgba(252,176,69,1) 93%);
}

.warning .warning-image {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 170px;
}

.warning .warning-image img {
    width: 150px;
    border-radius: 10px;
}

.warning-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.warning .warning-text h3.warning-text-title {
    color: #ffffff;
    text-align: left;
    margin-bottom: 5px;
    font-size: 22px;
}

.warning .warning-text span.warning-text-prevu {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
}

.warning-close-button {
    position: absolute;
    top: 5px;
    right: 12px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.warning.hidden {
    display: none;
}

.switch-sitemap-type {
    display: flex;
}

.switch-sitemap-type .switch-sitemap-type-active, .switch-sitemap-type .switch-sitemap-type-inactive {
    display: inline-flex;
    border-radius: 30px;
    padding: 5px 15px 5px 15px;
    margin-right: 15px;
    font-size: 19px;
}

.switch-sitemap-type .switch-sitemap-type-active {
    background-color: #0a3e6b;
    color: #FFFFFF;
    cursor: pointer;
}

.switch-sitemap-type .switch-sitemap-type-inactive {
    background-color: #b7d5eb;
    color: #0b1a2c;
    font-weight: 400;
    cursor: text;
}