@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Cabin:ital,wght@0,400..700;1,400..700&family=Jersey+15&family=Lilita+One&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* font-family: "Lilita One", sans-serif;
font-family: "Merriweather", serif;
font-family: "Titillium Web", sans-serif;
font-family: "Ubuntu", sans-serif;
font-family: "Oswald", sans-serif;
font-family: "Cabin Sketch", sans-serif;
font-family: "Cabin", sans-serif;
font-family: "Open Sans", sans-serif;
font-family: "Roboto", sans-serif;
font-family: "Jersey 15", sans-serif; */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-outline: none;
    outline: none;
}
html,body{
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%);
    background-blend-mode: multiply;
    color: white !important;
    font-family: "Ubuntu", sans-serif;
}
*[data-box-page]{
    position: relative;
    max-width: 1920px !important;
    margin: auto !important;
}
section{
    position: relative;
    transition: all 100ms ease;
}
.pt-logo{
    position: relative;
    margin: 20px 0 20px 40px;
}
.pt-logo img{
    width: 200px;
}
.pt-start{
    position: relative;
    width: 80%;
    margin: auto;
}
.pt-title{
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 2.4em;
    text-shadow: -1px 1px #f5b166;
    margin: 20px 0;
}
.pt-desc{
    font-family: "Ubuntu", sans-serif;
    text-align: center;
}
.pt-serv{
    position: relative;
    display: -webkit-box-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}
