﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/*הוספות*/
.active-section {
	top: 0px;
}

.navbar.active-section {
	top: 0 !important;
}

.section-title {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 5px;
}

.whitecolor {
	color: #fff;
}
/*	Button & Label	==================================================*/
.alert {
	color: #FFF;
	border: none;
}

[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
	color: #FFF;
	font-weight: 300;
	text-decoration: underline;
}

.btn, .label {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
}

	.btn:hover, .btn:focus {
		outline: none;
	}

.btn-link {
	color: #1abc9c;
}

	.btn-link:hover, .btn-link:focus {
		color: #16a085;
	}

.btn-default, .label-default {
	border-color: #8a6d3b;
	color: #fff;
	background-color: transparent;
	border-width: 2px;
	padding: 15px 20px;
}

	.btn-default:hover, .btn-default:focus {
		
		background-color: #3e2904;
		border-color: #3e2904;
		color: #F9FAFD;
	}


.btn-primary, .label-primary {
	background-color: #444;
	border-color: #444;
}

	.btn-primary:hover, .btn-primary:focus {
		background-color: #d33c00;
		border-color: #d33c00;		
	}

.btn-info, .label-info, .alert-info {
	background-color: #FFF;
	border-color: #FFF;
	color: #01B0D1;
}

	.btn-info:hover, .btn-info:focus {
		background-color: #FFF;
		border-color: #FFF;
		color: #0299b8;
	}

.btn-warning, .label-warning, .alert-warning {
	background-color: #e67e22;
	border-color: #e67e22;
}

	.btn-warning:hover, .btn-warning:focus {
		background-color: #d35400;
		border-color: #d35400;
	}

.btn-danger, .label-danger, .alert-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
}

	.btn-danger:hover, .btn-danger:focus {
		background-color: #c0392b;
		border-color: #c0392b;
	}
/*	Tab & Collapse Skin	==================================================*/
.tab-pane {
	padding: 15px 0;
	margin-bottom: 5px;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: transparent;
	border: none;
	border-color: rgba(255,255,255,0);
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #ecf0f1;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #1abc9c;
	background: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: transparent;
	border: none;
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}

.tab-content select {
    max-width: none;
}

.nav .caret, .nav a:hover .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #1abc9c;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #bdc3c7;
}

.navbar-inverse .navbar-toggle {
	background-color: #34495e;
	border-color: #2c3e50;
	margin-top: 23px;
}

	.navbar-inverse .navbar-toggle:focus {
		outline: none;
	}

.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.panel-default {
	border-color: #eee;
}

	.panel-default:last-child {
		margin-bottom: 25px;
	}

	.panel-default > .panel-heading {
		background: #fff;
		color: #444;
	}

.panel-heading {
	padding: 20px 25px;
}

.panel-default > .panel-heading a:hover {
	color: #01b0d1;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: 1px solid #eee;
}

.panel-group .panel {
	border-radius: 0;
}
/*	Form	==================================================*/
label {
	font-weight: 300;
}

.input-group {
	margin-bottom: 10px;
}

.form-control {
	font-weight: 300;
	border-color: #ecf0f1;
	background-color: #ecf0f1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .form-control[disabled]:hover, .form-control[readonly]:hover, fieldset[disabled] .form-control:hover, .form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
		background-color: #ecf0f1;
	}

	.form-control:hover, .form-control:focus {
		outline: none;
		border-color: #ecf0f1;
		background-color: #FFF;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	.form-control:-moz-placeholder {
		color: #bdc3c7;
		font-weight: 300;
	}

	.form-control::-moz-placeholder {
		color: #bdc3c7;
		font-weight: 300;
	}

	.form-control:-ms-input-placeholder {
		color: #bdc3c7;
		font-weight: 300;
	}

	.form-control::-webkit-input-placeholder {
		color: #bdc3c7;
		font-weight: 300;
	}

.input-group-addon {
	background-color: #FFF;
	border-color: #ecf0f1;
	color: #ecf0f1;
}

[class^="has-"] .form-control, [class*=" has-"] .form-control {
	color: #FFF;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #2ecc71;
}

.has-success .form-control {
	border-color: #2ecc71;
	background-color: #2ecc71;
}

	.has-success .form-control:hover, .has-success .form-control:focus {
		border-color: #2ecc71;
		background-color: #FFF;
		color: #2ecc71;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #e67e22;
}

.has-warning .form-control {
	border-color: #e67e22;
	background-color: #e67e22;
}

	.has-warning .form-control:hover, .has-warning .form-control:focus {
		background-color: #FFF;
		border-color: #e67e22;
		color: #e67e22;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #e74c3c;
}

.has-error .form-control {
	border-color: #e74c3c;
	background-color: #e74c3c;
}

	.has-error .form-control:hover, .has-error .form-control:focus {
		background-color: #FFF;
		border-color: #e74c3c;
		color: #e74c3c;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
/*	Header	==================================================*/
#header {
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
}
/*	Parallax Background	==================================================*/
#parallax {
	height: 100%;
	width: 100%;
	top: 0;
	position: fixed;
	
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -100;
	right: 0;
}
.shy img {
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 40%;
	display: flex;
	margin: 0 auto;
}

/*	Navbar	==================================================*/
.navbar-inverse .navbar-brand {
	padding: 30px 15px;
	margin-right: 30px;
	color: inherit;
	text-transform: uppercase;
	font-weight: bold;
}

	.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
		color: #000;
	}

.navbar-inverse {
	background-color: #FFF;
	border: none;
}

.navbar-right button {
	margin: 23px 0;
}

.navbar-nav > li > a {
	padding: 30px 0;
	margin: 0 15px;
}

.navbar-inverse .navbar-nav > li > a {
	color: inherit;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		background-color: transparent;
		background-color: rgba(255,255,255,0);
		color: #d4942d;
	}

.header-button {
	margin-left: 15px;
}
/*	Hero	==================================================*/
#hero {
	margin-top: 60px;
	padding: 0;
	color: #FFF;
	height: 100vh;
}

	#hero .herotext {
		padding: 160px 0px;
	}

	#hero h1 {
		/*font-size: 50px;*/
		line-height:1;
	}

	#hero p.lead {
		font-size: 1.4em;
	}

	#hero .btn {
		font-size: 12px;
	}
/*	Features	==================================================*/
#features {
	background-color: #01B0D1;
	color: #FFF;
}

.maintitle h1 {
	text-transform: uppercase;
}

.maintitle, .service-box {
	text-align: center;
}

	.maintitle .lead {
		max-width: 840px;
		margin: 0px auto;
		margin-bottom: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}

.service-box {
	margin-bottom: 30px;
	background-color: #fff;
	color: #444;
	padding: 30px;
	position: relative;
}

	.service-box .glyphicon {
		font-size: 60px;
		margin-bottom: 20px;
	}

	.service-box img {
		margin-bottom: 29px;
	}

/*	Gallery	==================================================*/

#gallery img {
	width: 100%;
	height: auto;
	transition: all .3s ease-in-out;
}

	#gallery img:hover {
		transform: scale(1.3);
	}

#gallery a {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

	#gallery a img {
		margin-bottom: 0px;
		display: block;
		width: 100%;
		max-width: 100%;
	}

#gallery .description {
	background-color: #fff;
	display: block;
	padding: 20px 15px;
	color: #333;
	text-transform: uppercase;
	clear: both;
	position: relative;
}

#gallery .caption {
	float: left;
}

#gallery .camera {
	float: right;
}

#gallery a.btn {
	display: inline-block;
}
/*	Faq==================================================*/
#faq {
	/*background-color:#F9FAFD;*/
	background: linear-gradient(180deg, rgba(255,255,255,1) 0,#f7941d 100%);
}

.faq-block {
	margin: 0px;
}
/*	Slider	==================================================*/
#slider {
	color: #FFF;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.carousel-control {
	color: #FFF;
	opacity: 1;
	text-shadow: none;
}

	.carousel-control:hover {
		color: #CCC;
	}

.carousel-indicators li {
	border-color: #FFF;
	margin: 0 2px;
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.carousel-indicators .active {
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	background-color: #FFF;
	border: 1px solid #FFF;
}

.carousel.slide {
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.carousel-inner blockquote {
	border: none;
	text-align: center;
	padding: 40px 10%;
}

	.carousel-inner blockquote small {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 400;
	}

	.carousel-inner blockquote p {
		font-size: 36px;
	}

.carousel-control .glyphicon {
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 20px;
}

.carousel-indicators {
	bottom: -20px;
}

.carousel-control {
	background: transparent;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	height: 40px;
	width: 40px;
}
/*	Contact Area	==================================================*/
#contactarea {
	text-align: center;
}

	#contactarea .maintitle p.lead {
		margin-bottom: 40px;
	}

	#contactarea form {
		max-width: 800px;
		margin: 0px auto;
	}

	#contactarea .input-lg, #contactarea .btn-lg {
		padding: 20px 25px;
		height: 65px;
	}

#contact label {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 13px;
}

