:root {
    --radius: 2px;
    --main-background: #DB9C04;    
	--blue-background : #0174BE;
    --golden-color: #FFC436;
    --white: #fff;
    --gray: #e9e9e9;
    --dark-gray: #b5b5b5;
    --error-color: #dc3545;
    --primary-color: #3a4ed0;
    --transition-time: all .3s ease;
	--text-xs : 0.75rem;
	--text-sm : 0.875rem;
	--text-base : 1rem;
	--text-lg : 1.125rem;
	--text-xl : 1.25rem;
	--text-2xl : 1.5rem;
	--text-3xl : 1.875rem;
	--text-4xl : 2.25rem;
	--text-5xl : 3rem;
	--text-6xl : 3.75rem;
	--text-7xl : 4.5rem;
	--text-8xl : 6rem;
	--text-9xl : 8rem;
	--filter-priymary-color: contrast(0) brightness(0) invert(39%) sepia(140%) saturate(680%) hue-rotate(146deg) brightness(78%) contrast(900%);
    --filter-secondary-color: contrast(0) brightness(0) invert(75.3%) sepia(100%) saturate(680%) hue-rotate(312deg) brightness(78%) contrast(900%);
    --filter-gray-dark: contrast(0) brightness(0.9);
    --filter-gray-mediom: contrast(0) brightness(1.2);
    --filter-gray-light: contrast(0) brightness(1.5);
    --filter-white: contrast(0) brightness(2);
    --filter-red: contrast(0) brightness(0) invert(200%) sepia(90%) saturate(1000%) hue-rotate(316deg) brightness(52%) contrast(2000%);
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: IRANSansWeb;
    /* user-select: none; */
    -webkit-tap-highlight-color: transparent;
	scrollbar-width: none;
	/* scrollbar-width: thin;
  	scrollbar-color: #0174be #acacac; */
	font-variant-numeric: tabular-nums;
}

::selection {
	background: var(--blue-background);
	color: #fff;
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
-moz-appearance: textfield;
}

input[type="submit"]:disabled {
	opacity: .6;
}

body {
    direction: rtl;
    overflow-x: hidden;
    background: #0C356A26;
	min-height: 100svh;
    /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
}
.text-nowrap {
	text-wrap: nowrap;
}
.all-unset {
	all: unset;
}
.flex-half {
	flex: .5;
}
.flex-1 {
	flex: 1;
}
.flex-1-5 {
	flex : 1.5;
}
.flex-2 {
	flex : 2;
}
.order-0 {
	order: -1 !important;
}
.no-scroll {
	overflow: hidden !important;
}

.no-scroll-y {
	overflow-y: hidden !important;
}

.scroll-y-auto {
	overflow-y: auto;
}

.scroll-x-auto {
	overflow-x: auto;
}

.scroll-y-scroll {
	overflow-y: scroll;
}

.scroll-x-scroll {
	overflow-x: scroll;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #acacac;
}

::-webkit-scrollbar-thumb {
  background: var(--blue-background);
}

input[type="color"]::-moz-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

img {
    -moz-window-dragging: no-drag;
    -webkit-user-drag: none;
}

.customer.w-1 {
	width: 34.5px;
	height: 69px;
}

.w-1 {
    min-width: 34.5px !important;
}

.w-2 {
    width: calc((69px * 2) - 69px) !important;
}

.w-3 {
    min-width: calc((69px * 3) - 69px) !important;
}
.w-4 {
    min-width: calc((69px * 4) - 69px) !important;
}
.w-5 {
    min-width: calc((69px * 5) - 69px) !important;
}
.w-6 {
    min-width: calc((69px * 6) - 69px) !important;
}
.w-7 {
    min-width: calc((69px * 7) - 69px) !important;
}
.w-8 {
    min-width: calc((69px * 8) - 69px) !important;
}
.w-9 {
    min-width: calc((69px * 9) - 69px) !important;
}
.w-10 {
    min-width: calc((69px * 10) - 69px) !important;
}

.w-11 {
    min-width: calc((69px * 11) - 69px) !important;
}

.w-12 {
    min-width: calc((69px * 12) - 69px) !important;
}

