@font-face {
    font-family: "iranyekan";
    font-weight: 500;
    font-style: normal;
    src: url("./fonts/iranyekanwebregular.eot");
    src: url("./fonts/iranyekanwebregular.eot?#iefix")
    format("embedded-opentype"),
    url("./fonts/iranyekanwebregular.woff") format("woff"),
    url("./fonts/iranyekanwebbold.woff2") format("woff2"),
    url("./fonts/iranyekanwebregular.ttf") format("truetype");
}

@font-face {
    font-family: "iranyekanL";
    font-weight: 500;
    font-style: normal;
    src: url("./fonts/iranyekanweblight.eot");
    src: url("./fonts/iranyekanweblight.eot?#iefix")
    format("embedded-opentype"),
    url("./fonts/iranyekanweblight.woff") format("woff"),
    url("./fonts/iranyekanwebbold.woff2") format("woff2"),
    url("./fonts/iranyekanweblight.ttf") format("truetype");
}

@font-face {
    font-family: "iranyekanB";
    font-weight: 500;
    font-style: normal;
    src: url("./fonts/iranyekanwebbold.eot");
    src: url("./fonts/iranyekanwebbold.eot?#iefix")
    format("embedded-opentype"),
    url("./fonts/iranyekanwebbold.woff") format("woff"),
    url("./fonts/iranyekanwebbold.woff2") format("woff2"),
    url("./fonts/iranyekanwebbold.ttf") format("truetype");
}

html {
    scrollbar-width: thin !important;
    scrollbar-color: rgb(0, 166, 147) rgba(0, 166, 147, 0.2) !important;
    touch-action: manipulation !important;
}
* {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    line-height: normal;
}
img {
    height: auto;
    vertical-align: bottom;
    display: inline-block;
}
input,
textarea,
select,
select option,
button {
    font-family: "iranyekan", sans-serif;
    text-align: right;
}
button,
input[type="submit"] {
    cursor: pointer;
}
input:focus {
    outline: 0;
}
li,
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
li {
    transition: none;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    direction: rtl;
    font-family: "iranyekan", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 100vh;
    background: #fff;
    user-select: none;
    overflow-x: hidden !important;
}


.loginLogoContainer {
    position: relative;
    height: 300px;
    background: #97bcf8;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}
.loginLogoContainer .loginLogoWrapper {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
    border-radius: 10px;
}
.loginLogoContainer .loginLogoWrapper img {
    width: 100%;
}
.loginLogoContainer .BottomTopImageMaxWidthStylesheet {
    position: absolute;
    bottom: 10px;
    width: 100px;
    right: 0;
    left: 0;
    margin: auto;
    height: 5px;
    border-radius: 5px;
    background: #fff;
}
.AllShowLogoInputAndLAbel {
    min-height: 300px;
    padding-top: 40px;
}
.ShowLogoInputAndLAbel {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding: 0 20px;
    margin-bottom: 20px;
    user-select: none;
}
.ShowLogoInputAndLAbel label {
    font-size: 0.9rem;
    margin-right: 13px;
    color: #000;
    text-align: right;
}
.ShowLogoInputAndLAbel .mobileInput {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(204, 204, 204, 0.2);
    padding: 10px;
    background: #fff;
    font-size: 1rem;
    color: #000 !important;
    appearance: textfield;
}
.ShowLogoInputAndLAbel23--step3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding: 0;
    margin-top: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.ShowLogoInputAndLAbel23--step3 .customBtn {
    margin: auto;
    margin-top: auto;
    width: 100% !important;
    height: 50px !important;
    border-radius: 10px;
    background: #073989;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
    font-size: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
}
.ShowLogoInputAndLAbel23 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding: 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.ShowLogoInputAndLAbel23 .customBtn {
    margin: auto;
    margin-top: auto;
    width: 100% !important;
    height: 40px !important;
    border-radius: 10px;
    background: #073989;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
    font-size: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
}
.otp-inputs__container {
    width: 90%;
    display: flex;
    direction: ltr;
    margin: 0 auto;
    margin-top: 8px;
}
.otp-inputs__container .otp-inputs__cell {
    flex: 1 1 0;
}
.otp-inputs__cell:not(:last-child) {
    margin-right: 10px;
}
.otp-input {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0 0 100%;
    border-radius: 8px;
}
.otp-input__field {
    direction: ltr;
    caret-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 10px;
    text-align: center;
    border: none;
    border-radius: inherit;
    -moz-appearance: textfield;
    background-color: transparent;
    transition: color 0.12s ease-in-out;
    font-size: 16px;
    font-family: "iranyekan", sans-serif;
}
.otp-input::after, .otp-input::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
    transition: opacity 0.12s ease-in-out 0.07s;
}
.otp-input::after {
    box-shadow: inset 0 0 0 2px #1b262c;
    opacity: 0;
}
.otp-input::before {
    box-shadow: inset 0 0 0 1px #e0e0e0;
}
.otp-inputs__resend {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    margin: 0;
    direction: rtl;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 8px;
    background-color: #f5f5f5;
}
.otp-inputs__resend::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(27, 38, 44, 0.11);
    border-radius: inherit;
}
.otp-inputs__timer {
    width: 100%;
    height: 100%;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: #4e4e4e;
    font-size: 12px;
    font-family: "iranyekanB";
}
.loginForm {
    width: 90%;
    margin: 0 auto;
    margin-top: 32px;
}
.loginForm .backBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.loginForm .loginFormTitle {
    font-family: "iranyekanB", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1867c0;
    margin: 32px 0 32px;
    margin-right: 6px;
    text-align: right;
}
.loginForm .formLocInputs {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}
.loginForm .formGroup {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    transition: all 0.2s;
}
.loginForm .formGroup.focus {
    border: 1px solid #1867c0 !important;
}
.loginForm .formGroup.focus .groupLabel {
    top: -4px;
    font-size: 16px !important;
    background: #fff;
    color: #1867c0 !important;
}
.loginForm .formGroup.done {
    border: 1px solid #ccc;
}
.loginForm .formGroup.done .groupLabel {
    top: -4px;
    font-size: 14px;
    background: #fff;
    color: #898989;
}
.loginForm .formGroup .groupLabel {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-family: "iranyekan", sans-serif;
    font-size: 14px;
    color: #898989;
    transition: all 0.2s;
    pointer-events: none;
    padding: 0 4px;
    z-index: 2;
}
.loginForm .formGroup .groupInput {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: transparent;
    border-radius: 8px;
    z-index: 1;
    appearance: textfield;
}
.loginForm .formGroup .groupInput:focus {
    outline: none;
}

