body {
    background-color: #000;
    color: #b6c6d2;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}

#paymentForm {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

h2{
    color: #128dd3;
    text-align: center;
    font-size: 1.7rem;
    margin-top: 30pt;
    margin-bottom: 20pt;
}

label {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #b6c6d2;

}

input {
    width: 100%;
    height: 30pt;
    padding: 8px;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #24282a;
    border-color: #24282a;
    border-radius: 5px;
    border-style: solid;
    border-width: 0.3px;
    color: #FFFFFF;

}
#payment-cards img{
    max-width: 100%;
    margin-bottom: 20px;
}
small {
    display: block;
    color: #b6c6d2;
    font-size: 0.875rem;
}

span.error {
    color: #AF0201;
    display: block;
    margin: 2px 0px;
    background-color: transparent;
}
span#deviceSerialNumberError {
    font-size: 12px;
    margin: 2px 0px;
}

button {
    background-color: #128dd3;
    color: #0a1c34;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 10px;
    border: 1px solid #128dd3;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

button:hover {
    background-color: #fff;
    border: 1px solid #128dd3;
    color: #0a1c34;
}
      /*  #stripeButton {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px; 
            background-color: #fff; /* #0074d4;*/
            border: none;
            color: white;
            font-size: 16px;
            cursor: pointer;
            outline: none;
            height: auto; 
            border-radius: 23px; /* Adjust height of the button */
        }

        #stripeButton img {
            margin-top: auto;
            margin-bottom: auto;
            height: 30px; /* Adjust height of the image */
            width: auto;
            margin-left: 0px !important;
            margin-right: 0 !important;
        }
            #stripeButton span {
                color:  #635bff;
        }*/

img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#message {
    margin-top: 10px;
    padding: 10px;
    display: none;
}

.success {
    background-color: #99cc00 !important; 
    color: #fff !important; 
}

.error {
    color: #ff0000; 
}

#stripeButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5pt 10pt;
    background-color: #128dd3;
    border: none;
    font-size: 20pt; 
    cursor: pointer;
    outline: none;
    height: auto;
    border-radius: 30pt;
    width: 100%;
    margin-top: 18pt;
    margin-bottom: 8pt;
}

#stripeButton img {
    height: 16pt; 
    width: auto;
    margin-top: 1pt; 
}

#stripeButton span {
    color: #fff;
    font-size: 17pt;
}
