/*飄愛心動畫*/
.balloon {
  top: 100vh;
  opacity: 0.95;
  position: fixed;
  width: 90px;
  height: auto;
  -webkit-animation: float1 10s infinite ease-out;
          animation: float1 10s infinite ease-out;
}
.balloon img{
  width: 100%;
  height: auto;
  transform: rotate(320deg);
}
@-webkit-keyframes float1 {
  0% {
    transform: rotate(40deg) translateY(0) translateX(0);
  }
  100% {
    transform: rotate(50deg) translateY(-85vh) translateX(-85vh);
  }
}
@keyframes float1 {
  0% {
    transform: rotate(40deg) translateY(0) translateX(0);
  }
  100% {
    transform: rotate(50deg) translateY(-85vh) translateX(-85vh);
  }
}
@-webkit-keyframes float2 {
  0% {
    transform: rotate(55deg) translateY(0) translateX(0);
  }
  100% {
    transform: rotate(45deg) translateY(-85vh) translateX(-85vh);
  }
}
@keyframes float2 {
  0% {
    transform: rotate(55deg) translateY(0) translateX(0);
  }
  100% {
    transform: rotate(45deg) translateY(-85vh) translateX(-85vh);
  }
}
@-webkit-keyframes float3 {
  0% {
    transform: rotate(45deg) translateY(0) translateX(0);
  }
  100% {
    transform: rotate(35deg) translateY(-85vh) translateX(-85vh);
  }
}
@keyframes float3 {
  0% {
    transform: rotate(45deg) translateY(0) translateX(0);
  }
  100% {
    transform: rotate(35deg) translateY(-85vh) translateX(-85vh);
  }
}
@-webkit-keyframes floatfront1 {
  0% {
    transform: scale(1.3) rotate(40deg) translateY(0) translateX(0);
  }
  100% {
    transform: scale(1.3) rotate(50deg) translateY(-100vh) translateX(-100vh);
  }
}
@keyframes floatfront1 {
  0% {
    transform: scale(1.3) rotate(40deg) translateY(0) translateX(0);
  }
  100% {
    transform: scale(1.3) rotate(50deg) translateY(-100vh) translateX(-100vh);
  }
}
@-webkit-keyframes floatfront2 {
  0% {
    transform: scale(1.3) rotate(55deg) translateY(0) translateX(0);
  }
  100% {
    transform: scale(1.3) rotate(45deg) translateY(-100vh) translateX(-85vh);
  }
}
@keyframes floatfront2 {
  0% {
    transform: scale(1.3) rotate(55deg) translateY(0) translateX(0);
  }
  100% {
    transform: scale(1.3) rotate(45deg) translateY(-100vh) translateX(-85vh);
  }
}
@-webkit-keyframes floatfront3 {
  0% {
    transform: scale(1.3) rotate(45deg) translateY(0) translateX(0);
  }
  100% {
    transform: scale(1.3) rotate(35deg) translateY(-85vh) translateX(-100vh);
  }
}
@keyframes floatfront3 {
  0% {
    transform: scale(1.3) rotate(45deg) translateY(0) translateX(0);
  }
  100% {
    transform: scale(1.3) rotate(35deg) translateY(-85vh) translateX(-100vh);
  }
}


