:root {
  --main-bg-color: #0a172a;
  --main-color: #475569;
  /* --main-hover-color: #7b848f; */
  --main-hover-color: #000000;
  --tw-ring-inset: ;
  /* leave empty for default (outset shadow) */
  --tw-ring-offset-width: 0px;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  /* Tailwind-style blue ring */
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(20px + var(--tw-ring-offset-width)) rgb(65 73 87 / 32%);
}
body {
  color: #3f3f3f;
}
.modal-title { 
  font-weight: 600;
}

::-webkit-scrollbar {
  height: 6px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.w-50px {
  width: 50px;
}

.bg-garay {
  background-color: #ecedee;
}
.bg-light-gray {
  background-color:#cfcfcf;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 10px;
}

.gap-3 {
  gap: 20px;
}

.me-2 {
  margin-right: 10px;
}

.me-1 {
  margin-right: 1rem;
}
.fs-4 {
  font-size: 1.5rem
}

.fs-5 {
  font-size: 1.25rem
}

.fs-6 {
  font-size: 1rem
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.text-end {
  text-align: end !important;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.place-content-center {
  place-content: center;
}
.lw-sticky-preview {
  position: sticky;
  top: 30px;
  align-self: flex-start;
  z-index: 2;
}

.pr-39 {
  padding-right: 1.5rem;
}
.radio-btn {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.overflow-auto {
  overflow: auto;
}

.lw-whatsapp-preview .overflow-auto::-webkit-scrollbar {
  height: 4px;
}

.lw-whatsapp-preview .overflow-auto::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.card-1 {
  backdrop-filter: blur(2px);
  background-color: hsla(0, 0%, 100%, .8);
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, .15);
}

.nav.nav-sm.flex-column .nav-link:hover {
  background-color: #fff !important;
  color: #145fb1 !important;
}

/* .nav.nav-sm.flex-column .nav-item.active .nav-link , .nav.nav-sm.flex-column .nav-item.active .nav-link>i { */
.nav.nav-sm.flex-column .nav-item.active .nav-link,
.nav.nav-sm.flex-column .nav-item .nav-link.active {
  background-color: #fff !important;
  color: #145fb1 !important;
}

.sidebar-logo {
  text-align: center;
}

@media (max-width: 767.98px) {
  .toggles {
    display: flex;
    gap: 15px;
  }
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
}

/* .navbar.lw-sidebar-container.navbar-light .navbar-nav .nav-link[data-toggle=collapse]:hover::after {
  color: #ffffff;
} */

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}
.fw-57 {
  font-size:57%;
}
.thead-lights {
  background-color: #cbd5e1;
}
.w-20 {
  width: 20px;
}
.w-90 {
  width: 90%;
}
.h-20 {
  height: 20px;
}
.form-control:disabled, .form-control[readonly] {
  background-color : #f2f2f2;
}
.ms-auto {
  margin-left: auto;
}
/* .card .table td, .card .table th {
  padding-left: 1.7rem;
} */
/* thead {  */
/* background-color: #f1f5f9; */
/* background-color: #e2edf9; */
/* background-color: #e2edf9c4; */
/* } */
div.dataTables_wrapper table.dataTable>tbody>tr:hover {
  background-color: #f1f5f9;
}

div.dataTables_wrapper .table-striped tbody tr td {
  vertical-align: middle;
}

/* .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f5f9 !important;
} */
/* .table thead tr th{
  color: #222222 ;
}  */
.table tbody tr td {
  color: #475569 ;
} 
.search-invoice-input {
  border: 1px solid #bac0c8;
  border-radius: 6px;
  box-shadow: none;
  color: #222;
}

.btn {
  font-weight: 600;
  border-radius: 7px;
}
.custom-overflow {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .btn.btn-primary:hover {
  background-color: #0f172acc !important;
} */

/* .btn.btn-dark:hover {
  background-color: #0f172acc !important;
} */

/* html > body {
    background-color: #eef1f9 !important;
} */
@media (min-width: 768px) {
  .lw-minimized-menu .navbar-vertical.navbar-expand-md {
    max-width: 250px;
    width: 250px;
    z-index: 2;
  }
  .lw-minimized-menu .navbar-vertical.navbar-expand-md.fixed-left+.main-content {
    margin-left: 250px;
  }
  .lw-minimized-menu .navbar-vertical.navbar-expand-md>.container-fluid .nav .nav-item .nav-link {
    padding-left: 2.75rem;
    transition: padding-left .15s ease;
  }
}

.mdtoast.mdt--primary,
.lw-minimized-menu .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before,
.dropdown-item.active,
.dropdown-item:active,
.main-content .navbar-top {
  border: none;
}

.text-warning-1 {
  color: #c63614 !important;
}

.custom-form {
  border-right: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #ffffff;
  border-color: #dee2e6;
  background-color: var(--main-bg-color);
}

.mdtoast.mdt--primary,
.lw-minimized-menu .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before,
.dropdown-item.active,
.dropdown-item:active,
.main-content .navbar-top {
  background-color: #fff !important;
}
.text-primary-custom {
  color: #0a1721;
}
.text-custome {
  color: var(--main-color);
}
.text-custome-1:hover{
  color: var(--main-hover-color);
}
.text-custome:hover {
  color: var(--main-hover-color);
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #000;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}
.navbar-dark .navbar-nav .nav-link {
  color: var(--main-color);
}

.nav-link-custom:hover,
.nav-link-custom:focus {
  color: var(--main-hover-color) !important;
}
.bg-light-custom {
  background-color: #f1f3f4;
}
.bg-orange-50 {
  background-color: #fff7ed;
}

.bg-card-custom {
  position: relative;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.bg-gradient-danger-custom {
  /* background: linear-gradient(90deg, #ffbf96, #fe7096); */
  background: linear-gradient(90deg, #ffe5d4, #fcaec4);
}

.bg-gradient-light-custom {
  background: linear-gradient(87deg, #c7cbcf 0, #6e6e75 100%) !important
}

.card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.icon-shape-custom {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.icon-shape-custom i,
.icon-shape-custom svg {
  font-size: 1.25rem;
}

.today-orders-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  border-radius: 4px;
  /* background-color: #fff7ed; */
  overflow: hidden;
}

.today-orders-card::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 36px;
  background-color: rgba(147, 51, 234, 0.5);
  display: none;
}

.circle-decoration {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 95px;
  height: 95px;
  background-color: var(--color-orange-200);
  border-radius: 9999px;
  box-shadow: 0 0 0 calc(20px) var(--color-orange-100);
}

.warning-icon-wrapper {
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  border: 1px dashed var(--warning);
  border-radius: 9999px;
}

.warning-icon-inner {
  width: 24px;
  height: 24px;
  background-color: var(--warning);
  display: grid;
  place-content: center;
  border-radius: 9999px;
}

.black-icon-wrapper {
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  border: 1px dashed #0f172a;
  border-radius: 9999px;
}

.black-icon-inner {
  width: 24px;
  height: 24px;
  background-color: #0f172a;
  display: grid;
  place-content: center;
  border-radius: 9999px;
}

.green-icon-wrapper {
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  border: 1px dashed #54bb7b;
  border-radius: 9999px;
}

.green-icon-inner {
  width: 24px;
  height: 24px;
  background-color: #3ac92d;
  display: grid;
  place-content: center;
  border-radius: 9999px;
}

.red-icon-wrapper {
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  border: 1px dashed #eb6c32;
  border-radius: 9999px;
}

.red-icon-inner {
  width: 24px;
  height: 24px;
  background-color: #fd0e0e;
  display: grid;
  place-content: center;
  border-radius: 9999px;
}

.title {
  /* margin-top: 12px; */
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #1f2937;
  position: relative;
}

.value-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.value {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}

.trend-icon {
  width: 20px;
  height: 20px;
}

.bg-green-50 {
  background-color: #ecfdf5;
}

.bg-red-50 {
  background-color: #fef2f2
}

.ring-b-box {
  /* width: 200px; */
  /* height: 200px; */
  /* background-color: #fff; */
  /* border: 2px solid #ccc; */
  /* margin: 40px auto; */
  box-shadow: var(--tw-ring-shadow);
  /* border-radius: 8px; */
}
.left-11 {
  left: 23rem;
  top: 95px;
}
.left-22 {
  left: 22rem;
}
.top-20 {
  top: 20%;
}
.top-34 {
  top: 34px;
}
.z-index {
  z-index: 10;
}
.fulll-table-border {
  border: 1px solid;
  border-radius: 6px;
}
.table th {
  border-top: 0;
}
.ring-og-box {
  box-shadow: 0 0 0 calc(20px) #e2994840;
}

.ring-gr-box {
  box-shadow: 0 0 0 calc(20px) #48e25540;
}

.ring-re-box {
  box-shadow: 0 0 0 calc(20px) #e2554840;
}

.bgd-black {
  background-color: #c9c9c9a8;
}

.bg-black-ring {
  background: #0f172a87;
}

.bg-orange-ring {
  background: #f2bf80;
}

.bg-green-ring {
  background: #a0f2a0;
}

.bg-red-ring {
  background: #f2a0a0;
}

.btn-default {
  color: #222;
  border-color: #dddddd;
  background-color: #dddddd;
}
.shadow-0 {
  box-shadow: none;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: 0px;
}

.selectize-dropdown-content {
  display: grid;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, .15);
}

.selectize-dropdown,
.selectize-dropdown.form-control {
  border: 0;
}

.card {
  backdrop-filter: none;
  /* max-height: calc(100vh - 200px); */
  height: auto;
}

label {
  font-size: 14px;
  font-weight: 600;
}

.form-control {
  padding: 0.270rem .75rem;
  height: calc(2rem + 3px);
}
.toggle-switch {
  position: relative;
  display: inline-flex;
  border-radius: 999px;
  background: #dedede;
  padding: 4px;
  width: 200px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #fff;
  margin-bottom: 15px;
}
.toggle-switch .tab-toggle {
  display: none;
}
.toggle-switch label {
  flex: 1;
  text-align: center;
  padding: 5px 0;
  border-radius: 999px;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  /* z-index: 2; */
  position: relative;
  margin-bottom: 0px;
}
.toggle-custom {
  display: flex;
  width: 53%;
}
.toggle-custom label {
  padding: 5px 5px;
}
.toggle-slider {
  position: absolute;
  width: 50%;
  background: #fff;
  border-radius: 999px;
  top: 5px;
  left: 5px;
  transition: all 0.3s ease;
  z-index: 1;
}

/* #activeTab:checked ~ label[for="activeTab"],
#archivedTab:checked ~ label[for="archivedTab"] {
    color: #ffffff;
    background: #222;
}
#queueTab:checked ~ label[for="queueTab"],
#executedTab:checked ~ label[for="executedTab"] {
    color: #ffffff;
    background: #222;
} */
.align-content-center {
  align-content: center;
}
.alert-second-custom {
  background-color: #dcdcdc;
  color: #000000;
}
.modal-open .modal {
  backdrop-filter: blur(1px) grayscale(.9);
}

.form-control:focus {
  color: #2c2a2a;
  border-color: rgb(46 51 53 / 25%);
}

.selectize-input {
  padding: 7px 12px;
}

.input-group-prepend {
  height: auto;
}

nav.lw-breadcrumb-container {
  padding: 0;
  background-color: unset;
}
.card.lw-whatsapp-chat-block-container .lw-chat-history-container .lw-chat-history-message {
  font-size: 12px;
  margin-bottom: -15px;
  margin-top: -10px;
}
.card.lw-whatsapp-chat-block-container .lw-chat-history-container {
  background-color: #ebebeb;
  border-radius: 8px;
  margin-bottom: 5px;
  margin-left: 5%;
  margin-top: 10px;
  width: 90%;
  color: #6d6d6d;
}

/* .lw-whatsapp-preview>.card {
  border-top-left-radius: .375rem;
} */
.lw-carousel-wrapper {
  position: relative;
  width: 100%;
}
.lw-carousel-arrow.prev {
  left: -20px;
}
.lw-carousel-arrow.next {
  right: -20px;
}
.lw-carousel-arrow {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: hsla(0, 0%, 83%, .4);
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  color: #333;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background .2s;
  transition: all .3s ease;
  z-index: 10;
}
.lw-whatsapp-template-create-preview {
  top: 100px;
}
.lw-carousel-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.lw-carousel-container {
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 10px;
  scroll-snap-type: x mandatory;
}
.lw-carousel-card {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  display: flex;
  flex: 0 0 105%;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: start;
}
#lwTemplateStructureEditContainer {
  padding: 0px !important;
}
/* .lw-ws-pre-line {
  white-space: normal;
} */
.lw-card-media {
  align-items: center;
  background: #ccd0d5;
  border-radius: 7px;
  display: flex;
  height: 180px;
  justify-content: center;
  margin: 10px;
  padding: 2px;
  width: calc(100% - 20px);
}
.lw-carousel-card-body {
  flex: 1;
  padding: 10px 12px;
}
.lw-card-desc {
  color: #3b4a54;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.card.lw-whatsapp-chat-block-container .lw-system-message-container .badge {
  color: #000;
  font-size: 70%;
  font-weight: 400;
}
.card.lw-whatsapp-chat-block-container .lw-system-message-container {
  background-color: #ebebeb;
  border-radius: 40px;
  margin-bottom: -3px;
  margin-left: 36%;
  margin-top: 10px;
  width: 35%;
}
.card.lw-whatsapp-chat-block-container .nav-tabs .nav-link.active {
  background-color: unset;
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color) !important;
}

.card.lw-whatsapp-chat-block-container .nav-tabs {
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, .1) !important;
  border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #5686c4 !important
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .lw-contact-list .lw-contact-list-item-selected {
  background-color: #e2e8f0 !important;
  border-left: 2px solid #222222;
}

.list-group-item-action {
  /* color: #222222; */
  color: #1a1a1a;
}
.list-group-item-action:active {
  color: #1a1a1a;
}
.list-group-item-custom {
  border:0;
}
.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .lw-contact-list .lw-contact .badge.rounded-pill {
  border-radius: 50%;
  height: 15px;
  line-height: 0.7;
  /* width: unset; */
  width: fit-content;
  padding: 4px 4px;
  color: #fff;
  align-self: end;
}
.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .lw-contact-list {
  scroll-behavior: smooth;
}
.card.lw-whatsapp-chat-block-container .lw-contact-crm-block, .card.lw-whatsapp-chat-block-container .lw-contact-list-block {
  scroll-behavior: smooth;
  overflow: hidden;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .user-bar {
  color: #46484b;
  border-bottom: 2px solid #e2e8f0;
  padding: 15px;
  /* border-radius: 7px */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .conversation {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .conversation-compose .photo .lw-whatsapp-bar-icon-btn i {
  transform: translate(-50%, -15%);
}
.lw-whatsapp-chat-block-container {
  background-color: unset;
  border: 0;
  box-shadow: none;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .conversation {
  background-color: #fff !important;
  background: unset;
  padding-bottom: 0px;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .conversation .conversation-container {
  box-shadow: none;
}

.text-primary:hover {
  color: #6e7370 !important;
}

.lw-whatsapp-bar-icon-btn {
  color: var(--main-color);
}

.lw-whatsapp-bar-icon-btn:hover {
  color: var(--main-hover-color);
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .message.received {
  background: #e2e8f0;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .message.received:after {
  border-color: #e2e8f0 #e2e8f0 transparent transparent;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .message.received.time {
  background: #fff;
  float: left;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .message.sent {
  /* background: #0f172ab0; */
  background: #a1a9a861;
}

.justify-around {
  justify-content: space-evenly;
}

.conversation-container {
  border-bottom: 2px solid #e2e8f0;
}

/* .card.lw-whatsapp-chat-block-container .lw-contact-crm-block,
.card.lw-whatsapp-chat-block-container .lw-contact-list-block {
  overflow: hidden;
  height: 88vh;
} */

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .emojionearea .emojionearea-editor {
  height: auto;
  margin-top: 0;
  background-color: unset;
  max-height: 40px;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .conversation-compose .input-msg {
  border: 1px solid rgba(0, 0, 0, .1) !important;
  border-radius: 10px;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .conversation .conversation-container {
  margin-bottom: 10px;
  /* height: calc(80vh - 70px); */
  /* height: calc(80vh - 53px); */
  height: calc(73vh - 60px);
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .conversation-compose {
  height: auto;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .emojionearea .emojionearea-button,
.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .emojionearea.emojionearea-inline>.emojionearea-button {
  top: 6px;
  padding-left: 4px;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .conversation-compose .send {
  margin-right: 12px;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .conversation-compose .send .circle {
  height: 40px;
  width: 40px;
}

.emojionearea .emojionearea-picker .emojionearea-search {
  height: 30px;
}

.emojionearea .emojionearea-picker .emojionearea-search>input {
  border-radius: 5px;
}

.card.lw-whatsapp-chat-block-container .lw-whatsapp-chat-window .message.sent:after {
  border-color: transparent transparent transparent #d5dccf;
}

.card.lw-whatsapp-chat-block-container .nav-tabs .nav-link {
  padding: 8px .75rem;
}

/* .lw-contact-list {
  overflow: auto;
  max-height: 70vh;
} */

.lw-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px 0px 20px;
  background: #fafbfc;
  border-bottom: 1px solid #e9ecef;
}

.lw-section-content {
  padding: 20px;
  /* background: #fff; */
}

.lw-section-title {
  font-size: 14px;
  font-weight: 600;
  color: #343a40;
  margin: 0;
  display: flex;
  align-items: center;
}
.lw-last-message-at {
  min-width: 73px;
}
.lw-contact-profile {
  padding: 10px 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgb(196 196 196 / 11%), 0 1px 3px rgba(0, 0, 0, .08);
}

.lw-profile-header {
  display: flex;
  gap: 5%;
  /* flex-direction: column; */
  align-items: center;
}

.lw-profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #a2a2a2;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 32px;
  margin: 0 auto var(--spacing-lg);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.lw-profile-info {
  align-content: center;
  text-align: left;
}
.lw-profile-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.lw-profile-phone {
  font-size: 14px;
  opacity: 0.9;
  /* margin-bottom: 8px; */
}

.bx-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.lw-section {
  border-bottom: 1px solid #f1f3f4;
  margin-bottom: 0;
}

.bg-1 {
  background: #fafbfc;
}

.fw-black {
  color: #1a1a1a;
}

.br-10 {
  border-radius: 10px;
}
.br-8 {
  border-radius: 8px;
}

.selectize-dropdown .single .form-control .selectize .mr-3 {
  width: inherit !important;
}

fieldset legend {
  color: #363636;
}

.input-group .btn {
  padding: 0.4rem 1.25rem;
}

a {
  color: #145fb1;
}

a:hover {
  color: #5994d7;
}

.a-color {
  color: #145fb1;
}

.input-group-text {
  padding: 4px 10px;
}

.input-group-prepend {
  margin-right: 0px;
}

.custom-control-input:active~.custom-control-label::before {
  background-color: #5b5b5b;
}

.btn-c {
  color: #000000;
  background-color: #b2b2b233;
  border-color: #00000033;
}

.qr-card {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}

.qr-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.qr-frame {
  position: relative;
  padding: 15px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 3px solid #25D366;
}

.lw-qr-image {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  display: block;
}

.qr-overlay {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #25D366;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.3);
}

.phone-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.phone-label i {
  margin-right: 5px;
  color: #25D366;
}

.phone-number {
  color: #25D366;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Courier New', monospace;
}

.primary-btn-1 {
  background: linear-gradient(135deg, #6690f4, #0056b3);
  color: white;
}

.primary-btn-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.secondary-btn-1 {
  background: linear-gradient(135deg, #6c757d, #495057);
  color: white;
}

.secondary-btn-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(108, 117, 125, 0.3);
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
  color: white;
  text-decoration: none;
}

.action-btn {
  flex: 1;
  min-width: 120px;
  padding: 12px 16px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.url-sections {
  border-top: 1px solid #e9ecef;
  padding-top: 20px;
}

.url-section {
  margin-bottom: 15px;
}

.url-toggle {
  width: 100%;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 12px 16px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #495057;
}

.url-toggle i:first-child {
  margin-right: 10px;
  color: #25D366;
}

.toggle-icon {
  transition: transform 0.3s ease;
}

.url-input-group {
  display: flex;
  margin-top: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.url-input {
  border: none;
  border-radius: 0;
  background: #ffffff;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  padding: 21px 15px;
}

.copy-btn {
  background: #25D366;
  color: white;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  min-width: 60px;
}

.copy-btn:hover {
  background: #128C7E;
}
.modal-footer {
  padding-top: .5rem;
}
.dataTables_wrapper .table th {
  font-weight: 600;
}
/* .nav-tabs {
  background: #fff;
} */
.nav-tabs .nav-link {
  background: #fff;
  font-size: 1.0rem;
  font-weight: 500;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 2px solid #222;
}
.row .dt-row {
  max-height: 68vh;
  overflow: auto;
  /* height: calc(70vh - 65px); */
}
/* .row .dt-row .table thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
} */
.row .dt-row .table thead th {
  background: white;
  position: static;
  top: 0;
  z-index: 7;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.lw-sidebar-container {
  padding-bottom: 0px;
}
@media (max-width: 1108px) {
  .btns-actions {
    position: initial !important;
  }
}
@media (max-width: 768px) {

  .btn-group>:not(.dropdown-menu):first-child {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }
  .btn-group {
    display: inline-flex;
    width: auto;
  }
  .lw-sidebar-container {
    padding-bottom: 1rem;
  }
  .header { 
    padding-top: 1rem !important;
  }
  .btns-actions {
    /* display: flex; */
    left: 2rem;
  }
}
@media (max-width: 425px) { 
  .dropdown-menu-right {
    right: auto;
    left: auto;
  }
  .pagination {
    flex-wrap: wrap !important;
  }
}
.highlight {
  background: #f3d567;
  color: #000;
}
/* .details-group-badge-vert {
  margin-right: 8px;
  margin-bottom: 4px;
  background: #000000bd;
  padding: 6px 14px;
  display: inline-block;
  font-size: 0.7rem;
  color: #ffffff;
  border-radius: 5px;
} */
 .badge {
    font-weight: 700;
 }

.details-group-badge-vert {
    background: #3e3e3e;
    color: #ffffff;
    padding: 4px 14px;
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid #d3d2d2;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}
/* ----------------------------------------- */
.contact-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(10, 23, 42, 0.15);
  display: flex;
  overflow: hidden;
  /* min-height: 400px; */
  height: auto;
}

.contact-profile-section {
  background: #0a172a1f;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
}

.contact-avatar {
  width: 80px;
  height: 80px;
  background: #dadada;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #0a172a;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgb(7 7 7 / 30%);
}

.contact-social-icons {
  display: flex;
  gap: 15px;
  margin-top: auto;
}

.social-icon {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: white;
  cursor: pointer;
  transition: transform 0.2s;
}

.social-icon:nth-child(1) { background: #0077b5; }
.social-icon:nth-child(2) { 
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.social-icon:nth-child(3) { background: #1da1f2; }

.social-icon:hover {
  transform: scale(1.1);
}

.contact-info-section {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-name {
  font-weight: 700;
  color: #0a172a;
  margin-bottom: 5px;
}

.contact-title {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 15px;
}

.contact-location,
.contact-email,
.contact-phone,
.contact-language {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  color: #333;
  padding: 4px 0;
  border-bottom: 1px solid #f0f0f0;
}

.contact-location i {
  color: #0a172a;
  width: 16px;
}

.label {
  font-weight: 600;
  color: #0a172a;
  min-width: 80px;
}

.contact-groups,
.contact-other-info {
  padding-top: 20px;
  /* border-top: 1px solid #eee; */
}

.groups-title,
.other-info-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0a172a;
  margin-bottom: 10px;
}

.groups-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.group-badge {
  background: #0a172a;
  color: white;
  padding: 1px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

.no-groups {
  color: #999;
  font-style: italic;
}

.other-info-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.8rem;
}

.other-info-item:last-child {
  border-bottom: none;
}
.other-info-item .value {
  color: #333;
  text-align: right;
  max-width: 200px;
  word-break: break-word;
}

@media (max-width: 768px) {
  .contact-card {
      flex-direction: column;
  }
  
  .contact-profile-section {
      width: 100%;
      padding: 20px;
      flex-direction: row;
      justify-content: space-between;
  }
  
  .contact-avatar {
      margin-bottom: 0;
      width: 60px;
      height: 60px;
      font-size: 2rem;
  }
  
  .contact-social-icons {
      margin-top: 0;
  }
  
  .contact-info-section {
      padding: 20px;
  }
  
  .contact-name {
      font-size: 1.5rem;
  }
  
  .other-info-item {
      flex-direction: column;
      gap: 5px;
  }
  
  .other-info-item .value {
      text-align: left;
  }
  .flex-column-custom {
    flex-direction: column;
    gap: 10px;
  }
}
.close-modal-btn {
  position: absolute;
  right: 20px;
  font-size: 1.8rem;
  color: rgba(0,0,0,.6);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1051;
  transition: color 0.2s ease;
}
.close-modal-btn:hover {
  color: #000;
}
.close-modal-btn:focus {
  outline:none !important;
}
.profile-groups-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
}
.permission-card:hover {
    border-color: #989898 !important;
    box-shadow: 0 0 10px rgba(0,123,255,0.1) !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 40px 40px 30px;
  position: relative;
  /* max-width: 800px; */
  margin-left: auto;
  margin-right: auto;
}

.progress-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e5e7eb 0%, #d1d5db 100%);
  border-radius: 2px;
  transform: translateY(-50%);
  /* z-index: 1; */
}

.progress {
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  background: #4b4b4b;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
}

.step {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  color: #6b7280;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* .step.active {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-color: #3b82f6;
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
} */

.step.active {
  border-color: #8c8c8c;
  color: #000000;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgb(83 83 83 / 40%);
}
/* .step.completed {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-color: #10b981;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
} */
.step.completed {
  background: #ffffff;
  border-color: #4094cf;
  color: #000000;
  box-shadow: 0 4px 12px #4094cfad;
}

.step::after {
  content: attr(data-label);
  position: absolute;
  top: 46px;
  /* left: 50%; */
  transform: translateX(0%);
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease;
}

.step.active::after {
  color: #000000;
  font-weight: 600;
}

.step.completed::after {
  color: #4094cf;
  font-weight: 600;
}

.step:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.step.active:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgb(99 99 99 / 50%);
}

.form-step {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.form-step.active {
  display: block;
}

.step-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 20px 0;
  font-size: small;
}

.btn-step {
  padding: 7px 18px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-step:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-prev {
  background: #f3f4f6;
  color: #374151;
}

.btn-prev:hover:not(:disabled) {
  background: #e5e7eb;
}

.btn-next {
  background: #000000d6;
  color: white;
}

.btn-next:hover:not(:disabled) {
  background: #4c4c4cd6;
}
button:focus { 
  outline: none;
}
.btn-submit {
  background: #10b981;
  color: white;
}

.btn-submit:hover:not(:disabled) {
  background: #059669;
}

@media (max-width: 768px) {
  .progress-container {
    margin: 20px 0;
    padding: 0 20px;
  }
  .step {
    width: 40px;
    height: 40px;
    font-size: 0.75rem;
  }
  .step::after {
    font-size: 0.7rem;
    top: 50px;
  }
}
@media (max-width: 425px) {
  .custom-dd {
    right: 1px;
  }

}
@media (max-width: 1573px) {
  .toggle-custom {
    width: inherit;
  }
}
.responsive-card {
  min-height: 90vh;
}
/* Extra large screens */
@media (min-height: 900px) {
  .responsive-card {
    min-height: 80vh;
  }
}

/* Large screens */
@media (min-height: 800px) and (max-height: 899px) {
  .responsive-card {
    min-height: 90vh;
  }
}

/* Medium screens */
@media (min-height: 700px) and (max-height: 799px) {
  .responsive-card {
    min-height: 100vh;
  }
}

/* Small screens */
@media (max-height: 699px) {
  .responsive-card {
    min-height: 120vh;
  }
}
.flowchart-operator {
  border: 1px solid #9d9d9d !important;
  background: #fff !important;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.flowchart-operator .flowchart-operator-title {
  border-radius: 12px 12px 0px 0px;
  font-weight: 500 !important;
  background: #fff !important;
  border-bottom: 1px solid #9d9d9d !important;
}
/* .lw-flow-builder-container {
  height: 1000px;
  width: 3000px;
} */
.lw-flow-builder-container .flowchart-operator {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .15);
}
/* .lw-whatsapp-header-placeholder .lw-whatsapp-header-image {
  max-height: 100px;
} */
.field {
  box-shadow: none;
  border: none;
}

@keyframes dashdraw {
  to {
    stroke-dashoffset: -10;
  }
}

.flowchart-link path {
  /* stroke: #7b7d80; */
  stroke-width: 2px;
  stroke-dasharray: 5,3;
  stroke-dashoffset: 0;
  animation: dashdraw 0.3s linear infinite;
}

.flowchart-operator-title {
  font-size: 14px;
  text-align: center;
}

.flowchart-operator-body {
  min-height: auto;
  padding: 12px;
  font-size: 13px;
  background-color: #fff;
}

.operator-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}

.operator-buttons .btn {
  padding: 5px 8px;
  font-size: 12px;
}
.flowchart-operator .flowchart-operator-inputs, .flowchart-default-operator .flowchart-operator-outputs {
  width: auto !important;
}
.flowchart-operator-inputs .flowchart-operator-connector:hover .flowchart-operator-connector-arrow:hover {
  border-left: 10px solid #626262;
}
.lds-ring div { 
  border-top-color: #e9e9e9;
}
/* ------------------------------ */

.tabs {
  display: inline-flex;
  border-radius: 8px;
  background-color: white;
  padding: 2px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  gap: 3px;
}

.tab {
  padding: 8px 20px;
  cursor: pointer;
  color: #555;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.tab.active {
  background-color: #f0f2f5;
  font-weight: bold;
}

.tab:hover {
  background-color: #f0f2f5;
}

.tab-content-custom {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.tab-content-custom.active {
  display: block;
}
.min-w {
  min-width: 210px;
}
@media (max-width: 1347px) {
    .d-below1347 {
        display: inline-block !important;
    }
    .d-above1347 {
        display: none !important;
    }
}
.flex-col {
  flex-direction: column;
}
/* Hide by default */
.d-below1347 {
    display: none !important;
}
.tab-content-custom-1 {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}
.lw-dynamic-template-container {
  overflow-x: hidden;
  overflow-y: auto;
}
.w-50 {
  width: 50%;
}
#lwBotPreviewContent .card , #lwEditBotReplyBody .card {
  box-shadow: none;
}
label.lw-validation-error {
  padding: 0 0 0;
  margin-bottom: 0px;
}
.input-group {
  flex-wrap: inherit;
}
.w-25 {
  width: 25%;
}
.custom-show {
  display: flex;
}
.flowchart-operator-outputs .flowchart-operator-connector-label {
  border: none !important;
}
.justify-self-center {
  justify-self: center;
}
@media (max-width: 642px) {
  .tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;/
  }

  .tab {
    flex: 0 0 auto;
    font-size: 13px;
    padding: 5px 10px;
  }

  .dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    min-width: 160px;
  }
}
@media (max-width: 642px) {
  .dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    min-width: 100px;
  }
}
  .custom-none {
    display: none !important;
    }
  @media (max-width: 767px) {
    .custom-none {
         display: flex !important;
    }
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
.selectize-dropdown .active.create {
  padding: 5px 13px;
}
.selectize-dropdown .create {
  padding: 5px 13px;
}