/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2026 | 06:22:48 */
/*-------------- G E N E R A L ---------------*/
*{outline:0!important;list-style:none;text-decoration:none}
.page,.post{margin:0;overflow-x:hidden}
p {margin:0}
.widget,.elementor-widget:not(:last-child){margin:0}
::selection{background:#91D9D7;color:#2E2F40}
::-webkit-scrollbar{width: 8px;background:#d6d6d6}
::-webkit-scrollbar-thumb{background:#91D9D7;border-radius: 30px;}
*,*::before,*::after {box-sizing: border-box;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}



/*-------------- E X T R A S ---------------*/
body {margin: 0; background: #F7F6FB;color: #2E2F40;}
h1, h2, h3, h4, h5, h6, p, span, a, ul, li, span, input, select,button, div {font-family: 'Noto Sans Hebrew';}






/*-------------- H E A D E R ---------------*/
header#masthead {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 1980px;
	margin: auto;
    padding: 20px;
    background: #F7F6FB;
    z-index: 99;
}
header#masthead img.custom-logo {
    height: 50px;
    width: auto;
}
header#masthead .search {
    max-width: 1000px;
    width: 60%;
}
header#masthead .search input {
    width: 100%;
    height: 50px;
    padding: 12px 50px 12px 15px;
    border: 0;
    background: #E6EAF3;
    background-image: url(/wp-content/uploads/2026/01/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: top 5px right 5px;
    border-radius: 50px;
    font-size: 16px;
}
header#masthead .user {
    display: flex;
    align-items: center;
    gap: 15px;
}
header#masthead .user button.sidebar-toggle {
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
}
header#masthead .user button.sidebar-toggle img {
    width: 30px;
}
header#masthead .user button.btn-sales-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: solid 1px #dce0e8;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
	padding: 10px;
}
header#masthead .user button.btn-sales-upload svg {
    height: 15px;
}
header#masthead .user button.sidebar-toggle {display: none;}



/*----------------- H O M E ------------------*/
.home main {
    display: flex;
    align-items: flex-start;
    align-content: stretch;
    gap: 20px;
    max-width: 1980px;
    margin: auto;
    padding: 0 20px;
}
.home .sidebar {
    position: sticky;
    top: 95px;
    display: flex;
    flex-direction: column;
    height: 100%;
    height: calc(100vh - 100px);
    width: 450px;
    padding: 30px 20px 20px;
    background: #E6EAF3;
    border-radius: 20px;
    border: solid 5px #fff;
	transition: all 0.5s ease-in-out;
}
.home .sidebar .sidebar-title {
    margin: 0 0 15px;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.25px;
}
.home .sidebar .blog-component {
    position: relative;
    max-height: calc(100vh - 260px);
    overflow: auto;
}
.home .sidebar .blog-component::-webkit-scrollbar {display: none;}

.home .sidebar .blog-component:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(0deg, #e6eaf3, transparent);
    pointer-events: none;
}
.home .sidebar .mini-item {
    margin: 0 0 7px;
}
.home .sidebar a {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #2E2F40;
    line-height: 1.2;
}
.home .sidebar a img {
    height: 85px;
    width: 85px;
    margin: 0 0 0 15px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}
.home .sidebar a .item-content {
    width: calc(100% - 120px);
    height: 85px;
    padding: 10px 0 0;
    overflow: hidden;
}
.home .sidebar a .item-arrow {
    width: 7px;
    margin: 0 8px 0 5px;
}
.home .sidebar a.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: auto 0 0;
    border-radius: 150px;
    font-weight: 500;
}
.home .sidebar a .item-title {
    margin: 0 0 7px;
}
.home .sidebar a span.read-time {
    font-weight: 600;
}


