

.cr-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: auto;
}

.cr-message {
    font-size: 18px;
    margin-bottom: 20px;
    color: #2B333F;
}

.cr-img {
    display: block;
    margin: auto;
    padding: 20px;
}

.cr-raffle-form {
    display: flex;
    flex-direction: column;
}

.cr-step {
    margin-bottom: 20px;
}

.cp-step {
    margin-bottom: 20px;
}

label {
    margin-bottom: 5px;
    text-align: center !important;
}

input, textarea, select, button {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}

textarea {
    padding-bottom: 100px;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    width: 40%;
    margin: auto;
    display: block;
}

button:hover {
    background-color: #0056b3;
}

.cr-navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

button.selected {
    background-color: #0056b3;
}

.info-tab-selected
{
    text-align: center;
    padding: 5%;
    margin-bottom: 10%;
    border: 1px solid #005eff;
    background: aliceblue;
}

.info-tab
{
    text-align: center;
    padding: 5%;
    margin-bottom: 10%;
    border-width: 1px;
    border-style: solid;
}