table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    cursor: pointer;
    padding-left: 28px;
    position: relative
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: #2c3e50;
    border: 1px solid #95a5a6;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    color: #ecf0f1;
    content: "+";
    display: block;
    height: 14px;
    left: 6px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 14px
}

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 {
    background-color: #c0392b;
    content: "–"
}

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: 26px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
    border-radius: 10px;
    height: 12px;
    left: 5px;
    line-height: 12px;
    top: 6px;
    width: 12px
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
    cursor: pointer;
    position: relative
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    background-color: #2c3e50;
    border: 1px solid #95a5a6;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    color: #ecf0f1;
    content: "+";
    display: block;
    height: 14px;
    left: 50%;
    line-height: 14px;
    font-size: 12px;
    font-weight: 400;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 14px
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    background-color: #c0392b;
    content: "–"
}

table.dataTable>tbody>tr.child {
    padding: 0.75em 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 #dcdcdc;
    padding: 0.6em 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;
    font-weight: 600;
    min-width: 75px;
    color: #2c3e50
}

table.dataTable td,
table.dataTable th {
    white-space: normal
}

div.dataTables_wrapper .table-striped tbody tr td {
    vertical-align: middle
}

div.dataTables_wrapper .table-striped tbody tr:nth-of-type(odd) {
    /* background-color: #f9f9f9 */
    border-top: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
}

div.dataTables_wrapper table.dataTable>tbody>tr:hover {
    /* background-color: #ecf0f1 */
}

@media (max-width:1280px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 100%
    }

    div.dataTables_wrapper div.dataTables_filter label {
        text-align: center;
        white-space: unset
    }
}

table.dataTable {
    max-width: 100% !important
}

table.dataTable .btn {
    margin-bottom: 6px
}

.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: 10px
}

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-data,
table.dataTable.dtr-inline.collapsed>tbody>tr.child>td.child li .dtr-title,
table.dataTable.dtr-inline.collapsed>tbody>tr.child>th.child li .dtr-data,
table.dataTable.dtr-inline.collapsed>tbody>tr.child>th.child li .dtr-title {
    display: block;
    padding: 8px 0
}

img {
    max-width: 100%
}

a {
    color: #00a5f4
}

a:hover {
    color: #1a5276
}

.dataTables_wrapper .dataTables_length select {
    background-color: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 8px;
    width: auto;
    font-size: 0.9rem
}

[data-show-if] {
    display: none
}

.lds-ring {
    display: inline-block;
    height: 70px;
    position: relative;
    width: 70px
}

.lds-ring div {
    animation: compact-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border: 6px solid transparent;
    border-radius: 50%;
    border-top-color: #7f8c8d;
    box-sizing: border-box;
    display: block;
    height: 56px;
    margin: 7px;
    position: absolute;
    width: 56px
}

.lds-ring div:first-child {
    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 compact-lds-ring {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    box-shadow: inset 0 0 1px #bdc3c7;
}

::-webkit-scrollbar-thumb {
    background: #bdc3c7;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #95a5a6;
}

html>body {
    min-height: 100vh;
    overflow-x: hidden;
    scrollbar-width: thin;
    background: #f5f5f5;
    font-family: "Inter", sans-serif;
}

html>body ::-webkit-scrollbar {
    width: 2px
}

.navbar>.container {
    padding-right: 4rem !important;
}

.navbar-horizontal .navbar-nav .nav-link {
    color: #2c3e50;
    font-size: 0.95rem;
    font-weight: 500;
}

@media (min-width:992px) {
    .navbar-horizontal .navbar-nav .nav-link i {
        margin-right: 4px
    }
}

.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: #5872b0 !important;
}
.navbar-horizontal .navbar-nav .nav-link .text-danger {
    color: #c0392b !important
}

.lw-terms-and-conditions-page strong {
    font-weight: 600
}

.form-input {
    border: 1px solid #bdc3c7;
    padding: 10px 10px;
    border-radius: 6px
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #27ae60, #2ecc71) !important
}

.bg-default {
    background-color: #34495e !important
}

.fill-default {
    fill: #2980b9
}

label.custom-control-label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

