.w2-sidebar{
    background-color: #ce352c;
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: absolute !important;
    z-index: 1;
    overflow: auto;
    overflow-x: hidden;
  }

.w2-red{
  background-color: #ce352c;
}

.new-dropbtn {
  background-color: white; /* Fondo blanco */
  color: #ce352c; /* Color de texto */
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.new-dropbtn:hover {
  background-color: #ce352c; /* Fondo al pasar el cursor */
  color: white; /* Color de texto al pasar el cursor */
}

.new-dropbtn:focus {
  background-color: #ce352c; /* Fondo al hacer clic */
  color: white; /* Color de texto al hacer clic */
  outline: none; /* Quitar el contorno */
}

.new-dropbtn:active {
  background-color: #ce352c; /* Fondo al hacer clic */
  color: white; /* Color de texto al hacer clic */
  outline: none; /* Quitar el contorno */
}

.new-dropdown {
  position: relative;
  display: inline-block;
}

.new-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: none;
  z-index: 1;
  padding-right: 250px;
}

.new-dropdown-content a {
  color: #ce352c;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.new-dropdown-content a:hover {
  background-color: #dadada;
}

.new-dropdown .show {
  display: block;
}