/*---main-content---*/
.home .main-content {
    width: calc(100% - 470px);
}
.home .main-content .top-content {
    display: flex;
    gap: 20px;
    margin: 0 0 20px;
}
.home .deal-wrap {
    position: relative;
    max-width: 30%;
    width: 450px;
    height: 350px;
    background: #fff;
    border: solid 5px #fff;
    border-radius: 20px;
}
.home .deal-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home .deal-wrap .deal-image {
    position: relative;
    height: 175px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.home .deal-wrap .deal-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #fff, transparent);
}
.home .deal-wrap span.deal-badge {
    position: absolute;
    top: 25px;
    right: calc(50% - 75px);
    width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff80;
    backdrop-filter: blur(10px);
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.25px;
    color: #000000;
    border-radius: 150px;
    z-index: 9;
}
.home .deal-wrap .deal-content {
    position: relative;
    margin: -50px 0 0;
    padding: 0 30px;
    text-align: center;
    z-index: 9;
}
.home .deal-wrap .deal-content .deal-title {
    margin: 0 0 5px;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
}
.home .deal-wrap .progress-bar {
    position: relative;
    width: 100%;
    height: 7px;
    margin: 25px 0 5px;
    border-radius: 10px;
    background: #E6EAF3;
}
.home .deal-wrap .progress-bar .progress-fill {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #91D9D7;
    border-radius: 50px;
}
.home .deal-wrap .progress-labels {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
}
.home .deal-wrap .progress-labels .progress-current {
    position: absolute;
}
.home .deal-wrap .deal-content .deal-desc {
    font-weight: 500;
    font-size: 16px;
}
.home .deal-wrap .deal-content .deal-info {
    margin: 10px 0 5px;
    font-size: 15px;
}
.home .deal-wrap .deal-content .deal-dates {
    font-size: 12px;
    letter-spacing: 0.25px;
}
.home .summary-wrap {
    position: relative;
    min-width: calc(70% - 20px);
    width: calc(100% - 470px);
    height: 350px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 20px;
}
.home .summary-wrap .summary-title {
    margin: 0;
    margin: 0 0 15px;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-weight: 500;
    font-size: 27px;
    letter-spacing: 0.2px;
}
.home .summary-wrap .summary-top {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #EEF0F7;
}
.home .summary-wrap .summary-top-right {
    width: 40%;
}
.home .summary-wrap .summary-top-right .amount-summary {
    margin: 0 0 30px;
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 1;
}
.home .summary-wrap .summary-top-right .amount-summary .amount-decimal {
    margin: 0 0 0 -5px;
    font-size: 30px;
    letter-spacing: 0px;
}
.home .summary-wrap .summary-top-right .summary-status {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
    font-size: 16px;
}
.home .summary-wrap .summary-top-right .summary-status .status-badge {
    display: flex;
    align-items: center;
    gap: 10px;
}
.home .summary-wrap .summary-top-right .summary-status .status-badge-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #E6EAF3;
    font-weight: 500;
    color: #888;
    border: solid 1px #f9f9f9;
    border-radius: 150px;
}
.home .summary-wrap .summary-top-right .summary-status .status-badge.status-new .status-badge-count {
    background: #E9F2FB;
    border-color: #D6DDED;
    color: #2F64C7;
}
.home .summary-wrap .summary-top-right .summary-status .status-badge.status-sent .status-badge-count {
    background: #F7F5FF;
    border-color: #CDC7E9;
    color: #9B63C0;
}
.home .summary-wrap .summary-top-right .summary-status .status-badge.status-done .status-badge-count {
    background: #E9FBF1;
    border-color: #B4DFCE;
    color: #36A378;
}
.home .summary-wrap .summary-top-left {
    width: 60%;
}
.home .summary-wrap .summary-top-left .summary-bar-item {
    display: flex;
    align-items: center;
    margin: 0 0 7px;
    font-family: 'Noto Sans Hebrew';
    font-size: 15px;
    font-weight: 500;
}
.home .summary-wrap .summary-top-left .summary-bar-item .summary-bar-label {
    width: 175px;
}
.home .summary-wrap .summary-top-left .summary-bar-item .summary-bar-track {
    display: block;
    width: calc(100% - 175px);
    padding: 3px;
    border-radius: 7px;
    background: #EEF0F7;
}
.home .summary-wrap .summary-top-left .summary-bar-item .summary-bar-track .summary-bar-fill {
	min-width: fit-content !important;
    padding: 10px;
    border-radius: 5px;
    background: #91D9D7;
    font-size: 13px;
}
.home .summary-wrap .summary-bottom {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.home .summary-wrap .summary-bottom .summary-period {
    width: 40%;
}
.home .summary-wrap .summary-bottom .summary-verification {
    width: 60%;
    font-size: 13px;
}
.home .summary-wrap .summary-bottom .summary-period label.summary-period-label {
    display: block;
    font-family: 'Noto Sans Hebrew';
    font-weight: 500;
    font-size: 16px;
}
.home .summary-wrap .summary-bottom .summary-period select.summary-period-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 250px;
    width: 100%;
    margin: 10px 0 0;
    height: 45px;
    padding: 0 20px;
    background: #E6EAF3;
    border: 0;
    border-radius: 150px;
	cursor: pointer;
}
.home .summary-wrap .summary-bottom .summary-verification {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    width: 60%;
    font-size: 13px;
}
.home .summary-wrap .summary-bottom .summary-verification .verification-text {
    font-size: 16px;
    font-weight: 500;
}
.home .summary-wrap .summary-bottom .summary-verification .summary-notice {
    width: 100%;
}

