@charset "UTF-8";
body {
  background-color: rgba(219, 242, 255, 0.1411764706);
}

#bodyOverlay {
  display: none;
}

#bodyOverlay.menu-opend {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 19;
}

.dir-rtl .icon-rotate_arabic-270 {
  transform: rotate(270deg);
}

/********************************  HEADER STYLE  ****************************************************/
.header-admin {
  background-color: var(--navbar-admin-color);
  height: 50px;
}
.header-admin .toggle-menu-btn {
  border: 0;
  background-color: transparent;
}
.header-admin .toggle-menu-btn .bi {
  color: var(--navbar-admin-color-contrast);
}
@media (max-width: 992px) {
  .header-admin ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) {
    display: none;
  }
}

section.section-header-2 .navbar .container-fluid,
section.section-header-2 #navbarMenu .container-fluid {
  justify-content: space-between !important;
}

/******************************** END HEADER STYLE  ****************************************************/
/********************************  SIDE MENUE STYLE  ****************************************************/
.side-menu {
  background-color: white;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #eaeaea;
  z-index: 20;
  overflow-x: auto;
  transition: 0.5s;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
}
.side-menu .logo-div {
  height: 74px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-menu .logo-div .icon-logo-brand {
  width: 85px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-menu .logo-div .close-nav {
  display: none;
}
@media (max-width: 992px) {
  .side-menu .logo-div {
    height: 150px;
  }
  .side-menu .logo-div .close-nav {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.side-menu .items-links ul {
  list-style: none;
}
.side-menu .items-links ul .item-icon-link a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16.8px;
  transition: 0.3s ease;
  color: #202224;
}
.side-menu .items-links ul .item-icon-link a:hover, .side-menu .items-links ul .item-icon-link a.active {
  color: var(--navbar-admin-color);
}
@media (max-width: 992px) {
  .side-menu .items-links ul .item-icon-link a {
    font-size: 14px;
  }
}

.dir-rtl .side-menu {
  left: unset;
  right: 0;
}
@media (max-width: 992px) {
  .dir-rtl .side-menu .logo-div .close-nav {
    position: absolute;
    top: 10px;
    right: unset;
    left: 10px;
  }
}

@media (min-width: 992px) {
  .margin-left-content {
    margin-left: 260px;
  }
  .dir-rtl .margin-left-content {
    margin-left: unset;
    margin-right: 260px;
  }
}
@media (min-width: 992px) {
  .side-menu-open {
    width: 260px;
  }
}
.side-menu-open-mobile {
  width: 260px;
}

/********************************  END SIDE MENUE STYLE  ******************************************/
/********************************  CONTENT BODY**************************/
.content-body {
  transition: margin-left 0.5s;
  margin-left: 0px;
  position: relative;
}
.content-body .file-upload {
  color: #f4f4f4;
}
.content-body .img-upload {
  color: #4182f9;
  background-color: #e7f1ff;
}
.content-body .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eaeaea;
}
.content-body .actions .page-name {
  font-family: var(--font-family-base);
  font-weight: 700;
}
.content-body .actions .sub-page-name {
  color: var(--color-base-sec);
  font-weight: 600;
}
.content-body .actions .div-actions .dropdown .btn {
  background-color: #ffffff;
  color: black;
}
.content-body .actions .div-actions .dropdown .btn span {
  display: inline-block;
  min-width: 110px;
  text-align: start;
}
.content-body .actions .div-actions .button-action {
  border: 0;
  padding: 6px 6px 6px 6px;
  border-radius: 6px;
  color: #ffffff;
  background-color: #4182f9;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-family-base);
  font-weight: 500;
}
@media (max-width: 992px) {
  .content-body .actions .div-actions {
    position: absolute;
    top: -44px;
  }
  .content-body .actions .div-actions .bi {
    width: 20px;
    height: 20px;
    color: var(--color-primary-contrast);
  }
}
.content-body .content.settings {
  background-color: #ffffff;
}
.content-body .content.settings .comp-info-card {
  position: relative;
}
.content-body .content.settings .comp-info-card .user-icon {
  min-height: 93px;
  min-width: 93px;
}
.content-body .content.settings .comp-info-card .bi {
  position: absolute;
  bottom: 10px;
  left: 75px;
}

.dir-rtl .content-body {
  transition: margin-right 0.5s;
}
@media (max-width: 992px) {
  .dir-rtl .content-body .actions .div-actions {
    left: unset;
    right: 70px;
  }
}
.dir-rtl .content-body .content.settings .comp-info-card .bi {
  left: unset;
  right: 75px;
}

.content-body:not(:has(.show-window-active)) .active-window {
  display: none;
}

.content-body:has(.show-window-active) .main-window {
  display: none;
}

.content-body:has(.show-window-active .crt) .updt:not(.crt) {
  display: none;
}

.content-body:has(.show-window-active .updt) .crt:not(.updt) {
  display: none;
}

.content-body.whatsapp-bots .actions {
  background: #25D366;
  color: white;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.content-body.whatsapp-bots .status-bar {
  background: #f8f9fa;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-body.whatsapp-bots .ws-status {
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}
.content-body.whatsapp-bots .ws-status.connected {
  background: #d4edda;
  color: #155724;
}
.content-body.whatsapp-bots .ws-status.disconnected {
  background: #f8d7da;
  color: #721c24;
}
.content-body.whatsapp-bots .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px;
}
@media (max-width: 992px) {
  .content-body.whatsapp-bots .content {
    grid-template-columns: 1fr;
  }
}
.content-body.whatsapp-bots .panel {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e9ecef;
  max-height: 1000px;
  overflow: auto;
}
.content-body.whatsapp-bots .panel .sticky_ {
  position: sticky;
  top: -20px;
  z-index: 10;
}
.content-body.whatsapp-bots .panel h2 {
  margin-bottom: 15px;
  color: #495057;
  border-bottom: 2px solid #25D366;
  padding-bottom: 5px;
}
.content-body.whatsapp-bots .logs {
  background: #1a1a1a;
  color: #00ff00;
  padding: 15px;
  border-radius: 5px;
  font-family: "Courier New", monospace;
  font-size: 12px;
  height: 600px;
  overflow-y: auto;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .content-body.whatsapp-bots .logs {
    height: 400px;
  }
}
.content-body.whatsapp-bots .log-entry {
  margin-bottom: 5px;
}
.content-body.whatsapp-bots .log-time {
  color: #888;
}
.content-body.whatsapp-bots .hidden {
  display: none;
}
.content-body.whatsapp-bots button.btn-action {
  background: #25D366;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
  color: black;
}
.content-body.whatsapp-bots .grow-btn {
  display: inline-block;
  width: 100%;
}
.content-body.whatsapp-bots button.btn-action:hover {
  background: #128C7E;
}
.content-body.whatsapp-bots button.btn-action:active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
}
.content-body.whatsapp-bots button.btn-action:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.content-body.whatsapp-bots .card_ {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  /* تأثيرات التبديل */
  /* تصميم متجاوب */
}
.content-body.whatsapp-bots .card_ .card_:hover {
  transform: translateY(-5px);
}
.content-body.whatsapp-bots .card_ .card-header_ {
  background: linear-gradient(to right, #3498db, #2c3e50);
  color: white;
  padding: 10px;
  text-align: right;
}
.content-body.whatsapp-bots .card_ .card-header_ h2 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-body.whatsapp-bots .card_ .card-header_ p {
  opacity: 0.9;
  font-size: 1rem;
}
.content-body.whatsapp-bots .card_ .card-body_ {
  padding: 10px;
}
.content-body.whatsapp-bots .card_ .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}
.content-body.whatsapp-bots .card_ .info-item {
  text-align: right;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 10px;
  border-right: 4px solid #3498db;
  transition: background-color 0.3s;
}
.content-body.whatsapp-bots .card_ .info-item:hover {
  background-color: #e8f4fc;
}
.content-body.whatsapp-bots .card_ .info-label {
  font-weight: bold;
  color: #2c3e50;
  font-size: 1rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.content-body.whatsapp-bots .card_ .info-value {
  color: #555;
  font-size: 1.1rem;
  word-break: break-word;
}
.content-body.whatsapp-bots .card_ .status-active {
  color: #27ae60;
  font-weight: bold;
}
.content-body.whatsapp-bots .card_ .status-inactive {
  color: #e74c3c;
  font-weight: bold;
}
.content-body.whatsapp-bots .card_ .actions_ {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.content-body.whatsapp-bots .card_ .btn_ {
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 160px;
}
.content-body.whatsapp-bots .card_ .btn-activate {
  background-color: #27ae60;
  color: white;
}
.content-body.whatsapp-bots .card_ .btn-activate:hover {
  background-color: #219653;
  transform: scale(1.05);
}
.content-body.whatsapp-bots .card_ .btn-deactivate {
  background-color: #e74c3c;
  color: white;
}
.content-body.whatsapp-bots .card_ .btn-deactivate:hover {
  background-color: #c0392b;
  transform: scale(1.05);
}
.content-body.whatsapp-bots .card_ .btn_:disabled {
  background-color: #95a5a6;
  cursor: not-allowed;
  transform: none;
}
.content-body.whatsapp-bots .card_ .icon {
  font-size: 1.2rem;
}
.content-body.whatsapp-bots .card_ .notes {
  margin-top: 25px;
  padding: 20px;
  background-color: #fff8e1;
  border-radius: 10px;
  border-right: 4px solid #f39c12;
  text-align: right;
}
.content-body.whatsapp-bots .card_ .notes h3 {
  color: #d35400;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.content-body.whatsapp-bots .card_ .notes p {
  color: #7d6608;
  line-height: 1.6;
}
.content-body.whatsapp-bots .card_ .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-right: 15px;
}
.content-body.whatsapp-bots .card_ .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.content-body.whatsapp-bots .card_ .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.content-body.whatsapp-bots .card_ .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.content-body.whatsapp-bots .card_ input:checked + .slider {
  background-color: #27ae60;
}
.content-body.whatsapp-bots .card_ input:checked + .slider:before {
  transform: translateX(30px);
}
@media (max-width: 768px) {
  .content-body.whatsapp-bots .card_ .info-grid {
    grid-template-columns: 1fr;
  }
  .content-body.whatsapp-bots .card_ .actions_ {
    flex-direction: column;
    align-items: center;
  }
  .content-body.whatsapp-bots .card_ .btn_ {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .content-body.whatsapp-bots .card_ .card-header_,
  .content-body.whatsapp-bots .card_ .card-body_ {
    padding: 10px;
  }
}

/******************************** END CONTENT BODY**************************/
.div-whats-windows {
  position: relative;
}
.div-whats-windows .div-window-cards {
  transition: 0.5s;
}
.div-whats-windows .div-window-active {
  transition: 0.5s;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  overflow-x: auto;
  z-index: 18;
  opacity: 0;
}
.div-whats-windows.show-window-active .div-window-cards {
  opacity: 0;
}
.div-whats-windows.show-window-active .div-window-active {
  overflow-x: unset;
  height: auto;
  width: 100%;
  opacity: 1;
  padding: 20px 20px;
}
.div-whats-windows.show-window-active .div-window-active .content {
  height: auto;
  padding: 20px 20px;
}

.div-contact-chat {
  position: relative;
  overflow: hidden;
}
.div-contact-chat .div-contact-cards {
  transition: 0.5s;
}
.div-contact-chat .div-contact-conversation {
  overflow-x: auto;
  transition: 0.5s;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  overflow-x: auto;
  z-index: 10000;
}
.div-contact-chat.show-conversation .div-contact-cards {
  opacity: 0.3;
}
.div-contact-chat.show-conversation .div-contact-conversation {
  width: 100%;
}

.dropdown-menu.min-margin.show {
  inset: -15px auto auto 0px !important;
}

/***************************************************************************/
.chat-container.v-1 {
  max-width: 400px;
  margin: 0px auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  direction: ltr !important;
}
.chat-container.v-1 .chat-header {
  background: #075e54;
  color: #fff;
  padding: 10px 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat-container.v-1 .chat-header .avatar {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-base);
}
.chat-container.v-1 .chat-header img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 12px;
}
.chat-container.v-1 .chat-messages {
  flex: 1;
  padding: 16px;
  background: #ece5dd;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-container.v-1 .message {
  max-width: 70%;
  padding: 10px 14px;
  border-radius: 18px;
  font-size: 15px;
  position: relative;
  word-break: break-word;
  display: inline-block;
  clear: both;
}
.chat-container.v-1 .message.sent {
  background: #dcf8c6;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.chat-container.v-1 .message.received {
  background: #fff;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  border: 1px solid #e0e0e0;
}
.chat-container.v-1 .message-date {
  text-align: center;
  color: #888;
  font-size: 12px;
  margin-bottom: 10px;
}
.chat-container.v-1 .message-date.sent {
  text-align: right !important;
  margin-right: 8px !important;
  margin-top: -10px;
}
.chat-container.v-1 .message-date.received {
  text-align: left !important;
  margin-left: 8px !important;
  margin-top: -10px;
}
.chat-container.v-1 .chat-input-area {
  display: flex;
  padding: 12px;
  background: #f0f0f0;
  border-top: 1px solid #ddd;
}
.chat-container.v-1 .chat-input-area input {
  flex: 1;
  padding: 10px 14px;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  outline: none;
  background: #fff;
  margin-right: 8px;
}
.chat-container.v-1 .chat-input-area button {
  background: #075e54;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}
.chat-container.v-1 .chat-input-area button:hover {
  background: #128c7e;
}

/**********************************Window New ROBOT*****************************************/
/* Color helpers for tree levels */
.tree-level-0 > .input-group {
  background: #e3f2fd;
}

.tree-level-1 > .input-group {
  background: #fff3cd;
}

.tree-level-2 > .input-group {
  background: #e2f7e1;
}

.tree-level-3 > .input-group {
  background: #f8d7da;
}

.tree-level-4 > .input-group {
  background: #f3e6ff;
}

.tree-level-0 {
  border-right: 4px solid #2196f3;
}

.tree-level-1 {
  border-right: 4px solid #ffc107;
}

.tree-level-2 {
  border-right: 4px solid #4caf50;
}

.tree-level-3 {
  border-right: 4px solid #dc3545;
}

.tree-level-4 {
  border-right: 4px solid #6f42c1;
}

.form-control.unset-box-shadow:focus,
.form-select.unset-box-shadow:focus {
  box-shadow: unset !important;
}

.input-group-actions:has(.msg-input) .hide-if-chi-msg {
  display: none;
}

.input-group-actions:has(.msg-input) .msg-input {
  min-height: 80px;
}

.input-group.input-group-actions:has(+ .list_) .select-msg-type {
  display: none;
}

.input-group.input-group-actions:has(+ .fileMsg_) .hide-if-chi-msg:not(.select-msg-type),
.input-group.input-group-actions:has(+ .txtMsg_) .hide-if-chi-msg:not(.select-msg-type),
.input-group.input-group-actions:has(+ .txtFileMsg_) .hide-if-chi-msg:not(.select-msg-type) {
  display: none;
}

/* .dir-rtl  */
.robot-builder .dropdown-menu.type-msgs li {
  text-align: justify;
}

/* .dir-rtl  */
.dir-rtl .robot-builder .input-group button.last-child-bord {
  margin-left: unset !important;
  border-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.dir-rtl .robot-builder .input-group input.input-list-msg {
  border-radius: var(--bs-border-radius) !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.robot-builder .instructions-details {
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

span.fileMsg,
select.fileMsg {
  flex-grow: 1;
}

span.txtFileMsg,
select.txtFileMsg {
  padding: 0;
  text-align: center;
}

@media (max-width: 576px) {
  .robot-builder .alert-info ul.mb-0,
  .robot-builder .alert-info ul.mb-0 ul {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 0.95rem;
  }
  .robot-builder .alert-info strong,
  .robot-builder .alert-info b {
    font-size: 1rem;
  }
  .robot-builder .instructions-details li {
    font-size: 0.95rem;
  }
}
@media (max-width: 400px) {
  .robot-builder .alert-info ul.mb-0,
  .robot-builder .alert-info ul.mb-0 ul {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.9rem;
  }
  .robot-builder .alert-info strong,
  .robot-builder .alert-info b {
    font-size: 0.95rem;
  }
}
/********************************Window New ROBOT******************************************/
.content-qr-img {
  min-height: 256px;
}
.content-qr-img .qr-container {
  text-align: center;
  margin: 15px 0;
}
.content-qr-img .qr-container .qr-image {
  max-width: 200px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

section.sec-form-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.dir-rtl .alert-dismissible {
  padding-right: 1rem;
  padding-left: 3rem;
}

.dir-rtl .alert button {
  right: unset;
  left: 0;
}

.alert-w100 {
  width: 100%;
}

.item-day-chbx {
  min-width: 95px;
  max-width: 95px;
}

.dir-rtl textarea.robot-msg {
  padding-left: 40px;
}

textarea.robot-msg:not(.dir-rtl textarea.robot-msg) {
  padding-right: 40px;
}

/***************************************************************************
*************************START Files****************************************
****************************************************************************/
.div-file {
  position: relative;
  min-height: 180px;
  background-image: url("../images/dashed.png");
  background-size: 100% 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
  place-items: center;
}
.div-file .file-browse-select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 15;
}
.div-file .div-upload-btn {
  position: relative;
  width: 90px;
}
.div-file .div-upload-btn .img-gallery {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.div-file .div-upload-btn .img-upload {
  color: #4182f9;
  background-color: #e7f1ff;
  position: absolute;
  bottom: 3px;
  right: 5px;
}
.div-file .div-upload-txt .browse {
  color: #4182f9;
}
.div-file .div-upload-txt .type-files {
  color: #202224;
}

/***************************************************************************
*************************END Files******************************************
****************************************************************************/
/***************************************************************************
*************************START Emoji******************************************
****************************************************************************/
.icon-button {
  background: none;
  border: none;
  color: var(--whatsapp-teal-green);
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
}

.icon-button.robot-msg {
  top: 30px;
  opacity: 0.5;
}

.dir-rtl .icon-button.robot-msg {
  left: 0;
}

.icon-button.robot-msg:not(.dir-rtl .icon-button.robot-msg) {
  right: 0;
}

.dir-rtl .icon-button.robot-msg-gap-1 {
  left: 10px !important;
}

.icon-button.robot-msg-gap-1:not(.dir-rtl .icon-button.robot-msg-gap-1) {
  right: 10px !important;
}

.emoji-picker-test {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1000;
  max-width: 250px;
}

/* Emoji Picker */
.emoji-picker {
  position: absolute;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  width: 320px;
  height: 300px;
  display: none;
  flex-direction: column;
  z-index: 1000;
}

.emoji-picker.show {
  display: flex;
}

.emoji-tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 5px;
  background: #f9f9f9;
}

.emoji-tab {
  flex: 1;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  font-size: 18px;
  color: #777;
  transition: all 0.2s;
}

.emoji-tab.active {
  color: var(--whatsapp-green);
  transform: scale(1.1);
}

.emoji-category {
  flex-grow: 1;
  overflow-y: auto;
  padding: 5px;
  display: none;
}

.emoji-category.active {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2px;
}

.emoji-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 24px;
}

.emoji-item:hover {
  background-color: #f0f0f0;
}

/* Twemoji-specific styles */
.twemoji {
  height: 1.2em;
  width: 1.2em;
  vertical-align: middle;
  margin: 0 2px;
}

.twemoji-picker {
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
}

/***************************************************************************
*************************END Emoji******************************************
****************************************************************************/
/***************************************************************************
*************************Start Developer******************************************
****************************************************************************/
.form-check-input.ch-active-webhook:checked {
  background-color: rgb(25, 135, 84) !important;
  border-color: rgb(25, 135, 84) !important;
}

/***************************************************************************
*************************END Developer******************************************
****************************************************************************/
/***************************************************************************
*************************Start CHAT PROFILE******************************************
****************************************************************************/
.editor-container {
  --border-color: #dee2e6;
  --toolbar-bg: #f8f9fa;
  --primary-color: #3498db;
  --active-color: #2980b9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.editor-container .status-bar {
  background-color: var(--toolbar-bg);
  padding: 8px 15px;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
  color: #6c757d;
  display: flex;
  justify-content: space-between;
}
.editor-container .word-count {
  font-weight: 500;
}
.editor-container .editor-content {
  overflow: auto;
  min-height: 300px;
  max-height: 400px;
  padding: 20px;
  outline: none;
  line-height: 1.6;
}
.editor-container .editor-content:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.editor-container .editor-content ul,
.editor-container .editor-content ol {
  padding-right: 2rem;
}
.editor-container .editor-content ul {
  list-style-type: disc;
}
.editor-container .editor-content ol {
  list-style-type: decimal;
}
.editor-container .editor-content strong {
  font-weight: bold;
}
.editor-container .editor-content em {
  font-style: italic;
}
.editor-container .editor-content u {
  text-decoration: underline;
}
.editor-container .editor-content::-moz-selection {
  background-color: #b6d4fe;
  color: #000;
}
.editor-container .editor-content::selection {
  background-color: #b6d4fe;
  color: #000;
}
.editor-container .editor-content::-moz-selection {
  background-color: #b6d4fe;
  color: #000;
}
.editor-container .editor-toolbar {
  direction: ltr;
  background-color: var(--toolbar-bg);
  padding: 10px;
  border-top: 1px solid var(--border-color);
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.editor-container .editor-toolbar .form-select {
  width: auto;
}
.editor-container .editor-toolbar .btn .bi {
  margin-top: 5px;
  color: black;
}
.editor-container .editor-toolbar .btn.active {
  color: white;
  background-color: var(--primary-color);
  border-color: var(--active-color);
}
.editor-container .editor-toolbar .btn.active .bi {
  color: white;
}
.editor-container .editor-toolbar .btn:hover {
  background-color: #e9ecef;
}
.editor-container .editor-toolbar .btn.active:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.editor-container .editor-toolbar .tool-btn {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.2s;
  color: #495057;
}
.editor-container .editor-toolbar .tool-btn:hover {
  background-color: #e9ecef;
}
.editor-container .editor-toolbar .tool-btn.active {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--active-color);
}
.editor-container .editor-toolbar .tool-group {
  border-right: 1px solid var(--border-color);
  padding-right: 10px;
  margin-right: 10px;
}
.editor-container .editor-toolbar .font-size-select {
  min-width: 100px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 5px;
  background-color: white;
  font-size: 15px;
}
.editor-container .editor-toolbar .font-size-select option[value="4"] {
  font-size: 20px;
  padding: 8px 12px;
}
.editor-container .editor-toolbar .font-size-select option[value="5"] {
  font-size: 20px;
  padding: 8px 12px;
}
.editor-container .editor-toolbar .font-size-select option[value="6"] {
  font-size: 22px;
  padding: 8px 12px;
}
.editor-container .editor-toolbar .font-size-select option[value="7"] {
  font-size: 24px;
  padding: 8px 12px;
}
@media (max-width: 768px) {
  .editor-container .editor-toolbar {
    justify-content: center;
  }
  .editor-container .editor-toolbar .btn-group {
    margin-bottom: 5px;
  }
}

/***************************************************************************
*************************END CHAT PROFILE******************************************
****************************************************************************/
/***************************************************************************
*************************START SUS-ACCOUNT-PACKAGES*************************
****************************************************************************/
.sus-package-cards {
  --package-primary-color: #4a6de5;
  --package-secondary-color: #f8f9fa;
  --package-accent-color: #ff6b6b;
  --package-dark-color: #343a40;
  --package-light-color: #f8f9fa;
  --package-success-color: #28a745;
  --package-warning-color: #ffc107;
  --package-info-color: #17a2b8;
  --package-check-color: var(--navbar-admin-color);
  --package-uncheck-color: rgba(33, 37, 41, 0.75);
  --package-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.sus-package-cards .pricing-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  overflow: hidden;
  border: none;
}
.sus-package-cards .pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.sus-package-cards .pricing-header {
  padding: 30px 20px;
  text-align: center;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sus-package-cards .pricing-card.free .pricing-header {
  background: linear-gradient(135deg, #6c757d 0%, #868e96 100%);
}
.sus-package-cards .pricing-card.basic .pricing-header {
  background: linear-gradient(135deg, #20c997 0%, #12b886 100%);
}
.sus-package-cards .pricing-card.pro .pricing-header {
  background: linear-gradient(135deg, #4a6de5 0%, #3a56c4 100%);
}
.sus-package-cards .pricing-card.premium .pricing-header {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%);
}
.sus-package-cards .pricing-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.sus-package-cards .pricing-price {
  font-size: 2.8rem;
  font-weight: 800;
  margin: 15px 0;
}
.sus-package-cards .pricing-period {
  font-size: 1rem;
  opacity: 0.9;
}
.sus-package-cards .pricing-body {
  padding: 30px;
}
.sus-package-cards .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.sus-package-cards .feature-list .item-icon {
  font-family: var(--package-font-sans-serif);
  font-weight: 400;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.sus-package-cards .feature-list .item-icon.check {
  color: var(--package-check-color);
}
.sus-package-cards .feature-list .item-icon.uncheck {
  color: var(--package-uncheck-color);
}
.sus-package-cards .feature-list .item-count {
  font-weight: bold;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.sus-package-cards .feature-list li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.sus-package-cards .feature-list li:last-child {
  border-bottom: none;
}
.sus-package-cards .feature-list i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.sus-package-cards .feature-list .fa-check {
  color: var(--package-success-color);
}
.sus-package-cards .feature-list .fa-times {
  color: #dc3545;
}
.sus-package-cards .feature-list .fa-minus {
  color: #6c757d;
}
.sus-package-cards .btn-choose {
  display: block;
  width: 100%;
  padding: 15px;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: none;
}
.sus-package-cards .recommended-badge {
  position: absolute;
  top: 15px;
  right: -35px;
  background-color: var(--package-warning-color);
  color: #212529;
  padding: 5px 40px;
  font-weight: 700;
  font-size: 0.9rem;
  transform: rotate(45deg);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.sus-package-cards .feature-comparison {
  background-color: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
}
.sus-package-cards .feature-comparison h3 {
  margin-bottom: 30px;
  color: var(--package-dark-color);
  text-align: center;
}
.sus-package-cards .table th,
.sus-package-cards .table td {
  padding: 15px;
  vertical-align: middle;
  border-color: #eee;
}
.sus-package-cards .table th {
  background-color: #f8f9fa;
  font-weight: 700;
}
.sus-package-cards .footer {
  background-color: var(--package-dark-color);
  color: white;
  padding: 40px 0;
  margin-top: 70px;
  text-align: center;
}
.sus-package-cards .faq-section {
  margin-top: 70px;
  padding: 40px 0;
}
.sus-package-cards .faq-item {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
.sus-package-cards .faq-question {
  background-color: #f8f9fa;
  padding: 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sus-package-cards .faq-answer {
  padding: 20px;
  display: none;
}
.sus-package-cards .faq-item.active .faq-answer {
  display: block;
}
@media (max-width: 768px) {
  .sus-package-cards .pricing-card {
    margin-bottom: 30px;
  }
  .sus-package-cards .pricing-price {
    font-size: 2.2rem;
  }
}

/***************************************************************************
*************************END SUS-ACCOUNT-PACKAGES***************************
****************************************************************************/
/***************************************************************************
*************************START ADMIN******************************************
****************************************************************************/
/***************************************************************************
*************************START ADMIN DASHBOARD******************************
****************************************************************************/
.content-body.dashboard-back {
  background-color: #f0f2f5;
}

.dashboard-header {
  background-color: #ffffff;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.card-metric {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.2s ease-in-out;
  text-decoration: none;
  /* Remove underline for links */
  color: inherit;
  /* Inherit text color */
  display: block;
  /* Make the whole card clickable */
}

.card-metric:hover {
  transform: translateY(-5px);
  text-decoration: none;
  color: inherit;
}

.card-metric .metric-value {
  font-size: 2.5rem;
  font-weight: bold;
  color: #007bff;
}

.card-metric .metric-label {
  font-size: 1rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.date-filter-form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.filter-select-hint {
  font-size: 0.85em;
  color: #888;
  margin-top: 5px;
}

.content-body .report-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  /* Min-width for better display */
  /* Custom size for icons within pagination if default is too small */
}
.content-body .report-container h1 {
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}
.content-body .report-container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  min-width: 1000px;
}
.content-body .report-container th,
.content-body .report-container td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.content-body .report-container td {
  text-align: center;
}
.content-body .report-container th {
  background-color: #e9e9e9;
  color: #555;
  font-weight: bold;
}
.content-body .report-container tr:nth-child(even) {
  background-color: #f9f9f9;
}
.content-body .report-container tr:hover {
  background-color: #f1f1f1;
}
.content-body .report-container .no-results {
  text-align: center;
  color: #888;
  margin-top: 20px;
  font-size: 1.1em;
}
.content-body .report-container .filter-info {
  margin-bottom: 15px;
  background-color: #eef;
  padding: 10px;
  border-radius: 5px;
  border-left: 5px solid #5b9bd5;
}
.content-body .report-container .pagination .page-link svg {
  vertical-align: middle;
  margin-top: -2px;
  /* Small adjustment if needed */
}

/***************************************************************************
*************************END ADMIN DASHBOARD********************************
****************************************************************************/
/***************************************************************************
*************************START ADMIN CRUD DATA******************************
****************************************************************************/
.data-ad-crud .table-container {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow: auto;
}
.data-ad-crud .table-container .table {
  min-width: 700px;
}
.data-ad-crud .table-container .table .width-300 {
  min-width: 300px;
}
.data-ad-crud .table-container .table .width-200 {
  min-width: 200px;
}
.data-ad-crud .modal-header {
  background-color: #0d6efd;
  color: white;
}
.data-ad-crud .action-btns button {
  margin-inline: 3px;
}

/***************************************************************************
*************************END ADMIN DASHBOARD********************************
****************************************************************************/
/***************************************************************************
*************************START ADMIN EMPLOYEE********************************
****************************************************************************/
body:has(.content-body.emp-back) {
  background-color: #f8f9fa;
}

.content-body.emp-back .content {
  padding: 0 !important;
}
.content-body.emp-back .permission-group {
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #f8f9fa;
  max-height: 250px;
  overflow: auto;
}
.content-body.emp-back .permission-item {
  display: flex;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: background 0.2s;
}
.content-body.emp-back .permission-item label,
.content-body.emp-back .permission-item input {
  cursor: pointer;
}
.content-body.emp-back .permission-item:hover {
  background-color: #e9ecef;
}
.content-body.emp-back .sub-permissions {
  margin-left: 2rem;
  margin-top: 0.5rem;
}

/***************************************************************************
*************************END ADMIN EMPLOYEE********************************
****************************************************************************/
/* Support Widget Styles */
.support-widget {
  --primary-color-widget: var(--navbar-admin-color);
  --success-color-widget: #198754;
  --dark-color-widget: #212529;
  --light-color-widget: #f8f9fa;
  --chat-user-bg-widget: #e3f2fd;
  --chat-support-bg-widget: #f1f3f4;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  /* Contact Info Styles */
  /* Chat Styles */
  /* Responsive adjustments */
}
.support-widget .support-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color-widget);
  color: white;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.support-widget .support-btn:hover {
  background-color: #0b5ed7;
  transform: scale(1.1);
}
.support-widget .support-btn.active {
  background-color: var(--success-color-widget);
  transform: rotate(45deg);
}
.support-widget .support-window {
  position: fixed;
  bottom: 90px;
  left: 20px;
  width: 350px;
  max-width: 90vw;
  height: 500px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 999;
  overflow: hidden;
  display: none;
  flex-direction: column;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.support-widget .support-window.active {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}
.support-widget .support-header {
  background: linear-gradient(135deg, var(--primary-color-widget) 0%, #0a58ca 100%);
  color: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support-widget .support-header h5 {
  margin: 0;
  font-weight: 600;
}
.support-widget .support-tabs {
  display: flex;
  border-bottom: 1px solid #dee2e6;
}
.support-widget .support-tab {
  flex: 1;
  text-align: center;
  padding: 12px;
  background: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.support-widget .support-tab.active {
  border-bottom: 3px solid var(--primary-color-widget);
}
.support-widget .support-content {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}
.support-widget .tab-pane {
  padding: 20px;
  display: none;
}
.support-widget .tab-pane.active {
  display: block;
}
.support-widget .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 8px;
  transition: background-color 0.2s;
}
.support-widget .contact-item:hover {
  background-color: rgba(13, 110, 253, 0.05);
}
.support-widget .contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--primary-color-widget);
  margin-right: 15px;
}
.support-widget .chat-container {
  height: 300px;
  display: flex;
  flex-direction: column;
}
.support-widget .chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 15px;
}
.support-widget .message {
  margin-bottom: 15px;
  max-width: 80%;
  clear: both;
}
.support-widget .message-user {
  float: right;
  background-color: var(--chat-user-bg-widget);
  border-radius: 15px 15px 0 15px;
  padding: 10px 15px;
}
.support-widget .message-support {
  float: left;
  background-color: var(--chat-support-bg-widget);
  border-radius: 15px 15px 15px 0;
  padding: 10px 15px;
}
.support-widget .message-time {
  font-size: 0.7rem;
  color: #6c757d;
  margin-top: 5px;
}
.support-widget .chat-input {
  display: flex;
  gap: 10px;
}
.support-widget .chat-input input {
  flex: 1;
  border-radius: 20px;
  padding: 10px 15px;
  border: 1px solid #ced4da;
}
.support-widget .chat-input button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .support-widget .support-window {
    width: 90vw;
    right: 5vw;
  }
}
.support-widget .notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.support-widget .message-notification {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 10px;
  margin: 10px 0;
  border-radius: 4px;
  font-size: 0.9rem;
}

/* END Support Widget Styles */
/***************************************************************************
*************************END ADMIN******************************************
****************************************************************************//*# sourceMappingURL=admin.css.map */