@media (min-width: 768px) {
	.float-md-right {
		float: right !important;
	}
	.float-md-left {
		float: left !important;
	}
}

/**/

.toshav-center-container {
	/*max-width: 1000px;*/
	margin: 0 auto;
}

.icons {
	/*max-width: 1000px;*/
	margin: 0 auto;
}

.icons > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.icons > ul > li {
	display: inline-block;
	padding: 1rem;
}


@media (max-width: 768px) {
	.icons > ul > li {
		display: inline-block;
		padding: .5rem;
	}
}

/*
@media (min-width: 992px) {
	.icons > ul > li {
		float: right;
		width: 33.33%;
	}
}
*/

.icons > ul > li > a {
	display: block;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	position: relative;
	background: #111;
	width: 100%;
	/*padding-bottom: 75%;*/
	color: #fff;
	
	width: 300px;
	height: 250px;
	border-radius: .25rem;
}

.icons > ul > li:nth-child(8n+1) > a {
	background: #10688a;
}
.icons > ul > li:nth-child(8n+2) > a {
	background: #118a5d;
}
.icons > ul > li:nth-child(8n+3) > a {
	background: #b17a00;
}
.icons > ul > li:nth-child(8n+4) > a {
	background: #bb3030;
}
.icons > ul > li:nth-child(8n+5) > a {
	background: #bb3077;
}
.icons > ul > li:nth-child(8n+6) > a {
	background: #7c41a0;
}
.icons > ul > li:nth-child(8n+7) > a {
	background: #39959e;
}
.icons > ul > li:nth-child(8n+8) > a {
	background: #333;
}