#contact input, #contact select, #contact textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	border: 0px;
	color: #333;
	background-color: #fff;
	border: 0;
}

#contact input, #contact select {
	height: 40px;
	margin-bottom: 0px;
}

	#contact input#submit {
		width: auto;
		margin-top: 20px;
		background-color: rgba(0,0,0,0.3);
		border: 0;
		color: #fff;
		padding: 0px 20px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-size: 14px;
	}
#kuj {
	height: 100vh;
}
#contact textarea {
	height: 180px;
}

.required {
	color: #fff;
}

#success, #error {
	display: none
}

	#success span, #erro span {
		display: block;
		position: absolute;
		top: 0;
		width: 100%
	}

		#success span p, #error span p {
			margin-top: 6em
		}

		#success span p {
			color: #9bd32d;
		}

	#error span p {
		color: #c0392b;
	}

.error.contactalert {
	text-transform: none;
	font-style: italic;
	display: inline-block;
}

.footer {
	padding: 70px 0 60px 0;
}

	.footer ul.social-icons li {
		width: 20px;
		height: 20px;
		position: relative;
		background: #fff;
		border: 2px solid #ccc;
		border-radius: 50%;
	}

		.footer ul.social-icons li a {
			color: #666;
		}

.contactalert {
	margin-top: 20px;
	border: 1px solid;
	display: inline-block;
	padding: 20px;
}

#credits {
	padding: 30px 0;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.6;
}

	#credits a {
		color: inherit;
	}

	#credits .social i {
		border: 1px solid #ccc;
		height: 30px;
		width: 30px;
		line-height: 30px;
		border-radius: 50%;
		margin-left: 2px;
		color: #999;
		text-align: center;
		margin-bottom: 15px;
		display: inline-block;
	}

		#credits .social i:hover {
			color: #333;
		}
/*	Magnific Popup	==================================================*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.mfp-container:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: right;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

	.mfp-preloader a {
		color: #CCC;
	}

		.mfp-preloader a:hover {
			color: #FFF;
		}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
}

	.mfp-close:hover, .mfp-close:focus {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.mfp-close:active {
		top: 1px;
	}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

	.mfp-arrow:active {
		margin-top: -54px;
	}

	.mfp-arrow:hover, .mfp-arrow:focus {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent;
	}

	.mfp-arrow:after, .mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px;
	}

	.mfp-arrow:before, .mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px;
		opacity: 0.7;
	}

.mfp-arrow-left {
	left: 0;
}

	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
		border-right: 17px solid #FFF;
		margin-left: 31px;
	}

	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid #3F3F3F;
	}

.mfp-arrow-right {
	right: 0;
}

	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
		border-left: 17px solid #FFF;
		margin-left: 39px;
	}

	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
		border-left: 27px solid #3F3F3F;
	}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px;
	}

	.mfp-iframe-holder .mfp-close {
		top: -40px;
	}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0,0,0,0.6);
		background: #000;
	}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0,0,0,0.6);
		background: #444;
	}

	.mfp-figure small {
		color: #BDBDBD;
		display: block;
		font-size: 12px;
		line-height: 14px;
	}

	.mfp-figure figure {
		margin: 0;
	}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	/** * Remove all paddings around the image on small screen */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0,0,0,0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0;
		}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0,0,0,0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (min-width: 992px) {
	.col-md-4 {
		display: inline-table;
		float: none;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
/*	Common	==================================================*/
.section {
}

.wrapsection {
	padding-top: 140px;
	padding-bottom: 140px;
	position: relative;
}

.parallax.section .container {
	position: relative;
	z-index: 4;
}

.justtitle {
	margin-top: 80px;
}

.parallax {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
	color: #fff;
}
.parallax2 {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/*overflow: hidden;*/
	z-index: 1;
	color: #000;
}

.parallax-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/*z-index: 2;*/
}
/*	Responsive	==================================================*/
@media (max-width:991px) {
	.service-box {
		margin-bottom: 30px;
	}

	#image img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-nav > li > a {
		margin: 0 7px;
	}
}

@media (max-width:767px) {
	.section, .parallax.section .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.service-box, .img-responsive, .carousel {
		margin-bottom: 30px;
	}

	.maintitle .lead {
		margin-left: 0;
		margin-right: 0;
	}

	.container {
		max-width: 690px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.navbar-nav > li > a {
		padding: 10px;
	}

	.header-button {
		margin: 0;
	}

	#hero .herotext {
		padding: 90px 0px;
	}
}