.w-13 {
    min-width: calc((69px * 13) - 69px) !important;
}
.w-14 {
    min-width: calc((69px * 14) - 69px) !important;
}
.w-15 {
    min-width: calc((69px * 15) - 69px) !important;
}
.w-16 {
    min-width: calc((69px * 16) - 69px) !important;
}
.w-17 {
    min-width: calc((69px * 17) - 69px) !important;
}
.w-18 {
    min-width: calc((69px * 18) - 69px) !important;
}
.w-19 {
    min-width: calc((69px * 19) - 69px) !important;
}
.w-20 {
    min-width: calc((69px * 20) - 69px) !important;
}


/* w and half */


.w-2-5 {
    min-width: calc((69px * 2.5) - 69px) !important;
}

.w-3-5 {
    min-width: calc((69px * 3.5) - 69px) !important;
}
.w-4-5 {
    min-width: calc((69px * 4.5) - 69px) !important;
}
.w-5-5 {
    min-width: calc((69px * 5.5) - 69px) !important;
}
.w-6-5 {
    min-width: calc((69px * 6.5) - 69px) !important;
}
.w-7-5 {
    min-width: calc((69px * 7.5) - 69px) !important;
}
.w-8-5 {
    min-width: calc((69px * 8.5) - 69px) !important;
}
.w-9-5 {
    min-width: calc((69px * 9.5) - 69px) !important;
}
.w-10-5 {
	min-width: calc((69px * 10.5) - 69px) !important
}

.w-11-5 {
    min-width: calc((69px * 11.5) - 69px) !important;
}

.w-12-5 {
    min-width: calc((69px * 12.5) - 69px) !important;
}

.w-13-5 {
    min-width: calc((69px * 13.5) - 69px) !important;
}
.w-14-5 {
    min-width: calc((69px * 14.5) - 69px) !important;
}
.w-15-5 {
    min-width: calc((69px * 15.5) - 69px) !important;
}
.w-16-5 {
    min-width: calc((69px * 16.5) - 69px) !important;
}
.w-17-5 {
    min-width: calc((69px * 17.5) - 69px) !important;
}
.w-18-5 {
    min-width: calc((69px * 18.5) - 69px) !important;
}
.w-19-5 {
    min-width: calc((69px * 19.5) - 69px) !important;
}
.w-20-5 {
    min-width: calc((69px * 20.5) - 69px) !important;
}

