* {
    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: linear-gradient(180deg, #ff1c1c 0%, #ffd4d4 36.95%, #fff 81.18%);
    color: #fff;
    background-repeat: no-repeat;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
}

/* ----------------------------------------- */

.logo {
}
.logo img {
    max-width: 120px;
}

.lang {
    padding: 0.5rem !important;
    cursor: pointer;
}
.lang span {
    font-size: 20px;
    color: #333232;
}
/* ---------------------------------------------------- */
.main {
    width: 90%;
    height: 100%;
    margin: auto;
}
.main__container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.main__box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-mini__img img {
    width: 100px;
    height: 100px;
}
.main-mini__img {
    margin-left: 10%;
}

.main__img {
}

.main__title {
    padding: 0.5rem !important;
    line-height: 1;
}
.main__title span {
    color: #8f8f8f;
    font-size: 10px;
}

.main__img {
    background-image: url(../img/main.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 90vw;
    height: 8rem;
    background-size: contain;
}

.main-input {
    padding: 20px;
    border-radius: 5px;
}

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

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

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

.main-input__input input,
.numeric {
    width: 200px;
    height: 50px;
    color: grey;
    background-color: white;
    text-align: center;
    font-size: 26px;
    padding-right: 18px;
}
.main-input__input input::placeholder {
    font-size: 18px;
}
#country-code {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: grey;
    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: 700px;
    margin: auto;
}
.main__btn {
    margin-top: 18px;
}

.main__btn a,
.submitBtn a {
    display: block;
    text-align: center;
    line-height: 1em;
    font-size: 30px;

    color: #fff !important;
    text-transform: uppercase;
    background: rgb(255 46 46);
    padding: 14px;
    margin-top: 10px;
    min-width: 170px;
    border-radius: 50px;

    border: none;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.4s ease 0s;
}



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

.pin-validate__container {
    padding: 20px;
}



.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;
}
/* ----------------------------------------------------- */

#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 #b5ff7d;
    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 #b5ff7d;
    }
}
#success-text{
    margin-top: 2rem;
    color: #000;
    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;
}

/* -----------------lang----------------------------------- */
.lang {
    position: relative;
    color: #000000;
}
.dropdownElement {
    position: absolute;
    background: #009bf2;
    padding: 10px;
    border-radius: 20px;
}

.main__btn a,
.submitBtn a {
    color: #fff;
}
.footer {
    margin-top: 10px;
    color: #808080;
    font-size: 10px;
    text-align: center;
}
/* ----------------------modal---------------------------------------------- */


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