/**
 * Estilos que afectan tanto al editor como al view
 */
/**
 * Estilos que afectan tanto al editor como al view
 */
@charset "UTF-8";
/**
 * Estilos que afectan a los componentes de mowomo que están en el inspector
 */
.mwm-panel {
  position: relative;
  border-top-color: #0b3d57 !important;
  background-color: #f6f6f6; }
  .mwm-panel .components-panel__body-title .components-button {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 1rem 1.7rem;
    font-weight: bold;
    background-color: #131e30;
    color: #ffffff !important;
    transition: all 200ms ease-in-out; }
    .mwm-panel .components-panel__body-title .components-button[aria-expanded="true"], .mwm-panel .components-panel__body-title .components-button:hover {
      background-color: #232e40; }
    .mwm-panel .components-panel__body-title .components-button:hover .mwm-icon {
      color: #04c8d4; }
    .mwm-panel .components-panel__body-title .components-button .components-panel__arrow {
      color: #ffffff !important; }
    .mwm-panel .components-panel__body-title .components-button .mwm-icon {
      margin-right: 1.1rem;
      width: 15px;
      height: 15px;
      transition: all 200ms ease-in-out; }
  .mwm-panel .mwm-form-input {
    margin-top: 10px;
    padding: 5px 0; }
    .mwm-panel .mwm-form-input .components-toggle-control .components-form-toggle.is-checked .components-form-toggle__track {
      background-color: #04c8d4; }
    .mwm-panel .mwm-form-input label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
      color: #131e30; }
    .mwm-panel .mwm-form-input input[type="number"] {
      width: 60px !important; }
    .mwm-panel .mwm-form-input input:not([type="number"]):not([type="range"]),
    .mwm-panel .mwm-form-input select {
      border-radius: 0;
      height: 34.5px;
      border-radius: 5px;
      box-shadow: none !important;
      padding: 7px 10px;
      transition: all 200ms ease-in-out;
      width: 100%;
      border: 1.5px solid #131e30 !important; }
      .mwm-panel .mwm-form-input input:not([type="number"]):not([type="range"]):hover, .mwm-panel .mwm-form-input input:not([type="number"]):not([type="range"]):focus,
      .mwm-panel .mwm-form-input select:hover,
      .mwm-panel .mwm-form-input select:focus {
        border-color: #04c8d4 !important; }
    .mwm-panel .mwm-form-input button.mwm-btn {
      width: 100%;
      border: 1.5px solid #04c8d4;
      border-radius: 5px;
      padding: 8px 10px;
      background-color: transparent;
      font-weight: bold;
      color: #04c8d4;
      transition: all 200ms ease-in-out; }
      .mwm-panel .mwm-form-input button.mwm-btn:hover {
        background-color: #04c8d4;
        color: #ffffff; }
  .mwm-panel .mwm-espacio {
    height: 10px; }
  .mwm-panel .mwm-logo {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 30px;
    width: 30px; }