/*-----leads-wrap-----*/
.home .main-content .leads-wrap .leads-title {
    margin: 0;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.2px;
}
.home .main-content .leads-content {
    position: relative;
    width: 100%;
    padding: 3px;
    background: #fff;
    border-radius: 20px;
    font-family: 'Noto Sans Hebrew';
}
.leads-content .leads-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 35px;
    text-align: center;
}
.leads-content .leads-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 10px;
    font-size: 15px;
}
.home .main-content .leads-wrap .leads-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 20px;
}
.home .main-content .leads-wrap .leads-header .leads-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}
.home .main-content .leads-wrap .leads-header .leads-filter input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 250px;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    background: #E6EAF3;
    border: 0;
    border-radius: 150px;
    cursor: pointer;
    font-size: 15px;
}
.home .main-content .leads-wrap .leads-header .leads-filter button.leads-export {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 150px;
    cursor: pointer;
}
.home .main-content .leads-wrap .leads-header .leads-filter button.leads-export:hover {
    background: #91D9D7;
}
.leads-wrap .leads-header .leads-toggle {
    display: flex;
    align-items: center;
    padding: 4px;
    gap: 0;
    background: #fff;
    border-radius: 150px;
}
.leads-wrap .leads-header .leads-toggle button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 200px;
    font-size: 18px;
    background: #fff;
    border-radius: 150px;
    border: 0;
}
.leads-wrap .leads-header .leads-toggle button:hover {
    background: #e6eaf3;
    cursor: pointer;
}
.leads-wrap .leads-header .leads-toggle button.active {
    background: #91d9d7;
}

.leads-wrap .leads-header .leads-toggle button.active:hover {
    cursor: default;
    background: #91d9d7;
}
.leads-content .list-header {
	position: sticky;
    top: 95px;
    display: flex;
    align-items: center;
	gap: 10px;
	padding: 10px 0 10px 65px;
    background: #EEF0F7;
    border-radius: 15px 15px 0 0;
    font-size: 15px;
	z-index: 8;
}
.leads-content .list-header select, .leads-content .list-header button.agent-filter-btn {
	direction: rtl;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 7px 10px;
    background: #fff;
    border-radius: 150px;
    border: 0;
    text-align: right;
}
.leads-content .list-body .list-body-item {
	position: relative;
    display: flex;
    align-items: center;
	gap: 10px;
    height: 55px;
	padding-left: 65px;
    font-size: 14px;
    border-bottom: solid 1px #EEF0F7;
}
.leads-content .list-col:not(:last-child) {
    width: 15%;
	white-space: nowrap;
    overflow: hidden;
	min-width: unset;
	text-align: right !important;
}
.leads-content .col-status {
    width: 100px !important;
}
.leads-content .col-entry-date,
.leads-content .col-insured-tel {
    width: 150px !important;
}
.leads-content .col-agent,
.leads-content .col-insured-name {
    width: 200px !important;
}
.leads-content .col-insurance-company {
    width: 250px !important;
}


