#payment > ul > li.wc_payment_method.payment_method_blitz_etransfer_gateway > label > img{
    width: 50px !important;
    height: 50px !important;
    max-height: 50px;
    max-width: 50px;
}
#blitz-payment-loading{
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
#blitz-payment-status-container{
    margin: auto;
    margin-bottom: 2em;
    width: 100%;
    max-width: 550px;
    background:white;
    border: 0.01em solid #1c1601;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 15px;

}
#blitz-payment-status-header img{
    width: 45px;
    height: 45px;
    margin-right: 0.25em;

}
#blitz-payment-status-header{
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background: #000;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 600;
    align-items: center;
    color: #333;
    padding-left:1em;
    display:flex;
}
#blitz-payment-status-footer{
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    background: #fff;
    padding-top: 0;
    font-weight: 600;
    align-items: center;
    color: #333;
    padding-left:1em;
    padding-right:1em;
    text-align: right;
    display:block;
}
#blitz-payment-status-footer img{
    width: 50px;
}
.blitz-payment-status-circle{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #1c1601;
    border-radius: 50%;
    animation: blitz-payment-loading 3.6s cubic-bezier(.8, .5, .2, 1.4) infinite alternate-reverse;
    transform-origin: bottom center;
    position: relative;
}

#blitz-payment-content{
    padding:0em;
    display: flex;
    flex-direction: row-reverse;
    min-height: 240px;
    align-items: stretch;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

#blitz-payment-request{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left:2em;
}

#blitz-payment-status-currently{
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left:1em;
    padding-right: 1em;
}

#blitz-pay-now-button{
    background: #f0b51c !important;
    color:#000 !important;
    font-weight: 700 !important;
    border-radius: 15px !important;
    font-size: 25px !important;
    padding:10px !important;
    border: 0 !important;
    cursor: pointer !important;
}
#blitz-pay-now-button:hover{
    background: #000 !important;
    color:#f0b51c !important;
    border-color: #000 !important;
    border-radius: 15px !important;
}
.blitz-spinning-logo{
    transform: rotateY(-20deg);
    animation: blitz-spin-logo 1.3s linear infinite alternate-reverse;
}
.blitz-payment-copy{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.blitz-payment-link{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color:blue;
    cursor:pointer;
}
.blitz-logo{
    margin-right:auto;
    margin-left:auto;
}

@keyframes blitz-payment-loading{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(0) scale(0.8,0.8);
    }
    100%{
        transform: translateY(0px);
    }
}

@keyframes blitz-spin-logo {
    0% { transform: rotateY(20deg); }
    50% { transform: rotateY(0deg); }
    100% { transform: rotateZ(5deg); }
}

.blitz-payment-status-circle-1{
    animation-delay: 0.1s;
}
.blitz-payment-status-circle-2{
    animation-delay: 0.2s;
}
.blitz-payment-status-circle-3{
    animation-delay: 0.3s;
}
.blitz-payment-status-circle-4{
    animation-delay: 0.4s;
}
.blitz-payment-status-circle-5{
    animation-delay: 0.5s;
}
.blitz-payment-status-circle-6{
    animation-delay: 0.6s;
}
.blitz-payment-status-circle-7{
    animation-delay: 0.7s;
}
.blitz-payment-status-circle-8{
    animation-delay: 0.8s;
}

.blitz-deposit-label{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #000 !important;
}
#blitzAmountValue{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    color: #000 !important;
}
#blitzCurrencyValue{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

#blitzFromLabel{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

#blitzFromValue{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.blitz-content-status-creating{

}
.blitz-content-status-created{

}
.blitz-content-status-awaiting{

}
.blitz-content-status-rejected{

}
.blitz-content-status-completed{

}

#blitz-alternative-payment-container {
    margin: auto auto 2em;
    padding: 1em;
    width: 100%;
    max-width: 350px;
    background: white;
    border: 1px solid #1c1601;
    /*box-shadow: 5px 5px rgba(0, 0, 0, 0.5);*/
    /*border-radius: 15px;*/
    text-align: center;
}

#blitz-alternative-payment-button {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
    margin-top: 10px;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    width: 50%;
    height: 60px;
    background-color: #4CAF50;
    border: 3px solid #4CAF50;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 2px rgba(77, 77, 77, 0.5);
    box-shadow: 0 6px rgba(77, 77, 77, 1);
    cursor: pointer;
}

#blitz-alternative-payment-button:hover {
    transform: scale(1.05);
}

#blitz-alternative-payment-button:active {
    text-shadow: 0 2px rgba(77, 77, 77, 0.5);
    box-shadow: 0 0 rgba(77, 77, 77, 1);
    transform: translateY(6px);
}

@media only screen and (max-width: 600px) {
    #blitz-payment-content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #blitz-payment-status-currently{
        padding-top:1em;
        padding-bottom:1em;
        border-top: 1px solid black;
        width: calc(100% - 2em);
        min-height: 200px;
    }
    #blitz-payment-request{
        min-height: 150px;
        width: calc(100% - 2em);
        padding-top:1em;
        padding-bottom:1em;
    }
}

.blitz-animate {
    animation-duration: 0.4s;
    animation-name: animate-fade;
    animation-delay: 0.3s;
    animation-fill-mode: backwards;
}

@keyframes animate-fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


.blitz-animate.blitz-pop {
    animation-name: animate-slide;
    animation-timing-function: cubic-bezier(.26,.53,.74,1.48);
}

@keyframes animate-pop {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@keyframes animate-slide {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.blitz-delay-1 {
    animation-delay: 0.6s;
}

.blitz-delay-2 {
    animation-delay: 0.7s;
}

.blitz-delay-3 {
    animation-delay: 0.8s;
}

.blitz-delay-4 {
    animation-delay: 0.9s;
}

.blitz-delay-5 {
    animation-delay: 1s;
}

.blitz-checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: blitz-fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.blitz-checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: blitz-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.blitz-checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: blitz-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes blitz-stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes blitz-scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes blitz-fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}