.bottomNavigation {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px 10px 20px !important;
    background: #343483;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    z-index: 1050;
}

.rlink {
    text-align: center !important;
    cursor: pointer;
}
.rlink svg {
    margin: auto;
}
.rlink p {
    color: #fff;
}

.el-select__selection{
    text-align: right !important;
    height: 40px !important;
}

.el-select__wrapper.is-filterable{
    border-radius: 7px !important;
    border: 1px solid #ccc;
    box-shadow: none !important;
}

.ShowToUSerMxAuto{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.ShowToUSerMxAuto .ChildShowToUSerMxAuto {
    display: flex;
    justify-content: right;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ShowToUSerMxAuto .ChildShowToUSerMxAuto img {
    height: 40px;
    width: 40px;
    background: #f5f5f5;
    border-radius: 100%;
    border: 1px solid #ffa246;
    cursor: pointer;
}
.ShowToUSerMxAuto i {
    font-size: 1rem;
}
.ShowNoImageAvatar {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
}


.ShowHeaderApplication{
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    width: 400px !important;
    height: calc(100% - 67px) !important;
    margin-bottom: 67px !important;
    padding: 0 10px !important;
}

.relativeCarouselClick{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 5px 10px;
    padding-bottom: 0;
}

.relativeCarouselClick svg{
    cursor: pointer;
}


.ClickToShow{
    margin: auto;
    font-size: .9rem;
    color: #ff7900;
    margin-top: 15px;
    font-family: "iranyekanB";
    background: rgba(255, 121, 0, 0.03);
    width: 120px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center !important;
    font-weight: 500;
    font-family: "iranyekanB";
    justify-content: center;
}

.vListItemContent{
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
}

.ShowSiteApplication {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 400px;
    height: 50px;
    background: #343483;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    z-index: 1050;
}

.contact__container {
    margin: auto;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.contact__channel-details {
    margin-right: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact__channel-details p {
    margin: 0;
    font-size: 1rem;
    color: #131b1f;
    font-weight: 500;
    font-family: "iranyekanB";
}

.contact__channel-details span {
    margin-top: 5px;
    font-size: 0.875rem;
    color: #131b1f;
    direction: ltr;
    text-align: right;
    line-height: 1.6;
}

.contact__form {
    width: 48.5%;
}

.contact__form h2 {
    margin: 0;
    font-size: 3.125rem;
    color: #131b1f;
    font-weight: 700;
}

.contact__form h2 span {
    color: #0096c7;
}

.contact__form p {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 28px;
    font-size: 0.875rem;
    color: #131b1f;
}

.contact__form h5 {
    font-size: 1.375rem;
    color: #131b1f;
    margin-bottom: 0;
    margin-top: 114px;
}

.contact__input {
    margin-top: 30px;
    width: 47%;
}

.contact__input:first-child,
.contact__input:nth-child(2) {
    margin-top: 25px;
}

.contact__input label {
    display: block;
}

.contact__input input,
.contact__input textarea {
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    width: 100%;
    font-size: 1rem;
    padding: 11px 15px;
    color: #131b1f;
}

.contact__input input::placeholder,
.contact__input textarea::placeholder {
    color: #9e9e9d;
}

.contact__input input {
    height: 48px;
}

.contact__input--textarea {
    width: 100%;
}

.contact__input--textarea textarea {
    width: 100%;
    height: 200px;
}

.contact__form-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact__submit-btn {
    margin-top: 30px;
    width: 300px;
    height: 60px;
    border: 2px solid rgba(27, 38, 44, 0.11);
    border-radius: 10px;
    background-color: #1b262c;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    font-weight: 500;
    font-family: "iranyekanB";
}

.contact__info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact__icon {
    align-self: center;
}


.contact__channels h5 {
    font-size: 1.25rem;
    color: #131b1f;
    font-weight: 500;
    font-family: "iranyekanB";
    margin: 0;
}

.contact__channel {
    min-height: 48px;
    margin-top: 20px;
    display: flex;
}

.contact__channel:first-child {
    margin-top: 35px;
}

.contact__channel img {
    width: 48px;
    height: 48px;
}

.contact__map {
    margin-top: 50px;
    height: 320px;
    position: relative;
    border-radius: 15px;
    border: 3px solid rgba(0, 0, 0, 0.05);
}

.contact__map .vue2leaflet-map {
    border-radius: 15px;
}

.contact__mapCtrl {
    top: 30px;
    right: 30px;
    position: absolute;
    z-index: 1050;
}


@media screen and (max-width: 500px) {
    .bottomNavigation{
        width: 100% !important;
    }

    .ShowHeaderApplication{
        padding: 0 !important;
        width: 100% !important;
    }

    .contact__form {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .contact__container{
        display: grid !important;
    }
}