﻿

.wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
    box-sizing: inherit;
}

strong, b {
    font-weight: 700;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


body {
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
    font-size: 0.875rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.43;
    background-color: #f8f9fa;
}
.jss3 svg{
    font-size:14px;
}

@media print {
    body {
        background-color: #fff;
    }
}

body::backdrop {
    background-color: #f8f9fa;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.MuiSvgIcon-colorPrimary {
    color: #00E8DD;
}

.MuiSvgIcon-colorSecondary {
    color: #B1E346;
}

.MuiSvgIcon-colorAction {
    color: rgba(0, 0, 0, 0.54);
}

.MuiSvgIcon-colorError {
    color: #f44336;
}

.MuiSvgIcon-colorDisabled {
    color: rgba(0, 0, 0, 0.26);
}

.MuiSvgIcon-fontSizeInherit {
    font-size: inherit;
}

.MuiSvgIcon-fontSizeSmall {
    font-size: 1.25rem;
}

.MuiSvgIcon-fontSizeLarge {
    font-size: 2.1875rem;
}

.jss1 {
    flex: 1;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jss2 {
    width: 70vw;
    height: 80%;
    display: flex;
    overflow: hidden;
    animation: fadeIn 1s;
    max-width: 1200px;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.12);
    max-height: 800px;
    border-radius: 42px;
}

@media (min-width:0px) and (max-width:1279.95px) {
    .jss2 {
        width: 100vw;
        height: 100vh;
        max-width: none;
        box-shadow: none;
        max-height: none;
        border-radius: 0;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
}

.jss3 {
    width: 45%;
    display: flex;
    padding: 30px 40px;
    flex-direction: column;
}

@media (min-width:0px) and (max-width:1279.95px) {
    .jss3 {
        width: 100%;
        height: 100%;
        padding: 20px;
    }
}

.jss4 {
    width: 55%;
}

    .jss4 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (min-width:0px) and (max-width:1279.95px) {
    .jss4 {
        width: 100%;
        height: 45vh;
    }
}

.jss5 {
    color: #F93D3D;
    width: 90px;
    border: 2px solid #F93D3D;
    height: 37px;
    display: flex;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    align-items: center;
    border-radius: 26px;
    justify-content: center;
}

    .jss5 svg {
        font-size: 18px;
    }

    .jss5:hover {
        color: #fff;
        background-color: #F93D3D;
    }

@media (min-width:0px) and (max-width:1279.95px) {
    .jss5 {
        /*display: none;*/
        position: fixed;
        right: 30px;
        top : 30px;
    }
}

.jss6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jss8 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 2;
    position: absolute;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes mui-auto-fill {
}

@-webkit-keyframes mui-auto-fill-cancel {
}

.MuiInputBase-root {
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.1876em;
    border-radius: 7px;
}

    .MuiInputBase-root.Mui-disabled {
        color: rgba(0, 0, 0, 0.38);
        cursor: default;
    }

.MuiInputBase-multiline {
    padding: 6px 0 7px;
}

    .MuiInputBase-multiline.MuiInputBase-marginDense {
        padding-top: 3px;
    }

.MuiInputBase-fullWidth {
    width: 100%;
}

.MuiInputBase-input {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
}

    .MuiInputBase-input::-webkit-input-placeholder {
        color: currentColor;
        opacity: 0.42;
        transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }

    .MuiInputBase-input::-moz-placeholder {
        color: currentColor;
        opacity: 0.42;
        transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }

    .MuiInputBase-input:-ms-input-placeholder {
        color: currentColor;
        opacity: 0.42;
        transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }

    .MuiInputBase-input::-ms-input-placeholder {
        color: currentColor;
        opacity: 0.42;
        transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }

    .MuiInputBase-input:focus {
        outline: 0;
    }

    .MuiInputBase-input:invalid {
        box-shadow: none;
    }

    .MuiInputBase-input::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    .MuiInputBase-input.Mui-disabled {
        opacity: 1;
    }

    .MuiInputBase-input:-webkit-autofill {
        animation-name: mui-auto-fill;
        animation-duration: 5000s;
    }

label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-moz-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-webkit-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-moz-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus:-ms-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-ms-input-placeholder {
    opacity: 0.42;
}

.MuiInputBase-inputMarginDense {
    padding-top: 3px;
}

.MuiInputBase-inputMultiline {
    height: auto;
    resize: none;
    padding: 0;
}

.MuiInputBase-inputTypeSearch {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.MuiInput-root {
    position: relative;
}

label + .MuiInput-formControl {
    margin-top: 16px;
}

.MuiInput-colorSecondary.MuiInput-underline:after {
    border-bottom-color: #B1E346;
}

.MuiInput-underline:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    border-bottom: 2px solid #00E8DD;
    pointer-events: none;
}

.MuiInput-underline.Mui-focused:after {
    transform: scaleX(1);
}

.MuiInput-underline.Mui-error:after {
    transform: scaleX(1);
    border-bottom-color: #f44336;
}

.MuiInput-underline:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    pointer-events: none;
}

.MuiInput-underline:hover:not(.Mui-disabled):before {
    border-bottom: 2px solid rgba(0, 0, 0, 0.87);
}

.MuiInput-underline.Mui-disabled:before {
    border-bottom-style: dotted;
}

@media (hover: none) {
    .MuiInput-underline:hover:not(.Mui-disabled):before {
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    }
}

.MuiFormControl-root {
    border: 0;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
}

.MuiFormControl-marginNormal {
    margin-top: 16px;
    margin-bottom: 8px;
}

.MuiFormControl-marginDense {
    margin-top: 8px;
    margin-bottom: 4px;
}

.MuiFormControl-fullWidth {
    width: 100%;
}

.MuiFormHelperText-root {
    color: rgba(0, 0, 0, 0.54);
    margin: 0;
    font-size: 0.75rem;
    margin-top: 3px;
    text-align: right;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.66;
}

.MuiFormHelperText-root.Mui-disabled {
    color: rgba(0, 0, 0, 0.38);
}

.MuiFormHelperText-root.Mui-error {
    color: #f44336;
    margin: 2px 5px 0 0;
    font-size: 11px;
}

.MuiFormHelperText-marginDense {
    margin-top: 4px;
}

.MuiFormHelperText-contained {
    margin-left: 14px;
    margin-right: 14px;
}

.jss16 {
    width: 100%;
    display: flex;
    position: relative;
    font-size: 12px;
    margin-bottom: 20px;
    flex-direction: column;
}

.jss16 label {
    color: #464545;
    font-weight: bold;
    margin-bottom: 10px;
}

.jss16 > input, .jss16 textarea {
    color: #052971;
    width: 290px;
    border: solid 1px rgba(0, 0, 0, 0.23);
    height: 37px;
    margin: 0;
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    justify-content: center;
}

.jss16 > textarea {
    width: 100%;
    height: 140px;
    padding: 10px;
}

.jss16 > input:focus, .jss16 textarea:focus {
    outline: none;
    box-shadow: 0 0 0 1px #2684ff;
}

.jss17 {
    color: #999999;
    margin: 3px 5px 0 0;
    font-weight: 300;
}

.jss18 {
    display: flex;
    font-size: 12px;
}

    .jss18 input {
        color: #052971;
        width: 20px;
        height: 20px;
        margin: 0;
    }

        .jss18 input:focus {
            outline: none;
            box-shadow: 0 0 0 1px #2684ff;
        }

.jss19 {
    color: #052971;
    width: 290px;
    border: solid 1px rgba(0, 0, 0, 0.23);
    height: 37px;
    margin: 0;
    display: flex;
    padding: 0 10px;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 10px;
    justify-content: center;
}

    .jss19:focus {
        outline: none;
        box-shadow: 0 0 0 1px #2684ff;
    }

.jss20 {
    color: #f44336;
    right: 5px;
    bottom: -17px;
    position: absolute;
    font-size: 9px;
}

.jss21 {
    width: 100%;
    display: flex;
    position: relative;
    font-size: 15px;
    align-items: center;
    margin-bottom: 15px;
}

    .jss21 > label {
        color: #464545;
        min-width: 115px;
        font-weight: bold;
    }

.jss22 {
    color: red;
}

.jss23 {
    width: 290px;
    height: 37px;
    margin-bottom: 20px;
}

    .jss23 label {
        font-size: 12px;
    }

    .jss23 > p {
        color: #f44336;
        margin: 2px 5px 0 0;
        font-size: 13px;
    }

    .jss23 input {
        font-size: 12px;
    }

.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}

