@charset "utf-8";
/* CSS Document */

/**
 * @name .exit1
 * @description Exit button
 * @example { }
 */

.exit1 { position: absolute; right: 0; bottom: 0; z-index: 131; top: 0; width: 60px; padding-top: 16px; font: 800 14px/1.1 var(--ff_1); pointer-events: none; }
.exit1.-hidden { display: none; }
 .exit1-wrap { position: -webkit-sticky; position: sticky; top: 0; width: 60px; height: 60px; pointer-events: auto; }
  .exit1 a { --abcn: #D94759; --abch: var(--c_d1); --atcn: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; box-shadow: 0 2px 20px 0 rgba(0,0,0,0.30); color: #fff; }
   .exit1 i { margin-bottom: 4px; font: 16px/1 Icons; }
   .exit1 span { line-height: 1; }
body.admin-bar .exit1-wrap { top: 32px; }
.top1 ~ .exit1 { padding-top: calc( var(--st) + 50px ); }
