html {
    overflow-x: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

/* Add this to your stylesheet */
body.kf-popup-open {
    overflow: hidden !important;
    height: 100vh !important;
    width: 100% !important;
    position: fixed; /* Ultimate lock for mobile iOS */
}

input,
textarea,
select {
    font-size: 16px;
}

/* Fullscreen overlay */
.kf-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 0;
}

/* Modal box */
.kf-popup-content {
    background: #F7F7F7;
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
	border-radius: 10px;
}

/* Close button */
.kf-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 300;
    padding: 18px;
    line-height: 15px;
}

a.dialog-close-button.dialog-lightbox-close-button {
    position: absolute;
    top: 0;
    right: 0;
    color:#000;
}
a.dialog-close-button.dialog-lightbox-close-button svg {
    display: none !important;
}
a.dialog-close-button.dialog-lightbox-close-button::after {
    content:"×";
    color:#000;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 300;
    padding: 18px;
    line-height: 15px;
}

/* Header */
.kf-popup-content-header {
    border-bottom: 1px solid #0000001A;
    padding: 12px 20px;
    position: relative; /* FIX: remove absolute */
    width: 100%;
    flex-shrink: 0; /* important for mobile */
    background: #F7F7F7;
}

body .kf-popup-content-header a.kf-popup-links {
    font-size: 15px;
    border-bottom: 3px solid #F7F7F7;
    color: #000;
    padding-bottom: 3px;
    margin-right: 10px;
	display:inline-block;
	line-height:19px;
}

body .kf-popup-content-header .kf-popup-links.kf-active {
    border-bottom: 3px solid #000;
    font-weight: 500;
    color: #000;
}

/* Scrollable Body */
.kf-popup-content-body {
    padding: 25px 20px 50px;
	padding: 0;

    flex: 1 1 auto; /* body takes remaining space */
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	
	position: relative;
	height: calc(100% - 54px);
}


/* Kaamfu Signup - improved with black input icons */
.kaamfu-signup-box,
.kaamfu-signin-box {
   height: 100%;
}

.kf-form,
.kf-step {
    height: 100%;
}

.kf-step {
	display: flex;
    flex-direction: column;
}

.kf-body-wrap {
    padding: 25px 20px 50px;
    height: calc(100% - 54px);
    overflow-y: auto;
    overflow-x: hidden;
	position:relative;
}

.elementor-kit-6 h2.kaamfu-signup-box-heading,
.elementor-kit-6 .kaamfu-signup-box-heading h2 {
	font-size: 31px !important;
	line-height: 40px !important;
	text-align:center;
	margin-bottom:20px;
}

.kaamfu-signup-box-heading img {
	height: 28px;
    margin-top: -8px;
	display: inline-block;
}

.kaamfu-signup-box-text {
	text-align:left;
	margin-bottom:20px;
	font-size:15px;
}

.kf-brand { 
	text-align: center; 
	margin-bottom: 8px; 
}

.kf-brand img { 
	max-height: 34px; 
}

.kf-social-area { 
	margin-bottom: 12px; 
}

.kf-social-buttons { 
	display: flex; 
	gap: 8px; 
	justify-content: center; 
}

.kf-social-btn {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    font-weight: 600;
}

.kf-google { 
	background: #fff; 
	border: 1px solid #dfe6ee; 
}

.kf-github { 
	background: #111; 
	color: #fff; 
}

.kf-microsoft { 
	background: #fff; 
	border: 1px solid #dfe6ee; 
}

.kf-or {
    text-align: center;
    margin: 12px 0;
    position: relative;
}

.kf-or span {
    background: #F7F7F7;
    padding: 0 12px;
    color: #888;
    font-size: 13px;
    position: relative;
}

.kf-or:before {
    content: '';
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    z-index: 0;
}

.kf-field { 
	margin-bottom: 12px; 
	position: relative;
}

.kf-terms {
	padding-left: 14px;
	margin-bottom: 45px;
	padding-top: 10px;
}

.kf-sticky {
	position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 16px 20px;
    border-top: 1px solid #0000001A;
    min-height: 54px;
	overflow:hidden;
}