@media (max-width:767px) {
	body {
		font-size: 14px;
	}

	h1 {
		font-size: 28px;
	}

	h2, .carousel-inner blockquote p {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	p.lead {
		font-size: 18px;
	}

	.section {
		padding: 60px 0;
	}

	.maintitle p.lead {
		margin-bottom: 40px;
	}

	.service-box, .img-responsive, .carousel {
		margin-bottom: 30px;
	}

	.maintitle .lead {
		margin-left: 0;
		margin-right: 0;
	}

	.container {
		max-width: 690px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width:490px) {
	.wow {
		visibility: visible !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	.container {
		max-width: 430px;
		padding-left: 30px;
		padding-right: 30px;
	}

	#hero h1 {
		font-size: 38px;
	}

	#hero p.lead {
		font-size: 1.5em;
	}

	.faq-block {
		margin: 0;
	}
}

.njsm {
	border: 3px solid #f7941d;
	background: transparent;
	border-radius: 5px;
}

.dfe {
	background-color: rgb(255 255 255 / 65%);
	border: 5px solid transparent;
	padding: 20px;
	font-size: 30px;
	text-align: center;
	white-space: pre-wrap;
	color: black;
	font-weight: 700 !important;
	max-height: 90px;
	overflow: hidden;
	background-clip: padding-box;
	border-radius: 20px;
}
/*אחוז*/
svg {
	position: absolute;
	width: 100px;
	height: 100%;
	height: 95px;
	width: 82px;
}

.szcds {
	/*position: absolute;
	top: -8px;
	 bottom: 0; */
	/* left: 0; 
	right: 130px;*/
	position: absolute;
	margin-right: 123.9px;
	margin-top: -66.2px;
}

.nmes {
	/*position: absolute;*/
	margin-left: auto;
	margin-right: auto;
	min-width: inherit;
	/*right: 0;*/
}

@media (max-width:490px) {
	.szcds {
		margin-right: 110px;
	}
}

@media (min-width:768px) {
	.szcds {
		margin-right: 295px;
	}
}

@media (min-width:992px) {
	.szcds {
		margin-right: 88px;
	}
}

@media (min-width:1200px) {
	.szcds {
		margin-right: 121px;
	}
}

.circle-bg {
	fill: none;
	stroke-width: 25px;
	stroke: grey;
}

.circle {
	fill: none;
	stroke-width: 25px;
	stroke: #fffe40;
	stroke-dasharray: calc(0.2 * calc(6.28319 * 139)) calc(6.28319 * 139);
}

.chosen-container ul.chosen-results li.highlighted {
	background-color: #0baecd;
	background-image: linear-gradient(#0baecd 20%,#0e8fa8 90%);
}

.tgb {
	font-size: 25px;
	font-weight: 500 !important;
	font: normal 16px "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.top-line {
	font-weight: 700;
	font-size: 18px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.text-break {
	margin: 0;
	min-width: 50%;
	text-align: right;
}

.rfc {
	color: #f7941d;
	font-weight: 900;
	text-shadow: 0px 0px 3px rgb(2 2 2 ), 0px 0px 3px rgb(2 2 2 );
}

.chosen-search {
	COLOR: black;
}

.fvn {
	/*margin: 10px;*/
	margin-top: 35px;
	position: revert;
}

.xsxx {
	height: 55px;
	width: 60px;
	transition: all .2s;
	border-radius: 50%;
	display: inline-block;
	/*border: 3px solid black;*/
	position: absolute;
	margin-top: -20px;
	transform: translate(50%, -50%);
	background: #ffffff;
}

.tgndz {
	font-weight: 700 !important;
	font-size: 25px;
	margin-top: 5px;
}

.sxz {
	-webkit-appearance: progress-bar;
	background-color: white;
	font-weight: 100;
	font-size: 18px;
	background-image: linear-gradient(#e1e1e1 20%,#f7f7f7 90%);
}

	.sxz:hover {
		background-color: #0baecd;
		background-image: linear-gradient(#0baecd 20%,#0e8fa8 90%);
	}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: -webkit-center;
}

.gjkll, select {
	border: none;
	/*border-bottom: 1px solid #b5b5b5;*/
	border-radius: 0px;
	line-height: 2.3;
}

	.gjkll:focus {
		/*/ outline: none;*/
		outline: 0 none;
		border: none;
		border-bottom: 1px solid #2746ff;
		border-radius: 0px;
	}

.ghs {
	width: auto;
	margin-top: 20px;
	background-color: rgba(0,0,0,0.3);
	border: 0;
	color: #000;
	padding: 0px 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
}
/*.bg-field.red::before {
	background-color: black;
}
.bg-field.red::after {
	background-color: red;
}

.bg-field.white::before {
	background-color: black;
}

.bg-field.white::after {
	background-color: white;
}*/
.sdw {
	position: absolute;
	top: 66px;
	left: 15px;
}

#am {
	position: fixed;
	z-index: 5;
	left: 90px;
	top: 85px;
	width: 230px;
	display: none;
	text-shadow: 0px 0px 8px #ffffff;
}

/*עיצוב למספר*/
/** {
	box-sizing: border-box;
}*/

:root {
	--gold: #ffb338;
	--light-shadow: #77571d;
	--dark-shadow: #3e2904;
}

/*body {
	margin: 0;
}*/
.herotext{
    width:640px;
}
.wrapper1 {
    height: 100vh;
    background-image: url('img/79117593.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: 750px;
    }
.wrapper {
    /*background: radial-gradient(#272727, #1b1b1b);*/
    display: grid;
    grid-template-areas: 'overlap';
    place-content: center;
    text-transform: uppercase;
    height: 100vh;
    /*right: 322px;
    width: 352px;
    position: absolute;
    top: 339px;*/
    font-size: 85px;
    padding-bottom: 150px !important;
    
}

	.wrapper > div {
		background-clip: text;
		-webkit-background-clip: text;
		color: #363833;
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		font-size: clamp( 3em, 18vw, 15rem);
		grid-area: overlap;
		letter-spacing: 1px;
		-webkit-text-stroke: 4px transparent;
	}

		.wrapper > div.bg {
			background-image: repeating-linear-gradient( 105deg, var(--gold) 0%, var(--dark-shadow) 5%, var(--gold) 12%);
			color: transparent;
			filter: drop-shadow(5px 15px 21px white);
			transform: scaleY(.95);
			transform-origin: top;
		}

		.wrapper > div.fg {
			background-image: repeating-linear-gradient( 5deg, var(--gold) 0%, var(--light-shadow) 23%, var(--gold) 31%);
			color: #1e2127;
			transform: scale(1);
		}
.wow {
	font-family: 'Suez One', sans-serif;
	color: #3e2904;
}
#hero a {
	font-family: Arial, sans-serif;
	font-weight: 600;
}
#hero h1 {
	font-weight: 900;
	font-size: 100px;
}
/*#about {
	width: 100%;
	right: 0;
	position: absolute;
}
#donations {
	width: 100%;
	right: 0;
	position: absolute;
}*/
	.bounceInDown {
	animation-duration: 1s;
	animation-delay: 0.1s;
	animation-name: bounceInDown;
}
.zoomIn {
	visibility: visible;
	animation-duration: 1.5s;
	animation-delay: 0.1s;
	animation-name: zoomIn;
}
.rubberBand {
	animation-duration: 1.5s;
	animation-delay: 0.1s;
	animation-name: rubberBand;
}
.CoffeeBlack h3{
	font-family: 'Suez One', sans-serif;
	filter: drop-shadow(5px 15px 21px white);
	font-size: 50px;
}
.pulse {
	animation-duration: 1.5s;
	animation-delay: 0.1s;
	animation-name: pulse;
}
@media (min-width:768px) {
	.navbar-nav-right > li {
		float: right
	}			
}
.QW-left {
	background-position: left!important;
}
.s-left {
	left: 290px;
	right:initial;
}
.col-right {
	float: right!important;
}
.navbar-header a {
	font-family: 'Suez One', sans-serif;
	font-size: 30px;
}
.bolder {
	position: fixed;
	top: 40px;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}
@media (max-width: 992px) {
	.col-md-5
	{
		width:200px;
	}
}
.button0 {
	border-radius: 40px;
	
	padding: 3px 10px;
	border: 0;
	background: #e6aa22;
	box-shadow: -3px -5px 4px 0px rgb(0 0 0 / 19%) inset,
	3px 5px 4px 0px rgb(255 255 255 / 25%) inset;
}
	.button0:hover {
		box-shadow: 3px 5px 4px 0px rgb(0 0 0 / 19%) inset, -3px -5px 4px 0px rgb(255 255 255 / 25%) inset;
	}
.tyu {
	background: #ffd97d;
	box-shadow: 3px 5px 4px 0px rgb(0 0 0 / 19%) inset, -3px -5px 4px 0px rgb(255 255 255 / 25%) inset;
}

/*עיצוב לחצן חיפוש*/
.searchBox {
	position: fixed;
	top: 95px;
	left: 10%;
	/*transform: translate(-50%,50%);*/
	background: #ffffff;
	height: 60px;
	border-radius: 40px;
	padding: 10px;
	z-index: 5;
}
.srrearchBox {
	right: 10%;
	left: auto;
}

	.searchBox:hover > .searchInput {
		width: 240px;
		padding: 0 6px;
	}

	.searchBox:hover > .searchButton {
		background: white;
		color: #2f3640;
	}

.searchButton {
	color: black;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fbedcf;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
}

.searchInput {
	border: none;
	background: none;
	outline: none;
	float: right;/*להחליף*/
	padding: 0;
	color: black;
	font-size: 16px;
	transition: 0.4s;
	line-height: 40px;
	width: 0px;
}
.srrearchInput {
	float:left;
}

@media screen and (max-width: 620px) {
	.searchBox:hover > .searchInput {
		width: 150px;
		padding: 0 6px;

		/*left: 0;
		position: absolute;
		background: #ffffff;*/
	}

	
}
#kuj {
	font-family: 'Suez One', sans-serif;
	color: #3e2904;
}
	#kuj .maintitle {
		COLOR: white;		
		text-shadow: 4px 4px 4px rgb(0 0 0 / 76%), -2px -2px 8px rgb(0 0 0 / 50%);
	}
	#kuj h3 {
		font-size: 100px;
		font-weight: 900;
	}

	/*עיצוב אנימציה סרגל התקדמות */
	@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');

	.box * {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: 'Poppins', sans-serif;
	}

.container2 {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 80px 100px;
	/*overflow: hidden;
	background: #cfd1e1;*/
}

