/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
@font-face {
    font-family: roboto;
    src: url(../fonts/RobotoTTF/Roboto-Bold.ttf);
}

@font-face {
    font-family: roboto-regular;
    src: url(../fonts/RobotoTTF/Roboto-Regular.ttf);
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
.font-roboto {
    font-family: roboto;
}
.border-dash {
    border-bottom: 1px dashed #C4C4C4;
}
.price {
    color: #F58D2C;
}
.fail-checkmark img {
    max-width: 15%;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

#iframe iframe {
    width: 100%;
    min-height: 400px;
}

.text-normal {
    color:#818181;
    font-family: roboto-regular;
    font-size: 18px
}

.mt-15px {
    margin-top: 15px;
}

.header-pm-success {
    margin: 30px 0 10px 0;
    display: flex;
    justify-content: center;
    color: #818181;
    font-size: 30px;
}

.img-tick-success {
    margin-top: 24px;
    display: flex;
    justify-content: center
}

.order-id-block {
    padding-left: 40px;
    padding-right: 40px;
    height:65px;
    background-color: #5bc764;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.order-id-block .order-id-text {
    font-size: 1.27em;
    color: #fff
}

.id-info {
    display: flex;
    flex-direction:column;
    justify-content: center;
    margin-top: 30px
}
.dotted {
    padding: 10px;
    border: dashed 1px;
    color: #B9B9B9;
    width: 450px;
    text-align: right;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius : 20px;
    border-top-left-radius : 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.container_swap{
    height: 60px;
    width: 400px;

}.div_left{

     width: 150px;

     float: left;

     text-align: center;

 }

.div_right{

    width: 90px;

    float: left;

    text-align: center;

}

.text-right-care {
    height: 40px;
    color:#818181;
    font-family: roboto-regular;
    font-size: 18px
}
.modal-qr-code {
    max-width: 98% !important;
    padding: 0 30px;
}
.box_bank_version img {
    border: 1px solid #1296D4;
    border-radius: 8px;
    width: 222px;
    margin: 0 8px;
    padding: 5px 20px;
    height: 60px;
    background: center;
}
.inline-block {
    display: inline-block;
    position: relative;
    top: 10px;
}
.box_step, .box_step_4 {
    background: #29B354;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #63E38B;
}
.box_line {
    position: relative;
}
.box_img_bank img {
    width: 100%;
    max-width: 200px;
}
.box_line::before {
    position: absolute;
    content: "";
    top: 17px;
    width: 106%;
    height: 2px;
    background: #63E38B;
    right: -59%;
}
.box_step:after {
    position: absolute;
    content: "";
    right: -8px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #63E38B;
    border-bottom: 8px solid transparent;
}
.modal-qr-code .modal-title {
    width: 100%;
}
.box_step span, .box_step_4 span {
    line-height: 31px;
    color: #fff;
    font-weight: bold;
}
.box_inst_qr p {
    min-height: 50px;
}
.id-qr-code  {
    cursor: pointer;
}
.box_img_redirect {
    text-align: center;
    margin: 20px;
    border: 2px solid #f0f0f0;
    border-radius: 6px;
    padding: 10px;
}
.box_img_redirect img {
    width: 100%;
}
p.text_not{
    width: 280px;
}
