<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.phone-input
{
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    direction: ltr;
    unicode-bidi: embed;
    padding-right: .9375em;
    padding-left: .9375em;
}
.phone-input .multiselect
{
    min-width: 3.75em;
    min-height: auto;
}
.phone-input .multiselect *
{
    font-family: "Roboto",sans-serif;
    font-weight: 400;
}
.phone-input .multiselect__placeholder::before
{
    content: "+";
}
.phone-input .multiselect__inputbox
{
    display: none;
    align-items: center;
    padding-left: 1.25em;
    line-height: 1.7;
}
.phone-input .multiselect__inputbox::before
{
    content: "+";
}
.phone-input .multiselect__inputbox::after
{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    color: #234e55;
    font-family: "FontAwesome";
}
.phone-input .multiselect__input
{
    max-width: 3.2857142857em;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 3px;
    font-size: .875em;
    line-height: 1.7;
}
.phone-input .multiselect__input::-moz-placeholder
{
    opacity: 1;
    color: var(--phone-input-color-placeholder,rgba(35,78,85,.5));
}
.phone-input .multiselect__input::placeholder
{
    opacity: 1;
    color: var(--phone-input-color-placeholder,rgba(35,78,85,.5));
}
.phone-input .multiselect__tags
{
    min-height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    background-color: rgba(0,0,0,0);
}
.phone-input .multiselect__tags:dir(rtl)
{
    padding: 0;
}
.phone-input .multiselect__select
{
    display: none;
}
.phone-input .multiselect__single
{
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
    overflow: inherit;
    background-color: rgba(0,0,0,0);
    color: var(--phone-input-primary-color,currentColor);
    gap: 1.25em;
}
.phone-input .multiselect__content-wrapper
{
    left: -.9375em;
    width: 17.5em;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 0 1px #d5dadd;
}
.phone-input .multiselect__option
{
    display: flex;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: .875em;
    white-space: normal;
}
.phone-input .multiselect__option--selected, .phone-input .multiselect__option--highlight
{
    background-color: #287e83;
}
.phone-input .multiselect--active+.phone-input__number .phone-input__label
{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    backface-visibility: hidden;
    transform: scale(.9) translateY(-90%);
    left: .625em;
}
.phone-input .multiselect--active .multiselect__inputbox::after, .phone-input .multiselect--active .country-template-image--arrow::before
{
    transform: rotate(180deg);
}
.phone-input .multiselect--active .multiselect__inputbox
{
    display: flex;
}
.phone-input .multiselect--disabled
{
    background: inherit;
}
.phone-input--with-mask
{
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
}
.phone-input--with-mask .phone-input__field::-moz-placeholder
{
    opacity: 0;
}
.phone-input--with-mask .phone-input__field::placeholder
{
    opacity: 0;
}
.phone-input--with-mask .phone-input__field:focus::-moz-placeholder
{
    opacity: 1;
}
.phone-input--with-mask .phone-input__field:focus::placeholder
{
    opacity: 1;
}
.phone-input--with-mask .multiselect
{
    min-width: unset;
}
.phone-input--with-button
{
    padding-right: 7.1875em;
}
.phone-input__select
{
    margin-right: 5px;
}
.phone-input__field
{
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    outline: none;
    border: none;
    background-color: rgba(0,0,0,0);
    color: #234e55;
    font-family: "Roboto",sans-serif;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.2;
}
.reset-password .phone-input__field
{
    font-family: "Roboto Condensed","Roboto";
    font-weight: 500;
}
.phone-input__field::-moz-placeholder
{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.phone-input__field[placeholder], .phone-input__field::placeholder
{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.phone-input__field::-moz-placeholder
{
    color: var(--phone-input-color-placeholder,rgba(35,78,85,.5));
}
.phone-input__field::placeholder
{
    color: var(--phone-input-color-placeholder,rgba(35,78,85,.5));
}
.phone-input__field:focus~.phone-input__label, .phone-input__field.filled~.phone-input__label
{
    left: -3px;
    width: auto;
    height: auto;
    padding-right: .375em;
    padding-left: .375em;
    backface-visibility: hidden;
    transform: scale(.9) translateY(-90%);
}
.phone-input__number
{
    width: 100%;
    height: 100%;
}
.auth-form .phone-input__number
{
    position: relative;
}
.phone-input__label
{
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    cursor: text;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #234e55;
    transform-origin: bottom left;
    transition: transform .15s cubic-bezier(.4,0,.2,1),height .15s cubic-bezier(.4,0,.2,1),width .15s cubic-bezier(.4,0,.2,1);
    left: 0;
}
.phone-input__text
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.phone-input-code
{
    display: flex;
}
.phone-input-code::before
{
    content: "+";
}
.phone-input-code--hide
{
    display: none;
}
.phone-input-code__field
{
    position: relative;
    max-width: 2.75em;
    margin-right: .625em;
    outline: none;
    border: none;
    background-color: rgba(0,0,0,0);
    color: #234e55;
    font-size: 1em;
}
.phone-input-code__field::-moz-placeholder
{
    font-size: inherit;
}
.phone-input-code__field::placeholder
{
    font-size: inherit;
}
body.fixedRight.right #register_body_container .phone-input .multiselect__content-wrapper
{
    width: 13.25em;
}
body.fixedRight.biggerRight #register_body_container .phone-input .multiselect__content-wrapper
{
    width: 15.125em;
}
.country-template
{
    display: flex;
    align-items: center;
    width: 100%;
    white-space: normal;
}
.country-template--with-gap
{
    gap: 1.25em;
}
.country-template--with-gap .country-template__text::before
{
    content: "+";
    padding-right: 3px;
}
.country-template__image
{
    display: flex;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    align-items: center;
    width: 1.125em;
    height: 1.125em;
    margin-right: 5px;
}
.country-template__wrap
{
    display: grid;
    flex-grow: 1;
    align-items: center;
    grid-template-columns: 1fr auto;
}
.country-template__text
{
    display: flex;
    position: relative;
    line-height: initial;
}
.country-template__code
{
    direction: ltr;
}
.country-template-image
{
    cursor: pointer;
}
.country-template-image__flag
{
    width: inherit;
    height: inherit;
}
.country-template-image--without-image
{
    display: none;
}
.country-template-image--arrow
{
    margin-right: 5px;
    margin-left: 0;
}
.country-template-image--arrow::before
{
    content: "";
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    line-height: 120%;
    color: #234e55;
    transition: transform .3s ease;
    left: calc(100% + 5px);
}
.registration-form-iran .country-template__image
{
    display: none;
}
.phone-input__field:focus~.phone-input__label, .phone-input__field.filled~.phone-input__label
{
    display: none;
}</pre></body></html>