.slcb-wrapper {
    display: none;
    max-width: 520px;
    width: 95%;
    margin: 16px auto;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    direction: rtl;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 2.5%;
    height: 90%;
}
.slcb-header{padding:12px 16px;background:#f9fafb;border-bottom:1px solid #eee;direction: ltr;}
.slcb-title{ font-weight:700; font-size:16px; display: flex; justify-content: space-between;}
.slcb-title p {margin-bottom: 0;}
.slcb-subtitle{ font-size:12px; color:#6b7280; margin-top:2px }
.slcb-chat{height:calc(100% - 150px);overflow-y:scroll;padding:12px;background:#fcfcfd;direction: ltr;}
.slcb-bubble{ max-width:85%; margin:8px 0; padding:10px 12px; border-radius:12px; line-height:1.5; font-size:14px; word-wrap:break-word; white-space:pre-wrap }
.slcb-bubble.user{ margin-left:auto; background:#e0f2fe; border:1px solid #bae6fd }
.slcb-bubble.bot{ margin-right:auto; background:#f3f4f6; border:1px solid #e5e7eb }
.slcb-bubble.pending{ opacity:0.7; font-style:italic }
.slcb-form{display:flex;gap:8px;padding:12px;border-top:1px solid #eee;background:#fff;position: absolute;bottom: 0;width: 100%;direction: ltr;}
.slcb-input{ flex:1; padding:10px 12px; border-radius:10px; border:1px solid #d1d5db; outline:none }
.slcb-input:focus{ border-color:#60a5fa; box-shadow:0 0 0 3px rgba(59,130,246,.1) }
.slcb-send{ border:none; border-radius:10px; padding:10px 16px; cursor:pointer; background:#3b82f6; color:#fff; font-weight:600 }
.slcb-send:hover{ filter: brightness(1.05) }
.slcb-contact-form{ margin-top:10px; display:flex; flex-direction:column; gap:8px }
.slcb-contact-form input{ padding:8px; border:1px solid #d1d5db; border-radius:6px }
.slcb-contact-form button{ padding:8px; background:#3b82f6; color:#fff; border:none; border-radius:6px; cursor:pointer }
.slcb-success{ margin-top:10px; color:green; font-weight:700 }
.slcb-bgdark {
    display: none;
	background: #000000;
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
}
p.btn-toggle {
    cursor: pointer;
}
.slcb-bubble img {
    border-radius:9px
}

.slcb-box-holder-main.slcb-not-selectable {
    display: flex;
    position: fixed;
    bottom: 66px;
    left: 2.5%;
    width: 40px;
    height: 40px;
    z-index: 9999999;
    background: #000000;
    padding-bottom: 5px;
    align-items: center;
    justify-content: space-around;
    border-radius: 50px;
    cursor: pointer;
}

div#slcb_box_holder_icon {
    width: 20px;
    height: 20px;
}

.slcb-not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* a#startBtn {
    padding: 9px 15px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    width: 42px;
    height: 42px;
    cursor: pointer;
} */

