/* Eski yatay form kapalı */
.lead-row,
.e3-support-widget{
  display:none!important;
}

/* Sağ alt müşteri hizmetleri */
.three-customer-service{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  z-index:999999!important;
  font-family:inherit!important;
}

/* Buton kare */
.three-customer-button{
  width:76px!important;
  height:76px!important;
  min-width:76px!important;
  min-height:76px!important;
  border:none!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#07152d 0%,#1244a4 100%)!important;
  color:#fff!important;
  cursor:pointer!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:0!important;
  box-shadow:0 18px 42px rgba(15,23,42,.28)!important;
  transition:transform .18s ease, box-shadow .18s ease!important;
  position:relative!important;
}

.three-customer-button:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 24px 58px rgba(15,23,42,.34)!important;
}

.three-customer-button svg{
  width:29px!important;
  height:29px!important;
}

.three-customer-button span{
  font-size:9.5px!important;
  line-height:1.05!important;
  font-weight:900!important;
  text-align:center!important;
  color:#fff!important;
}

.three-customer-button::after{
  content:"";
  position:absolute;
  right:8px;
  top:8px;
  width:12px;
  height:12px;
  border-radius:999px;
  background:#12b76a;
  border:2px solid #fff;
  box-shadow:0 0 0 5px rgba(18,183,106,.18);
}

.three-customer-panel{
  position:absolute!important;
  right:0!important;
  bottom:90px!important;
  width:360px!important;
  max-width:calc(100vw - 28px)!important;
  background:#fff!important;
  border:1px solid #dbe7f5!important;
  border-radius:18px!important;
  box-shadow:0 28px 78px rgba(15,23,42,.28)!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  transform:translateY(12px) scale(.96)!important;
  transition:opacity .18s ease, transform .18s ease!important;
}

.three-customer-service.open .three-customer-panel{
  opacity:1!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}

.three-customer-head{
  height:56px!important;
  padding:0 16px!important;
  background:#07152d!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}

.three-customer-head b{
  font-size:15px!important;
  line-height:1!important;
  font-weight:950!important;
  color:#fff!important;
}

.three-customer-close{
  width:32px!important;
  height:32px!important;
  border-radius:10px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:22px!important;
  line-height:26px!important;
}

.three-customer-body{
  padding:14px!important;
  background:#f8fbff!important;
}

.three-customer-form{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
}

.three-customer-form input,
.three-customer-form textarea{
  width:100%!important;
  min-height:46px!important;
  border-radius:12px!important;
  border:1px solid #d7e3f1!important;
  background:#fff!important;
  color:#101828!important;
  padding:0 12px!important;
  outline:none!important;
  box-shadow:none!important;
  font-size:13px!important;
  font-weight:650!important;
}

.three-customer-form textarea{
  min-height:82px!important;
  padding-top:11px!important;
  resize:none!important;
}

.three-customer-form input:focus,
.three-customer-form textarea:focus{
  border-color:#155eef!important;
  box-shadow:0 0 0 4px rgba(21,94,239,.10)!important;
}

.three-customer-form button{
  width:100%!important;
  min-height:48px!important;
  border:none!important;
  border-radius:12px!important;
  background:#12a855!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:14px!important;
  font-weight:950!important;
  box-shadow:0 14px 28px rgba(18,168,85,.23)!important;
}

.three-customer-form button:hover{
  background:#0f944b!important;
}

.three-customer-toast{
  position:absolute!important;
  right:0!important;
  bottom:90px!important;
  min-width:210px!important;
  max-width:280px!important;
  padding:13px 15px!important;
  border-radius:14px!important;
  background:#07152d!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:0 18px 46px rgba(15,23,42,.28)!important;
  opacity:0!important;
  transform:translateY(10px)!important;
  pointer-events:none!important;
  transition:opacity .18s ease, transform .18s ease!important;
}

.three-customer-toast.show{
  opacity:1!important;
  transform:translateY(0)!important;
}

@media(max-width:640px){
  .three-customer-service{
    right:14px!important;
    bottom:14px!important;
  }

  .three-customer-button{
    width:66px!important;
    height:66px!important;
    min-width:66px!important;
    min-height:66px!important;
    border-radius:16px!important;
  }

  .three-customer-button span{
    display:none!important;
  }

  .three-customer-panel{
    bottom:78px!important;
    width:calc(100vw - 28px)!important;
  }

  .three-customer-toast{
    bottom:78px!important;
  }
}