.box {
	position: relative;
	width: 240px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.box::before, .boxx::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 100%;
		background: linear-gradient(#fff, #fff, #e3e3e3);
		background: linear-gradient(#fff, #fff, #77571d);
		filter: blur(1px);
		z-index: 2;
	}

	.box::after, .boxx::after {
		content: '';
		position: absolute;
		top: 1px;
		right: -1px;
		width: 20px;
		height: 100%;
		background: #9d9d9d;
		background: #77571d;
		filter: blur(1px);
		z-index: 1;
	}

	.box .shadow {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #eee;
	}

		.box .shadow::before {
			content: '';
			position: absolute;
			top: 0;
			left: calc(100% + 60px);
			width: 100%;
			height: 200%;
			background: linear-gradient(rgba(0,0,0,0.075), transparent);
			transform: skewX(45deg);
		}

		.box .shadow::after {
			content: '';
			position: absolute;
			bottom: -200%;
			left: calc(100% + 60px);
			width: 100%;
			height: 200%;
			background: linear-gradient(rgba(0,0,0,0.075), transparent);
			transform: skewX(45deg);
		}
input[data-i55n], select[data-i55n] {
    max-width: none;
}
.box .content {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(#dbdae1, #a3aaba);
    background: linear-gradient(#ffb338, #77571d);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1), 15px 15px 15px rgba(0,0,0,0.1), 20px 20px 20px rgba(0,0,0,0.1), 50px 50px 50px rgba(0,0,0,0.1), inset 3px 3px 2px #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-top: 45px;
}

		.box .content .percent, .boxx .content .percent {
			position: relative;
			width: 150px;
			height: 150px;
		}
			.box .content .percent::before, .boxx .content .percent::before {
				content: attr(data-text)'%';
				position: absolute;
				inset: 20px;
				background: #555;
				background: #3e2904;
				border-radius: 50%;
				display: flex;
				justify-content: center;
				align-items: center;
				color: #fff;
				font-size: 2.5rem;
				letter-spacing: 0.1rem;
				text-transform: uppercase;
			}


			.box .content .percent svg, .boxx .content .percent svg {
				position: relative;
				width: 150px;
				height: 150px;
				transform: rotate(270deg);
			}

				.box .content .percent svg circle, .boxx .content .percent svg circle {
					width: 100%;
					height: 100%;
					fill: transparent;
					stroke-width: 3;
					stroke: rgba(0,0,0,0.05);
					transform: translate(5px, 5px);
				}

					.box .content .percent svg circle:nth-child(2), .boxx .content .percent svg circle:nth-child(2) {
						stroke: #555;
						stroke: #3e2904;
						stroke-dasharray: 440;
						stroke-dashoffset: calc(440 - (440 * var(--num)) / 100);
						opacity: 0;
						animation: fadeIn 1s linear forwards;
						animation-delay: 2.5s;
					}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.box .content .percent .dot, .boxx .content .percent .dot {
	position: absolute;
	inset: 5px;
	z-index: 10;
	animation: animateDot 2s linear forwards;
	/*animation-name: animateDot;
	animation-timing-function: linear;
	animation-fill-mode: forwards;	
	animation-play-state: running;*/
}

@keyframes animateDot {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(calc(3.6deg * var(--num)));
	}
}

.box .content .percent .dot::before, .boxx .content .percent .dot::before {
	content: '';
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	background: #555;
	background: #3e2904;
	border-radius: 50%;
}

.box .content .number, .boxx .content .number {
	position: relative;
	inset: 0;
	opacity: 0;
	animation: fadeIn 1s linear forwards;
	animation-delay: 2.5s;
}

	.box .content .number h2, .boxx .content .number h2 {
		font-size: 2.5rem;
		font-weight: 700;
		color: #3e2904;
	}

		.box .content .number h2 span, .boxx .content .number h2 span {
			font-weight: 300;
			font-size: 1.5rem;
		}
.box:hover, .box .content:hover {
	box-shadow: 5px 5px 5px rgb(255 255 255 / 10%), 15px 15px 15px rgb(255 255 255 / 10%), 20px 20px 20px rgb(255 255 255 / 10%), 50px 50px 50px rgb(255 255 255 / 10%), inset 3px 3px 2px #fff;
}
.ercs {
	font-family: 'Suez One', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #3e2904;
	width: 190px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 45px;
	text-align: center;
	position: absolute;
	top: 20px;
}
	.ercs:hover {
		overflow: revert;
		text-shadow: 0px 0px 5px rgb(255 255 255), 0px 0px 8px rgb(255 255 255);
		white-space: normal;
		z-index: 2;
	}
	.tyjs {
		font-size: 25px;
		font-weight: 600;
	}
/*עיצוב כפתור ללוח*/
.xsd {
	width: fit-content;
	/*display: flex;*/
	padding: 0.8em 1.1em;
	gap: 0.4rem;
	border: none;
	font-weight: bold;
	border-radius: 30px;
	cursor: pointer;
	text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
	background: linear-gradient( 15deg, #3e2904, #a16e17, #914c0f, #ffb338, #f09f33, #ffb338, #914c0f, #a16e17, #3e2904) no-repeat;
	background-size: 300%;
	background-position: left center;
	transition: background 0.3s ease;
	color: #fff;
	max-width: none;
	font-size: 35px;
	font-weight: 400;
}
	.xsd:hover {
		background-size: 320%;
		background-position: right center;
	}

	.button:hover svg {
		fill: #fff;
	}

.xsd svg {
	width: 23px;
	fill: #f09f33;
	transition: 0.3s ease;
}
/*עיצוב אשראי*/


.col-25 {
	-ms-flex: 25%; /* IE10 */
	flex: 25%;
}

.col-50 {
	-ms-flex: 50%; /* IE10 */
	flex: 50%;
}

.col-75 {
	-ms-flex: 75%; /* IE10 */
	flex: 75%;
}

.col-25,
.col-50,
.col-75 {
	padding: 0 16px;
}

/*.container2 {
	background-color: #f2f2f2;
	padding: 5px 20px 15px 20px;
	border: 1px solid lightgrey;
	border-radius: 3px;
}*/



label {
	margin-bottom: 10px;
	display: block;
}

.icon-container {
	margin-bottom: 20px;
	padding: 7px 0;
	font-size: 24px;
}



a {
	color: #2196F3;
}

hr {
	border: 1px solid lightgrey;
}

span.price {
	float: right;
	color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
	

	.col-25 {
		margin-bottom: 20px;
	}
}

.ggr {
	/*width:310px;
	position: absolute;
    right: 51vh;*/
}

/*עיצוב דף לוח Board */

#yjdlopl {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0,#f7941d 100%);
}
#yjdlopl h2{
	font-family: 'Suez One', sans-serif;
}
.display {
	border-collapse: collapse;
	width: 100%;
}

	.display td, .display th {
		border: 1px solid #ddd;
		padding: 8px;
		position: relative;
	}

	.display tr:nth-child(even) {
		background-color: #f8a03666;
	}

	.display tr:hover {
		background-color: #f79a299c;
	}

	.display th {
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: left;
		background-color: #04AA6D;
		color: white;
	}
#sxc {
	margin-top: 20px;
}
#kd {
	margin-top: 20px;
}
.col-50 {
	-ms-flex: 50%; /* IE10 */
	flex: 50%;
}
.roww {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	margin: 0 -16px;
	max-width: 690px;
}
#donate-popup, #A-donate-popup, .donate-popup {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0,#f7941d 100%);
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}
    #donate-popup h2, #donate-popup h3, #A-donate-popup h2, #A-donate-popup h3{
        font-family: 'Suez One', sans-serif;
    }
    #donate-popup input[type=text], #A-donate-popup input[type=text] {
        width: 100%;
        margin-bottom: 20px;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
#yjdlopl .mfp-close {
	left: 20px;
}

	.fafa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	/*עיצוב הלוח*/
#jjs {
    width: 85%;
    border: 3px solid #3e2904;
    padding: 20px;
    border-radius: 15px;
    margin-right: auto;
    margin-left: auto;    
    position: relative;
    margin-bottom: 100px;
}
#sdcvcf {
	height: 100%;
	width: 100%;
	top: 0;
	position: fixed;	
	z-index: -100;
	right: 0;
}
#Board{
	min-height:100vh;
}
table.customers td, table.customers th {
	border: 0.5px dotted rgb(62 41 4);
	text-align: center;
	position: relative;
	max-width: 50px;
}
table.customers {
	height: 70vh;
	margin-top: 50px;
}
	table.customers th{
		width: 14.2%;
	}
	table.customers tr{
		height: 15%;
	}
.customers tr:first-child {
	height: 20px;	
}
.customers tr:first-child th {
	border: none;
}
#jjs .dfg {
    position: absolute;
    right: 50%;
    top: 0;
    direction: rtl;
    transform: translateX(50%);
}
.fvg {
    background-color: rgb(255 218 124 / 50%);
    border: 1px solid rgb(62 41 4 / 80%);
    border-radius: 7px;
    height: 23px;
    min-height: 23px;
    /*padding: 20px; */
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    margin: auto;
    margin-bottom: 2px;
    margin-top: 2px;
}
	.fvg:hover {
		overflow: revert;
		white-space: normal;
		height:auto;
	}
.sjnx {
	font-family: 'Suez One', sans-serif;
	font-size: 45px;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: -5px;
}
.jjkd {
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 50px;
}
.cvd {
	padding: 0px 12px;
	border: 1px solid rgb(62 41 4 / 80%);
	color: rgb(62 41 4 / 80%);
	background-color: transparent;
	font-weight:600;
}
.buen {
	background-color: transparent;
	border: none;
	font-size: 30px;
}
.sert-r {
    position: absolute;
    left: 12px;
    top: 30px;
    font-size: 20px;
}
.sert-l {
    position: absolute;
    right: 33px;
    top: 456px;
    font-size: 20px;
}
.edf {
    height: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
/*דף סינון*/
#brideg {
    margin-top: 100px;
}
.sxcs {
	margin: 0;
	max-width: 190px;
	margin: 25px;
	margin-top: 0px;
	/*border: 3px solid #3e2904;*/
	background-color: #fbedcf;
	padding: 20px;
	border-radius: 15px;
	z-index: 1;
}
	.sxcs h2 {
		font-family: 'Suez One', sans-serif;
		font-size: 25px;
		text-align: center;
		margin: 0;
		margin-right: auto;
		margin-left: auto;
	}
	.sxcs h3 {
		font-size: 15px;
		font-weight:600;
	}
	.sxcs input[type="text"], .sxcs input[type="button"], .sxcs select {
		max-width: -webkit-fill-available;
		border-radius: 5px;
		border: none;
		height: 30px;
		width: 150px;
		white-space: normal;
	}
.hhjjk {
	width: 600px;
	padding: 10px 10px 10px 10px;
	background-color: #fbedcf;
	border-radius: 1em;
}
	.hhjjk svg {
		position: inherit;
		height:auto;
	}
.jkl {
	outline: 0 none;
	border: none;
	background: transparent;
	width: 95%;
	max-width: 533px;
	padding: 10px 10px 10px 10px;
	line-height: 1;
}
.rfv {
	border-radius: 100em;
	border: none;
	height: 36px;
	background-color: #fff;
}
.edwd {
	position: absolute;
	margin: -60px 240px;
}
.scdvd {
	width: 100%;
	display: flex;	
	align-items: flex-start;
}
@media (max-width:1080px) {
    .scdvd {
        display:block;
    }
    #hero {
        height: 200vh;
    }
        #hero .herotext {
            padding: 50px 50px;
        }
    
}
@media (max-width: 1020px) {
	input[type=search].jkl {
		/*max-width: -webkit-fill-available;*/
		max-width: calc(100vw - 488px);		
	}

	.edwd, .hhjjk {
		max-width: calc(100vw - 423px);
	}
}
.mkrf {
	margin-top: 15px;
	background-color: #c78b24;
	font-family: 'Suez One', sans-serif;
	font-size: 25px;
	height: auto!important;
}
.rty:after {
	display: inline-block;
	content: "";
	width: 30px;
}
.rty .ffgesr:before {
	bottom: 50%;
	content: "▲";
	position: absolute;
	left: 0;
	height: 15px;
	opacity: .5;
}
.rty .ffgesr:after {
	top: 40%;
	content: "▼";
	position: absolute;
	left: 0;
	height: 15px;
	opacity: .5;
}
.rtyafter .ffgesr:after {
	opacity: 1;
}
.rtybefore .ffgesr:before {
	opacity: 1;
}
.dswe {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}
	.dswe * {
		color:black;
	}