.MuiTouchRipple-ripple {
    opacity: 0;
    position: absolute;
}

.MuiTouchRipple-rippleVisible {
    opacity: 0.3;
    animation: MuiTouchRipple-keyframes-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
}

.MuiTouchRipple-ripplePulsate {
    animation-duration: 200ms;
}

.MuiTouchRipple-child {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    border-radius: 50%;
    background-color: currentColor;
}

.MuiTouchRipple-childLeaving {
    opacity: 0;
    animation: MuiTouchRipple-keyframes-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
}

.MuiTouchRipple-childPulsate {
    top: 0;
    left: 0;
    position: absolute;
    animation: MuiTouchRipple-keyframes-pulsate 2500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
}

@-webkit-keyframes MuiTouchRipple-keyframes-enter {
    0% {
        opacity: 0.1;
        transform: scale(0);
    }

    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@-webkit-keyframes MuiTouchRipple-keyframes-exit {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes MuiTouchRipple-keyframes-pulsate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.92);
    }

    100% {
        transform: scale(1);
    }
}

.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.MuiButtonBase-root::-moz-focus-inner {
    border-style: none;
}

.MuiButtonBase-root.Mui-disabled {
    cursor: default;
    pointer-events: none;
}

@media print {
    .MuiButtonBase-root {
        -webkit-print-color-adjust: exact;
    }
}

