* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:focus,
:active {
    /*outline: none;*/
}

a:focus,
a:active {
    /* outline: none;*/
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/* Links */

a,
a:link,
a:visited {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
}

a:hover {
    /* color: inherit; */
    text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
/* ----------------------------------------------------------------------------- */

body {
    background: #100E19;
    color: #A5A1B2;
    background-repeat: no-repeat;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
}
.container{
    max-width: 700px;
    margin: 0 auto;
    padding: 10px;
}
/* ------------------header----------------------- */
.header__inner{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.header__text{
    flex-grow: 1;
    font-size: 12px;
    text-align: center;
}
.step{
    max-width: 400px;
    margin: 0 auto;
}
.step__inner{
    display: flex;
    gap: 15px;
}
.step__title{
    padding-bottom: 10px;
}
.step__line{
    width: 100%;
    height: 3px;
    background: #312B45;

}
.step-field{
    background: #F30745;

}
/* ------------------lang----------------------- */
.lang {
   display: flex;
   gap: 10px;
   color: #fff;
}
.lang span {
    font-size: 20px;
    color: #fff;
}
.lang-switcher-item{
    color: #fff;
    padding: 5px;
}
.lang-switcher-focus{
    border: 1px solid #ff0000;
}
/* ---------------------------------------------------- */

.content-terms {
    margin: 0 auto;
    background: #000;
    border-radius: 16px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 111;
    width: 90%;
    font-size: 12px;
    padding: 15px;
}
.close {
    font-size: 18px;
    color: red;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.content-terms__box {
    position: relative;
}
.terms-conditions {
    cursor: pointer;
}
.terms-conditions p{
    padding: 5px 0;
}
/* ---------------------------------------------------- */
.main{
    text-align: center;
    padding: 15px;
}
.main__img{
    padding: 1rem 0;
    text-align: center;
}

.main-input__title,
.input-pin__title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.input-number {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.main-input__input,
.inputHolder {
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin: 0 auto;
    border-radius: 15px;
    border: 3px solid #666666;
    background: #1D1C25;
    margin-top: 10px;
}

.main-input__input input,
.numeric {
    width: 80%;
    height: 50px;
    color: #fff;
    text-align: left;
    font-size: 20 px;
    padding-right: 18px;
}
.main-input__input input::placeholder {
    font-size: 18px;
    color: #fff;
}
#country-code {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}
select:active,
select:focus {
    outline: none;
}
.pin-generate {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form {
    max-width: 400px;
    margin: auto;
}
.main__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F30745; 
    width: 100%;
    height: 50px;
    border-radius: 10px;
}
.exit{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #F30745;
}

.phone{
    background: url(../img/phone.svg) no-repeat center;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.response {
    color: red;
    text-align: center;
    font-size: 16px;
}

.main__btn {
    width: 100%;
}

.input-pin{

}
.formRow {
    text-align: center;
    padding: 2px 16px;
    color: black;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 10px;
}
.formRow label {
    color: #212529;
    font-weight: 500;
    margin: 1em 0;
}
.price{
    margin-top: 1rem;
    font-size: 14px;
}
#success-text{
    margin-top: 2rem;
    color: #fffafa;
    text-align: center;
}
#blocked-text,
#response-text {
    color: red;
    font-weight: bold;
}

.formHolder,
.sliderHolder {
    text-align: center;
    margin-bottom: 25px;
}
.pageHolder {
    padding: 30px 0;
}

.logo img {
    width: 100%;
    display: inline-block;
}

.formSubTitle {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000000;
}

.labelHolder label,
.labelHolders label {
    font-size: 16px;
}
#pin-code {
    font-size: 28px;
}

.inputHolder.selectHolder select {
    -webkit-appearance: none;
}

.submitBtn {
    text-align: center;
}
.success-image{
    width: 100px;
    margin: 20px auto;
}
.checkmark-container {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 6px;
}
.checkmark__icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #F30745;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
/* .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
} */
.checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 50px #F30745;
    }
}
/* -----------------lang----------------------------------- */



.main__btn a,
.submitBtn a {
    color: #fff;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    margin-top: 10px;
    color: #808080;
    text-align: center;
}
.footer__title{
    font-weight: bold;
    font-size: 14px;
}
.footer__text{
    font-size: 10px;
}
.footer__text a{
    color: #808080;
}
/* ----------------------modal---------------------------------------------- */


@media (max-width: 500px) {
    .main__btn,
    .submitBtn {
        width: 100%;
    }
    .pin-generate {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .main__btn a {
        font-size: 20px;
    }
}
