/**
 * All of the CSS for the public-facing functionality should be
 * included in this file.
 */

.tz-airtime-query-form + form.cart { 
	display:none; 
}

.tz-airtime-simple-buying-form {
    position: relative;
}

.page .tz-airtime-simple-buying-form {
    width: 250px;
    margin: auto;
}

.page .tz-airtime-simple-buying-form label { 
    display: block; 
    text-align: center;
}

.page .tz-airtime-simple-buying-form input { 
    display: block; 
    margin: auto auto 15px auto;
}

.single-post .tz-airtime-simple-buying-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.single-post .tz-airtime-simple-buying-form div {
    width: 200px;
}

.single-post .tz-airtime-simple-buying-form input[type=text] {
    width: 150px;
}

.tz-airtime-simple-buying-form input { 
    display: block; 
    margin-bottom: 15px;
}

.tz-airtime-simple-buying-form input[type=submit] {
    background-color: #ff6600; 
    color: #fff; 
    min-height: 40px;
    font-size: 1.1em;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 12px 25px 9px;
    border: none;
}

.tz-airtime-simple-buying-form .out-of-stock {
    color: red;
}

.tz-airtime-simple-buying-form div.tz-airtime-simple-buying-form-loader {
    display: none;
    position: absolute;
    left: 13%;
    top: 25%;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #ff6600;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.amp-form-submitting.tz-airtime-simple-buying-form div.tz-airtime-simple-buying-form-loader {
    display: block;
}
    
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.tz-airtime-query-form,
.tz-airtime-notice {
    text-align: center;
}

.tz-airtime-notice {
    color: red;
}

.tz-airtime-use-netone-pinless-message {
    color: red;
    text-align: center;
}