@charset "UTF-8";@font-face {
    font-display: swap;
    font-family: IRANSansXV;
    font-weight: auto;
    src: url(/fonts/IRANSansXV.woff) format("woff"),url(/fonts/IRANSansXV.woff) format("woff-variations")
}

@media print {
    * {
        box-shadow: none
    }
}

.nuxt-icon.icon--has-background {
    background-color: #eff3f2;
    border-radius: 8px;
    padding: 4px
}

@media screen and (min-width: 992px) {
    .nuxt-icon.icon--has-background {
        border-radius:12px
    }
}

.nuxt-icon svg {
    height: 100%!important;
    margin: 0;
    width: 100%!important
}

.spotlight[data-v-e37b3805] {
    background: linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);
    bottom: -30vh;
    filter: blur(20vh);
    height: 40vh
}

.gradient-border[data-v-e37b3805] {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: .5rem;
    position: relative
}

@media (prefers-color-scheme: light) {
    .gradient-border[data-v-e37b3805] {
        background-color:#ffffff4d
    }

    .gradient-border[data-v-e37b3805]:before {
        background: linear-gradient(90deg,#e2e2e2,#e2e2e2 25%,#00dc82,#36e4da 75%,#0047e1)
    }
}

@media (prefers-color-scheme: dark) {
    .gradient-border[data-v-e37b3805] {
        background-color:#1414144d
    }

    .gradient-border[data-v-e37b3805]:before {
        background: linear-gradient(90deg,#303030,#303030 25%,#00dc82,#36e4da 75%,#0047e1)
    }
}

.gradient-border[data-v-e37b3805]:before {
    background-size: 400% auto;
    border-radius: .5rem;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .5;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-position .3s ease-in-out,opacity .2s ease-in-out;
    width: 100%
}

.gradient-border[data-v-e37b3805]:hover:before {
    background-position: -50% 0;
    opacity: 1
}

.fixed[data-v-e37b3805] {
    position: fixed
}

.left-0[data-v-e37b3805] {
    left: 0
}

.right-0[data-v-e37b3805] {
    right: 0
}

.z-10[data-v-e37b3805] {
    z-index: 10
}

.z-20[data-v-e37b3805] {
    z-index: 20
}

.grid[data-v-e37b3805] {
    display: grid
}

.mb-16[data-v-e37b3805] {
    margin-bottom: 4rem
}

.mb-8[data-v-e37b3805] {
    margin-bottom: 2rem
}

.max-w-520px[data-v-e37b3805] {
    max-width: 520px
}

.min-h-screen[data-v-e37b3805] {
    min-height: 100vh
}

.w-full[data-v-e37b3805] {
    width: 100%
}

.flex[data-v-e37b3805] {
    display: flex
}

.cursor-pointer[data-v-e37b3805] {
    cursor: pointer
}

.place-content-center[data-v-e37b3805] {
    place-content: center
}

.items-center[data-v-e37b3805] {
    align-items: center
}

.justify-center[data-v-e37b3805] {
    justify-content: center
}

.overflow-hidden[data-v-e37b3805] {
    overflow: hidden
}

.bg-white[data-v-e37b3805] {
    --un-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--un-bg-opacity))
}

