/*********************************************************************************
									System
*********************************************************************************/

/* Body,html */
html,body {
	overflow-x:hidden;
}
.layout-boxed html, .layout-boxed body { height: 100%; }

body{
	direction:rtl;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#ffffff;
	color:#616161;
	font-family:Open Sans;
	font-weight:400;
	font-style:normal;
	font-size:.8em;
}

/* hack for bootstrap modal */
body { padding-right: 0 !important }

/* Reset <a> styles */
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
}

/* Lang */
.dir{ text-align:right;direction:rtl; }

/* Fonts */
.font-main{
	font-family:Assistant;
	font-weight:500;
	font-style:normal;
	font-size:1.200000em;
}

.font-eng{
	font-family:Roboto Condensed;
	font-weight:400;
	font-style:normal;
	font-size:1.200000em;
}

.font-logo {
	  font-family: "Quicksand", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 600;
	  font-style: normal;
}

/* Font size */
.em4{ font-size:0.4em; }
.em5{ font-size:0.5em; }
.em6{ font-size:0.6em; }
.em7{ font-size:0.7em; }
.em75{ font-size:.75em; }
.em8{ font-size:0.8em; }
.em86{ font-size:.86em; }
.em9{ font-size:0.9em; }
.em1{ font-size:1em; }
.em125{ font-size:1.25em; }
.em135{ font-size:1.35em; }

/* Font-weight */
.fbb {font-weight:600 !important}
.bb {font-weight:800 !important}