.leads-content .list-body-item .list-col.col-verified {
    margin: 0 0 0 55px;
}
.leads-content .list-col a {
    color: #2E2F40;
    text-decoration: underline;
}
.leads-content .col-insurance-company {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
.leads-content .col-insurance-company img {
    width: 33px;
    height: 33px;
    border-radius: 150px;
    box-shadow: 0px 2px 5px 0 #00000030;
}
.leads-content .list-col.col-agent .agent-cell {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
.leads-content .list-col.col-agent .agent-cell img {
    width: 30px;
    height: 30px;
    border-radius: 150px;
    object-fit: cover;
    object-position: center;
}

.leads-content .col-status .status-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 100%;
    background: #eef0f7;
    border: solid 1px #d7dae4;
    color: #8b92ab;
    border-radius: 5px;
    font-size: 13px;
}
.leads-content .col-status.status-new .status-badge {
    background: #E9F2FB;
    border: solid 1px #D6DDED;
    color: #2F64C7;
}
.leads-content .col-status.status-done .status-badge {
    background: #E9FBF1;
    border: solid 1px #B4DFCE;
    color: #36A378;
}










/* --U S E R --- F O R M-- */
.user-component {
	position: relative;
}

.user-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px;
}

.user-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.user-greeting {
	font-size: 14px;
}

.user-arrow {
	transition: transform 0.3s ease;
}

.user-toggle[aria-expanded="true"] .user-arrow {
	transform: rotate(180deg);
}

.user-sidebar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 999;
}

.user-sidebar-overlay.active {
	opacity: 1;
	visibility: visible;
}
.user-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 90%;
    width: 500px;
    height: 100%;
    padding: 0;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    border-radius: 0 20px 20px 0;
	text-align: right;
	overflow-x: hidden;
}
.user-sidebar.active {
	transform: translateX(0);
}
.user-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #EEF0F7;
}
.user-sidebar-header .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 50px);
    padding: 0 0 5px;
}
.user-sidebar-header h3 {
    margin: 0;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-weight: 500;
    font-size: 23px;
}
.user-sidebar-header .text-wrapper .btn-logout {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}
.user-sidebar-close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px;
}
.form-group.user-image-group label {
    display: none;
}
.user-sidebar-form {
	padding: 20px;
}

.user-sidebar-form .form-group {
	margin-bottom: 10px;
}
.user-sidebar-form .form-group label {
    display: block;
    margin-bottom: 5px;
    font-family: 'Noto Sans Hebrew';
    font-weight: 500;
    font-size: 14px;
}
.user-sidebar-form .form-group input[type="text"],
.user-sidebar-form .form-group input[type="email"],
.user-sidebar-form .form-group input[type="url"],
.user-sidebar-form .form-group input[type="tel"],
.user-sidebar-form .form-group input[type="password"],
.referral-link-wrapper input {
    width: 100%;
    padding: 15px;
    background: #EEF0F7;
    border-radius: 6px;
    font-size: 14px;
    border: 0;
}
.referral-link-section {
    position: relative;
}
.referral-link-wrapper input::selection {
    background: #eef0f7;
}
.referral-link-wrapper {
    position: relative;
}
.referral-link-wrapper button.btn-copy {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 40px;
    padding: 0 15px;
    border: 0;
    background: #91D9D7;
    font-size: 13px;
    border-radius: 5px;
	cursor: pointer;
}
.referral-link-section .referral-link-desc {
    font-size: 14px;
    margin: 0 0 15px;
}
.referral-link-copied {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    background: #E9FBF1;
    border: solid 1px #B4DFCE;
    color: #36A378;
    font-family: 'Noto Sans Hebrew';
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    z-index: 9;
}
.form-group input:focus {
	outline: none;
	border-color: #0073aa;
}
.user-sidebar-form .form-group.form-group-separator {
    margin: 0;
}
.user-sidebar-form .form-group.form-group-separator h4.form-section-title, .referral-link-section h4 {
    margin: 20px 0 7px;
    padding: 20px 0 0;
    border-top: solid 1px #EEF0F7;
	line-height: 1;
}
.user-image-group .user-image-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.user-image-preview img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.change-image-btn {
    background: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.25px;
    border: solid 1px #D7DAE6;
    font-family: 'Noto Sans Hebrew';
}
.change-image-btn:hover {
	background: #EEF0F7;
}

