:root {
    --green: #62a48a;
}

label[for="form__token"] {
    display: none;
}

.green {
    color: var(--green) !important;
}

body {
    background-color: #fff;
}

h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
}

.nav-btn-look {
    background-color: var(--green);
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.nav-btn-look:hover {
    background-color: #0f5534;
    color: #ffffff !important;
}

#uploaded-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.uploaded-image {
    flex: 1 1 calc(50% - 10px); /* Adjust the width to be 50% minus the gap */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #eee;
    border-radius: 8px;
    margin-bottom: 0px;
}

.uploaded-image img {
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}

.uploaded-image .delete-image-btn {
    background-color: #e3342f;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.uploaded-image .delete-image-btn:hover {
    background-color: #cc1f1a;
}

td > a {
    color: #62a48a !important;
    text-decoration: none;
    font-weight: normal;
}


.logo {
    width: 300px;
    height: 100px;
    background: url(ocv.png) no-repeat center center;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


@media (max-width: 968px) {

    .navbar-nav {
        background: #FFFFFF;
    }

    .navbar-nav .nav-item:hover {
        background: #eee;
    }
}

/* custom.css */
.form-label {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.btn-primary {
    background: rgb(98, 164, 138);
    border: 0 !important;
    font-size: 1.2rem !important;
    color: #FFFFFF !important;
}

.nav {
    text-align: center;
    width: 100%;
    height: 88px;
    line-height: 55px;
    display: inline-block;
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    /*box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;*/
    /*box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.nav ul li {
    display: inline-block;
    margin: 0 15px !important;
    position: relative;
    z-index: 1;
}

.nav ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 1.1em !important;
    text-transform: none;
    font-weight: normal;
    position: relative;
    z-index: 1;
    font-weight: bold;
    white-space: nowrap !important;
}

input[type="button"] {
    background: #62a48a;
    border: 0px;
    border-radius: 4px;
    padding: 10px 15px;
    margin-top: 10px;
    color: #ffffff !important;
}

.text-green {
    color: #62a48a !important;
    text-decoration: underline !important;
}

input[type="button"]:hover {
    background: #0f5534;
    border: 0px;
    border-radius: 4px;
    padding: 10px 15px;
    margin-top: 10px;
    color: #ffffff !important;
}

.nav ul li a.active, .nav ul li a:hover {
    color: #62a48a;
    text-decoration: none;
}



.totalSaved {
    font-size: 1.2rem;
}

.totalSaved .amount {
    color: #f3b240;
    font-weight: bold;
    font-size: 1.8rem;
}

.registerClub {
    background: #62a48a;
    border-radius: 6px;
    padding: 10px 15px;
    /*margin-left: 100px;*/
    color: #ffffff !important;
}

.screenshot {
    background: #fefefe url('assetsr.png') center top no-repeat;
    background-size: contain;
    text-align: center;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 358px;
    min-height: 335px;
    width: 300px;
    line-height: 50vh;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
label {
    width: 40%;
    margin-bottom: 3px;
    font-weight: 700;

}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], input[type="file"], select {
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 15px;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 4px;
}

textarea {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    padding: 10px 15px;
    height: 150px;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 4px;
}

input[type="datetime-local"] {
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 15px;
    background: #efefef;
    border: 1px solid #efefef;
    border-radius: 2px;
}

input[type="submit"], button[type="submit"] {
    background: #62a48a;
    border: 0px;
    border-radius: 2px;
    padding: 1rem;
    margin-top: 10px;
    color: #ffffff !important;
    float: left;
    font-size: 1.2rem;
}

input[type="submit"]:hover, button[type="submit"]:hover {
    background: #0f5534;
    border: 0px;
    border-radius: 2px;
    padding: 1rem;
    margin-top: 10px;
    color: #ffffff !important;
    float: left;
    font-size: 1.2rem;
}

.hero .btn:hover {
    background: seagreen !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.w10 {
    width: 10%;
}

.w33 {
    width: 33%;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.list-unstyled a {
    color: #fff !important;
    text-decoration: none;

}

.list-unstyled a:hover {
    color: #fff !important;
    text-decoration: underline;
    text-decoration-style: dashed;
}


footer h5 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero {
    border-radius: 15px;
    background: #62a48a;
    padding: 50px 0;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    overflow: auto;

    background: linear-gradient(135deg, #62a48a 0%, #558e77 100%);

    /*@keyframes gradientShift {*/
    /*    0% {*/
    /*        background-position: 0% 50%;*/
    /*    }*/
    /*    100% {*/
    /*        background-position: 100% 50%;*/
    /*    }*/
    /*}*/

    /*background: linear-gradient(270deg, #62a48a, #558e77);*/
    /*background-size: 400% 400%;*/
    /*animation: gradientShift 15s ease infinite;*/


}

.heroLeft {
    padding-top: 0px;
    width: 50%;
}

.heroRight {
    width: 50%;
}

/*heroLeft and right on mobile underneath each other and hero Right on top*/
@media (max-width: 768px) {
    .heroLeft {
        padding: 50px 80px;
        width: 100%;
        text-align: left;
        overflow: visible;
    }

    .hero .heroLeft h1 {
        font-family: Roboto, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #0f5534;
        line-height: 1.1;
        margin-bottom: 0px;
        padding-bottom: 8px;
    }

    .hero .heroLeft p {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: 0;

    }

    .hero .heroLeft a {
        font-size: 24px;
    }

    .heroRight {
        width: 100%;
        height: 60vh;
        display: none;
    }
}

.hero p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    word-break: break-word;
}

/* Scoped auction card button styles to avoid global submit overrides */
.auction-card .ocv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 1rem; /* matches Tailwind py-2 px-4 */
    border-radius: 0.375rem; /* rounded-md */
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    line-height: 1.25rem;
    text-decoration: none;
    border: none;
}

.auction-card .ocv-btn--primary {
    background: #2563eb; /* blue-600 */
    color: #fff !important;
}
.auction-card .ocv-btn--primary:hover {
    background: #1d4ed8; /* blue-700 */
}

.auction-card .ocv-btn--danger {
    background: #dc2626; /* red-600 */
    color: #fff !important;
}
.auction-card .ocv-btn--danger:hover {
    background: #b91c1c; /* red-700 */
}

/* Ensure the global submit override does not stomp our auction card buttons */
.auction-card button[type="submit"].ocv-btn,
.auction-card input[type="submit"].ocv-btn {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-decoration: none;
    cursor: pointer;
}

/* Reapply color styles after reset */
.auction-card button[type="submit"].ocv-btn.ocv-btn--danger { background: #dc2626; color: #fff !important; }
.auction-card button[type="submit"].ocv-btn.ocv-btn--danger:hover { background: #b91c1c; }

.hero a {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    word-break: break-word;
    border-radius: 15px;
    padding: 15px 21px;
}

.hero h1 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    word-break: break-word;
}

.bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #f1f1f1;
    border-radius: 0.375rem;

}

.table>:not(caption)>*>* {
    border-color: #efefef;
}

.content h1 {
    padding-bottom: 34px !important;
}

.content p, p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.alert {
    margin-top: 34px;
}