.px-4[data-v-e37b3805] {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-8[data-v-e37b3805] {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-2[data-v-e37b3805] {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.text-center[data-v-e37b3805] {
    text-align: center
}

.text-8xl[data-v-e37b3805] {
    font-size: 6rem;
    line-height: 1
}

.text-xl[data-v-e37b3805] {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-black[data-v-e37b3805] {
    --un-text-opacity: 1;
    color: rgb(0 0 0/var(--un-text-opacity))
}

.font-light[data-v-e37b3805] {
    font-weight: 300
}

.font-medium[data-v-e37b3805] {
    font-weight: 500
}

.leading-tight[data-v-e37b3805] {
    line-height: 1.25
}

.font-sans[data-v-e37b3805] {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

.antialiased[data-v-e37b3805] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (prefers-color-scheme: dark) {
    .dark\:bg-black[data-v-e37b3805] {
        --un-bg-opacity:1;
        background-color: rgb(0 0 0/var(--un-bg-opacity))
    }

    .dark\:text-white[data-v-e37b3805] {
        --un-text-opacity: 1;
        color: rgb(255 255 255/var(--un-text-opacity))
    }
}

@media (min-width: 640px) {
    .sm\:px-0[data-v-e37b3805] {
        padding-left:0;
        padding-right: 0
    }

    .sm\:px-6[data-v-e37b3805] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:py-3[data-v-e37b3805] {
        padding-bottom: .75rem;
        padding-top: .75rem
    }

    .sm\:text-4xl[data-v-e37b3805] {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .sm\:text-xl[data-v-e37b3805] {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.spotlight[data-v-6a6afa77] {
    background: linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);
    filter: blur(20vh)
}

.fixed[data-v-6a6afa77] {
    position: fixed
}

.-bottom-1\/2[data-v-6a6afa77] {
    bottom: -50%
}

.left-0[data-v-6a6afa77] {
    left: 0
}

.right-0[data-v-6a6afa77] {
    right: 0
}

.grid[data-v-6a6afa77] {
    display: grid
}

.mb-16[data-v-6a6afa77] {
    margin-bottom: 4rem
}

.mb-8[data-v-6a6afa77] {
    margin-bottom: 2rem
}

.h-1\/2[data-v-6a6afa77] {
    height: 50%
}

.max-w-520px[data-v-6a6afa77] {
    max-width: 520px
}

.min-h-screen[data-v-6a6afa77] {
    min-height: 100vh
}

.place-content-center[data-v-6a6afa77] {
    place-content: center
}

.overflow-hidden[data-v-6a6afa77] {
    overflow: hidden
}

.bg-white[data-v-6a6afa77] {
    --un-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--un-bg-opacity))
}

.px-8[data-v-6a6afa77] {
    padding-left: 2rem;
    padding-right: 2rem
}

.text-center[data-v-6a6afa77] {
    text-align: center
}

.text-8xl[data-v-6a6afa77] {
    font-size: 6rem;
    line-height: 1
}

.text-xl[data-v-6a6afa77] {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-black[data-v-6a6afa77] {
    --un-text-opacity: 1;
    color: rgb(0 0 0/var(--un-text-opacity))
}

.font-light[data-v-6a6afa77] {
    font-weight: 300
}

.font-medium[data-v-6a6afa77] {
    font-weight: 500
}

.leading-tight[data-v-6a6afa77] {
    line-height: 1.25
}

.font-sans[data-v-6a6afa77] {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

.antialiased[data-v-6a6afa77] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (prefers-color-scheme: dark) {
    .dark\:bg-black[data-v-6a6afa77] {
        --un-bg-opacity:1;
        background-color: rgb(0 0 0/var(--un-bg-opacity))
    }

    .dark\:text-white[data-v-6a6afa77] {
        --un-text-opacity: 1;
        color: rgb(255 255 255/var(--un-text-opacity))
    }
}

@media (min-width: 640px) {
    .sm\:px-0[data-v-6a6afa77] {
        padding-left:0;
        padding-right: 0
    }

    .sm\:text-4xl[data-v-6a6afa77] {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

.m-icon[data-v-065472bb] {
    --icon-width: 40px;
    --icon-height: 40px;
    --icon-viewBox: "0 0 40 40";
    height: var(--icon-height);
    vertical-align: middle;
    width: var(--icon-width);
    shape-rendering: geometricPrecision;
    transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s
}

.spinner[data-v-6ac3f5cc] {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.spinner-icon[data-v-6ac3f5cc] {
    animation: circular-spin-6ac3f5cc 1.5s infinite;
    animation-delay: .4s;
    height: 24px;
    width: 24px
}

@keyframes circular-spin-6ac3f5cc {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.btn[data-v-0f4aff95] {
    background-color: #007e55;
    border: none;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 24px;
    outline: none;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .1s linear 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.btn[data-v-0f4aff95]:hover {
    background-color: #008d2c
}

.btn-lg[data-v-0f4aff95] {
    font-size: .9375rem;
    padding: 12px 16px
}

.btn .btn-accent[data-v-0f4aff95] {
    background-color: #007e55
}

.btn .btn-accent[data-v-0f4aff95]:hover {
    background-color: #003221!important
}

.btn .btn-error[data-v-0f4aff95] {
    background-color: #e22d22
}

.btn .btn-error[data-v-0f4aff95]:hover {
    background-color: #a21d15!important
}

.btn .btn-primary[data-v-0f4aff95] {
    background-color: #0453a5
}

.btn .btn-primary[data-v-0f4aff95]:hover {
    background-color: #022d5a!important
}

.btn-block[data-v-0f4aff95] {
    display: block;
    width: 100%
}

.btn[data-v-0f4aff95] :disabled,.btn-disabled[data-v-0f4aff95] {
    background-color: #97a3ae;
    pointer-events: none
}

.btn-outlined[data-v-0f4aff95] {
    border: 1px solid
}

.btn-outlined.btn-accent[data-v-0f4aff95] {
    background-color: #fff;
    color: #007e55
}

.btn-outlined.btn-accent[data-v-0f4aff95]:hover {
    color: #006544
}

.btn-outlined.btn-error[data-v-0f4aff95] {
    background-color: #fff;
    color: #e22d22
}

.btn-outlined.btn-error[data-v-0f4aff95]:hover {
    color: #cf261b
}

.btn-outlined.btn-primary[data-v-0f4aff95] {
    background-color: #fff;
    color: #0453a5
}

.btn-outlined.btn-primary[data-v-0f4aff95]:hover {
    color: #03468c
}

.btn-outlined.btn-disabled[data-v-0f4aff95] {
    border-color: #657786;
    color: #657786
}

.btn-link[data-v-0f4aff95] {
    border-color: transparent;
    color: #007e55
}

.btn-link[data-v-0f4aff95],.btn-link[data-v-0f4aff95]:hover {
    background-color: transparent
}

.btn-link[data-v-0f4aff95]:hover {
    color: #008d2c
}

.text-gray1.btn-link[data-v-0f4aff95]:hover {
    color: #0c0c0c
}

.btn-link.btn-accent[data-v-0f4aff95]:hover {
    background-color: #008d2c
}

.btn-link.btn-error[data-v-0f4aff95]:hover {
    background-color: #e22d22
}

.btn-link.btn-primary[data-v-0f4aff95]:hover {
    background-color: #033467
}

.btn-link.btn-disabled[data-v-0f4aff95] {
    color: #657786
}

.btn-loading[data-v-0f4aff95] {
    pointer-events: none
}

.btn-loading[data-v-0f4aff95]:after,.btn-loading[data-v-0f4aff95]:before {
    display: none
}

.failed-payment[data-v-de885e83] {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    min-height: 262px
}

.failed-payment[data-v-de885e83]:before {
    background: url(/images/failedPayment.svg) 50%/100% no-repeat;
    content: "";
    display: block;
    height: 216px;
    margin-bottom: 16px;
    width: 217px
}

@media screen and (min-width: 992px) {
    .failed-payment[data-v-de885e83]:before {
        width:270px
    }

    .failed-payment[data-v-de885e83] {
        min-height: 305px
    }
}

.failed-payment__img[data-v-de885e83] {
    animation: scale-de885e83 .2s linear 0s 1 normal;
    display: block;
    margin-bottom: 16px;
    max-width: 218px
}

.failed-payment__img img[data-v-de885e83] {
    display: block;
    width: 100%
}

@media screen and (min-width: 992px) {
    .failed-payment__img[data-v-de885e83] {
        max-width:270px
    }
}

.failed-payment__action[data-v-de885e83] {
    display: block;
    text-align: center;
    width: 200px
}

@media screen and (min-width: 992px) {
    .failed-payment__action[data-v-de885e83] {
        width:310px
    }
}

@keyframes scale-de885e83 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.main-loading-spinner[data-v-2ce93e4a] {
    align-items: center;
    color: #2e353a;
    display: flex;
    justify-content: center;
    z-index: 9999999
}

.main-loading-spinner__spinner[data-v-2ce93e4a] {
    height: 40px;
    width: 40px
}

.transaction-info[data-v-97c5001b] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 500px
}

.pagination[data-v-055380f0] {
    height: 48px;
    margin-top: 12px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%
}

.pagination[data-v-055380f0],.pagination__btn[data-v-055380f0] {
    contain: strict;
    text-align: center
}

.pagination__btn[data-v-055380f0] {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #00000029;
    color: #007e55;
    display: inline-block;
    font-family: IRANSansXV,Segoe UI;
    font-size: 15;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    min-width: 40px;
    text-decoration: none;
    vertical-align: middle
}

.pagination__btn--current[data-v-055380f0] {
    background-color: #007e55;
    border-color: #007e55;
    color: #fff
}

.pagination__btn__icon[data-v-055380f0] {
    display: inline-block;
    fill: #007e55;
    height: 12px;
    margin-top: -2px;
    vertical-align: middle;
    width: 8px
}

.pagination__btn[data-v-055380f0]:disabled {
    background-color: #ccd3da;
    cursor: default;
    filter: grayscale(1);
    opacity: .6
}

@media (xl) {
    .pagination[data-v-055380f0] {
        text-align: right
    }
}

.transaction[data-v-e2c93499] {
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: 0 auto 12px;
    padding: 16px
}

.transaction__index[data-v-e2c93499] {
    display: none
}

.transaction__title[data-v-e2c93499] {
    border-bottom: 1px dashed #ccd3da;
    color: #0c0c0c;
    display: block;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 8px;
    position: relative;
    width: 100%
}

.transaction__mini-detail-btn[data-v-e2c93499] {
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAABGdBTUEAALGPC/xhBQAAABJQTFRFALw7ALw7ALw6ALc4AAAAALw7K+rVmwAAAAV0Uk5Tv9/fIAA9mmYUAAAANUlEQVQY02NwQQIMVOI4MyNxjAIQHGdVYQTHKNAEzoFKQDhQCSwcFGUoBqAajWIpqnOo5FMAUuVKWa+v6ScAAAAASUVORK5CYII=);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    display: block;
    height: 36px;
    left: 0;
    line-height: 36px;
    padding: 0;
    position: absolute;
    top: -4px;
    width: 36px
}

.transaction__info[data-v-e2c93499] {
    color: #2e353a;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 500;
    width: 50%
}

.transaction__info.appendRials[data-v-e2c93499]:after {
    font-size: inherit;
    font-weight: 400
}

.transaction__info--ltr[data-v-e2c93499] {
    text-align: left
}

.transaction__info--date[data-v-e2c93499],.transaction__info--plate[data-v-e2c93499] {
    margin-bottom: 8px
}

.transaction__action[data-v-e2c93499] {
    background-color: transparent;
    border: none;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 500;
    padding: 0
}

.transaction__action--remove[data-v-e2c93499] {
    color: #e22d22
}

.transaction__action--remove[data-v-e2c93499]:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAABGdBTUEAALGPC/xhBQAAABJQTFRF3y0g4ioj4i0i4i0iAAAA4i0iYVh5xwAAAAV0Uk5TYGDf7wA/TBvRAAAANUlEQVQY02NwQQIM+DmuoaEhUE4oFGByXMFKQCQmBwLpzMHlHGeIo1XAHAdVEDtYhGAYwAAAoWhQ9bw9ankAAAAASUVORK5CYII=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 4px;
    vertical-align: middle;
    width: 20px
}

.transaction__action--detail[data-v-e2c93499] {
    display: none
}

@media screen and (min-width: 992px) {
    .transaction[data-v-e2c93499] {
        background:#fff;
        border: none;
        border-radius: 0;
        margin: 0 auto;
        padding: 8px
    }

    .transaction[data-v-e2c93499]:nth-child(odd) {
        background: #eff3f2
    }

    .transaction__index[data-v-e2c93499] {
        display: block;
        text-align: center;
        width: 8%
    }

    .transaction__mini-detail-btn[data-v-e2c93499] {
        display: none
    }

    .transaction__title[data-v-e2c93499] {
        border: none;
        font-family: IRANSansXV,Segoe UI;
        font-size: 13px;
        font-weight: 500;
        padding: 0;
        width: 22%
    }

    .transaction__info[data-v-e2c93499],.transaction__title[data-v-e2c93499] {
        margin: auto;
        text-align: right
    }

    .transaction__info--date[data-v-e2c93499],.transaction__info--plate[data-v-e2c93499] {
        width: 20%
    }

    .transaction__info--amount[data-v-e2c93499] {
        width: 15%
    }

    .transaction__info--actions[data-v-e2c93499] {
        text-align: left;
        width: 15%
    }

    .transaction__action[data-v-e2c93499] {
        display: inline-block;
        transition: all .2s ease-in;
        vertical-align: middle
    }

    .transaction__action[data-v-e2c93499]:hover {
        transform: scale(.95)
    }

    .transaction__action--remove[data-v-e2c93499] {
        font-size: 0;
        height: 24px;
        overflow: hidden;
        width: 24px
    }

    .transaction__action--detail[data-v-e2c93499] {
        color: #007e55;
        font-family: IRANSansXV,Segoe UI;
        font-size: 13px;
        font-weight: 700;
        margin-left: 16px
    }
}

.transactions__empty-message[data-v-cc9faada]:before {
    background: url(/images/noFinesImage.svg) 50%/100% no-repeat;
    content: "";
    display: block;
    height: 90px;
    margin: 32px auto 12px;
    width: 112px
}

.transactions__empty-message__title[data-v-cc9faada] {
    color: #0c0c0c;
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
    text-align: center
}

.transactions__empty-message__subtitle[data-v-cc9faada] {
    color: #2e353a;
    font-size: .75rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: center
}

.transactions__empty-message__action[data-v-cc9faada] {
    display: block;
    margin: 0 auto 40px;
    width: -moz-max-content;
    width: max-content
}

.transactions__wrapper[data-v-3f17f947] {
    margin-bottom: 12px
}

.transactions__header[data-v-3f17f947] {
    display: none
}

@media screen and (min-width: 992px) {
    .transactions__wrapper[data-v-3f17f947] {
        border:1px solid #e1e8ed;
        border-radius: 12px;
        box-shadow: 1px 1px 4px #00000014;
        overflow: hidden
    }

    .transactions__header[data-v-3f17f947] {
        background: #ccd3da;
        display: flex;
        padding: 8px
    }

    .transactions__header__item[data-v-3f17f947] {
        color: #0c0c0c;
        font-family: IRANSansXV,Segoe UI;
        font-size: 13px;
        font-weight: 700
    }

    .transactions__header__item--index[data-v-3f17f947] {
        text-align: center;
        width: 8%
    }

    .transactions__header__item--title[data-v-3f17f947] {
        width: 22%
    }

    .transactions__header__item--date[data-v-3f17f947],.transactions__header__item--plate[data-v-3f17f947] {
        width: 20%
    }

    .transactions__header__item--amount[data-v-3f17f947] {
        width: 15%
    }

    .transactions__header__item--actions[data-v-3f17f947] {
        text-align: left;
        width: 15%
    }

    .transactions__header__item__remove[data-v-3f17f947] {
        width: 24px
    }

    .transactions__header__item__detail[data-v-3f17f947],.transactions__header__item__remove[data-v-3f17f947] {
        display: inline-block;
        font-family: IRANSansXV,Segoe UI;
        font-size: 13px;
        font-weight: 700
    }

    .transactions__header__item__detail[data-v-3f17f947] {
        margin-left: 16px
    }
}

.summary[data-v-ab4d65a2] {
    display: flex;
    font-size: 0
}

.summary__item[data-v-ab4d65a2] {
    color: #2e353a
}

.summary__item__value[data-v-ab4d65a2] {
    color: #0c0c0c;
    font-weight: 700
}

.summary__item__value.appendRials[data-v-ab4d65a2]:after {
    font-size: inherit;
    font-weight: inherit
}

.summary__item--has-margin[data-v-ab4d65a2] {
    margin-left: 16px
}

.summary__item--has-border[data-v-ab4d65a2] {
    border-left: 1px solid #ccd3da;
    padding-left: 16px
}

.payments[data-v-dc219c86] {
    margin: 0 auto;
    max-width: 1066px;
    min-height: 50vh;
    padding: 16px
}

.payments__header[data-v-dc219c86] {
    margin-bottom: 12px
}

.payments__header__title[data-v-dc219c86] {
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto 12px;
    padding: 0
}

.payments__header__summary[data-v-dc219c86] {
    margin-bottom: 16px
}

@media screen and (min-width: 992px) {
    .payments[data-v-dc219c86] {
        padding:24px 32px 0
    }

    .payments__header[data-v-dc219c86] {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .payments__header__title[data-v-dc219c86] {
        margin: auto 0 auto auto
    }

    .payments__header__filter[data-v-dc219c86] {
        margin-bottom: 0;
        width: 200px
    }

    .payments__header__summary[data-v-dc219c86] {
        margin-bottom: 0;
        min-width: 200px
    }
}

.raw-link[data-v-63161287],a[data-v-63161287] {
    color: #007e55
}

.breadcrumb__list[data-v-332309d5] {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.breadcrumb__list-item[data-v-332309d5] {
    align-content: center;
    align-items: center;
    display: flex
}

.breadcrumb__list-item-link[data-v-332309d5] {
    color: #0453a5;
    font-size: .75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: right
}

.breadcrumb__list-item-link.disabled[data-v-332309d5] {
    color: #555;
    font-weight: 400
}

.breadcrumb__list-item[data-v-332309d5]:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzU1NSIgZD0ibTE0IDE4LTYtNiA2LTYgMS40IDEuNC00LjYgNC42IDQuNiA0LjZ6Ii8+PC9zdmc+) 50%/100% no-repeat;
    content: "";
    display: block;
    height: 24px;
    width: 24px
}

.breadcrumb__list-item[data-v-332309d5]:last-child:after {
    display: none
}

@media print {
    .breadcrumb[data-v-332309d5] {
        display: none
    }
}

.nuxt-icon svg {
    height: 1em;
    margin-bottom: .125em;
    vertical-align: middle;
    width: 1em
}

.nuxt-icon.nuxt-icon--fill,.nuxt-icon.nuxt-icon--fill * {
    fill: currentColor!important
}

.nuxt-icon.nuxt-icon--stroke,.nuxt-icon.nuxt-icon--stroke * {
    stroke: currentColor!important
}

.slide-fade-enter-active,.slide-fade-leave-active {
    transition: all .2s ease-in-out
}

.slide-fade-leave-active .base-dialog-content {
    transition: transform .2s linear 0s
}

.slide-fade-enter-from,.slide-fade-leave-to {
    opacity: 0
}

.slide-fade-enter-from .base-dialog-content,.slide-fade-leave-to .base-dialog-content {
    transform: translateY(2rem)
}

@media screen and (min-width: 768px) {
    .slide-fade-enter-from .base-dialog-content,.slide-fade-leave-to .base-dialog-content {
        transform:translateY(-2rem)
    }
}

.base-dialog {
    align-items: flex-end;
    backface-visibility: hidden;
    background-color: #0d0d0d4d;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 1000
}

@media screen and (min-width: 768px) {
    .base-dialog {
        align-items:center
    }
}

.base-dialog.active {
    display: block;
    display: flex
}

.base-dialog-content {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 1.5rem 1.5rem 0 0;
    box-shadow: 0 4px 4px #8e8dd029;
    flex-grow: 1;
    margin: 0 auto;
    outline: 0;
    padding: 1.5rem 1rem 0;
    position: relative;
    transition: transform .3s ease-out;
    width: 100%
}

@media screen and (min-width: 768px) {
    .base-dialog-content {
        align-items:center;
        border-radius: 1.5rem;
        max-width: 513px;
        padding: 1.5rem 1.5rem 0
    }
}

.base-dialog-content.scrollable .base-dialog-body {
    max-height: 80vh;
    overflow-y: auto
}

.base-dialog-header {
    align-content: stretch;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

.base-dialog-header.hasTitle {
    margin-bottom: 1rem
}

.base-dialog-header:not(.hasTitle) {
    position: unset
}

.base-dialog-header:not(.hasTitle) .base-dialog-close-icon {
    left: 1rem;
    position: absolute;
    top: 1.5rem
}

@media screen and (min-width: 992px) {
    .base-dialog-header:not(.hasTitle) .base-dialog-close-icon {
        left:1.5rem;
        top: 1.5rem
    }
}

.base-dialog .base-dialog-default-title {
    color: #0c0c0c;
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    padding-left: 24px
}

@media screen and (min-width: 768px) {
    .base-dialog .base-dialog-default-title {
        font-size:1.125rem
    }
}

.base-dialog-close-icon {
    align-self: flex-start;
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: block;
    height: 1.5rem;
    outline: none;
    padding: 0;
    width: 1.5rem;
    z-index: 1
}

.base-dialog-close-icon:focus,.base-dialog-close-icon:hover {
    cursor: pointer;
    text-decoration: none
}

.card[data-v-14be8c08] {
    border-radius: 12px;
    padding: 16px
}

.card.card--outlined[data-v-14be8c08] {
    border: 1px solid #e1e8ed
}

.card.card--shadow[data-v-14be8c08] {
    box-shadow: 0 4px 4px #8e8dd029
}

@media screen and (min-width: 992px) {
    .card[data-v-14be8c08] {
        padding:16px 24px
    }
}

.car-plate__flag[data-v-8b8cd6d5] {
    align-items: center;
    background-color: #0453a5;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    display: flex;
    justify-content: center;
    min-width: 24px;
    width: 24px
}

.car-plate__flag[data-v-8b8cd6d5]:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAwCAYAAAALiLqjAAAABmJLR0QA/wD/AP+gvaeTAAACPElEQVRYhe2UPWsUURSGnzN37mpADWKaVBaKEbEVLAJCIIUiNlaCjSGgoIUIomjhBwqKChai+FEI+gcURbCIWAkiYhMLJYW1H6nWaObOfS12EsfNLruJWUgxTzOcc94575mZOwcqKlY8xsNh9dIggZ72JzWzrj3mZNYi35ybU9qV94/lzeMTR0CkljTUIZL6lCwPRAlnCYkl5ESSxMhChk88An6HWbxzpOYAa9RjoD77C5PU1fwCwrfvCOEHBtpMvJC0Sx0zT57C2nWYRF6v07dv7/IaWK2PMPmRJAvYtq3d3obFGIXx90vNvzAD03wsYHZqCglWb940L2l5QIq8AJs+eVZ5zeNST8wDlqYIUMxJvIcsEGPEOYeIIMMSI2Y5eIcZ5DMZruaQSzFFcI4kBPL6TyywRr38F5KedS5Isd7+yRUrCEnnm+KNkh5JuivpuqQNS+lbPqa7mmr9wLSZHQaeARf/16AT3S7Qf+i07EYkPQB2AsNLMVjwBJLKk06Y2TjwARhsUV+8AXBZUvO0F4BLklYBLxdjUFGxjMztIklnJN2TdF/SnlJ9i6TTpXhU0lgpPtfJ4FVxfSGpT1JN0oSk9UX+qqTXkvqL+Iikr5KGiniiVd9Ou0iASUqBIeAacKBUvwHclNS2T7vCLeAtcMfMfgC7gUngM7C/pPsCPAeOLtbgGDAOjBbxQRqL8RDgJW0vaW8XAwy2atR2m5rZO0knJI0AzsxOAUjaAYwBnwpdlHQceNOuV0XFCucPn2IR1opLyakAAAAASUVORK5CYII=) 50%/100% no-repeat;
    content: "";
    content-visibility: auto;
    display: block;
    height: 100%;
    min-height: 48px;
    width: 75%
}

.car-plate[data-v-e3c46619] {
    background: #fff;
    border: 1px solid #97a3ae;
    border-radius: 12px;
    display: flex;
    flex-flow: row nowrap;
    width: 100%
}

.car-plate__flag[data-v-e3c46619] {
    align-items: center;
    background-color: #0453a5;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    display: flex;
    justify-content: center;
    max-width: 39px;
    min-width: 24px;
    padding: 0 3px;
    width: 15%
}

@media print {
    .car-plate__flag[data-v-e3c46619] {
        display: none
    }
}

.car-plate .car-plate__issuer[data-v-e3c46619] {
    border-left: 1px solid #97a3ae;
    font-family: IRANSansXV,Segoe UI;
    font-size: 12px;
    font-weight: 400;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 16px 2px;
    text-align: center
}

.car-plate .car-plate__issuer[data-v-e3c46619]:before {
    color: #0c0c0c;
    content: "ایران";
    display: block;
    font-family: IRANSansXV,Segoe UI;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    line-height: 16px;
    margin-bottom: 2px
}

.car-plate .car-plate__number-group[data-v-e3c46619] {
    align-content: center;
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: space-around
}

.car-plate .car-plate__number-group .car-plate__code[data-v-e3c46619],.car-plate .car-plate__number-group .car-plate__state-char[data-v-e3c46619],.car-plate .car-plate__number-group .car-plate__state-code[data-v-e3c46619] {
    font-family: IRANSansXV,Segoe UI;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.car-plate.car-plate--small[data-v-e3c46619] {
    border-radius: 8px
}

.car-plate.car-plate--small .car-plate__flag[data-v-e3c46619] {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    max-height: 36px;
    max-width: 24px
}

.car-plate.car-plate--small .car-plate__issuer[data-v-e3c46619] {
    font-size: .625rem;
    font-weight: 500;
    line-height: 10px;
    padding: 2px 8px
}

.car-plate.car-plate--small .car-plate__issuer[data-v-e3c46619]:before {
    font-size: .5rem;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0
}

.car-plate.car-plate--small .car-plate__number-group .car-plate__code[data-v-e3c46619],.car-plate.car-plate--small .car-plate__number-group .car-plate__state-char[data-v-e3c46619],.car-plate.car-plate--small .car-plate__number-group .car-plate__state-code[data-v-e3c46619] {
    font-size: .75rem;
    font-weight: 700;
    line-height: 24px
}

.readonly-motor-plate[data-v-5c407b33] {
    align-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #97a3ae;
    border-radius: 12px;
    direction: ltr;
    display: flex;
    overflow: hidden;
    width: 100%
}

.readonly-motor-plate .readonly-motor-plate__flag[data-v-5c407b33] {
    padding: 6px 0;
    width: 39px
}

.readonly-motor-plate .readonly-motor-plate__parts[data-v-5c407b33] {
    display: flex;
    flex-grow: 1;
    justify-content: space-around
}

.readonly-motor-plate .readonly-motor-plate__part[data-v-5c407b33] {
    display: block;
    font-size: 1rem;
    font-weight: 700
}

.readonly-motor-plate.readonly-motor-plate--small[data-v-5c407b33] {
    border-radius: 8px;
    max-height: 32px
}

.readonly-motor-plate.readonly-motor-plate--small .readonly-motor-plate__flag[data-v-5c407b33] {
    border-radius: 7px 0 0 7px;
    padding: 4px 2px;
    width: 24px
}

.readonly-motor-plate.readonly-motor-plate--small .readonly-motor-plate__part[data-v-5c407b33] {
    font-size: .75rem
}

.car-fines-aggregated-inquiry-result__card[data-v-b6a58afe] {
    background: #fff;
    border-radius: 24px;
    display: flex;
    flex-flow: column nowrap;
    min-height: 70vh
}

.car-fines-aggregated-inquiry-result__card-header[data-v-b6a58afe] {
    border-bottom: 1px solid #e1e8ed;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    box-shadow: 0 4px 8px #8e8dd029;
    padding: 24px 16px 0;
    z-index: 2
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card-header[data-v-b6a58afe] {
        box-shadow:0 8px 16px #8e8dd01f;
        padding: 24px 24px 0
    }
}

.car-fines-aggregated-inquiry-result__card-body[data-v-b6a58afe] {
    flex-grow: 1;
    flex-shrink: 1;
    height: 292px;
    padding: 8px 16px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media not print {
    .car-fines-aggregated-inquiry-result__card-body[data-v-b6a58afe] {
        overflow-y: auto
    }
}

.car-fines-aggregated-inquiry-result__card-body[data-v-b6a58afe]::-webkit-scrollbar {
    width: 0
}

.car-fines-aggregated-inquiry-result__card-body[data-v-b6a58afe]::-webkit-scrollbar-thumb,.car-fines-aggregated-inquiry-result__card-body[data-v-b6a58afe]::-webkit-scrollbar-track {
    background: transparent
}

.car-fines-aggregated-inquiry-result__card-body[data-v-b6a58afe]::-webkit-scrollbar-thumb:hover {
    background: transparent
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card-body[data-v-b6a58afe] {
        padding:12px 24px 16px
    }
}

.car-fines-aggregated-inquiry-result__card .card-footer[data-v-b6a58afe] {
    background: #fff;
    border-radius: 0 0 24px 24px;
    border-top: 1px solid #e1e8ed;
    box-shadow: 0 -8px 24px #b9b8cb52;
    padding: 12px 16px
}

.car-fines-aggregated-inquiry-result__card .card-footer__title-wrapper[data-v-b6a58afe] {
    align-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card .card-footer__title-wrapper[data-v-b6a58afe] {
        margin-bottom:0
    }
}

.car-fines-aggregated-inquiry-result__card .card-footer__title[data-v-b6a58afe] {
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 400;
    font-weight: 500;
    line-height: 24px;
    margin-left: 8px
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card .card-footer__title[data-v-b6a58afe] {
        font-size:1rem;
        font-weight: 500
    }
}

.car-fines-aggregated-inquiry-result__card .card-footer__amount[data-v-b6a58afe] {
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card .card-footer__amount[data-v-b6a58afe] {
        font-size:1rem;
        font-weight: 700
    }

    .car-fines-aggregated-inquiry-result__card .card-footer__payment-button[data-v-b6a58afe] {
        max-width: 296px
    }

    .car-fines-aggregated-inquiry-result__card .card-footer[data-v-b6a58afe] {
        align-content: center;
        align-items: center;
        box-shadow: none;
        display: flex;
        justify-content: space-between;
        padding: 16px 24px
    }
}

.car-fines-aggregated-inquiry-result__card.card--no-fines .car-fines-aggregated-inquiry-result__card-body[data-v-b6a58afe]:before {
    background: url(/images/noFinesImage.svg) 50%/100% no-repeat;
    content: "";
    display: block;
    height: 144px;
    margin: 64px auto 16px;
    max-width: 180px;
    width: 90%
}

.car-fines-aggregated-inquiry-result__card.card--no-fines .car-fines-aggregated-inquiry-result__card-body-no-content[data-v-b6a58afe] {
    color: #0c0c0c;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card[data-v-b6a58afe] {
        margin:0 auto;
        max-width: 688px
    }
}

.inquiry-result-card-header__title[data-v-ef98e487] {
    align-content: center;
    align-items: center;
    display: flex;
    font-family: IRANSansXV,Segoe UI;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px
}

.inquiry-result-card-header__title .icon[data-v-ef98e487] {
    border: 1px solid transparent;
    height: 32px;
    margin-left: 8px;
    width: 32px
}

@media screen and (min-width: 768px) {
    .inquiry-result-card-header__title .icon[data-v-ef98e487] {
        height:48px;
        width: 48px
    }
}

@media print {
    .inquiry-result-card-header__title .icon[data-v-ef98e487] {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .inquiry-result-card-header__title[data-v-ef98e487] {
        margin:0
    }
}

.inquiry-result-card-header__car-plate[data-v-ef98e487] {
    margin: 0 auto;
    max-width: 350px
}

@media screen and (min-width: 768px) {
    .inquiry-result-card-header__car-plate[data-v-ef98e487] {
        margin:0;
        max-width: 250px
    }
}

.key-value-pair[data-v-f44af614] {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.key-value-pair__key[data-v-f44af614] {
    color: #2e353a;
    display: block;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .key-value-pair__key[data-v-f44af614] {
        font-family:IRANSansXV,Segoe UI;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px
    }
}

.key-value-pair__value[data-v-f44af614] {
    color: #0c0c0c;
    display: block;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (min-width: 768px) {
    .key-value-pair__value[data-v-f44af614] {
        font-family:IRANSansXV,Segoe UI;
        font-size: 16px;
        font-weight: 700
    }
}

.bg-triangle[data-v-06114ca3] {
    min-height: 450px
}

.bg-triangle__loading-spinner[data-v-06114ca3] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: inherit
}

.readonly-payment-link[data-v-223e9401] {
    background: #f5f8fa;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    color: var(--Gray-02,#657786);
    direction: ltr;
    display: block;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .13px;
    line-height: 24px;
    overflow: hidden;
    padding: 12px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.downloadLink[data-v-223e9401] {
    align-content: center;
    align-items: center;
    display: flex;
    font-weight: 700;
    line-height: 24px
}

.m-input-control,.m-input-group {
    position: relative
}

.input-message {
    font-family: IRANSansXV,Segoe UI;
    font-size: 9px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    padding-top: 4px
}

.input-message.input-error {
    color: #e22d22
}

.input-message.input-error input {
    border-bottom-color: #e22d22
}

.m-input-error .input-message {
    color: #e22d22
}

.m-label[data-v-35919434] {
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 4px
}

.status-indicator[data-v-35919434]:after {
    background-color: transparent;
    border-radius: 3px;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: background-color .1s linear 0s;
    width: calc(100% - 10px)
}

.m-input[data-v-35919434] {
    background: #f5f8fa;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    color: #0c0c0c;
    direction: rtl;
    display: inline-block;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 12px;
    position: relative;
    transition: color .1s linear 0s;
    width: 100%
}

@media screen and (min-width: 992px) {
    .m-input[data-v-35919434] {
        border-radius:12px
    }
}

.m-input.dir-ltr[data-v-35919434] {
    direction: ltr;
    text-align: left
}

.m-input--rounded[data-v-35919434] {
    border-radius: 12px
}

.m-input--outlined[data-v-35919434] {
    border: thin solid #ccd3da
}

.m-input--hide-spin-buttons input[data-v-35919434]::-webkit-inner-spin-button,.m-input--hide-spin-buttons input[data-v-35919434]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.m-input--hide-spin-buttons input[type=number][data-v-35919434] {
    -moz-appearance: textfield
}

.m-input[data-v-35919434]::-moz-placeholder {
    color: #657786;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: right
}

.m-input[data-v-35919434]::placeholder {
    color: #657786;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: right
}

.m-input--error[data-v-35919434] {
    color: #e22d22
}

.m-input--error[data-v-35919434]::-moz-placeholder {
    color: #e22d22
}

.m-input--error[data-v-35919434]::placeholder {
    color: #e22d22
}

.m-input--error:not(:disabled)+.status-indicator[data-v-35919434]:after {
    background-color: #e22d22
}

.m-input[data-v-35919434]:active,.m-input[data-v-35919434]:focus {
    color: #0c0c0c
}

.m-input[data-v-35919434]:active::-moz-placeholder,.m-input[data-v-35919434]:focus::-moz-placeholder {
    color: #657786
}

.m-input[data-v-35919434]:active::placeholder,.m-input[data-v-35919434]:focus::placeholder {
    color: #657786
}

.m-input:active:not(:disabled)+.status-indicator[data-v-35919434]:after,.m-input:focus:not(:disabled)+.status-indicator[data-v-35919434]:after {
    background-color: #067df8
}

.m-input.disabled[data-v-35919434],.m-input[data-v-35919434]:disabled {
    color: #ccd3da
}

.m-input--xs[data-v-35919434] {
    height: 24px
}

.m-input--sm[data-v-35919434] {
    height: 32px
}

.m-input--md[data-v-35919434] {
    height: 40px
}

.m-input--lg[data-v-35919434] {
    height: 48px
}

.m-input--xl[data-v-35919434] {
    height: 56px
}

.m-input--xxl[data-v-35919434] {
    height: 64px
}

.m-input--inline[data-v-35919434] {
    width: auto
}

.m-input-append-icon[data-v-35919434] {
    left: 8px;
    position: absolute;
    top: 6px
}

.m-input-with-icon[data-v-35919434] {
    padding-right: 32px
}

.text-right[data-v-35919434] {
    text-align: right
}

.text-left[data-v-35919434] {
    text-align: left
}

.text-center[data-v-35919434] {
    text-align: center
}

.flex-wrap[data-v-1e2415bd] {
    flex-wrap: wrap
}

.list-item[data-v-916328ad] {
    display: flex;
    flex-flow: row wrap
}

.list-item[data-v-916328ad]:not(:first-child) {
    border-top: 1px solid #e1e8ed
}

.list-item[data-v-916328ad]:nth-child(odd) {
    background-color: #eff3f2
}

.list-item[data-v-916328ad]:nth-child(2n) {
    background-color: #fff
}

.unordered-list[data-v-56ba51a7] {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.unordered-list.unordered-list--outlined[data-v-56ba51a7] {
    border: 1px solid #e1e8ed
}

.unordered-list.unordered-list--rounded[data-v-56ba51a7] {
    border-radius: 12px;
    overflow: hidden
}

.comment[data-v-22bf4cf0] {
    background: #fff;
    border: 8px solid #d2e1ef;
    border-radius: 24px;
    padding: 16px 16px 24px;
    position: relative
}

.comment[data-v-22bf4cf0]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23007E55' d='M28.334 4.047H11.667c-5 0-8.333 3.333-8.333 8.333v10c0 5 3.333 8.334 8.333 8.334v3.55c0 1.333 1.483 2.133 2.583 1.383l7.417-4.933h6.666c5 0 8.334-3.334 8.334-8.334v-10c0-5-3.334-8.333-8.333-8.333M20 24.33c-.7 0-1.25-.566-1.25-1.25 0-.683.55-1.25 1.25-1.25s1.25.567 1.25 1.25c0 .684-.55 1.25-1.25 1.25m2.1-6.916c-.65.433-.85.716-.85 1.183v.35a1.26 1.26 0 0 1-1.25 1.25 1.26 1.26 0 0 1-1.25-1.25v-.35c0-1.934 1.417-2.884 1.95-3.25.617-.417.817-.7.817-1.133 0-.834-.683-1.517-1.517-1.517s-1.517.683-1.517 1.517a1.26 1.26 0 0 1-1.25 1.25 1.26 1.26 0 0 1-1.25-1.25c0-2.217 1.8-4.017 4.017-4.017s4.017 1.8 4.017 4.017c0 1.9-1.4 2.85-1.917 3.2'/%3E%3C/svg%3E") 50%/70% no-repeat,#fff;
    border: inherit;
    border-radius: 50%;
    content: "";
    display: block;
    height: 72px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(18%,-50%);
    width: 72px
}

@media screen and (min-width: 992px) {
    .comment[data-v-22bf4cf0]:before {
        transform:translate(25%,-50%)
    }
}

.comment__header[data-v-22bf4cf0] {
    align-content: center;
    justify-content: space-between;
    padding-right: 48px
}

.comment__header[data-v-22bf4cf0],.comment__header-date[data-v-22bf4cf0],.comment__header-user[data-v-22bf4cf0] {
    align-items: center;
    display: flex
}

.comment__header-date[data-v-22bf4cf0]:before,.comment__header-user[data-v-22bf4cf0]:before {
    background: url(/icons/datePicker.svg) 50%/100% no-repeat;
    content: "";
    display: none;
    height: 24px;
    margin-left: 4px;
    width: 24px
}

@media screen and (min-width: 992px) {
    .comment__header-date[data-v-22bf4cf0]:before,.comment__header-user[data-v-22bf4cf0]:before {
        display:block
    }
}

.comment__header-user[data-v-22bf4cf0]:before {
    background: url(/icons/user.svg) 50%/100% no-repeat
}

@media screen and (min-width: 992px) {
    .comment__header[data-v-22bf4cf0] {
        padding-right:8px
    }
}

.comment__body-answer[data-v-22bf4cf0] {
    display: flex;
    font-size: .75rem
}

.comment__body-answer[data-v-22bf4cf0] p {
    margin: 0
}

.comment__body-answer[data-v-22bf4cf0]:before {
    align-self: flex-start;
    color: #0453a5;
    content: "پاسخ:";
    display: block;
    font-size: .75rem;
    font-weight: 700;
    margin-left: 4px
}

@media screen and (min-width: 992px) {
    .comment__body-answer[data-v-22bf4cf0]:before {
        font-size:.8125rem;
        margin-left: 8px
    }

    .comment__body-answer[data-v-22bf4cf0] {
        font-size: .8125rem
    }

    .comment[data-v-22bf4cf0] {
        padding: 32px 48px
    }
}

.add-comment__textarea[data-v-d87618a6] {
    background: var(--Gray-07,#f5f8fa);
    border: 1px solid var(--Gray-05,#e1e8ed);
    border-radius: 12px;
    display: block;
    min-height: 200px;
    outline: none;
    padding: 12px;
    resize: none;
    width: 100%
}

@media screen and (min-width: 992px) {
    .add-comment__textarea[data-v-d87618a6] {
        min-height:168px
    }
}

.charachter-length-counter[data-v-d87618a6] {
    text-align: left
}

.terms-and-conditions[data-v-d694cd8f] {
    padding-left: 8px
}

.terms-and-conditions[data-v-d694cd8f] p {
    line-height: 24px;
    margin: 0 0 4px
}

.edit-note-input[data-v-5e6595eb] {
    direction: rtl;
    text-align: right
}

.confirm-dialog__actions-wrapper[data-v-6b0808e8] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.confirm-dialog__actions-wrapper--warning .confirm-dialog__action--confirm[data-v-6b0808e8] {
    flex-grow: 0
}

.confirm-dialog__actions-wrapper--warning .confirm-dialog__action--confirm[data-v-6b0808e8]:hover {
    border-color: currentColor;
    color: #b92118
}

.confirm-dialog__action[data-v-6b0808e8] {
    flex-basis: calc(50% - 8px)
}

.confirm-dialog__action--confirm[data-v-6b0808e8] {
    flex-grow: 1
}

.query-item[data-v-1d0d48dd] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 16px 0 12px
}

.query-item[data-v-1d0d48dd]:not(:last-child) {
    border-bottom: 1px solid #e1e8ed
}

.query-item__content[data-v-1d0d48dd] {
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 2rem;
    padding-top: 4px
}

.query-item__content-note[data-v-1d0d48dd] {
    color: #0c0c0c;
    font-weight: 700;
    max-width: 150px;
    min-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.query-item__content-index[data-v-1d0d48dd],.query-item__content-note[data-v-1d0d48dd] {
    font-size: .75rem;
    line-height: 24px;
    margin-bottom: 2px;
    pointer-events: none
}

.query-item__content-index[data-v-1d0d48dd] {
    color: #2e353a;
    font-weight: 500
}

.query-item__actions[data-v-1d0d48dd] {
    color: #e1e8ed;
    flex-shrink: 0
}

@media screen and (min-width: 992px) {
    .query-item[data-v-1d0d48dd] {
        padding:0 16px
    }
}

.query-item__action {
    color: #657786;
    height: 24px;
    width: 24px
}

.query-item__action svg {
    height: 100%;
    margin: 0;
    width: 100%
}

.queries[data-v-85b6ee5b] {
    position: relative
}

.queries__action[data-v-85b6ee5b] {
    min-height: 50px
}

.queries__action li[data-v-85b6ee5b] {
    background-color: #eff3f2;
    border-radius: 12px;
    display: block;
    height: 50px;
    width: 100%
}

.queries__action .queries__get-info-action[data-v-85b6ee5b] {
    display: flex;
    justify-content: center;
    padding: 12px 0
}

.queries__body[data-v-85b6ee5b] {
    background: #fff;
    border: 1px solid #ccd3da;
    border-radius: 16px;
    box-shadow: 0 4px 4px #8e8dd029;
    left: 0;
    max-height: 230px;
    overflow-y: auto;
    position: absolute;
    top: calc(100% + 8px);
    width: 100%
}

.queries__body-empty-message[data-v-85b6ee5b] {
    color: #97a3ae;
    display: block;
    font-size: .75rem;
    padding: 8px;
    text-align: center
}

.queries__history-icon {
    display: block;
    height: 24px;
    width: 24px
}

.queries__history-icon svg {
    height: 100%;
    margin: 0;
    width: 100%
}

.inquiry-form[data-v-e86d0518] {
    background: #fff;
    border-radius: 24px;
    padding: 24px 16px
}

@media screen and (min-width: 992px) {
    .inquiry-form[data-v-e86d0518] {
        padding:24px
    }
}

.inquiry-form__header-default[data-v-e86d0518] {
    align-content: center;
    align-items: center;
    display: flex
}

.inquiry-form__header-default[data-v-e86d0518] .icon {
    flex-shrink: 0;
    height: 32px;
    margin-left: 12px;
    width: 32px
}

@media screen and (min-width: 992px) {
    .inquiry-form__header-default[data-v-e86d0518] .icon {
        height:48px;
        width: 48px
    }
}

.inquiry-form__header-default-title[data-v-e86d0518] {
    color: #0c0c0c;
    font-family: IRANSansXV,Segoe UI;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0
}

@media screen and (min-width: 992px) {
    .inquiry-form__header-default-title[data-v-e86d0518] {
        font-size:1.25rem;
        line-height: 32px
    }
}

@media screen and (min-width: 992px) {
    .inquiry-section__form[data-v-cd678e79] {
        flex-basis:calc(50% - 12px);
        flex-shrink: 0
    }

    .inquiry-section__content[data-v-cd678e79] {
        align-self: var(--ea70444a);
        flex-basis: calc(50% - 12px)
    }

    .inquiry-section[data-v-cd678e79] {
        align-content: center;
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

.select-item[data-v-d36ec5a5] {
    color: #657786;
    cursor: pointer;
    font-size: .75rem;
    font-weight: 400;
    line-height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 4px;
    text-align: center
}

.select-item[data-v-d36ec5a5]:hover {
    background-color: #f5f8fa
}

.select-item.select-item--active[data-v-d36ec5a5] {
    background-color: #e1f0ff;
    color: #0453a5
}

.select-item.select-item--active[data-v-d36ec5a5]:hover {
    background-color: #d2e8ff
}

.base-select[data-v-923c2875] {
    position: relative
}

.base-select__action[data-v-923c2875] {
    align-content: center;
    align-items: center;
    background: #f5f8fa;
    border: 1px solid #ccd3da;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    width: 100%
}

.base-select__action[data-v-923c2875]:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjNjU3Nzg2IiBkPSJtNyAxMCA1IDUgNS01eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
    display: block;
    height: 24px;
    overflow: hidden;
    width: 24px
}

.base-select__body[data-v-923c2875] {
    background: #fff;
    border: 1px solid #eff3f2;
    border-radius: 12px;
    box-shadow: 0 4px 4px #8e8dd029;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 8px);
    width: 100%;
    z-index: 3
}

.base-select__body .base-select__items-list[data-v-923c2875] {
    margin: 0;
    max-height: 116px;
    overflow-y: auto;
    padding: 0;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.base-select__body .base-select__items-list[data-v-923c2875]::-webkit-scrollbar {
    width: 0
}

.base-select__body .base-select__items-list[data-v-923c2875]::-webkit-scrollbar-thumb,.base-select__body .base-select__items-list[data-v-923c2875]::-webkit-scrollbar-track {
    background: transparent
}

.base-select__body .base-select__items-list[data-v-923c2875]::-webkit-scrollbar-thumb:hover {
    background: transparent
}

@media screen and (min-width: 992px) {
    .base-select__body .base-select__items-list[data-v-923c2875] {
        max-height:256px
    }
}

.base-select.base-select--error[data-v-923c2875] {
    position: relative
}

.base-select.base-select--error[data-v-923c2875]:after {
    background-color: #e22d22;
    border-radius: 3px;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%);
    width: calc(100% - 16px)
}

.base-select.base-select--disabled .base-select__action[data-v-923c2875] {
    color: #97a3ae;
    pointer-events: none
}

.base-select.base-select--disabled .base-select__action[data-v-923c2875]:after {
    opacity: .3
}

.base-select.base-select--disabled .base-select__body[data-v-923c2875],.base-select.base-select--disabled[data-v-923c2875]:after {
    display: none
}

.date-picker[data-v-bb047eea] {
    align-content: center;
    align-items: center;
    display: flex
}

.date-picker__item[data-v-bb047eea] {
    flex-basis: calc(33.33333% - 6px)
}

.date-picker__item[data-v-bb047eea]:not(:nth-child(3)) {
    margin-left: 8px
}

.m-input[data-v-dd64cc58] {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: inherit;
    direction: ltr;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 100%;
    outline: none;
    text-align: center;
    transition: border-bottom-color .1s linear 0s;
    width: 100%
}

.m-input[data-v-dd64cc58]:focus,.m-input[data-v-dd64cc58]:focus-within {
    border-bottom: 3px solid #067df8
}

.m-input[data-v-dd64cc58]::-moz-placeholder {
    text-align: center
}

.m-input[data-v-dd64cc58]::placeholder {
    text-align: center
}

.form-select-option[data-v-dd64cc58] {
    line-height: 48px
}

.motor-plate-wrap[data-v-dd64cc58] {
    align-content: center;
    align-items: stretch;
    direction: ltr;
    display: flex;
    width: 100%
}

.motor-plate-part[data-v-dd64cc58] {
    background-color: #f5f8fa;
    border: thin solid #97a3ae;
    border-radius: 12px;
    flex-basis: calc(60% - 6px);
    overflow: hidden;
    position: relative
}

.motor-plate-part-main[data-v-dd64cc58] {
    padding-right: 24px;
    position: relative
}

@media screen and (min-width: 768px) {
    .motor-plate-part-main[data-v-dd64cc58] {
        padding-right:12px
    }
}

.motor-plate-part-issuer[data-v-dd64cc58] {
    display: flex;
    flex-basis: calc(40% - 6px);
    margin-right: 12px
}

.motor-plate-code[data-v-dd64cc58],.motor-plate-issuer[data-v-dd64cc58] {
    width: 100%
}

.motor-plate--error .m-input[data-v-dd64cc58]:not(:focus) {
    border-bottom-color: #e22d22
}

.motor-plate--disabled .motor-plate-issuer[data-v-dd64cc58],.motor-plate--disabled .motor-plate-part[data-v-dd64cc58] {
    border-color: #ccd3da;
    color: #ccd3da
}

.motor-plate--disabled .m-input[data-v-dd64cc58]::-moz-placeholder {
    color: #97a3ae
}

.motor-plate--disabled .m-input[data-v-dd64cc58],.motor-plate--disabled .m-input[data-v-dd64cc58]::placeholder {
    color: #97a3ae
}

.motor-plate--disabled .car-plate__flag[data-v-dd64cc58] {
    filter: grayscale(.8);
    opacity: .5
}

.blog-post-card[data-v-18a3c652] {
    align-items: center;
    background: #fff;
    border: 2px solid #f5f8fa;
    border-radius: 12px;
    box-shadow: 0 4px 4px #8e8dd029;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 16px;
    position: relative
}

.blog-post-card__img-wrapper[data-v-18a3c652] {
    margin-right: 12px;
    min-width: 104px;
    order: 1;
    overflow: hidden;
    width: 31%
}

@media screen and (min-width: 992px) {
    .blog-post-card__img-wrapper[data-v-18a3c652] {
        height:137px;
        margin: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%
    }
}

.blog-post-card__img[data-v-18a3c652] {
    display: block;
    height: 100%;
    margin: 0
}

.blog-post-card__img img[data-v-18a3c652] {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.blog-post-card__content[data-v-18a3c652] {
    padding-left: 12px
}

.blog-post-card__content-title[data-v-18a3c652] {
    font-size: .8125rem;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: right;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.blog-post-card__content-dsc[data-v-18a3c652],.blog-post-card__content-title[data-v-18a3c652] {
    color: #0c0c0c;
    display: -webkit-box;
    line-height: 24px;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.blog-post-card__content-dsc[data-v-18a3c652] {
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

@media screen and (min-width: 992px) {
    .blog-post-card__content[data-v-18a3c652] {
        padding:16px 12px 24px
    }
}

.blog-post-card__link[data-v-18a3c652] {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width: 992px) {
    .blog-post-card[data-v-18a3c652] {
        border-radius:6px;
        display: block;
        max-width: calc(25% - 18px);
        overflow: hidden;
        padding: 0
    }
}

.latest-posts__title-wrapper[data-v-b54539cb] {
    display: block;
    margin-bottom: 18px
}

.latest-posts__title-wrapper .latest-posts__title[data-v-b54539cb] {
    align-content: center;
    align-items: center;
    display: flex
}

.latest-posts__title-wrapper .latest-posts__title-icon[data-v-b54539cb]:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzBDMEMwQyIgZD0iTTQgMjFxLS44MjQgMC0xLjQxMi0uNTg3QTEuOTMgMS45MyAwIDAgMSAyIDE5VjNsMS42NzUgMS42NzVMNS4zMjUgMyA3IDQuNjc1IDguNjc1IDNsMS42NSAxLjY3NUwxMiAzbDEuNjc1IDEuNjc1TDE1LjMyNSAzIDE3IDQuNjc1IDE4LjY3NSAzbDEuNjUgMS42NzVMMjIgM3YxNnEwIC44MjUtLjU4NyAxLjQxM0ExLjkzIDEuOTMgMCAwIDEgMjAgMjF6bTAtMmg3di02SDR6bTkgMGg3di0yaC03em0wLTRoN3YtMmgtN3ptLTktNGgxNlY4SDR6Ii8+PC9zdmc+) 50%/100% no-repeat;
    content: "";
    display: block;
    height: 24px;
    margin-left: 8px;
    width: 24px
}

.latest-posts__title-wrapper .latest-posts__title[data-v-b54539cb]:before {
    background-color: #e1e8ed;
    content: "";
    display: block;
    flex-grow: 1;
    height: 2px;
    margin-right: 12px;
    order: 1
}

@media screen and (min-width: 992px) {
    .latest-posts__title-wrapper .latest-posts__title[data-v-b54539cb]:before {
        margin-right:16px
    }
}

.latest-posts__title-wrapper .latest-posts__title[data-v-b54539cb]:after {
    background-color: #e1e8ed;
    content: "";
    display: block;
    height: 7px;
    order: 2;
    transform: rotate(45deg);
    width: 7px
}

@media screen and (min-width: 992px) {
    .latest-posts__title-wrapper[data-v-b54539cb] {
        margin-bottom:24px
    }
}

.latest-posts__cards-wrapper .latest-posts__cards[data-v-b54539cb]:not(:last-child) {
    margin-bottom: 16px
}

@media screen and (min-width: 992px) {
    .latest-posts__cards-wrapper .latest-posts__cards[data-v-b54539cb]:not(:last-child) {
        margin-bottom:0;
        margin-left: 24px
    }

    .latest-posts__cards-wrapper[data-v-b54539cb] {
        display: flex;
        flex-flow: row wrap
    }
}

.note[data-v-d5db8ca8] {
    border: 1px solid var(--Gray-05,#e1e8ed);
    border-radius: 8px;
    padding: 32px 16px
}

.note__title[data-v-d5db8ca8] {
    align-content: center;
    align-items: center;
    display: flex;
    line-height: 24px
}

.note__title[data-v-d5db8ca8]:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDQ1M0E1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTUgMTYtMSA0IDQtMUwxOS41ODYgNy40MTRhMiAyIDAgMCAwIDAtMi44MjhsLS4xNzItLjE3MmEyIDIgMCAwIDAtMi44MjggMHpNMTUgNmwzIDMiLz48cGF0aCBzdHJva2U9IiMwMEJDM0IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTMgMjBoOCIvPjwvc3ZnPg==) 50%/100% no-repeat;
    content: "";
    display: block;
    height: 24px;
    margin-left: 4px;
    width: 24px
}

.note__content[data-v-d5db8ca8] {
    line-height: 24px
}

.note__content[data-v-d5db8ca8] * {
    font-size: .8125rem
}

.note__content[data-v-d5db8ca8] h2 {
    font-size: 1rem;
    font-weight: 700
}

.note__content[data-v-d5db8ca8] h3 {
    font-size: 14px;
    font-weight: 700
}

.note__content[data-v-d5db8ca8] a {
    text-decoration: underline
}

@media screen and (min-width: 992px) {
    .note[data-v-d5db8ca8] {
        box-shadow:0 4px 4px #8e8dd029;
        padding: 32px 24px
    }
}

[data-v-34d095d9] .service-img {
    display: block;
    height: 100%;
    min-height: 245px;
    width: 100%
}

[data-v-34d095d9] .service-img img {
    animation-delay: .4s;
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: banner-transition-34d095d9;
    display: block;
    margin: 24px auto 0;
    pointer-events: none;
    transform: scale(0);
    transition: opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@keyframes banner-transition-34d095d9 {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media screen and (min-width: 768px) {
    [data-v-34d095d9] .service-img img {
        margin-top:0;
        max-width: 100%
    }
}

@media screen and (min-width: 992px) {
    [data-v-34d095d9] .service-img img {
        height:100%;
        width: 100%
    }
}

@media screen and (min-width: 992px) {
    [data-v-34d095d9] .service-img {
        margin:0 auto;
        max-width: 510px;
        padding: 0 24px
    }
}

.page-section__content-title[data-v-34d095d9] {
    line-height: 24px
}

@media screen and (min-width: 992px) {
    .page-section__content-title[data-v-34d095d9] {
        line-height:32px
    }
}

.page-section__content[data-v-34d095d9] li,.page-section__content[data-v-34d095d9] p {
    font-size: .8125rem;
    line-height: 24px;
    margin: 0
}

@media screen and (min-width: 992px) {
    .page-section__content[data-v-34d095d9] li,.page-section__content[data-v-34d095d9] p {
        font-size:1rem;
        line-height: 32px
    }
}

.page-section__content-subtitle[data-v-34d095d9] {
    line-height: 24px;
    margin: 0
}

@media screen and (min-width: 992px) {
    .page-section__content-subtitle[data-v-34d095d9] {
        line-height:32px;
        text-align: justify
    }
}

.page-section__content-link[data-v-34d095d9] {
    border-bottom: 1px solid;
    color: #007e55;
    display: flex;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 24px;
    margin-top: 12px;
    text-align: right;
    width: -moz-max-content;
    width: max-content
}

.page-section__content-link[data-v-34d095d9]:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwN0U1NSIgZD0ibTEwIDYgMS40IDEuNDVMNy44NSAxMUgyMHYySDcuODVsMy41NSAzLjU1TDEwIDE4bC02LTZ6Ii8+PC9zdmc+);
    content-visibility: auto;
    display: block;
    height: 24px;
    margin: 0 4px 0 0;
    width: 24px
}

@media screen and (min-width: 992px) {
    .page-section__content-link[data-v-34d095d9] {
        font-size:1rem;
        margin-top: 16px
    }
}

.service-card[data-v-fcb96e02] {
    align-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    box-shadow: 0 4px 4px #8e8dd029;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 16px 12px;
    width: 100%
}

.service-card[data-v-fcb96e02] .icon {
    flex-shrink: 0;
    height: 40px;
    margin-bottom: 12px;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 40px
}

@media screen and (min-width: 992px) {
    .service-card[data-v-fcb96e02] .icon {
        height:48px;
        margin-bottom: 0;
        margin-left: 16px;
        width: 48px
    }
}

.service-card__title[data-v-fcb96e02] {
    color: #0c0c0c;
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    margin-bottom: 4px;
    width: -moz-max-content;
    width: max-content
}

@media screen and (min-width: 992px) {
    .service-card__title[data-v-fcb96e02] {
        font-size:.9375rem;
        margin-bottom: 0
    }
}

.service-card .service-card__subtitle[data-v-fcb96e02] {
    color: #0c0c0c;
    display: none;
    width: 100%
}

@media screen and (min-width: 992px) {
    .service-card[data-v-fcb96e02] {
        flex-flow:row nowrap;
        padding: 16px
    }
}

.service-card.service-card--vertical[data-v-fcb96e02],.service-card.service-card--xs-vertical-lg-normal[data-v-fcb96e02] {
    flex-flow: row wrap;
    justify-content: center;
    text-align: center
}

.service-card.service-card--vertical .service-card__title[data-v-fcb96e02],.service-card.service-card--xs-vertical-lg-normal .service-card__title[data-v-fcb96e02] {
    margin-bottom: 8px;
    width: 100%
}

@media screen and (min-width: 992px) {
    .service-card.service-card--vertical .service-card__title[data-v-fcb96e02],.service-card.service-card--xs-vertical-lg-normal .service-card__title[data-v-fcb96e02] {
        text-align:right
    }
}

.service-card.service-card--vertical .service-card__subtitle[data-v-fcb96e02],.service-card.service-card--xs-vertical-lg-normal .service-card__subtitle[data-v-fcb96e02] {
    display: block
}

.service-card.service-card--vertical .icon[data-v-fcb96e02],.service-card.service-card--xs-vertical-lg-normal .icon[data-v-fcb96e02] {
    margin-bottom: 12px;
    margin-left: 0
}

@media screen and (min-width: 992px) {
    .service-card.service-card--vertical .icon[data-v-fcb96e02],.service-card.service-card--xs-vertical-lg-normal .icon[data-v-fcb96e02] {
        margin-bottom:8px
    }
}

.service-card.service-card--vertical .service-card__title[data-v-fcb96e02] {
    text-align: center
}

@media screen and (min-width: 992px) {
    .service-card.service-card--xs-vertical-lg-normal .icon[data-v-fcb96e02],.service-card.service-card--xs-vertical-lg-normal .service-card__title[data-v-fcb96e02] {
        margin-bottom:0
    }

    .service-card.service-card--xs-vertical-lg-normal .service-card__title[data-v-fcb96e02] {
        white-space: nowrap
    }

    .service-card.service-card--xs-vertical-lg-normal .icon[data-v-fcb96e02] {
        margin-left: 16px
    }

    .service-card.service-card--xs-vertical-lg-normal[data-v-fcb96e02] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
}

.service-cards[data-v-d80b0946] {
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.service-cards__card[data-v-d80b0946] {
    flex-basis: calc(50% - 16px);
    margin-bottom: 16px
}

.service-cards__card[data-v-d80b0946]:first-child {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .service-cards__card[data-v-d80b0946]:nth-child(2n):not(:first-child) {
        margin-right:16px
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .service-cards__card[data-v-d80b0946] {
        flex-basis:calc(33.33333% - 16px);
        margin-right: 16px
    }

    .service-cards__card[data-v-d80b0946]:first-child,.service-cards__card[data-v-d80b0946]:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .service-cards__card[data-v-d80b0946] {
        flex-basis:calc(33.33333% - 16px);
        margin-right: 16px
    }

    .service-cards__card[data-v-d80b0946]:first-child,.service-cards__card[data-v-d80b0946]:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1200px) {
    .service-cards__card[data-v-d80b0946] {
        flex-basis:calc(25% - 18px);
        margin-right: 24px
    }

    .service-cards__card[data-v-d80b0946]:first-child,.service-cards__card[data-v-d80b0946]:nth-child(5n) {
        margin-right: 0
    }
}

.inquiry-form__subtitle[data-v-30f445e6] {
    color: #2e353a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-align: right
}

@media screen and (min-width: 992px) {
    .inquiry-form__subtitle[data-v-30f445e6] {
        font-size:1rem;
        font-weight: 500
    }
}

.car-transfer-tax__invoice-preview-list[data-v-9c758d07] {
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    margin: 16px 0;
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .inquiry-form-container__content-subtitle[data-v-9c758d07] {
        line-height:32px
    }
}

.link[data-v-46b3febb] {
    color: #007e55;
    text-decoration: underline
}

.table[data-v-46b3febb] {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 750px;
    width: 100%
}

.table td[data-v-46b3febb],.table th[data-v-46b3febb] {
    border: 1px solid #999;
    padding: .5rem
}

.table td[data-v-46b3febb] {
    text-align: center;
    vertical-align: middle
}

.table th[data-v-46b3febb] {
    font-weight: 700
}

.service-item__subtitle[data-v-73cdd66b] {
    line-height: 24px;
    margin: 0
}

@media screen and (min-width: 992px) {
    .service-item__subtitle[data-v-73cdd66b] {
        line-height:32px;
        text-align: justify
    }
}

.service-item__subtitle .link[data-v-73cdd66b] {
    font-size: inherit
}

.collapse[data-v-03b3b385] {
    transition: all .1s linear 0s
}

.collapse.collapse--open[data-v-03b3b385] {
    background-color: #e0e0e0
}

@media print {
    .collapse .collapse-body[data-v-03b3b385] {
        display: none
    }
}

.details-for-print[data-v-03b3b385] {
    display: none
}

@media print {
    .details-for-print[data-v-03b3b385] {
        display: block
    }
}

.checkbox[data-v-16505b19] {
    color: #657786;
    cursor: pointer;
    display: block;
    width: -moz-max-content;
    width: max-content
}

.checkbox__square[data-v-16505b19] {
    background-color: #fff;
    border: 2px solid #657786;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    outline: 0 solid rgba(0,0,0,.08);
    position: relative;
    transition: all .25s ease-in-out;
    vertical-align: middle;
    width: 20px
}

.checkbox__tick[data-v-16505b19] {
    height: 20px;
    right: 1px;
    top: 1px;
    width: 20px
}

.checkbox--error .checkbox__square[data-v-16505b19] {
    border-color: #e22d22
}

.checkbox--error .checkbox__tick[data-v-16505b19] {
    fill: #fff
}

.checkbox--checked .checkbox__square[data-v-16505b19] {
    background: #007e55;
    border: none
}

.checkbox--checked .checkbox__tick[data-v-16505b19] {
    fill: #fff
}

.checkbox--disabled[data-v-16505b19] {
    background-color: #2e353a;
    border-color: #2e353a;
    color: #2e353a;
    cursor: not-allowed;
    outline: 0 solid transparent!important
}

.checkbox--disabled .checkbox__tick[data-v-16505b19] {
    fill: #2e353a!important
}

.checkbox .invisible-checkBox[data-v-16505b19] {
    display: none
}

.checkbox .invisible-checkBox:indeterminate+.checkbox__square[data-v-16505b19] {
    background: #007e55;
    border: none;
    position: relative
}

.checkbox .invisible-checkBox:indeterminate+.checkbox__square[data-v-16505b19]:before {
    align-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    content: "-";
    display: flex;
    font-size: 28px;
    height: 100%;
    justify-content: center;
    left: 0;
    padding-top: 4px;
    position: absolute;
    top: 0;
    width: 100%
}

.scale-enter-active[data-v-16505b19] {
    transition: all .2s ease-out
}

.scale-leave-active[data-v-16505b19] {
    transition: all .1s cubic-bezier(1,.5,.8,1)
}

.scale-enter-from[data-v-16505b19],.scale-leave-to[data-v-16505b19] {
    transform: scale(0)
}

.detailed-card[data-v-4263f32e] {
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    box-shadow: 0 4px 4px #8e8dd029;
    overflow: hidden;
    transition: border-color .1s linear 0s
}

.detailed-card[data-v-4263f32e]:not(:last-child) {
    margin-bottom: 16px
}

.detailed-card__header[data-v-4263f32e] {
    padding: 16px 16px 12px
}

.detailed-card__header-inner[data-v-4263f32e] {
    justify-content: space-between
}

.detailed-card__header-inner[data-v-4263f32e],.detailed-card__header-selection[data-v-4263f32e] {
    align-content: center;
    align-items: center;
    display: flex
}

.detailed-card__header-selection-checkbox[data-v-4263f32e] {
    margin-left: 4px
}

@media screen and (min-width: 768px) {
    .detailed-card__header-selection-checkbox[data-v-4263f32e] {
        margin-left:8px
    }
}

.detailed-card__header-title[data-v-4263f32e] {
    display: block;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media screen and (min-width: 768px) {
    .detailed-card__header-title[data-v-4263f32e] {
        font-family:IRANSansXV,Segoe UI;
        font-size: 16px;
        font-weight: 700
    }
}

.detailed-card__header-details-toggle[data-v-4263f32e] {
    background-color: transparent;
    border: none;
    color: #007e55;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media print {
    .detailed-card__header-details-toggle[data-v-4263f32e] {
        display: none
    }
}

.detailed-card__header-details-toggle.detailIsVisible .detailed-card__header-details-toggle-icon[data-v-4263f32e] {
    transform: rotate(180deg)
}

.detailed-card.selected[data-v-4263f32e] {
    border-color: #007e55
}

.detailed-card.is-selectable .detailed-card__header-title[data-v-4263f32e] {
    cursor: pointer
}

.payment-status[data-v-e19f5425] {
    font-size: .8125rem;
    font-weight: 700
}

.payment-status--paid[data-v-e19f5425] {
    color: #007e55
}

.payment-status--unpaid[data-v-e19f5425] {
    color: #e22d22
}

@media screen and (min-width: 992px) {
    .payment-status[data-v-e19f5425] {
        font-size:1rem
    }
}

.transaction-info__action[data-v-ea6cc446] {
    align-content: center;
    align-items: center;
    display: flex
}

.transaction-info__action[data-v-ea6cc446]:first-child {
    margin-left: 12px
}

.transaction-info__action[data-v-ea6cc446] .transaction-info__action-icon {
    display: block;
    height: 24px;
    margin-left: 2px;
    width: 24px
}

.transaction-info__action[data-v-ea6cc446] .transaction-info__action-icon svg {
    height: 100%;
    margin: 0;
    width: 100%
}

.transaction-info__actions[data-v-ea6cc446] {
    display: flex
}

@media print {
    .payment-receipt[data-v-ea6cc446] {
        display: none
    }
}

.transaction-alert[data-v-fc4f6a0c] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 4px #8e8dd029;
    display: flex;
    padding: 12px
}

.transaction-alert[data-v-fc4f6a0c] .transaction-alert__icon {
    display: block;
    height: 25px;
    margin-left: 4px;
    width: 25px
}

.transaction-alert[data-v-fc4f6a0c] .transaction-alert__icon svg {
    display: block;
    height: 100%;
    width: 100%
}

.transaction-alert.transaction-alert--success[data-v-fc4f6a0c] {
    border: 1px solid #20cc67
}

.transaction-alert.transaction-alert--info[data-v-fc4f6a0c] {
    border: 1px solid #0453a5
}

.transaction-alert.transaction-alert--warning[data-v-fc4f6a0c] {
    border: 1px solid #ffd052
}

.transaction-alert.transaction-alert--error[data-v-fc4f6a0c] {
    border: 1px solid #e22d22
}

@media print {
    .transaction-alert[data-v-fc4f6a0c] {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .motor-fines-aggregated-inquiry-result__card[data-v-bceba510] {
        margin:0 auto;
        max-width: 688px
    }
}

.spinner-loader[data-v-bceba510] {
    min-height: 350px
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card[data-v-cdfb7fd4] {
        margin:0 auto;
        max-width: 688px
    }
}

.spinner-loader[data-v-cdfb7fd4] {
    min-height: 350px
}

.fine-image-btn[data-v-6d89ad11] {
    border-radius: 12px;
    font-size: .8125rem
}

.fines-images-wrapper[data-v-6d89ad11] {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 24px
}

.fines-images-wrapper .fines-image[data-v-6d89ad11] {
    display: block;
    max-width: 100%
}

.fines-images-wrapper .fines-image[data-v-6d89ad11]:first-child {
    margin: 0 auto 16px;
    width: 50%
}

.fines-images-wrapper .fines-image[data-v-6d89ad11]:not(:first-child) {
    width: calc(50% - 8px)
}

.fines-images-wrapper .fines-image:not(:first-child).fines-image--full-width[data-v-6d89ad11] {
    width: 100%
}

.fines-images-wrapper .fines-image[data-v-6d89ad11]:nth-child(2n) {
    margin-left: 16px
}

.error-message[data-v-6d89ad11] {
    display: block;
    margin-bottom: 24px
}

.listItem[data-v-36888059] {
    flex-flow: row wrap
}

.listItem .key-value-pair__value[data-v-36888059] {
    display: block
}

.back-to-top-btn {
    bottom: 1rem;
    height: 48px;
    left: 1rem;
    padding: 12px;
    position: fixed;
    width: 48px
}

.back-to-top-btn__icon {
    display: block;
    height: 100%;
    width: 100%
}

.back-to-top-btn__icon svg {
    height: 100%;
    margin: 0;
    width: 100%
}

.faq-item[data-v-4d1ff901] {
    border: 1px solid #e1e8ed;
    box-shadow: 0 4px 8px #8e8dd029;
    cursor: pointer
}

.faq-item .faq-toggle[data-v-4d1ff901]:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSJtLWljb24gZmFxLWxpc3QtaXRlbV9faWNvbiBmYXEtbGlzdC1pdGVtX19pY29uIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiMwMDdFNTUiIGQ9Ik0xOSAxOVY1SDV2MTR6bTAtMTZhMiAyIDAgMCAxIDIgMnYxNGEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY1YTIgMiAwIDAgMSAyLTJ6bS04IDRoMnY0aDR2MmgtNHY0aC0ydi00SDd2LTJoNHoiLz48L3N2Zz4=) 50%/100% no-repeat;
    content: "";
    content-visibility: auto;
    display: block;
    height: 18px;
    margin-left: 6px;
    width: 18px
}

@media screen and (min-width: 992px) {
    .faq-item .faq-toggle[data-v-4d1ff901]:before {
        height:24px;
        margin-left: 16px;
        width: 24px
    }
}

.faq-item--expanded .faq-toggle[data-v-4d1ff901]:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSJtLWljb24gZmFxLWxpc3QtaXRlbV9faWNvbiBmYXEtbGlzdC1pdGVtX19pY29uIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiMwMDdFNTUiIGQ9Ik0xOSAxOVY1SDV2MTR6bTAtMTZhMiAyIDAgMCAxIDIgMnYxNGEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY1YTIgMiAwIDAgMSAyLTJ6bS0yIDh2Mkg3di0yeiIvPjwvc3ZnPg==) 50%/100% no-repeat
}

.faq-question[data-v-4d1ff901] {
    display: flex;
    justify-items: center;
    line-height: 24px;
    padding: 0
}

.faq-answer[data-v-4d1ff901] {
    margin: 0;
    max-height: 1px;
    opacity: 0;
    overflow: hidden;
    transition: .2s cubic-bezier(1,.5,.8,1);
    width: 100%;
    word-wrap: normal;
    padding-left: 8px;
    padding-right: 32px
}

@media screen and (min-width: 992px) {
    .faq-answer[data-v-4d1ff901] {
        padding-right:40px
    }
}

.faq-item--expanded .faq-answer[data-v-4d1ff901] {
    max-height: 600px;
    opacity: 1;
    transition: none
}

dl[data-v-4d1ff901] {
    margin: 0;
    padding: 0
}

.faq__item[data-v-19ecff2f] {
    margin-bottom: 16px
}

.traffic-fines-type-dialog__subtitle[data-v-308c3478] {
    font-size: .8125rem;
    font-weight: 500
}

@media screen and (min-width: 992px) {
    .traffic-fines-type-dialog__subtitle[data-v-308c3478] {
        font-size:1rem
    }
}

.traffic-fines-type-dialog__cards-title[data-v-308c3478] {
    font-size: .8125rem;
    margin-bottom: 12px
}

@media screen and (min-width: 992px) {
    .traffic-fines-type-dialog__cards-title[data-v-308c3478] {
        font-size:1rem;
        margin-bottom: 8px
    }
}

.traffic-fines-type-dialog__service-names-wrapper[data-v-308c3478] {
    justify-content: space-between;
    margin-bottom: 24px
}

.traffic-fines-type-dialog__service-names-wrapper .service-card[data-v-308c3478]:first-child {
    margin-bottom: 12px
}

@media screen and (min-width: 992px) {
    .traffic-fines-type-dialog__service-names-wrapper .service-card[data-v-308c3478]:first-child {
        margin-bottom:0
    }

    .traffic-fines-type-dialog__service-names-wrapper .service-card[data-v-308c3478] {
        width: calc(50% - 8px)
    }
}

.traffic-fines-type-dialog .traffic-fines-type-dialog__plate[data-v-308c3478] {
    margin: 16px auto 24px;
    max-width: 296px
}

@media screen and (min-width: 992px) {
    .traffic-fines-type-dialog .traffic-fines-type-dialog__plate[data-v-308c3478] {
        margin:24px auto
    }
}

.history-btn[data-v-b0065d3b] {
    max-height: 48px;
    transition: color .2s linear 0s
}

.history-btn__icon[data-v-b0065d3b] {
    height: 20px;
    width: 20px
}

.plate-correction-btn[data-v-b0065d3b] {
    text-align: left;
    width: 100%
}

@media screen and (min-width: 992px) {
    .plate-correction-btn[data-v-b0065d3b] {
        width:-moz-max-content;
        width: max-content
    }
}

.invoice-preview__plate[data-v-1c930760] {
    max-width: 152px
}

.inquiry-form-container__form[data-v-1c930760] {
    flex-shrink: 0
}

@media screen and (min-width: 992px) {
    .inquiry-form-container__form[data-v-1c930760] {
        flex-basis:calc(50% - 12px)
    }

    .inquiry-form-container__content .checked-list-item[data-v-1c930760],.inquiry-form-container__content-subtitle[data-v-1c930760] {
        line-height: 32px;
        word-spacing: .2rem
    }

    .inquiry-form-container__content[data-v-1c930760] {
        max-width: 50%
    }

    .inquiry-form-container[data-v-1c930760] {
        display: flex;
        flex-flow: row nowrap
    }
}

.service-cards[data-v-4056e3b9] {
    display: flex;
    justify-content: center;
    padding-top: 24px
}

.service-cards__card[data-v-4056e3b9] {
    max-width: 156px
}

@media screen and (min-width: 992px) {
    .service-cards__card[data-v-4056e3b9] {
        max-width:243px
    }

    .service-cards[data-v-4056e3b9] {
        padding-top: 32px
    }

    .category-subtitle[data-v-4056e3b9] {
        line-height: 32px
    }
}

.copy-to-clipboard[data-v-72b44473] {
    cursor: pointer;
    direction: ltr;
    display: flex;
    width: -moz-max-content;
    width: max-content
}

.copy-to-clipboard.copy-to-clipboard--has-icon[data-v-72b44473]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23007E55' d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 16H8V7h11z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50%/100% no-repeat;
    color: #007e55;
    content: "";
    display: block;
    height: 24px;
    margin-right: 4px;
    width: 24px
}

.copy-to-clipboard.copy-to-clipboard--has-icon.copy-to-clipboard--copied[data-v-72b44473]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23007E55' d='m18 7.004-1.41-1.41-6.34 6.34 1.41 1.41zm4.24-1.41-10.58 10.58-4.18-4.17-1.41 1.41 5.59 5.59 12-12zM.41 13.414 6 19.004l1.41-1.41-5.58-5.59z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50%/100% no-repeat
}

.copy-to-clipboard.copy-to-clipboard--rtl[data-v-72b44473] {
    direction: rtl
}

.copy-to-clipboard.copy-to-clipboard--rtl.copy-to-clipboard--has-icon[data-v-72b44473]:before {
    margin-left: 4px;
    margin-right: 0
}

.list-item-keyword[data-v-ce472aac] {
    line-height: 24px
}

@media screen and (min-width: 992px) {
    .list-item-keyword[data-v-ce472aac] {
        line-height:32px
    }
}

.inquiry-form__subtitle[data-v-ca7c483e] {
    color: #2e353a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-align: right
}

@media screen and (min-width: 992px) {
    .inquiry-form__subtitle[data-v-ca7c483e] {
        font-size:1rem;
        font-weight: 500
    }
}

@media screen and (min-width: 992px) {
    .inquiry-form-container__content-subtitle[data-v-a52acb47] {
        line-height:32px
    }
}

.table[data-v-58a73486] {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 650px;
    width: 100%
}

.table td[data-v-58a73486],.table th[data-v-58a73486] {
    border: 1px solid #999;
    padding: .5rem
}

.table td[data-v-58a73486] {
    text-align: center;
    vertical-align: middle
}

.table th[data-v-58a73486] {
    font-weight: 700
}

.list-item-keyword[data-v-637d1821] {
    line-height: 24px
}

@media screen and (min-width: 992px) {
    .list-item-keyword[data-v-637d1821] {
        line-height:32px
    }
}

.table[data-v-e75d0aa3] {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 650px;
    width: 100%
}

.table td[data-v-e75d0aa3],.table th[data-v-e75d0aa3] {
    border: 1px solid #999;
    padding: .5rem
}

.table td[data-v-e75d0aa3] {
    text-align: center;
    vertical-align: middle
}

.table th[data-v-e75d0aa3] {
    font-weight: 700
}

.service-item__subtitle[data-v-3995b5b4] {
    line-height: 24px;
    margin: 0
}

@media screen and (min-width: 992px) {
    .service-item__subtitle[data-v-3995b5b4] {
        line-height:32px;
        text-align: justify
    }
}

.service-item__subtitle .link[data-v-3995b5b4] {
    font-size: inherit
}

.inquiry-form__subtitle[data-v-b5601e8e] {
    color: #2e353a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-align: right
}

@media screen and (min-width: 992px) {
    .inquiry-form__subtitle[data-v-b5601e8e] {
        font-size:1rem;
        font-weight: 500
    }
}

@media screen and (min-width: 992px) {
    .inquiry-form-container__content-subtitle[data-v-61fc7394] {
        line-height:32px
    }
}

.invoice-preview__plate[data-v-61fc7394] {
    max-width: 152px
}

.list-item-keyword[data-v-fc4a70f0] {
    line-height: 24px
}

@media screen and (min-width: 992px) {
    .list-item-keyword[data-v-fc4a70f0] {
        line-height:32px
    }
}

.copy-trace-number-action[data-v-fc4a70f0] {
    color: #0c0c0c;
    cursor: pointer;
    direction: ltr;
    display: flex;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 24px;
    padding: 0
}

.copy-trace-number-action[data-v-fc4a70f0]:hover {
    color: currentColor
}

.copy-trace-number-action[data-v-fc4a70f0]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23007E55' d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 16H8V7h11z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50%/100% no-repeat;
    color: #007e55;
    content: "";
    display: block;
    height: 25px;
    width: 24px
}

.copy-trace-number-action.copy-trace-number-action--copied[data-v-fc4a70f0]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23007E55' d='m18 7.004-1.41-1.41-6.34 6.34 1.41 1.41zm4.24-1.41-10.58 10.58-4.18-4.17-1.41 1.41 5.59 5.59 12-12zM.41 13.414 6 19.004l1.41-1.41-5.58-5.59z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50%/100% no-repeat
}

@media screen and (min-width: 992px) {
    .copy-trace-number-action[data-v-fc4a70f0] {
        font-size:1rem;
        line-height: 32px
    }
}

.car-plate-input .m-input {
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #0c0c0c;
    direction: ltr;
    display: block;
    font-size: 1rem!important;
    line-height: 10px!important;
    outline: none;
    padding: 0;
    text-align: center;
    transition: border-bottom-color .1s linear 0s
}

.car-plate-input .m-input:focus,.car-plate-input .m-input:focus-within {
    border-bottom-color: #067df8
}

.car-plate-input .m-input:focus-within::-moz-placeholder,.car-plate-input .m-input:focus::-moz-placeholder {
    color: #0c0c0c
}

.car-plate-input .m-input:focus-within::placeholder,.car-plate-input .m-input:focus::placeholder {
    color: #0c0c0c
}

.car-plate-input .m-input::-moz-placeholder {
    color: #0c0c0c;
    font-family: IRANSansXV,Segoe UI;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

.car-plate-input .m-input::placeholder {
    color: #0c0c0c;
    font-family: IRANSansXV,Segoe UI;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

.m-plate-wrap {
    background-color: #f5f8fa;
    border: 1px solid #97a3ae;
    border-radius: 12px;
    direction: ltr;
    display: flex;
    justify-content: space-around
}

.m-plate-img {
    height: 48px;
    line-height: 1;
    margin-right: auto;
    width: 24px
}

.m-plate-part {
    display: flex
}

.m-plate-part-main {
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    padding: 0 8px
}

.m-plate-part-end {
    align-self: stretch;
    background-color: #f5f8fa;
    border: 1px solid #97a3ae;
    border-radius: 12px;
    margin-left: 16px
}

.m-plate-part-end:after {
    border-left: 1px solid #97a3ae;
    content: "ایران";
    line-height: 12px;
    padding: 0 2px;
    text-align: center;
    writing-mode: vertical-lr
}

@media screen and (min-width: 992px) {
    .m-plate-part-end:after {
        padding:0 16px
    }
}

.m-plate-code {
    width: 38%
}

.m-plate-state-char {
    direction: rtl;
    max-width: 40px
}

.m-plate-state-code {
    width: 30%
}

.m-plate-issuer {
    margin: 0 8px;
    max-width: 26px
}

@media screen and (min-width: 992px) {
    .m-plate-issuer {
        margin:0 16px;
        max-width: 46px
    }
}

.m-plate--error .m-input:not(:focus) {
    border-bottom-color: #e22d22
}

.m-plate--disabled .m-plate-issuer,.m-plate--disabled .m-plate-part {
    color: #ccd3da
}

.m-plate--disabled .m-plate-issuer input,.m-plate--disabled .m-plate-part input {
    border-bottom: none
}

.m-plate--disabled .m-input::-moz-placeholder {
    color: #97a3ae
}

.m-plate--disabled .m-input,.m-plate--disabled .m-input::placeholder {
    color: #97a3ae
}

.m-plate--disabled .car-plate__flag {
    filter: grayscale(.8);
    opacity: .5
}

.m-select {
    background-position: 5px,10px;
    padding-left: 12px
}

.m-select,.m-select:focus {
    background-repeat: no-repeat;
    background-size: 5px 5px,5px 5px
}

.m-select:focus {
    background-image: linear-gradient(45deg,#0c0c0c 50%,transparent 0),linear-gradient(135deg,transparent 50%,#0c0c0c 0);
    background-position: 10px,5px;
    outline: 0
}

.inquiry-form__subtitle[data-v-f1805d43] {
    color: #2e353a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-align: right
}

@media screen and (min-width: 992px) {
    .inquiry-form__subtitle[data-v-f1805d43] {
        font-size:1rem;
        font-weight: 500
    }
}

@media screen and (min-width: 992px) {
    .inquiry-form-container__content-subtitle[data-v-381e23f5] {
        line-height:32px
    }
}

.invoice-preview__plate[data-v-381e23f5] {
    max-width: 152px
}

.table[data-v-31974c17] {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 650px;
    width: 100%
}

.table td[data-v-31974c17],.table th[data-v-31974c17] {
    border: 1px solid #999;
    padding: .5rem
}

.table td[data-v-31974c17] {
    text-align: center;
    vertical-align: middle
}

.table th[data-v-31974c17] {
    font-weight: 700
}

.service-cards[data-v-4b3de25d] {
    display: flex;
    justify-content: center;
    padding-top: 24px
}

.service-cards__card[data-v-4b3de25d] {
    max-width: 156px
}

@media screen and (min-width: 992px) {
    .service-cards__card[data-v-4b3de25d] {
        max-width:243px
    }

    .service-cards[data-v-4b3de25d] {
        padding-top: 32px
    }

    .category-subtitle[data-v-4b3de25d] {
        line-height: 32px
    }
}

@media screen and (min-width: 768px) {
    .freeway-tolls-aggregated-inquiry-result__card[data-v-c864a139] {
        margin:0 auto;
        max-width: 688px
    }
}

.spinner-loader[data-v-c864a139] {
    min-height: 350px
}

.readonly-payment-link[data-v-d8412b0e] {
    background: #f5f8fa;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    color: var(--Gray-02,#657786);
    direction: ltr;
    display: block;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .13px;
    line-height: 24px;
    overflow: hidden;
    padding: 12px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.downloadLink[data-v-d8412b0e] {
    align-content: center;
    align-items: center;
    display: flex;
    font-weight: 700;
    line-height: 24px
}

.inquiry-form__subtitle[data-v-df245093] {
    color: #2e353a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-align: right
}

@media screen and (min-width: 992px) {
    .inquiry-form__subtitle[data-v-df245093] {
        font-size:1rem;
        font-weight: 500
    }
}

.car-transfer-tax__invoice-preview-list[data-v-d7334583] {
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    margin: 16px 0;
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .inquiry-form-container__content-subtitle[data-v-d7334583] {
        line-height:32px
    }
}

.link[data-v-7ab830f7] {
    color: #007e55;
    text-decoration: underline
}

.table[data-v-7ab830f7] {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 750px;
    width: 100%
}

.table td[data-v-7ab830f7],.table th[data-v-7ab830f7] {
    border: 1px solid #999;
    padding: .5rem
}

.table td[data-v-7ab830f7] {
    text-align: center;
    vertical-align: middle
}

.table th[data-v-7ab830f7] {
    font-weight: 700
}

.list-item-keyword[data-v-ae94e450] {
    line-height: 24px
}

@media screen and (min-width: 992px) {
    .list-item-keyword[data-v-ae94e450] {
        line-height:32px
    }
}

h3[data-v-bea6228a] {
    margin: 0
}

.radio-button__input[data-v-2d294220] {
    display: none
}

.radio-button__value[data-v-2d294220] {
    align-content: center;
    align-items: center;
    color: #657786;
    cursor: pointer;
    display: flex;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 24px;
    width: -moz-max-content;
    width: max-content
}

.radio-button__value[data-v-2d294220]:before {
    border: 2px solid #657786;
    border-radius: 50%;
    box-shadow: inset 0 0 0 10px #fff;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 20px;
    margin-left: 8px;
    transition: box-shadow 50ms linear 0s;
    width: 20px
}

.radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    box-shadow: inset 0 0 0 3px #fff
}

.radio-button.radio-button--primary .radio-button__value[data-v-2d294220]:before {
    background-color: #0453a5
}

.radio-button.radio-button--primary .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #0453a5
}

.radio-button.radio-button--primary .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #0453a5
}

.radio-button.radio-button--primary-light .radio-button__value[data-v-2d294220]:before {
    background-color: #067df8
}

.radio-button.radio-button--primary-light .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #067df8
}

.radio-button.radio-button--primary-light .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #067df8
}

.radio-button.radio-button--primary-dark .radio-button__value[data-v-2d294220]:before {
    background-color: #033467
}

.radio-button.radio-button--primary-dark .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #033467
}

.radio-button.radio-button--primary-dark .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #033467
}

.radio-button.radio-button--accent .radio-button__value[data-v-2d294220]:before {
    background-color: #007e55
}

.radio-button.radio-button--accent .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #007e55
}

.radio-button.radio-button--accent .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #007e55
}

.radio-button.radio-button--accent-dark .radio-button__value[data-v-2d294220]:before {
    background-color: #008d2c
}

.radio-button.radio-button--accent-dark .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #008d2c
}

.radio-button.radio-button--accent-dark .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #008d2c
}

.radio-button.radio-button--accent-light .radio-button__value[data-v-2d294220]:before {
    background-color: #00e448
}

.radio-button.radio-button--accent-light .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #00e448
}

.radio-button.radio-button--accent-light .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #00e448
}

.radio-button.radio-button--accent-light-2 .radio-button__value[data-v-2d294220]:before {
    background-color: #edfcf2
}

.radio-button.radio-button--accent-light-2 .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #edfcf2
}

.radio-button.radio-button--accent-light-2 .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #edfcf2
}