.MuiButton-root {
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 7px;
    text-transform: uppercase;
}

.MuiButton-root:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.04);
}

.MuiButton-root.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}

@media (hover: none) {
    .MuiButton-root:hover {
        background-color: transparent;
    }
}

.MuiButton-root:hover.Mui-disabled {
    background-color: transparent;
}

.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.MuiButton-text {
    padding: 6px 8px;
}

.MuiButton-textPrimary {
    color: #00E8DD;
}

    .MuiButton-textPrimary:hover {
        background-color: rgba(0, 232, 221, 0.04);
    }

@media (hover: none) {
    .MuiButton-textPrimary:hover {
        background-color: transparent;
    }
}

.MuiButton-textSecondary {
    color: #B1E346;
}

    .MuiButton-textSecondary:hover {
        background-color: rgba(177, 227, 70, 0.04);
    }

@media (hover: none) {
    .MuiButton-textSecondary:hover {
        background-color: transparent;
    }
}

.MuiButton-outlined {
    color: #00E8DD;
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 5px 15px;
    border-color: #00E8DD;
}

    .MuiButton-outlined.Mui-disabled {
        border: 1px solid rgba(0, 0, 0, 0.12);
    }

    .MuiButton-outlined .MuiButton-label {
        color: #FE6D73;
    }

    .MuiButton-outlined:hover {
        background-color: #00E8DD;
    }

        .MuiButton-outlined:hover .MuiButton-label {
            color: #FFF;
        }

.MuiButton-outlinedPrimary {
    color: #00E8DD;
    border: 1px solid rgba(0, 232, 221, 0.5);
}

    .MuiButton-outlinedPrimary:hover {
        border: 1px solid #00E8DD;
        background-color: rgba(0, 232, 221, 0.04);
    }

@media (hover: none) {
    .MuiButton-outlinedPrimary:hover {
        background-color: transparent;
    }
}

.MuiButton-outlinedSecondary {
    color: #B1E346;
    border: 1px solid rgba(177, 227, 70, 0.5);
}

    .MuiButton-outlinedSecondary:hover {
        border: 1px solid #B1E346;
        background-color: rgba(177, 227, 70, 0.04);
    }

    .MuiButton-outlinedSecondary.Mui-disabled {
        border: 1px solid rgba(0, 0, 0, 0.26);
    }

@media (hover: none) {
    .MuiButton-outlinedSecondary:hover {
        background-color: transparent;
    }
}

.MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 0px 22px rgba(0, 232, 221, 0.4);
    background-color: #00E8DD;
}

    .MuiButton-contained:hover {
        box-shadow: 0px 0px 22px rgba(0, 232, 221, 0.4);
        background-color: #00E8DD;
    }

    .MuiButton-contained.Mui-focusVisible {
        box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
    }

    .MuiButton-contained:active {
        box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
    }

    .MuiButton-contained.Mui-disabled {
        color: rgba(0, 0, 0, 0.26);
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.12);
    }

@media (hover: none) {
    .MuiButton-contained:hover {
        box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
        background-color: #dfe0e1;
    }
}

.MuiButton-contained:hover.Mui-disabled {
    background-color: rgba(0, 0, 0, 0.12);
}

