.sponsor-form-group {
    padding: .375rem .75rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 68px;
    border-radius: 14px;
    padding-left: 50px;
    border: 1px solid #0b3d2c87;
}

.sponsor-form-group .form-label {
    color: #0B3D2C;
    font-weight: 600;
    min-width: 120px;
    margin-right: 10px;
    text-wrap-mode: nowrap;
}

.custom-select {
    background-color: #2B7C2D;
    border-radius: 50px;
    padding-left: 20px;
    color: #fff;
    outline: none;
    --bs-form-select-bg-img: url(data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20viewBox%3D%220%200%2030%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.76315%2011.0988C9.36372%2011.5705%208.63628%2011.5705%208.23685%2011.0988L0.867709%202.39622C0.317429%201.74638%200.779325%200.75%201.63086%200.75L16.3691%200.750002C17.2207%200.750002%2017.6826%201.74637%2017.1323%202.39622L9.76315%2011.0988Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
}

.custom-value {
    background: #2B7C2D;
    padding: 8px 40px;
    color: #fff;
    border-radius: 50px;
    font-size: 1rem;
}

.custom-value-nobox {
    font-weight: 600;
    color: #0B3D2C;
}

#sponsor-form input {
    width: 60rem;
    height: 62px;
    border: none;
    outline: none;
}

.sponsor-form-group-value {
    width: 65rem;
}

.tree-type-preview-container {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    border: 1px solid #0b3d2c85;
}

.tree-type-preview-container img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.tree-type-preview-name {
    font-weight: 600;
}

@media (max-width: 575px) {
    .sponsor-form-group {
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }

    .sponsor-form-group-value {
        width: 100%;
    }

    #sponsor-form input {
        width: 100%;
    }

    .sponsor-form-group .form-label {
        margin-right: 0;
    }
}

#finance-confirmation:disabled {
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
    border-color: #cccccc !important;
}