/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 21:41:49 */
/* Modern alap változók */ 

:root {
  --color-primary: #3aa7ff;
  --color-accent: #ff8000;
  --color-border: #ddd;
  --color-text: #333;
  --radius-sm: 4px;
  --radius-md: 6px;
}

/* Pikaday (datepicker) – modernizálva */ 

.pika-single {
  position: relative;
  z-index: 9999;
  width: 240px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--color-text);
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.pika-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pika-prev,
.pika-next {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  opacity: .5;
  cursor: pointer;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-button {
  width: 100%;
  padding: 6px;
  background: #f5f5f5;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 12px;
  cursor: pointer;
}

.is-selected .pika-button {
  background: var(--color-primary);
  color: #fff;
}

.is-today .pika-button {
  color: var(--color-primary);
  font-weight: 700;
}

/* TurnKeyCRM – float → flex */

.TurnKeyCRM,
.TurnKeyCRM * {
  box-sizing: border-box;
}

.TurnKeyCRM {
  width: 750px;
  margin: auto;
  padding-bottom: 100px;
}

.TurnKeyCRM fieldset {
  margin-bottom: 50px;
}

.TurnKeyCRM label.Required:after{
	content:" *";
    color: #e60000;
    font-weight: 700;}

.TurnKeyCRM h1 {
  text-align:center;
  font-weight: 500;
  margin-bottom: 50px;
}

.TurnKeyCRM h3 {
  margin-bottom: 50px;
}

.TurnKeyCRM .InputBlock {
  display: float;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.TurnKeyCRM .InputBlock p {
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 20px;
}

.TurnKeyCRM .InputBlock_2 input {
  
  width: 100%;
  margin-bottom: 50px;
}

.TurnKeyCRM .InputBlock label {
  flex: 0 0 50%;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.TurnKeyCRM .InputBlock_2 label {
  text-align: left;
  font-weight: 500;
}

.TurnKeyCRM .InputBlock_3 { 
  margin-top: 50px;
}

.TurnKeyCRM .InputBlock_3 label {
  margin-top: 20px;
  font-weight: 500;
}

.TurnKeyCRM .InputBlock_3 a {
  text-align: right;
/* margin-left: 30px; */
  
}

.TurnKeyCRM .InputBlock_4 {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.TurnKeyCRM .InputBlock_4 label {
  flex: 0 0 50%;
  text-align: left;
  font-weight: 500;
  padding-bottom: 0px;
  padding-top: 0px;
  display: block;          /* EZ A KULCS */
  margin-bottom: 4px;      /* label ↔ input távolság (itt csökkented) */
  font-weight: 500;
}

.TurnKeyCRM .InputBlock_4 p {
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.TurnKeyCRM input,
.TurnKeyCRM select,
.TurnKeyCRM textarea {
  flex: 1;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
  font-size: 14px;
}

  .TurnKeyCRM .InputBlock_4 textarea {
    min-height: 120px;
}

/* Gombok – letisztítva */ 

.TurnKeyCRM input[type="submit"],
.TurnKeyCRM input[type="button"] {
  align-self: center;
  padding: 20px 100px;
  border-radius: var(--radius-md);
  border: 1px solid #bbb;
  background: linear-gradient(#c6adad, #c6adad);
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.TurnKeyCRM input[type="submit"]:hover {
  background: linear-gradient(#e5e5e5, #e5e5e5);
  color: #000000;
}

/* Mobil breakpoint – sokkal tisztábban */

@media (max-width: 440px) {

  .TurnKeyCRM {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }

  .TurnKeyCRM .InputBlock {
    flex-direction: column;
  }
	
   .TurnKeyCRM .InputBlock_4 {
    flex-direction: column;
	margin-bottom: 20px;
    gap: 0px;
  }

  .TurnKeyCRM .InputBlock p {
    padding-top: 6px;   /* vagy 0, ha nagyon szoros kell */
  }
	

  .TurnKeyCRM label {
    width: 100%;
    text-align: left;
  }

  .TurnKeyCRM .consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .TurnKeyCRM .consent input[type="checkbox"] {
    width: auto;
    flex: 0 0 auto;
  }
	
  .TurnKeyCRM input,
  .TurnKeyCRM select,
  .TurnKeyCRM textarea {
    width: 100%;
    max-width: 100%;
  }

  .TurnKeyCRM input[type="submit"],
  .TurnKeyCRM input[type="button"] {
    width: 100%;
    padding: 16px;
  }
}
