html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear-grid {
    clear: both;
    float: inherit;
}

.container {
    margin: 0%;
    width: 100%;
}

    .container:after,
    .container:before {
        display: table;
        clear: both;
        content: " ";
    }

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: normal;
    src: url("http://landing.vivideo-app.com/Resources/fonts/IranSans/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("http://landing.vivideo-app.com/Resources/fonts/IranSans/eot/IRANSansWeb(FaNum)_Light.eot?") format("embedded-opentype"), url("http://landing.vivideo-app.com/Resources/fonts/IranSans/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("http://landing.vivideo-app.com/Resources/fonts/IranSans/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("http://landing.vivideo-app.com/Resources/fonts/IranSans/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

/* ANIMATIONS */

.shake-horizontal {
    -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s ease-in-out infinite both;
    animation: jello-horizontal 0.9s ease-in-out infinite both;
}

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.vibrate-2 {
    -webkit-animation: vibrate-2 0.3s ease-out infinite both;
    animation: vibrate-2 0.3s ease-out infinite both;
}

/**
 * ----------------------------------------
 * animation vibrate-2
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    60% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    60% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.shake-bottom {
    -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
    animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}

/**
 * ----------------------------------------
 * animation shake-bottom
 * ----------------------------------------
 */
@-webkit-keyframes shake-bottom {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@keyframes shake-bottom {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

.shake-vertical {
    -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
    animation: shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}

/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }

    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

@keyframes shake-vertical {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }

    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

/* FORM STYLES */

.inner-button-form {
    position: relative;
    width: 100%;
    direction: ltr;
    margin: 10px auto;
}

    .inner-button-form .input-text {
        border-radius: 5px;
        width: 100%;
        padding: 16px 120px 16px 0;
    }

    .inner-button-form .btn {
        width: 100px;
        border-radius: 5px;
        position: absolute;
        top: 6px;
        right: 6px;
    }

.bottom-button-form {
    position: relative;
    width: 100%;
    margin: 10px auto;
}

    .bottom-button-form .input-text {
        width: 100%;
        border-radius: 5px;
        direction: ltr;
        margin-bottom: 15px;
    }

    .bottom-button-form .btn {
        width: 100px;
        border-radius: 5px;
    }

/* Main Styles */

body {
    font-family: IranSans;
    font-size: 12px;
    font-weight: 300;
    direction: rtl;
    line-height: 1.5;
    overflow-x: hidden;
    height: 100vh;
}

.make-flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contents {
    width: 100%;
    padding: 10px;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}

.images-wrapper {
    width: 100%;
}
.images-wrapper .primary-img {
    width: 100%
}
.large-description {
    margin: 10px auto;
}

.primary-promotion {
    font-weight: bold;
    margin: 20px auto;
}

.input-text {
    padding: 10px;
    font-family: IranSans;
    border: none;
    font-size: 14px;
    text-align: center;
    letter-spacing: 5px;
}

    .input-text::placeholder {
        font-size: 12px;
        letter-spacing: 0;
    }

.btn {
    padding: 12px;
    border: none;
    font-family: IranSans;
    font-size: 12px;
    border-radius: 5px;
}

a.btn {
    text-decoration: none;
    display: block;
}

.btn.btn-primary,
.btn.btn-secondary {
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.5s;
}

.btn:disabled,
.btn[disabled] {
    background: #ccc;
    color: #444;
    box-shadow: none;
}

.input-text.push-left-text {
    padding-right: 120px;
    transition: padding-right 0.3s;
}

.error-message {
    margin: 10px auto;
    background: #f94040;
    border-radius: 5px;
    direction: rtl;
    line-height: 2;
    color: #fff;
}

#enter-number-notif {
    margin-top: -25px;
    position: relative;
    padding: 10px;
    z-index: 1;
    display: none;
}

#number-edit {
    padding: 10px 5px;
    margin: 20px auto 10px;
    display: block;
    max-width: 100px;
    border-bottom: 1px solid;
}

.final-countdown {
    margin: 20px auto;
    font-size: 18px;
}