.kf-sticky .kf-checkbox-wrap {
	margin:0;
}

.kf-label {
    display: none;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
}

/* ================================
   INPUT WRAPPER WITH BLACK ICONS
================================= */

.kf-input-wrap {
    position: relative;
	overflow: hidden; /* critical for iOS */
}

.kf-input {
    width: 100%;
    padding: 12px 44px 12px 44px; /* space for icons */
    border-radius: 28px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    background-color: #fff;
	max-width: 100%;
    box-sizing: border-box;
}

.kf-input::disabled {
	background-color: #ccc;
}

.kf-input.kf-no-icon {
	padding: 12px 20px 12px 20px; /* space for no icons */
}

.kf-checkbox-label {
	font-weight: 300;
}

.kf-checkbox-label a {
	text-decoration: underline;
}

/* EMAIL ICON (black) */

.kf-icon-email {
    position: absolute;
    left: 14px;
    top: 25px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/envelope-t7hhp2Ke.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1; 
	z-index:1;
}

.kf-invite-row .kf-icon-email {
	opacity: 0.5;
	top: 24px;
}

.kf-invite-row .kf-checkbox-wrap {
	padding: 0 15px;
    font-weight: 300;
    font-size: 14px;
    display: block;
}

.kf-invite-row.active .kf-icon-email {
	opacity: 1;
}

.kf-invalid-email .kf-invite-email,
.kf-invalid-field .kf-input {
    border-color: #B01316; 

}

.dialog-lightbox-close-button.kf-btn {
	position: relative;
    padding-right: 15px;
    text-align: center;
    display: inline-block;
    top: 0;
    left: 0;
}

/* PASSWORD ICON (black) */
.kf-icon-password {
    position: absolute;
    left: 14px;
    top: 25px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/lock-zIFKYpdF.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1;
	z-index: 1;
}

.kf-icon-person {
	position: absolute;
    left: 14px;
    top: 25px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/person.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1; 
	z-index: 1;
}

.kf-icon-map {
	position: absolute;
    left: 14px;
    top: 25px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/map.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1; 
	z-index: 1;
}

.kf-icon-org {
	position: absolute;
    left: 14px;
    top: 25px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/briefcase.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1; 
	z-index: 1;
}

.kf-icon-timezone {
	position: absolute;
    left: 14px;
    top: 25px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/world-wide-web.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1; 
	z-index: 1;
}

.kf-icon-globe {
	position: absolute;
    left: 14px;
    top: 25px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/globe.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1; 
	z-index: 1;
}

.kf-icon-id {
	position: absolute;
    left: 14px;
    top: 25px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/id.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1; 
	z-index: 1;
}

.kf-icon-dollar {
	position: absolute;
    left: 14px;
    top: 25px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/dollar.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1; 
	z-index: 1;
}

.kf-icon-key {
	position: absolute;
    left: 14px;
    top: 25px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/key.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1; 
	z-index: 1;
}

.kf-icon-bullhorn {
	position: absolute;
    left: 14px;
    top: 24px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url('../assets/icons/bullhorn.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 1; 
	z-index: 1;
}

/* Password eye icon */
.kf-toggle-password {
    position: absolute;
    right: 10px;
    top: 47%;
    transform: translateY(-47%);
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    font-size: 20px; /* dashicons size */
    line-height: 1;
    width: 25px;
    height: 24px;
    color: #000; /* black icon */
}

/* Make dashicons sharp */
.kf-toggle-password.dashicons {
    font-family: dashicons;
}

/* ================================
   CUSTOM SELECT ARROW INSIDE INPUT
================================= */

.kf-input-wrap select.kf-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='18' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l4 4 4-4'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    padding-right: 44px; /* space for the arrow */
    cursor: pointer;
}

/* Hide default arrow in IE/Edge */
.kf-input-wrap select.kf-input::-ms-expand {
    display: none;
}


/* Focus highlight */
.kf-note {
    display: block;
    margin-top: 6px;
    color: #666;
    font-size: 13px;
}