/* Font colors*/
.blue {color:#275c7c  !important;}
.lblue {color:#3783b0  !important;}
.wyellow {color:#ffffcc  !important;}
.green{ color:#72a301 !important;}
.dgreen{ color:#567a01 !important;}
.red {color:#ff0000  !important;}
.dred {color:#840000  !important;}
.lgrey {color:#cacaca  !important;}
.grey {color:#999999  !important;}
.dgrey {color:#757575  !important;}
.ddgrey {color:#666666  !important;}
.black {color:#333333  !important;}
.orange {color:#d98c25  !important;}
.mfont {color:#567a01  !important;}
.sfont {color:#567a01  !important;}

/* Link colors */
.link-blue {color:#275c7c  !important; cursor:pointer;text-decoration:none}			.link-blue:hover {color:#17374a  !important;text-decoration:none} 
.link-lblue {color:#3783b0  !important; cursor:pointer;text-decoration:underline}	.link-lblue:hover {color:#275c7c  !important;text-decoration:underline} 
.link-green{ color:#72a301 !important; cursor:pointer;text-decoration:none}		.link-green:hover{ color:#567a01 !important;text-decoration:none} 
.link-dgreen{ color:#567a01 !important; cursor:pointer;text-decoration:none}	.link-dgreen:hover{ color:#3e5801 !important;text-decoration:none} 
.link-red {color:#ff0000  !important; cursor:pointer;text-decoration:none}			.link-red:hover{color:#b00000  !important;text-decoration:none} 
.link-dred {color:#b00000  !important; cursor:pointer;text-decoration:none}			.link-dred:hover{color:#ff0000  !important;text-decoration:none} 
.link-grey {color:#bbbbbb  !important; cursor:pointer;text-decoration:none}			.link-grey:hover {color:#8d8d8d  !important;text-decoration:none}
.link-dgrey {color:#6e6e6e  !important; cursor:pointer;text-decoration:none}		.link-dgrey:hover {color:#999999  !important;text-decoration:none}
.link-dgrey-orange {color:#6e6e6e  !important; cursor:pointer;text-decoration:none}	.link-dgrey-orange:hover {color:#ca6500  !important;text-decoration:none}
.link-ddgrey-orange {color:#363636  !important; cursor:pointer;text-decoration:none}	.link-ddgrey-orange:hover {color:#ca6500  !important;text-decoration:none}
.link-orange {color:#d98c25  !important; cursor:pointer;text-decoration:none}		.link-orange:hover {color:#e0a049  !important;text-decoration:none}
.link-white {color:#f2f2f2  !important; cursor:pointer;text-decoration:none}		.link-white:hover {color:#ffffff  !important;text-decoration:none}
.link-black {color:#333333  !important; cursor:pointer;text-decoration:none}		.link-black:hover {color:#000000  !important;text-decoration:none}

/* Pointer */
.pointer { cursor:pointer; }
.no-pointer { cursor:default; }

/* Hidden */
.hid{display:none;}

/* No margin */
.nom{margin:0px !important;}

/* No padding */
.nop{padding:0px !important;}

/* borders */
.bor{border:1px solid red !important;}
.bor2{border:2px solid red !important;}
.bog{border:1px solid #72a301 !important;}
.bob{border:1px solid blue !important;}
.bos{ border:1px solid #bfbfbf !important;}
.nobor{border:0px !important; }

.bot {border: 1px solid #abc3c5;} /* theme border */

/* No wrap text */
.nw {
  white-space: nowrap;
}

/*********************************************************************************
									Headroom LG
*********************************************************************************/

/*  Headroom - default state */
.headroom_lg--unpinned {
	transform: translateY(-54px); 
}

/* Headroom - when visible again */
.headroom_lg--pinned {
	transform: translateY(0);
}

/*********************************************************************************
									Headroom SM
*********************************************************************************/

/*  Headroom - default state */
.headroom_sm--unpinned {
	transform: translateY(-48px); 
}

/* Headroom - when visible again */
.headroom_sm--pinned {
	transform: translateY(0);
}

/*********************************************************************************
									Elements
*********************************************************************************/

/* Abs container */
.abs{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto;
}

/* HR */
.hr{
	width:100%;
	height:1px;
	border-bottom:1px solid #d8d8d8;
	padding:0px;
	margin:0 0 0 0;
}

/* Grey button */
.btn-grey {
    background-color: #d6d6d6;
    color: #343a40;
    border: 1px solid #ced4da;
}

.btn-grey:hover {
    background-color: #c6c6c6;
    color: #212529; 
    text-decoration: none; 
}

/* Grey border button */

.btn-border-grey{
	background-color:#fff;
	border:1px solid #b7b7b7;
	border-radius:8px;
	color:#333;
	box-shadow:none;
}

.btn-border-grey:hover,
.btn-border-grey:focus,
.btn-border-grey:active{
	background-color:#fff !important;
	border-color:#72a301 !important;
	color:#333;
	box-shadow:none !important;
}

.btn-border-grey2{
	background-color:#f2f7f7;
	border:1px solid #b7b7b7;
	border-radius:8px;
	color:#333;
	box-shadow:none;
}

.btn-border-grey2:hover,
.btn-border-grey2:focus,
.btn-border-grey2:active{
	background-color:#fff !important;
	border-color:#72a301 !important;
	color:#333;
	box-shadow:none !important;
}


/* Green button */
.btn-green {
    color: #fff;
    background-color: #72a301;
    border-color: #72a301;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:focus-visible,
.btn-green:active,
.btn-green.active,
.show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #567a01 !important;
    border-color: #567a01 !important;
    box-shadow: none !important;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled).active:focus {
    background-color: #567a01 !important;
    border-color: #567a01 !important;
    box-shadow: none !important;
}

.btn-green:disabled,
.btn-green.disabled {
    background-color: #c5df9f;
    border-color: #72a301;
    opacity: .65;
}

/* Override bootstrap focus settings */
.btn:focus,.btn:active {outline: none !important;}

/* Override bootstrap button-xs */
.btn-group-xs > .btn, .btn-xs {
	height: 25px !important;
	font-size: .875rem;
	line-height: .54;
	border-radius: .2rem;
}

/* Inputs */
.input-xs {
	height: 25px !important;
	padding: 2px 5px !important;
	font-size: .854em  !important;
	border-radius: .2rem  !important;
	border-color:#aaaaaa;
}

.input-xxs {
	height: 21px !important;
	padding: 2px 5px !important;
	font-size: .854em  !important;
	border-radius: .2rem  !important;
	border-color:#aaaaaa;
}

/* Tom Select dropdown */
.ts-dropdown .option {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 8px 12px;
}

.ts-control .item {
	font-size:1.2em;
}

/* Custom checkbox */
.custom-check {
	width: 1.62em;
	height: 1.62em;
	border: 1px solid #72a301;
	cursor: pointer;
	box-shadow: none;
	border-radius:5px !important;
}

.custom-check:checked {
	background-color: #72a301;
	border-color: #72a301;
}

.custom-check:checked[type="checkbox"] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m3 8 3 3 7-7'/%3e%3c/svg%3e");
}

.custom-check:focus {
	border-color: #72a301;
	box-shadow: 0 0 0 0.2rem rgba(114, 163, 1, 0.2);
}

/* Red placeholder */
.ph-red::-webkit-input-placeholder { color: #ff0000 !important;  }
.ph-red::-ms-input-placeholder { color: #ff0000 !important;  }
.ph-red::-moz-placeholder { color: #ff0000 !important;  }
.ph-red::placeholder { color: #ff0000 !important;  }
.ph-red { color: #ff0000 !important;  }

/* Override bootstrap input settings +placeholder */
input::-webkit-input-placeholder {color: #a59999 !important; font-size:.9em; }
input:-moz-placeholder {color: #a59999 !important; font-size:.9em;}
input::-moz-placeholder {color: #a59999 !important;  font-size:.9em;}
input:-ms-input-placeholder { color: #a59999 !important;  font-size:.9em;}

/* Heart outline */
.heart-outline{
	color:#E53935;
	text-shadow:
		0 -1px 0 #fff,
		1px 0 0 #fff,
		0 1px 0 #fff,
		-1px 0 0 #fff,
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		1px 1px 0 #fff,
		-1px 1px 0 #fff;
}

/* Side-button */
.side-button{
	position:fixed;
	top:54%;
	right:-78px;
	width:180px;
	height:27px;
	z-index:999999;
	background-color:#339900;
	border-radius: 9px 9px 0 0;
	color:white;
	-webkit-transform: rotate(270deg);   
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	cursor:pointer;
}

.side-burron:hover{
	background-color:#267700;
}

/* Loading div */
#loading{
	display:none;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:9;
	background-color:rgba(255,255,255,.72);
	background-image:url('../images/loaders/sp9.gif');
	background-size: 108px;
	background-repeat: no-repeat;
	background-position: center; 
}

.loading{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:9;
	background-color:rgba(255,255,255,.72);
	background-image:url('images/loaders/sp9.gif');
	background-size: 108px;
	background-repeat: no-repeat;
	background-position: center; 
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

/* Status */
#status {
  width: 144px;
  height: 144px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
  margin: -72px 0 0 -72px;
}

/* Scroll to top */
#scrollToTop{
	width:70px; 
	height:70px;
	padding:10px; 
	position:fixed;
	bottom:40px;
	right:20px;
	display:none;
	background: url('../images/scroll_top.png') no-repeat;
	background-size: 70px 70px;
	z-index:999;
	cursor:pointer;
	opacity: 0.5;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}

#scrollToTop:hover{
	opacity: 0.7;
}


/* Show password icon */
.icon-eye:hover { 
	background-color:#f3f3f3 !important
}

/* Footer */
#footer_lg{
	background-color:#e6eef0;
	border-top:1px solid #e0e9ec;
}

#footer_lg_logo_wrapper{
	position:relative;
}

#footer_lg_logo{
	position:absolute;
	top:0px;
	right:12px;
	width:90px;
}

#footer_lg_logo_text{
	position:absolute;
	top:24px;
	right:114px;
}

.footer_lg_social_row{
	height:36px;
}

.footer_lg_social_icon{
	position:relative;
}

.footer_lg_social_text{
	padding:5px;
}

/* Footer menu */
.footer-menu-link {
	padding-bottom:3px;
	color:#b8d6d9; 
	cursor:pointer;
	text-decoration:none;
	-webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
         -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
}

.footer-menu-link:hover{
	color:#79cfd8;
	text-decoration:none;
} 


/* Item-photos */
.item-photo-add-btn {
	position: relative;
	padding-right:30px;
}

.item-photo-add-btn .bi-plus {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6em;
	line-height: 1;
}

.item-photo-module {
	width: 100%;
	max-width: 420px;
	margin-inline: auto;
}

.item-photo-frame {
	width: min(100%, 360px);
	aspect-ratio: 1 / 1;
	margin-inline: auto;
	border: 2px dashed #9a9a9a;
	border-radius: 14px;
	padding: 8px;
	background: #fff;
}

.item-photo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	height: 100%;
}

.item-photo-cell {
	position: relative;
	min-width: 0;
	min-height: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #f7f7f7;
}

.item-photo-cell.is-empty {
	background: #fafafa;
}

.item-photo-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	user-select: none;
	-webkit-user-drag: none;
}

.item-photo-cell:not(.is-empty) {
	touch-action: none;
	cursor: grab;
}

.item-photo-cell:not(.is-empty):active {
	cursor: grabbing;
}

.item-photo-delete {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(190, 0, 0, .92);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
}

.item-photo-cell.ui-sortable-helper {
	box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}

.item-photo-cell.ui-sortable-placeholder {
	visibility: visible !important;
	border: 2px dashed #0d6efd;
	background: #eef5ff;
}

.item-photo-module.is-busy {
	pointer-events: none;
	opacity: .65;
}