div.lw-validation-error,
label.error,
label.lw-validation-error {
    color: #c0392b;
    font-size: 0.85rem;
    padding: 4px 0;
    text-align: right;
    width: 100%
}

.text-left div.lw-validation-error,
.text-left label.error,
.text-left label.lw-validation-error {
    text-align: left
}

label.lw-validation-error {
    padding: 8px 0 0
}

.form-group+div.lw-validation-error {
    padding: 0 0 8px 18px
}

.btn,
.card .card-body fieldset legend,
.form-control,
.input-group,
.selectize-input {
    border-radius: 6px
}

.btn {
    box-shadow: none;
    font-weight: 500;
    /* margin-top: 4px; */
    margin-bottom: 4px;
    border: 1px solid transparent
}

.btn.lw-btn-breakable {
    white-space: normal;
    word-break: break-word
}

.btn:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    filter: brightness(0.95)
}

.btn:not(:last-child) {
    margin-right: 4px
}

.input-group .btn {
    margin-bottom: 0;
    padding: 0.6rem 1rem
}

.btn.btn-primary {
    background-color: #27ae60;
    border-color: #229954;
    color: #fff
}

.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn.btn-primary.dropdown-toggle {
    background-color: #229954
}

.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 {
    background-color: #e9ecef;
    border-color: #adb5bd;
    color: #1e2a36
}

.page-item.active .page-link {
    background-color: #27ae60;
    border-color: #229954;
    color: #fff
}

.display-2 {
    font-weight: 500;
    font-size: 2.2rem
}

.form-control {
    background-clip: border-box;
    border: 1px solid #ced4da;
    color: #495057;
    font-size: 0.95rem;
    height: calc(2.5rem + 2px);
    padding: 0.5rem 0.75rem
}

.form-control:focus,
.input-group:focus,
.selectize-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.15);
    border-color: #27ae60
}

.selectize-control.form-control:not(.full)>input,
.selectize-input:not(.full)>input[type=select-one] {
    width: 100% !important
}

.has-danger:after {
    display: none !important
}

.form-group {
    margin-bottom: 1rem;
    margin-top: 1rem
}

label.form-control-label {
    font-weight: 500;
    color: #2c3e50
}

.dataTables_wrapper .table th {
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 2px solid #dee2e6
}

.dataTables_wrapper .table td,
.dataTables_wrapper .table th {
    font-size: 0.95rem;
    padding: 0.75rem
}

.dataTables_wrapper .table td .btn-group-sm>.btn,
.dataTables_wrapper .table td .btn-sm,
.dataTables_wrapper .table th .btn-group-sm>.btn,
.dataTables_wrapper .table th .btn-sm {
    font-size: 0.8rem
}

.dataTables_wrapper table.dataTable.table thead td,
.dataTables_wrapper table.dataTable.table thead th,
.dataTables_wrapper table.dataTable.table.no-footer {
    border-bottom: 1px solid #dee2e6
}

.dataTables_wrapper table.dataTable tbody td,
.dataTables_wrapper table.dataTable tbody th {
    padding: 12px
}

.dataTables_wrapper table.dataTable tbody td .avatar.avatar-sm.rounded-circle img,
.dataTables_wrapper table.dataTable tbody th .avatar.avatar-sm.rounded-circle img {
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 36px;
    border-radius: 50%
}

.dataTables_wrapper .card .table td,
.dataTables_wrapper .card .table th {
    padding: 1rem
}

.dataTables_wrapper select.custom-select {
    padding-left: 8px;
    padding-right: 20px;
    border-radius: 4px
}

.dataTables_wrapper .page-item .page-link,
.dataTables_wrapper .page-item span {
    border-radius: 4px !important;
    height: 34px;
    margin: 0 3px;
    padding: 5px 12px;
    width: auto;
    color: #2c3e50;
    border: 1px solid #dee2e6
}

.dataTables_wrapper .form-control {
    height: calc(2rem + 2px)
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0
}

.modal {
    transition: none
}

.modal .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    border: none
}

@media (min-width:1000px) {
    .modal .lw-modal-xl {
        max-width: 1000px
    }
}

.modal .modal-body {
    background-color: #fff
}

