﻿


/*//animated btn-default buradan basliyor*/
/* general */
.buttonContainer2 {
    text-align: center;
    margin: 10px 0;
    position: relative;
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    outline: none;
    z-index: 20;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.myLoading-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
    border-radius: 10px;
    display: none;
}


.paymentanimateBtn{
    outline: none;
}

.hide-opacity {
    opacity: 0;
}

.show-opacity {
    opacity: 1 !important;
}


.buttonContainer2 span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.dsButtonAnim2 {
    text-align: center;
    display: inline-block;
    font-family: 18px 'Roboto', 'sans-serif';
    text-transform: uppercase;
    background: #003e99;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.9, 0.1, 0.1, 0.9);
    -o-transition: all 0.4s cubic-bezier(0.9, 0.1, 0.1, 0.9);
    transition: all 0.4s cubic-bezier(0.9, 0.1, 0.1, 0.9);
    font-style: normal;
    font-weight: bold;
    /*font-size: 18px;*/
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100px;
}

.fontSize18px {
    font-size: 18px;
}


.fontSize16px {
    font-size: 16px;
}

.fontSize14px {
    font-size: 14px;
}

.fontSize13px {
    font-size: 13px !important;
}

.fontSize12px {
    font-size: 12px;
}


.dsButtonAnim2:hover {
    background: #02275e;
}

.h-3rem {
    height: 3rem;
}

.h-2p5rem {
    height: 2.5rem;
}


.h-2rem {
    height: 2rem;
}

.w-10rem {
    width: 10rem;
}

.w-15rem {
    width: 15rem;
}

.w-17rem {
    width: 17rem;
}


.w-100 {
    width: 100%;
}


.dsButtonAnim2 span {
    opacity: 1;
    -webkit-transition: 0.2s 0.4s ease;
    -o-transition: 0.2s 0.4s ease;
    transition: 0.2s 0.4s ease;
    width: 100%;
}

.dsButtonAnim2.loading {
    background-color: #02275e;
    width: 3rem;
    height: 3rem;
    padding: 0rem;
    -webkit-transition: all 0.2s 0.1s cubic-bezier(0.9, 0.1, 0.1, 0.9);
    -o-transition: all 0.2s 0.1s cubic-bezier(0.9, 0.1, 0.1, 0.9);
    transition: all 0.2s 0.1s cubic-bezier(0.9, 0.1, 0.1, 0.9);
    -webkit-animation: loadingAnimation 1s 0.28s infinite;
    animation: loadingAnimation 1s 0.28s infinite;
    background-image: url("http://erlab.tech/Loading.gif") no-repeat;
    background-position: center center;
}

    .dsButtonAnim2.loading span {
        opacity: 0;
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
    }

.dsButtonAnim2.success {
    position: relative;
    background-color: #02275e;
    width: 3rem;
    height: 3rem;
    -webkit-animation: none;
    animation: none;
    -webkit-transition: all 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
    transition: all 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
}

    .dsButtonAnim2.success span {
        opacity: 0;
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .dsButtonAnim2.success::before,
    .dsButtonAnim2.success::after {
        content: '';
        display: inline-block;
        position: absolute;
        height: 4px;
        background: #fff;
        -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        z-index: 10;
        -webkit-animation: showPseudos 0.3s 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9) forwards;
        animation: showPseudos 0.3s 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9) forwards;
        opacity: 0;
        left: 48%;
        bottom: 0.8rem;
    }

    .dsButtonAnim2.success::before {
        width: 14px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .dsButtonAnim2.success::after {
        margin-left: -3px;
        width: 24px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.dsButtonAnim2.error {
    position: relative;
    background: #da3b3b;
    width: 3rem;
    height: 3rem;
    -webkit-animation: none;
    animation: none;
    -webkit-transition: all 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
    transition: all 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
}

    .dsButtonAnim2.error span {
        opacity: 0;
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .dsButtonAnim2.error::before,
    .dsButtonAnim2.error::after {
        content: '';
        display: inline-block;
        position: absolute;
        height: 4px;
        width: -5rem;
        left: 50%;
        margin-left: -2.5rem;
        background: #fff;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        z-index: 10;
        -webkit-animation: showPseudos 0.3s 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9) forwards;
        animation: showPseudos 0.3s 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9) forwards;
        opacity: 0;
        top: 50%;
        margin-top: -2px;
    }

    .dsButtonAnim2.error::before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .dsButtonAnim2.error::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@-webkit-keyframes loadingAnimation {
    0% {
        background-image: url("http://erlab.tech/Loading.gif") no-repeat;
        background-position: center center;
        height: 3rem;
    }

    100% {
        background-image: url("http://erlab.tech/Loading.gif") no-repeat;
        background-position: center center;
    }
}

@keyframes loadingAnimation {
    0% {
        background-image: url("http://erlab.tech/Loading.gif") no-repeat;
        background-position: center center;
        height: 3rem;
    }

    100% {
        background-image: url("http://erlab.tech/Loading.gif") no-repeat;
        background-position: center center;
    }
}

@-webkit-keyframes showPseudos {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes showPseudos {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media only screen and (max-width: 600px) {

    .w-17rem {
        width: 100%;
    }

    .h-3rem {
        height: 2.5rem;
    }
}


/*//animated btn-default buradan bitiyor*/