.kf-error {
    display: block;
    color: #c0392b;
    font-size: 13px;
	padding:0 20px;
}
.kf-error {
    display: none;
    color: #fff;
    font-size: 13px;
    position: absolute;
    background: #B01316;
    z-index: 1;
    right: 0;
    margin: 7px;
    border-radius: 25px;
    padding: 8px 15px;
    top: 0;
    line-height: 18px;
    font-style: italic;
    font-weight: 500;
}

.kf-terms .kf-error {
	padding: 3px 15px;
}

.kf-invalid-field .kf-error {
	display: block;
}

.kf-invite-row .kf-error {
	top: 0px;
	right: 110px;
}

/* Terms & Conditions */
.kf-terms .kf-checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.kf-checkbox-wrap input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

/* Buttons */
.kf-actions { 
	margin-top: 10px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
	background: #F7F7F7;
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 9px 20px;
    border-top: 1px solid #0000001A;
}

.kf-btn {  
	background-color: #4285F4;
    border-radius: 50px;
	color: #fff !important;
    font-size: 15px;
    padding: 12px 20px 12px 15px;
	padding: 8px 20px 8px 15px;
    border: none;
    line-height: 18px;
	cursor:pointer;
	min-width:100px;
	text-align:center;
	text-transform: uppercase;
}

.kf-btn.kf-next {
    background: none;
    border-radius: 50px;
	color: #4285F4 !important;
    font-size: 15px;
    padding: 12px 20px;
	padding: 7px 20px;
    border: none;
    line-height: 18px;
	cursor:pointer;
	min-width:100px;
	text-align:center;
	text-transform: uppercase;
	border:1px solid #4285F4;
}

.kf-btn.kf-next:disabled {
	opacity: 1;
    cursor: not-allowed;
	border-color: #ccc;
	color: #ccc !important;
}

.kf-btn.kf-next.kf-next-fill {
    background-color: #4285F4;
    border-radius: 50px;
	color: #fff !important;
    font-size: 15px;
    padding: 12px 20px;
	padding: 8px 20px;
    border: none;
    line-height: 18px;
	cursor:pointer;
	min-width:100px;
	text-align:center;
}

.kf-btn.kf-signup,
.affwp-form .kf-actions .button {
    background-color: #4285F4;
    border-radius: 50px;
	color: #fff !important;
    font-size: 15px;
    padding: 12px 20px;
	padding: 8px 20px;
    border: none;
    line-height: 18px;
	cursor:pointer;
	min-width:100px;
	text-align:center;
}

.kf-btn.kf-submit:disabled,
.kf-btn.kf-signup:disabled,
.kf-btn.kf-next.kf-next-fill:disabled {
    opacity: 1;
    cursor: not-allowed;
	background-color: #ccc;
	color: #fff !important;
}

.kf-btn.kf-prev {
	background:none; 
	border: none;
	color: #222 !important;
	padding: 12px 10px 12px 20px;
	padding: 8px 10px 8px 0px;
	text-align:right;
	text-transform: uppercase;
	margin-right:15px;
}

.kf-footer-links { 
	margin-top: 10px; 
	text-align: right; 
	color: #4285F4;
    font-size: 14px;
}

.kf-footer-links a {
    color: #4285F4;
    text-decoration: underline;
    font-size: 14px;
}

.kf-success  {
    display: block;
    color: #1e7e34;
    font-size: 13px;
	padding:0 20px;
}
.kf-success {
    display: none;
    color: #fff;
    font-size: 13px;
    position: absolute;
    background: #1e7e34;
    z-index: 1;
    right: 0;
    margin: 7px;
    border-radius: 25px;
    padding: 8px 15px;
    top: 0;
    line-height: 18px;
    font-style: italic;
    font-weight: 500;
}

#kf_message_2 .kf-success {
	margin: 0;
    padding: 42px 30px;
    border-radius: 0;
}

.kf-message { 
	margin-top: 12px; 
	font-size: 14px; 
	display:block;
	position:relative;
}



/*
.kf-message.kf-success { 
	color: #1e7e34; 
}

.kf-message.kf-error { 
	color: #c0392b; 
}
*/

.kf-invite-list {
    margin-top: 14px;
}