.MuiButton-containedPrimary {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(255, 114, 114, 0.55) 0px 4px 16px;
    background-color: #00E8DD;
}

    .MuiButton-containedPrimary:hover {
        box-shadow: rgba(255, 114, 114, 0.55) 0px 4px 16px;
        background-color: #FC471E;
    }

@media (hover: none) {
    .MuiButton-containedPrimary:hover {
        background-color: #00E8DD;
    }
}

.MuiButton-containedSecondary {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 4px 16px rgba(177, 227, 70, 0.55);
    background-color: #B1E346;
}

    .MuiButton-containedSecondary:hover {
        box-shadow: 0px 4px 16px rgba(177, 227, 70, 0.55);
        background-color: #B1E346;
    }

@media (hover: none) {
    .MuiButton-containedSecondary:hover {
        background-color: #B1E346;
    }
}

.MuiButton-disableElevation {
    box-shadow: none;
}

    .MuiButton-disableElevation:hover {
        box-shadow: none;
    }

    .MuiButton-disableElevation.Mui-focusVisible {
        box-shadow: none;
    }

    .MuiButton-disableElevation:active {
        box-shadow: none;
    }

    .MuiButton-disableElevation.Mui-disabled {
        box-shadow: none;
    }

.MuiButton-colorInherit {
    color: inherit;
    border-color: currentColor;
}

.MuiButton-textSizeSmall {
    padding: 4px 5px;
    font-size: 0.8125rem;
}

.MuiButton-textSizeLarge {
    padding: 8px 11px;
    font-size: 0.9375rem;
}

.MuiButton-outlinedSizeSmall {
    padding: 3px 9px;
    font-size: 0.8125rem;
}

.MuiButton-outlinedSizeLarge {
    padding: 7px 21px;
    font-size: 0.9375rem;
}

.MuiButton-containedSizeSmall {
    padding: 4px 10px;
    font-size: 0.8125rem;
}

.MuiButton-containedSizeLarge {
    padding: 8px 22px;
    font-size: 0.9375rem;
}

.MuiButton-fullWidth {
    width: 100%;
}

.MuiButton-startIcon {
    display: inherit;
    margin-left: 8px;
    margin-right: -4px;
}

    .MuiButton-startIcon.MuiButton-iconSizeSmall {
        margin-left: -2px;
    }

.MuiButton-endIcon {
    display: inherit;
    margin-left: -4px;
    margin-right: 8px;
}

    .MuiButton-endIcon.MuiButton-iconSizeSmall {
        margin-right: -2px;
    }

.MuiButton-iconSizeSmall > *:first-child {
    font-size: 18px;
}

.MuiButton-iconSizeMedium > *:first-child {
    font-size: 20px;
}

.MuiButton-iconSizeLarge > *:first-child {
    font-size: 22px;
}

.jss28 {
    color: #fff;
    height: 44px;
    padding: 5px 20px;
    font-size: 16px;
    min-width: 100px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
}

.jss28:focus {
    outline: none;
}

.jss9 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.jss9 h1 {
    margin: 0 0 30px;
    font-size: 24px;
}

@media (min-width:0px) and (max-width:1279.95px) {
    .jss9 {
        flex: 1;
    }
}

.jss10 {
    width: 100%;
    margin: 0;
}

.jss11 {
    font-size: 14px;
}

.jss12 {
    color: #00E8DD;
    display: inline-block;
    margin-left: 7px;
}

    .jss12:hover {
        text-decoration: underline;
    }

.jss13 {
    display: flex;
 
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .jss13 button {
        width: 125px;
        margin-top: 10px;
        border-radius: 51px !important;
    }

@media (min-width:0px) and (max-width:1279.95px) {
    .jss13 button {
        width: 100px;
        height: 40px;
        font-size: 15px;
    }
    
}

.jss14 {
    color: #999999;
    margin: 15px 0 35px;
    font-size: 13px;
}

.jss15 {
    color: #999999;
    cursor: pointer;
    margin: 15px 0 35px;
    font-size: 13px;
}

    .jss15 span {
        color: #00E8DD;
        display: inline-block;
        margin-right: 7px;
    }

    .jss15:hover {
        text-decoration: underline;
    }

        .jss15:hover span {
            text-decoration: underline;
        }

.MuiIconButton-root {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
}

.MuiIconButton-root:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.MuiIconButton-root.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
    background-color: transparent;
}