.ssda {
	color: #fbedcf;
}
.swd {
	/*width: 110px;*/
	height: 35px;
	text-align: right;
	margin: 5px;
}
.axsa {
	position: relative;
	padding-left: 20px;	
	padding-top: 5px;
}
#nbdj {
	margin-top: 40px;
	margin-bottom: 160px;
}
/*לחצן שליחה*/
.dwfc {
    display: inline-block;    
    position: relative;    
}
.dwfc:focus {
    outline: 0;
}

.dwfc.animate {
    width: 68.1818181818px;
    height: 68.1818181818px;
    min-width: 0;
    border-radius: 50%;
    color: transparent;
}

.dwfc.success {
    width: 68.1818181818px;
    height: 68.1818181818px;
    min-width: 0;
    border-radius: 50%;
    color: transparent;
    background: #25e518;
}

.dwfc.error {
    width: 68.1818181818px;
    height: 68.1818181818px;
    min-width: 0;
    border-radius: 50%;
    color: transparent;
}

.dwfc.animate:after, .chat.animate:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border: 4px solid #fefefe;
    border-radius: 50%;
    border-left-color: transparent;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: spin ease-in 2.5s forwards infinite;
    animation-name: spin;
    -webkit-animation-name: spin;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index:10;
}

.dwfc.success:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 12.5px;
    border: 4px solid #fefefe;
    border-right: 0;
    border-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
    -webkit-animation: success ease-in 0.15s forwards;
    animation: success ease-in 0.15s forwards;
    animation-delay: .5s;
}

.dwfc.error {
    position: relative;
    -webkit-animation: vibrate ease-in 0.5s forwards;
    animation: vibrate ease-in 0.5s forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: .5s;
}

    .dwfc.error:before {
        color: #fff;
        position: absolute;
        content: "!";
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        -webkit-animation: error ease-in 0.5s forwards;
        animation: error ease-in 0.5s forwards;
        animation-delay: .5s;
    }

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    90% {
        transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    98% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(0);
    }
}

@keyframes success {
    from {
        transform: translate(-50%, -50%) rotate(0) scale(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    }
}

@-webkit-keyframes success {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    }
}

@keyframes error {
    from {
        transform: translate(-50%, -50%) scale(0);
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        background-color: #f44336;
    }
}

@-webkit-keyframes error {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        background-color: #f44336;
    }
}

