.elementor-4496 .elementor-element.elementor-element-443dd9c{--display:flex;overflow:visible;}.elementor-4496 .elementor-element.elementor-element-1c5572e{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );overflow:visible;}.elementor-4496 .elementor-element.elementor-element-cbdd9f3{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;font-size:18px;}.elementor-4496 .elementor-element.elementor-element-cbdd9f3 > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(max-width:767px){.elementor-4496 .elementor-element.elementor-element-1c5572e{--content-width:80vw;}.elementor-4496 .elementor-element.elementor-element-cbdd9f3{--container-widget-width:95vw;--container-widget-flex-grow:0;width:var( --container-widget-width, 95vw );max-width:95vw;}}/* Start custom CSS for html, class: .elementor-element-23a4aca */:root {
  --primary: #6300E2;
  --secondary: #8E43F0;
  --primary-light: #EEE6FB;
  --danger: #E04343;
  --danger-dark: #b92c2c;
  --danger-light: #fde6e6;
  --bg-light: #f8f7fc;
  --bg-input: #fff;
  --text-dark: #231942;
  --shadow: 0 4px 24px rgba(99,0,226,0.10);
  --radius: 22px;
  --table-radius: 18px;
  --badge-bg: #f8f7fc;
  --badge-active-bg: #EEE6FB;
  --badge-color: var(--primary);
  --badge-border: #EEE6FB;
}

.rb-container {
  max-width: 1000px;
  min-width: 340px;
  margin: 32px auto;
  background: #fff;
  border-radius: 32px;
  box-shadow: var(--shadow);
  padding: 45px 40px 36px 40px;
  color: var(--text-dark);
  position: relative;
  text-align: center;
}

.rb-title {
  text-align: center;
  color: var(--primary);
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 16px;
  font-family: inherit;
  letter-spacing: .6px;
}
.rb-desc {
  text-align: center;
  color: var(--text-dark);
  font-size: 1.13rem;
  margin-bottom: 32px;
  font-family: inherit;
  line-height: 1.5;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.rb-input-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  width: 100%;
}

.rb-search-preview {
  position: relative;
  width: 100%;
  max-width: 900px;
  border: 2px solid #6300E2;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}

.rb-input {
  padding: 17px 22px;
  border-radius: 5px;
  /*border-radius: 30px;*/
  border: 2px solid #6300E2;
  background: #f9f8fd;
  color: var(--primary);
  font-size: 1.17rem;
  box-shadow: none;
  outline: none;
  width: 100%;
  max-width: 900px;
  font-family: inherit;
  transition: border .18s, box-shadow .18s;
  box-sizing: border-box;
}

/* Live Preview Dropdown */
.rb-live-preview {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 8px 24px #eee;
  z-index: 50;
  display: none;
  max-height: 210px;
  overflow-y: auto;
  text-align: left;
  padding: 0;
}
.rb-live-preview .rb-preview-item {
  padding: 14px 26px;
  cursor: pointer;
  font-size: 1.07rem;
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  transition: background 0.14s;
  color: var(--primary);
  justify-content: flex-start;
  text-align: left;
  border-bottom: none;
}
.rb-live-preview .rb-preview-item:last-child {
  border-bottom: none;
}
.rb-live-preview .rb-preview-part-typed {
  color: #aaa;
  font-weight: 400;
}
.rb-live-preview .rb-preview-part-rest {
  color: var(--primary);
  font-weight: 600;
}
.rb-live-preview .rb-preview-item:hover {
  background: var(--primary-light);
}

/* Action Buttons */
.rb-btn {
  padding: 15px 34px;
  border: none;
  border-radius: 18px;
  font-size: 1.13rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s, color 0.18s;
  box-shadow: 0 2px 16px #eee;
  font-family: inherit;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.rb-btn-primary {
  background: var(--primary);
  color: #fff;
}
.rb-btn-copy, .rb-btn-export {
  background: var(--primary-light);
  color: var(--primary);
  border: 1px solid var(--badge-border);
  font-size: 1.02rem;
  padding: 11px 18px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 16px;
  font-weight: 700;
}
.rb-btn-clear {
  background: var(--danger);
  color: #fff;
  margin-left: 4px;
}
.rb-btn-clear:hover {
  background: var(--danger-dark);
  color: #fff;
}
.rb-btn .rb-icon {
  font-size: 1.13em;
  vertical-align: middle;
}

.rb-table-action-group {
  display: flex;
  gap: 10px;
  margin: 18px 0 4px 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* Categories Section */
.rb-categories {
  margin: 28px 0 22px 0;
  background: #f9f5ff94;
  border-radius: 18px;
  box-shadow: 0 1px 12px #eee;
  padding: 18px 18px 18px 22px;
  font-size: 1.08rem;
  color: var(--text-dark);
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  border: none;
  justify-content: flex-start;
}
.rb-categories-title {
  font-weight: 700;
  color: var(--primary);
  margin-right: 20px;
  font-size: 1.13em;
  letter-spacing: .01em;
}
.rb-category-badge {
  cursor: pointer;
  border-radius: 18px;
  padding: 8px 22px;
  font-size: 1.08em;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 1px 10px #eee;
  margin-right: 6px;
  margin-bottom: 6px;
  display: inline-block;
  border: 2px solid var(--badge-border);
  background: var(--badge-bg);
  color: var(--badge-color);
  transition: background 0.17s, color 0.17s, border 0.17s;
}
.rb-category-badge:hover, .rb-category-badge.active {
  background: var(--badge-active-bg);
  color: var(--primary);
  border-color: var(--primary);
}

/* Table */
.rb-table-container {
  margin-top: 25px;
  overflow-x: auto;
  text-align: left;
}
.rb-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: var(--table-radius);
  box-shadow: 0 4px 24px #eee;
  overflow: hidden;
  border: 3px solid var(--primary);
  min-width: 340px;
  margin-bottom: 10px;
}
.rb-table th, .rb-table td {
  padding: 17px 20px;
  text-align: left;
  font-size: 1.15rem;
  word-break: break-word;
  border-right: 1.5px solid var(--primary);
  border-bottom: 1px solid var(--primary-light);
  background: #fff;
}
.rb-table th:last-child,
.rb-table td:last-child {
  border-right: none;
}
.rb-table th {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  border-bottom: 3px solid var(--primary);
  font-size: 1.17rem;
}
.rb-table tbody tr:nth-child(even) td {
  background: #f3f0fa;
}
.rb-table tbody tr:nth-child(odd) td {
  background: #fff;
}
.rb-table tbody tr:hover td {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  cursor: pointer;
}
.rb-table td {
  color: var(--text-dark);
  transition: color 0.18s;
}

/* Spinner styles */
.rb-loading-spinner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 12px 0;
  min-height: 52px;
}
.rb-spinner {
  width: 42px;
  height: 42px;
  border: 5px solid #e3d7fa;
  border-top: 5px solid var(--primary);
  border-right: 5px solid var(--primary);
  border-radius: 50%;
  animation: rb-spin 0.8s linear infinite;
  box-shadow: var(--shadow);
}
@keyframes rb-spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}