@media (hover: none) {
    .MuiIconButton-root:hover {
        background-color: transparent;
    }
}

.MuiIconButton-edgeStart {
    margin-left: -12px;
}

.MuiIconButton-sizeSmall.MuiIconButton-edgeStart {
    margin-left: -3px;
}

.MuiIconButton-edgeEnd {
    margin-right: -12px;
}

.MuiIconButton-sizeSmall.MuiIconButton-edgeEnd {
    margin-right: -3px;
}

.MuiIconButton-colorInherit {
    color: inherit;
}

.MuiIconButton-colorPrimary {
    color: #00E8DD;
}

    .MuiIconButton-colorPrimary:hover {
        background-color: rgba(0, 232, 221, 0.04);
    }

@media (hover: none) {
    .MuiIconButton-colorPrimary:hover {
        background-color: transparent;
    }
}

.MuiIconButton-colorSecondary {
    color: #B1E346;
}

    .MuiIconButton-colorSecondary:hover {
        background-color: rgba(177, 227, 70, 0.04);
    }

@media (hover: none) {
    .MuiIconButton-colorSecondary:hover {
        background-color: transparent;
    }
}

.MuiIconButton-sizeSmall {
    padding: 3px;
    font-size: 1.125rem;
}

.MuiIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.jss24 {
    padding: 9px;
}

.jss27 {
    top: 0;
    left: 0;
    width: 100%;
    cursor: inherit;
    height: 100%;
    margin: 0;
    opacity: 0;
    padding: 0;
    z-index: 1;
    position: absolute;
}

.MuiCheckbox-root {
    color: #00E8DD;
}

.MuiCheckbox-root svg {
    border-radius: 5px;
}

.MuiCheckbox-colorPrimary.Mui-checked {
    color: #00E8DD;
}

.MuiCheckbox-colorPrimary.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}

.MuiCheckbox-colorPrimary.Mui-checked:hover {
    background-color: rgba(0, 232, 221, 0.04);
}

@media (hover: none) {
    .MuiCheckbox-colorPrimary.Mui-checked:hover {
        background-color: transparent;
    }
}

.MuiCheckbox-colorSecondary.Mui-checked {
    color: #B1E346;
}

.MuiCheckbox-colorSecondary.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}

.MuiCheckbox-colorSecondary.Mui-checked:hover {
    background-color: rgba(177, 227, 70, 0.04);
}

@media (hover: none) {
    .MuiCheckbox-colorSecondary.Mui-checked:hover {
        background-color: transparent;
    }
}

.MuiTypography-root {
    margin: 0;
}

.MuiTypography-body2 {
    font-size: 0.875rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.43;
}