@keyframes vibrate {
    0%, 30%, 60%, 85%, 100% {
        left: 0;
        background-color: #f44336;
    }

    10%, 40%, 90%, 70% {
        left: -2px;
        background-color: #f44336;
    }

    20%, 50%, 80%, 95% {
        left: 2px;
        background-color: #f44336;
    }
}
/*דף חתן אישי*/
.wmk{
    margin:10px 20px;
}
.dwwx {
    font-family: 'Suez One', sans-serif;
    font-size: 45px;
    text-align: center;
}
#jjss > table.customers {
    margin-top: 0;
    height: 158px;
}
/* End of container */
::-webkit-scrollbar-thumb {
    background-color: #f90a23;
    background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.hexagon-item {
    cursor: pointer;    
    z-index: 0;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

    .hexagon-item:first-child {
        margin-right: 0;
    }

    .hexagon-item:hover {
        z-index: 1;
    }

        .hexagon-item:hover .hex-item:last-child {
            opacity: 1;
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
        }

        .hexagon-item:hover .hex-item:first-child {
            opacity: 1;
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

            .hexagon-item:hover .hex-item:first-child div:before,
            .hexagon-item:hover .hex-item:first-child div:after {
                height: 5px;
            }

        .hexagon-item:hover .hex-item div::before,
        .hexagon-item:hover .hex-item div::after {
            background-color: #f7941d;
        }

        .hexagon-item:hover .hex-content svg {
            -webkit-transform: scale(0.97);
            -moz-transform: scale(0.97);
            -ms-transform: scale(0.97);
            -o-transform: scale(0.97);
            transform: scale(0.97);
        }

        .hexagon-item:hover .title {
            -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }
@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
/*הגדל תצוגה*/
.hexagon-menu.clear {
    transform: scale(1.2);
}
.hex-item {
    position: absolute;
    top: 0;
    left: 33.4px;
    width: 100px;
    height: 173.20508px;
}

    .hex-item:first-child {
        z-index: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .hex-item:last-child {
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 1;
    }

    .hex-item div {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        width: 100px;
        height: 173.20508px;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
    }

        .hex-item div::before, .hex-item div::after {
            background-color: #1e2530;
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

        .hex-item div:before {
            top: 0;
        }

        .hex-item div:after {
            bottom: 0;
        }

        .hex-item div:nth-child(1) {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .hex-item div:nth-child(2) {
            -webkit-transform: rotate(60deg);
            -moz-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            -o-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        .hex-item div:nth-child(3) {
            -webkit-transform: rotate(120deg);
            -moz-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            -o-transform: rotate(120deg);
            transform: rotate(120deg);
        }

.hex-content {
    color: #fff;
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px;
}

    .hex-content .hex-content-inner {
        left: 50%;
        margin: -3px 0 0 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .hex-content .icon {
        display: block;
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 11px;
    }

    .hex-content .title {
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .hex-content svg {
        left: -7px;
        position: absolute;
        top: -13px;
        transform: scale(0.87);
        z-index: -1;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        height: 200px;
        width: 174px;
    }

    .hex-content:hover {
        color: #fff;
    }

.main {
    display: flex;
    --s: 165px; /* size  */
    --m: 8px; /* margin */
    --f: calc(1.732 * var(--s) + 4 * var(--m) - 1px);
}

.hexagon-item {
    width: var(--s);
    margin: var(--m);
    height: calc(var(--s)*1.1547);
    display: inline-block;
    margin-bottom: calc(var(--m) - var(--s)*0.2885);
}

*[lang=iw] *[dir=rtl] .hexagon-menu::before, *[lang=yi] *[dir=rtl] .hexagon-menu::before {
    float: right;
}
.hexagon-menu::before{
    content: "";
    width: calc(var(--s) / 2 + var(--m));
    float: left;
    height: 120%;
    shape-outside: repeating-linear-gradient( #0000 0 calc(var(--f) - 4px), #000 0 var(--f) );
}
.wrapper > div.ert {
    font-size: 35px;
}
.sdc {
    height: auto;
    padding-bottom:inherit!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
*[dir=rtl] .nav-tabs > li {
    float:right;
}
.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
.highligh {
    background-color: #eaeaea !important;
}

select {
    /* border: 1px solid #fff; */
    background-color: transparent;
    height: 36px;
}

.druul {
    font-weight: 700;
}

.jskkd {
    position: fixed;
    width: 332px;
    z-index: 120;
    top: 50%;
    left: 35%;
    background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
    border-radius: 1em;
    box-shadow: 0px 2px 8px #888888;
}

.ss {
    float: left;
    margin-top: 0em !important;
}

.bg-field {
    padding: 0;
    margin: auto;
    margin-top: 60px;
    width: 80%;
}



.display th {
    background-color: #e59105;
}

.df {
    width: 800px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 1px solid #f7941d;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%), 15px 15px 15px rgb(0 0 0 / 10%), 20px 20px 20px rgb(0 0 0 / 10%);
}

.edc {
    column-count: 3;
    column-gap: 40px;
}

    .edc input {
        width: 100%;
        height: 25px;
        border-radius: 3px;
        border: 1px solid #6a6a6a;
    }

        .edc input:focus-visible {
            border: 1px solid #f2781c;
            outline: #ffffff00;
        }

    .edc select {
        width: 100%;
    }

textarea {
    width: 100%;
}

.edc input[type=checkbox] {
    width: 25px;
}

.rfb {
    border: 1px solid #f2781c;
    background-color: #f9f9f9;
    height: calc(100vh - 185px);
    border-radius: 1em;
    padding: 5px;
    position: relative;
}

.gfh {
    font-size: 16px;
    position: relative;
    margin: auto;
    padding: 1em 2.5em 1em 2.5em;
    border: none;
    background: #fff;
    transition: all 0.1s linear;
    box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.1);
    height: 54px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

    .gfh:active {
        transform: scale(0.95);
    }

    .gfh span {
        color: #464646;
    }

    .gfh .border, .gfhs .border {
        position: absolute;
        border: 0.15em solid #fff;
        transition: all 0.3s 0.08s linear;
        top: 50%;
        left: 50%;
        width: 9em;
        height: 3em;
        transform: translate(-50%, -50%);
    }

    .gfh:hover .border, .gfhs:hover .border {
        display: block;
        width: 9.9em;
        height: 3.7em;
    }

.test {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 8px 0px white, 0px 16px 0px white;
    display: inline-block;
    top: 11px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}

.gfhs:has(.test) {
    border-radius: 50%;
    width: 44.5px;
}

.gfhs {
    font-size: 13px;
    position: relative;
    margin: auto;
    padding: 1em;
    border: none;
    background: #8a81ff;
    transition: all 0.1s linear;
    box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 1em;
}

.full-rounded {
    border-radius: 2em;
}

.nnjd {
    max-width: none;
    width: calc(100% - 36px);
}

.njm {
    position: absolute;
    bottom: 0;
    border: 1px solid #78b4ff;
    background-color: #f9f9f9;
    width: 100%;
    border-radius: 1em;
    padding: 5px;
    right: 0;
    z-index: 10;
}

.huik {
    position: absolute;
    width: 100%;
    height: calc(100% - 225px);
    right: 0;
    background-color: #f7f7f7;
}


.chat-messages {
    position: relative;
    margin-top: 15px;
    z-index: 10;
    padding: 5px;
    overflow: auto;
    height: 100%;
    flex-direction: column-reverse;
    display: flex;
}

div.chat-messages div.chat {
    position: relative;
    width: 260px;
    height: 270px;
    background: #fcfcfe;
    left: 50%;
    margin-left: -150px;
    padding: 20px;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 30px 0 0 -15px #a7a4dd, 60px 0 0 -30px #7570c8, -30px 0 0 -15px #a7a4dd, -60px 0 0 -30px #7570c8, 0 0 25px rgba(255,255,255,0.5);
}

div.chat div.chat-content > span {
    margin-bottom: 12px;
}

div.chat div.chat-content span.friend {
    position: relative;
    width: 70%;
    height: auto;
    float: right;
    display: inline-block;
    background: #fff;
    padding: 10px;
    padding-bottom: 25px;
    box-shadow: 2px 2px 20px -2px rgba(60,51,176,0.2);
    color: rgba(60,51,176,1);
}

.ft {
    color: #ffffff
}

div.chat div.chat-content span.friend.first {
    border-radius: 2px 15px 15px 15px;
}

div.chat div.chat-content span.friend.last {
    border-radius: 15px 2px 15px 15px;
}

div.chat div.chat-content span.friend span.time {
    position: absolute;
    display: block;
    right: 0;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 10px;
    font-weight: 500;
    color: rgba(60,51,176,0.5);
}

div.chat div.chat-content span.you.cds {
    background: #8077ff;
}

div.chat div.chat-content span.you {
    position: relative;
    float: left;
    width: 70%;
    height: auto;
    background: #5850c0;
    display: inline-block;
    padding: 10px;
    padding-bottom: 25px;
    color: #fff;
    box-shadow: 2px 2px 20px rgba(60,51,176,0.2), inset -10px -10px 55px rgba(255,255,255,0.1);
}

    div.chat div.chat-content span.you span.time {
        position: absolute;
        display: block;
        right: 0;
        margin-top: 5px;
        margin-right: 10px;
        font-size: 10px;
        font-weight: 500;
        color: rgba(255,255,255,0.5);
    }

    div.chat div.chat-content span.you.first {
        border-radius: 15px 15px 15px 2px;
    }

    div.chat div.chat-content span.you.last {
        border-radius: 2px 15px 15px 15px;
    }

div.msg-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(60,51,176,0.1);
    overflow: hidden;
}

.friend-list {
    margin-top: 35px;
}

    .friend-list ul li {
        position: relative;
        list-style: none;
        float: left;
        width: 20%;
        text-align: center;
    }

        .friend-list ul li img {
            border-radius: 100%;
            border: 3px solid rgba(255,255,255,1);
        }

        .friend-list ul li:nth-child(2n+1) img {
            width: 40px;
            height: 40px;
        }

        .friend-list ul li:nth-child(2n+2) img {
            width: 50px;
            height: 50px;
            transform: translateY(-10%);
        }

        .friend-list ul li:nth-child(3) img {
            width: 70px;
            height: 70px;
            transform: translateY(-20%);
        }

        .friend-list ul li:nth-child(2n+1) img,
        .friend-list ul li:nth-child(2n+1) span.name {
            opacity: 0.4;
        }

        .friend-list ul li:nth-child(2n+2) img,
        .friend-list ul li:nth-child(2n+2) span.name {
            opacity: 0.7;
        }

        .friend-list ul li.active img,
        .friend-list ul li.active span.name {
            opacity: 1;
        }

        .friend-list ul li.active img {
            box-shadow: 1px 1px 0 rgba(39,28,93,0.5), -1px -1px 0 rgba(39,28,93,0.5), 0 0 35px rgba(255,255,255,0.3);
        }

        .friend-list ul li span.name {
            position: relative;
            width: 100%;
            left: 0;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.5px;
            color: rgba(255,255,255,0.9);
        }

        .friend-list ul li.active span.name {
            top: -7px;
        }

        .friend-list ul li span.name span.status {
            display: block;
            text-transform: none;
            font-weight: 300;
            font-size: 8px;
            color: rgba(255,255,255,0.5);
        }

        .friend-list ul li.active span.name span.status {
            font-size: 9px;
        }

        .friend-list ul li:nth-child(2n+1) span.messages span.count {
            position: absolute;
            font-size: 10px;
            width: 17px;
            height: 17px;
            display: inline-block;
            background: #f42052;
            z-index: 10;
            line-height: 17px;
            border-radius: 100%;
            margin-top: -2px;
            right: 0;
            margin-right: 10px;
            color: #fff;
        }

        .friend-list ul li:nth-child(2n+2) span.messages span.count {
            position: absolute;
            z-index: 10;
            font-size: 10px;
            width: 20px;
            height: 20px;
            display: inline-block;
            background: #f42052;
            line-height: 20px;
            border-radius: 100%;
            margin-top: -10px;
            right: 0;
            margin-right: 7px;
            color: #fff;
        }

        .friend-list ul li.active span.messages,
        .friend-list ul li span.messages.hide {
            display: none;
        }

.audio {
    width: 100%;
}

.textarea {
    max-width: none;
    color: black;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #ff3535;
    color: #fff;
    text-align: center;
    font: 17px Arial, sans-serif;
    display: inline-block;
    top: 0;
    position: absolute;
    right: 0;
}

tr.group,
tr.group:hover {
    /*background-color: rgba(0, 0, 0, 0.1) !important;*/
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.efd {
    background-color: #64f583;
    border-radius: 1em;
    padding: 3px;
    font-size: 12px;
    font-weight: 500;
}

.uyh {
    background-color: #ff3535;
}

.gfh.animate:after {
    border: 4px solid #9d9d9d;
    border-left-color: transparent;
}

input[type=time] {
    border: none;
    border-bottom: 1px solid #b5b5b5;
    border-radius: 0px;
    line-height: 2.3;
    width: 174px;
}

.fgfg input {
    margin: 10px;
}
/*יומן פניות*/
ol {
    list-style: none;
    counter-reset: list;
    padding: 0 1rem;
}

#conj-ybl li {
    position: relative;
    counter-increment: list;
    max-width: 45rem;
    margin: 2rem auto;
    padding: 2rem 1rem 1rem;
    box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: white;
}

    #conj-ybl li::before {
        --stop: calc(100% / var(--length) * var(--i));
        --l: 62%;
        --l2: 88%;
        --c1: hsl(var(--h), 71%, var(--l));
        --c2: hsl(var(--h), 71%, var(--l2));
        content: '';
        display: block;
        width: 100%;
        height: 1rem;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
    }

#conj-ybl h3 {
    display: flex;
    align-items: baseline;
    margin: 0 0 1rem;
    color: var(--brandColor);
}

#conj-ybl p {
    text-align: justify;
    /*font-weight: 800;*/
    font-family: 'Suez One', sans-serif;
}

#conj-ybl .time {
    position: absolute;
    display: block;
    right: 0;
    margin-right: 10px;
    font-size: 10px;
    font-weight: 500;
    color: rgb(193 98 17);
}

#conj-ybl h3::before {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    content: counter(list);
    padding: 1rem;
    border-radius: 50%;
    background-color: var(--brandColor);
    color: white;
    margin-left: 10px;
}

@media (min-width: 40em) {
    #conj-ybl li {
        margin: 3rem auto;
        padding: 3rem 2rem 2rem;
    }

    #conj-ybl h3 {
        font-size: 2.25rem;
        margin: 0 0 2rem;
    }

        #conj-ybl h3::before {
            margin-right: 1.5rem;
        }
}

body {
    --h: 28deg;
    --l: 43%;
    --brandColor: hsl(var(--h), 71%, var(--l));
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color:;
    --bs-card-subtitle-color:;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    margin:10px;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
*[dir=rtl] .col-sm-1, *[dir=rtl] .col-sm-10, *[dir=rtl] .col-sm-11, *[dir=rtl] .col-sm-12, *[dir=rtl] .col-sm-2, *[dir=rtl] .col-sm-3, *[dir=rtl] .col-sm-4, *[dir=rtl] .col-sm-5, *[dir=rtl] .col-sm-6, *[dir=rtl] .col-sm-7, *[dir=rtl] .col-sm-8, *[dir=rtl] .col-sm-9 {
    float: right;
}
 *[dir=rtl] .col-md-1, *[dir=rtl] .col-md-10, *[dir=rtl] .col-md-11, *[dir=rtl] .col-md-12, *[dir=rtl] .col-md-2, *[dir=rtl] .col-md-3, *[dir=rtl] .col-md-4, *[dir=rtl] .col-md-5, *[dir=rtl] .col-md-6, *[dir=rtl] .col-md-7, *[dir=rtl] .col-md-8, *[dir=rtl] .col-md-9 {
    float: right;
}
#filkk {
    position: relative;
    display: flex;
}
.filename {
    width: 100px;
    height: 100px;
    background-color: #c9c9c9;
    display: block;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}
.select2-container--default .select2-results > .select2-results__options {
    text-align: right;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}
.other-month {
    opacity: 0.3; 
}
.highlinh {
    background-color: #ff5151 !important;
}
@keyframes keyframes-marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX( calc(-50% - (var(--gap) / 2)) );
    }
}



