* {
    font-family: 'DIN Next', sans-serif !important;
}

.rich-mpnl_panel {
    z-index: 99999999 !important;
}

.rich-mpnl-content {
    z-index: 9999999 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 16px !important;
}

.rich-mpnl_panel,
.rich-mp-container {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    animation: sheetSlideIn 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition: none !important;
    border: none !important;
    z-index: 9999999 !important;
}

.rich-mp-container {
    overflow: hidden !important;
}

@keyframes sheetSlideIn {
    from {
        transform: translateX(100%);
        opacity: 0.7;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.97);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.rich-mpnl-header {
    background: transparent !important;
    border: 0px !important;
    font-size: 18px !important;
    padding: 16px !important;
    font-family: 'DIN Next', sans-serif !important;
    padding-bottom: 0px !important;
}

.rich-mpnl-text.rich-mpnl-controls img {
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
    opacity: 0.7 !important;
    transition: opacity 0.2s ease !important;
    margin: 16px;
}
.rich-mpnl-text.rich-mpnl-controls img:hover {
    opacity: 1 !important;
}

.rich-mpnl-body {
    padding: 20px !important;
    color: #444 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.mensagens ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mensagens li.error {
    background: #ffeaea;
    border: 1px solid #ffb3b3;
    color: #b00020;
    font-weight: 500;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    text-align: center !important;
}

.menu_conteudo {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    padding: 0;
    list-style: none;
    background: transparent;
}

.menu_conteudo li a {
    display: inline-block;
    background: #6b1a12;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.25s ease;
}
.menu_conteudo li a:hover {
    background: #8e2a1f;
}

.rich-mpnl-shadow {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(3px) !important;
    z-index: 9998 !important;
}

.rich-mp-content-table {
    border-collapse: collapse;
    width: 100%;
}