.form-actions {
	margin-top: 30px;
}
.form-message {
	margin-top: 15px;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	display: none;
}

.form-message.success {
	display: block;
	background: #d4edda;
	color: #155724;
}

.form-message.error {
	display: block;
	background: #f8d7da;
	color: #721c24;
}




/*------------- U S E R - F O R M - P A G E -------------------*/
.page-template-page-new-lead,
.single-lead {
    min-height: 100vh;
    background-color: #F7F6FB;
    background-image: url(/wp-content/uploads/2026/01/clouds_background_.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
header#masthead .left-side {
    display: flex;
    align-items: center;
    gap: 30px;
}
header#masthead .left-side .my-agent-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}
header#masthead .left-side .my-agent-info img {
    height: 45px;
}
header#masthead .left-side .my-agent-info .agent-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
header#masthead .progress-bar-container .progress-bar {
    position: relative;
    padding: 30px 0 15px;
}
header#masthead .progress-bar-container .progress-bar-bg {
    width: 100%;
    height: 7px;
    border-radius: 10px;
    background: #E6EAF3;
}
header#masthead .progress-bar-container .progress-bar .progress-bar-fill {
    position: absolute;
    top: 30px;
    right: 0;
    height: 7px;
    background: #91D9D7;
    border-radius: 50px;
}
header#masthead .progress-bar-container .progress-bar .progress-bar-fill:after {
    content: "";
    position: absolute;
    top: -12.5px;
    left: -10px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    box-shadow: 0 2px 7px 0 #00000030;
    border-radius: 150px;
    background-image: url(/wp-content/uploads/2026/01/airplane.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}
