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

.rich-mp-content-table {
  width: 100% !important;
}

.rich-mpnl-content {
  height: 100vh;
  z-index: 9999999 !important;
  position: relative;
}

.rich-mpnl_panel,
.rich-mp-container {
  background: #fff !important;
  border-radius: 16px 0 0 16px !important;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15) !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  height: 100vh !important;
  width: 420px !important;
  max-width: 90vw !important;
  overflow-y: auto !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 {
  left: auto !important;
  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: #fafafa !important;
  padding: 14px 18px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #333 !important;
  border-bottom: 1px solid #e5e5e5 !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;
}
.rich-mpnl-text.rich-mpnl-controls img:hover {
  opacity: 1 !important;
}

.rich-mpnl-body {
  padding: 20px !important;
  background: #fff !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;
}

.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%;
}