.pt-s-child{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: white;
    margin: 10px 20px;
    padding: 10px 20px;
    border-radius: 12px;
    background-color: rgba(0,0,0,.5);
    font-family: "Ubuntu", sans-serif;
    font-size: .9em;
    cursor: pointer;
    transition: all 100ms ease;
    border: 1px solid #495057;
}
a.pt-s-child:hover{
    color: #f5b166;
}
.pt-s-child img{
    width: 40px;
}
.pt-s-txt{
    margin-top: 4px;
}
.container {
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: relative;
    color: white;
    margin: 40px 0 20px;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
.container .label {
    font-size: 15px;
    padding-left: 10px;
    position: absolute;
    top: 13px;
    transition: 0.3s;
    pointer-events: none;
    font-family: "Ubuntu", sans-serif;
}
.input {
    width: 100% !important;
    height: 55px;
    border: none;
    outline: none;
    padding: 0px 20px;
    border-radius: 6px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    font-size: 15px;
    background-color: transparent;
    box-shadow: 3px 3px 10px rgba(0,0,0,1),
    -1px -1px 6px rgba(255, 255, 255, 0.4);
}
.input:focus {
    border: 2px solid transparent;
    color: #fff;
    box-shadow: 3px 3px 10px rgba(0,0,0,1),
    -1px -1px 6px rgba(255, 255, 255, 0.4),
    inset 3px 3px 10px rgba(0,0,0,1),
    inset -1px -1px 6px rgba(255, 255, 255, 0.4);
}
.container .input:valid ~ .label,
.container .input:focus ~ .label {
    transition: 0.3s;
    padding-left: 2px;
    transform: translateY(-40px);
}
.container .input:valid,
.container .input:focus {
    box-shadow: 3px 3px 10px rgba(0,0,0,1),
    -1px -1px 6px rgba(255, 255, 255, 0.4),
    inset 3px 3px 10px rgba(0,0,0,1),
    inset -1px -1px 6px rgba(255, 255, 255, 0.4);
}
.cssbuttons-io-button {
    background: #f3b066;
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.6em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #f3b066;
    overflow: hidden;
    position: relative;
    height: 3em;
    padding-right: 3.3em;
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
    margin: auto;
    min-width: 400px;
}
.cssbuttons-io-button .icon {
    background: #1C1C1C;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #f3b066;
    right: 0.3em;
    transition: all 0.3s;
} 
/* .cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
}  */
.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: white;
}  
.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}
.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}
footer{
    font-family: "Ubuntu", sans-serif;
    margin-top: 100px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    padding: 20px;
}
.pt-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease;
}
.pm-box{
    position: relative;
    background-color: #1C1C1C;
    height: 90vh;
    width: 600px;
    margin: 0px auto;
    font-family: "Ubuntu", sans-serif;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0;
    transition: all 400ms ease;
}
.pm-title{
    position: absolute;
    padding: 15px 20px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f3b066;
    font-weight: bold;
    font-size: 1.2em;
    z-index: 100;
}
.pm-close{
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 2em;
    cursor: pointer;
    color: white !important;
    transition: all 100ms ease !important;
}
.pm-close:active{
    opacity: .8;
    transform: scale(.98);
}
.pm-content{
    position: relative;
    padding: 80px 20px;
    height: 100%;
    overflow: auto;
}
.pt-title-h2{
    font-size: 1.5em;
    font-family: "Ubuntu", sans-serif;
    text-shadow: -1px 1px #f5b166;
    margin: 0 0 10px;
}
.pt-desc-h2{
    font-size: .9em;
}
table{
    color: white !important;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: "Ubuntu", sans-serif;
}
.table-striped tbody tr:nth-child(2n+1) td,.table-striped tbody tr:nth-child(2n+1) th{
    background-color: rgba(0,0,0,.3);
}
.table td{
    vertical-align: top;
    color: white !important;
}
.table th,.table td{
    padding: 10px 8px;
    line-height: 18px;
    text-align: left;
    /* border-top: 1px solid#ddd; */
}
.input-id {
    color: #fff;
    font-size: 0.9rem;
    background-color: rgba(0,0,0,.2);
    border: 2px solid;
    width: 100%;
    box-sizing: border-box;
    padding-inline: 0.5em;
    padding-block: 0.7em;
    border: none;
    border-bottom: var(--border-height) solid var(--border-before-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
  
.input-id-border {
    position: absolute;
    background: var(--border-after-color);
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
  
.input-id:focus {
    outline: none;
}
  
.input-id:focus + .input-id-border {
    width: 100%;
}
.form-control-id {
    position: relative;
    --width-of-input: 300px;
}
.input-id-alt {
    font-size: 1.2rem;
    padding-inline: 1em;
    padding-block: 0.8em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.input-id-border-alt {
    height: 3px;
    background: linear-gradient(90deg, #FF6464 0%, #FFBF59 50%, #47C9FF 100%);
    transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
}
.input-id-alt:focus + .input-id-border-alt {
  width: 100%;
}
/* this button is inspired from this -- s://www.newline.co/pricing */
.button-id {
    --width: 150px;
    --timing: 2s;
    border: 0;
    width: var(--width);
    /* padding-block: 1em; */
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    background: #3b82f6;
    transition: all 0.2s;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 15px !important;
    width: 100%;
    padding: 10px;
}
.button-id:active {
    background: linear-gradient(90deg, #FF6464 0%, #FFBF59 50%, #47C9FF 100%);
    transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
    animation: var(--timing) linear dance6123 infinite;
    transform: scale(.94) translateY(-1px);
}
.error_found{
    font-family: "Ubuntu", sans-serif;
    font-size: .8em;
    padding: 4px 10px;
    border-left: 4px solid #ff5252;
    color: #ff5252;
    margin-left: 10px;
    position: relative;
    top: -10px;
    margin-bottom: 20px;
}
@keyframes dance6123 {
    to {
      background-position: var(--width);
    }
  }
  
@media screen and (max-width: 900px){
    .pt-start{
        width: 96%;
        margin: 0 auto;
    }
    .pt-title{
        font-size: 1.8em;
    }
    .pt-desc,footer,.pt-s-txt{
        font-size: .9em;
    }
    .pt-s-icon img{
        width: 32px;
    }
    .pt-s-child{
        margin: 10px;
    }
    .pm-box{
        width: 80%;
    }
}
@media screen and (max-width: 600px){
    .pt-logo{
        margin: 10px 10px;
    }
    .pt-logo img{
        width: 170px;
    }
    .pt-s-child{
        width: 46%;
        margin: 10px 2%;
    }
    .pt-title{
        font-size: 1.5em;
        text-shadow: -1px 1px #f5b166;
    }
    .pt-desc,footer,.pt-desc-h2{
        font-size: .8em;
    }
    .cssbuttons-io-button{
        font-size: 15px;
    }
    .cssbuttons-io-button{
        min-width: 90% !important;
    }
    table{
        font-size: .9em;
    }
    .table th,.table td{
        padding: 8px 4px;
    }
    .table tr{
        font-size: .9em;
    }
    .pm-box{
        width: 94%;
    }
    .pt-title-h2{
        font-size: 1.3em;
        text-shadow: -1px 1px #f5b166;
    }
}

/* sendsms */
.form-sendsms{
    position: relative;
    border-radius: 6px;
    width: 600px;
    margin: auto;
    /* background-color:rgba(0,0,0,.5); */
    /* min-height: 80vh; */
}
.mailbox{
    position: relative;
    padding: 10px 15px;
    border: 1px solid rgba(29, 180, 89, 0.3);
    font-size: .8em;
    font-family: "Ubuntu", sans-serif;
    background-color: rgba(26, 162, 81, 0.15);
    text-align: center;
}
.mailbox span{
    color: rgb(195, 245, 215);
}
.form-container .pt-title-h2{
    text-align: center;
}
.form-container {
    width: 100%;
    background: linear-gradient(#212121, #212121) padding-box,
                linear-gradient(145deg, transparent 35%,#f4af65, #40c9ff) border-box;
    border: 2px solid transparent;
    padding: 32px 24px;
    font-size: 14px;
    font-family: inherit;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    /* border-radius: 16px; */
    margin-bottom: 100px;
}
.form-container button:active {
    scale: 0.95;
}
.form-container .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-container .form-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
} 
.form-container .form-group label {
    display: block;
    margin-bottom: 5px;
    color: white;
    /* font-weight: 600; */
    font-size: 1em;
    font-family: "Ubuntu", sans-serif;
} 
.form-container .form-group input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #414141;
    font-family: "Ubuntu", sans-serif !important;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: bold;
    transition: all 100ms ease;
}
.form-container .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    resize: none;
    color: #fff;
    height: 160px;
    border: 1px solid #414141;
    background-color: transparent;
    font-family: "Ubuntu", sans-serif !important;
    font-size: 1em;
    letter-spacing: 1px;
    transition: all 100ms ease;
}
.form-container .form-group input::placeholder {
    opacity: 0.5;
    font-weight: normal;
}
.form-container .form-group input:focus {
    outline: none;
    border-color: #f4af65;
} 
.form-container .form-group textarea:focus {
    outline: none;
    border-color: #f4af65;
} 
.form-container .form-submit-btn {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: flex-start;
    font-family: inherit;
    color: white;
    font-weight: 600;
    width: 100%;
    background: #f4af65;
    border: 1px solid #ed9c45;
    padding: 12px 16px;
    font-size: 1em;
    margin-top: 8px;
    cursor: pointer;
    border-radius: 6px;
    top: -20px;
    transition: all 200ms ease;
}
#count-sms{
    position: relative;
    top: -15px;
    color: wheat;
    font-size: .9em;
    font-weight: bold;
}
.hint,.form-group{
    position: relative;
}
.hint-content {
    width: 200px;
    position: absolute;
    z-index: 100;
    padding: 10px 5px !important;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    color: black !important;
    visibility: hidden;
    pointer-events: none;
    font-size: .8em;
    background-color: #f5b166;
    text-align: center;
}
.hint-content p{
    margin: 0 !important;
    padding: 0 !important;
}
.hint:focus + .hint-content {
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    color: #fff;
    visibility: visible;
    pointer-events: none;
}
.hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    bottom: 29px;
    left: 0;
    width: 80px;
    content: "";
    background-color: #fff;
    height: 1px;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.hint:focus + .hint-content::after {
    opacity: 1;
    visibility: visible;
}
.hint[data-position="4"] + .hint-content {
    bottom: 70px;
    left: 80px;
    margin-left: 10px;
}
#message[data-position="4"] + .hint-content{
    bottom: 184px;
}
.form-container .error_step_2{
    font-family: "Ubuntu", sans-serif !important;
    position: relative;
    padding: 10px 15px;
    border: 1px solid #dd3f1a;
    font-size: .9em;
    background-color: #dd3f1a10;
}
@media screen and (max-width: 700px) {
    .form-sendsms{
        width: 94%;
    }
}
@media screen and (max-width: 550px){
    .mailbox{
        padding: 10px;
        font-size: .7em;
    }
    .form-sendsms{
        width: 96%;
    }
    .form-container{
        padding: 20px;
    }
    form input, form textarea,form label{
        font-size: .9em !important;
    }
    #count-sms{
        font-size: .8em !important;
    }
    .hint-content{
        font-size: .76em !important;
    }
    #recap p{
        font-size: 1em;
    }
    .pay{
        width: 100%;
    }
    .state_details p{
        font-size: .9em !important;
    }
}  
/* recap */
#recap p{
    font-size: 1.1em;
    margin-bottom: 0;
}
#recap .key{
    font-weight: bold;
}
.state-wait{
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #e4a561;
    border: 2px solid #eec191;
}
.state-fail,.state-success,.state-send{
    padding: 5px 10px;
    border-radius: 20px;
}
.state-fail{
    background-color: #ff525275;
    border: 1px solid #ff5252bd;
}
.state-success{
    background-color: rgba(49, 223, 119, 0.42);
    border: 1px solid rgba(29, 180, 89, 0.3);
}
.state-send{
    background-color: #e4a56194;
    border: 1px solid #eec191;
}
.pay {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    margin: 20px auto 10px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(to bottom right, #00c6ff, #0072ff);
    border: none;
    border-radius: 40px;
    box-shadow: 0px 4px 0px #0072ff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.pay:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 0px #0072ff;
    color: #fff;
} 
.pay:active {
    color: #fff;
    transform: translateY(0px);
    box-shadow: none;
    background-image: linear-gradient(to bottom right, #0072ff, #00c6ff);
}
/* .pay:hover:before,.pay:hover:after,.pay:active:before,.pay:active:after{
    opacity: 1;
} */
.pay:before,
.pay:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.pay:before {
    top: -3px;
    left: -3px;
    border-radius: 40px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}
.pay:after {
    bottom: -3px;
    right: -3px;
    border-radius: 40px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
a.pay{
    text-decoration: none !important;
    font-size: 1em !important;
}
.dot-spinner {
    --uib-size: 4rem;
    --uib-speed: .9s;
    --uib-color: #f7ae63;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
    margin: auto;
  }
  
  .dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  
  .dot-spinner__dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
  }
  
  .dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
  }
  
  .dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
  }
  
  .dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
  }
  
  .dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
  }
  
  .dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
  }
  
  .dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
  }
  
  .dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
  }
  
  .dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
  }
  
  .dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
  }
  
  .dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
  }
  
  .dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
  }
  
  .dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
  }
  
  .dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
  }
  
  .dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
  }
  
  @keyframes pulse0112 {
    0%,
    100% {
      transform: scale(0);
      opacity: 0.5;
    }
  
    50% {
      transform: scale(1);
      opacity: 1;
    }
  }
  .loader {
  position: relative;
  width: 120px;
  height: 90px;
  margin: 0 auto;
}

