/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#momo-gateway {
    max-width: 600px;
    margin: 0 auto;
}
.momo-gateway-info-payment {
    padding: 10px;
    border-radius: 6px;
    background: #FDEFB2;
    font-size: 16px;
    margin-bottom: 15px;
}
 .momo-gateway-guide {
     text-align: center;
     color:purple;
     font-size: 20px;
     font-weight: bold;
 }
 .momo-gw-qr {
    text-align: center;
 }
 .momo-gw-qr > img {
    margin: 0 auto;
    max-width: 300px;
 }
 .text-center{
    text-align: center;
 }
 .momo-gw-btn-payment {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    min-width: 160px;
    font-size: 18px;
    background: #e8573f;
    color:#fff;
    text-decoration: none !important;
 }
 .momo-gw-guide-2 {
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .momo-gw-guide-2 img{
    margin-right: 10px;
 }
 .momo-loading{
    display: inline-block;
    margin-top: 15px;
 }

 .success-animation { margin:20px auto;}
 .momo-gateway-result{
    margin-bottom: 30px;
 }
.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

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

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
.payment_method_momo-gateway-mh{
    overflow: hidden;
}
.payment_method_momo-gateway-mh img{
    float: right;
}
.payment_box.payment_method_momo-gateway-mh{
    clear: both;
}

.momo-gateway-info-payment {
    font-size: 22px !important;
}
.momo-gateway-info-payment > div{
    margin-bottom: 10px;
    font-size: 18px !important;
    
}


.d-flex{
    display: flex;
} 
.justify-space-between{
    justify-content: space-between;
}
.table-payment {
  border-collapse: collapse;
  width: 100%;
}

.table-payment td, .table-payment th {
  border: 1px solid #ddd;
  padding: 8px !important;
    font-size: 16px;
}
.table-payment th{
    padding: 12px !important;
}
.table-payment tr:nth-child(even){background-color: #f2f2f2;}

.table-payment tr:hover {background-color: #ddd;}

.table-payment th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;

  background-color: #f44336;
  color: white;
}