.marquee {
    --gap: 3vw;
    width: fit-content;
    display: grid;
    grid-template-columns: auto auto;
    gap: var(--gap);
    align-items: center;
}

.marquee-list {
    display: grid;
    gap: var(--gap);
}

.list {
    display: grid;
    grid-auto-columns: 400px;
    grid-auto-rows: minmax(0, 300px);
    grid-auto-flow: column;
    align-items: center;
    gap: var(--gap);
}

.marquee {
    animation: keyframes-marquee 24s linear infinite;
}

.item {
    height: 100%;
}
.direction-r {
    direction:rtl
}
.direction-l {
    direction:ltr;
}
/*עיצוב לחצן בחירה אישי*/
.custom-checkbox-container {
    margin-bottom: 15px;
}

    /* הסתרת ה-checkbox הדיפולטי של הדפדפן */
    .custom-checkbox-container input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* עיצוב ה-label כדי שיהיה הלחצן עצמו */
    .custom-checkbox-container label {
        position: relative;
        cursor: pointer;
        padding-right: 35px; /* רווח בין התיבה לטקסט */
        font-size: 18px; /* גודל פונט התיאור */
        line-height: 25px;
        user-select: none;
        color: #555;
        transition: color 0.3s ease;
    }

        /* עיצוב הריבוע - הפסאודו-אלמנט ::before */
        .custom-checkbox-container label::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 25px; /* גודל התיבה (רחב) */
            height: 25px; /* גודל התיבה (גבוה) */
            border: 2px solid #ccc;
            background-color: #fff;
            border-radius: 6px; /* פינות מעוגלות עדינות */
            transition: all 0.3s ease;
        }

        /* עיצוב ה-V בתוך הריבוע - הפסאודו-אלמנט ::after */
        .custom-checkbox-container label::after {
            content: '';
            position: absolute;
            top: 5px;
            right: 9px;
            width: 7px;
            height: 12px;
            border: solid white;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
            display: none;
            transition: all 0.2s ease;
        }

    /* עיצוב המצב המסומן (checked) */
    .custom-checkbox-container input[type="checkbox"]:checked + label::before {
        background-color: #77571d;
        border-color: #77571d;
    }

    /* הצגת ה-V כשהלחצן מסומן */
    .custom-checkbox-container input[type="checkbox"]:checked + label::after {
        display: block;
    }

    /* אפקט ריחוף */
    .custom-checkbox-container label:hover {
        color: #77571d;
    }

        .custom-checkbox-container label:hover::before {
            border-color: #77571d;
        }
*[dir=rtl] .nav-pills > li {
    float: right;
}
/*עיצוב של זכיות לקניה*/
.base:before, .base:after, .hole:before, .hole:after, .plate, .plate:before, .plate:after {
    position: absolute;
}

