#swal2-html-container {
    display: flex !important;
    flex-flow: column !important;
    padding: 10px !important;
    overflow: unset !important;
}

.olympic-test-pre-start-input-name-wrapper {
    display: flex;
    gap: 10px;
}

.olympic-test-pre-start-input {
    display: flex;
    flex-flow: column;
    justify-content: start;
    text-align: start;
    margin: 0 0 5px 0;
    font-size: 14px !important;
}

.olympic-test-pre-start-input > input,
.olympic-test-pre-start-input > select {
    border: 1px solid #ddd;
    padding: 10px !important;
    margin: 0 !important;
    font-size: 14px !important;
    outline: none;
}

.olympic-test-pre-start-warning {
    color: red;
    height: 1px;
    font-size: 11px;
}

.olympic-test-pre-start-input-code {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
}

.olympic-test-pre-start-input-code input {
    letter-spacing: 10px;
    font-size: 20px !important;
    justify-content: center;
    text-align: center;
    width: 120px !important;
    border: 1px solid #3d366d !important;
    color: #3d366d;
    font-weight: bold;
}

.olympic-test-guest-details-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    margin: 10px 0;
    padding: 10px;
    justify-content: space-between;
    /*border: 1px solid #ddd;*/
    /*border-radius: 50px;*/
    font-weight: 400;
    font-size: 14px;
}

.btn-start-olympic-test {
    padding: 20px !important;
    border-radius: 5px !important;
    justify-content: start !important;
    min-width: 120px !important;
}

.background-back {
    background: #e34e4e !important;
}