.loader:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #2a9d8f;
  animation: loading-bounce 0.5s ease-in-out infinite alternate;
}

.loader:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 7px;
  width: 45px;
  border-radius: 4px;
  box-shadow: 0 5px 0 #f2f2f2, -35px 50px 0 #f2f2f2, -70px 95px 0 #f2f2f2;
  animation: loading-step 1s ease-in-out infinite;
}

@keyframes loading-bounce {
  0% {
    transform: scale(1, 0.7);
  }

  40% {
    transform: scale(0.8, 1.2);
  }

  60% {
    transform: scale(1, 1);
  }

  100% {
    bottom: 140px;
  }
}

@keyframes loading-step {
  0% {
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0),
            0 10px 0 #f2f2f2,
            -35px 50px 0 #f2f2f2,
            -70px 90px 0 #f2f2f2;
  }

  100% {
    box-shadow: 0 10px 0 #f2f2f2,
            -35px 50px 0 #f2f2f2,
            -70px 90px 0 #f2f2f2,
            -70px 90px 0 rgba(0, 0, 0, 0);
  }
}

.loader-state {
    position: relative;
    width: 120px;
    height: 90px;
    margin: 0 auto;
  }
  
  .loader-state:before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ed9c45;
    animation: loading-bounce 0.5s ease-in-out infinite alternate;
  }
  
  .loader-state:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 7px;
    width: 45px;
    border-radius: 4px;
    box-shadow: 0 5px 0 #f2f2f2, -35px 50px 0 #f2f2f2, -70px 95px 0 #f2f2f2;
    animation: loading-step 1s ease-in-out infinite;
  }
  
  @keyframes loading-bounce {
    0% {
      transform: scale(1, 0.7);
    }
  
    40% {
      transform: scale(0.8, 1.2);
    }
  
    60% {
      transform: scale(1, 1);
    }
  
    100% {
      bottom: 140px;
    }
  }
  
  @keyframes loading-step {
    0% {
      box-shadow: 0 10px 0 rgba(0, 0, 0, 0),
              0 10px 0 #f2f2f2,
              -35px 50px 0 #f2f2f2,
              -70px 90px 0 #f2f2f2;
    }
  
    100% {
      box-shadow: 0 10px 0 #f2f2f2,
              -35px 50px 0 #f2f2f2,
              -70px 90px 0 #f2f2f2,
              -70px 90px 0 rgba(0, 0, 0, 0);
    }
  }

.fail-box{
    position: relative;
    margin: 10px 0;
    padding: 10px;
    background-color: #ff525210;
    border: 1px solid #ff5252;
    text-align: center;
}
.success-box{
    position: relative;
    margin: 10px 0;
    padding: 10px;
    background-color: #32ba7c10;
    border: 1px solid #32ba7c;
    text-align: center;
}
.fail-box img,.success-box img{
    width: 80px;
}
.msg-box{
    margin: 10px auto;
    font-size: .9em;
}