/*--------------------------------------------------------------
# App CSS
--------------------------------------------------------------*/
.open-sans-font-default {
  font-family: "Open Sans", sans-serif;
  color: #3a3939;
}

.open-sans-font-color-default {
  color: #1b75bc;
}

.open-sans-font {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
	"wdth" 100;
}

.open-sans-font-sm {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-variation-settings:
	"wdth" 100;
}

.open-sans-font-bold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
	"wdth" 100;
}

.open-sans-font-menu {
  font-family: "Open Sans", "sans-serif"!important;
  font-optical-sizing: auto;
  font-size: 0.9rem!important;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
	"wdth" 100;
}
	
.nav-item {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 19.75pt;
  font-variation-settings:
	"wdth" 100;
}

.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

.d-inherit {
  display: inherit!important;
}

.navmenu .nav-item::after {
  content: "|";
  display: block;
  text-align: center;
  color: #979797;
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1;
}

.disabled-link {
  pointer-events: none;
  color: #979797; /* Bootstrap's disabled text color */
  text-decoration: none;
}

.nav-item.first::after {
  display: none!important;
}

.navmenu-link .nav-item.first.before::before {
  content: "|";
  display: block;
  text-align: center;
  color: var(--accent-color)!important;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 0.4rem;
}

.navmenu-link .nav-item::after {
  content: "|";
  display: block;
  text-align: center;
  color: var(--accent-color)!important;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 0.4rem;
}

.navmenu-link .nav-item.first::after {
  display: none!important;
}

body {
	background-color: #ffffff;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #333;
}

/* Header */
.navbar-brand img { height: 40px; }
.nav-icon { color: #00c3ff; font-size: 1.5rem; }

/* Hero Section */
.hero-section {
	color: white;
	overflow: hidden;
	position: relative;
}
.hero-img {
	height: auto;
}
.hero-content {
	padding: 40px;
	background: linear-gradient(90deg, rgba(224,0,0,0) 0%, rgba(224,0,0,1) 20%);
}

/* Step Indicator */
.step-container {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 30px 0;
	color: #3a3939;
}
.step-circle {
	width: 34px;
	height: 34px;
	border: 2px solid #333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.1rem;
	color: #3a3939;
}
.step-circle.active {
	background-color: #00c3ff;
	border-color: #00c3ff;
	color: white;
}

/* Form Styling */
.form-card {
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
}
.section-title {
	color: #4a90e2;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
.sub-title {
	color: #ff3b3b;
	text-align: center;
	font-size: 1.2rem;
	margin-top: -20px;
	margin-bottom: 20px;
}

/* Underlined Inputs */
.custom-input {
	border: none;
	border-bottom: 1px solid #333;
	border-radius: 0;
	padding: 10px 5px;
	width: 100%;
	text-align: right;
}
.custom-input:focus {
	outline: none;
	border-bottom: 2px solid #00c3ff;
	box-shadow: none;
}
label {
	display: block;
	font-weight: 500;
	margin-top: 10px;
}
.required { color: red; }

/* Employment Grid */
.employment-option {
	text-align: center;
	margin-bottom: 20px;
}
.employment-option input[type="checkbox"] {
	accent-color: #1b75bc;
	margin-left: 0rem!important;
}

.employment-option input[type="radio"] {
	accent-color: #1b75bc;
	width:25px;
	height:25px;
}

/* Footer Button */
.btn-continue {
	background-color: #00c3ff;
	color: white;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: none;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.footer-text {
	color: black;
	font-size: 0.85rem;
	text-align: center;
	margin-top: 20px;
	line-height: 1.4;
}

.footer-text h6{
	color: #4a90e2;
	padding-bottom: 15px;
}

.big-checkbox {
  transform: scale(1.4);
  margin-right: 8px;
}	

.red-placeholder::placeholder {
  color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.bank-card-custom {
border: 1px solid #e0e0e0;
border-radius: 10px;
padding: 12px 5px;
background: #fff;
cursor: pointer;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
position: relative;
}

/* עיגול הבחירה (Radio Circle) */
.custom-radio-circle {
width: 18px;
height: 18px;
border: 1px solid #999;
border-radius: 50%;
margin-bottom: 8px;
background: #fff;
}

/* כפתור "אין לי חשבון" האדום */
.no-bank-btn {
background-color: #ff0000;
border: none;
padding: 20px;
}

.white-border {
border-color: #fff !important;
}

.bank-card-custom img {
max-height: 35px;
width: auto;
}	

.bank-card-text {
border-radius: 10px; 
border: 1px solid #ccc;
}

.text-input:disabled {
background-color: white;
color: rgb(134 139 143 / 75%);
border-color: #d0c8c8;
}

.text-input:disabled::placeholder {
color: rgb(134 139 143 / 75%) !important;
}

.w-92 {
width: 92%!important;
}

.col-13p {
	width: 12%;
	flex: 0 0 12%;
	max-width: 12%;
}

.scrollable-col {
    max-height: 500px;
    overflow-y: auto;
}

.pt-75 {
	padding-top: 0.75rem !important;
}

.btn-continue-sp {

}

.option-mb-0 {
    margin-bottom: 0px!important;
}