.MuiTypography-body1 {
    font-size: 1rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.MuiTypography-caption {
    font-size: 0.75rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.66;
}

.MuiTypography-button {
    font-size: 0.875rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    line-height: 1.75;
    text-transform: uppercase;
}

.MuiTypography-h1 {
    font-size: 6rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 300;
    line-height: 1.167;
}

.MuiTypography-h2 {
    font-size: 3.75rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 300;
    line-height: 1.2;
}

.MuiTypography-h3 {
    font-size: 3rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.167;
}

.MuiTypography-h4 {
    font-size: 2.125rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.235;
}

.MuiTypography-h5 {
    font-size: 1.5rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.334;
}

.MuiTypography-h6 {
    font-size: 1.25rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    line-height: 1.6;
}

.MuiTypography-subtitle1 {
    font-size: 1rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.75;
}

.MuiTypography-subtitle2 {
    font-size: 0.875rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    line-height: 1.57;
}

.MuiTypography-overline {
    font-size: 0.75rem;
    font-family: IRANSans,Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 2.66;
    text-transform: uppercase;
}

.MuiTypography-srOnly {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
}

.MuiTypography-alignLeft {
    text-align: left;
}

.MuiTypography-alignCenter {
    text-align: center;
}

.MuiTypography-alignRight {
    text-align: right;
}

.MuiTypography-alignJustify {
    text-align: justify;
}

.MuiTypography-noWrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.MuiTypography-gutterBottom {
    margin-bottom: 0.35em;
}

.MuiTypography-paragraph {
    margin-bottom: 16px;
}

.MuiTypography-colorInherit {
    color: inherit;
}

.MuiTypography-colorPrimary {
    color: #00E8DD;
}

.MuiTypography-colorSecondary {
    color: #B1E346;
}

.MuiTypography-colorTextPrimary {
    color: rgba(0, 0, 0, 0.87);
}

.MuiTypography-colorTextSecondary {
    color: rgba(0, 0, 0, 0.54);
}

.MuiTypography-colorError {
    color: #f44336;
}

.MuiTypography-displayInline {
    display: inline;
}

.MuiTypography-displayBlock {
    display: block;
}

.MuiFormControlLabel-root {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    margin-right: -11px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.MuiFormControlLabel-root.Mui-disabled {
    cursor: default;
}

.MuiFormControlLabel-labelPlacementStart {
    margin-left: 16px;
    margin-right: -11px;
    flex-direction: row-reverse;
}

.MuiFormControlLabel-labelPlacementTop {
    margin-left: 16px;
    flex-direction: column-reverse;
}

.MuiFormControlLabel-labelPlacementBottom {
    margin-left: 16px;
    flex-direction: column;
}

.MuiFormControlLabel-label.Mui-disabled {
    color: rgba(0, 0, 0, 0.38);
}

.jss7 {
    flex: 1;
    display: flex;
    align-items: center;
}

@media (max-width:959.95px) {
    .jss7 {
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .jss23 input{
        font-size: 20px;
    }
}

 #nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #00E8DD;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #00E8DD,0 0 5px #00E8DD;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px,-4px);
    -ms-transform: rotate(3deg) translate(0px,-4px);
    -webkit-transform: rotate(3deg) translate(0px,-4px);
    -ms-transform: rotate(3deg) translate(0px,-4px);
    transform: rotate(3deg) translate(0px,-4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #00E8DD;
    border-left-color: #00E8DD;
    border-radius: 50%;
    -webkit-animation: nprogresss-spinner 400ms linear infinite;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

    .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
        position: absolute;
    }

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.MuiCheckbox-root {
    color: #00E8DD;
}

    .MuiCheckbox-root svg {
        border-radius: 5px;
    }

.MuiCheckbox-colorPrimary.Mui-checked {
    color: #00E8DD;
}

.MuiCheckbox-colorPrimary.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}

.MuiCheckbox-colorPrimary.Mui-checked:hover {
    background-color: rgba(0, 232, 221, 0.04);
}

@media (hover: none) {
    .MuiCheckbox-colorPrimary.Mui-checked:hover {
        background-color: transparent;
    }
}

.MuiCheckbox-colorSecondary.Mui-checked {
    color: #B1E346;
}

.MuiCheckbox-colorSecondary.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}

.MuiCheckbox-colorSecondary.Mui-checked:hover {
    background-color: rgba(177, 227, 70, 0.04);
}

@media (hover: none) {
    .MuiCheckbox-colorSecondary.Mui-checked:hover {
        background-color: transparent;
    }
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        top: 0;
        left: 0;
        border-radius: 3px;
        background-color: #e9e9e9;
    }

    input[type=checkbox]:checked:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        top: 0;
        left: 0;
        border-radius: 3px;
        background-color: #3182ce;
    }

    input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 4px;
        height: 7px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        left: 6px;
    }
    .ltr{
        direction:ltr
    }
.wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: space-between;
}

    .wrapper input.field {
        width: 40px;
        height: 60px;
        line-height: 75px;
        font-size: 12px;
        border: none;
        background-color: #EAF5F6;
        border-radius: 5px;
        text-align: center;
        text-transform: uppercase;
        color: #093030;
        margin-bottom: 25px;
    }

        .wrapper input.field:focus {
            outline: none;
        }
        .clickable{
            color:var(--main-400);
            background-color:transparent;
        }
        .send-again{
            display:none
        }
        .row{
            display:flex
        }
        .justify-center{
            justify-content:center
        }
        .align-center{
            align-items:center
        }
.w-150 {
    width: 150px;
}
button.resend {
    background-color: transparent;
    border: none;
    font-weight: 600;
    color: #3DAFE1;
    cursor: pointer;
}

    button.resend i {
        margin-left: 5px;
    }

.validation-summary-errors li{
    color:red;
    text-align:center;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20vh;
}

.input {
    width: 30px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0 10px;
    text-align: center;
    font-size: 36px;
    cursor: not-allowed;
    pointer-events: none;
}

    .input:focus {
        border-bottom: 3px solid orange;
        outline: none;
    }

    .input:nth-child(1) {
        cursor: pointer;
        pointer-events: all;
    }