.radio-button.radio-button--secondary .radio-button__value[data-v-2d294220]:before {
    background-color: #2264df
}

.radio-button.radio-button--secondary .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #2264df
}

.radio-button.radio-button--secondary .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #2264df
}

.radio-button.radio-button--white .radio-button__value[data-v-2d294220]:before {
    background-color: #fff
}

.radio-button.radio-button--white .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #fff
}

.radio-button.radio-button--white .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #fff
}

.radio-button.radio-button--gray1 .radio-button__value[data-v-2d294220]:before {
    background-color: #2e353a
}

.radio-button.radio-button--gray1 .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #2e353a
}

.radio-button.radio-button--gray1 .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #2e353a
}

.radio-button.radio-button--gray2 .radio-button__value[data-v-2d294220]:before {
    background-color: #657786
}

.radio-button.radio-button--gray2 .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #657786
}

.radio-button.radio-button--gray2 .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #657786
}

.radio-button.radio-button--gray3 .radio-button__value[data-v-2d294220]:before {
    background-color: #97a3ae
}

.radio-button.radio-button--gray3 .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #97a3ae
}

.radio-button.radio-button--gray3 .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #97a3ae
}

.radio-button.radio-button--gray4 .radio-button__value[data-v-2d294220]:before {
    background-color: #ccd3da
}