header#masthead .progress-bar-stats {
    display: flex;
    align-items: center;
}
header#masthead .progress-bar-stats span {
    display: block;
    min-width: 145px;
    width: 33.3%;
    font-size: 14px;
    font-weight: 500;
}
.lead-form-container {
    max-width: 850px;
    margin: auto;
    background: #fff;
    padding: 50px;
    border-radius: 30px;
}
.lead-form-container .lead-form-intro {
    text-align: center;
}
.lead-form-container .lead-form-intro .intro-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
}
.lead-form-container .lead-form-intro .lead-form-title {
    margin: 20px 0 50px;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-weight: 500;
    font-size: 50px;
}
.lead-form-container .form-step {
    min-height: 500px;
    max-width: 620px;
    margin: auto;
}
.lead-form-container .form-step .form-row {
    display: flex;
    align-items: flex-start;
	margin: 0 0 20px;
    gap: 20px;
    width: 100%;
}
.lead-form-container .form-step .form-group-half {
    width: calc(50% - 20px);
}
.lead-form-container label {
    display: block;
	margin: 0 0 7px;
    font-family: 'Noto Sans Hebrew';
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}
.lead-form-container .form-step input, .lead-form-container .form-step select {
	display: block;
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    background: #EEF0F7;
    border-radius: 5px;
    border: 0;
	text-align: right;
	cursor: pointer;
}
.lead-form-container .insured-ages-row .insured-ages-wrapper {
    position: relative;
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
}
.lead-form-container .insured-ages-row .insured-ages-wrapper .insured-age-item,
.lead-form-container .insured-ages-row .insured-ages-wrapper button.btn-add-age {
    width: calc(25% - 10px - 5px);
}
.lead-form-container .insured-ages-row .insured-ages-wrapper .insured-age-item {
    position: relative;
}
.lead-form-container .insured-ages-row .insured-ages-wrapper .insured-age-item button.btn-remove-age {
    position: absolute;
    top: 17px;
    left: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #00000020;
    border: 0;
    cursor: pointer;
}
.lead-form-container .insured-ages-row .insured-ages-wrapper button.btn-add-age {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background: none;
    border: dashed 1px #00000050;
    border-radius: 5px;
    font-family: 'Noto Sans Hebrew';
    letter-spacing: 0.35px;
    line-height: 1;
    color: #777;
    cursor: pointer;
}
.form-message.error {
    font-family: 'Noto Sans Hebrew';
    font-size: 13px;
    letter-spacing: 0.35px;
}
.form-actions {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #EEF0F7;
}
.form-actions.form-actions-dual {justify-content: space-between;}
.form-actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 40px;
    font-family: 'Noto Sans Hebrew';
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #d2d4df;
    background: none;
    cursor: pointer;
	color: #000;
}
.form-actions button.btn-submit, .form-actions button[class="btn-next-step"] {
    background: #61D4CB;
    border-color: #61D4CB;
    font-weight: 500;
}
.lead-form-container .coverage-item input[type="checkbox"] {
    display: none;
}
.lead-form-container .coverage-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 10px 0;
    border-top: solid 1px #EEF0F7;
}
.lead-form-container .coverage-item .coverage-content {
    display: flex;
    align-items: center;
    gap: 15px;
}
.lead-form-container .coverage-item .coverage-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 40px;
    padding: 5px;
    background: #EEF0F7;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
}
.lead-form-container .coverage-item .coverage-btn .coverage-quantity-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.lead-form-container .coverage-item .coverage-btn .coverage-quantity-selector input {
    padding: 0;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    height: 30px;
    background: none;
}
.lead-form-container .coverage-item .coverage-btn .coverage-quantity-selector button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 150px;
    border: 0;
    font-size: 22px;
    background: #fff;
    cursor: pointer;
}
.lead-form-container .coverage-item .coverage-btn.added {
    background: #c7cbd9;
}
.lead-form-container .coverage-item .coverage-icon {
    width: 35px;
    text-align: center;
}
/*----- Coverages list: scroll internally when the full list overflows -----*/
.lead-form-container .coverages-wrapper {
    max-height: 420px;
    overflow-y: auto;
    padding-left: 8px;
}
/*----- Coverage info "i" + hover/focus tooltip -----*/
.lead-form-container .coverage-item .coverage-info {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 18px;
    height: 18px;
    margin: 0 -7px 0 0;
    background: #E6EAF3;
    border-radius: 50px;
    cursor: help;
}
.lead-form-container .coverage-item .coverage-info .coverage-info-mark {
    font-family: 'Noto Sans Hebrew';
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    color: #2E2F40;
}
.lead-form-container .coverage-item .coverage-info .coverage-tooltip {
    position: absolute;
    top: calc(100% + 9px);
    right: 50%;
    transform: translateX(50%);
    width: max-content;
    max-width: 240px;
    padding: 10px 12px;
    background: #2E2F40;
    color: #fff;
    border-radius: 8px;
    font-family: 'Noto Sans Hebrew';
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    text-align: right;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 20;
}
.lead-form-container .coverage-item .coverage-info .coverage-tooltip:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
    border: solid 6px transparent;
    border-bottom-color: #2E2F40;
}
.lead-form-container .coverage-item .coverage-info:hover .coverage-tooltip,
.lead-form-container .coverage-item .coverage-info:focus .coverage-tooltip,
.lead-form-container .coverage-item .coverage-info:focus-visible .coverage-tooltip {
    opacity: 1;
    visibility: visible;
}
.coverage-tier-hint {
    display: block;
    padding: 10px 10px 20px;
    font-size: 13px;
    font-weight: 500;
}
.packages-grid {
    display: flex;
	align-items: center;
    gap: 20px;
    min-height: calc(90vh - 100px);
    max-width: 1250px;
    margin: auto;
    padding: 0 30px;
}
.packages-grid .package-card {
    display: block;
    width: calc(33.3% - 20px);
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    font-family: 'Noto Sans Hebrew';
    font-size: 15px;
}
.packages-grid .package-card img.package-logo {
    display: block;
    width: 140px;
    height: 70px;
    margin: 0 auto 40px;
    object-fit: contain;
    object-position: center;
}
.packages-grid .package-card .package-price {
    margin: 0 0 10px;
    font-family: 'Noto Sans Hebrew';
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -2px;
    text-align: center;
    line-height: 1;
}
.packages-grid .package-card .package-price-subtitle {
    text-align: center;
}
span.price-amount__fraction {
    font-size: 20px;
    letter-spacing: 0;
}
.packages-grid .package-card .package-info {
    margin: 30px 0;
    padding: 20px 0;
    border-top: solid 1px #EEF0F7;
    border-bottom: solid 1px #EEF0F7;
    text-align: center;
	font-size: 13px;
}
.packages-grid .package-card .package-info .package-info-row:nth-child(1) span {
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 23px;
}
.package-card .package-coverages {
    min-height: 150px;
}
.package-card .package-coverages-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 0 7px;
    font-size: 12px;
}
.package-card .package-coverages-header .package-section-title {
    margin: 0;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 20px;
    font-weight: 500;
}
.package-card .package-coverages-list .package-coverage-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
}
.package-card .package-coverages-list .package-coverage-item .coverage-price {
    font-weight: 600;
    font-size: 13px;
}
.package-card .package-actions {
    margin: 30px 0 30px;
}
.package-card .package-actions .btn-package.btn-package--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background: #61D4CB;
    border-radius: 5px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
	transition: transform .2s ease;
}
.package-card .package-disclaimer {
    text-align: center;
    font-size: 12px;
}