.holder.back {
  position: relative;
  z-index: 2;
}
.holder.back .balloon:nth-child(1) {
  left: 50%;
  -webkit-animation: float2 9.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: float2 9.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.holder.back .balloon:nth-child(2) {
  left: 20%;
  -webkit-animation: float1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: float1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.holder.back .balloon:nth-child(3) {
  left: 90%;
  -webkit-animation: float3 10.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: float3 10.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s;
}
.holder.back .balloon:nth-child(4) {
  left: 70%;
  -webkit-animation: float1 9s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: float1 9s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.holder.back .balloon:nth-child(5) {
  left: 35%;
  -webkit-animation: float2 10.2s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: float2 10.2s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.holder.front {
  position: relative;
  z-index: 4;
}
.holder.front .balloon:nth-child(1) {
  left: 80%;
  -webkit-animation: floatfront1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: floatfront1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.holder.front .balloon:nth-child(2) {
  left: 35%;
  -webkit-animation: floatfront1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: floatfront1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.holder.front .balloon:nth-child(3) {
  left: 7%;
  -webkit-animation: floatfront3 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: floatfront3 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s;
}
.holder.front .balloon:nth-child(4) {
  left: 46%;
  -webkit-animation: floatfront2 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: floatfront2 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}
.holder.front .balloon:nth-child(5) {
  left: 75%;
  -webkit-animation: floatfront1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: floatfront1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 8.9s;
          animation-delay: 8.9s;
}
@media only screen and (max-width: 768px) {
  /* 在這裡添加你的手機樣式 */
  .balloon {
    width: 50px;
  }
  .holder.front {
    z-index: 0;
  }
}
/*愛心跳動動畫*/
#anim-four {
    text-align: center;
    -webkit-animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
            animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;   
}
@-webkit-keyframes heartbeat {
    to {
        transform: scale(1.2);
    }
}
@keyframes heartbeat {
    to {
        transform: scale(1.2);
    }
}
/*愛心動畫2*/
.flaming .thing {
    position: absolute;
    font-size: 2em;
    opacity: 0;
    animation-name: fadeUp;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    width: 28%;
    height: auto;
  }
  
  .flaming .thing:nth-child(1) {
    right: -46%;
    top: 10%;
    animation-delay: 0s;
  }
  .flaming.rwd .thing:nth-child(1) {
    right: -60%;
    top: 40%;
    animation-delay: 0s;
  }
  
  .flaming .thing:nth-child(2) {
    top: 47%;
    animation-delay: 0.3s;
    right: -61%;
  }
  .flaming.rwd .thing:nth-child(2) {
    top: 55%;
    right: -77%;
    animation-delay: 0.3s;
  }
  
  .flaming .thing:nth-child(3) {
    left: -50%;
    top: 10%;
    animation-delay: 0.6s;
  }
  .flaming.rwd .thing:nth-child(3) {
    left: -60%;
    top: 43%;
    animation-delay: 0.6s;
  }
  
  .flaming .thing:nth-child(4) {
    left: -55%;
    bottom: 0%;
    animation-delay: 1.2s;
  }
  .flaming.rwd .thing:nth-child(4) {
    left: -81%;
    bottom: 17%;
    animation-delay: 1.2s;
  }
  
  
  @keyframes fadeUp {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: translateY(-50%);
    }
  }

  /*電腦loading*/
  .ball-pulse-sync{
    width: 100% !important;
      height: 250px !important;
      top: 775px;
      left: -13px;
      position: absolute;
  }
  
  .demo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 327px;
    animation: go-logo 5s linear infinite;
    left: 525px;
  }

  @keyframes go-logo {
    0% {
      transform: rotateY(0);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
  }
  .an.img {
    width: 90%;
    height: 90%;
  }
  .demoA {
    width: 177px;
    height: 150px;
    position: absolute;
    top: 291px;
    /*left: 484px;*/
  }
  .demoB {
    width: 263px;
    height: auto;
    position: absolute;
    top: 335px;
  }
  .demoA .img{
    width: 100% !important;
    height: 100% !important;
  }
  .loading_animation {
    position: absolute;
    left: 337px;
    top: 430px;
  }

  .loading_animation_list{
    position: absolute;
    left: 505px;
    top: 470px;
}

.loading_animation > div, .loading_animation_list > div {
  width: 35%;
  /* margin: 0px -4px; */
  display: inline-block;
}

.loading-halloween span {
    display: inline-block;
    vertical-align: middle;
    margin: 10px -14px 10px 20px;
    color: #c91454;
    font-size: 28px;
    animation: loading_halloween 1s infinite alternate;
  }
  
  /*
   * Dots Colors
   * Smarter targeting vs nth-of-type?
   */
  .loading-halloween span:nth-of-type(2) {
    color: #c91454 !important;
    animation-delay: 0.2s;
  }
  .loading-halloween span:nth-of-type(3) {
    color: #c91454 !important;
    animation-delay: 0.4s;
  }
  .loading-halloween span:nth-of-type(4) {
    color: #c91454 !important;
    animation-delay: 0.6s;
  }
  .loading-halloween span:nth-of-type(5) {
    color: #c91454 !important;
    animation-delay: 0.8s;
  }
  .loading-halloween span:nth-of-type(6) {
    color: #c91454 !important;
    animation-delay: 1.0s;
  }
  /*
   * Animation keyframes
   * Use transition opacity instead of keyframes?
   */
  @keyframes loading_halloween {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  
  /*logo*/
  #aboutMeLogoImg{
      height: 56px;
  }
  /*線上客服*/
  #motherDayService-girl{
      
  }
  .conversation-style {
    bottom: 191px;
}
  /*pc註冊登入*/
  
  .homepage_login_bottom{
    width: 40%;
    position: absolute;
    top: -67px;
    left: -82px;
    z-index: 1;
  }
  
  .homepage_login_right{
    width: 55%;
    position: absolute;
    bottom: 1px;
    right: -123px;
    z-index: 11;
  }
  .modal-footer-m{
    z-index: 2;
  }
  .homepage_login_cancel{
    position: absolute;
    top: -29px;
    right: -27px;
    cursor: pointer;
    z-index: 9000;
  }
  .homepage_login_cancel img{
    width: 100%;
    height: auto;
  }
  .homepage_login_span {
    position: absolute;
    top: 8px;
    right: 16px;
    cursor: pointer;
    z-index: 10;
    font-size: 33px;
    font-weight: 700;
    color: #a91a1a;
    opacity: 1 !important;
  }
  .homepage_login_bg {
    border-radius: 10px;
    border-style: solid;
    border-color: #e5aab1;
    border-width: 4px;
    background-color: #ffe6e8;
    background: linear-gradient(to bottom,  #ffffff 0%,#ffd3ef 50%,#ffd5f2 100%) !important;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 31%;
    background-position-y: 7%;
  }
  
  .homepage_login_bg .nav-tabs>li>a.active {
    background-color: #5a1875 !important;
    border-color: transparent !important;
    color: #ffd800 !important;
  }
  
  .homepage_login_bg .tab-content {
    background: linear-gradient(to bottom,  #5a1875 0%,#ffd5f2 100%) !important;
  }
  .login-btn {
    background-color: #a31d4c;
    border-color: #a31d4c;
    color: #ffd800;
  }
  .login-btn:hover{
    
    background-color: #a31d4c;
    border-color: #a31d4c;
  }
  
  .bookmark_type {
    background-color: #a31d4c !important;
    color: #ffffff !important;
  }
  .login-input {
    background-color: rgb(255 255 255 / 90%) !important;
    border: none !important;
    color: #541f86 !important;
  }
  /* webkit 瀏覽器*/ 
  .login-input::-webkit-input-placeholder { 
      color: #541f86 !important;
      letter-spacing: 1px;
      font-size: 16px;
  }
  /* 火狐瀏覽器 */ 
  .login-input::-moz-placeholder { 
      color: #541f86 !important;
      letter-spacing: 1px;
      font-size: 16px;
  }
  
  .christmas-i-color{
    color: #541f86  !important;
  }
  .mobile-eye{
    color: #541f86  !important;
  }
  .festival-span-color, .dragon-span-color{
    color: #541f86!important;
  }
  .prompt {
    background-color: #a31d4c;
    color: #FFFF !important;
  }
  /*手機登入註冊*/
  .festival-titile-color{
    /* 设置描边宽度及颜色 */
    text-stroke: 3px #c9366a;
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 3px #c9366a;
  }
  [data-content]::before {
      /* attr()是用来获取被选中元素的某属性值,并且在样式文件中使用 */
      content: attr(data-content);
      position: absolute;
      /* 实现元素外描边的关键 */
      -webkit-text-stroke: 0;
      /* 文本颜色 */
      color: #ffffff;
    }
  .loginPage-circle{
    display: none !important;
  }
  .loginPage-logo {
    height: 90px;
    width: 90px;
    position: absolute;
    left: 50%;
    top: 101px;
    transform: translate(-50%, -50%);
    box-shadow: none;
    z-index: 500;
    background-position: center;
    background-size: 133px;
    background-repeat: no-repeat;
    background-color: #0000;
    border: 5px solid #eccddb;
    /* background-image: url(../images/bg-img/login_m_bg.png) !important; */
    background: #fff;
  }
  .loginPage-logo img {
    width: 68%;
    height: auto;
    position: absolute;
    transform: translate(-50%, 22%);
    left: 16%;
    top: 13px;
  }
  .loginPage-bg_2 {
    margin: 28px;
    padding-top: 95px !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
  }
  .festival-indexRwd-bg{
    background-image: url(../images/motherDay/motherDay_login_m.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .festival-titile-color{
    color: #8b335a !important;
  }
  .loginPage-icon-1,.mobil-eye{
    color: #8b335a !important;
  }
  .dragon-span-color-rwd{
    color: #8b335a  !important;
  }
  .login_div_lock {
    padding: 8px;
    color: #ffff;
    font-weight: 600;
    height: 40px;
    background: linear-gradient(to bottom, #cc1567 0%, #ff7e90 100%);
  }
  .loginPage_login_btn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd5392+0,f86f64+100 */
  background: linear-gradient(to bottom,  #cc1567 0%,#ff7e90 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


    color: #ffff !important;
    border-width: 0px;
    height: 3em;
    border-radius: 28px;
    width: 100%;
    box-shadow: 0px 3px 4px 0px rgb(33 37 41 / 17%);
    font-weight: 600;
  }
  .login_div_no_lock {
    color:#8b335a;
    background-color: #fff;
  }
  .loginPage_input::-moz-placeholder { 
      color: #8b335a  !important;
  }
  .loginPage_input::-webkit-input-placeholder {
      color: #8b335a  !important;
  }
  .loginPage-span-2, .loginPage-span-2-a{
    color: #8b335a !important;
    text-shadow: -1px -1px 0 #FFFF, 1px -1px 0 #FFFF, -1px 1px 0 #FFFF, 1px 1px 0 #FFFF;
  }
  
  
  /*手機loading*/
  .loading_animation_rwd {
    width: 100%;
      height: 100%;
      position: absolute;
      top: 106%;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
  }
  
  .loading_animation_rwd > div, .demo1_loading_list > div {
    width: 120px;
    margin: 0px 0px;
    display: inline-block;
  }
  .laborDay-img{
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .wheel1-img{
    width: 125px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .wheel2-img{
    width: 35px;
    height: 35px;
    position: absolute;
    top: -40px;
    right: 0px;
    bottom: 0;
    left: -100px;
    margin: auto;
    animation: rotate_scale 1s ease-in-out infinite;
  }
  .wheel3-img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 38px;
    right: 0;
    bottom: 0;
    left: 110px;
    margin: auto;
    animation: rotate_scale 1s ease-in-out 0.3s infinite;
  }
  .demoB_m {
    width: 84%;
    height: 200px;
    position: absolute;
    text-align: center;
    top: 40px;
    left: 9vh;
  }
  .demoB_f{
    width: 63%;
    height: 150px;
    position: absolute;
    text-align: center;
    top: 97px;
    left: 7vh;
  }
  .demoB_f img{
    width: 100%;
    height: auto;
  }

  .ball-pulse-sync-m{
    width: 100% !important;
    height: 250px !important;
    top: 240px;
    left: 10px;
    position: absolute;
  }
  .demo1 {
    /* top: -1vh; */
  }
  .box1 {
    width: 80%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .img-logo-rwd {
    width: 21%;
    height: auto;
    position: absolute;
    top: -1vh;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  
  .ball-pulse-sync1{
    width: 97%;
    height: 200px;
    position: absolute;
    text-align: center;
    top: 57px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .loading-halloween.rwd span{
    display: inline-block;
    vertical-align: middle;
    margin: 10px -16px 10px 20px;
    color: #c91454;
    font-size: 21px;
  }
  .demo1_loading_list{
    width: 100%;
    height: 36px;
    position: absolute;
    top: 120px;
    right: 13px;
    bottom: 0;
    left: -28px;
    margin: auto;
  }
  .heart-rwd{
    width: 27%;
    height: auto;
    position: absolute;
    top: 5vh;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  
  /*開場動畫*/
  .opening-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    position: fixed;
    background: rgb(0 0 0 / 67%);
  
  }
  #opening {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  /*電腦版*/
  .img-building {
    width: 100%;
    height: auto;
  }
  
  .demo-building {
    width: 52%;
    height: auto;
    position: absolute;
    top: 166px;
    left: 314px;
    animation: go-building 1s ease-in-out;
    
  }
  .demo-building2 {
    width: 35%;
    height: auto;
    position: absolute;
    top: 202px;
    left: 498px;
    animation-name: go-flash;
    animation-duration: 0.5s;
    animation-iteration-count: 2;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  @keyframes go-building {
    from {
      transform: scale(0); /* 初始縮小為原來的 0.5 倍 */
    }
    to {
      transform: scale(1); /* 最終放大為原來的 1 倍 */
    }
  }
  /* 定義閃爍動畫 */
@keyframes go-flash {
  0% {
    opacity: 0; /* 初始完全不透明 */
  }
  100% {
    opacity: 1; /* 結束時完全不透明 */
  }
}
  
  /*手機板*/
  .demo-building-rwd{
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .img-building-rwd{
    width: 360px;
    height: auto;
    position: absolute;
    top: 0px;
    right: -12%;
    bottom: 0;
    left: -18%;
    margin: auto;
    animation: go-building 1s ease-in-out;
  }
  .img-building-rwd2{
    width: 262px;
    height: auto;
    position: absolute;
    top: 0px;
    right: -32%;
    bottom: 0;
    left: -18%;
    margin: auto;
      animation-name: go-flash;
      animation-duration: 0.5s;
      animation-iteration-count: 2;
      animation-fill-mode: forwards;
      animation-delay: 1s;
      animation-timing-function: ease-in-out;
      opacity: 0;
  }
  

  #floatingHearts {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  
  #floatingHearts img.floatingHeart {
    position: absolute;
    height: 120px;
    width: auto;
    animation: heart 5s linear forwards,heartfloating 2.5s linear infinite;
  }

  @keyframes heartfloating {
    0% {
      transform: rotate(-12deg);
    }
    
    30% {
        transform: rotate(12deg);
    }
    70% {
        transform: rotate(-12deg);
    }
    100% {
        transform: rotate(-12deg);
    }
  }
  
  @keyframes heart {
    from {bottom: -15%;}
    to {bottom: 120%;}
  }
  
  @media screen and (max-width: 540px){ 
    #floatingHearts img.floatingHeart { height: 50px;animation: heart 10s linear forwards,heartfloating 2.5s linear infinite;} 
  }

  .demo-wheel1 {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, 70%);
    width: 220px;
    height: 220px;
  }

  .demo-wheel2 {
    position: absolute;
    left: 40%;
    top: 155%;
    width: 55px;
    scale: 0.8;
  }
  .demo-wheel3 {
    position: absolute;
    left: 55.5%;
    top: 185%;
    scale: 0.8;
  }

  .wheel2-animation{
    animation: rotate_scale 1s ease-in-out infinite;
  }
  .wheel3-animation{
    animation: rotate_scale 1s ease-in-out 0.3s infinite;
  }

  @keyframes rotate_scale {
    0% {
      scale: 0.8;
    }
    100% {
      scale: 1;
    }
  }

  .laborDay_img {
    width: 100%;
  }

  .dot-laborDay-loading {
    background: none;
    height: 1em;
    width: 1em;
    border-radius: 1em;
    box-shadow: 
      1em 0 transparent,
      2em 0 #ebad3a, 2em 0 0 0.15em white,
      3em 0 transparent,
      4em 0 #ff4200, 4em 0 0 0.15em white,
      5em 0 transparent,
      6em 0 #ebad3a, 6em 0 0 0.15em white,
      7em 0 transparent,
      8em 0 #ff4200, 8em 0 0 0.15em white,
      9em 0 transparent,
      10em 0 #ebad3a, 10em 0 0 0.15em white;
    -webkit-animation: dots infinite 1s;
    animation: dots infinite 1s;
}

.dot-loading-wrapper {
  width: 10em!important;
}
@-webkit-keyframes dots {
  20% {
    box-shadow: 
      1em 0 transparent,
      2em 0 rgba(235, 173, 58, 0.2), 2em 0 0 0.15em rgba(255, 255, 255, 0.2),
      3em 0 transparent,
      4em 0 rgba(255, 66, 0, 0.8),     4em 0 0 0.15em rgba(255, 255, 255, 0.8),
      5em 0 transparent,
      6em 0 rgba(235, 173, 58, 0.8), 6em 0 0 0.15em rgba(255, 255, 255, 0.8),
      7em 0 transparent,
      8em 0 rgba(255, 66, 0, 0.8),   8em 0 0 0.15em rgba(255, 255, 255, 0.8),
      9em 0 transparent,
      10em 0 rgba(235, 173, 58, 0.8),10em 0 0 0.15em rgba(255, 255, 255, 0.8);
  }
  
  40% {
    box-shadow: 
      1em 0 transparent,
      2em 0 rgba(235, 173, 58, 0.8), 2em 0 0 0.15em rgba(255, 255, 255, 0.8),
      3em 0 transparent,
      4em 0 rgba(255, 66, 0, 0.2),   4em 0 0 0.15em rgba(255, 255, 255, 0.2),
      5em 0 transparent,
      6em 0 rgba(235, 173, 58, 0.8),   6em 0 0 0.15em rgba(255, 255, 255, 0.8),
      7em 0 transparent,
      8em 0 rgba(255, 66, 0, 0.8),   8em 0 0 0.15em rgba(255, 255, 255, 0.8),
      9em 0 transparent,
      10em 0 rgba(235, 173, 58, 0.8),10em 0 0 0.15em rgba(255, 255, 255, 0.8);
  }
  
  60% {
    box-shadow: 
      1em 0 transparent,
      2em 0 rgba(235, 173, 58, 0.8), 2em 0 0 0.15em rgba(255, 255, 255, 0.8),
      3em 0 transparent,
      4em 0 rgba(255, 66, 0, 0.8),   4em 0 0 0.15em rgba(255, 255, 255, 0.8),
      5em 0 transparent,
      6em 0 rgba(235, 173, 58, 0.2), 6em 0 0 0.15em rgba(255, 255, 255, 0.2),
      7em 0 transparent,
      8em 0 rgba(255, 66, 0, 0.8),     8em 0 0 0.15em rgba(255, 255, 255, 0.8),
      9em 0 transparent,
      10em 0 rgba(235, 173, 58, 0.8),10em 0 0 0.15em rgba(255, 255, 255, 0.8);
  }
  
  80% {
    box-shadow: 
      1em 0 transparent,
      2em 0 rgba(235, 173, 58, 0.8), 2em 0 0 0.15em rgba(255, 255, 255, 0.8),
      3em 0 transparent,
      4em 0 rgba(255, 66, 0, 0.8),   4em 0 0 0.15em rgba(255, 255, 255, 0.8),
      5em 0 transparent,
      6em 0 rgba(235, 173, 58, 0.8), 6em 0 0 0.15em rgba(255, 255, 255, 0.8),
      7em 0 transparent,
      8em 0 rgba(255, 66, 0, 0.2),   8em 0 0 0.15em rgba(255, 255, 255, 0.2),
      9em 0 transparent,
      10em 0 rgba(235, 173, 58, 0.8),  10em 0 0 0.15em rgba(255, 255, 255, 0.8);
  }
}

@keyframes dots {
  20% {
    box-shadow: 
      1em 0 transparent,
      2em 0 rgba(235, 173, 58, 0.2), 2em 0 0 0.15em rgba(255, 255, 255, 0.2),
      3em 0 transparent,
      4em 0 rgba(255, 66, 0, 0.8),     4em 0 0 0.15em rgba(255, 255, 255, 0.8),
      5em 0 transparent,
      6em 0 rgba(235, 173, 58, 0.8), 6em 0 0 0.15em rgba(255, 255, 255, 0.8),
      7em 0 transparent,
      8em 0 rgba(255, 66, 0, 0.8),   8em 0 0 0.15em rgba(255, 255, 255, 0.8),
      9em 0 transparent,
      10em 0 rgba(235, 173, 58, 0.8),10em 0 0 0.15em rgba(255, 255, 255, 0.8);
  }
  
  40% {
    box-shadow: 
      1em 0 transparent,
      2em 0 rgba(235, 173, 58, 0.8), 2em 0 0 0.15em rgba(255, 255, 255, 0.8),
      3em 0 transparent,
      4em 0 rgba(255, 66, 0, 0.2),   4em 0 0 0.15em rgba(255, 255, 255, 0.2),
      5em 0 transparent,
      6em 0 rgba(235, 173, 58, 0.8),   6em 0 0 0.15em rgba(255, 255, 255, 0.8),
      7em 0 transparent,
      8em 0 rgba(255, 66, 0, 0.8),   8em 0 0 0.15em rgba(255, 255, 255, 0.8),
      9em 0 transparent,
      10em 0 rgba(235, 173, 58, 0.8),10em 0 0 0.15em rgba(255, 255, 255, 0.8);
  }
  
  60% {
    box-shadow: 
      1em 0 transparent,
      2em 0 rgba(235, 173, 58, 0.8), 2em 0 0 0.15em rgba(255, 255, 255, 0.8),
      3em 0 transparent,
      4em 0 rgba(255, 66, 0, 0.8),   4em 0 0 0.15em rgba(255, 255, 255, 0.8),
      5em 0 transparent,
      6em 0 rgba(235, 173, 58, 0.2), 6em 0 0 0.15em rgba(255, 255, 255, 0.2),
      7em 0 transparent,
      8em 0 rgba(255, 66, 0, 0.8),     8em 0 0 0.15em rgba(255, 255, 255, 0.8),
      9em 0 transparent,
      10em 0 rgba(235, 173, 58, 0.8),10em 0 0 0.15em rgba(255, 255, 255, 0.8);
  }
  
  80% {
    box-shadow: 
      1em 0 transparent,
      2em 0 rgba(235, 173, 58, 0.8), 2em 0 0 0.15em rgba(255, 255, 255, 0.8),
      3em 0 transparent,
      4em 0 rgba(255, 66, 0, 0.8),   4em 0 0 0.15em rgba(255, 255, 255, 0.8),
      5em 0 transparent,
      6em 0 rgba(235, 173, 58, 0.8), 6em 0 0 0.15em rgba(255, 255, 255, 0.8),
      7em 0 transparent,
      8em 0 rgba(255, 66, 0, 0.2),   8em 0 0 0.15em rgba(255, 255, 255, 0.2),
      9em 0 transparent,
      10em 0 rgba(235, 173, 58, 0.8),  10em 0 0 0.15em rgba(255, 255, 255, 0.8);
  }
}