.radio-button.radio-button--gray4 .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #ccd3da
}

.radio-button.radio-button--gray4 .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #ccd3da
}

.radio-button.radio-button--gray5 .radio-button__value[data-v-2d294220]:before {
    background-color: #e1e8ed
}

.radio-button.radio-button--gray5 .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #e1e8ed
}

.radio-button.radio-button--gray5 .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #e1e8ed
}

.radio-button.radio-button--gray6 .radio-button__value[data-v-2d294220]:before {
    background-color: #eff3f2
}

.radio-button.radio-button--gray6 .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #eff3f2
}

.radio-button.radio-button--gray6 .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #eff3f2
}

.radio-button.radio-button--gray7 .radio-button__value[data-v-2d294220]:before {
    background-color: #f5f8fa
}

.radio-button.radio-button--gray7 .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #f5f8fa
}

.radio-button.radio-button--gray7 .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #f5f8fa
}

.radio-button.radio-button--body .radio-button__value[data-v-2d294220]:before {
    background-color: #fff
}

.radio-button.radio-button--body .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #fff
}

.radio-button.radio-button--body .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #fff
}

.radio-button.radio-button--light .radio-button__value[data-v-2d294220]:before {
    background-color: #fff
}

.radio-button.radio-button--light .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #fff
}

