.kenpesa-stk-form {
    background-color: #fff;
    display: flex;
    width: 280px;
    padding: 16px;
    margin: 10px auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    font-family: roboto, "Noto Sans SC", "Open Sans", Helvetica !important;
    border:solid 1px #F0F0F0 !important;
}

.kenpesa-stk-form h4 {
    font-family: roboto, "Noto Sans SC", "Open Sans", Helvetica !important;
}

.kenpesa_logo {
    display: flex;
    padding: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.kenpesa-stk-form img {
    width: 100px;
}

.kenpesa-stk-form .kenpesa-amt {
    background-color: #f0f0f0;
    width: 100%;
    display: block;
    padding: 16px;
    text-align: center;
    margin: auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kenpesa-how-to-instructions {
    background-color: #f0f0f0;
    width: 100%;
    display: block;
    padding: 5px 0px;
    text-align: left;
}

.kenpesa-warn, #result-error-partial-payment {
    color: #fd6f22;
}

.kenpesa-danger, #result-error, #result-error-stk {
    color: #BF0C0C;
}

.kenpesa-time {
    color: #27a844;
}

#mpesa_codes{
    text-transform: uppercase;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 100%;
}

.kenpesa-stk-form .kenpesa-paybill-account, kenpesa-phonenumber  {
    background-color: #edfff1;
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px;
}

.goto{
    font-size: 12px;
}
.kenpesa-stk-form kenpesa-pay {
    font-weight: 600;
    font-size: 20px;
}
/*** countdown-container ***/
.countdown-container {
    /*display: flex;
    align-items: center;
    font-size: 1.5em;*/
}
.countdown-container .fa-hourglass {
    margin-right: 10px;
    animation: rotate 2s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*** end countdown-container ***/

.float-right {
    float:right;
}

.copy-tooltip {
    position: absolute;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    display: none;
    z-index: 1000;
}


.kenpesa-flag-icon {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.kenpesa-country-code {
    margin-right: 5px;
    font-weight: bold;
}

.kenpesa-input-container {
    text-align: center;
    margin-top: 10px;
}

.kenpesa-input-container input {
    display: flex;
    height: 40px;
    padding: 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px !important;
    border: 1px solid #E3E3E3 !important;
    background: #FFF;
}

.kenpesa-stk-form td {
    text-align: center;
    border: none;
    padding: 10px 0px !important;
}
.kenpesa-stk-form table, td {
    border: none;
    width:100%;
    margin:0;
}

.kenpesa-center {
    text-align: center !important;
}

.kenpesa-btn-green {
    display: inline-block;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #28a745 !important;
    border: 1px solid #28a745 !important;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem !important;
    height: 50px;
    width:90%
}

.kenpesa-btn-clear {
    display: inline-block;
    font-weight: 400;
    color: #000 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem !important;
    height: 50px;
    width:90%
}

.kenpesa-lipa-title{
    color: #000;
    font-weight: bold;
    font-size: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.kenpesa-how-to-pay{
    color: #2196F3 !important;
    font-size: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.user-left i {
    font-style: normal;
    vertical-align: text-bottom;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.user-left {
    width: 45%;
    float: left;
}
.user-right  {
    width: 45%;
    float: right;
}
.user-right input[type="submit"] {
    background: #ed5564;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 25px;
    border: none;
    width: 100% !important;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.user-right input[type="submit"]:hover {
    background:#28b08a;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}


.info {
    padding: 5px;
    border: 1px solid #DEDEDE;
    margin: 5px 0;
    background: #EFEFEF;
    color: #222222;
    text-align: center;
}

.warning {
    padding: 5px;
    border: 1px solid #DEDEDE;
    margin: 5px 0;
    background: #FFFFCC;
    color: #222222;
    text-align: center;
}

.success {
    padding: 5px;
    border: 1px solid #349534;
    margin: 5px 0;
    background: #C9FFCA;
    color: #008000;
    font-weight: bold;
    text-align: center;
}

.error {
    padding: 5px;
    border: 1px solid #CC0000;
    margin: 5px 0;
    background: #F7CBCA;
    color: #CC0000;
    font-weight: bold;
    text-align: center;
}