.modal-open .modal {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.modal-open .modal .close>span:not(.sr-only) {
    font-size: 2rem;
    font-weight: 300;
}

.modal-open .modal.lw-has-form .lw-form .lw-form-modal-body {
    padding: 1.5rem;
}

.modal-open .modal .modal-body .modal-header {
    background-color: #f8f9fa;
    border-radius: 0;
    margin: -1.5rem -1.5rem 1rem;
    padding: 1rem 1.5rem;
}

.modal-open .modal .modal-body .modal-header .modal-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.modal-open .modal .modal-header {
    border-bottom: 1px solid #f1f1f1;
}

.modal-open .modal .modal-footer {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-top: 1px solid #dee2e6;
    /*border-radius: 0;*/
    padding: 1rem
}

.btn-secondary {
    border-color: #dee2e6;
    background-color: #f8f9fa
}

.lw-form:not([data-show-processing=false]) .lw-form-processing *,
.lw-form:not([data-show-processing=false]).lw-form-processing * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.lw-form:not([data-show-processing=false]) .lw-form-processing .lw-form-overlay,
.lw-form:not([data-show-processing=false]).lw-form-processing .lw-form-overlay {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.lw-form:not([data-show-processing=false]).has-danger .form-control::-moz-placeholder {
    color: #adb5bd
}

.lw-form:not([data-show-processing=false]).has-danger .form-control::placeholder {
    color: #adb5bd
}

.input-group.input-group-alternative {
    border: 1px solid #ced4da;
    box-shadow: none;
    border-radius: 6px
}

@media (max-width:768px) {
    .input-group.input-group-alternative {
        border: 1px solid #ced4da
    }
}

.focused .input-group {
    box-shadow: none !important
}

.swal2-container {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.selectize-input {
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 6px
}

.selectize-dropdown {
    z-index: 9999 !important;
    border: 1px solid #ced4da;
    border-radius: 4px
}

.selectize-dropdown,
.selectize-dropdown.form-control {
    color: #495057
}

.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 {
    align-items: center;
    align-self: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    color: #2c3e50;
    display: flex;
    padding: 10px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    z-index: 1;
    border: 1px solid #dee2e6
}

.lw-form-in-process .lw-spinner-box~* {
    filter: blur(1px);
    -webkit-filter: blur(1px)
}

.lw-form-in-process .lw-spinner-box .spinner-border {
    margin-bottom: 4px
}

.lw-form-in-process .lw-spinner-box small {
    display: block
}

fieldset {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-top: 20px;
    padding: 16px
}

fieldset legend {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #2c3e50;
    font-size: .8rem;
    font-weight: 600;
    padding: 6px 12px;
    width: auto
}

.lw-dynamic-template-container {
    overflow: auto !important
}

#lwConversionChatContainer .card,
#lwTemplateStructureContainer .card,
.lw-template-structure-form fieldset .card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.card-body fieldset legend {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px 12px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input {
    border-color: #ced4da
}

input[type=number] {
    -moz-appearance: textfield
}

.lw-page-title {
    color: #000000;
    font-weight: 600
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #000
}

.navbar-brand-img {
    min-height: 45px
}

.badge {
    font-size: 0.7rem !important;
}
@media (min-width:768px) {
    .main-content .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    /* .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
        padding: 0.8rem 1.5rem
    } */

    .navbar-nav .lw-expandable-nav .nav .nav-item .nav-link {
        padding: 0.5rem 1.5rem 0.5rem 2.75rem
    }

    .navbar-vertical.navbar-expand-md .navbar-brand-img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .navbar-vertical.navbar-expand-md .navbar-collapse {
        align-items: start
    }
}

@media (max-width:768px) {
    .navbar-collapse .collapse-brand img {
        height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
        width: auto
    }

    .card-body {
        padding: 1rem
    }

    .input-group {
        padding: 0 0 12px
    }

    .input-group input[type=color] {
        height: 40px
    }

    .input-group .input-group-text {
        background: #fff;
        border: 1px solid #ced4da
    }

    .input-group .form-control {
        padding: 0.5rem 0.75rem !important
    }
}

@media (max-width:768px) and (prefers-color-scheme:dark) {
    .input-group .system-theme-light-logo {
        display: none !important
    }
}

@media (max-width:768px) and (prefers-color-scheme:light) {
    .input-group .system-theme-dark-logo {
        display: none !important
    }
}

@media (max-width:768px) {

    .btn.lw-btn-block-mobile,
    .lw-btn-block-mobile {
        margin-bottom: 8px;
        width: 100%
    }

    .btn-group {
        display: block;
        width: 100%
    }

    .btn-group>:not(.dropdown-menu) {
        border-radius: 0 !important;
        display: block;
        width: 100%
    }

    .btn-group>:not(.dropdown-menu):first-child {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important
    }

    .btn-group>:not(.dropdown-menu):last-child {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important
    }

    .nav-tabs .nav-item .nav-link {
        border-radius: 0
    }

    .nav-tabs .nav-item:first-child .nav-link,
    .nav-tabs .nav-item:last-child .nav-link {
        border-radius: 6px 6px 0 0
    }
    .navbar>.container {
    	padding-right: unset !important;
    }
}

.nav-tabs .nav-item .nav-link {
    border-radius: 6px 6px 0 0;
    margin-right: 2px;
    border: 1px solid transparent;
    background-color: #f8f9fa
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.navbar-vertical .navbar-nav .nav-link {
    font-size: 0.95rem
}

.navbar-light .navbar-nav .nav-link {
    color: #2c3e50
}

.text-primary {
    color: #27ae60 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #1e8449 !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: #27ae60
}

#lwUploadDarkThemeFavicon,
#lwUploadFavicon {
    width: 80px
}

.lw-disabled-block-content {
    cursor: not-allowed;
    display: block;
    filter: blur(1px) grayscale(0.2);
    opacity: 0.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

[x-cloak] {
    display: none !important
}

.lw-stamp-container {
    -webkit-user-drag: none;
    -moz-window-dragging: none;
    height: 130px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: 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 {
    max-height: 180px;
    max-width: 90%;
    min-height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.lw-bg-blue-gray {
    background-color: #546e7a
}

.navbar-horizontal .navbar-brand {
    text-align: center
}

.navbar-horizontal .navbar-brand img {
    height: auto;
    max-height: 40px;
    max-width: 100%;
    min-height: 45px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:768px) {
    .navbar-horizontal .navbar-brand img {
        max-height: 46px
    }
}

.lw-form-card-box {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 12px
}

@media (min-width:767px) {
    .lw-form-card-box {
        margin-top: 5vh
    }
}

.lw-form-card-box .btn-google {
    background-color: #db4437;
    color: #fff
}

.lw-form-card-box .btn-facebook {
    background-color: #4267b2;
    color: #fff
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 1.1rem
}

.main-content .navbar-top {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #ffffff !important;
}

.lw-guest-page .main-content .navbar-top {
    background-color: #fff;
}

.main-content-has-bg:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    filter: blur(3px) grayscale(0.3);
    left: 0;
    min-height: 100vh;
    min-width: 100vw;
    position: fixed;
    top: 0
}

.card.card-stats {
    min-height: 150px
}

.card.card-stats .h2 {
    font-size: 2rem
}

.card.card-stats .card-body {
    border-radius: 8px;
    padding: 1.25rem;
}

.card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: unset !important;
}

.input-group-text {
    /* background: #e9ecef; */
    border: 1px solid #ced4da;
}

html>body {
    background: #f5f5f6;
}

nav.lw-breadcrumb-container {
    background-color: #f8f9fa;
    border-radius: 6px;
    display: block;
    font-size: 1rem;
    padding: 12px 20px;
    border: 1px solid #dee2e6;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-left: 0;
    margin-top: 16px;
}

.nav-tabs .nav-link {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6 !important;
    color: #6c757d;
    font-size: 1rem;
    padding: 8px 1.5rem
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    border-bottom-color: #fff
}

.nav-tabs .nav-link:hover {
    border-color: #dee2e6
}

fieldset.filepond--file-wrapper {
    background-color: initial
}

.filepond--file,
[data-filepond-item-state=processing-complete] .filepond--file,
[data-filepond-item-state=processing-error] .filepond--file {
    color: #fff
}

.filepond--file-info-sub,
.lw-d-none {
    display: none
}

.btn-size {
    width: 200px !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 {
    display: contents;
    float: left;
    margin: 0
}

[dir=rtl] .sidebar {
    padding-right: 0
}

[dir=rtl] .navbar,
[dir=rtl] .sidebar-dark .sidebar-brand {
    border-radius: 0
}

[dir=rtl] .lw-lang-direction-ltr input,
[dir=rtl] .lw-lang-direction-ltr textarea,
[dir=rtl] .lw-original-text-line {
    direction: ltr;
    text-align: left
}

[dir=rtl] body {
    text-align: right
}

[dir=rtl] body .lw-icon-btn {
    margin-left: 10px
}

[dir=rtl] body .dropdown-menu,
[dir=rtl] body input {
    text-align: right
}

[dir=rtl] body .dropdown-menu .dropdown-item,
[dir=rtl] body input .dropdown-item {
    padding-right: 4px
}

[dir=rtl] body .dropdown-menu .dropdown-item .dropdown-list-image,
[dir=rtl] body .dropdown-menu .dropdown-item>div,
[dir=rtl] body input .dropdown-item .dropdown-list-image,
[dir=rtl] body input .dropdown-item>div {
    margin-left: 8px
}

[dir=rtl] body .input-group>* {
    border-radius: 0
}

[dir=rtl] body .input-group>:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 0
}

[dir=rtl] body .input-group>:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 6px
}

[dir=rtl] body .input-group>.input-group-append,
[dir=rtl] body .input-group>.input-group-append :not(:last-child):not(.dropdown-toggle),
[dir=rtl] body .input-group>.input-group-prepend,
[dir=rtl] body .input-group>.input-group-prepend :not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

[dir=rtl] body .input-group>.input-group-append:last-child>*,
[dir=rtl] body .input-group>.input-group-prepend:last-child>* {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 0
}

[dir=rtl] body .input-group>.input-group-append:first-child>*,
[dir=rtl] body .input-group>.input-group-prepend:first-child>* {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 6px
}

[dir=rtl] body .page-item:last-child .page-link {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 0
}

[dir=rtl] body .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 6px
}

[dir=rtl] body .btn-group>.btn-group:not(:last-child)>.btn,
[dir=rtl] body .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

[dir=rtl] body .btn-group>.btn-group:not(:first-child)>.btn,
[dir=rtl] body .btn-group>.btn:not(:first-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0
}

[dir=rtl] body .btn-group,
[dir=rtl] body .navbar-nav {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] body .btn-group .nav-item .nav-link,
[dir=rtl] body .navbar-nav .nav-item .nav-link {
    text-align: right
}

[dir=rtl] body .btn-group .dropdown-menu-right,
[dir=rtl] body .navbar-nav .dropdown-menu-right {
    left: 0;
    right: auto;
    transform: none !important
}

/* my chats css */
.lw-whatsapp-preview-container {
    background: #e5ddd5;
    font-size: 13.6px;
    max-width: 400px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: auto;
}

.lw-whatsapp-preview-container .lw-whatsapp-preview-bg {
    height: auto;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.lw-whatsapp-header-placeholder {
    align-content: center;
    background-color: #d1d7db;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    max-height: 200px;
    text-align: center;
    overflow: hidden;
}

.lw-whatsapp-header-placeholder .lw-whatsapp-header-video {
    min-width: 100%;
    object-fit: cover;
}

.lw-whatsapp-header-placeholder .lw-whatsapp-header-image {
    max-height: 200px;
    min-width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
}

.lw-whatsapp-preview .lw-whatsapp-header-placeholder,
.lw-whatsapp-preview a.lw-wa-message-document-link {
    align-content: center;
    background-color: #d1d7db;
    border-radius: 8px;
    display: flex;
    height: 150px;
    justify-content: center;
    text-align: 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;
    font-size: 3rem;
    color: #667781;
}

.lw-whatsapp-preview>.card {
    border-top-left-radius: 0;
    padding: 2px;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.lw-whatsapp-preview>.card:after {
    border-color: transparent #ffffff transparent transparent;
    border-style: solid;
    border-width: 0 10px 10px 0;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    top: 0;
    width: 0;
}

.lw-whatsapp-preview .lw-whatsapp-body {
    padding: 16px;
    color: #1a1a1a;
    line-height: 1.5;
}

.lw-whatsapp-preview .lw-whatsapp-body>div {
    white-space: pre-line;
    word-wrap: break-word;
}

.lw-whatsapp-preview .lw-whatsapp-footer {
    padding: 0 16px 12px;
}

.lw-whatsapp-preview .lw-whatsapp-buttons {
    color: #21C063;
    padding: 0;
    text-align: center;
    font-weight: 500;
}

.lw-whatsapp-preview .lw-whatsapp-buttons button {
    background: none;
    border: none;
    color: #21C063;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 20px;
    transition: background 0.2s ease;
}

.lw-whatsapp-preview .lw-whatsapp-buttons button:hover {
    background: rgba(37, 211, 102, 0.1);
}

/* my chats css */

.lw-configured-badge {
    display: inline-block;
    font-size: .85rem;
    padding-bottom: 2px
}

.navbar-horizontal .navbar-nav .nav-link {
    font-weight: 500;
    padding-right: 0.8rem
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.lw-error-page-block-section {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center
}

.lw-error-page-block-section .lw-error-logo {
    min-width: 260px;
    width: 240px
}

.lw-error-page-block-section .lw-error-page-block {
    background: #fff;
    border-bottom: 4px solid #27ae60;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1)
}

.lw-error-page-block-section .lw-error-page-block p {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d
}

.dropdown-item.active,
.dropdown-item:active,
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #27ae60;
    text-decoration: none;
    color: #fff
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.25) !important
}

.card .table td,
.card .table th {
    padding-left: 1rem
}

.lw-whatsapp-template-create-preview {
    position: sticky;
    top: 10vh
}

.lw-sidebar-logo-small {
    display: none
}

.lw-sidebar-container {
    color: #2c3e50
}

/*@media (min-width:768px) {
    .lw-minimized-menu .navbar-vertical.navbar-expand-md.fixed-left+.main-content {
        margin-left: 60px
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md.fixed-right+.main-content {
        margin-right: 60px;
        overflow-x: hidden
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md {
        max-width: 220px;
        overflow-x: hidden;
        scrollbar-width: thin;
        transition: width 0.2s ease;
        width: 70px;
        z-index: 2;
        scrollbar-color: #bdc3c7 #f8f9fa
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md>.container-fluid {
        width: 180px
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md>.container-fluid .nav .nav-item .nav-link {
        padding-left: 1rem;
        transition: padding-left 0.2s ease
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md>.container-fluid .lw-sidebar-logo-normal {
        display: none
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md>.container-fluid .lw-sidebar-logo-small {
        display: inline-block;
        margin-left: -15px
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md:focus-within,
    .lw-minimized-menu .navbar-vertical.navbar-expand-md:hover {
        width: 220px
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md:focus-within .nav .nav-item .nav-link,
    .lw-minimized-menu .navbar-vertical.navbar-expand-md:hover .nav .nav-item .nav-link {
        padding-left: 2rem
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md:focus-within .lw-sidebar-logo-normal,
    .lw-minimized-menu .navbar-vertical.navbar-expand-md:hover .lw-sidebar-logo-normal {
        display: inline-block
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md:focus-within .lw-sidebar-logo-small,
    .lw-minimized-menu .navbar-vertical.navbar-expand-md:hover .lw-sidebar-logo-small {
        display: none !important
    }

    /* .lw-minimized-menu .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
        border-left: 2px solid #27ae60
    } */
}

*/ .lw-qr-image {
    height: 140px
}

.lw-flow-builder-container-holder {
    padding-bottom: 20px
}

.lw-flow-builder-container {
    border: 2px dashed #dee2e6;
    height: 3000px;
    width: 3000px
}

.lw-flow-builder-container .flowchart-operator {
    min-width: 160px;
    width: auto
}

.lw-flow-builder-container:active {
    cursor: grabbing !important
}

.flowchart-operator-body {
    min-height: 70px
}

.flowchart-operator-inputs .flowchart-operator-connector {
    display: block;
    padding-bottom: 8px;
    padding-top: 0
}

.flowchart-operator-inputs .flowchart-operator-connector:hover .flowchart-operator-connector-arrow:hover {
    border-left: 8px solid #c0392b
}

.lw-business-profile-image {
    height: 130px;
    margin-bottom: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.lw-page-description {
    word-wrap: break-word;
    white-space: pre-line;
    color: #6c757d
}

.lw-page-dropdown {
    background-color: transparent
}

.lw-page-dropdown button {
    background-color: #fff;
    box-shadow: none !important;
    border: 1px solid #ced4da
}

.lw-page-dropdown button:hover {
    transform: translateY(-1px)
}

.lw-page-dropdown .dropdown-menu {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    min-width: 10rem;
    border: 1px solid #dee2e6
}

textarea.form-control::-webkit-scrollbar {
    width: 8px
}

.pay-box-padding {
    padding: 3rem
}

.lw-white-space-normal {
    white-space: normal
}

#paypal-button-container {
    margin: 0 auto;
    max-width: 100%;
    width: 260px
}

.display-2 {
    font-size: 2rem
}

.card.card-stats .h2 {
    font-size: 1.8rem
}

.btn {
    font-size: 0.9rem
}

.dataTables_wrapper .table td,
.dataTables_wrapper .table th {
    font-size: 0.9rem
}

.dataTables_wrapper .table td .btn-group-sm>.btn,
.dataTables_wrapper .table td .btn-sm,
.dataTables_wrapper .table th .btn-group-sm>.btn,
.dataTables_wrapper .table th .btn-sm {
    font-size: 0.75rem
}

.navbar-vertical .navbar-nav .nav-link {
    font-size: 0.9rem
}

/* .navbar-vertical.navbar-expand-md .navbar-nav {
    margin-left: -0.5rem;
    margin-right: -0.5rem
} */

.lw-has-form fieldset .input-group {
    border: 1px solid #ced4da;
    border-radius: 6px
}

.lw-has-form fieldset .input-group .lw-form-field.form-control {
    border: none !important
}

.lw-has-form fieldset .input-group .input-group-append {
    margin-left: -1px
}

.modal .modal-body .form-control {
    font-size: 0.95rem
}

.dropdown-menu {
    border-radius: 6px;
    border: 1px solid #dee2e6
}

.dropdown-menu .active a {
    background-color: #e9ecef;
    font-weight: 500
}

@media (max-width:768px) {

    .lw-language-block .form-control,
    .lw-language-block .input-group-text {
        border: 1px solid #ced4da !important
    }

    .lw-mobile-view-none {
        display: none !important
    }

    .lw-language-block .input-group * {
        border-radius: 4px !important;
        display: block;
        margin: 6px 0 0;
        width: 100%
    }
}

@media (prefers-color-scheme:dark) {

    .system-theme-light-logo,
    .system-theme-light-small-logo {
        display: none !important
    }

    .campaign-text-color {
        color: #ecf0f1
    }
}

@media (prefers-color-scheme:light) {

    .system-theme-dark-logo,
    .system-theme-dark-small-logo {
        display: none !important
    }

    .campaign-text-color {
        color: #2c3e50
    }
}

.card-top-img {
    width: 180px
}

.lw-mobile-app {
    height: auto;
    min-height: 70vh !important;
    overflow: auto;
    padding: 16px !important;
    text-align: left;
    white-space: pre-wrap
}

@media (max-width:768px) {
    .input-group {
        padding: 0
    }

    .input-group * {
        display: flex;
        /*line-height: 1.5;*/
        margin: 0;
        width: auto
    }

    .input-group * .input-group-text {
        background-color: #fff;
        border: 1px solid #ced4da
    }

    .form-control {
        border: 1px solid #ced4da !important
    }

    .selectize-control.lw-form-field.form-control.single {
        border: none !important
    }
}

.active>.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    background: #e9ecef !important;
    color: #27ae60 !important
}

.card.lw-subscription-cards {
    border: 1px solid #e9ecef;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transition: box-shadow 0.2s
}

.card.lw-subscription-cards:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important
}

.card.lw-subscription-cards .card-header:first-child {
    border-radius: 8px 8px 0 0;
    background-color: #f8f9fa;
    color: #2c3e50;
    border-bottom: 1px solid #e9ecef
}

.lw-position-block {
    position: absolute
}

@media (max-width:992px) {
    .lw-position-block {
        position: relative
    }
}

.lw-top-spacing-block {
    margin-top: 2.5rem
}

.lw-top-spacing-block button {
    padding: 12px 0
}

@media (max-width:992px) {
    .lw-top-spacing-block {
        margin-top: 1.5rem
    }
}

@media (max-width:500px) {
    .dataTables_wrapper .page-item .page-link {
        height: 30px;
        margin: 0 2px;
        padding: 4px 8px
    }
}

.campaign-text-color {
    color: #2c3e50
}

.lw-stripe-payment-list-container {
    max-height: 400px;
    overflow: auto
}

.modal .modal-dialog {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 1.75rem auto;
    max-width: 500px;
    min-width: 300px;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    transition: none;
    width: 100%;
    will-change: auto
}

@media (min-width:576px) {
    .modal .modal-dialog {
        max-width: 500px;
        min-width: 400px
    }
}

@media (min-width:768px) {
    .modal .modal-dialog {
        max-width: 600px;
        min-width: 500px
    }
}

@media (min-width:992px) {
    .modal .modal-dialog {
        max-width: 700px;
        min-width: 600px
    }
}

@media (min-width:1200px) {
    .modal .modal-dialog {
        max-width: 800px;
        min-width: 600px
    }
}

.modal.slide-out:not(.show) .modal-dialog {
    transform: none
}

.modal .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: none
}