.base, .hole, .plate {
    margin: auto;
}

    .base, .base:before, .base:after, .hole, .hole:before, .hole:after, .plate, .plate:before, .plate:after {
        border-radius: 25%;
    }

        .base:before, .base:after, .hole:before, .hole:after, .plate:before, .plate:after {
            content: "";
            display: block;
        }

        .base:before, .hole {
            background: radial-gradient(100% 100% at bottom left, gray, rgba(128, 128, 128, 0) 50%), radial-gradient(100% 100% at bottom right, gray, rgba(128, 128, 128, 0) 50%), linear-gradient(#333333, #4d4d4d);
        }

            .base:after, .hole:before {
                /*background-image: url("https://assets.codepen.io/416221/plastic-grain-texture.jpg");
  background-color: #262626;
  background-blend-mode: luminosity;*/
            }

        .base:before, .base:after, .plate:before, .plate:after {
            width: 100%;
            height: 100%;
        }

        .base:before, .plate:before {
            transform: translate(-5%, -5%);
        }

        .base:after, .plate:after {
            transform: translate(-6%, -6%);
        }

.base {
    background: #262626;
    position: relative;
    width: 15em;
    height: 15em;
    z-index: 0;
}

.hover-container {
    background: transparent;
    box-shadow: none;
    position: relative;
    width: 15em;
    height: 15em;
    z-index: 0;
}

    .hover-container:after {
        background-size: 100% 100%;
        box-shadow: none;
    }

.base:after {
    background-size: 100% 100%;
    box-shadow: 0.1em 0.1em 0 #262626 inset;
}

.hole {
    /*box-shadow: 0 0 0.1em 0.1em rgba(0, 0, 0, 0.5) inset, 0.1em 0.1em 0.2em 0.2em rgba(0, 0, 0, 0.5);
  width: 70%;
  height: 70%;*/
    transform: translate(-0.9em, -0.9em);
    /*z-index: 1;*/
}

    .hole:before, .hole:after {
        top: 2%;
        left: 2%;
        width: 96%;
        height: 96%;
    }

    .hole:before {
        background-size: 143% 143%;
        box-shadow: 0.3em 0.3em 0.1em 0.1em rgba(0, 0, 0, 0.7) inset, -0.1em -0.1em 0.1em 0.1em rgba(0, 0, 0, 0.7) inset;
    }

    .hole:after {
        animation: blurOutIn 2s ease-out infinite;
        background: black;
    }

.plate {
    background-image: radial-gradient(8% 10% at 18% 102%, #ebd4ad 33%, rgba(235, 212, 173, 0)), radial-gradient(16% 8% at 106% 10%, #ebd4ad 50%, rgba(235, 212, 173, 0)), linear-gradient(45deg, #7b591e 8%, #b9852d 16% 43%, #ebd4ad 46% 50%, #b9852d 53% 56%, #7b591e 60% 62%, #cd9432 65% 87%, #7b591e 92%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 65%;
    height: 65%;
    transform: translate(-0.9em, -0.9em);
    z-index: 2;
}

    .plate:before {
        background: radial-gradient(100% 100% at bottom left, #ebd4ad, rgba(235, 212, 173, 0) 50%), radial-gradient(100% 100% at bottom right, #ebd4ad, rgba(235, 212, 173, 0) 50%), linear-gradient(#b9852d, #cd9432);
    }

    .plate:after {
        background: #d7aa5b;
        box-shadow: 0 0.1em 0 #7b591e inset, 0 0 0 0.1em #ebd4ad inset;
    }

    .plate:nth-child(3), .plate:nth-child(1) {
        transform: translate(-1.4em, -1.4em);
        /*background-image: linear-gradient(45deg, #523b14 8%, #7b591e 12% 30%, #b9852d 50%, #7b591e 70% 88%, #523b14 92%);*/
    }

    .plate:nth-child(2), .plate:nth-child(3) {
        width: 80%;
        height: 80%;
    }

    .plate:nth-child(5), .plate:nth-child(4), .plate:nth-child(6) {
        width: 60%;
        height: 60%;
    }

    .plate:nth-child(4), .plate:nth-child(6), .plate:nth-child(2) {
        filter: blur(1px);
        opacity: 0.7;
    }

        .plate:nth-child(2):after, .plate:nth-child(4):after, .plate:nth-child(6):after {
            background: #523b14;
            box-shadow: 1.5em 1.5em 0.3em #7b591e inset;
        }

    .plate:nth-child(4) {
        transform: translate(-1.4em, -1.4em);
        z-index: 3;
    }

    .plate:nth-child(5) {
        transform: translate(-1.9em, -1.9em);
        z-index: 4;
    }

    .plate:nth-child(6), .plate:nth-child(7) {
        width: 35%;
        height: 35%;
    }

    .plate:nth-child(6) {
        transform: translate(-2.4em, -2.4em);
        z-index: 5;
    }

    .plate:nth-child(7) {
        transform: translate(-2.8em, -2.8em);
        z-index: 6;
    }

.hover-container:hover .hole:after {
    animation: blurOutIn 2s ease-out forwards;
}

.hover-container:hover .plate:nth-child(2) {
    animation: jump0 2s ease-out forwards;
}

.hover-container:hover .plate:nth-child(3) {
    animation: jump1 2s ease-out forwards;
}

.hover-container:hover .plate:nth-child(4) {
    animation: jump2 2s ease-out forwards;
}

.hover-container:hover .plate:nth-child(5) {
    animation: jump3 2s ease-out forwards;
}

.hover-container:hover .plate:nth-child(6) {
    animation: jump4 2s ease-out forwards;
}

/* Animations */
@keyframes blurOutIn {
    from, 40%, to {
        filter: blur(0px);
        opacity: 1;
    }

    10%, 30% {
        filter: blur(3px);
        opacity: 0.5;
    }
}

@keyframes jump0 {
    from, 50%, to {
        filter: blur(1px);
        transform: translate(-0.9em, -0.9em);
    }

    10% {
        filter: blur(1px);
        transform: translate(-0.4em, -0.4em);
    }

    20%, 30% {
        filter: blur(4px);
        transform: translate(0.4em, 0.4em);
    }

    40% {
        filter: blur(7px);
        transform: translate(-0.4em, -0.4em);
    }
}

@keyframes jump1 {
    from, 40%, to {
        transform: translate(-1.4em, -1.4em);
    }

    10%, 30% {
        transform: translate(-1.9em, -1.9em);
    }
}

@keyframes jump2 {
    from, 50%, to {
        filter: blur(1px);
        transform: translate(-1.4em, -1.4em);
    }

    10% {
        filter: blur(1px);
        transform: translate(-2.4em, -2.4em);
    }

    20%, 30% {
        filter: blur(4px);
        transform: translate(-1.9em, -1.9em);
    }

    40% {
        filter: blur(7px);
        transform: translate(-0.4em, -0.4em);
    }
}

@keyframes jump3 {
    from, 50%, to {
        transform: translate(-1.9em, -1.9em);
    }

    10% {
        transform: translate(-2.9em, -2.9em);
    }

    20%, 40% {
        transform: translate(-3.9em, -3.9em);
    }
}

@keyframes jump4 {
    from, 60%, to {
        filter: blur(1px);
        transform: translate(-2.4em, -2.4em);
    }

    10% {
        transform: translate(-3.4em, -3.4em);
    }

    20% {
        filter: blur(1px);
        transform: translate(-4.4em, -4.4em);
    }

    30%, 40% {
        filter: blur(4px);
        transform: translate(-3.9em, -3.9em);
    }

    50% {
        filter: blur(7px);
        transform: translate(-1.4em, -1.4em);
    }
}

@keyframes jump5 {
    from, 60%, to {
        transform: translate(-2.8em, -2.8em);
    }

    10% {
        transform: translate(-3.8em, -3.8em);
    }

    20% {
        transform: translate(-4.8em, -4.8em);
    }

    30%, 50% {
        transform: translate(-5.8em, -5.8em);
    }
}
.text-container {
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 11px); /* שינוי מיקום ה-text-container כפי שביקשת */
    transform: translate(-50%, -50%);
    z-index: 7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    width: calc(100% - 5px); /* הגדרת רוחב מלא של הקונטיינר */
    height: calc(100% - 5px);
    font-family: 'Suez One', sans-serif;
}

    .text-container h1 {
        font-size: 2.25em; /* text-xl */
        font-weight: bold;
        margin: 0;
        direction: rtl;
    }

        .text-container h1, .text-container p, .text-container .price, .text-container h1 > *, .text-container p > * {
            color: rgb(62 41 4 / 0.7%);
            text-shadow: -1.5px -1.5px rgb(96 69 23 / 88%), -2px -1.5px rgb(251 246 238 / 88%), -1.5px -2px rgb(123 89 30 / 80%);
            background: radial-gradient(8% 10% at 18% 102%, #ebd4ad 33%, rgba(235, 212, 173, 0)), radial-gradient(16% 8% at 106% 10%, #ebd4ad 50%, rgba(235, 212, 173, 0)), linear-gradient(45deg, #7b591e 8%, #b9852d 16% 43%, #ebd4ad 46% 50%, #b9852d 53% 56%, #7b591e 60% 62%, #cd9432 65% 87%, #7b591e 92%);
            -webkit-background-clip: text;
            display: inline-block;
            white-space: nowrap;
        }
    
/* עיצוב הקו החדש */
.separator {
    width: 100%;
    height: 0.1em; /* עובי הקו */
    background: #d7aa5b;
    box-shadow: 0 0.1em 0 #7b591e, 0 0 0 0.1em #ebd4ad;
    margin: 0.5em 0; /* מרווח מעל ומתחת לקו */
    background-image: radial-gradient(8% 10% at 18% 102%, #ebd4ad 33%, rgba(235, 212, 173, 0)), radial-gradient(16% 8% at 106% 10%, #ebd4ad 50%, rgba(235, 212, 173, 0)), linear-gradient(45deg, #7b591e 8%, #b9852d 16% 43%, #ebd4ad 46% 50%, #b9852d 53% 56%, #7b591e 60% 62%, #cd9432 65% 87%, #7b591e 92%);
}
.text-container p {
    font-size: 1em; /* text-sm */
    margin-top: 0.25em; /* mt-1 */
    font-weight: 600;
}

.text-container .price {
    font-size: 2.25em; /* text-lg */
    font-weight: 600;
    letter-spacing: 0.14em;
    direction: ltr;
}
.display-inline-block {
    display: inline-block;
}
#errorMessages {
	color: red;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid red;
	background-color: #ffe6e6;
}
.filename {
    display: inline-block;
    padding: 8px 12px;
    margin: 4px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14px;
}

.filename:hover {
    background-color: #e59105;
    color: white;
    border-color: #d48304;
}
.btn-accept {
    background-color: #28a745; /* ירוק */
    color: white;
}

.btn-reject {
    background-color: #ffc107; /* צהוב/כתום */
    color: black;
}

.btn-delete {
    background-color: #dc3545; /* אדום */
    color: white;
}
.status,.status-wrapper {    
	font-weight: bold;
	font-size: 20px;    
}
.status-wrapper .status {
    color: inherit; 
}
.status-wrapper {    
    padding: 15px 12px;
    border-radius: 15px;
    text-align: center;
    margin: 15px 15px;
}
.status-wrapper {
    background-color: #ffc107; /* צהוב/כתום */
    color: black;
}
.status-rejected {
    background-color: #dc3545; /* אדום */
}
.status-approved {
    background-color: #28a745; /* ירוק */
}
.ql-toolbar.ql-snow svg {
position: revert;
width: 100%;
height: 100%;
}
.ql-toolbar.ql-snow {
            direction: ltr;
			 
        }
		.ql-editor.ql-blank{
text-align: right;
		}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12pt"]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12pt"]::before { content: '12'; }
        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="14pt"]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14pt"]::before { content: '14'; }
        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16pt"]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16pt"]::before { content: '16'; }
        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18pt"]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18pt"]::before { content: '18'; }
        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="20pt"]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="20pt"]::before { content: '20'; }
        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="22pt"]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="22pt"]::before { content: '22'; }
.email-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.email-sent {
    border-left: 5px solid #3498db; /* כחול להודעות שנשלחו */
}
.email-received {
    border-left: 5px solid #2ecc71; /* ירוק להודעות שהתקבלו */
}
.email-header {
    margin-bottom: 10px;
    color: #777;
    font-size: 13px;
}
.email-subject {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}
.email-time {
    float: left;
}
.email-body-preview {
    max-height: 100px;
    overflow: hidden;
}
.email-sent {
    float: left;
    clear: both;
    /*background-color: #dcf8dcc6; */
    border-left: none;
    border-right: 5px solid #3498db;
	width: 80%;
}

.email-received {
    float: right;
    clear: both;
}

.chat-content.emails-view {
    overflow: auto; /* Clearfix for floated elements */
}
.email-opened-icon, .email-not-opened-icon {
    margin-right: 8px;
    font-size: 12px;
}

.email-opened-icon {
    color: #2ecc71; /* ירוק */
}

.email-not-opened-icon {
    color: #bdc3c7; /* אפור */
}
.email-header .test{
top: 1px;
width: 3px;
height: 3px;
}
.email-header .gfhs{
box-shadow:none;
}
.email-header .gfhs:hover{
	/*box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.1);*/
}
.email-failed {
    border-color: #e74c3c; /* אדום לשגיאה */
    background-color: #fbe9e7;
}
.email-failed-icon {
    color: #e74c3c; /* אדום */
    margin-right: 8px;
    font-size: 12px;
}