﻿/* Reset */
@font-face {
    font-family: MIRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../assets/fonts/iranSans/eot/IRANSansWeb_Medium.eot');
    src: url('../assets/fonts/iranSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../assets/fonts/iranSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../assets/fonts/iranSans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../assets/fonts/iranSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../assets/fonts/iranSans/eot/IRANSansWeb_Light.eot');
    src: url('../assets/fonts/iranSans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../assets/fonts/iranSans/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../assets/fonts/iranSans/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../assets/fonts/iranSans/ttf/IRANSansWeb_Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: BIRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../assets/fonts/iranSans/eot/IRANSansWeb.eot');
    src: url('../assets/fonts/iranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../assets/fonts/iranSans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../assets/fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../assets/fonts/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* list-style: none; */
}
/* root variable */
.color-primary {
    color: #4361EE;
}

:root {
    --color-primary: #4361EE;
    --color-secondary: #805DCA;
    --color-danger: #E7515A;
    --color-body: #333;
    --color-white: #fff;
    --text-gray: #3B3F5C;
}

html {
    font-size: 62.5%;
}

body {
    font-family: IRANSans;
    color: var(--color-body);
    font-size: 1.4rem !important;
    line-height: 1.7;
    overflow-x: hidden;
    background-color: #f8f8f8;
}

.card {
    box-shadow: 0px 1px 3px rgba(0, 0, 1, 0.08);
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--text-gray);
}

p {
    margin: 0;
}

h1,
h2,
h3 {
    color: var(--color-headings);
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

input[type="text"], .custom-input {
    display: block;
    height: 40px;
    width: 100%;
    border-radius: 7px;
    padding-right: 24px;
    border-color: #E0E6ED;
    border: 1px solid #E0E6ED;
    color: #4A4A4A;
    margin: auto;
}

img {
    display: block;
    /*    margin: auto;*/
    max-width: 100%;
}

.headTitle {
    color: #0E1726;
    font-size: 20px;
    font-family: IRANSans;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.1px;
    word-wrap: break-word;
    margin-bottom: 20px;
}
/*Radius*/
.radius-8 {
    border-radius: 8px;
}

.radius-16 {
    border-radius: 16px;
}
/*Background-Color*/
.bg-gray-100 {
    background-color: #EBEBEB;
}

.bg-blue-100 {
    background-color: #EAF1FF;
}

.purple-color {
    color: #805DCA;
}
/*Button-Color*/
.allBtn {
    color: white;
    font-size: 14px;
    font-family: IRANSans;
    font-weight: 500;
    border: none;
    padding: 6px 16px;
    box-shadow: 0px 10px 20px -10px #4361EE;
    border-radius: 4px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 30px;
    white-space: nowrap;
}

.btn-blue {
    background-color: var(--color-primary);
}

.btn-purple {
    background-color: var(--color-secondary);
    height: 40px;
    width: 100px;
    box-shadow: 0px 10px 20px -10px #805DCA;
}

.btn-blue-outline {
    border: 1px solid var(--color-primary);
    background-color: transparent;
    color: var(--color-primary);
}

.btn-red-outline {
    border: 1px solid var(--color-danger);
    background-color: transparent;
    color: var(--color-danger);
    box-shadow: unset;
    height: 40px;
}

.bg-autline {
    padding: 2px 12px;
    border-radius: 500px;
    font-size: 12px;
    background-color: #fff;
}

.bg-autline-blue {
    border: 1px solid #4361EE;
    color: #4361EE;
}

.bg-autline-red {
    color: #E7515A;
    border: 1px solid #E7515A;
}

.bg-autline-yellow {
    color: #E2A03F;
    border: 1px solid #E2A03F;
}

.btnCover {
    color: #2196F3;
    background: #E7F7FF;
    font-size: 12px;
    font-family: IRANSans;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    border-radius: 4px;
    border: none;
    padding: 5px 15px;
}

.btnDelete {
    color: #E7515A;
    background: #FBE5E6;
    font-size: 12px;
    font-family: IRANSans;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    border-radius: 4px;
    border: none;
    padding: 5px;
}

.iconImage {
    top: 10px;
    right: 30px;
}

.form-switch {
    margin-bottom: 0.7rem;
}

    .form-switch label {
        font-size: 16px;
    }

    .form-switch .form-check-input {
        width: 2.5em;
    }

.form-check-input {
    height: 1.5em;
}
/*circles*/
.circleItem {
    width: 36px;
    height: 36px;
    background-color: #F3F5F8;
}

.circle {
    width: 12px;
    height: 12px;
    background-color: #E7515A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 7pt;
}

.circleRed {
    background-color: #E7515A;
}

.circleBlue {
    background-color: #2196F3;
}

.circleGold {
    width: 8px;
    height: 8px;
    background-color: #E2A03F;
    border-radius: 100%;
    top: 0;
    right: 0;
}

.arrow {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.arrow-green {
    background-color: #DDF5F0;
}

.arrow-red {
    background-color: #FFF5F5;
}

.arrow-blue {
    background-color: #EAF1FF;
}
/*sidebar*/
.sidebar {
    width: 300px;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
/*nav*/
.subMenu {
    position: relative;
}

    .subMenu li {
        position: relative;
    }

        .subMenu li:after {
            position: absolute;
            content: "";
            right: 15px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 8px;
            height: 1px;
            background-color: gray;
        }
/*Main*/
.main {
    width: 100%;
    padding-right: 300px;
    text-align: center;
    position: fixed;
    line-height: 20px;
}
/*search*/
.search > input {
    background-color: #F3F5F8;
}

.breadcrumb {
    direction: ltr;
}

    .breadcrumb > * {
        direction: rtl;
    }
/*pagination*/
.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1px;
/*    background: #E0E6ED;
    margin: auto 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 0.375rem 0;
    color: #3B3F5C;*/
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}

.pagination .page-item.active .page-link {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
/*table*/
.table > :not(caption) > * > * {
    vertical-align: middle;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none;
}

    tbody tr {
        border-bottom: 1px solid rgba(224, 230, 237, 0.66);
    }

    tbody td {
        font-size: 1.25rem;
    }

    thead th {
        font-size: 14px;
    }

li {
    list-style-type: none;
}

.BoxShowOperation {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 5px 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 1, 0.08);
    width: 158px;
    position: absolute;
    left: 20px;
    z-index: 11;
}

.webone-loading {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
