.tournament-register-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
}

.register-attend {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.register-attend .add-candidate {
    color: #7A1414;
    cursor: pointer;
    font-family: "Times New Roman", Georgia, "Type/Font Serif", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}

.register-confirm .back-button,
.register-attend .back-button {
    align-items: center;
    color: #2C2C2C;
    cursor: pointer;
    display: flex;
    font-family: "Times New Roman", Georgia, "Type/Font Serif", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    gap: 8px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
}

.register-attend .continue-button,
.register-confirm .confirm-button {
    align-items: flex-end;
    background: #7A1414;
    border: none;
    border-radius: 8px;
    color: #FCF7EE;
    cursor: pointer;
    display: flex;
    font-family: "Times New Roman", Georgia, "Type/Font Serif", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 140%;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: background 0.2s ease;
}

.register-attend .btn-continue:hover
.register-confirm .btn-confirm:hover{
    background: #590a0a;
}

.register-attend .bottom-buttons,
.register-confirm .bottom-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.register-attend .candidate-forms {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.register-attend .candidate-form {
    color: #2C2C2C;
    font-family: "Helvetica", "Arial", "Type/Font Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.register-attend .candidate-form label {
    font-size: 14px;
}

.register-confirm {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}

.register-attend .form-col {
    flex: 1;
}

.register-attend .form-control {
    background: #FDFCFA;
    border: 1px solid #E2E1DC;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 8px 12px;
}

.register-attend .form-control::placeholder {
    color: #C9C8C4;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.register-attend .form-group {
    margin-top: 8px;
}

.register-attend .form-row {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.register-attend .section-title,
.register-confirm .section-title{
    color: #7A1414;
    font-family: "Times New Roman", Georgia, "Type/Font Serif", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 140%;
}

.register-confirm .section-title-lg {
    font-family: "Times New Roman", Georgia, "Type/Font Serif", serif;
    color: #7A1414;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.register-attend .title,
.register-confirm .title {
    color: #7A1414;
    font-family: "Times New Roman", Georgia, "Type/Font Serif", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
}

.register-attend .title-check-box {
    color: #7E7D7A;
    font-family: "Times New Roman", Georgia, "Type/Font Serif", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.register-confirm .info-grid {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 8px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.register-confirm .info-item {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 6px;
    background-color: #fdfdfb;
}

.register-confirm .label {
    display: flex;
    padding: 7px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px 0 0 8px;
    border: 0.5px solid #E0E0E2;
    color: #2C2C2C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
}

.info-grid .value {
    color: #2C2C2C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    border-radius: 0 8px 8px 0;
    border-top: 0.5px solid #E0E0E2;
    border-right: 0.5px solid #E0E0E2;
    border-bottom: 0.5px solid #E0E0E2;
}

.info-grid .title {
    text-align: start;
    color: #2C2C2C;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.info-grid .time {
    color: #2C2C2C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.info-grid .total-fee {
    color: #E33226;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.tournament-information-wrapper,
.register-information-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.register-information-wrapper .candidate-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.register-information-wrapper .candidate-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