#second-step .normal-description {
    margin: 10px auto;
}

#second-step .secondary-color {
    margin: 20px auto;
    display: block;
    width: 100%;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 80%;
    color: #333;
    text-align: right;
    display: flex;
    flex-direction: column;
    font-size: 11px;
}

    .modal-content p {
        line-height: 2;
    }

    .modal-content ul {
        line-height: 2;
        padding-right: 10px;
        list-style-type: disc;
    }

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#terms-trigger {
    margin-left: 1px;
}

#irancell .normal-description {
    margin: 20px auto;
}

/*STEP TEMPLATES*/


.meter {
    height: 12px;
    position: relative;
    margin: 0 15px;
    background: #e7e7e7;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 2px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

    .meter > span {
        display: block;
        height: 100%;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        position: relative;
        overflow: hidden;
    }

        .meter > span:after,
        .animate > span > span {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: -webkit-gradient( linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent) );
            background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent );
            z-index: 1;
            -webkit-background-size: 50px 50px;
            -moz-background-size: 50px 50px;
            -webkit-animation: move 2s linear infinite;
            -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-right-radius: 8px;
            -moz-border-radius-topright: 8px;
            -moz-border-radius-bottomright: 8px;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            -webkit-border-top-left-radius: 20px;
            -webkit-border-bottom-left-radius: 20px;
            -moz-border-radius-topleft: 20px;
            -moz-border-radius-bottomleft: 20px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            overflow: hidden;
        }

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.nostripes > span > span,
.nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

.test-header {
    text-align: center;
    padding: 10px 0 15px 0;
    border-radius: 0 0 10px 10px;
}

#test-title {
    font-size: 24px;
    font-weight: 800;
    padding: 0px;
}

.test-counter {
    font-size: 15px;
    padding: 0px;
}

.bg-cover {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0.6;
}

.question-title {
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 15px 15px;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 900;
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.answers-container {
    margin: auto;
    width: 80%;
    text-align: center;
}

.square {
    width: 20px;
    height: 20px;
    background: #d1d1d1;
    border-radius: 5px;
    box-shadow: 0 1px 0px 2px rgba(0, 0, 0, 0.1);
}

.step-btn {
    padding: 10px 0;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.answers-container {
    padding: 0;
    list-style: none;
}

.timer {
    padding-bottom: 10px;
}

.answer {
    -webkit-animation: fade-in-right 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s both;
    animation: fade-in-right 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s both;
}

.animation-delay-1 {
    animation-delay: 0.1s;
}

.animation-delay-2 {
    animation-delay: 0.2s;
}

.animation-delay-3 {
    animation-delay: 0.3s;
}

.animation-delay-4 {
    animation-delay: 0.4s;
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.question,
.main-content {
    display: none;
}

    .question.active {
        display: block;
    }

.back-btn {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    text-decoration: none;
    width: 270px;
}

#completed-test {
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
    display: none;
}

/* MAX-HEIGHT */
@media screen and (max-height: 520px) {
    .images-wrapper #promotion-img {
        max-height: 100px;
    }

    .images-wrapper .primary-img {
        max-height: 200px;
    }
}

/* VARIANTS */

body {
    background-color: #444;
    color: #fff;
}

.large-description {
    font-size: 22px;
}

.primary-promotion {
    color: #ef3f3e;
    font-size: 12px;
}

.normal-description {
    font-size: 12px;
}

.input-text {
    background: #fff;
    color: #333;
}

.primary-background-color {
    background: #ff00a8;
    color: #fff;
}

.secondary-background-color {
    background: #ef3f3e;
    color: #fff;
}

.input-text::placeholder {
    color: #777;
}

#number-edit {
    border-color: #fff;
}



.irancell-background-color {
    background: yellow;
    color: #000;
}

.test-header {
    background: #ff7676;
    color: #fff;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.5);
}

.question-title {
    color: #fff;
    background: rgba(226, 176, 255, 0.7);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
}

.step-btn {
    background: #9858f6;
    color: #fff;
    box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.meter > span {
    background-color: #5d50c6;
}