.kf-invite-row {
    position: relative;
    margin-bottom: 12px;
	overflow: hidden; /* critical for iOS */
}

.kf-invite-email {
    width: calc( 100% - 110px);
    padding-right: 38px;
}

.kf-remove-invite {
    position: absolute;
    right: 4px;
    top: 21px;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 27px;
    color: #1f2124 !important;
    cursor: pointer;
    display: none;
	padding:0px;
	font-weight: 300;
}

.kf-remove-invite:hover {
    color: #000;
}

.kf-admin-pill {
    position: absolute;
    right: 30px;
    top: 24px;
    transform: translateY(-50%);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    background: none;   /* gray default */
    color: #00000080;
	background:#fff url('../assets/icons/close-4.svg') no-repeat center left;
    border: 1px solid #DFDFDF;
    transition: all 0.2s ease;
	background-size: 9px;
    padding-left: 22px;
    background-position: 8px 8px;
}

.kf-admin-pill.active {
    background:#4285F4 url('../assets/icons/check.svg') no-repeat center left;   /* your blue */
    color: #fff;
    border-color: #4285F4;
	background-size: 17px;
    background-position: 4px 4px;
}


.kf-skip {
	text-align: right;
	margin-top: 10px;
}

.kf-skip-btn {
	background: transparent;
	border: 0;
	color: #777;
	font-size: 15px;
	cursor: pointer;
	padding:10px;
	padding:8px 12px;
	line-height:18px;
}

.kf-skip-btn:hover {
	color: #000;
}

.kf-loader {
	background: #fff;
	padding:100px 50px;
	position:absolute;
	z-index:9999;
	top:-51px;
	left:0;
	width:100%;
	height:calc(100% + 51px);
	text-align: center;
    align-items: center;
}

.kf-loader .kf-btn {
	text-align: center;
    margin-top: 20px;
}

.loading-dots {
    width: 100px;
    height: 100px;
    background: #fff url('../assets/kaamfu_icon_black.svg') no-repeat center center;
    background-size: 50px auto;
    animation: pulse-icon 1.2s infinite ease-in-out;
    border-radius: 100px;
	margin:0 auto;
}

@keyframes pulse-icon {
  0%   { transform: scale(0.8); opacity: 1; }
  50%  { transform: scale(1.0); opacity: 1; }
  100% { transform: scale(0.8); opacity: 1; }
}

:root {
  --primary-blue: #4285F4;
  --light-blue: #ccc;
  --text-color: #000;
}


