@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/IRANSansWeb(FaNum)_Bold.eot");
	src: url("fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("fonts/IRANSansWeb(FaNum)_Bold.ttf") format("truetype")
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: 300;
	src: url("fonts/IRANSansWeb(FaNum)_Light.eot");
	src: url("fonts/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("fonts/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("fonts/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("fonts/IRANSansWeb(FaNum)_Light.ttf") format("truetype")
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/IRANSansWeb(FaNum).eot");
	src: url("fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("fonts/IRANSansWeb(FaNum).woff2") format("woff2"), url("fonts/IRANSansWeb(FaNum).woff") format("woff"), url("fonts/IRANSansWeb(FaNum).ttf") format("truetype")
}


/* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
/* @import url(fonts/farhang/fontiran.css);  */
/* @import url(fonts/IRANSans/css/fontiran.css);  */


.is-loading-text-wrapper{background:#fff;border-radius:2px;color:#444;display:inline-block;padding:10px 20px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.is-loading-text-wrapper:after{-webkit-animation-name:a;animation-name:a;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;content:"";display:inline-block;background:#0bb;height:2px;position:absolute;left:50%;bottom:1px;-webkit-transform:translate(-50%);transform:translate(-50%);vertical-align:middle;width:1px;z-index:1}#is-loading-full-overlay,.is-loading-element-overlay{background:rgba(0,0,0,.5);position:relative;top:0;bottom:0;left:0;right:0;z-index:2}#is-loading-full-overlay{position:fixed}.is-loading-element-overlay{position:absolute}.is-loading-element-overlay-target{position:relative}.is-loading-element-overlay-target .is-loading-text-wrapper{padding-bottom:4px;padding-top:0}@-webkit-keyframes a{0%{width:1px}to{width:98%}}@keyframes a{0%{width:1px}to{width:98%}}
.jpa{list-style:none;display:flex;flex-direction:row}.jpa input{margin-right:.5rem;margin-left:.5rem;text-align:center}.jpa input:first-child{margin-left:0}.jpa input:last-child{margin-right:0}



html {
	font-family: 'yekan', sans-serif !important;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

select,option,optgroup,.form-select,.form-select option {
	font-family: 'yekan', sans-serif !important;
	font-size: 0.85rem;
}
  
* {
	font-family: 'yekan', sans-serif;
}
pre,body,p,input {
	font-family: 'yekan', sans-serif !important;
}

.site-header {
	height: 72px;
	border-bottom: solid 2px #B0BEC5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 999999;
	background: white;
}

.logo {
	height: 70px;
}

.home-top {
	background-color: #f2f5f8;
	padding: 60px 0px;;
}

.santa-content {
	margin-top: 72px;
	min-height: 65vh;
	padding-bottom: 15px;
}

.home-logo {
	height: 128px;
}

.section-title {
	border-bottom: solid 2px #FF5722;	
}

.custom-item {
	text-align: center;
	background-color: #E0F7FA;
	padding: 12px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #01579B;
	cursor: pointer;

	transition: all .2s;;
}

.custom-item-title {
	border-bottom: solid 1px #9FA8DA;
	margin-bottom: 12px;
}

.custom-item:hover {
	background-color: #E8F5E9;	
}

footer {
	background-color: #263238;
	color: white;
	padding: 30px;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: #E3F2FD;	
}

.footer-logo {
	height: 48px;
}

.ltr {
	direction: ltr;
}

.contact-form {
	background-color: white;
	padding: 25px;
	border-radius: 25px 25px 0 0;
}

.contact-form form {
	max-width: 500px;
	width: 90%;
}

.contact-button {
	background-color: #ff7a59;
	border: solid 1px #BF360C;
	color: white;
	width: 100%;
	border-radius: 25px;
}

.contact-button:hover {
	background-color: #FF8A65;
}

.top-right {
	right: 0 !important;
	z-index: 99999999;
}

.levels {
	padding: 15px;
	background-color: #ECEFF1;
}
.levels h3 {
	font-size: 1.5em;
	border-bottom: solid 1px #FF5722;
	display: inline-block;
	margin-bottom: 35px;
}

.level-shape hr {
	border-style: dashed;
	border-width: 2px;
	border-color: #0097A7;
}
/*.levels .level:first-child hr {
	margin-right: 50%;
}
.levels .level:last-child hr {
	margin-left: 50%;
}*/
.level {
	padding: 0 !important;
}
.level-shape {
	text-align: center;
}
.level-circle {
	padding: 5px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: white;
	display: inline;
	background: white;
	text-align: center;
	position: absolute;
	margin-top: -34px;
	margin-right: -15px;
}
.level-circle i {
	display: none;
}
.level.complete .level-circle i {
	display: inline-block;
}
.level.complete .level-circle {
	background: #0097A7;
}
.level.current .level-circle {
	background: #0097A7;
	border: solid 2px #FFEE58;
}
.level-shape td {
	padding: 0px;
}
.level-name {
	text-align: center;

}
.td-prev-level {
	width: 50%;
}
.td-next-level {
	width: 50%;
}
.level.complete .td-prev-level hr,.level.complete .td-next-level hr {
	border-style: solid;
}
.level.current .td-prev-level hr {
	border-style: solid;
}
.level-pages {
	min-height: 50vh;
}
.text-left {
	text-align: left;
}
.level-button {
	width: 120px;
}
.level-button button {
	width: 120px;
}
.level-circles {
	flex: 1;
}
.level-res-name {
	display: none;
	margin-top: 15px;
}

#btnPrevLevel {
	background: #c76565;
}

#btnPrevLevel:hover {
	background: #f37272;
}

.level-circle-res {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: white;
	border: solid 2px #0097A7;
	font-size: small;
	text-align: center;
	padding: 2px;
	color: white;
}

.level.complete .level-circle-res {
	background-color: #0097A7;
}

.level.current .level-circle-res {
	border: solid 2px #FFEE58;
}

.max-300 {
	max-width: 300px;
	flex: 1;
}

.max-400 {
	max-width: 400px;
	flex: 1;
}

.max-500 {
	max-width: 500px;
	flex: 1;
}

.max-600 {
	max-width: 600px;
	flex: 1;
}

.max-700 {
	max-width: 700px;
	flex: 1;
}

.max-800 {
	max-width: 800px;
	flex: 1;
}

.required {
	color: red;
}

/* Pelak khodro */
.SanhabSteps_PlateContainer__Cuu16 > div > div {
	max-width: 230px;
}
.CarPlate_LicensePlate__vHtWI {
	background-image: url(../images/car-plate-default.svg);
	background-size: 100% 100%;
	width: 100%;
	height: 46px;
	background-repeat: no-repeat;
	display: inline-flex;
	box-sizing: content-box;
	border-radius: 5px;
	max-width: 230px;
	min-width: 230px;
}
.CarPlate_LicensePlate__wrapper__gFab1 {
	display: flex;
	width: 90%;
	height: 100%;
	direction: ltr;
}
.CarPlate_LicensePlate__left__zhDce {
	padding: 4px 4px 4px 3px;
	width: 74.056%;
}
.CarPlate_LicensePlate__leftInputsWrapper__LA15B {
	display: flex;
	width: 100%;
	height: 100%;
}
.Plates_LicensePlate__input__CMyYr {
	border: none;
	outline: none;
	font-size: 14px !important;
	border-radius: 5px;
	max-height: 38px;
	text-align: center;
	padding: 6px 5px !important;
	direction: ltr;
	color: #4a4a4a;
	letter-spacing: 1.5px;
}
.MuiFormControl-root {
	width: 100%;
	border: 0;
	margin: 0;
	  margin-top: 0px;
	  margin-bottom: 0px;
	display: inline-flex;
	padding: 0;
	position: relative;
	direction: rtl;
	min-width: 0;
	flex-direction: column;
	vertical-align: top;
}
.CarPlate_LicensePlate__vHtWI input {
	width: 100%;
	border-radius: 5px;
	height: 100%;
	text-align: center;
	padding: 8px 4px !important;
	direction: ltr;
	color: #4a4a4a;
	letter-spacing: 1.5px;
}
.CarPlate_LicensePlate__vHtWI input {
	font-size: 16px !important;
}
.CarPlate_TwoDigitPlateNumber__BFcu2 input {
	min-width: 33px;
	height: 39px;
	margin: 0;
	padding: 4px;
	border-radius: 5px;
}
.MuiAutocomplete-fullWidth {
	width: 100%;
}
.CarPlate_LicensePlate__vHtWI .MuiFormControl-root.MuiTextField-root, .CarPlate_LicensePlate__vHtWI .MuiInputBase-root.MuiInputBase-formControl {
	height: 100%;
}
.CarPlate_PlateCharacter__0Yz1R > div > div {
	margin-top: 0;
	margin-bottom: 0;
}
.CarPlate_PlateCharacter__0Yz1R {
	/*display: flex;*/
	margin: 0 4px;
	min-width: 57px;
}
.CarPlate_LicensePlate__left__zhDce .MuiInputBase-root {
	color: #4a4a4a !important;

}
.MuiAutocomplete-inputRoot .MuiAutocomplete-input {
	width: 0;
	min-width: 30px;
}
.CarPlate_PlateCharacter__0Yz1R > div > div > div input {
	height: auto;
	position: relative;
	flex-grow: 0;
	width: 70%;
}
.MuiAutocomplete-inputFocused {
	opacity: 1;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-endAdornment {
	left: 9px;
}
.CarPlate_PlateCharacter__0Yz1R > div > div > div > div {
	width: 15px;
}
.MuiAutocomplete-endAdornment {
	top: calc(50% - 14px);
	left: 0;
	position: absolute;
}
.CarPlate_LicensePlate__left__zhDce .MuiInputBase-root {
	color: #4a4a4a !important;
}
.MuiAutocomplete-popupIndicator {
	padding: 2px;
	margin-left: -2px;
}
.MuiIconButton-root {
	flex: 0 0 auto;
	color: rgba(0, 0, 0, 0.54);
	padding: 12px;
	overflow: visible;
	font-size: 1.5rem;
	text-align: center;
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 50%;
}
.MuiButtonBase-root {
	color: inherit;
	border: 0;
	cursor: pointer;
	margin: 0;
	  margin-left: 0px;
	display: inline-flex;
	outline: 0;
	padding: 0;
	position: relative;
	align-items: center;
	border-radius: 0;
	vertical-align: middle;
	-moz-appearance: none;
	justify-content: center;
	text-decoration: none;
	-moz-user-select: none;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}
.MuiIconButton-label {
	width: 100%;
	display: flex;
	align-items: inherit;
	justify-content: inherit;
}
.MuiSvgIcon-root {
	fill: currentColor;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 1.5rem;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	flex-shrink: 0;
	-moz-user-select: none;
}
.MuiTouchRipple-root {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
	position: absolute;
	border-radius: inherit;
	pointer-events: none;
}
.CarPlate_PlateCharacter__0Yz1R > div > div fieldset {
	border: none;
}
.jss604 {
	top: -5px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0 8px;
	  padding-right: 8px;
	overflow: hidden;
	position: absolute;
	border-style: solid;
	border-width: 1px;
	border-radius: inherit;
	pointer-events: none;
}
.jss605 {
	padding: 0;
	text-align: right;
	transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
	line-height: 11px;
}
.jss605 {
	text-align: right;
	line-height: 11px;
}
.CarPlate_ThreeDigitPlateNumber__Y6mVu input {
	min-width: 50px;
	height: 39px;
	margin: 0;
	padding: 4px;
	border-radius: 5px;
}
.CarPlate_LicensePlate__right__PBWQ1 {
	padding: 12px 4px 4px;
	width: 25.94%;
}
.NewSlider_SliderChild__9jzMD {
	white-space: normal;
}
.CarPlate_LicensePlate__vHtWI input {
	width: 100%;
	border-radius: 5px;
	height: 100%;
	text-align: center;
	padding: 8px 4px !important;
	direction: ltr;
	color: #4a4a4a;
	letter-spacing: 1.5px;
}
.autocomplete-items {
	position: relative;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	/*top: 100%;
	left: -58px;*/
	min-width: 58px;
	height: 250px;
	overflow-y: auto;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff; 
	border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
	background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
	background-color: DodgerBlue !important; 
	color: #ffffff; 
}
#txtStringPelak {
	min-width: 58px !important;
}
/* Pelak khodor */

.alarms {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #237697;
	border-radius: 6px;
	padding: 15px 30px;
	padding-right: 15px;
	color: white;
	position: relative;
}

.alarm {
	padding: 8px;
}

.alarm-close {
	font-size: 20px;
	position: absolute;
	left: 5px;
	top: 5px;
	cursor: pointer;
}

.alarm-close:hover {
	color: rgb(65, 161, 255);	
}

.time-card-header {
	border-radius: 0px 5px 5px 0px !important;
	width: 600px !important;
}

.shift-card-header {
	border-radius: 5px 0px 0px 5px !important;
	width: 400px !important;
}

.day-item {
	flex: 1;
	text-align: center;
}

.day-name {
	color: #00688f;
}

.holiday {
	color: #e43434
}

.month-name {
	margin: 10px 0px;
	background: #90A4AE;
	text-align: center;
	font-size: 1rem;
	padding: 10px;
	color: white;
	border-radius: 5px;
	border: solid 2px #455A64;
}

.time-sample {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;

}

.free-time-sample {
	border: 1px solid #72bfda;
	background-color: #fff;
}

.full-time-sample {
	border: 1px solid #d4d4d4;
	background-color: #e1e1e1;
}

.holiday-time-sample {
	border: 1px solid #f4c3c3;
	background-color: #ffd3d3;
}

.day-border {
	margin: 4px;
	border-radius: 5px;
	padding: 15px;	
	cursor: pointer;
	transition: all .2s;
	font-size: 1rem;
}

.day-holiday {
	border: 1px solid #f4c3c3;
	background-color: #ffd3d3;
}

.day-holiday:hover {
	background-color:#fdc6c6;
}

.day-free {
	border: 1px solid #72bfda;
	background-color: #fff;
}

.day-free:hover {
	background-color:#9de6f6;
}

.day-full {
	border: 1px solid #d4d4d4;
	background-color: #e1e1e1;
}

.day-full:hover {
	background-color:#d2d2d2;
	border-color:#c8c8c8;
}

.day-selected {
	background-color: #72bfda;
}

.day-paided {
	
}

.shift-item {
	margin: 15px;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	transition: all.2s;
}

.shift-title {
	font-weight: bold;
}

.shift-title > div {
	margin-top: 8px;
}

.shift-times {
	font-size: 0.70rem;
}

.shift-not-active {
	border: 1px solid #f4c3c3;
	background-color: #ffd3d3;
}

.shift-full {
	border: 1px solid #d4d4d4;
	background-color: #e1e1e1;
}

.shift-free {
	border: 1px solid #72bfda;
	background-color: #fff;
	cursor: pointer;
}

.shift-free:hover {
	background-color:#9de6f6;
}

.shift-state {
	text-align: left;
	font-size: 0.75rem;
	color: #BF360C;
}

.shift-item.selected {
	background-color: #72bfda;
}

.info-value {
	text-align: left;
	border-bottom: solid 2px #8D6E63;
	color: #8D6E63;
	font-weight: bold;
}

@media (max-width: 1000px) {
	.time-card-header {
		border-radius: 5px !important;
		width: 100% !important;
	}
	
	.shift-card-header {
		border-radius: 5px !important;
		width: 100% !important;
	}

	#level-4 {
		display: block !important;
	}

	#level-4.d-none {
		display: none !important;
	}
	
}

@media (max-width: 780px) {
	.level-circle {
		width: 24px;
		height: 24px;
		margin-top: -30px;
		font-size: small;
	}

	.level-shape hr {
		border-width: 1px;
	}

	.level-name {
		display: none;
	}

	.level-res-name {
		display: block;
	}
}

@media (max-width: 550px) {
	.level-circles .row {
		display: none;
	}
}
