/* Generated by script */
@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --bs-font-sans-serif: Vazirmatn;
    --bs-font-serif: Vazirmatn;
    --bs-font-monospace: Vazirmatn;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-font-size-base: 1rem;
    --bs-font-size-sm: 0.875rem;
    --bs-font-size-lg: 1.2rem;
}

.header {
    height: 160px;
}

.header img {
    height: 55px;
}

.sima-gradient {
    background: linear-gradient(to right, #5e6570, #373d46);
}

.text-justify {
    text-align: justify;
}

.bg-shadow {
    background: rgba(0, 0, 0, 0.07);
}

.bg-shadow-light {
    background: #0000000a;
}

.bg-shadow-dark {
    background: rgba(0, 0, 0, 0.6);
}

.dashboard-card a {
    text-decoration: none;
    color: var(--bs-dark);
}

.start-4 {
    right: var(--bs-spacer-4);
}

.end-4 {
    left: var(--bs-spacer-4);
}

[data-bs-theme=dark] {
    .select2-search__field {
        background-color: rgba(0, 0, 0, 0.3) !important;
    }
    .dashboard-card a {
        text-decoration: none;
        color: var(--bs-light-200);
    }

    .bg-shadow {
        background: rgba(0, 0, 0, 0.15);
    }

    .custom-title::before {
        content: "";
        width: 65px;
        height: 4px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        bottom: 1px;
        right: 0;
    }

    .custom-title::after {
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.card-image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card {
    overflow: hidden;
}

.force {
    display: none;
}

.custom-title {
    position: relative;
    width: 100%;
}

.custom-title::before {
    content: "";
    width: 65px;
    height: 4px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 1px;
    right: 0;
}

.custom-title::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.table-container div {
    display: none;
}

.select2-selection--single {
    height: 32px !important;
    border-radius: var(--bs-border-radius) !important;
    border: 1px solid var(--bs-form-border-color) !important;
    background-color: var(--bs-form-bg) !important;
}

.select2-dropdown {
    border-radius: var(--bs-border-radius) !important;
    border: 1px solid var(--bs-form-border-color) !important;
    background-color: var(--bs-form-bg) !important;
}

.select2-search__field {
    border: 1px solid var(--bs-form-border-color) !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.note-editable {
    background-color: var(--bs-form-bg) !important;
    caret-color: var(--bs-body-color);
    color: var(--bs-body-color);
}

.note-toolbar {
    direction: ltr;
    background: var(--bs-form-secondary-bg) !important;
    border-color: var(--bs-form-border-color) !important;
}

.note-btn {
    background: var(--bs-form-bg) !important;
    color: var(--bs-form-color) !important;
    border-color: var(--bs-form-border-color) !important;
}

.note-btn::after {
    display: none !important;
}

.note-frame {
    border-radius: var(--bs-border-radius) !important;
}

.equipment-menu {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
    display: inline-flex;
}

.cursor-pointer {
    cursor: pointer;
}