.icons > ul > li > a > div {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.icons > ul > li > a > div > .icon {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	margin-top: -40px;
}

.icons > ul > li > a > div > .icon > img {
	height: 100px;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.icons > ul > li > a > div > .text {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	margin-top: 60px;
	width: 100%;
	padding: 1rem;
}

.icons > ul > li > a > div > .text > h3 {
	color: inherit;
	margin: 0;
	background: none;
	padding: 0;
	font-weight: bold;
}

.icons > ul > li > a:hover {
	transform: scale(1.05);
}
.icons > ul > li > a:hover > div > .icon > img {
	transform: scale(1.2);
}

@media (max-width: 768px) {
	.icons > ul > li > a {
		width: 150px;
		height: 150px;
	}
	
	.icons > ul > li > a > div > .icon {
		margin-top: -30px;
	}
	
	.icons > ul > li > a > div > .icon > img {
		height: 50px;
	}
	
	.icons > ul > li > a > div > .text {
		padding: .5rem;
		font-size: .85rem;
		line-height: .85rem;
		margin-top: 38px;
	}
	
	.icons > ul > li > a > div > .text > h3 {
		font-size: 1rem;
	}
}



/**/

.ticket {
	
	position: relative;
}
.ticket .card-body {
	cursor: pointer;
}
/*
.ticket:hover:after {
	display: block;
	position: absolute;
	top: 1rem;
	left: 1rem;
	content: 'הצג מידע מורחב';
	background: #007bff;
	color: #fff;
	padding: .25rem .75rem;
}
.ticket.active:hover:after {
	content: 'סגור מידע מורחב';
}*/
.ticket:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	border: 1px solid #007bff;
}
.ticket .full-info {
	display: none;
}
.ticket.active .short-info {
	display: none;
}
.ticket.active .full-info {
	display: block;
}
.ticket .short-description {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ticket.ticket-process-1 {
	border-right: 5px solid #8071f2;
}
.ticket.ticket-process-2 {
	border-right: 5px solid #e4a55a;
}
.ticket.ticket-process-3 {
	border-right: 5px solid #2fa152;
}

.ticket .history {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.ticket .history:before {
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    background: #007bff;
    position: absolute;
    top: 0;
    right: 11px;
}
.ticket .history > li {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-right: 30px;
}
.ticket .history > li:before {
    content: '\f111';
	font-family: 'FontAwesome';
	position: absolute;
    right: 5px;
	margin-top: -2px;
	color: #007bff;
}
.ticket .date-time {
	color: #007bff;
}

/**/

.subjects-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	
}
.subjects-list > ul  {
	column-count: 2;
}

.subjects-list ul li {
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

.subjects-list > ul > li > div {

}
.subjects-list > ul > li {
	margin-bottom: 1.5rem;
	
	
}
.subjects-list > ul > li > ul {
	
}

/**/

details.msg {
	display: block;
    background: #ebf2f3;
    padding: 1rem;
    border: 1px solid #0cb3c6;
	border-radius: .25rem;
	margin-bottom: 1.5rem;
}
details.msg summary {
	font-size: 1.3rem;
}
details.msg.read-0 summary {
	font-weight: bold;
}
details.msg summary .date {
	float: left;
}
details.msg summary .subject {
	display: inline;
}
details.msg .msg-body {
	display: block;
	background: #fff;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #ddd;
}

/**/

details.idx-msg {
	display: block;
}
details.idx-msg summary {
	font-size: 1rem;
}
details.idx-msg summary .date {
	float: left;
}
details.idx-msg summary .subject {
	display: inline;
	cursor: pointer;
}
details.idx-msg.read-0 summary .subject {
	font-weight: bold;
}
details.idx-msg .msg-body {
	display: block;
	margin-top: 1rem;
}

/**/

.toshav-center-news h2 {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem;
	font-weight: bold;
	color: #1e99d9;
}
.toshav-center-news ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	padding-right: 220px;
}
.toshav-center-news .buttons {
	position: absolute;
    top: 0;
    left: 0;
    padding: .4rem .75rem;
}
.toshav-center-news .buttons button {
	background: none;
	padding: 0;
    margin: 0;
	border: 0;
	font-size: 24px;
	color: #1e99d9;
}
.toshav-center-news a {
	color: inherit;
}

@media (max-width: 991px) {
	.toshav-center-news .content {
		margin-top: 50px;
	}
	.toshav-center-news ul {
		padding: 0;
	}
}


@media (max-width: 991px) {
	.tohshav-center-user-bar .btn {
		display: block;
		width: 100%;
		margin-top: .5rem;
		position: relative;
	}
}

.tohshav-center-user-bar .btn {
	position: relative;
}

.tohshav-center-user-bar .badge {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.desktop-element .h1 {
		font-size: 6rem;
	}
}

/**/

.subjects-list label {
	display: inline;
}

/**/

.more-forms-btn {
	font-size: 1.8rem;
	position: relative;
	text-align: center;
}

@media (max-width: 991px) {
	.more-forms-btn {
		font-size: 1.4rem;
		text-align: right;
	}
	
	.more-forms-btn span {
		display: block;
	}
	
	.more-forms-btn span em {
		font-size: 2rem;
		position: absolute;
		top: 50%;
		left: .5rem;
		margin-top: -1rem;
	}
}

.attr-item-inner-type2-obj {
    background: #ebf2f3;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-right: 2px solid #197cb0;
}



/**/

.street-info .table {
	background: #fff;
}

.street-info .table th {
	background: #cfcfcf;
	color: #000;
}

.street-info .table-bordered td, .street-info .table-bordered th {
    border: 1px solid #ababab;
}

@media (max-width: 991px) {
	.street-info .table th {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.street-info .table tr > td:nth-child(1) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	/*.street-info table,
	.street-info thead,
	.street-info tbody,
	.street-info caption,
	.street-info tr,
	.street-info th,
	.street-info td	{
		display: block;
		width: 100%;
	}*/
}

/**/

.custom-icons a {
	display: block;
}

.custom-icons a:hover, .custom-icons a:focus {
	transform: scale(1.1);
}

/**/

.toshav-center-login-options {
	padding-top: 100px;
	width: fit-content;
		margin: 0 auto;
}

@media (min-width: 1200px) {
	.toshav-center-login-options {
		display: flex;
		
		gap: 60px;
	}
	
	.toshav-center-login-options > div {
		width: 300px;
	}
}

@media (max-width: 1199px) {
	.toshav-center-login-options > div {
		margin-bottom: 100px;
		width: 300px;
	}
}

.toshav-center-login-options a {
	width: 300px;
	background: #F8F8F8;
	border: 5px solid #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 1rem;
	font-size: 1.2rem;
	color: #000;
}

.toshav-center-login-options a:hover, .toshav-center-login-options a:focus {
	background: #EEF0FE;
	border: 5px solid #618EF4;
	text-decoration: none;
}

.toshav-center-login-options a .icon {
	margin-bottom: 15px;
	margin-top: -80px;
}

.toshav-center-login-options a .icon svg {
	transition: .5s;
}
.toshav-center-login-options a:hover .icon svg {
	transform: translateY(-10px);
}

.toshav-center-new-login {
	border-radius: 2rem;
	box-shadow: 0 0 80px rgba(0,0,0,0.1);
	padding: 2rem;
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
}

.toshav-center-new-login-v2 {
	max-width: 600px;
}

.toshav-center-new-login.smaller {
	max-width: 500px;
}

@media (max-width: 991px) {
	.toshav-center-new-login {
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.toshav-center-new-login.start-login-page {
		margin: 0;
		margin-right: -400px;
	}

	.toshav-center-new-login-v2.start-login-page {
		margin-right: -300px;
	}
}

@media (min-width: 1200px) {
	.space-before-login {
		margin-top: 80px;
	}
}

.toshav-center-new-login fieldset {
	display: flex;
}

.toshav-center-new-login fieldset legend {
	display: inline-block;
    width: auto;
    margin: 0;
    padding: 0.25rem 0;
    margin-left: 1rem;
}

@media (min-width: 992px) {
	.toshav-center-new-login fieldset legend {
		float: right;
	}
}

.toshav-center-new-login h2 {
	border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: var(--toshavCenterPrimaryColor);
    padding-bottom: 0;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
	.toshav-center-new-login h2 {
		font-size: 1.7rem;
	}
}

.toshav-center-new-login input,
.toshav-center-new-login select {
	font-size: 1.5rem;
    border-radius: 50px;
    padding: .5rem 1rem;
    border: 1px solid #707070;
    width: 100%;
	direction: ltr;
	text-align: center;
}

.toshav-center-new-login select {
	width: fit-content;
	font-size: 16px;
}

.toshav-center-new-login input::-webkit-outer-spin-button,
.toshav-center-new-login input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media (max-width: 991px) {
	.toshav-center-new-login input {
		font-size: 1.2rem;
		border-radius: 50px;
	}
}

.toshav-center-new-login button {
	font-size: 1.3rem;
	border-radius: 50px;
	padding: .75rem 3rem;
	background: #618EF4;
	font-weight: bold;
	border: 0;
}

.toshav-center-new-login-email button {
	background: #EAA14E;
}

@media (min-width: 1200px) {
	.toshav-center-login-pre-text {
		background-color: var(--toshavCenterPrimary);
		color: #fff;
		padding: 2rem;
		display: flex;
		min-height: 500px;
		border-radius: 2rem;
		padding-left: 420px;
	}
}

.toshav-center-login-pre-text h2 {
	font-weight: bold;
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.login-side-bg {
		background-image: url(https://binaa.co.il/content/images/toshav_center_login_01.png);
        background-repeat: no-repeat;
        background-position: -130px 0;
        background-size: auto 100%;
	}
}

/**/

body {
	background-color: #e8e8e7;
}
.toshav-center-header-bg {
	height: 220px;
}

@media (max-width: 991px) {
	.toshav-center-header-bg {
		height: 30px;
	}
}

.toshav-center-side {
	background-color: var(--toshavCenterPrimary);
	color: #fff;
	border-radius: 30px;
}

@media (max-width: 991px) {
	.toshav-center-side {
		border-radius: 30px 30px 0 0;
	}
}

@media (min-width: 1200px) {
	.toshav-center-grid {
		display: flex;
		width: 100%;
		gap: 30px;
	}
	.toshav-center-grid > div {
		flex-grow: 1;
	}

	.toshav-center-grid > div.toshav-center-side {
		width: 250px;
		flex-shrink: 0;
		flex-grow: 0;
	}
}

@media (min-width: 1500px) {
	.toshav-center-grid > div.toshav-center-side {
		width: 340px;
	}
}

.toshav-center-container {
	background-color: #fff;
	box-shadow: 0 0 100px rgba(0,0,0,0.1);
	width: calc(100% - 60px);
	margin: 0 auto;
	border-radius: 30px;
	/*margin-top: -80px;*/
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.toshav-center-container {
		width: 100%;
		margin-top: 0;
		width: calc(100% - 20px);
	}
}

.toshav-center-header-title {
	box-shadow: 0 20px 20px rgb(0 0 0 / 4%);
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.5rem 1rem 0.9rem 1rem;
    color: #0353B5;
    position: relative;
	min-height: 80px;
}
.toshav-center-header-title a {
    color: inherit;
}
.toshav-center-logo {
	position: absolute;
    top: 8px;
    right: 25px;
}
.toshav-center-logo img {
    height: 60px;
}
.toshav-center-body {
	padding: 15px;
}

@media (max-width: 991px) {
	.toshav-center-body {
		padding: 5px;
	}
	.toshav-center-header-title {
		font-size: 1.5rem;
	}
}

/**/

@media (min-width: 1200px) {
	.toshav-center-content-with-side {
		background-color: #F8F8F8;
		border-radius: 30px;
		padding: 30px;
		border: 1px solid #e9e9e9;
		position: relative;
		min-height: 900px;
	}
}

/**/

.toshav-center-nav-toggle {
	display: none;
}

.toshav-center-side nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 15px 25px;
}


.toshav-center-side ul a {
	display: block;
	position: relative;
	padding: 15px 10px;
	padding-right: 30px;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.toshav-center-side ul ul {
	display: none;
}
.toshav-center-side ul ul a {
	border-top: 0;
}

.toshav-center-side ul ul a .name:before {
	content: '• ';
	margin-left: 5px;
}

.toshav-center-side a.selected {
	font-weight: bold;
}

.toshav-center-side a .icon {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
}

.toshav-center-side a .icon svg {
	max-height: 20px;
	max-width: 20px;
}

.toshav-center-side a .icon svg path {
  stroke: #fff !important;
}

.toshav-center-side a .icon img {
	height: 20px;
}

.toshav-center-side a .badge-info {
    position: absolute;
    left: 0;
    top: 18px;
    font-weight: normal;
    border-radius: 2rem;
    min-width: 24px;
	background-color: rgba(255,255,255,0.2);
}

.toshav-center-side nav ul li:has(ul) > a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(90deg);
	border: 5px solid transparent;
	border-left-color: #fff;
}
.toshav-center-side nav ul li:has(ul) > a.active:after {
	transform: translateY(-100%) rotate(-90deg);
}

.toshav-center-side nav ul ul {
	padding: 0 20px 0 0;
    border-radius: 1rem 0 1rem 1rem;
	margin-top: -10px;
	margin-bottom: 10px;
}

.toshav-center-side nav ul ul a .badge-info {
    top: 8px;
}


.toshav-center-side nav ul ul .icon {
	display: none;
}

.toshav-center-side nav ul ul a {
	padding: 5px 10px !important;
}

/**/

.toshav-center-card {
	background-color: #fff;
	border-radius: 30px 0 30px 30px;
	box-shadow: 2px 5px 20px rgba(0,0,0,0.1);
	padding: 1.5rem;
	border-right: 3px solid var(--toshavCenterPrimary);
	display: block;
	color: inherit;
}

a.toshav-center-card:hover {
	color: inherit;
	transform: scale(1.05);
	text-decoration: none;
}

.toshav-center-card .number {
	font-size: 2rem;
	font-weight: bold;
}

/**/

.waiting-for-you [class*='col-']:nth-child(5n+1) .toshav-center-card {
	border-right: 3px solid #BA0606;
}
.waiting-for-you [class*='col-']:nth-child(5n+1) .toshav-center-card .number {
	color: #BA0606;
}

.waiting-for-you [class*='col-']:nth-child(5n+2) .toshav-center-card {
	border-right: 3px solid #0F4CB5;
}
.waiting-for-you [class*='col-']:nth-child(5n+2) .toshav-center-card .number {
	color: #0F4CB5;
}

.waiting-for-you [class*='col-']:nth-child(5n+3) .toshav-center-card {
	border-right: 3px solid #08872A;
}
.waiting-for-you [class*='col-']:nth-child(5n+3) .toshav-center-card .number {
	color: #08872A;
}

.waiting-for-you [class*='col-']:nth-child(5n+4) .toshav-center-card {
	border-right: 3px solid #500887;
}
.waiting-for-you [class*='col-']:nth-child(5n+4) .toshav-center-card .number {
	color: #500887;
}

/**/

.toshav-center-main-page-grid-primary {
	padding: 15px;
}

@media (min-width: 992px) {
	.toshav-center-main-page-grid {
		margin: -30px;
		overflow: hidden;
		border-radius: 30px;
	}

	.toshav-center-main-page-grid > .row > [class*='col-'] {
		min-height: 900px;
	}

	.toshav-center-main-page-grid-primary {
		padding: 30px;
	}

}

.main-pic {
	border-radius: 30px 0 0 30px;
    background-size: cover;
    background-position: center;

}

/**/

.toshav-center-main-mobile-nav {
	display: none;
}

@media (max-width: 1199px) {
	.toshav-center-main-mobile-nav {
		display: block;
		padding: 30px;
	}
}

.toshav-center-main-mobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toshav-center-main-mobile-nav ul ul {
	padding-right: 1rem;
}

.toshav-center-main-mobile-nav a {
	display: block;
	position: relative;
	padding: 15px 10px;
	padding-right: 45px;
	color: #000;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 30px 0 30px 30px;
	margin-bottom: 15px;
}

.toshav-center-main-mobile-nav a .icon {
	position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
}

.toshav-center-main-mobile-nav a .icon img {
	max-height: 18px;
}

.toshav-center-main-mobile-nav a .icon svg {
	max-height: 18px;
    max-width: 24px;
}

/**/

.toshav-center-page-title {
	box-shadow: 0 20px 20px rgb(0 0 0 / 4%);
    padding: 1rem;
    position: relative;
    margin: -30px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
	.toshav-center-page-title {
		margin: -15px;
		margin-bottom: 30px;
	}
}

.toshav-center-page-title h1 {
    font-size: 1.8rem;
    font-weight: bold;
	margin: 0;
}

/**/

.toshav-center-container .btn {
	border-radius: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.toshav-center-container .btn-secondary {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
}
.toshav-center-container .btn-secondary:hover,
.toshav-center-container .btn-secondary:focus {
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	color: #000;
}

.toshav-center-container .btn-primary {
	background-color: var(--toshavCenterBtnBg);
	border: 1px solid var(--toshavCenterBtnBg);
	color: #fff;
	white-space: initial;
}

.toshav-center-container .btn-primary:hover,
.toshav-center-container .btn-primary:focus {
	background-color: #fff;
	color: var(--toshavCenterBtnBg);
	border: 1px solid var(--toshavCenterBtnBg);
}

/**/

.toshav-center-container .h1 {
	text-align: center;
	margin-bottom: 30px;
}

/**/

.toshav-center-container .card {
	border-radius: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	overflow: hidden;
	background-color: #fff;
	border: 5px solid #fff;
	cursor: pointer;
}

.toshav-center-container input:checked + .card {
	background: #EEF0FE;
    border: 5px solid #618EF4;
}

.toshav-center-container .card-header {
	background-color: var(--toshavCenterPrimary);
	color: #fff;
}

.toshav-center-container .card-body {
	background-color: #fff;
}

/**/

.select-info-to-update .grid {
	display: flex;
}

.select-info-to-update .grid > div {
	flex-grow: 1;
    flex-basis: 0;
}

.select-info-to-update .info-card {
	width: 100%;
	background: #F8F8F8;
	border: 5px solid #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 1rem;
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 100px;
}

@media (max-width: 991px) {
	.select-info-to-update .info-card {
		margin: 0 auto;
		margin-bottom: 100px;
	}
}

.select-info-to-update .info-card:hover, .select-info-to-update .info-card:focus {
	background: #EEF0FE;
	border: 5px solid #618EF4;
	text-decoration: none;
}

.select-info-to-update .info-card .icon {
	margin-bottom: 15px;
	margin-top: -80px;
}

.select-info-to-update .info-card .icon img {
	transition: .5s;
	max-width: 140px;
}
.select-info-to-update .info-card .icon svg {
	transition: .5s;
}
.select-info-to-update .ininfo-cardfo:hover .icon svg {
	transform: translateY(-10px);
}
.select-info-to-update .info-card:hover .icon img {
	transform: translateY(-10px);
}

/**/

.flex-grid {
	display: flex;
}

/**/

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

/**/

/**/

.form-category-group {
	background: #f1f1f1;
    border-right: 3px solid #4592a8;
    padding: 0.75rem;
    margin-bottom: 1.5rem;
    border-radius: 2rem;
}

.sub-category .form-category-group {
	background: #fff;
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.form-category-group a {
	color: inherit;
}

.form-category-group .tofes-link {
	display: inline-block;
	padding: .1rem .6rem;
	border-radius: 2rem;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: .5rem;
	margin-bottom: .8rem;
}

/**/

.toshav-center-toggle-input {
	display: flex;
	border: 1px solid #707070;
	border-radius: 50px;
	overflow: hidden;
}

.toshav-center-toggle-input > span {
	position: relative;
	flex-grow: 1;
}

.toshav-center-toggle-input > div {
	display: block;
}

.toshav-center-toggle-input label {
	display: block;
    font-size: 1rem;
    padding: 0.25rem 1rem;
	padding-right: 30px;
    margin: 0;
	height: 100%;
}

@media (max-width: 991px) {
	.toshav-center-toggle-input label {
		font-size: 1rem;
	}
}

.toshav-center-toggle-input input {
	position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
}

.toshav-center-toggle-input input:checked + label {
	background-color: var(--toshavCenterPrimaryColor);
	color: #fff;
}

/**/

.login-with-govil-btn {
	display: flex;
    align-items: center;
    width: 100%;
    background: #f2f9ff;
    border-radius: 2rem;
	margin-bottom: 1rem;
}

.login-with-govil-btn:hover, .login-with-govil-btn:focus {
	background: #ffffff;
    text-decoration: none;
    box-shadow: inset 0px 0px 0px 4px #baddfe;
    border-radius: 4rem;
}

.login-with-govil-btn svg {
    height: 100px;
    transform: scale(1.12) translateX(25px);
}

.login-with-govil-btn .text {
	padding: 1rem;
	padding-right: 0;
	font-size: 1.5rem;
	line-height: 1.7rem;
}

@media (max-width: 991px) {
	.login-with-govil-btn svg {
		height: 60px;
		width: 60px;
		transform: scale(1.12) translateX(15px);
	}
	.login-with-govil-btn .text {
		font-size: 1.2rem;
	}
}

.terms-checkbox {
	width: auto !important;
	display: inline-block;
}

/**/

.toshav-center-links-list a {
    display: block;
    padding: 15px;
    font-size: 1.3rem;
    color: #000;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    background: #fff;
    border-right: 5px solid var(--toshavCenterPrimaryColor);
	border-radius: 15px;
}

.toshav-center-links-list a em {
    color: #0a36a5;
}

/**/


/**/

.express-nav {
	margin: 0 -1.5rem;
	padding: 0 1.5rem;
}

/*
@media (min-width: 992px) {
	.express-nav {
		max-height: 50vh;
		overflow: auto;
	}
}
*/

.express-nav::-webkit-scrollbar {
	width: 1em;
	border-radius: 1rem;
}
 
.express-nav::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 1rem;
}
 
.express-nav::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,0.5);
	border-radius: 1rem;
}

.express-btn {
	display: block;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	opacity: 1;
	margin-bottom: 15px;
	position: relative;
	padding-right: 85px;
	color: inherit;
}

.express-btn:hover {
	background: rgba(255,255,255,0.7);
}

.express-btn:after {
	font-family: 'FontAwesome';
    content: '\f104';
    position: absolute;
    left: 1.2rem;
    top: 1.7rem;
    font-size: 1.2rem;
}

.express-btn .icon {
	display: flex;
	align-items: center;
    justify-content: center;
	
	width: 60px;
	height: 60px;
	border-radius: 16px;
	
	position: absolute;
	top: 10px;
	right: 10px;
}

.sub .express-btn {
	padding-right: 1.5rem;
}
.sub .express-btn .icon {
	display: none;
}

.express-btn .icon img {
	max-width: 30px;
	max-height: 30px;
}

.express-btn h3 {
	font-size: 1.2rem;
	padding: 1.8rem 0;
}


/**/

.search-subject {
	margin-bottom: 2rem;
}

.search-subject input {
	padding: .75rem;
	font-size: 1.2rem;
	border-radius: 2rem;
	background: #fff;
	border: 0;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
}

.search-subject button {
	position: absolute;
    top: 2px;
    left: 2px;
    width: 48px;
    height: 48px;
    background: #BCC0C4;
    border-radius: 50%;
    padding: 0 1rem;
    border: 0;
	color: #fff;
	box-shadow: 0px 3px 6px #00000029;
}



/**/

.ticket_description_summary {
	position: relative;
	padding-right: 40px;
}
.ticket_description_summary:before {
	content: '';
    display: block;
    position: absolute;
    top: 15%;
    right: 10px;
    width: 1px;
    height: 80%;
	border-left: 2px dashed #333;
}
.ticket_description_summary > span {
	display: block;
	margin-bottom: .75rem;
	position: relative;
}
.ticket_description_summary > span:before {
	position: absolute;
    bottom: 8px;
    right: -39px;
    font-family: 'FontAwesome';
    content: '\f058';
    color: #4e9f57;
    font-size: 22px;
    background: #fff;
    border-radius: 50%;
    line-height: 18px;
}
.ticket_description_summary > span > span {
	display: block;
}
.ticket_description_summary > span > strong {
	display: inline-block;
	background: #fff;
	border-radius: 1rem;
	padding: .25rem .75rem;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1)
}

.btn-continue {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 20px;
}


/**/

.child-option-card:hover {
	background-color: #f2f9ff;
}

.child-option-card {
	background-color: #f2f9ff;
}

.child-option-wrap input {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
}

.child-option-wrap input:checked + label {
	background: #f2f9ff;
    border: 5px solid #6190f4;
}

/**/

/*
@media (min-width: 992px) {
	.toshav-center-main-col {
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 900px;
	}
}
*/

/*
.last-messages {

	overflow-x: hidden;
	overflow-y: auto;
	max-height: 300px;
}
*/

/**/

.update-info-form {
	max-width: 800px;
	margin: 0 auto;
}

/**/

.with-gov-il .toshav-center-login-options a {
	width: 250px;
}

@media (min-width: 1200px) {
    .with-gov-il .toshav-center-login-options > div {
        width: 250px;
    }
}

@media (min-width: 1200px) {
    .with-gov-il .toshav-center-new-login.start-login-page {
        margin: 0;
        margin-right: -500px;
    }
}

.with-gov-il .toshav-center-new-login {
	max-width: 1000px;
}

@media (min-width: 1200px) {
    .with-gov-il .toshav-center-login-pre-text {
        padding-left: 520px;
    }
}

.toshav-center-nav-title {
	font-size: 30px;
	font-weight: bold;
	padding: 15px 25px 0 25px;
	position: relative;
}

.toshav-center-panel {
	background-color: var(--toshavCenterLightBg);
	color: var(--toshavCenterPrimaryColor);
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
}

.toshav-center-panel > h2 {
	font-weight: bold;
	border-bottom: 1px solid #bbcdd9;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.toshav-center-panel > h2 {
		font-size: 1.2rem;
	}
}

.toshav-center-panel.min-height-3x {
	min-height: 300px
}

.toshav-center-banner {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	font-size: 1.2rem;
}

.toshav-center-banner h2 {
	font-size: 4rem;
    font-weight: bold;
    max-width: 50%;
}

.toshav-center-banner .btn {
	background-color: #fff;
	color: var(--toshavCenterPrimary);
}

.toshav-center-banner .text {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;

	background: var(--toshavCenterPrimary);
	background: linear-gradient(90deg, rgba(6, 70, 113, 0) 0%, var(--toshavCenterPrimary) 100%);
}

.toshav-center-outlined-card {
	border: 1px solid var(--toshavCenterPrimary);
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 30px;
	background-color: #fff;
}

.toshav-center-outlined-card .border-left {
	border-left: 1px solid #ddd;
	border-right: none !important;
}
.toshav-center-outlined-card .caption {
	font-weight: bold;
}
.toshav-center-outlined-card .lined {
	position: relative;
}
.toshav-center-outlined-card .lined:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #ddd;;
	top: 50%;
	left: 0;
}
.toshav-center-outlined-card .lined span {
	background-color: #fff;
	display: inline-block;
	position: relative;
	padding-left: 5px;
	z-index: 2;
}