.radio-button.radio-button--light .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #fff
}

.radio-button.radio-button--dark .radio-button__value[data-v-2d294220]:before {
    background-color: #0c0c0c
}

.radio-button.radio-button--dark .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #0c0c0c
}

.radio-button.radio-button--dark .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #0c0c0c
}

.radio-button.radio-button--text .radio-button__value[data-v-2d294220]:before {
    background-color: #0c0c0c
}

.radio-button.radio-button--text .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #0c0c0c
}

.radio-button.radio-button--text .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #0c0c0c
}

.radio-button.radio-button--pale-text .radio-button__value[data-v-2d294220]:before {
    background-color: #657786
}

.radio-button.radio-button--pale-text .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #657786
}

.radio-button.radio-button--pale-text .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #657786
}

.radio-button.radio-button--error .radio-button__value[data-v-2d294220]:before {
    background-color: #e22d22
}

.radio-button.radio-button--error .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #e22d22
}

.radio-button.radio-button--error .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #e22d22
}

.radio-button.radio-button--info .radio-button__value[data-v-2d294220]:before {
    background-color: #067df8
}

.radio-button.radio-button--info .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #067df8
}

.radio-button.radio-button--info .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #067df8
}

.radio-button.radio-button--success .radio-button__value[data-v-2d294220]:before {
    background-color: #20cc67
}

