/*.t-store__card__btns-wrapper--quantity {*/
    /*width: 100%; */
/*}*/
/*@media screen and (min-width: 320px)*/
/*.t-store__card__btns-wrapper--quantity {*/
/*     display: flex; */
/*    max-width: 100%;*/
/*}*/
.t396__artboard rendered {
    display: flex;
    flex-direction: column;
}
.t492__blockimg {
    background-position: inherit;
}
.back-button {
    color: black;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button_download_by_pin_code {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5156be;
    --bs-btn-border-color: #5156be;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4549a2;
    --bs-btn-hover-border-color: #414598;
    --bs-btn-focus-shadow-rgb: 107,111,200;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #414598;
    --bs-btn-active-border-color: #3d418f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5156be;
    --bs-btn-disabled-border-color: #5156be;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.47rem;
    --bs-btn-font-family: 'TildaSans',Arial,sans-serif;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.25rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: 0 2px 6px 0 rgba(0,0,0,.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.15rem rgba(var(--bs-btn-focus-shadow-rgb),.5);
    background-color: #5156be;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 22px;
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.input {
    --input-border: #8b8a8b;
    font-size: 16px;
    font-size: max(16px, 1em);
    font-family: inherit;
    padding: 0.25em 0.5em;
    background-color: #fff;
    border: 2px solid var(--input-border);
    border-radius: 4px;
    margin: 20px;
}

.result {
    margin-top: 40px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 35px;
    display: flex;
    flex-direction: column;
    max-width: 80%;
    background: #f1f1f1;
    padding: 20px;
    border: 1px solid #adadad;
    border-radius: 10px;
    
}

.secretText {
    font-family: 'TildaSans',Arial,sans-serif;
}

.response {
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 35px;
    display: flex;
    flex-direction: row;
}

.responseUrlText {
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 35px;
    margin-right: 20px;
}

.modalContainer {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.modalContent {
    display: flex;
    flex-direction: column;
}

.responseContainer {
    justify-content: center;
    align-items: center;
}

.buttonFirst {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.responseImage {
    width: 100%;
}

.error {
    color: red;
}