/* import fonts */
@font-face {
    font-display: swap;
   font-family: IRANSansWeb;
   src: url('..//fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
        url('..//fonts/IRANSansWeb\(FaNum\).woff2') format('woff2'),
        url('..//fonts/IRANSansWeb\(FaNum\)_Medium.woff2') format('woff2');
}

/* warning alert */

.warning__alert--container {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    padding: 8px 16px;
    margin: 5px 0;
    background: #f7f2c7;
    border-radius: var(--radius);
}

.warning__text--box h4 {
	color: oklch(.476 .114 61.907);
}

.warning__text--box span {
	color: #ae7729;
	text-wrap : wrap;
}

.z-index1 {
	z-index: 1;
}

.z-index2 {
	z-index: 2;
}

.z-index3 {
	z-index: 3;
}

.z-index4 {
	z-index: 4;
}

.z-index5 {
	z-index: 5;
}

.z-index6 {
	z-index: 6;
}

.z-index7 {
	z-index: 7;
}

.z-index8 {
	z-index: 8;
}

.z-index9 {
	z-index: 9;
}

button {
    outline: none;
}

:is(button.disabled , button:disabled , .disabled-btn) {
	opacity: .7 !important;
	cursor: not-allowed !important;
}

label:not(.cbx label) {
    font-size: 0.8rem;
    color: #555;
    width: 100%;
    display: block;
    text-align: right;
    padding: 0 10px;
}

.text-red {
    color: red;
}
.text-green {
    color: green;
}
.text-blue {
    color: blue;
}
.text-blue-main {
    color: var(--blue-background);
}
.text-white {
	color: white;
}
.text-hidden {
	color: transparent !important;
}

.text-gray {
	color: oklch(55.1% 0.027 264.364);
}

.text-success {
	color: #34c05e;
}

.text-dark {
	color: black;
}

.w-50 {
    width: calc(50% - 10px);
}

.w-85 {
    width: 85%;
    max-width: 1700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-auto {
	width: auto !important;
}
.w-full {
    width: 100% !important;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.h-auto {
	height: auto;
}

.h-0 {
	height: 0;
}

.w-screen {
    width: 100vw;
}

.main-content {
    max-width: 1700px;
    margin: auto;
}

@media screen and (max-width : 1200px) {
    .w-85 {
        width: 100%;
    }
    .main-content {
        flex-direction: column;
    }
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.flex {
    display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-no-wrap {
	flex-wrap: no-wrap;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: start;
}

.items-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-start {
    justify-content: start;
}

.justify-end {
    justify-content: end;
}


.flex-column {
    flex-direction: column;
}

.d-none {
    display: none !important;
}

.inline-block {
    display : inline-block;
}

.gap-5 {
    gap: 5px;
}
.gap-10 {
    gap: 10px;
}
.gap-25 {
	gap: 25px;
}
.gap-30 {
	gap: 30px;
}
.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 10px !important;
}

.p-2 {
    padding: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.p-5 {
    padding: 50px !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pt-4 {
    padding-top: 40px !important;
}

.pt-5 {
    padding-top: 50px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-5 {
    padding-bottom: 50px !important;
}

.px-1 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.px-2 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.px-3 {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.px-4 {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.px-5 {
	padding-right: 25px !important;
	padding-left: 25px !important;
}

.py-1 {
	padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-2 {
	padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-4 {
	padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-5 {
	padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: 10px !important;
}
.mt-2 {
	margin-top: 20px !important;
}
.mt-3 {
	margin-top: 30px !important;
}
.mt-4 {
	margin-top: 40px !important;
}
.mt-5 {
	margin-top: 50px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.mb-2 {
	margin-bottom: 20px !important;
}

.mb-3 {
	margin-bottom: 30px !important;
}

.mb-4 {
	margin-bottom: 40px !important;
}

.mb-5 {
	margin-bottom: 50px !important;
}

.my-1 {
    margin: 5px 0 !important;
}

.my-2 {
    margin: 10px 0 !important;
}
.my-3 {
    margin: 20px 0 !important;
}
.my-4 {
    margin: 30px 0 !important;
}
.my-5 {
    margin: 40px 0 !important;
}

.mx-1 {
    margin: 0 10px !important;
}

.mx-2 {
    margin: 0 20px !important;
}
.mx-3 {
    margin: 0 30px !important;
}
.mx-4 {
    margin: 0 40px !important;
}
.mx-5 {
    margin: 0 50px !important;
}


/* font size */

.text-xs {
	font-size: var(--text-xs);
	line-height: calc(1 / 0.75);
}
.text-sm {
	font-size: var(--text-sm);
	line-height: calc(1.25 / 0.875);
}
.text-base {
	font-size: var(--text-base);
	line-height: calc(1.5 / 1);
}
.text-lg {
	font-size: var(--text-lg);
	line-height: calc(1.75 / 1.125);
}
.text-xl {
	font-size: var(--text-xl);
	line-height: calc(1.75 / 1.25);
}
.text-2xl {
	font-size: var(--text-2xl);
	line-height: calc(2 / 1.5);
}
.text-3xl {
	font-size: var(--text-3xl);
	line-height: calc(2.25 / 1.875);
}
.text-4xl {
	font-size: var(--text-4xl);
	line-height: calc(2.5 / 2.25);
}
.text-5xl {
	font-size: var(--text-5xl);
	line-height: 1;
}
.text-6xl {
	font-size: var(--text-6xl);
	line-height: 1;
}
.text-7xl {
	font-size: var(--text-7xl);
	line-height: 1;
}
.text-8xl {
	font-size: var(--text-8xl);
	line-height: 1;
}
.text-9xl {
	font-size: var(--text-9xl);
	line-height: 1;
}


/* font weight */

.font-thin {
	font-weight: 100;
}
.font-extralight {
	font-weight: 200;
}
.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}
.font-black {
	font-weight: 900;
}

.rotation--90 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}


.rotation-90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.rotation-180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.rotation-270 {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

/* form group */

.form-group-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 10px;
	margin-bottom: 10px;
}

.dir-rtl {
	direction: rtl;
} 

.dir-lrt {
	direction: ltr;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.sticky {
	position: sticky;
}

.absolute {
    position: absolute;
}

.bg-white {
    background: #fff;
}
.bg-transparent {
    background: transparent;
}
.bg-filter {
	background: #DB9C04;
}
.bg-gray {
	background: #7c8a92 !important;
}
.bg-green {
	background: #01be3a !important;
}
.bg-dark {
	background: #000 !important;
}
.bg-red {
	background: #be0101 !important;
}
.bg-blue {
	background: #004dc0 !important;
}
.bg-peachy {
	background: #fe9662 !important;
}
.bg-blue-main {
	background: var(--blue-background);
}

/* focus */

.bg-gray:focus {
	background: #7c8a92 !important;
}

.bg-green:focus {
	background: #01be3a !important;
}

.bg-dark:focus {
	background: #000 !important;
}

.bg-red:focus {
	background: #be0101 !important;
}

.bg-blue:focus {
	background: #004dc0 !important;
}

.bg-peachy:focus {
	background: #fe9662 !important;
}


/* shadow */

.shadow-md-gray {
	box-shadow: #7c8a92 0px 20px 10px -15px !important;
}

.shadow-md-green {
	box-shadow: #01be3a 0px 20px 10px -15px !important;
}

.shadow-md-dark {
	box-shadow: #000 0px 20px 10px -15px !important;
}

.shadow-md-red {
	box-shadow: #be0101 0px 20px 10px -15px !important;
}

.shadow-md-blue {
	box-shadow: #004dc0 0px 20px 10px -15px !important;
}

.shadow-md-peachy {
	box-shadow: #fe9662 0px 20px 10px -15px !important;
}

.shadow-md-gray {
	box-shadow: #7c8a92 0px 20px 10px -15px !important;
}


/* hover shadow */
.hover-shadow-md-green:hover {
	box-shadow: #01be3a 0px 20px 10px -15px !important;
}

.hover-shadow-md-dark:hover {
	box-shadow: #000 0px 20px 10px -15px !important;
}

.hover-shadow-md-red:hover {
	box-shadow: #be0101 0px 20px 10px -15px !important;
}

.hover-shadow-md-blue:hover {
	box-shadow: #004dc0 0px 20px 10px -15px !important;
}

.hover-shadow-md-peachy:hover {
	box-shadow: #fe9662 0px 20px 10px -15px !important;
}

.text-transparent {
    color: transparent !important;
}

.img-white  {
	filter: contrast(0.5) brightness(4);
}

.img-black {
	filter: brightness(0);
}

.text-warning {
	color: #FFC436;
}

.border-0 {
    border: none;
}

.outline-0 {
    outline: none;
}

.m-auto {
    margin: auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.rounded-2 {
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -ms-border-radius: var(--radius);
    -o-border-radius: var(--radius);
}

.rounded-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.rounded-8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.rounded-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.rounded-25 {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.rounded-30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.transition {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.pointer {
	cursor: pointer;
}


jdp-container {
    font-size: 12px;
    max-width: 240px !important;
    min-width: 276px !important;
}

jdp-container .jdp-months,
jdp-container .jdp-years {
    font-size: 105% !important;
}

jdp-container .jdp-btn-close,
jdp-container .jdp-btn-empty,
jdp-container .jdp-btn-today,
jdp-container .jdp-day-name {
    background-color: var(--blue-background) !important;
    color: #fff !important;
}

.mini-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(-30px);
    opacity: 0;
    padding: 5px 40px;
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #FF5D5D;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 100;
    pointer-events: none;
    cursor: pointer;	
    transition: all 0.3s ease;
    text-align: center;
}

.mini-alert.success-alert {
    background-color: #2aaa00;
}

.mini-alert.visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

@media screen and (max-width : 1200px) {
	.responsive-table-head {
		padding: 0 30px;
		padding-top: 20px;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
   input {
     font-size: 16px;
   }
}

@supports (-webkit-touch-callout: none) {
   input {
     font-size: 16px;
   }
}

@media screen and (max-width : 550px) {
	.form-group-grid {
		grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
	}
}