.radio-button.radio-button--success .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #20cc67
}

.radio-button.radio-button--success .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #20cc67
}

.radio-button.radio-button--warning .radio-button__value[data-v-2d294220]:before {
    background-color: #ffd052
}

.radio-button.radio-button--warning .radio-button__input:checked+.radio-button__value[data-v-2d294220] {
    color: #ffd052
}

.radio-button.radio-button--warning .radio-button__input:checked+.radio-button__value[data-v-2d294220]:before {
    border-color: #ffd052
}

.inquiry-form .inquiry-type-radio-wrapper[data-v-80e249cf] {
    display: flex;
    margin: 16px 0
}

.inquiry-form__subtitle[data-v-80e249cf] {
    color: #2e353a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-align: right
}

@media screen and (min-width: 992px) {
    .inquiry-form__subtitle[data-v-80e249cf] {
        font-size:1rem;
        font-weight: 500
    }
}

@media screen and (min-width: 992px) {
    .inquiry-form-container__content-subtitle[data-v-36ade54d] {
        line-height:32px
    }
}

.table[data-v-11d0668b] {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 650px;
    width: 100%
}

.table td[data-v-11d0668b],.table th[data-v-11d0668b] {
    border: 1px solid #999;
    padding: .5rem
}

.table td[data-v-11d0668b] {
    text-align: center;
    vertical-align: middle
}

.table th[data-v-11d0668b] {
    font-weight: 700
}

.readonly-payment-link[data-v-6e7320db] {
    background: #f5f8fa;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    color: var(--Gray-02,#657786);
    direction: ltr;
    display: block;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .13px;
    line-height: 24px;
    overflow: hidden;
    padding: 12px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.downloadLink[data-v-6e7320db] {
    align-content: center;
    align-items: center;
    display: flex;
    font-weight: 700;
    line-height: 24px
}

.link[data-v-162cb8f4] {
    color: #007e55;
    text-decoration: underline
}

.table[data-v-162cb8f4] {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 750px;
    width: 100%
}

.table td[data-v-162cb8f4],.table th[data-v-162cb8f4] {
    border: 1px solid #999;
    padding: .5rem
}

.table td[data-v-162cb8f4] {
    text-align: center;
    vertical-align: middle
}

.table th[data-v-162cb8f4] {
    font-weight: 700
}

.inquiry-form__subtitle[data-v-ee49720c] {
    color: #2e353a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-align: right
}

@media screen and (min-width: 992px) {
    .inquiry-form__subtitle[data-v-ee49720c] {
        font-size:1rem;
        font-weight: 500
    }
}

.car-transfer-tax__invoice-preview-list[data-v-7df3972b] {
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    margin: 16px 0;
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .inquiry-form-container__content-subtitle[data-v-7df3972b] {
        line-height:32px
    }
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card[data-v-57d37009] {
        margin:0 auto;
        max-width: 688px
    }
}

.spinner-loader[data-v-57d37009] {
    min-height: 350px
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card[data-v-aabdfeb6] {
        margin:0 auto;
        max-width: 688px
    }
}

.spinner-loader[data-v-aabdfeb6] {
    min-height: 350px
}

.car-fines-aggregated-inquiry-result__card-title {
    align-content: center;
    align-items: center;
    display: flex;
    font-family: IRANSansXV,Segoe UI;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px
}

.car-fines-aggregated-inquiry-result__card-title .icon {
    height: 32px;
    margin-left: 8px;
    width: 32px
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card-title .icon {
        height:48px;
        width: 48px
    }

    .car-fines-aggregated-inquiry-result__card-title {
        margin: 0
    }
}

.car-fines-aggregated-inquiry-result__card-header-select-all {
    align-content: center;
    align-items: center;
    display: flex;
    margin: 8px 0;
    width: -moz-max-content;
    width: max-content
}

.car-fines-aggregated-inquiry-result__card-header-select-all .label {
    color: #0c0c0c;
    cursor: pointer;
    font-family: IRANSansXV,Segoe UI;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 4px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card-header-select-all {
        margin:12px 0
    }
}

.car-fines-aggregated-inquiry-result__card-car-plate {
    margin: 0 auto;
    max-width: 350px
}

@media screen and (min-width: 768px) {
    .car-fines-aggregated-inquiry-result__card-car-plate {
        margin:0;
        max-width: 250px
    }

    .car-fines-aggregated-inquiry-result__card {
        margin: 0 auto;
        max-width: 688px
    }
}

.spinner-loader {
    min-height: 350px
}

.history-btn[data-v-6158de9c] {
    max-height: 48px;
    transition: color .2s linear 0s
}

.history-btn__icon[data-v-6158de9c] {
    height: 20px;
    width: 20px
}

.plate-correction-btn[data-v-6158de9c] {
    text-align: left;
    width: 100%
}

@media screen and (min-width: 992px) {
    .plate-correction-btn[data-v-6158de9c] {
        width:-moz-max-content;
        width: max-content
    }
}

.inquiry-form__subtitle[data-v-6158de9c] {
    color: #2e353a;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-align: right
}

@media screen and (min-width: 992px) {
    .inquiry-form__subtitle[data-v-6158de9c] {
        font-size:1rem;
        font-weight: 500
    }
}

.invoice-preview__plate[data-v-6466ebb2] {
    max-width: 152px
}

.inquiry-form-container__form[data-v-6466ebb2] {
    flex-shrink: 0
}

@media screen and (min-width: 992px) {
    .inquiry-form-container__form[data-v-6466ebb2] {
        flex-basis:calc(50% - 12px)
    }

    .inquiry-form-container__content .checked-list-item[data-v-6466ebb2],.inquiry-form-container__content-subtitle[data-v-6466ebb2] {
        line-height: 32px;
        word-spacing: .2rem
    }

    .inquiry-form-container__content[data-v-6466ebb2] {
        flex-basis: calc(50% - 12px)
    }

    .inquiry-form-container[data-v-6466ebb2] {
        display: flex;
        flex-flow: row nowrap
    }
}

.service-cards[data-v-a3ef8373] {
    display: flex;
    justify-content: center;
    padding-top: 24px
}

.service-cards__card[data-v-a3ef8373] {
    max-width: 156px
}

@media screen and (min-width: 992px) {
    .service-cards__card[data-v-a3ef8373] {
        max-width:243px
    }

    .service-cards[data-v-a3ef8373] {
        padding-top: 32px
    }

    .category-subtitle[data-v-a3ef8373] {
        line-height: 32px
    }
}

.ordered-list__item[data-v-a3ef8373] {
    padding: 0 0 4px
}

.ordered-list__link[data-v-a3ef8373] {
    font-size: 1rem
}

.ordered-list__link[data-v-a3ef8373]:hover {
    text-decoration: underline
}

.text-block__title[data-v-d0f9e601] {
    color: #0c0c0c;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 8px
}

@media screen and (min-width: 992px) {
    .text-block__title[data-v-d0f9e601] {
        margin-bottom:12px
    }
}

.text-block__subtitle[data-v-d0f9e601] {
    color: #2e353a;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 12px
}

@media screen and (min-width: 992px) {
    .text-block__subtitle[data-v-d0f9e601] {
        font-size:.9375rem;
        margin-bottom: 16px
    }
}

.text-block h1[data-v-d0f9e601] {
    font-size: 1rem
}

@media screen and (min-width: 992px) {
    .text-block h1[data-v-d0f9e601] {
        font-size:1.25rem
    }
}

.text-block h2[data-v-d0f9e601] {
    font-size: .8125rem
}

@media screen and (min-width: 992px) {
    .text-block h2[data-v-d0f9e601] {
        font-size:1rem
    }
}

:root {
    --vc-clr-primary: #000;
    --vc-clr-secondary: #090f207f;
    --vc-clr-white: #fff;
    --vc-icn-width: 1.2em;
    --vc-nav-width: 30px;
    --vc-nav-height: 30px;
    --vc-nav-border-radius: 0;
    --vc-nav-color: var(--vc-clr-primary);
    --vc-nav-color-hover: var(--vc-clr-secondary);
    --vc-nav-background: transparent;
    --vc-pgn-width: 12px;
    --vc-pgn-height: 4px;
    --vc-pgn-margin: 4px;
    --vc-pgn-border-radius: 0;
    --vc-pgn-background-color: var(--vc-clr-secondary);
    --vc-pgn-active-color: var(--vc-clr-primary)
}

.carousel {
    box-sizing: border-box;
    overscroll-behavior: none;
    position: relative;
    text-align: center;
    touch-action: pan-y
}

.carousel.is-dragging {
    touch-action: none
}

.carousel * {
    box-sizing: border-box
}

.carousel__track {
    display: flex;
    padding: 0!important;
    position: relative
}

.carousel__viewport {
    overflow: hidden
}

.carousel__sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border: 0
}

