#lead_to_payment {
  padding-top: 20px;
  position: relative;
  min-height: 100%;

  .category {
    padding: 15px 0;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    &::-webkit-scrollbar {
      display: none;
    }

    &__all {
    }

    &__owl{
      width: 1000px;
    }

    .item{
      font-size: 18px;
      border: 1px solid #000;
      border-radius: 20px;
      padding: 0.3em 0.6em;
      cursor: pointer;
      font-size: 16px;
      // margin-right: 10px;
      display: inline-block;
      -webkit-transition: background 0.3s;
      -moz-transition: background 0.3s;
      -o-transition: background 0.3s;
      transition: background 0.3s;
      &:last-child {
        margin-right: 0 !important;
      }
    }
    .active {
      color: #fff !important;
      font-weight: 500; 
      border-color: #0166d0;
      background-color: #0166d0;
    }
  }
  .ltp__list {
    &--cate{
      border-bottom: 1px solid #ddd;
      &:last-child{
        border: 0px;
      }
    }
    &--title{
      font-size: 18px;
      font-weight: 500;
      margin: 20px 0;
    }
    &--group{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  }
  .ltp__price {
    display: flex;
    align-items: center;

    &--discount,
    &--current {
      color: red;
      font-weight: 500;
      margin-right: 10px;
    }
    &--nosale {
      text-decoration: line-through;
      color: #9e9e9e;
      font-size: 12px;
    }
    &--current {
      color: #000;
      text-align: right;
      font-size: 20px;
    }
    &--normal {
      color: grey;
      font-weight: 500;
      text-decoration: line-through;
      font-size: 0.9em;
    }
    &--quantity {
      width: 3em;
      font-weight: 500;
      line-height: 2;
      border-radius: 0;
      text-align: center;
      padding-left: 0;
      font-size: 15px;
    }
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    &--current--image {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #fff;
      padding: 5px 10px;
      font-weight: 500;
    }
  }
  .disselect__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ltp__container {
    // border-bottom: 1px solid grey;
    // margin-bottom: 10px;
    // padding-bottom: 10px;
    width: 47.5%;
    position: relative;
    &.disable{
      &:after{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9; 
      }
      .ltp__price{
        background: #f2f2f2;
      }
    }
  }
  .ltp__title {
    font-size: 18px;
    font-weight: 500;
  }
  .ltp__product--detail {
    margin: 10px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ltp__product--name {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5em;
    height: 3em;
    // overflow: hidden;
    // display: flex;
    // align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .ltp__product--quantity {
    background: #0166d0;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    z-index: 1;
    right: 5px;
    color: #fff;
    font-size: 13px;
  }
  .ltp__action {
    // margin: 0 -24px;
    // display: flex;
    // justify-content: space-between;
    // align-items: center;
    // margin-top: 2em;
    // .ltp__summary {
    //   line-height: 1.2;
    //   &--total {
    //     color: red;
    //     font-weight: 500;
    //     font-size: 1.2em;
    //   }
    // }
    // .ltp__action--submit {
    //   background: #0166d0;
    //   padding: 12px;
    //   font-weight: 500;
    //   color: #fff;
    //   border: 0;
    //   border-radius: 4px;
    //   font-size: 20px;
    //   min-width: 210px;
    // }
    // .ltp__action--submit:disabled {
    //   opacity: 0.25;
    // }
  }
  .ltp__product--image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .ltp__product--image {
    position: relative;
    padding-bottom: 100%;
  }
  a.select__product {
    // border: 1px solid #ddd;
    // border-radius: 4px;
    // padding: 5px;
    // width: 100%;
    // text-align: center;
    // margin-top: 10px;
    // font-size: 16px;
    // font-weight: 500;
    // color: #0166d0;
  }
  a.select__product.disabled, .ltp__action--submit:disabled {
    opacity: 0.25;
  }
  .select__product--box {
    display: flex;
  }
  .disselect__product {
    margin-top: 10px;
  }

  .form-group {
    display: block;
    margin-bottom: 0;
  }
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  .form-group label {
    position: relative;
    cursor: pointer;
    top: 4px;
    left: 0;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #0166d0;
    border: 1px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
      inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 14px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
  }
  .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 11px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .summary__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  #order__list {
    margin-top: 20px;
    .ltp__product--detail {
      margin: 0;
    }
    .ltp__container {
      border-bottom: 1px solid #cdcdcd;
      // margin-bottom: 10px;
      // padding-bottom: 15px;
      width: 100%;
    }
    .ltp__product--quantity {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
    a.ltp__delete {
      margin-left: 10px;
      img {
        vertical-align: middle;
        width: 13px;
      }
    }
    .ltp__price--price {
      font-weight: 500;
    }
    .ltp__product--name {
      font-weight: 500;
      font-size: 15px;
      line-height: initial;
      height: unset;
      overflow: unset;
    }
  }
  .order__summary {
    margin-top: 20px;
  }
  .order__summary--box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .order__summary--delivery {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .order__summary--title {
    font-size: 15px;
    width: 100%;
  }
  .order__summary--right {
    width: 60%;
    text-align: right;
  }
  .order__summary--total,
  .order__summary--fare,
  .order__summary--totalorder {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }
  .order__summary--detail1 {
    color: red;
  }
  .order__summary--detail2 {
    font-size: 12px;
    color: #9e9e9e;
  }
  .order__back {
    margin-top: 20px;
    font-size: 12px;
    img {
      width: 15px;
      margin-right: 10px;
    }
    span {
      text-decoration: underline;
    }
  }
  .order__save {
    margin-top: 40px;
    width: 100%;
    // position: absolute;
    // bottom: 0;

    button,
    a {
      width: 100%;
      background: #0166d0;
      border: 0;
      border-radius: 4px;
      font-size: 20px;
      font-weight: 500;
      color: #fff;
      padding: 5px;
    }
  }
  .order__save {
    button:disabled,
    a:disabled {
      opacity: 0.25;
    }
  }

  .order__action {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;

    &--back {
      font-size: 12px;
      margin-top: 15px;
      text-align: center;
      img {
        width: 15px;
        margin-right: 10px;
      }
      span {
        text-decoration: underline;
      }
    }

    &--save {
      button,
      a {
        background: #0166d0;
        border: 0;
        border-radius: 4px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        padding: 10px 20px !important;
      }
    }
    &--save {
      button:disabled,
      a:disabled {
        opacity: 0.25;
      }
    }
  }
  textarea {
    padding-left: 10px;
  }

  #register__list {
    margin-top: 20px;

    input,
    select,
    textarea {
      margin-bottom: 20px;
      padding-left: 10px;
      font-size: 15px;
      &:focus{
        outline: unset;
      }
    }
    select{
      min-height: 2.5em;
    }
  }
  .register__condition {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }
  #register__pickup{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;

    .summary__title{
      width: 100%;
    }
    .pickup{
      &__items{
        width: 49%;
        position: relative;
        input{
          display: none;
          &:checked{
            & ~ label{
              color: #0166d0;
              border-color: #0166d0;
              .icons{
                background-color: #0166d0;
                &__check{
                  opacity: 1;
                }
              }
            }
          }
          &:disabled + label{
            opacity: 0.6;
            background: #ddd;
            cursor: auto;
          }
        }
        label{
          width: 100%;
          height: 100%;
          font-size: 16px !important;
          color: #000;
          left: 0;
          top: 0;
          margin: 0;
          position: relative;
          padding: 20px 10px 10px;
          border-radius: 3px;
          border: 1px solid #ddd;
          display: flex;
          flex-flow: column;
          align-items: center;
        }
        .icons{
          width: 50px;
          height: 50px;
          margin-bottom: 10px;
        }
        .icons__check{
          position: absolute;
          right: 10px;
          top: 10px;
          width: 20px;
          height: 20px;
          opacity: 0;
        }
      }
    }
  }
  #register__branch{
    display: none;
  }

  .bankaccount {
    margin-top: 10px;
    padding-bottom: 10px;
    // border-bottom: 1px solid #cdcdcd;
  }

  .bankaccount__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bankaccount__detail--icon {
    background: #000;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    img {
      width: 25px;
    }
  }
  .bankaccount__detail {
    display: flex;
    align-items: center;
    width: 70%;
    &--box {
      line-height: 1.3;
    }
    &--number {
      font-size: 16px;
      font-weight: 500;
    }
    &--name {
      font-size: 12px;
    }
  }
  .bankaccount__action--copy {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 12px;
    color: #0166d0;
    background: #fff;
  }
  .bankaccount__action--qrcode {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 12px;
    img {
      background: #000;
      width: 15px;
      vertical-align: middle;
    }
  }
  #bankaccount__list {
    margin-top: 15px;
  }

  .payslip {
    margin-top: 15px;

    &__title {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 10px;
    }

    input[name="order_id"] {
      margin-bottom: 20px;
    }

    .preview-zone {
      img {
        width: 100%;
      }
    }

    .dropzone-wrapper {
      border: 1px dashed rgba(0,0,0,0.5);
      position: relative;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .dropzone-desc {
      color: #0166d0;
      border: 1px solid #0166d0;
      border-radius: 5px;
      padding: 10px 20px;
    }

    .dropzone,
    .dropzone:focus {
      position: absolute;
      outline: none !important;
      width: 100%;
      height: 120px;
      cursor: pointer;
      opacity: 0;
      padding: 0;
    }

    .dropzone-wrapper:hover,
    .dropzone-wrapper.dragover {
      background: #ecf0f5;
    }

    .preview-zone {
      text-align: center;
    }

    .preview-zone .box {
      box-shadow: none;
      border-radius: 0;
      margin-bottom: 0;
    }
  }

  .order__discount {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 10px;

    &--title {
      font-size: 15px;
      width: 100%;
    }
    &--header {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 5px;
    }
    &--amount {
      font-size: 20px;
      font-weight: 500;
      line-height: 1;
      color: red;
    }
  }
  .dropzone__edit--input {
    height: 18px !important;
  }

  textarea[name="order_remark"] {
    margin-top: 20px;
  }

  #promotions{
    width: 110%;
    margin: 0 -5%;

    .promotions{
      border-radius: 5px;
      border-left: 5px solid;
      box-shadow: 1px 3px 5px #b1d4f7;
      margin-bottom: 15px;
      padding: 5%;

      &__title{
        font-size: 20px;
        font-weight: 500;
        margin: 15px 0;
      }

      &__item{
        position: relative;
        border-bottom: 1px solid #cdcdcd;

        input[type="radio"]:checked,
        input[type="radio"]:not(:checked) {
            position: absolute;
            opacity: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            z-index: 99;
            cursor: pointer;
        }
        input[type="radio"]:checked + label,
        input[type="radio"]:not(:checked) + label
        {
            position: relative;
            padding: 15px 0;
            padding-right: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #000;
            font-weight: 100;
            right: unset;
            top: unset;
            margin: 0;
            font-size: inherit;
            width: 100%;
            left: 0;
            display: flex;
            align-items: center;
        }
        input[type="radio"]:checked + label:before,
        input[type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            right: 0;
            width: 25px;
            height: 25px;
            border: 1px solid #cdcdcd;
            border-radius: 100%;
            background: #fff;
        }
        
        input[type="radio"]:checked + label:after,
        input[type="radio"]:not(:checked) + label:after {
            content: '';
            display: inline-block;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 2%;
            top: 41%;
            background-color: #fff;
            clip-path: polygon(84% 0%, 100% 16%, 33% 84%, 0% 50%, 16% 33%, 33% 50%);
        }
        .limit{
          color: #000 !important;
          opacity: .5;
          font-size: 12px;
        }
      }

      &__input{
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        input{
          width: 80%;
          font-weight: 100;
          text-transform: uppercase;
        }
        a{
          display: block;
          width: 17%;
          border: 1px solid #0165cf;
          border-radius: 5px;
          color: #0165cf;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0;
          background-color: transparent;
        }
      }
    }
    #order__discount--condition{border-color: #ee100f;}
    #order__discount--condition .promotions{
      &__title{color: #ee100f;}
      &__item{
        input[type="radio"]:checked + label:before{
          background-color: #ee100f;
          border-color: transparent;
        }
      }
    }
    #order__discount--code{border-color: #0165cf;}
    #order__discount--code .promotions{
      &__title{color: #0165cf;}
      &__item{
        input[type="radio"]:checked + label:before{
          background-color: #0165cf;
          border-color: transparent;
        }
        input[type="radio"] + label span{
          color: #0165cf;
        }
      }
    }

  }

  #discount{
    margin-top: 30px;
  }

  .oreder_detail{
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 5px;
    &__header,&__footer{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .important_val{
      font-size: 20px;
      font-weight: 500;
    }

    &__body{
      margin: 10px 0;
      border: 1px solid #ddd;
      border-width: 1px 0;
      padding: 10px 0;
      &--lists{
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        line-height: 1.6em;
        font-size: 12px;
        margin-bottom: 10px;
      }
      &--lists:last-child{
        margin-bottom: 0;
      }
      &--option {
        color: #808080;
        line-height: 1.5;
      }
    }
  }
  .show_oreder_detail{
    text-align: right;
    #show_oreder_detail{
      margin: 10px 0;
      cursor: pointer;
      text-decoration: underline;
      color: #888;
      font-size: 12px;
    }
  }
  #payment_select{
    .form{
      &__title{
        font-size: 20px;
      }
      &__payment{
        &--items{
          position: relative;
          display: flex;
          align-items: center;
          label{
            position: inherit;
            color: #000;
            font-size: 15px;
            font-weight: 100;
            margin: 0;
            left: 0;
            width: 100%;
            top: auto;
            padding: 20px 0;
            border-bottom: 1px solid #ddd;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;

            .payment_text{
              display: flex;
              align-items: center;
              width: 100%;
              img{
                max-width: 25px;
                max-height: 25px;
                margin-right: 10px;
              }
              .remark{
                font-size: 12px;
                color: #0165d0;
              }
            }
          }
          input{
            position: absolute;
            margin: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
          }
          input[type="radio"]:checked+label:after{
            content: '';
            width: 25px;
            height: 25px;
            border-radius: 50%;
            mask-size: contain !important;
            -webkit-mask-size: contain !important;
            mask-repeat: no-repeat;
            -webkit-mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-position: center;
            background-color: #0165d0;
            mask-image: url(../../imgs/icon_input_success.svg);
            -webkit-mask-image: url('../../imgs/icon_input_success.svg');
          }
        }
      }
      
    }
  }
  .form{
    &__submit{
      width: 100%;
      margin-top: 30px;
      background-color: #0165d0;
      color: #fff;
      border: 0;
      border-radius: 5px;
      padding: 10px 0;
      font-size: 18px;
      font-weight: 500;
    }
    &__submit:disabled {
      opacity: 0.25;
    }
    &__cancel{
      display: table;
      margin: 20px auto 0 auto;
      text-decoration: underline;
    }
  }
  #omise_creditcard{
    .title{
      font-size: 20px;
    }
    .subtitle{
      font-size: 14px;
      margin-bottom: 20px;
    }
    .formgroup{
      margin-bottom: 10px;
      &__label{
        display: flex;
        justify-content: space-between;
        line-height: 1.8em;
        img{
          max-height: 18px;
        }
      }
    }
  }
  #scb_qrcode,#scb_easy{
    .title{
      font-size: 20px;
    }
    .subtitle{
      font-size: 14px;
      margin-bottom: 20px;
    }
    .qrcode{
      width: 70%;
      margin: 0 auto;
    }
    .btn_submit{
      width: 100%;
      display: block;
      margin-top: 30px;
      background-color: #0165d0;
      border-radius: 5px;
      padding: 10px 0;
      border: 0;
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
    }
    .btn_back{
      width: 100%;
      display: block;
      margin-top: 10px;
      border: 1px solid #0165d0; 
      border-radius: 5px;
      padding: 10px 0;
      color: #0165d0;
      font-size: 18px;
      text-align: center;
    }
    .btn_cancel{
      display: table;
      margin: 20px auto 0 auto;
      text-decoration: underline;
    }
    .scb_logo{
      width: 60%;
      margin: 0 auto;
      img{
        width: 100%;
      }
    }
  }
  #transfer_payment{
    .title{
      font-size: 20px;
    }
    .subtitle{
      font-size: 14px;
      margin-bottom: 20px;
    }
  }

  .summarypayment{
    &__icon{
      text-align: center;
      img{
        width: 80px;
        margin-bottom: 10px;
      }
    }
    &__title{
      font-size: 20px;
      font-weight: 500;
      text-align: center;
    }
    &__subtitle{
      font-size: 14px;
      text-align: center;
    }
    &__nextstep{
      width: fit-content;
      margin: 0 auto;
      margin-top: 30px;

      .step{
        position: relative;
        display: flex;
        align-items: flex-start;
        height: 55px;

        label{
          color: #000;
          font-size: 16px;
          font-weight: 100;
          position: inherit;
          margin: 0;
          top: auto;
          left: auto;
          margin-left: 20px;
        }

        &:before{
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          border: 2px solid #ddd;
          border-radius: 50%;
        }
        &:after{
          content: '';
          width: 2px;
          height: 35px;
          background-color: #ddd;
          left: 9px;
          top: 20px;
          position: absolute;
        }
        &.active:before{
          border-color: #32ba51;
          mask-size: contain !important;
          -webkit-mask-size: contain !important;
          mask-repeat: no-repeat;
          -webkit-mask-repeat: no-repeat;
          mask-position: center;
          -webkit-mask-position: center;
          background-color: #32ba51;
          mask-image: url(../../imgs/icon_input_success.svg);
          -webkit-mask-image: url(../../imgs/icon_input_success.svg);
          display: inline-block;
        }
        &.active:after{
          background-color: #32ba51;
        }

        &:last-child{
          height: auto;
          &:after{
            display: none;
          }
        }
      }
    }

    &__action{
      margin-top: 30px;
      .btn_main{
        width: 100%;
        margin-bottom: 10px;
        background-color: #0165d0;
        color: #fff;
        border: 0;
        border-radius: 5px;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 500;
        display: block;
        text-align: center;
      }
      .btn_second{
        width: 100%;
        margin-bottom: 10px;
        border:1px solid #0165d0;
        color: #0165d0;
        border-radius: 5px;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 500;
        display: block;
        text-align: center;
      }
      .btn_cancel{
        display: table;
        margin: 0 auto;
        text-decoration: underline;
      }
    }

    &__survey {
      margin-top: 30px;
      font-size: 14px;
      text-align: center;
    }
  }

  @media only screen and (max-width: 992px) {
    position: unset;

    .ltp__product--image img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }

    .ltp__product--image {
      position: relative;
      width: 100%;
      // height: 42.4vw;
    }

    .order__save {
      position: unset;
    }

    .ltp__price {
      &--quantity {
        width: 2.3em;
        font-weight: 500;
        line-height: 2;
        border-radius: 0;
        text-align: center;
        padding-left: 0;
        font-size: 15px;
        height: 1.7em;
        padding: 16px 0;
      }
      &--delete {
        border: 1px solid #ddd;
        line-height: 1.6;
        width: 1.7em;
        text-align: center;
        border-radius: 4px 0 0 4px;
        font-size: 20px;
        font-weight: 500;
        margin-right: -1px;
        height: 1.7em;
      }
      &--add {
        border: 1px solid #ddd;
        line-height: 1.6;
        width: 1.7em;
        text-align: center;
        border-radius: 0 4px 4px 0;
        font-size: 20px;
        font-weight: 500;
        margin-left: -1px;
      }
    }
  }
}

#payment_pending{
  font-family: "Prompt";
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;

  .title{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
  }
  .subtitle{
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    padding: 0 30px;
    max-width: 500px;
  }

  .dotloading{
    margin: 30px 0;
    .dot{
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 15px;
      background-color: #0166d0;
      margin: 0 4px;

      &:nth-last-child(1) {
        animation: loading_dot 0.6s 0.1s linear infinite;
      }
      &:nth-last-child(2) {
        animation: loading_dot 0.6s 0.2s linear infinite;
      }
      &:nth-last-child(3) {
        animation: loading_dot 0.6s 0.3s linear infinite;
      }
    }
  }

  @keyframes loading_dot {
    0 { transform: translate(0, 0);}
    50% { transform: translate(0, 15px); }
    100% { transform: translate(0, 0); }
  }
}