.packages-grid .package-card:hover .btn-package{
  animation: packageBtnPulse 1.1s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
}


@keyframes packageBtnPulse{
  0%   { transform: scale(1); }
  50%  { transform: scale(1.07); }
  100% { transform: scale(1); }
}






.sales-upload-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.sales-upload-modal .sales-upload-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000030;
    z-index: 8;
}
.sales-upload-modal .sales-upload-content {
    position: relative;
    max-height: calc(100vh - 40px);
    max-width: unset !important;
    width: 750px;
    height: 750px;
    padding: 5px 20px 20px 20px;
    background: #E6EAF3;
    border-radius: 20px;
    border: solid 5px #fff;
    font-size: 15px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    z-index: 9;
}
.sales-upload-modal .sales-upload-content h3 {
    margin: 0 0 12px;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.2px;
    line-height: 1;
}
.sales-upload-modal .sales-upload-content button.sales-upload-close {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    border-radius: 150px;
    line-height: 1;
    box-shadow: 0 2px 7px 0 #00000020;
    cursor: pointer;
}
.sales-upload-modal .sales-upload-content button.sales-upload-close svg {
    margin: 0 0 -2px;
}
.sales-upload-modal .sales-upload-content p.sales-upload-desc {
    max-width: 450px;
    margin: 0 auto 20px;
}
.sales-upload-modal .sales-upload-content .sales-upload-section label {
    display: none;
}
.sales-upload-modal .sales-upload-content .sales-upload-section .sales-upload-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 150px;
}
.sales-upload-modal .sales-upload-content .sales-upload-section .sales-upload-toggle button {
    width: 33.3%;
    height: 50px;
    padding: 3px 0 0;
    border-radius: 150px;
    border: 0;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.2px;
    line-height: 1;
    background: #fff;
    cursor: pointer;
}
.sales-upload-modal .sales-upload-content .sales-upload-section .sales-upload-toggle button.active {
    background: #91d9d7;
}
.sales-upload-modal .sales-upload-content .sales-upload-section .dropzone-content {
    max-width: 450px;
    margin: 0 auto 20px;
    padding: 50px 20px;
    border: dashed 1px #00000050;
    border-radius: 7px;
    font-size: 12px;
	cursor: pointer;
}
.sales-upload-modal .sales-upload-content .sales-upload-section .dropzone-content .dropzone-icon svg {
    height: 25px;
}
.sales-upload-modal .sales-upload-content .sales-upload-section .dropzone-content .dropzone-text {
    margin: 5px 0;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 23px;
}
.sales-upload-modal .sales-upload-content button.btn-submit {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    gap: 7px;
    padding: 15px 20px 15px 30px;
    background: #91d9d7;
    font-size: 16px;
    border: 0;
    border-radius: 3px;
    line-height: 1;
}
.sales-upload-modal .sales-upload-content .sales-upload-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto 0 0;
    padding: 15px;
    background: #fff;
}
.sales-upload-modal .summary-item.summary-records {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    gap: 5px;
}
.sales-upload-modal .dropzone-file-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}
.sales-upload-modal .dropzone-file-info button.file-remove {
    position: absolute;
    left: 20px;
    width: 30px;
    height: 30px;
    background: #E6EAF3;
    border: 0;
    border-radius: 150px;
    line-height: 1;
    cursor: pointer;
}