.carousel__icon {
    height: var(--vc-icn-width);
    width: var(--vc-icn-width);
    fill: currentColor
}

.carousel__next,.carousel__prev {
    align-items: center;
    background: var(--vc-nav-background);
    border: 0;
    border-radius: var(--vc-nav-border-radius);
    box-sizing: content-box;
    color: var(--vc-nav-color);
    cursor: pointer;
    display: flex;
    font-size: var(--vc-nav-height);
    height: var(--vc-nav-height);
    justify-content: center;
    margin: 0 10px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: var(--vc-nav-width)
}

.carousel__next--disabled,.carousel__prev--disabled {
    cursor: not-allowed;
    opacity: .5
}

.carousel__prev {
    left: 0
}

.carousel__next {
    right: 0
}

.carousel--rtl .carousel__prev {
    left: auto;
    right: 0
}

.carousel--rtl .carousel__next {
    left: 0;
    right: auto
}

@media (hover: hover) {
    .carousel__next:hover,.carousel__prev:hover {
        color:var(--vc-nav-color-hover)
    }
}

.carousel__pagination {
    display: flex;
    justify-content: center;
    line-height: 0;
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

.carousel__pagination-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: var(--vc-pgn-margin)
}

.carousel__pagination-button:after {
    background-color: var(--vc-pgn-background-color);
    border-radius: var(--vc-pgn-border-radius);
    content: "";
    display: block;
    height: var(--vc-pgn-height);
    width: var(--vc-pgn-width)
}

.carousel__pagination-button--active:after {
    background-color: var(--vc-pgn-active-color)
}

@media (hover: hover) {
    .carousel__pagination-button:hover:after {
        background-color:var(--vc-pgn-active-color)
    }
}

.carousel__slide {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin: 0;
    position: relative;
    scroll-snap-stop:auto;transform: translateZ(0)
}

.khalafi-carousel[data-v-7f0341ce] .khalafi-carousel__slide,.khalafi-carousel__slides-wrapper[data-v-7f0341ce] {
    width: 100%
}

.khalafi-carousel[data-v-7f0341ce] .khalafi-carousel__slide:after,.khalafi-carousel__slides-wrapper[data-v-7f0341ce]:after {
    content: "";
    display: block;
    padding-top: 33.33%
}

@supports (aspect-ratio: 1044/348) {
    .khalafi-carousel[data-v-7f0341ce] .khalafi-carousel__slide,.khalafi-carousel__slides-wrapper[data-v-7f0341ce] {
        aspect-ratio:1044/348
    }

    .khalafi-carousel[data-v-7f0341ce] .khalafi-carousel__slide:after,.khalafi-carousel__slides-wrapper[data-v-7f0341ce]:after {
        display: none
    }
}

.khalafi-carousel[data-v-7f0341ce] {
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.khalafi-carousel__slides-wrapper[data-v-7f0341ce] {
    outline: none
}

.khalafi-carousel__addons[data-v-7f0341ce] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 24px
}

.khalafi-carousel__addons-navigation[data-v-7f0341ce] {
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    font-size: 0;
    height: 48px;
    justify-content: center;
    width: 48px
}

.khalafi-carousel__addons-navigation[data-v-7f0341ce]:before {
    border: 1px solid #007e55;
    border-radius: 8px;
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwN0U1NSIgZD0ibTE0IDE4LTYtNiA2LTYgMS40IDEuNC00LjYgNC42IDQuNiA0LjZ6Ii8+PC9zdmc+);
    height: 25px;
    width: 25px
}

.khalafi-carousel__addons-navigation.next[data-v-7f0341ce]:before {
    transform: scaleX(-1)
}

.khalafi-carousel__addons .custom-pagination[data-v-7f0341ce] {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    justify-content: center;
    max-width: 65px
}

.khalafi-carousel__addons .custom-pagination__dot[data-v-7f0341ce] {
    background-color: #ccd3da;
    border-radius: 50%;
    display: block;
    height: 8px;
    margin: 0 2px;
    transition: all .1s linear 0s;
    width: 8px
}

@media screen and (min-width: 992px) {
    .khalafi-carousel__addons .custom-pagination__dot[data-v-7f0341ce] {
        height:12px;
        width: 12px
    }
}

.khalafi-carousel__addons .custom-pagination__dot--active[data-v-7f0341ce] {
    background-color: #007e55;
    border-radius: 6px;
    width: 24px
}

@media screen and (min-width: 992px) {
    .khalafi-carousel__addons .custom-pagination__dot--active[data-v-7f0341ce] {
        width:24px
    }
}

@media screen and (min-width: 768px) {
    .khalafi-carousel__addons .custom-pagination[data-v-7f0341ce] {
        max-width:100px
    }
}

@media screen and (min-width: 992px) {
    .khalafi-carousel__addons[data-v-7f0341ce] {
        margin-top:30px
    }
}

.khalafi-carousel[data-v-7f0341ce] .khalafi-carousel__slide {
    border-radius: 12px;
    outline: none;
    overflow: hidden;
    width: 100%!important
}

.khalafi-carousel__slide-image[data-v-7f0341ce] {
    animation-delay: .4s;
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: banner-transition-7f0341ce;
    display: block;
    height: auto;
    margin: 0 auto;
    transform: scale(0);
    transition: opacity;
    width: 100%
}

