/*html {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

input {
    display: none;
}

.empushy-label {
    display: block;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 999px;
    overflow: visible;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    animation: bounce; 
    animation-duration: 2s; 
}

.empushy-graphic {
    background-image: url('../images/empushy.svg');
    background-size: calc(100px * 62) 100px;
    background-repeat: no-repeat;
    background-position-x: calc(100px * (62 * -1 + 2));
    background-position-y: calc(100px * 0.02);
    width: 100px;
    height: 100px;
}

input:checked + .empushy-graphic {
    animation: empushy-label 1s steps(calc(62 - 3));  
    animation-fill-mode: forwards;
}

@keyframes empushy-label {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: calc(100px * (62 * -1 + 3));
    }
}

@media (hover: hover) {
    .empushy-label:hover {
        background-color: #E1255E15;
        .empushy-graphic {
            background-position-x: calc(100px * (62 * -1 + 1));
        }
    }
}*/

/*#empushyBtn svg * {
  fill-opacity: 0;
  transition: fill-opacity 1.5s;
}*/

/*#empushyBtn svg.subbed * {
  fill-opacity: 1;
}*/

#empushybtn-heart {
    fill-opacity: 0;
    transition: fill-opacity 1s;
    transition-delay: 1s;
}

.subheart {
  fill: #fab403!important;
  fill-opacity: 1!important;
}

.subribbon {
  border: 30px solid #fab403!important;
  border-left-color: transparent!important;
}

#empushyBtn {
   visibility: hidden;
   width: 75px;
   margin: auto;
   padding: 15%;
   visibility: visible;
   box-sizing: initial;
}

#empushyBtn:hover {
  transform: scale(1.13);
  cursor: pointer;
}

#empushyBtn:hover svg {
  stroke: black;
}

/* Ribbon */
div#empushyRibbon {
    position: fixed;
    bottom: 50px;
    right: -0.2vw;
    z-index: 2147483636;
}

.ribbon {
  width: 100px;
  height: 100px;
  margin: 100px auto 0px;
  position: relative;
  color: #fff;
  font: 28px/60px sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #C1CEDE;

  border-top-left-radius: 25px;

  -webkit-animation: main 250ms;
  -moz-animation: main 250ms;
  -ms-animation: main 250ms;
  animation: main 250ms;
}

.ribbon i {
  position: absolute;
}

.ribbon i:nth-child(2)/*, .ribbon i:nth-child(3)*/ {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
  border: 20px solid transparent;
  border-right-color: #4E6D95;

  -webkit-animation: edge 500ms;
  -moz-animation: edge 500ms;
  -ms-animation: edge 500ms;
  animation: edge 500ms;
}

.ribbon i:nth-child(3) {
  left: auto;
  right: -20px;
  border-right-color: transparent;
  border-left-color: #4E6D95;
}

.ribbon i:nth-child(4)/*, .ribbon i:last-child*/ {
  width: 0px;
  bottom: -20px;
  left: -40px;
  z-index: -2;
  border: 30px solid #839DBE;
  border-left-color: transparent;

  -webkit-animation: back 600ms;
  -moz-animation: back 600ms;
  -ms-animation: back 600ms;
  animation: back 600ms;

  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/*.ribbon i:last-child {
  bottom: -20px;
  left: auto;
  right: -40px;
  border: 30px solid #839DBE;
  border-right-color: transparent;

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}*/

/* animations */

@-webkit-keyframes main {
  0% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}

@-webkit-keyframes edge {
  0%, 50% { -webkit-transform: scaleY(0); }
  100% { -webkit-transform: scaleY(1); }
}

@-webkit-keyframes back {
  0%, 75% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}


@-moz-keyframes main {
  0% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}

@-moz-keyframes edge {
  0%, 50% { -moz-transform: scaleY(0); }
  100% { -moz-transform: scaleY(1); }
}

@-moz-keyframes back {
  0%, 75% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}


@keyframes main {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes edge {
  0%, 50% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@keyframes back {
  0%, 75% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

/* SVG */
#empushybtn-case {animation: empushybtn-case_s_do 3947.3684210526317ms linear 1 normal forwards}@keyframes empushybtn-case_s_do { 0% {stroke-dashoffset: 211.807} 23.333333% {stroke-dashoffset: 211.807} 40% {stroke-dashoffset: 0} 100% {stroke-dashoffset: 0}} #empushybtn-heart {animation: empushybtn-heart_s_do 3947.3684210526317ms linear 1 normal forwards}@keyframes empushybtn-heart_s_do { 0% {stroke-dashoffset: 82.345647} 56.666667% {stroke-dashoffset: 82.345647} 70% {stroke-dashoffset: 0} 100% {stroke-dashoffset: 0}}

/* jbox foreground notification */
.jBox-Notice .jBox-container {
    background: #c1cede2e!important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px!important;
}

.jBox-Notice .jBox-title {
    font-family: Inter,sans-serif;
    color: #666666;
    max-width: 25vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.jBox-Notice .jBox-content {
    font-family: Inter,sans-serif;
    color: #666666;
    max-width: 25vw;
    max-height: 20vh;
    width: auto;
    height: auto;
    border-top: #cccccc;
    border-top-style: solid;
    border-top-width: thin;
    border-top-left-radius: initial;
    margin-top: 10px;
    padding-top: 10px;
}
.jBox-Notice .jBox-closeButton-title .jBox-closeButton {
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    width: 24px!important;
}
.jBox-Notice .jBox-closeButton-box:before {
    display: none;
}