/* Kaamfu Signup - improved with black input icons */
.kaamfu-signup-box {
   
}

.elementor-kit-6 h2.kaamfu-signup-box-heading {
	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;
}

.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-form { 
	margin-top: 6px; 
}

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

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

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

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

.kf-input-wrap {
    position: relative;
}

.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: 15px;
    background-color: #fff;
}

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

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

/* EMAIL ICON (black) */

.kf-icon-email {
    position: absolute;
    left: 14px;
    top: 50%;
    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;
}

.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: 50%;
    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: 50%;
    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: 50%;
    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: 50%;
    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: 50%;
    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;
}

/* 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-invalid-field .kf-error {
	display: block;
}

/* Terms & Conditions */
.kf-terms .kf-checkbox-wrap {
    display: flex;
    align-items: center;
    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;
}

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

}

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

.kf-btn.kf-signup:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.kf-btn.kf-prev {
	background:none; 
	border: none;
	color: #222 !important;
	padding: 12px 10px 12px 20px;
	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 { 
	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;
}

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

.kf-remove-invite {
    position: absolute;
    right: 12px;
    top: 45%;
    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: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    background: none;   /* gray default */
    color: #ddd;
    border: 1px solid #ddd;
    transition: all 0.2s ease;
}

.kf-admin-pill.active {
    background: #4285F4;   /* your blue */
    color: #fff;
    border-color: #4285F4;
}


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

.kf-skip-btn {
	background: transparent;
	border: 0;
	color: #777;
	font-size: 14px;
	cursor: pointer;
	padding:10px;
}

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

.kf-loader {
	background: rgba(0,0,0,0.7);
	padding:100px 50px;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
    align-items: center;
}

.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; }
}

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