.payment-container {
    font-family: Arial, sans-serif;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 450px;
}

.payment-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.payment-container p {
    font-size: 12px;
    color: gray;
    margin-bottom: 20px;
}

.payment-method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;

}

.payment-method input {
    margin-right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.payment-method img {
    width: 70px!important;
    margin-right: 10px;
}

.payment-method label {
    font-weight: 400;
    font-size: 16px;
    flex: 1;
    padding-left: 70px;

}

.payment-button {
    width: 100%;
    background-color: black;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.payment-button:hover {
    background-color: #333;
}


/* ===================modal========================== */
.modal-plugin {
    display: flex;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content-plugin{
    background-color: #fefefe;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5rem;
    cursor: pointer;
}

.payment-button {
    padding: 10px 20px;
    background-color: #000;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

.payment-button:hover {
    background-color: #333;
}

/* //=================================================================== */


.imageBoxPlugin {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}

.header_payment {
    font-size: 1em;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.text_info {
    font-size: 0.7em;
    text-align: center;
}

.button_ekwanza {
    width: 96% !important;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #f47920 !important;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center !important;
}



.phone_number_box {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    background-color: gray;
    border-radius: 5px;
}

.number_indicative {
    width: 20%;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
}

#phone_number {
    width: 80%;
    height: auto;
    border: solid 1px #cbc9c9;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.form_plugin {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.form_plugin div {
    width: 100%;
}

.text {
    color: #777;
    text-align: center;
    padding: 4px 10px;
}

/* LOADING */
.loading, .loadingVerifyStatus {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;

}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 8px;
    border: 4px solid #f47920;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #f47920 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*====== LOADING CSS END======== */
.has-ref-container {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.ref,
.ref-text {
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 15px;
    padding-bottom: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#countdown_container,
#countdown_container_express {
    display: flex;
    justify-content: center;
    align-items: center;

}

#countdown,
#countdown_express {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    color: #777;
    margin-left: 10px;
}

.time_confirm {
    color: #777;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
}

.done-icon {
    width: 70px;
    height: 70px;
    background-color: #f47920;
    /* Green color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.done-icon::before {
    content: '\2713';
    /* Unicode character for checkmark */
    font-size: 24px;
    color: #fff;
    /* White color */
}

.success_payment,
.success_payment_express {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.success_payment h3,
.success_payment_express h3 {
    color: #f47920;
    font-size: 1em !important;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.error_payment {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error_payment h3 {
    font-size: 1.2em !important;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: red;
}

.error-icon {
    width: 70px;
    display: none;
    align-items: center;
    justify-content: center;
}

.error-icon::before {
    content: '\1F6AB';
    font-size: 40px;
    color: #fff;
}

#already_paid_button {
    display: none;

}

.ref-clipboard {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip {
    position: relative;
    display: inline-block;
    margin-left: 1em;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#copyText {
    font-weight: 500;
    text-decoration: underline;
    color: #888;
    cursor: pointer;
}


/*  ============================={ New styles}=============================== */
/* body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} */

.payment-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 500px;
}

.payment-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.payment-container p {
    font-size: 12px;
    color: gray;
    margin-bottom: 20px;
}

.payment-method {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.payment-method input {
    margin-right: 10px;
}

.payment-method img {
    width: 30px;
    margin-right: 10px;
}

.payment-button {
    width: 100%;
    background-color: black;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.payment-button:hover {
    background-color: #333;
}


/* reference_container */
.container-plugin {
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

.payment-options {
    margin: 20px 0;
}

.option {
    margin-bottom: 20px;
}

.details {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px;
}

.or {
    font-weight: bold;
    margin: 10px 0;
}

.highlight {
    font-weight: bold;
    color: #555;
}

.recaptcha {
    margin-top: 20px;
    font-size: 12px;
    color: #888;
}

#container_reference {
    display: none;
}



#reference_container_button p{
    font-weight: bold;
    color: #555;
    font-size: 40px;
    text-align: center;
}

#sucess_reference{
    font-weight: bold;
    color: #11ab03;
    font-size: 20px;
    text-align: center;
}