.modal .modal-content .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 1.5rem !important
}

.modal .modal-footer {
    bottom: auto;
    position: relative;
    width: 100%;
    z-index: 1;
    border-top: 1px solid #dee2e6
}

.modal-backdrop.show {
    opacity: 0.3;
    transition: none
}

.modal.show .modal-dialog {
    transform: none
}

.modal.slide-out .modal-dialog {
    transform: none;
    transition: none
}

html>body.modal-open {
    padding-right: 0 !important
}

.main-content #navbar-main {
    padding-left: 0 !important;
    position: relative !important
}

body:not(.lw-minimized-menu) .main-content #navbar-main {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important
}

[dir=rtl] #sidenav-collapse-main .navbar-nav {
    margin-right: 0;
    padding-right: 0
}

.btn:not(.btn-block) {
    touch-action: manipulation;
    width: auto
}

.input-group .btn {
    display: inline-block;
    width: auto
}

@media (min-width:576px) {
    .btn:not(.btn-block) {
        display: inline-block;
        width: auto
    }
}

.lw-carousel-wrapper {
    position: relative;
    width: 100%
}

.lw-carousel-container {
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 8px;
    scroll-snap-type: x mandatory
}

.lw-carousel-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex: 0 0 95%;
    flex-direction: column;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid #e9ecef
}

