/*
DataTables responsive
https://cdn.datatables.net/responsive/1.0.7/css/responsive.dataTables.min.css
*/
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: "+";
  background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px;
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: "+";
  background-color: #31b131;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* added by Vinod */
table.dataTable td, table.dataTable th {
  white-space: normal;
}

div.dataTables_wrapper .table-striped tbody tr td {
  vertical-align: initial;
}
div.dataTables_wrapper .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1280px) {
  div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
  }
  div.dataTables_wrapper div.dataTables_filter label {
    white-space: unset;
    text-align: center;
  }
}

table.dataTable {
  max-width: 100% !important;
}
table.dataTable .btn {
  margin-bottom: 8px;
}

.dataTables_filter {
  min-width: 100%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th.child {
  padding-left: 0;
  padding: 8px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td.child li,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th.child li {
  list-style: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td.child li .dtr-title,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td.child li .dtr-data,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th.child li .dtr-title,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th.child li .dtr-data {
  display: block;
  padding: 8px 0;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
  width: auto;
  display: inline-block;
}

[data-show-if] {
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html > body {
  min-height: 100vh;
  overflow-x: hidden;
}

.navbar > .container {
  padding-right: 4.5rem !important;
}

.navbar-horizontal .navbar-nav .nav-link {
  font-size: initial;
  color: #212529;
}
@media (min-width: 992px) {
  .navbar-horizontal .navbar-nav .nav-link i {
    margin-right: 0;
  }
}
.navbar-horizontal .navbar-nav .nav-link .text-danger {
  color: #dc3545 !important;
}

.lw-terms-and-conditions-page strong {
  font-weight: 600;
}

.form-input {
  padding: 10px 8px;
  border: 1px solid #c7c7c7;
}

.bg-gradient-primary {
  background: linear-gradient(87deg, #249b4b 0, #cfffd1 100%) !important;
}

.bg-default {
  background-color: #283244 !important;
}

.fill-default {
  fill: #186fdf;
}

label.custom-control-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

label.error,
label.lw-validation-error,
div.lw-validation-error {
  width: 100%;
  color: #fb6340;
  padding: 10px 0 10px 18px;
}
.text-left label.error,
.text-left label.lw-validation-error,
.text-left div.lw-validation-error {
  text-align: left;
}

label.lw-validation-error {
  padding: 0;
}

.btn {
  box-shadow: none;
  border-radius: 4px;
  font-weight: 400;
  margin-bottom: 4px;
}
.btn:hover {
  box-shadow: none;
  filter: saturate(1.3);
}
.btn:not(:last-child) {
  margin-right: 0;
}
.input-group .btn {
  margin-bottom: 0;
}
.btn.btn-primary {
  color: #ffffff;
  border-color: #119242;
  background-color: #2bac32;
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active, .show > .btn.btn-primary.dropdown-toggle {
  background-color: #119242;
}
.btn.btn-primary[data-toggle=modal]:not(:disabled):not(.disabled).active, .btn.btn-primary[data-toggle=modal]:not(:disabled):not(.disabled):active, .show > .btn.btn-primary[data-toggle=modal].dropdown-toggle {
  color: #0a0a0a;
  border-color: #b3b3b3;
  background-color: #eaedef;
}

.page-item.active .page-link {
  color: #fff;
  border-color: #53b262;
  background-color: #5cb666;
}

.display-2 {
  font-weight: 500;
}

.form-control {
  height: calc(3rem + 2px);
  border: 1px solid #cad1d7;
  font-size: 0.975rem;
  color: #636f8c;
  background-clip: unset;
}

.selectize-input,
.input-group,
.form-control {
  transition: box-shadow 0.15s ease;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}
.selectize-input:focus,
.input-group:focus,
.form-control:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.selectize-input.not-full > input[type=select-one] {
  width: 100% !important;
}

.has-danger:after {
  display: none !important;
}

.form-group {
  margin-bottom: 0.5rem;
  margin-top: 0.9rem;
}

label {
  font-weight: 200;
  font-size: 0.9rem;
}
label.form-control-label {
  font-weight: 400;
}

.dataTables_wrapper .table th {
  font-weight: 500;
}
.dataTables_wrapper table.dataTable.table thead th,
.dataTables_wrapper table.dataTable.table thead td {
  border-bottom: none;
}
.dataTables_wrapper table.dataTable.table.no-footer {
  border-bottom: none;
}
.dataTables_wrapper table.dataTable tbody th,
.dataTables_wrapper table.dataTable tbody td {
  padding: 12px;
}
.dataTables_wrapper table.dataTable tbody th .avatar.avatar-sm.rounded-circle img,
.dataTables_wrapper table.dataTable tbody td .avatar.avatar-sm.rounded-circle img {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dataTables_wrapper .card .table td,
.dataTables_wrapper .card .table th {
  padding: 1rem 1.5rem;
}
.dataTables_wrapper select.custom-select {
  padding-right: 20px;
  padding-left: 10px;
}
.dataTables_wrapper .page-item .page-link,
.dataTables_wrapper .page-item span {
  width: auto;
  height: 36px;
  margin: 0 3px;
  padding: 3px 14px;
  border-radius: 4px !important;
}
.dataTables_wrapper .form-control {
  height: calc(2rem + 2px);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.modal .modal-body {
  background-color: #f6f8fa;
}

.modal-open .modal {
  -webkit-backdrop-filter: blur(4px) grayscale(0.9);
          backdrop-filter: blur(4px) grayscale(0.9);
}
.modal-open .modal.lw-has-form .lw-form .lw-form-modal-body {
  padding: 1.5rem;
}
.modal-open .modal.lw-has-form .modal-footer,
.modal-open .modal.lw-has-form .modal-body {
  border-bottom-left-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}
.modal-open .modal.lw-has-form .modal-footer {
  background-color: #ffffff;
}
.modal-open .modal .modal-body .modal-header {
  background-color: #ffffff;
  border-radius: 0;
  margin: -23px -24px 16px;
}
.modal-open .modal .modal-body .modal-header .modal-title {
  font-size: 1rem;
}

.btn-secondary {
  border-color: #e1e2e2;
}

.lw-form .lw-form-processing *, .lw-form.lw-form-processing * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.lw-form .lw-form-processing .lw-form-overlay, .lw-form.lw-form-processing .lw-form-overlay {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.2;
  pointer-events: none;
  -webkit-backdrop-filter: blur(2px) grayscale(1);
  backdrop-filter: blur(2px) grayscale(1);
}
.lw-form.has-danger .form-control::-moz-placeholder {
  color: #c0c7cc;
}
.lw-form.has-danger .form-control::placeholder {
  color: #c0c7cc;
}

.input-group.input-group-alternative {
  border: 1px solid #cad1d7;
  box-shadow: none;
}

.focused .input-group {
  box-shadow: none !important;
}

.swal2-container {
  -webkit-backdrop-filter: blur(2px) grayscale(1);
  backdrop-filter: blur(2px) grayscale(1);
}

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

.selectize-dropdown,
.selectize-dropdown.form-control {
  position: relative;
  top: 0 !important;
}

.lw-form-in-process {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.lw-form-in-process * {
  pointer-events: none;
}
.lw-form-in-process .lw-spinner-box {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  align-self: center;
  align-items: center;
  display: flex;
  color: rgb(255, 255, 255);
  z-index: 1;
  border-radius: 8px;
  width: 100px;
  padding: 10px;
  background-color: rgba(106, 119, 132, 0.4);
}
.lw-form-in-process .lw-spinner-box ~ * {
  filter: blur(1px) grayscale(0.5);
  -webkit-filter: blur(1px) grayscale(0.5);
}
.lw-form-in-process .lw-spinner-box .spinner-border {
  margin-bottom: 4px;
}
.lw-form-in-process .lw-spinner-box small {
  display: block;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 16px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.85);
}
fieldset legend {
  font-size: 1.1rem;
  padding: 0 10px;
  width: auto;
  color: #5f72e4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
}

#lwTemplateStructureContainer .card,
#lwConversionChatContainer .card,
.lw-template-structure-form fieldset .card {
  box-shadow: none;
}

.card-body fieldset legend {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  border-color: rgba(50, 151, 211, 0.25);
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.lw-page-title {
  color: #2bac32;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.navbar-brand-img {
  min-height: 50px;
}

@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.95rem 1.5rem;
  }
  .navbar-nav .lw-expandable-nav .nav .nav-item .nav-link {
    padding: 0.6rem 1.5rem;
    padding-left: 2.75rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .navbar-collapse .collapse-brand img {
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
  }
  .card-body {
    padding: 0.5rem;
  }
  .input-group {
    padding: 0 12px;
    padding-bottom: 20px;
  }
  .input-group .input-group-text {
    border: none;
    background: transparent;
  }
  .input-group .form-control {
    padding: 0.625rem 0.75rem !important;
  }
  .input-group * {
    width: 100%;
    display: block;
    border-radius: 4px;
    margin: 8px 0 0 0;
    border-radius: 0.375rem !important;
  }
  .lw-btn-block-mobile,
  .btn.lw-btn-block-mobile {
    width: 100%;
    margin-bottom: 8px;
  }
  .btn-group {
    width: 100%;
    display: block;
  }
  .btn-group > *:not(.dropdown-menu) {
    width: 100%;
    display: block;
    border-radius: 0 !important;
  }
  .btn-group > *:not(.dropdown-menu):first-child {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .btn-group > *:not(.dropdown-menu):last-child {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .nav-tabs {
    margin-bottom: 20px;
  }
  .nav-tabs .nav-item {
    width: 100%;
  }
  .nav-tabs .nav-item .nav-link {
    border-radius: 0;
  }
  .nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  .nav-tabs .nav-item:last-child .nav-link {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
.navbar-vertical .navbar-nav .nav-link {
  font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #656565;
}

.text-primary {
  color: #5db666 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #139343 !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(19, 147, 67);
}

#lwUploadLogo {
  width: 300px;
}

#lwUploadFavicon {
  width: 100px;
}

.lw-disabled-block-content {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: 0.6;
  pointer-events: none;
  filter: blur(2px) grayscale(0.4);
  cursor: not-allowed;
}

[x-cloak] {
  display: none !important;
}

.lw-stamp-container {
  height: 150px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-window-dragging: none;
}

.lw-ws-pre-line {
  white-space: pre-line;
}

@media print {
  .btn.lw-whatsapp-btn {
    display: none;
  }
  .card {
    page-break-before: always;
  }
}
.lw-logo-on-order-page {
  min-height: 100px;
  max-height: 200px;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lw-bg-blue-gray {
  background-color: #636f7b;
}

.navbar-horizontal .navbar-brand {
  text-align: center;
}
.navbar-horizontal .navbar-brand img {
  max-height: 90px;
  min-height: 60px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.lw-form-card-box {
  -webkit-backdrop-filter: blur(4px) grayscale(0.6);
          backdrop-filter: blur(4px) grayscale(0.6);
  background-color: rgba(0, 0, 0, 0.7) !important;
}
@media (min-width: 767px) {
  .lw-form-card-box {
    margin-top: 12vh;
  }
}
.lw-form-card-box .btn-google {
  color: #fff;
  background-color: #ea4335;
}
.lw-form-card-box .btn-facebook {
  color: #fff;
  background-color: #3b5998;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 1.2rem;
}

.main-content .navbar-top {
  background-color: #2bac32;
  -webkit-backdrop-filter: blur(4px) grayscale(0.6);
          backdrop-filter: blur(4px) grayscale(0.6);
}
.lw-guest-page .main-content .navbar-top {
  background-color: #ffffff;
}

.main-content-has-bg::before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  content: "";
  min-width: 100vw;
  min-height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(4px) grayscale(0.5);
}

.card.card-stats {
  min-height: 168px;
}
.card.card-stats .h2 {
  font-size: 2.4em;
}
.card.card-stats .card-body {
  padding: 1rem 1.5rem;
  border-radius: 8px;
}

.card {
  box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

html > body {
  background: #efe7dd url("../../imgs/wa-message-bg-faded.png") repeat;
  font-family: "Roboto", sans-serif;
}

nav.lw-breadcrumb-container {
  padding: 20px 0 10px 20px;
  display: block;
  background-color: #40474f;
  font-size: 1.2rem;
  border-radius: 4px;
}

.nav-tabs {
  border-bottom: 0;
  margin-left: 20px;
  margin-top: 20px;
}
.nav-tabs .nav-link {
  padding: 1.25rem 1.75rem;
  font-size: 1.5rem;
  background-color: #3e4851;
  border: 0 !important;
  color: #8798c1;
}
.nav-tabs .nav-link:hover {
  border: 0;
}

fieldset.filepond--file-wrapper {
  background-color: initial;
}

.filepond--file {
  color: white;
}
[data-filepond-item-state=processing-error] .filepond--file {
  color: white;
}
[data-filepond-item-state=processing-complete] .filepond--file {
  color: white;
}

.filepond--file-info-sub {
  display: none;
}

.lw-d-none {
  display: none;
}

.btn-size {
  width: 220px !important;
}

[dir=rtl] .float-left {
  float: right !important;
}
[dir=rtl] .float-right {
  float: left !important;
}
[dir=rtl] .text-left {
  text-align: right !important;
}
[dir=rtl] .text-right {
  text-align: left !important;
}
[dir=rtl] .modal-header .close {
  margin: 0;
  display: contents;
  float: left;
}
[dir=rtl] .sidebar {
  padding-right: 0;
}
[dir=rtl] .sidebar-dark .sidebar-brand,
[dir=rtl] .navbar {
  border-radius: 0;
}
[dir=rtl] .lw-original-text-line {
  direction: ltr;
  text-align: left;
}
[dir=rtl] .lw-lang-direction-ltr textarea,
[dir=rtl] .lw-lang-direction-ltr input {
  text-align: left;
  direction: ltr;
}
[dir=rtl] body {
  text-align: right;
}
[dir=rtl] body .lw-icon-btn {
  margin-left: 10px;
}
[dir=rtl] body input,
[dir=rtl] body .dropdown-menu {
  text-align: right;
}
[dir=rtl] body input .dropdown-item,
[dir=rtl] body .dropdown-menu .dropdown-item {
  padding-right: 4px;
}
[dir=rtl] body input .dropdown-item > div,
[dir=rtl] body input .dropdown-item .dropdown-list-image,
[dir=rtl] body .dropdown-menu .dropdown-item > div,
[dir=rtl] body .dropdown-menu .dropdown-item .dropdown-list-image {
  margin-left: 8px;
}
[dir=rtl] body .input-group > * {
  border-radius: 0;
}
[dir=rtl] body .input-group > *:last-child {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] body .input-group > *:first-child {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] body .input-group > .input-group-prepend,
[dir=rtl] body .input-group > .input-group-append {
  border-radius: 0;
}
[dir=rtl] body .input-group > .input-group-prepend *:not(:last-child):not(.dropdown-toggle),
[dir=rtl] body .input-group > .input-group-append *:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
[dir=rtl] body .input-group > .input-group-prepend:last-child > *,
[dir=rtl] body .input-group > .input-group-append:last-child > * {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] body .input-group > .input-group-prepend:first-child > *,
[dir=rtl] body .input-group > .input-group-append:first-child > * {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] body .page-item:last-child .page-link {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] body .page-item:first-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] body .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] body .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
[dir=rtl] body .btn-group > .btn:not(:first-child):not(.dropdown-toggle),
[dir=rtl] body .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
[dir=rtl] body .navbar-nav,
[dir=rtl] body .btn-group {
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] body .navbar-nav .nav-item .nav-link,
[dir=rtl] body .btn-group .nav-item .nav-link {
  text-align: right;
}
[dir=rtl] body .navbar-nav .dropdown-menu-right,
[dir=rtl] body .btn-group .dropdown-menu-right {
  transform: none !important;
  left: 0;
  right: auto;
}

.lw-whatsapp-preview-container {
  background: #e5ddd5;
  padding: 20px;
  max-width: 400px;
  overflow: hidden;
  font-size: 13.6px;
  position: relative;
}
.lw-whatsapp-preview-container .lw-whatsapp-preview-bg {
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.lw-whatsapp-preview .lw-whatsapp-header-placeholder,
.lw-whatsapp-preview a.lw-wa-message-document-link {
  border-radius: 6px;
  display: flex;
  align-content: center;
  height: 150px;
  background-color: #ccd0d5;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.lw-whatsapp-preview .lw-whatsapp-header-placeholder i.fa,
.lw-whatsapp-preview a.lw-wa-message-document-link i.fa {
  align-self: center;
  margin: auto;
}
.lw-whatsapp-preview > .card {
  border-top-left-radius: 0;
  padding: 2px;
}
.lw-whatsapp-preview > .card::after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: -1px;
  left: -10px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.lw-whatsapp-preview .lw-whatsapp-body {
  padding: 16px;
}
.lw-whatsapp-preview .lw-whatsapp-footer {
  padding: 0 16px 12px 16px;
}
.lw-whatsapp-preview .lw-whatsapp-buttons {
  color: #00a5f4;
  padding: 0;
  text-align: center;
}

.lw-configured-badge {
  font-size: 1.6em;
  padding-bottom: 3px;
  display: inline-block;
}

.navbar-horizontal .navbar-nav .nav-link {
  font-weight: 500;
  padding-right: 0.4rem;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.lw-error-page-block {
  padding: 10%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  height: 100%;
  width: 100%;
  display: block;
  margin-top: 20%;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
