body {
    background-color: #faf8f5;
}

.security-container {
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.not-found-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 500px;
    transform: translate(-50%, -50%);
}

.qr-payment {
    border: 1px solid black;
    padding: 1rem;
    position: relative;
}

.qr-payment img {
    max-width: 100%;
}

.qr-payment__title {
    position: absolute;
    bottom: -15px;
    left: 16px;
    background: white;
    padding: .25rem;
}

.text-right {
    text-align: right;
}

.option-flag {
    max-width: 20px;
}

.option-country {
    white-space: nowrap;
}

.ts-wrapper.form-select {
    border: 0;
    padding: 0;
}