/* Modal overlay and centering */
.rb-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(245,243,255,0.97);
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.rb-modal.active {
  display: flex;
}
.rb-modal-content {
  background: #fff;
  padding: 34px 36px 28px 36px;
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(99,0,226,0.13);
  text-align: center;
  min-width: 260px;
  border: 2px solid #e3d7fa;
  margin: auto;
}
.rb-modal-title {
  font-weight: 700;
  color: var(--primary);
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.rb-modal-actions {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-top: 20px;
}
.rb-btn-modal-yes {
  background: var(--danger-dark);
  color: #fff;
  border-radius: 14px;
  padding: 12px 34px;
  font-size: 1.07rem;
  font-weight: 600;
}
.rb-btn-modal-no {
  background: var(--danger-light);
  color: var(--text-dark);
  border: 2px solid var(--primary-light);
  border-radius: 14px;
  padding: 12px 34px;
  font-size: 1.07rem;
  font-weight: 600;
}

/* Notification theme - centered horizontally, bottom of screen */
.rb-notification {
  position: fixed;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%) scale(0.97);
  background: var(--primary);
  color: #fff;
  padding: 18px 30px;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(99,0,226,0.11);
  font-size: 1.14rem;
  opacity: 0;
  pointer-events: none;
  z-index: 1100;
  transition: opacity 0.25s, transform 0.25s;
  text-align: center;
  min-width: 220px;
  max-width: 85vw;
}
.rb-notification.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1.03);
}

@media (max-width: 1200px) {
  .rb-container { max-width: 98vw; }
  .rb-search-preview { max-width: 98vw; }
  .rb-input { max-width: 98vw; }
}
@media (max-width: 900px) {
  .rb-container {
    padding: 22px 4vw 22px 4vw;
  }
  .rb-input-row { flex-direction: column; gap: 10px; }
  .rb-search-preview { max-width: 98vw; width: 100%; }
  .rb-input { max-width: 98vw; width: 100%; }
  .rb-table th, .rb-table td { font-size: 1rem; padding: 8px 4px; }
  .rb-table-action-group { justify-content: center; }
}
@media (max-width: 600px) {
  .rb-container {
    padding: 12px 2vw 14px 2vw;
    max-width: 100vw;
  }
  .rb-title { font-size: 1.21rem; }
  .rb-desc { font-size: 1rem; margin-bottom: 18px; }
  .rb-table th, .rb-table td { padding: 8px 6px; font-size: 1rem; }
  .rb-input-row { flex-direction: column; gap: 9px; }
  .rb-btn { width: 100%; justify-content: center; }
}/* End custom CSS */