/*-------- Mobile Menu BTN --------*/
.mobile-menu-btn{display:inline-block;height:30px;margin-bottom:5px;}
.mobile-menu-btn .line{display:inline-block;position:relative;width:30px;height:3px;background-color:#132242;transition-property:background-color, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before,.mobile-menu-btn .line:after{content:'';display:block;width:30px;height:3px;position:absolute;background:#132242;transition-property:margin, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before{margin-top:-10px;}
.mobile-menu-btn .line:after{margin-top:10px;}
.mobile-menu-btn.open .line{background:rgba(0, 0, 0, 0);}
.mobile-menu-btn.open .line:before{margin-top:0;transform:rotate(45deg);}
.mobile-menu-btn.open .line:after{margin-top:0;transform:rotate(-45deg);}




/*--------- User Popup ----------*/
.user-leads-link-wrapper {
    position: relative;
    display: flex;
    align-items: center;
	    flex-direction: row-reverse;
}
.user-leads-link-wrapper button.btn-copy-link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    top: 4px;
    right: 60px;
    width: 85px;
    height: 41px;
    padding: 0 0 0 7px;
    font-size: 13px;
    background: #c2c7d3;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}
.user-leads-link-wrapper button.btn-copy-link svg {
    height: 13px;
}
.user-leads-link-wrapper .btn-open-link {
    display: block;
    margin: 0 0 0 7px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    border: solid 1px #c2c7d3;
    border-radius: 3px;
    line-height: 1.1;
    color: #000;
}
.user-sidebar-footer {
    position: sticky;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: #fff;
    z-index: 9999999999;
}
.user-sidebar-footer .btn-save {
    padding: 15px;
}


.lead-edit-modal-content {
    max-width: 650px;
    max-height: 95vh;
}
.lead-edit-modal-body {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 0 20px;
}
.lead-edit-modal-body .lead-edit-field {
    width: calc(50% - 20px);
}
.lead-edit-modal-footer button.btn-save-lead {
    padding: 15px 70px;
    background: #61D4CB;
    color: #000;
    border: none;
    border-radius: 3px;
    font-family: 'Noto Sans Hebrew';
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
}

.all-agents-modal-search {
    padding: 20px 20px 0;
}

.all-agents-modal-search input {
    width: 100%;
    height: 50px;
    padding: 12px 50px 12px 15px;
    border: 0;
    background: #E6EAF3;
    background-image: url(/wp-content/uploads/2026/01/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: top 5px right 5px;
    border-radius: 50px;
    font-size: 16px;
}