/**/


.models-card {
	border: 1px solid var(--toshavCenterPrimary);
	border-radius: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
}

.models-card .models-card-header {
	padding: 15px 25px;
	border-bottom: 1px solid var(--toshavCenterPrimary);
	background-color: var(--toshavCenterLightBg);
	font-size: 1.5rem;
	font-weight: bold;
}

.models-card table th {
	background-color: var(--toshavCenterLightBg);
}

.models-card .models-card-body {
	padding: 25px;
}

.models-card .border-left {
	border-left: 1px solid #ddd;
}

.models-card .caption {
	font-weight: bold;
}

.models-card .lined {
	position: relative;
}

.models-card .lined:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #ddd;;
	top: 50%;
	left: 0;
}

.models-card .lined span {
	background-color: #fff;
	display: inline-block;
	position: relative;
	padding-left: 5px;
	z-index: 2;
}

/**/

.toshav-center-mobile-nav-toggle {
	display: none;
}

@media (max-width: 1199px) {
	#toshav-center-nav {
		margin-bottom: 30px;
	}

	.toshav-center-mobile-nav-toggle {
		display: flex;
        position: absolute;
        top: 18px;
        left: 18px;
        background: none;
        border: 0;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
	}

	.toshav-center-nav-toggle {
		display: block;
		border-radius: 30px 30px 30px 0;
		border: 0;
		background-color: #0353B5;
		color: #fff;
		padding: .5rem 1rem;
		position: absolute;
		top: 17px;
		left: 17px;
		font-size: 1.2rem;
	}
	.toshav-center-nav-holder {
		display: none;
	}
	.toshav-center-nav-title {
		padding: 10px 25px;
	}
}

@media (max-width: 991px) {
	.toshav-center-nav-title {
		font-size: 1.5rem;
	}
	.toshav-center-mobile-nav-toggle {
		top: 12px;
	}
	#toshav-center-nav {
        margin-bottom: 15px;
    }
	.toshav-center-panel {
		padding: 15px;
		margin-bottom: 15px;
	}
	.toshav-center-side nav ul {
		padding: 0 15px;
	}
	.toshav-center-nav-holder {
        font-size: 1rem;
    }
	.toshav-center-banner .text {
		position: initial;
		padding: 15px;
		background-color: var(--toshavCenterPrimary);
	}
	.toshav-center-banner .text h2 {
		font-size: 1.5rem;
	}
}

.invisible-table {
	display: table;
	margin: 0 auto;
}

.invisible-table-row {
	display: table-row;
}


.invisible-table-col {
	display: table-cell;
	padding: 12px 15px;
}

.min-height-box {
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.toshav-center-panel .badge-primary {
	border-radius: 2rem;
    font-size: 18px;
    line-height: 17px;
    transform: translateY(1px);
    background: rgb(255 255 255);
    color: #0c4670;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}