@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans/iranSnasFaNum.woff') format('woff');
}

@font-face {
    font-family: MikhakBlack;
    src: url('../fonts/mikhak/Mikhak-Black.ttf');
}
@font-face {
    font-family: MikhakBold;
    src: url('../fonts/mikhak/Mikhak-Bold.ttf');
}
@font-face {
    font-family: MikhakMedium;
    src: url('../fonts/mikhak/Mikhak-Medium.ttf');
}

@font-face {
    font-family: MikhakLight;
    src: url('../fonts/mikhak/Mikhak-Light.ttf');
}

html{
    scroll-behavior: smooth;
}

* {
    direction: rtl;
    text-align: right;
    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;
}

.fs-9{
    font-size: 0.50rem!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;
}
}

.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-pink-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;
}

.btn-spc {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5D56F1;
    --bs-btn-border-color: #5D56F1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #514bda;
    --bs-btn-hover-border-color: #514bda;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #514bda;
    --bs-btn-active-border-color: #514bda;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5D56F1;
    --bs-btn-disabled-border-color: #5D56F1;
}

.ff-mikhakbold{
    font-family: 'MikhakBold';
}
.bg-f7{
    background-color: #f7f7f7 !important;
}

.btn-green{
    background-color: #16d5b1;
    color: #fff;
}

.btn-green:hover{
    background-color: #15b698;
    color: #fff;
}

.bg-green{
    background-color: #16d5b1;
}

.text-green{
    color: #16d5b1;
}

.text-blue{
    color: #2892dd;
}

.bg-blue{
    background-color: #2892dd;
}

.btn-blue{
    background-color: #2892dd;
    color: #fff;
}

.btn-blue:hover{
    background-color: #2376b1;
    color: #fff;
}

.mt-6{
    margin-top: 4rem !important;
}

.bg-gradient-c {
    background: linear-gradient(45deg, #6cefac, #2f95d6) !important;
}
.border-gradient {
    border: 2px solid linear-gradient(45deg, #6cefac, #2f95d6) !important;
}

