html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,:after,:before {
    box-sizing: border-box
}

body {
    background-color: #ffffff;
    color: #374151;
    font-family: 'Vazirmatn', 'Vazir', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,h2,h3,h4,h5,h6 {
    color: #111827;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.25;
    margin-block-end: 1rem;
    margin-block-start: 0.5rem
}

h1 { font-size: 2.25rem }
h2 { font-size: 1.875rem }
h3 { font-size: 1.5rem }
h4 { font-size: 1.25rem }
h5 { font-size: 1.125rem }
h6 { font-size: 1rem }

p {
    margin-block-end: 1rem;
    margin-block-start: 0
}

hr {
    border: 0;
    border-top: 1px solid #e5e7eb;
    box-sizing: content-box;
    height: 0;
    margin: 2rem 0;
    overflow: visible
}

pre {
    background-color: #f3f4f6;
    border-radius: 8px;
    color: #1f2937;
    font-family: monospace, monospace;
    font-size: 0.875rem;
    padding: 1rem;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease
}

a:active,a:hover {
    color: #1d4ed8
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-block-end: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: 700
}

code,kbd,samp {
    background-color: #f3f4f6;
    border-radius: 4px;
    font-family: monospace, monospace;
    font-size: 0.875em;
    padding: 0.125rem 0.25rem
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub { bottom: -.25em }
sup { top: -.5em }

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details { display: block }

summary {
    cursor: pointer;
    display: list-item;
    font-weight: 500
}

figcaption {
    color: #6b7280;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0.5rem;
    text-align: center
}

[hidden],template { display: none }

@media print {
    *,:after,:before {
        background: transparent!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }
    a,a:visited { text-decoration: underline }
    a[href]:after { content: " (" attr(href) ")" }
    abbr[title]:after { content: " (" attr(title) ")" }
    a[href^="#"]:after,a[href^="javascript:"]:after { content: "" }
    pre { white-space: pre-wrap!important }
    blockquote,pre {
        -moz-column-break-inside: avoid;
        border: 1px solid #d1d5db;
        break-inside: avoid
    }
    thead { display: table-header-group }
    img,tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }
    h2,h3,p { orphans: 3; widows: 3 }
    h2,h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    vertical-align: middle
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea {
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: none;
    color: #111827;
    padding: 0.625rem 1rem;
    transition: all 0.2s ease;
    width: 100%
}

input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,select:focus,textarea:focus {
    border-color: #2563eb;
    box-shadow: none;
    outline: none
}

button,input { overflow: visible }

button,select { text-transform: none }

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    width: auto
}

[type=button],[type=submit],button {
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: none;
    color: #374151;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.625rem 1.25rem;
    text-align: center;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible) {
    outline: none
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
    color: #111827;
    text-decoration: none
}

[type=button]:active,[type=submit]:active,button:active {
    background-color: #f3f4f6;
    transform: translateY(1px)
}

[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

fieldset { padding: .35em .75em .625em }

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress { vertical-align: baseline }

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select { display: block }

table {
    background-color: #ffffff;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.875rem;
    margin-block-end: 1.5rem;
    overflow: hidden;
    width: 100%
}

table td,table th {
    border-bottom: 1px solid #e5e7eb;
    line-height: 1.5;
    padding: 1rem;
    text-align: right;
    vertical-align: top
}

table th {
    background-color: #f9fafb;
    color: #111827;
    font-weight: 600
}

table tfoot th,table thead th {
    font-size: 0.875rem
}

table tbody>tr {
    transition: background-color 0.2s ease
}

table tbody>tr:nth-child(even)>td,table tbody>tr:nth-child(even)>th {
    background-color: #fcfcfc
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: #f3f4f6
}

@media(max-width: 767px) {
    table { font-size: 0.8rem }
    table td,table th { padding: 0.75rem }
}

dd,dl,dt,li,ol,ul {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin-block-end: 0;
    margin-block-start: 0;
    outline: 0;
    vertical-align: baseline
}