﻿
html {
    font-family: 'YekanBakh', 'shabnam', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

body {
    font-family: 'YekanBakh', 'shabnam', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #677788;
    text-align: right;
    background-color: #fff;
    letter-spacing: 0;
}

.lead {
    font-size: 1.4rem;
    font-weight: 300;
}

.box-layout {
    padding: 0px;
}

.transparency-75 {
    opacity: .75;
}

.transparency-50 {
    opacity: .5;
}

.transparency-35 {
    opacity: .35;
}

.transparency-10 {
    opacity: .10;
}


.ltr, .LTR {
    direction: ltr
}

.rtl, .RTL {
    direction: rtl
}


.currency-rls:after {
    font-size: 0.6em;
    content: "ریال";
    margin-right: 2px;
}

.currency-tmn:after {
    font-size: 0.6em;
    content: "تومان";
    margin-right: 2px;
}

.currency-tmn-m:after {
    font-size: 0.6em;
    content: "تومان/ماه";
    margin-right: 2px;
}

.currency-tmn-y:after {
    font-size: 0.6em;
    content: "تومان/سال";
    margin-right: 2px;
}

.blog-post-image .small-screen {
    object-fit: cover;
}


.navbar .navbar-nav .nav-link {
    font-size: 1.3rem;
    font-weight: bold;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.object-position-center {
    object-position: center
}

/* Timer */
.countdown {
    direction: ltr;
    justify-content: center;
}

.jst-hours {
    display: none;
}

.jst-minutes {
    display: inline
}

.jst-seconds {
    display: inline
}

.jst-clearDiv {
}

.jst-timeout {
    color: red;
}

.btn {
    padding: 0.8rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 0.25rem;
    font-weight: 600;
}

    .btn.btn-large {
        font-size: 1.8rem;
        padding: 12px 32px;
        font-weight: bold;
    }

.form-control {
    padding: 0.75rem 0.75rem;
}

.btn-block {
    width: 100%;
}

.form-label {
    font-size: 1.1rem;
}

.form-control {
    font-size: initial;
}


.pagination .prev .page-link, .pagination .next .page-link, .pagination .LastPage .page-link, .pagination .FirstPage .page-link {
    display: none;
}

.pagination .prev:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px
}

.pagination .next:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px
}

.pagination .LastPage:after {
    content: "\f323";
    font-family: "Font Awesome 5 Pro" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px
}

.pagination .FirstPage:after {
    content: "\f324";
    font-family: "Font Awesome 5 Pro" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px
}

.swal-text {
    text-align: right;
}

.text-crop-3-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-crop-5-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 75px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.page-title-small h1 {
    font-size: 1.2em;
    line-height: 20px;
}

.list-style-02 li {
    line-height: 36px;
}

.pagination-style-01 .page-item:first-child .page-link, .pagination-style-01 .page-item:last-child .page-link {
    padding: 12px 5px;
}


.form-control.ltr {
    font-family: Tahoma !important;
}

section.half-extra-section {
    padding: 100px 0;
}

.error {
    color: red;
    display: block;
}

.uploader .FilePreview {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    display: block;
    padding: 25px;
}

    .uploader .FilePreview i {
        font-size: 3em;
    }

#cropper img {
    max-width: 400px;
    max-height: inherit !important;
}

.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    width: var(--width, 100%);
    height: 100%;
    border-radius: 0;
    background-color: var(--background-color, #000);
    right: 0;
    opacity: var(--opacity, 0.3);
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    visibility: visible;
    z-index: 1000;
    top: 0;
    display: none;
}

    #overlay.show {
        display: block;
    }

    #overlay.hide {
        display: none;
    }

    #overlay .overlay-container {
        text-align: center;
        top: calc( 50% - 100px);
        position: relative;
        z-index: 10001;
        width: 200px;
        margin: auto;
        background: #fff;
        border-radius: 10px;
        padding: 20px;
   }



.help-block {
    color: #008000;
    display: block;
}

.help-block-error {
    color: #ff0000;
    margin-top: 10px;
    display: block;
}

.form-group {
    margin-bottom: 25px !important;
}

label.required:after {
    content: '\f621';
    color: #ed4c78;
    font-family: 'Font Awesome\ 5 Pro';
    font-weight: bold;
    font-size: .7em;
    margin-right: 10px;
}

.form-group.FileUploader label {
    display: block;
}

.form-group.FileUploader .btn:before {
    content: '\f0ee';
    margin-left: 4px;
    font-family: 'Font Awesome\ 5 Pro';
}

.form-group.FileUploader .btn--sm {
    padding-right: 0.85714286em;
    padding-left: 0.85714286em;
}

    .form-group.FileUploader .btn--sm * {
        cursor: pointer;
    }

.form-group.FileUploader input[type="file"] {
    font-size: 12px !important;
    display: none;
}


.form-group .FileUploadInput {
    width: auto !important;
    padding: 0 !important;
    border: none;
    background: transparent;
}

.header-language .dropdown-menu {
    left: 0 !important;
    right: auto !important;
}