body {
    background-color: #fffaf2;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::placeholder {
    color: #cccccc !important;
}

.cb {
    color: #007EC3;
}

.co {
    color: #FFA800;
}

.custom-amount {
    width: 180px;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    color: #666;
}

.line {
    width: 150px;
    height: 1px;
    background-color: #ddd;
    margin: 0 10px;
    margin-top: 20px;
}

.label {
    margin-top: 5px;
    font-size: 14px;
    color: #727272;
}

.active .circle {
    background-color: #000000;
    color: white;
}

.active .label {
    color: #000000;
}

.app-btn {
    background-color: #007EC3;
    border-color: #007EC3;
}

.app-btn-l {
    background-color: #FFA800;
    border-color: #FFA800;
}

.form-check-input:checked {
    background-color: #FFA800;
    border-color: #FFA800;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) #000000 !important;
}

.kr-embedded {
    margin: auto;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.kr-smart-form .kr-payment-button,
.kr-embedded .kr-payment-button {
    background-color: #007EC3 !important;
    border-color: #007EC3 !important;
}

#imageContainer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-step1 {
    background-image: url('/images/step1.jpeg');
}

.image-step2 {
    background-image: url('/images/step2.jpeg');
}

.image-step3 {
    background-image: url('/images/step3.jpeg');
    position: relative;
}

.row.mb-5.align-items-center.position-relative {
    margin-bottom: 1rem !important;
}

.lc_title {
    font-size: 37px;
    margin-bottom: 0px !important;
    text-align: center;
}

.lc_description {
    text-align: center;
}

.lc_thanks {
    color: white;
    font-weight: 800;
    font-size: 3.5rem;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    display: none;
}

.image-step3 .lc_thanks {
    display: block;
}