/* --- Circular Progress --- */
.circular-progress {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* The gradient creates the progress look */
  background: conic-gradient(var(--primary-blue) var(--progress), var(--light-blue) 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* This creates the "hollow" center */
.inner-circle {
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%;
}

/* --- Linear Progress --- */
.linear-progress {
  width: 300px;
  height: 12px;
  background-color: var(--light-blue);
  border-radius: 6px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: var(--primary-blue);
  border-radius: 6px;
  transition: width 0.3s ease;
}

/* --- Text Styling --- */
.label-group h2 {
  margin: 0;
  color: var(--text-color);
  font-size: 24px;
  font-weight: 700;
}

.label-group p {
  margin: 5px 0 0 0;
  color: #1a1a1a;
  font-size: 18px;
}

.icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Small Pie Icon next to text */
.pie-icon {
  width: 24px;
  height: 24px;
  border: 3px solid var(--text-color);
  border-radius: 50%;
  background: conic-gradient(var(--text-color) 90deg, transparent 0deg);
}


.kf-step-progress-bar {
	display: flex;
    align-items: center;
    width: 70%;
    margin: 0px auto 50px;
    justify-content: space-around;
	
	position: absolute;
    top: -40px;
    right: 50px;
    z-index: 99;
	width: 100px;
}

.kf-step-progress-bar.kf-step-2 {
	width: 50%;
}

.kf-step-progress-bar .kf-bar {
	height:5px;
	width:calc( 33.3333% - 10px );
	background:#ccc;
	border-radius: 5px;
	
	height: 25px;
    width: 25px;
	border-radius: 25px;
}

.kf-step-progress-bar.kf-step-2 .kf-bar {
	width:calc( 50% - 10px );
}

.kf-step-progress-bar .kf-bar.kf-bar-active {
	background: #4285F4;
}

.kf-loader-icon {
    width: 32px;
    height: 32px;
	width: 25px;
    height: 25px;
    border: 4px solid #ccc;
    border-top: 4px solid #4285F4;
    border-radius: 50%;
    animation: kf-spin 0.9s linear infinite;
    display: inline-block;
    vertical-align: middle;
	display:none;
	margin: 5px 10px;
}

.elementor .elementor-element.kf-active .elementor-button {
	border-bottom: 3px solid #000000;
	color:#000000;
	font-weight:500;
	padding-bottom:5px;
}

.kaamfu-signin-box {
	display:none;
}


.kf-more-info-mark-wrap {
	position: relative;
}

a.kf-more-info-mark {
    background-color: #4285F4;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    position: absolute;
    right: 0;
	font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
}

body a.kf-more-info {
	color:#4285F4;
	text-decoration: none;
	font-weight: 400;
	font-style: italic;
}
body a.kf-more-info:hover {
	text-decoration: underline;
}

h5.kf-more-info-mark-wrap a.kf-more-info-mark  {
	top: 4px;
}
a.kf-more-info-mark:hover {
	color: #fff;
}

.kf-available-for-wrap {
	display: flex;
	justify-content: center;
}

.kf-available-for {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	border-radius: 999px;
	background-color: #d7d7d7;
	font-size: 13px;
}

.kf-available-label {
	font-weight: 500;
	color: #111827;
	white-space: nowrap;
}

.kf-circle-icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #7a7a7a;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
}

/* Windows */
.kf-circle-icon.is-windows {
	background-image: url('../assets/icons/windows.svg');
}

/* Mac */
.kf-circle-icon.is-mac {
	background-image: url('../assets/icons/apple.svg')
}

/* Ubuntu */
.kf-circle-icon.is-ubuntu {
	background-image: url('../assets/icons/linux.svg')
}

@keyframes kf-spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Founder Note Box */
.kaamfu-signup-box-note {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 20px;
	background-color: #ffffff;
	margin-top:20px;
}

/* Heading */
.kaamfu-signup-box-note h3 {

}

/* Description */
.kaamfu-signup-box-note > p {
    margin: 0 0 20px 0;
}

/* Author wrapper */
.kaamfu-signup-box-note-author {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

/* Left author block */
.kaamfu-signup-box-note-author > div {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Author avatar */
.kaamfu-signup-box-note-author img:first-child {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
}

/* Author name */
.kaamfu-signup-box-note-author p {
	margin: 0;
	font-size: 13px;
	color: #000;
	line-height: 1.4;
}

.kaamfu-signup-box-note-author p b {
	font-weight: 600;

}

/* Company logo */
.kaamfu-signup-box-note-author img:last-child {
	max-height: 22px;
	width: auto;
	object-fit: contain;
	opacity: 0.9;
}

@media (max-width: 992px) { 
	.elementor-popup-modal .dialog-close-button {
    	margin-top: 0;
	}
	
}

/* Desktop view */
@media (min-width: 768px) {
    .kf-popup-content {
        width: 500px;
        height: 600px;
    }
	.signup-modal-content {
		height: calc( 600px - 55px );
		overflow-y:auto;
		overflow-x:hidden;
		margin-top:55px;
	}
}

@media (max-width: 768px) {
	.kf-popup-content {
		border-radius: 0;
	}
	.kf-actions {
		padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
		transform: translateZ(0);
		will-change: transform;
	}
	.signup-modal-content {
		height: calc( 100vh - 106px );
		overflow-y:auto;
		overflow-x:hidden;
		margin-top:55px;
	}
	.kf-step-progress-bar {
		top: -38px;
	}
	.kf-popup-close,
	a.dialog-close-button.dialog-lightbox-close-button::after {
		padding: 16px 18px 19px;
	}
	.signup-modal-content .e-con-inner {
		flex-wrap: nowrap !important;
	}
	.elementor-popup-modal .dialog-close-button {
		top: 17px;
		inset-inline-end: 17px;
	}
}