.lw-card-media {
    align-items: center;
    background: #e9ecef;
    border-radius: 8px;
    display: flex;
    height: 160px;
    justify-content: center;
    margin: 8px;
    padding: 2px;
    width: calc(100% - 16px)
}

.lw-card-media i {
    color: #7f8c8d;
    font-size: 48px;
    max-height: 100%;
    max-width: 100%
}

.lw-carousel-card-body {
    flex: 1;
    padding: 8px 10px
}

.lw-card-desc {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 8px
}

.lw-carousel-container::-webkit-scrollbar {
    display: none
}

.lw-carousel-container {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.lw-carousel-arrow {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #dee2e6;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #2c3e50;
    cursor: pointer;
    font-size: 20px;
    height: 36px;
    padding: 0 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    z-index: 10
}

.lw-carousel-arrow:hover {
    background-color: #fff;
    border-color: #27ae60;
    color: #27ae60
}

.lw-carousel-arrow:focus {
    box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.25);
    outline: none
}

.lw-carousel-arrow::-moz-focus-inner {
    border: 0
}

.lw-carousel-arrow.prev {
    left: -16px
}

.lw-carousel-arrow.next {
    right: -16px
}

@media (max-width:600px) {
    .lw-carousel-arrow {
        display: none
    }
}


/* my css  */

.dtr-control a {
    color: #000 !important;
}

dd {
    font-size: .9rem;
}


.my_icon {
    font-size: 1rem;
}

.input-group-text {
    font-size: 0.86rem;
    color: #a0a0a0;
    background-color: #e9e9e9;
}

.input-group .form-control:not(:first-child) {
    padding-left: 10px;
}