/* 
 * msg 
*/   
.short_popup .box-type-full
   {
      background-color: var(--short-popup--box--background);
      
      font-family: var(--short-popup--text--font-family);
      font-style: var(--short-popup--text--font-style);
      font-weight: var(--short-popup--text--font-weight);
      color: var(--short-popup-text--color);
      font-size: var(--short-popup--text--font-size);
      line-height: var(--short-popup--text--line-height);
   }
.short_popup .box-type-full a
   {
      font-family: var(--short-popup--a--font-family);
      font-style: var(--short-popup--a--font-style);
      font-weight: var(--short-popup--a--font-weight);
      color: var(--short-popup--a--color);
      text-decoration: var(--short-popup--a--text-decoration);
      background-color: var(--short-popup--a--background);
   }
.short_popup .box-type-full a:hover,
.short_popup .box-type-full a:focus
   {
      text-decoration: var(--short-popup--a-hover--text-decoration);
      color: var(--short-popup--a-hover--color);
      background-color: var(--short-popup--a-hover--background);
   }
.short_popup
   {
      background-color: var(--short-popup--overlay--background);
      
   }
.short_popup > div
   {
      max-width: 600px;
      padding: 1rem 2rem;
   }
.short_popup a.close
   {
      color: var(--short-popup--close--color);
   }
.short_popup h6
   {
      font-family: var(--short-popup--title--font-family); 
      font-style: var(--short-popup--title--font-style);
      font-weight: var(--short-popup--title--font-weight);
      color: var(--short-popup--title--color);
      font-size: var(--short-popup--title--font-size);
      line-height: var(--short-popup--title--line-height);
      margin: var(--short-popup--title--margin);
   }
/* default drupal msg */
.messages
   {
      display: none;
   }