@keyframes banner-transition-7f0341ce {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.khalafi-carousel__slide-link[data-v-7f0341ce] {
    display: block;
    font-size: 0
}

.khalafi-carousel__pagination[data-v-7f0341ce] {
    bottom: -32px;
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

.khalafi-carousel .khalafi-carousel__navigation-wrapper[data-v-7f0341ce] {
    direction: ltr;
    display: flex;
    justify-content: space-between;
    margin: 24px auto 4px;
    width: 84px
}

.khalafi-carousel .khalafi-carousel__navigation-wrapper[data-v-7f0341ce] .khalafi-carousel__navigation {
    border: 1px solid #657786;
    border-radius: 8px;
    height: 24px;
    margin: 0;
    padding: 0;
    position: relative;
    transform: none;
    width: 24px
}

@media screen and (min-width: 992px) {
    .khalafi-carousel .khalafi-carousel__navigation-wrapper[data-v-7f0341ce] {
        margin-top:40px
    }
}

.khalafi-carousel[data-v-7f0341ce] .carousel__track {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.khalafi-carousel[data-v-7f0341ce] .carousel__pagination-button:after {
    background: #657786;
    border-radius: 3px;
    height: 6px;
    margin: 0;
    padding: 0;
    transition: all .1s linear 0s;
    width: 6px
}

.khalafi-carousel[data-v-7f0341ce] .flickity-page-dots {
    position: absolute;
    top: calc(100% + 3rem)
}

.khalafi-carousel[data-v-7f0341ce] .flickity-page-dots .flickity-page-dot {
    background-color: #657786;
    box-shadow: none;
    margin: 0 0 0 4px;
    outline: none
}

.khalafi-carousel[data-v-7f0341ce] .flickity-page-dots .flickity-page-dot.is-selected {
    background-color: #007e55;
    border-radius: 6px;
    width: 25px
}

@media screen and (min-width: 992px) {
    .khalafi-carousel[data-v-7f0341ce] .flickity-page-dots {
        top:calc(100% + 4rem)
    }
}

.khalafi-carousel[data-v-7f0341ce] .carousel__pagination {
    margin: 0
}

.khalafi-carousel[data-v-7f0341ce] .carousel__pagination-button--active:after {
    background: #007e55;
    width: 24px
}

.carousel[data-v-42440df1] {
    contain: strict;
    min-height: 240px
}

@media screen and (min-width: 576px) {
    .carousel[data-v-42440df1] {
        min-height:310px
    }
}

@media screen and (min-width: 768px) {
    .carousel[data-v-42440df1] {
        min-height:370px
    }
}

@media screen and (min-width: 992px) {
    .carousel[data-v-42440df1] {
        min-height:390px
    }
}

@media screen and (min-width: 1200px) {
    .carousel[data-v-42440df1] {
        min-height:430px
    }
}

body[data-v-fd16b2f7] {
    background-color: #fff
}

.text-justify[data-v-fd16b2f7] {
    text-align: justify
}

.navbar-brand[data-v-7581bef5] {
    color: #0453a5;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 32px;
    width: -moz-max-content;
    width: max-content
}

.navbar-brand[data-v-7581bef5]::-moz-selection {
    background-color: transparent;
    color: currentColor
}

.navbar-brand[data-v-7581bef5]::selection {
    background-color: transparent;
    color: currentColor
}

@media screen and (min-width: 992px) {
    .navbar-brand[data-v-7581bef5] {
        font-size:36px;
        line-height: 48px
    }
}

.login[data-v-afcd3d99] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    width: 100%
}

.login-card__image-wrapper[data-v-afcd3d99] {
    margin-bottom: 133px;
    padding-top: 32px;
    width: 100%
}

.login-card__image-wrapper[data-v-afcd3d99]:before {
    background: url(/images/login/main.svg) 50%/100% 100% no-repeat;
    content: "";
    display: block;
    height: 295px;
    margin: 0 auto;
    max-width: 300px;
    width: 77%
}

@media screen and (min-width: 992px) {
    .login-card__image-wrapper[data-v-afcd3d99]:before {
        height:393px;
        max-width: 100%;
        width: 100%
    }
}

.login-card__image-wrapper--otpImage[data-v-afcd3d99]:before {
    background-image: url(/images/login/otpImage.svg)
}

@media screen and (min-width: 992px) {
    .login-card__image-wrapper[data-v-afcd3d99] {
        margin-bottom:0;
        padding: 48px 42px
    }

    .login-card .outlined[data-v-afcd3d99] {
        border: 1px solid #eff3f2;
        border-radius: 12px;
        flex-basis: calc(50% - 12px)
    }
}

.login-card .login-card__form-brand[data-v-afcd3d99] {
    display: flex;
    justify-content: center;
    margin-bottom: 24px
}

@media screen and (min-width: 992px) {
    .login-card .login-card__form-brand[data-v-afcd3d99] {
        margin-bottom:40px;
        padding-top: 40px
    }

    .login-card[data-v-afcd3d99] {
        background: #fff;
        border: 1px solid #e1e8ed;
        border-radius: 12px;
        box-shadow: 0 4px 4px #8e8dd029;
        display: flex;
        padding: 32px
    }
}

.support-card[data-v-dabd20f3] {
    align-items: center;
    background-color: #0453a5;
    border-radius: 12px;
    color: #fff;
    display: flex;
    padding: 16px 24px
}

.support-info[data-v-dabd20f3] {
    flex-grow: 1
}

.support-icon-wrapper[data-v-dabd20f3] {
    background-color: #007e55;
    border-radius: 16px;
    display: inline-block;
    padding: 12px;
    vertical-align: middle
}

.support-icon-wrapper[data-v-dabd20f3] .support-icon {
    display: block
}

.support-icon-wrapper[data-v-dabd20f3] .support-icon svg {
    height: 100%;
    width: 100%
}

.card-category[data-v-a6aa207e] {
    margin-left: -16px;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .card-category[data-v-a6aa207e] {
        background-color:#fff;
        border-radius: 16px;
        box-shadow: 0 4px 4px #8e8dd029;
        margin-left: 0
    }
}

.m-list[data-v-a6aa207e] {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

@media screen and (min-width: 768px) {
    .m-list[data-v-a6aa207e] {
        display:block;
        max-width: 100%
    }
}

.m-list-title[data-v-a6aa207e] {
    color: #0453a5;
    display: inline-block;
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .m-list-title[data-v-a6aa207e] {
        border-bottom:1px solid #eff3f2;
        color: #0c0c0c;
        display: block;
        padding: 16px
    }
}

.m-list-item[data-v-a6aa207e] {
    display: inline-block;
    padding: 0 4px
}

@media screen and (min-width: 768px) {
    .m-list-item[data-v-a6aa207e] {
        color:#0c0c0c;
        display: block;
        overflow: hidden;
        padding: 8px 12px 0;
        position: relative
    }

    .m-list-item[data-v-a6aa207e]:last-child {
        padding-bottom: 16px
    }
}

.m-list-icon[data-v-a6aa207e] {
    background-color: #fff;
    border: thin solid #ccd3da;
    border-radius: 8px;
    display: none;
    padding: 4px
}

.m-list-icon[data-v-a6aa207e] svg {
    height: 20px;
    width: 20px
}

@media screen and (min-width: 768px) {
    .m-list-icon[data-v-a6aa207e] {
        align-items:center;
        display: flex;
        height: 32px;
        justify-content: center;
        margin-left: 8px;
        vertical-align: middle;
        width: 32px
    }
}

.m-list-link[data-v-a6aa207e] {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    box-shadow: 0 4px 4px #8e8dd029;
    color: #657786;
    display: inline-block;
    font-size: .75rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 4px 12px;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .m-list-link[data-v-a6aa207e] {
        align-content:center;
        align-items: center;
        border: 0;
        border-radius: 12px;
        border-right: 4px solid transparent;
        box-shadow: none;
        color: #0c0c0c;
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 0;
        padding: 8px 12px
    }

    .m-list-link--active[data-v-a6aa207e] {
        background-color: #f5f8fa
    }

    .m-list-link--active[data-v-a6aa207e]:before {
        background-color: #0453a5;
        border-radius: 8px;
        content: "";
        display: block;
        height: calc(100% - 10px);
        left: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 8px
    }
}

.m-list-link--active[data-v-a6aa207e],.m-list-link[data-v-a6aa207e]:hover {
    background-color: #f5f8fa
}

@media screen and (min-width: 768px) {
    .faq-cards__info-card .card-category[data-v-a6aa207e] {
        border:1px solid #e1e8ed;
        box-shadow: 0 4px 4px #8e8dd029
    }
}

@media screen and (min-width: 992px) {
    .faq-cards__info-card[data-v-a6aa207e] {
        margin-left:24px;
        width: calc(24.9% - 12px)
    }

    .faq-cards__faq-list-card[data-v-a6aa207e] {
        width: calc(77% - 12px)
    }

    .faq-cards[data-v-a6aa207e] {
        display: flex;
        flex-flow: row nowrap
    }
}

.section-card[data-v-c8988c4a] {
    margin-bottom: 24px
}

.section-card-title[data-v-c8988c4a] {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    width: 100%
}

.section-card-title[data-v-c8988c4a]:after,.section-card-title[data-v-c8988c4a]:before {
    content: " "
}

.section-card-title[data-v-c8988c4a]:after {
    background-color: #eff3f2;
    display: block;
    height: 1px;
    margin-top: 8px
}

.section-card-title[data-v-c8988c4a]:before {
    background-color: #007e55;
    border-radius: 1px;
    display: inline-block;
    height: 8px;
    margin-left: 4px;
    vertical-align: middle;
    width: 8px
}

.contact-info__content[data-v-c4f61f31] {
    color: #fff;
    line-height: 32px;
    margin: 8px 0 0
}

.list-items[data-v-9158d624] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.list-item-link[data-v-9158d624] {
    display: block;
    padding: 8px 0
}

.support-phone[data-v-ddf9fdd5] {
    direction: ltr;
    display: block;
    margin-right: 4px
}

.footer-img[data-v-ddf9fdd5] {
    background-color: #fff;
    border-radius: 12px;
    height: auto;
    margin-left: 16px;
    width: 60px
}

.enamad-img[data-v-ddf9fdd5] {
    display: block;
    height: 80px;
    width: 80px
}

@media screen and (min-width: 992px) {
    .enamad-img[data-v-ddf9fdd5] {
        height:100px;
        width: 100px
    }
}

.app-footer[data-v-e661aeee] {
    background: #033467;
    content-visibility: auto
}

@media print {
    .app-footer[data-v-e661aeee] {
        display: none
    }
}

.indicator[data-v-e7b9089e]:after,.navbar-drawer__list-item-dropdown[data-v-e7b9089e]:after {
    border-color: currentColor;
    border-bottom: 2px solid;
    border-left: 2px solid;
    content: "";
    display: block;
    height: 8px;
    margin-right: auto;
    transform: rotate(45deg);
    transition: all .1s linear 0s;
    width: 8px
}

@media screen and (min-width: 992px) {
    .indicator[data-v-e7b9089e]:after,.navbar-drawer__list-item-dropdown[data-v-e7b9089e]:after {
        margin-bottom:4px;
        margin-right: 12px;
        transform: rotate(-45deg)
    }
}

.navbar-drawer[data-v-e7b9089e] {
    background-color: #fff;
    border: 1px solid #eff3f2;
    height: calc(100vh - 56px);
    max-width: 350px;
    overflow: auto;
    position: absolute;
    right: -100%;
    top: 100%;
    transition: right .1s linear 0s;
    width: 66.666667vw;
    z-index: 2
}

.navbar-drawer__list[data-v-e7b9089e] {
    background-color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2
}

.navbar-drawer__list-item[data-v-e7b9089e] {
    list-style-type: none;
    padding: 0 16px;
    position: relative;
    text-align: right
}

.navbar-drawer__list-item-dropdown[data-v-e7b9089e],.navbar-drawer__list-item-link[data-v-e7b9089e] {
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #eff3f2;
    color: #0c0c0c;
    display: flex;
    font-size: .8125rem;
    font-weight: 500;
    gap: 8px;
    line-height: 24px;
    padding: 8px 0;
    white-space: nowrap
}

.navbar-drawer__list-item-dropdown[data-navbar-list-visible=true][data-v-e7b9089e],.navbar-drawer__list-item-link[data-navbar-list-visible=true][data-v-e7b9089e] {
    border-bottom: 0
}

@media screen and (min-width: 992px) {
    .navbar-drawer__list-item-dropdown[data-v-e7b9089e],.navbar-drawer__list-item-link[data-v-e7b9089e] {
        border-bottom:none;
        font-size: 1rem;
        padding: 0
    }
}

.navbar-drawer__list-item:last-child .navbar-drawer__list-item-link[data-v-e7b9089e] {
    border-bottom: 0
}

.navbar-drawer__list-item-dropdown[data-v-e7b9089e] {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.navbar-drawer__list-item-dropdown[data-v-e7b9089e]:first-child:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTQuMTY0IiBjeT0iNS44MzYiIHI9IjIuNSIgc3Ryb2tlPSIjMDQ1M0E1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjxjaXJjbGUgY3g9IjUuODM2IiBjeT0iMTQuMTY0IiByPSIyLjUiIHN0cm9rZT0iIzA0NTNBNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBzdHJva2U9IiMwNDUzQTUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTEuNjY0IDExLjY2NGg1djRhMSAxIDAgMCAxLTEgMWgtM2ExIDEgMCAwIDEtMS0xek0zLjMzNiAzLjMzNmg1djRhMSAxIDAgMCAxLTEgMWgtM2ExIDEgMCAwIDEtMS0xeiIvPjwvc3ZnPg==);
    content: "";
    height: 20px;
    width: 20px
}

.navbar-drawer__list-item-dropdown[data-v-e7b9089e]:after {
    color: #0453a5;
    transform: rotate(-45deg)
}

.navbar-drawer__list-item-dropdown[data-navbar-list-visible=true][data-v-e7b9089e]:after {
    transform: rotate(135deg)
}

@media screen and (min-width: 992px) {
    .navbar-drawer__list-item[data-v-e7b9089e] {
        margin-left:24px;
        padding: 0
    }

    .navbar-drawer__list-item-link .nuxt-icon[data-v-e7b9089e] {
        display: none
    }

    .navbar-drawer__list-item-dropdown[data-v-e7b9089e] {
        gap: 0
    }

    .navbar-drawer__list-item-dropdown[data-v-e7b9089e]:first-child:before {
        display: none
    }

    .navbar-drawer__list-item-dropdown[data-v-e7b9089e]:after {
        color: #0c0c0c;
        transform: rotate(-45deg)
    }

    .navbar-drawer__list[data-v-e7b9089e] {
        display: flex;
        margin-right: 37px;
        position: absolute
    }
}

.navbar-drawer--active[data-v-e7b9089e] {
    right: 0
}

.navbar-drawer--active .click-outside[data-v-e7b9089e] {
    display: block
}

@media screen and (min-width: 992px) {
    .navbar-drawer--active .click-outside[data-v-e7b9089e] {
        display:none
    }

    .navbar-drawer[data-v-e7b9089e] {
        border: none;
        height: auto;
        min-height: 24px;
        overflow: auto;
        position: unset;
        width: -moz-max-content;
        width: max-content
    }
}

.dropdown__list[data-v-e7b9089e] {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.dropdown__list-item-btn[data-v-e7b9089e] {
    align-content: center;
    align-items: center;
    background-color: #f5f8fa;
    border: 1px solid #eff3f2;
    border-radius: 8px;
    color: #0c0c0c;
    display: flex;
    font-size: .75rem;
    font-weight: 700;
    gap: 11px;
    line-height: 24px;
    margin: 12px 0;
    padding: 8px;
    position: relative;
    text-align: right;
    white-space: nowrap;
    width: 100%
}

.dropdown__list-item-btn .nuxt-icon[data-v-e7b9089e] {
    display: none
}

.dropdown__list-item-btn[data-v-e7b9089e]:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjEwIiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMkUzNTNBIiBkPSJNNSAxMCAwIDVsNS01eiIvPjwvc3ZnPg==);
    content: "";
    height: 10px;
    left: 17px;
    position: absolute;
    width: 5px
}

@media screen and (min-width: 992px) {
    .dropdown__list-item-btn[data-v-e7b9089e] {
        background-color:transparent;
        border: none;
        font-size: 1rem;
        margin: 8px 0;
        padding: 12px 16px 12px 12px
    }

    .dropdown__list-item-btn .nuxt-icon[data-v-e7b9089e] {
        display: block
    }

    .dropdown__list-item-btn[data-v-e7b9089e]:after {
        display: none
    }
}

.dropdown__list-item .submenu[data-v-e7b9089e] {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.dropdown__list-item .submenu__item-link[data-v-e7b9089e] {
    align-content: center;
    align-items: center;
    color: #0c0c0c;
    display: flex;
    font-size: .75rem;
    font-weight: 400;
    line-height: 24px;
    padding: 6px 8px;
    width: 100%
}

.dropdown__list-item .submenu__item-link-icon[data-v-e7b9089e] {
    background-color: #eff3f2;
    border-radius: 8px;
    height: 32px;
    padding: 4px;
    width: 32px
}

@media screen and (min-width: 992px) {
    .dropdown__list-item .submenu__item-link[data-v-e7b9089e] {
        padding:4px 12px
    }

    .dropdown__list-item .submenu__item-link-icon[data-v-e7b9089e] {
        border-radius: 12px;
        height: 40px;
        width: 40px
    }
}

.dropdown__list-item .submenu__item:first-child .submenu__item-link[data-v-e7b9089e] {
    padding-top: 0
}

@media screen and (min-width: 992px) {
    .dropdown__list-item .submenu__item:first-child .submenu__item-link[data-v-e7b9089e] {
        padding-top:4px
    }
}

.dropdown__list-item .submenu__item:not(:last-child) .submenu__item-link[data-v-e7b9089e] {
    margin-bottom: 12px
}

@media screen and (min-width: 992px) {
    .dropdown__list-item .submenu__item:not(:last-child) .submenu__item-link[data-v-e7b9089e] {
        margin-bottom:16px
    }
}

.dropdown__list-item .submenu__item--category-name[data-v-e7b9089e] {
    color: #0c0c0c;
    display: none;
    font-family: IRANSansXV,Segoe UI;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 16px
}

@media screen and (min-width: 992px) {
    .dropdown__list-item .submenu__item--category-name[data-v-e7b9089e] {
        display:block
    }

    .dropdown__list-item .submenu[data-v-e7b9089e] {
        background: #fff;
        border-radius: 12px 0 0 12px;
        display: none;
        height: 440px;
        min-width: 363px;
        padding: 6px 0;
        position: absolute;
        right: 100%;
        top: 0
    }
}

@media screen and (min-width: 992px) and (min-width:1200px) {
    .dropdown__list-item .submenu[data-v-e7b9089e] {
        min-width:463px
    }
}

@media screen and (min-width: 992px) {
    .dropdown__list-item--active .dropdown__list-item-btn[data-v-e7b9089e] {
        background-color:#fff;
        box-shadow: 0 -16px 24px #8e8dd01f;
        color: #0453a5;
        position: relative
    }

    .dropdown__list-item--active .dropdown__list-item-btn[data-v-e7b9089e]:after {
        border-radius: 15px 0 0 15px;
        border-right: 4px solid #0453a5;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: -16px;
        width: 1px
    }

    .dropdown__list-item--active .submenu[data-v-e7b9089e] {
        display: block
    }

    .dropdown__list-item[data-v-e7b9089e] {
        border-bottom: 1px solid #eff3f2
    }

    .dropdown__list[data-v-e7b9089e] {
        background-color: #eff3f2;
        border: 1px solid #f5f8fa;
        border-radius: 0 12px 12px 0;
        height: 440px;
        margin-top: 8px;
        min-width: 308px;
        padding: 16px;
        position: absolute;
        right: 0
    }
}

.mobile-profile[data-v-48a72f66] {
    position: relative
}

.mobile-profile__list[data-v-48a72f66] {
    background-color: #fff;
    border: 1px solid #eff3f2;
    border-radius: 12px;
    filter: drop-shadow(0 4px 4px rgba(142,141,208,.16));
    left: 0;
    list-style-type: none;
    margin: 0;
    min-width: 156px;
    padding: 0;
    position: absolute;
    top: calc(100% + 8px)
}

.mobile-profile__list[data-v-48a72f66]:before {
    background-color: #fff;
    border-left: 1px solid #e1e8ed;
    border-top: 1px solid #e1e8ed;
    content: "";
    display: block;
    height: 10px;
    left: 8px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 10px
}

.mobile-profile__list-item-link[data-v-48a72f66] {
    align-content: center;
    align-items: center;
    border-radius: 0;
    color: #0c0c0c;
    display: flex;
    font-size: .75rem;
    font-weight: 500;
    line-height: 24px;
    padding: 12px;
    text-align: right;
    width: 100%
}

.mobile-profile__list-item-link[data-v-48a72f66]:hover {
    color: #0c0c0c
}

.mobile-profile__list-item[data-v-48a72f66]:not(:last-child) {
    border-bottom: 1px solid #eff3f2
}

.web-profile__action[data-v-48a72f66] {
    align-content: center;
    align-items: center;
    background: #fff;
    border: .5px solid #e1e8ed;
    border-radius: 8px;
    box-shadow: 0 4px 4px #8e8dd029;
    color: #2e353a;
    display: flex;
    min-width: 123px;
    padding: 8px
}

.web-profile__action[data-v-48a72f66]:hover {
    background-color: #fff
}

.profile-icon,.user-icon {
    display: block;
    height: 20px;
    width: 20px
}

.profile-icon svg,.user-icon svg {
    height: 100%;
    margin-bottom: 0;
    width: 100%
}

.profile-icon {
    align-content: center;
    align-items: center;
    color: #0453a5;
    display: flex;
    margin-left: 4px
}

.login-action {
    font-size: .8125rem;
    font-weight: 700;
    line-height: 16px;
    min-width: 108px;
    padding: 8px 16px
}

body.is-active-menu {
    overflow: hidden
}

.app-header[data-v-403a6e79] {
    background-color: #fff;
    padding-top: 56px;
    position: relative
}

.app-header--fixed[data-v-403a6e79] {
    background-color: #fff;
    box-shadow: 0 4px 8px #8e8dd029;
    left: 0;
    max-width: 100%;
    padding: 12px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

@media screen and (min-width: 992px) {
    .app-header--fixed[data-v-403a6e79] {
        padding:16px 0
    }
}

.app-header__inner[data-v-403a6e79] {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.app-header__hamburger-btn[data-v-403a6e79] {
    align-items: center;
    align-self: center;
    background-color: transparent;
    border: none;
    display: flex;
    height: 24px;
    justify-content: center;
    line-height: 1;
    outline: none;
    padding: 0;
    width: 24px
}

@media screen and (min-width: 992px) {
    .app-header__hamburger-btn[data-v-403a6e79] {
        display:none
    }

    .app-header[data-v-403a6e79] {
        padding-top: 80px
    }
}

@media print {
    .app-header[data-v-403a6e79] {
        display: none
    }
}

.hamburger-icon {
    display: block;
    height: 24px;
    width: 24px
}

.hamburger-icon svg {
    height: 100%;
    width: 100%
}

.alert[data-v-663fad58] {
    border: 1px solid;
    border-radius: 12px;
    bottom: 1rem;
    display: flex;
    left: 1rem;
    min-height: 50px;
    padding: 8px;
    position: fixed;
    width: calc(100% - 32px);
    z-index: 997
}

.alert.alert--info[data-v-663fad58] {
    background-color: #e0efff;
    border-color: #0453a5;
    color: #0453a5
}

.alert.alert--success[data-v-663fad58] {
    background-color: #e4fae9;
    border-color: #20cc67;
    color: #20cc67
}

.alert.alert--error[data-v-663fad58] {
    background-color: #ffe4e7;
    border-color: #e22d22;
    color: #e22d22
}

.alert.alert--warning[data-v-663fad58] {
    background-color: #fff9e4;
    border-color: #ffd052;
    color: #ffd052
}

.alert[data-v-663fad58] .alert__icon {
    display: block;
    flex-shrink: 0;
    height: 24px;
    margin-left: 8px;
    width: 24px
}

.alert__message[data-v-663fad58] {
    color: #2e353a;
    display: block;
    flex-grow: 1;
    overflow: hidden;
    padding: 0 0 0 8px;
    text-overflow: ellipsis
}

.alert__dismiss[data-v-663fad58] {
    align-self: flex-start;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: inherit;
    display: block;
    margin: 0;
    outline: none
}

.alert[data-v-663fad58] .alert__dismiss-icon {
    color: inherit;
    display: block;
    height: 12px;
    margin: 0;
    width: 12px
}

@media screen and (min-width: 992px) {
    .alert[data-v-663fad58] {
        padding:16px;
        width: 445px
    }
}

.logout-action[data-v-d2195085] {
    width: calc(50% - 8px)
}

.logout-action.confirm-action[data-v-d2195085]:hover {
    border-color: currentColor;
    color: #8c1912
}

.login-page[data-v-34dc4761] {
    background: #ecf0f3;
    min-height: 100vh
}

.post-layout[data-v-5cdb3db8] {
    background-color: #ecf0f3;
    min-height: 450px;
    padding: 1px
}

.profile-info[data-v-7cd68c4b] {
    padding: 20px 16px 0
}

.profile-info[data-v-7cd68c4b]:after {
    border-bottom: 1px solid #eff3f2;
    content: "";
    display: block;
    height: 1px
}

.profile-info[data-v-7cd68c4b] .profile-info__icon {
    color: #0453a5;
    display: block;
    height: 72px;
    margin: 0 auto 12px;
    width: 72px
}

.profile-info[data-v-7cd68c4b] .profile-info__icon svg {
    height: 100%;
    width: 100%
}

.profile-info__mobile-number[data-v-7cd68c4b],.profile-info__title[data-v-7cd68c4b] {
    color: #657786;
    display: block;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: center
}

.profile-info__mobile-number[data-v-7cd68c4b] {
    color: #0c0c0c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .16px;
    margin-bottom: 16px
}

[data-v-0ff95761] .profile__item-icon {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    color: #0453a5;
    display: block;
    height: 32px;
    margin-left: 8px;
    padding: 4px;
    width: 32px
}

[data-v-0ff95761] .profile__item-icon svg {
    display: block;
    height: 100%;
    margin: 0;
    width: 100%
}

.profile-menu-wrapper[data-v-0ff95761] {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: space-between
}

.profile-menu-wrapper .profile-menu[data-v-0ff95761] {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.profile-menu-wrapper .profile__item[data-v-0ff95761] {
    list-style-type: none;
    overflow: hidden;
    padding: 8px 12px 0;
    position: relative
}

.profile-menu-wrapper .profile__item-link[data-v-0ff95761] {
    align-content: center;
    align-items: center;
    border-radius: 12px;
    color: #0c0c0c;
    display: flex;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 12px;
    text-align: right
}

.profile-menu-wrapper .profile__item-link[data-v-0ff95761]:hover {
    background: #f5f8fa
}

.profile-menu-wrapper .profile__item-link[data-v-0ff95761]:active {
    background: #e1e8ed
}

.profile-menu-wrapper .profile__item-link.router-link-active[data-v-0ff95761] {
    background: #f5f8fa
}

.profile-menu-wrapper .profile__item-link.router-link-active[data-v-0ff95761]:before {
    background-color: #0453a5;
    border-radius: 8px;
    content: "";
    display: block;
    height: calc(100% - 16px);
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 8px
}

@media screen and (min-width: 992px) {
    .profile-menu__logout-action[data-v-0ff95761] {
        margin-bottom:24px
    }
}

.profile__card[data-v-dd11b692] {
    background: #fff;
    display: none
}

@media screen and (min-width: 992px) {
    .profile__card-menu[data-v-dd11b692] {
        height:calc(100% - 177px)
    }

    .profile__card[data-v-dd11b692] {
        display: block;
        width: 240px
    }
}

.profile__main[data-v-dd11b692] {
    background-color: #ecf0f3;
    flex-grow: 1
}

@media screen and (min-width: 992px) {
    .profile[data-v-dd11b692] {
        display:flex
    }
}

.check-list[data-v-22008153] {
    margin: 0;
    padding: 0
}

.check-list__item[data-v-22008153] {
    list-style-type: none
}

.check-list__item[data-v-22008153]:not(:last-child) {
    margin-bottom: 8px
}

.check-list__item-content[data-v-22008153] {
    align-content: center;
    align-items: center;
    display: flex;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 24px
}

@media screen and (min-width: 992px) {
    .check-list__item-content[data-v-22008153] {
        font-size:1rem;
        line-height: 32px
    }
}

.check-list__item-content[data-v-22008153]:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwN0U1NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMiAxMkMyIDYuNDc3IDYuNDc3IDIgMTIgMnMxMCA0LjQ3NyAxMCAxMC00LjQ3NyAxMC0xMCAxMFMyIDE3LjUyMyAyIDEybTEzLjcwNy0xLjI5M2ExIDEgMCAwIDAtMS40MTQtMS40MTRMMTEgMTIuNTg2bC0xLjI5My0xLjI5M2ExIDEgMCAwIDAtMS40MTQgMS40MTRsMiAyYTEgMSAwIDAgMCAxLjQxNCAweiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) 50%/100% no-repeat;
    content: "";
    content-visibility: auto;
    display: block;
    height: 24px;
    margin-left: 12px;
    width: 24px
}
