@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans/IRANSansWeb_UltraLight') format('woff');
    font-weight: 100;
}
@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans/IRANSansWeb_Light') format('woff');
    font-weight: 300;
}
@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans/IRANSansWeb_Medium') format('woff');
    font-weight: 500;
}
@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans/IRANSansWeb_Bold') format('woff');
    font-weight: 900;
}

html {
    scroll-behavior: smooth;
}

* {
    direction: ltr;
    text-align: left;
    font-family: IRANSans;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.cu-bg-light {
    background-color: #f0f0f1;
}

.cu-border-e3 {
    border-color: #e3e3e3;
}

.cu-line {
    width: 1px;
    height: 25px;
    top: 6px;
    position: relative;
}

.top-25 {
    top: 25% !important;
}

.min-h-100 {
    min-height: 100%;
}

.text-gray {
    color: #62666d !important;
}

.text-light-gray {
    color: #a3a2a2 !important;
}

.text-444 {
    color: #444 !important;
}

.text-ccc {
    color: #ccc !important;
}

.text-success-custom {
    color: #0caa0c !important;
}

.fs-7 {
    font-size: 0.82rem !important;
}

.fs-8 {
    font-size: 0.60rem !important;
}

.custom-fs-7 {
    font-size: 0.90rem !important;
}

.ml-3 {
    margin-left: 1rem;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: .75rem !important;
}


.cu-shadow-sm-bottom {
    box-shadow: 0 0.23rem .25rem rgba(0, 0, 0, .070) !important;
}

.rounded-5 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.mr-1 {
    margin-right: .25rem !important;
}

.bg-danger-custom {
    background-color: #ef394e !important;
}

.bg-light-gray-custom {
    background-color: #edefed !important;
}

.bg-success-custom {
    background-color: #0caa0c !important;
}


.bg-blue-custom {
    background-color: #0f6be4 !important;
}

.rounded-20-px {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.rounded-50-px {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.badge-sm {
    padding: 5px 8px;
    align-items: center;
    align-content: center;
}

.badge-lg {
    padding: 6px 18px;
    align-items: center;
    align-content: center;
    height: 32px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.left-0 {
    left: 0;
}

.w-20 {
    width: 20%;
}

.w-70 {
    width: 70%;
}

.w-85 {
    width: 85%;
}

.h-80 {
    height: 80%;
}

.h-90 {
    height: 90%;
}

.h-95 {
    height: 95%;
}

.bg-eee {
    background-color: #eee;
}

.bg-opacity-90 {
    --bs-bg-opacity: 0.90;
}

.bg-ccc {
    background-color: #ccc;
}

.btn-custom-orange {
    background-color: #f6b60d;
    border-radius: 8px;
    color: #372800;
    transition: all .2s;
}

.btn-custom-orange:hover {
    background-color: #e0a80d;
}

.bg-custom-orange {
    background-color: #f6b60d;
}

.text-custom-orange {
    color: #f6b60d;
}

.link-custom-orange {
    color: #f6b60d;
}

.link-custom-orange:hover {
    color: #e9af0f;
}

.border-orange-custom {
    border-color: #f6b60d !important;
}

.border-f1 {
    border-color: #f1f1f1 !important;
}

.text-custom-brown {
    color: #372800;
}

@media (min-width: 300px) {
    .rounded-sm-none {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }
}

@media (min-width: 992px) {
    .rounded-md-5 {
        border-radius: 20px !important;
        -webkit-border-radius: 20px !important;
        -moz-border-radius: 20px !important;
        -ms-border-radius: 20px !important;
        -o-border-radius: 20px !important;
    }
}

@media (min-width: 992px) {
    .w-182-px {
        width: 182px !important;
    }
    .w-lg-270px{
        width: 270px !important;
    }
    .h-lg-fit{
        height: fit-content !important;
    }
}

.ml-2 {
    margin-left: 0.75rem;
}

.ml-3 {
    margin-left: 1rem;
}

.pointer {
    cursor: pointer;
}

.btn-blue {
    color: #fff;
    background-color: #1f67d1;
}

.border-light-gray {
    border-color: #eee;
}

.bg-pink-custom {
    background-color: #fd0d66;
}

.btn-pink-custom {
    color: #fff;
    background-color: #fd0d66;
    border-color: #f30f62;
}

.btn-pink-custom:hover {
    color: #fff;
    background-color: #e40f5d;
    border-color: #f30f62;
}

.border-blue-custom2 {
    border-color: #fd0d66 !important;
}

.border-blue-custom {
    border-color: #fd0d66 !important;
}

/* BreadCrumb BootStrap Start */
.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: 0.5rem;
}

/* BreadCrumb BootStrap End */

.text-97 {
    color: #979797 !important;
}

.cursor-defauld {
    cursor: default;
}

.bg-f8 {
    background-color: #f8f8f8;
}

.di-ltr {
    direction: ltr !important;
}

.w-50-space-px {
    width: calc(50% - 8px);
}

.w-20-percent {
    width: 20% !important;
}

.hr {
    margin: 0;
    border-color: #979797;
}

.bg-f5 {
    background-color: #f5f5f5;
}

.bg-success-custom-2 {
    background-color: #12de73;
}

.radius-circle {
    border-radius: 2000px;
}

.w-150{
    width: 150% !important;
}

.btn-blue-custom{
    color: #fff;
    background-color: #0d8afd;
}

.btn-blue-custom:hover{
    color: #fff;
    background-color: #0d7ce4;
}

.border-blue-custom {
    border-color: #2196F3 !important;
}
.border-blue-custom2 {
    border-color: #0d8afd !important;
}

.text-blue-custom {
    color: #0d8afd !important;
}