.elementor-35829 .elementor-element.elementor-element-cecfac7{--display:flex;}.elementor-35829 .elementor-element.elementor-element-dc79444 > .elementor-widget-container{padding:1rem 1rem 1rem 1rem;}#elementor-popup-modal-35829{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-35829 .dialog-message{width:400px;height:auto;}#elementor-popup-modal-35829 .dialog-close-button{display:flex;}#elementor-popup-modal-35829 .dialog-widget-content{border-radius:25px 25px 25px 25px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-dc79444 */#kk-login-popup {
  font-family: "Outfit", sans-serif;
  text-align: center;
  margin: 1rem;
}

.kk-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.kk-input {
  width: 100%;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  border: 1px solid #ddd;
  margin-bottom: 14px;
  font-size: 16px;
  background: #fafafa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: auto;
  line-height: 1.4; /* important */
}

.kk-btn {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: #fafafa;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.2s;
}

.kk-btn:hover {
  background: #f2f2f2;
    color: #000;

}

.kk-login-main {
  background: #000;
  color: #fff;
  border-color: #000;
  font-weight: 600;
}

.kk-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  margin: 22px 0;
}
.kk-divider span {
  flex: 1;
  height: 1px;
  background: #ddd;
}

.kk-acceptance-checkbox {
  transform: scale(1.2);   /* try 1.2–1.6 */
  transform-origin: left center;
  margin-right: 5px;       /* spacing from label */
  accent-color: #fff;   /* black checkmark */
}


.kk-policy{
  font-size: 12px !important;
}



.kk-forgot a {
  text-decoration: underline;
  font-size: 14px;
}

.kk-bottom-link {
  margin-top: 20px;
  font-size: 14px;
}

.kk-bottom-link a {
  font-weight: 600;
  text-decoration: underline;
}

/* Hide Google-injected elements */
.kk-google div[role="button"],
.kk-google iframe,
.kk-google svg {
  display:none!important;
  width:0!important;
  height:0!important;
}

.elementor-popup-modal .dialog-close-button,
.elementor-popup-modal .dialog-close-button:focus {
  outline: none;
}/* End custom CSS */