@charset "utf-8";
/* CSS Document */

/* ===================================       header.asp         ============================ */

/*_header.asp*/

.loginbox {
	width: 100%;
	height: 86px;
	filter: alpha(Opacity=80);
	color: #ffffff;
	float: left;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-color: rgb(246 0 65 / 7%); 
	position: relative;
}

.topsearch form input[type="image"]{
	border-radius: 50%;
}
	.need_help{
		display:none;
	}
.loginbox .hlo_dear,.loginbox .crown_img{
	line-height: 1;
}
.loginbox .title {
	font: bold 18px 'Open Sans Hebrew';
	color: #000;
	line-height: 40px;
	margin-left: 20px;
	text-align:center;
}
.loginbox .hlo_dear,.loginbox .crown_img,.loginbox .title{
	line-height: 1;
}
.loginbox .title small {
	font: bold 12px 'Open Sans Hebrew';
	text-align:center;
}

.loginbox .title small a {
	font: bold 12px 'Open Sans Hebrew';
	text-decoration:underline;
	text-align:center;
	margin: 0px;
}
.loginbox a {
	font: normal 15px 'Open Sans Hebrew';
	color: #000;
	text-decoration: none !important;
    margin-left: 4px !important;
    padding: 8px 8px !important;
    text-align: center;
    border-radius: 6px !important;
}
.loginbox a.premium {
	background: #F60041;
    color: #fff !important;
    font-weight: bold;
    margin: 10px 0px !important;
    padding: 15px 20px !important;
    border-top: 2px solid #F60041;
    border-radius: 0px !important;
}
a.logoff-item {
    background-color: #fff;
    color: #000;
}
.loginbox a img.active {
    display: none;
}
.loginbox a img.default {
    display: inline;
}
.loginbox a.active img.active {
    display: inline;
}
.loginbox a.active img.default {
    display: none;
}
.loginbox a.active {
    background: #fff;
    color: #000;
	border: 1px solid #fff;
}
.loginbox input[type="text"],
.loginbox input[type="password"] {


	/* לבן  */

	height: 36px;

	border-radius: 7px;

	border: 0;

	padding: 0 10px 0px 0px;

	background: #fff;

	color: #000;

	margin-left: 3px;

	margin-top: 17px;
}

.loginbox input[type="submit"] {
	background: transparent;
	border-radius: 7px;
	color: #fff;
	font-size: 19px;
	letter-spacing: 0;
	margin-top: 0;
	/* padding: 3px 20px 5px 20px; */
	text-decoration: none;
	font-weight: 600;
	margin: 20px 0;
	border: 0;
	background-image: url(/images/login_btn.png);
	border:1px solid lightgray;
	width: 160px;
	height: 36px;
}

/* **************/

.loginbox .round-box-on a {
	font: normal 12px Open Sans Hebrew;
	color: #505050;
	/* חום  */
	text-decoration: none;
	line-height: 75px;
}

.loginbox .round-box-on img {
	padding-right: 5px;
}
/*****HEADER USER MENU******/
#toggle {
    width: 32px;
    height: auto;
    margin: 0px auto 0px 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
cursor: pointer;	
}

#toggle div {
    width: 100%;
    height: 4px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle.on .one {
    transform: rotate(45deg) translate(8px, 4px);
    width: 20px;
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(7px, -3px);
    width: 20px;
}

#menu {
  width: 100%;
  height: auto;
  border-radius: 3px;
  text-align: center;
  margin: auto;
  display: none;
  position: absolute;
    z-index: 99;
    background-color: #189baf; 
	top: 97%;	
	right: 0px;
}
.usercontainer {
	min-width:245px;
    background-color: #189BAF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    padding: 0px 7px;
    border-radius: 80px;
    gap: 30px;
    position: relative;	
    transition: all linear .5s;	
    z-index: 9999;	
}
.usercontainer .currentUser img {
	border-radius: 100%;	
}
.usercontainer.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.usercontainer.active #menu {
    border-radius: 0px 0px 20px 20px;
}
span.u-name {
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
#menu ul {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px;
}
#menu ul li {
    line-height: normal;
    padding: 12px 10px;
    border-top: 1px solid rgb(255 255 255 / 38%);
}	
#menu ul li img {
    margin-left: 10px;
}
#menu ul li a {
    font-size: 15px;
    color: #fff;
}
@media only screen and (max-width: 1279px){
	.loginbox {
	background-image:none;
	background-color: #189BAF !important;
    border-radius: 0px 0px 20px 20px;	
	height: 100px !important;
    padding: 10px 0px;
	}
	.need_help{
		display:block;
	}
	.mobile_show_menu .content {
    width: 100% !important;
    max-width: 100% !important;
	padding: 0px 0px;
}
	span.chat_num {
    position: absolute;
    left: 15px;
    background-color: #F60041;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: 5px;
}
	.menu_close_icon{
	position: absolute;
    top: 10px;
    left: 13px;
    display: flex;
    height: 70px;
    align-items: center;
    text-align: left;
    border-right: 1px solid #fff;
	background-color: #189BAF;
	}
	img.close_icon {
    margin: 0px 10px;
}
.need_help {
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: 0;
    background-color: #F1F1F1;
    height: 120px;
    border-radius: 20px 20px 0px 0px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;   
}
._inner_help{
	display: flex;
    align-items: center;
    justify-content: center;	
	gap: 5px;
	line-height: 1;	
}
.need_help a.help {
    font-size: 14px !important;
    text-decoration: underline;
}
.need_help a.disConnent{
    width: 90%;
    padding: 5px;
    text-align: center !important;
    font-size: 14px !important;
    color: #fff !important;
    background-color: #000;
    border-radius: 20px;
    margin: 10px auto;
    line-height: 1;
}
.mob_loginbox .buttons{
	overflow-y: scroll;
    height: 70vh;
    padding-bottom: 90px;
}
.loginbox .title {
		width:auto;
        padding: 0;		
	}
	.loginbox .buttons {
		float: right;
		line-height: 75px;
		width: 100%;
	}
	.loginbox a {
		margin: 10px 0px !important;
	    padding: 10px 20px !important;	
		position: relative;
		border-bottom: 2px solid #e5e3e3;	
	    border-radius: 0px;
	}
	.loginbox a.noborder {
		border: none;	
	}	
}
@media only screen and (max-width: 767px){
	.loginbox input[type="submit"]{
			background-image: url(/images/mob_login_btn.png);
			background-color: #000!important;
	}

	.loginbox .title {
		width:auto;
        padding: 0 0 10px;
	}
	.loginbox .buttons {
		float: right;
		line-height: 75px;
		width: 100%;
	}
	.loginbox a {
		margin: 10px 0px;
		position: relative;
	}	
	
	.mob_right_menu_sec{
	background-color: #F60041;
		height: 100%;	
	}
	.crown_img a {
		font-size: 14px !important;
		padding: 0px !important;
		margin: 0px !important;
		display: inline;
		color: white !important;
		border: none;
	}

}