table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    cursor: pointer;
    padding-left: 30px;
    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: #31b131;
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    color: #fff;
    content: "+";
    display: block;
    height: 16px;
    left: 4px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 16px
}

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: #d33333;
    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: 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 {
    border-radius: 14px;
    height: 14px;
    left: 4px;
    line-height: 12px;
    top: 5px;
    width: 14px
}

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: #31b131;
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    color: #fff;
    content: "+";
    display: block;
    height: 16px;
    left: 50%;
    line-height: 14px;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 16px
}

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

table.dataTable>tbody>tr.child {
    padding: .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: .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;
    font-weight: 700;
    min-width: 75px
}

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: hsla(0, 0%, 100%, .05)
}

div.dataTables_wrapper table.dataTable>tbody>tr:hover {
    background-color: #ededed
}

@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: 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: 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-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: #2aac32
}

a:hover {
    color: #15c420
}

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

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

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

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

.lds-ring div:first-child {
    animation-delay: -.45s
}

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

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

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 1px grey
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #ddd
}

html>body {
    min-height: 100vh;
    overflow-x: hidden
}

html>body ::-webkit-scrollbar {
    width: 2px
}

html>body {
    scrollbar-width: thin
}

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

.navbar-horizontal .navbar-nav .nav-link {
    color: #212529;
    font-size: medium
}

@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 {
    border: 1px solid #c7c7c7;
    padding: 10px 8px
}

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

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

.fill-default {
    fill: #186fdf
}

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: #fb6340;
    font-size: 15px;
    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: 10px 0 0
}

.form-group+div.lw-validation-error {
    padding: 0 0 10px 18px
}

.btn,
.card .card-body fieldset legend,
.form-control,
.input-group,
.selectize-input {
    border-radius: 18px
}

.btn {
    box-shadow: none;
    font-weight: 400
}

.btn.lw-btn-breakable {
    white-space: normal;
    word-break: break-word
}

.btn:hover {
    box-shadow: none;
    filter: saturate(1.3)
}

.btn:not(:last-child) {
    margin-right: 0
}

.btn {
    margin-bottom: 4px
}

.input-group .btn {
    margin-bottom: 0;
    padding: .825rem 1.25rem
}

.btn.btn-primary {
    background-color: #2bac32;
    border-color: #119242;
    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: #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 {
    background-color: #eaedef;
    border-color: #b3b3b3;
    color: #0a0a0a
}

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

.display-2 {
    font-weight: 500
}

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

.form-control,
.input-group,
.selectize-input {
    transition: box-shadow .15s ease
}

.form-control:focus,
.input-group:focus,
.selectize-input:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

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

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

.form-group {
    margin-bottom: .5rem;
    margin-top: .9rem
}

label.form-control-label {
    font-weight: 400
}

.dataTables_wrapper .table th {
    font-weight: 500
}

.dataTables_wrapper .table td,
.dataTables_wrapper .table th {
    font-size: 1rem
}

.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: .85rem
}

.dataTables_wrapper table.dataTable.table thead td,
.dataTables_wrapper table.dataTable.table thead th,
.dataTables_wrapper table.dataTable.table.no-footer {
    border-bottom: none
}

.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
}

.dataTables_wrapper .card .table td,
.dataTables_wrapper .card .table th {
    padding: 1rem 1.5rem
}

.dataTables_wrapper select.custom-select {
    padding-left: 10px;
    padding-right: 20px
}

.dataTables_wrapper .page-item .page-link,
.dataTables_wrapper .page-item span {
    border-radius: 4px !important;
    height: 36px;
    margin: 0 3px;
    padding: 3px 14px;
    width: auto
}

.dataTables_wrapper .form-control {
    height: calc(2rem + 2px)
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0
}

.modal {
    transition: none
}

.modal .modal-content {
    box-shadow: none !important
}

@media (min-width:1000px) {
    .modal .lw-modal-xl {
        max-width: 1000px
    }
}

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

.modal-open .modal .close>span:not(.sr-only) {
    font-size: 2.25rem
}

.modal-open .modal {
    backdrop-filter: blur(3px) grayscale(.6)
}

.modal-open .modal.lw-has-form .lw-form .lw-form-modal-body {
    padding: 1.5rem
}

.modal-open .modal.lw-has-form .modal-body {
    border-bottom-left-radius: .4375rem;
    border-bottom-right-radius: .4375rem
}

.modal-open .modal .modal-body .modal-header {
    background-color: #fff;
    border-radius: 0;
    margin: -23px -24px 16px
}

.modal-open .modal .modal-body .modal-header .modal-title {
    font-size: 1rem
}

.modal-open .modal .modal-header {
    border-radius: 0
}

.modal-open .modal .modal-footer {
    backdrop-filter: blur(3px);
    border-radius: 0;
    padding: 18px 10px 10px
}

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

.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 {
    backdrop-filter: blur(2px) grayscale(1);
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: .2;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.lw-form:not([data-show-processing=false]).has-danger .form-control::-moz-placeholder {
    color: #c0c7cc
}

.lw-form:not([data-show-processing=false]).has-danger .form-control::placeholder {
    color: #c0c7cc
}

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

@media (max-width:768px) {
    .input-group.input-group-alternative {
        border: none
    }
}

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

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

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

.selectize-dropdown {
    z-index: 9999 !important
}

.selectize-dropdown,
.selectize-dropdown.form-control {
    color: #333
}

.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(106, 119, 132, .4);
    border-radius: 8px;
    color: #6d6d6d;
    display: flex;
    padding: 10px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    z-index: 1
}

.lw-form-in-process .lw-spinner-box~* {
    filter: blur(1px) grayscale(.5);
    -webkit-filter: blur(1px) grayscale(.5)
}

.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: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin-top: 20px;
    padding: 16px
}

fieldset legend {
    background-color: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    color: #3f3f3f;
    font-size: 1.1rem;
    padding: 8px 12px;
    width: auto
}

.lw-dynamic-template-container {
    overflow: auto !important
}

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

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

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input {
    border-color: rgba(50, 151, 211, .25)
}

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: 80px
}


@media (min-width:768px) {
    .main-content .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
        padding: .95rem 1.5rem
    }

    .navbar-nav .lw-expandable-nav .nav .nav-item .nav-link {
        padding: .6rem 1.5rem .6rem 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: 70px;
        -o-object-fit: contain;
        object-fit: contain;
        width: auto
    }

    .card-body {
        padding: .5rem
    }

    .input-group {
        padding: 0 12px 20px
    }

    .input-group input[type=color] {
        height: 50px
    }

    .input-group .input-group-text {
        background: transparent;
        border: none
    }

    .input-group .form-control {
        padding: .625rem .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: .375rem !important;
        border-top-right-radius: .375rem !important
    }

    .btn-group>:not(.dropdown-menu):last-child {
        border-bottom-left-radius: .375rem !important;
        border-bottom-right-radius: .375rem !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-top-left-radius: 12px;
        border-top-right-radius: 12px
    }
}

.nav-tabs .nav-item .nav-link {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-right: 2px
}

.navbar-vertical .navbar-nav .nav-link {
    font-size: 1rem
}

.navbar-light .navbar-nav .nav-link {
    color: #000
}

.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: #139343
}

#lwUploadDarkThemeFavicon,
#lwUploadFavicon {
    width: 100px
}

.lw-disabled-block-content {
    cursor: not-allowed;
    display: block;
    filter: blur(2px) grayscale(.4);
    opacity: .6;
    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: 150px;
    -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: 200px;
    max-width: 90%;
    min-height: 100px;
    -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 {
    height: auto;
    max-height: 90px;
    max-width: 100%;
    min-height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:768px) {
    .navbar-horizontal .navbar-brand img {
        max-height: 70px
    }
}

.lw-form-card-box {
    backdrop-filter: blur(4px) grayscale(.6);
    background-color: rgba(0, 0, 0, .7) !important
}

@media (min-width:767px) {
    .lw-form-card-box {
        margin-top: 6vh
    }
}

.lw-form-card-box .btn-google {
    background-color: #ea4335;
    color: #fff
}

.lw-form-card-box .btn-facebook {
    background-color: #3b5998;
    color: #fff
}

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

.main-content .navbar-top {
    background-color: #2bac32
}

.lw-guest-page .main-content .navbar-top {
    background-color: #fff
}

.main-content .navbar-top {
    backdrop-filter: blur(4px) grayscale(.6)
}

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

.card.card-stats {
    min-height: 168px
}

.card.card-stats .h2 {
    font-size: 2.4em
}

.card.card-stats .card-body {
    border-radius: 8px;
    padding: 1rem 1.5rem
}

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

.input-group-text {
    background: transparent
}

html>body {
    background: #f8f6f3 url(../../imgs/wa-message-bg-faded.png) repeat;
    font-family: IBM Plex Sans, sans-serif
}

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

.nav-tabs {
    border-bottom: 0;
    margin-left: 40px;
    margin-top: 20px
}

.nav-tabs .nav-link {
    background-color: hsla(0, 0%, 85%, .851);
    border: 0 !important;
    color: #8d8d8d;
    font-size: 1.2rem;
    padding: 10px 1.75rem
}

.nav-tabs .nav-link.active {
    background-color: #fff
}

.nav-tabs .nav-link:hover {
    border: 0
}

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: 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 {
    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: .35rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: .35rem;
    border-top-right-radius: 0
}

[dir=rtl] body .input-group>:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: .35rem;
    border-top-left-radius: 0;
    border-top-right-radius: .35rem
}

[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: .35rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: .35rem;
    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: .35rem;
    border-top-left-radius: 0;
    border-top-right-radius: .35rem
}

[dir=rtl] body .page-item:last-child .page-link {
    border-bottom-left-radius: .35rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: .35rem;
    border-top-right-radius: 0
}

[dir=rtl] body .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: .35rem;
    border-top-left-radius: 0;
    border-top-right-radius: .35rem
}

[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: .2rem;
    border-top-left-radius: 0;
    border-top-right-radius: .2rem
}

[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: .2rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: .2rem;
    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
}

.lw-whatsapp-preview-container {
    background: #e5ddd5;
    font-size: 13.6px;
    max-width: 400px;
    overflow: hidden;
    padding: 20px
}

.lw-whatsapp-preview-container .lw-whatsapp-preview-bg {
    height: auto;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%
}

.lw-whatsapp-preview-container {
    position: relative
}

.lw-whatsapp-header-placeholder {
    align-content: center;
    background-color: #ccd0d5;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    max-height: 200px;
    text-align: center
}

.lw-whatsapp-header-placeholder .lw-whatsapp-header-video {
    min-width: 100%
}

.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: #ccd0d5;
    border-radius: 6px;
    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
}

.lw-whatsapp-preview>.card {
    border-top-left-radius: 0;
    padding: 2px
}

.lw-whatsapp-preview>.card:after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 0 10px 10px 0;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 0
}

.lw-whatsapp-preview .lw-whatsapp-body {
    padding: 16px
}

.lw-whatsapp-preview .lw-whatsapp-body>div {
    white-space: pre-line
}

.lw-whatsapp-preview .lw-whatsapp-footer {
    padding: 0 16px 12px
}

.lw-whatsapp-preview .lw-whatsapp-buttons {
    color: #00a5f4;
    padding: 0;
    text-align: center
}

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

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

@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: 300px;
    width: 280px
}

.lw-error-page-block-section .lw-error-page-block {
    background: #fff;
    border-bottom: 4px solid #2bac32;
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px transparent !important
}

.lw-error-page-block-section .lw-error-page-block p {
    font-size: 19px;
    font-weight: 400
}

.dropdown-item.active,
.dropdown-item:active,
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #2aac32;
    color: #fff !important;
    text-decoration: none
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: none !important
}

.card .table td,
.card .table th {
    padding-left: .7rem
}

.lw-whatsapp-template-create-preview {
    position: sticky;
    top: 10vh
}

.lw-sidebar-logo-small {
    display: none
}

.lw-sidebar-container {
    color: #fff
}

@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: 250px;
        overflow-x: hidden;
        scrollbar-width: thin;
        transition: width .15s ease;
        width: 60px;
        z-index: 2
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md>.container-fluid {
        width: 200px
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md>.container-fluid .nav .nav-item .nav-link {
        padding-left: 1.5rem;
        transition: padding-left .15s 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: -20px
    }

    .lw-minimized-menu .navbar-vertical.navbar-expand-md:focus-within,
    .lw-minimized-menu .navbar-vertical.navbar-expand-md:hover {
        width: 248px
    }

    .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: 2.75rem
    }

    .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 #2aac32
    }
}

.lw-qr-image {
    height: 160px
}

.lw-flow-builder-container-holder {
    padding-bottom: 20px
}

.lw-flow-builder-container {
    border: 2px dotted #ddd;
    height: 3000px;
    width: 3000px
}

.lw-flow-builder-container .flowchart-operator {
    min-width: 170px;
    width: auto
}

.lw-flow-builder-container:active {
    cursor: grabbing !important
}

.flowchart-operator-body {
    min-height: 75px
}

.flowchart-operator-inputs .flowchart-operator-connector {
    display: block;
    padding-bottom: 10px;
    padding-top: 0
}

.flowchart-operator-inputs .flowchart-operator-connector:hover .flowchart-operator-connector-arrow:hover {
    border-left: 10px solid #c91f1f
}

.lw-business-profile-image {
    height: 150px;
    margin-bottom: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.lw-page-description {
    word-wrap: break-word;
    white-space: pre-line
}

.lw-page-dropdown {
    background-color: transparent
}

.lw-page-dropdown button {
    background-color: #fff;
    box-shadow: none !important
}

.lw-page-dropdown button:hover {
    transform: translateY(0)
}

.lw-page-dropdown .dropdown-menu {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
    min-width: 10rem
}

textarea.form-control::-webkit-scrollbar {
    width: 10px
}

.pay-box-padding {
    padding: 5rem
}

.lw-white-space-normal {
    white-space: normal
}

#paypal-button-container {
    margin: 0 auto;
    max-width: 100%;
    width: 300px
}

.lw-subscription-cards,
fieldset legend {
    cursor: pointer
}

.form-control {
    padding-left: 6px !important
}

.selectize-control.form-control {
    padding-left: 0 !important
}

.display-2 {
    font-size: 2rem
}

.card.card-stats .h2 {
    font-size: 2em
}

.btn {
    font-size: .8rem
}

.dataTables_wrapper .table td,
.dataTables_wrapper .table th {
    font-size: .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: .7rem
}

.navbar-vertical .navbar-nav .nav-link {
    font-size: .9rem
}

.navbar-vertical.navbar-expand-md .navbar-nav {
    margin-left: -1rem;
    margin-right: -1rem
}

.lw-has-form fieldset .input-group {
    border: 1px solid #ddd
}

.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: 0
}

.modal .modal-body .form-control {
    font-size: .9rem
}

.dropdown-menu {
    border-radius: 12px
}

.dropdown-menu .active a {
    background-color: #b1b3ad;
    font-weight: 700
}

@media (max-width:768px) {

    .lw-language-block .form-control,
    .lw-language-block .input-group-text {
        border: 1px solid #cad1d7 !important
    }

    .lw-mobile-view-none {
        display: none !important
    }

    .lw-language-block .input-group * {
        border-radius: 4px;
        border-radius: .375rem !important;
        display: block;
        margin: 8px 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: #d1d1d1
    }
}

@media (prefers-color-scheme:light) {

    .system-theme-dark-logo,
    .system-theme-dark-small-logo {
        display: none !important
    }

    .campaign-text-color {
        color: #525f7f
    }
}

.card-top-img {
    width: 200px
}

.lw-mobile-app {
    height: auto;
    min-height: 75vh !important;
    overflow: auto;
    padding: 15px !important;
    text-align: left;
    white-space: pre-wrap
}

@media (max-width:768px) {
    .input-group {
        padding: 0
    }

    .input-group * {
        display: flex;
        line-height: 20px;
        margin: 0;
        width: auto
    }

    .input-group * .input-group-text {
        background-color: #fff;
        border: 1px solid #cad1d7
    }

    .form-control {
        border: 1px solid #cad1d7 !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: hsla(0, 7%, 55%, .122) !important
}

.card.lw-subscription-cards {
    border: none;
    border-radius: 6px !important;
    box-shadow: 0 .25rem .875rem 0 rgba(38, 43, 67, .16) !important
}

.card.lw-subscription-cards .card-header:first-child {
    border-radius: 6px;
    color: #000
}

.lw-position-block {
    position: absolute
}

@media (max-width:992px) {
    .lw-position-block {
        position: relative
    }
}

.lw-top-spacing-block {
    margin-top: 2.8rem
}

.lw-top-spacing-block button {
    padding: 15px 0
}

@media (max-width:992px) {
    .lw-top-spacing-block {
        margin-top: 1.5rem
    }
}

@media (max-width:500px) {
    .dataTables_wrapper .page-item .page-link {
        height: 33px;
        margin: 0 3px;
        padding: 6px
    }
}

.campaign-text-color {
    color: #525f7f
}

.lw-stripe-payment-list-container {
    max-height: 430px;
    overflow: auto
}

.modal .modal-dialog {
    background-color: #fff;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .4s ease-in-out;
    width: 100%;
    will-change: transform
}

@media (min-width:576px) {
    .modal .modal-dialog {
        max-width: 90vw;
        min-width: 400px
    }
}

@media (min-width:768px) {
    .modal .modal-dialog {
        max-width: 70vw;
        min-width: 500px
    }
}

@media (min-width:992px) {
    .modal .modal-dialog {
        max-width: 50vw;
        min-width: 600px
    }
}

@media (min-width:1200px) {
    .modal .modal-dialog {
        max-width: 40vw;
        min-width: 600px
    }
}

.modal.slide-out:not(.show) .modal-dialog {
    transform: translateX(100%)
}

.modal .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.modal .modal-content .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 100px !important
}

.modal .modal-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1
}

.modal-backdrop.show {
    opacity: .4;
    transition: none
}

.modal.show .modal-dialog {
    transform: translateX(0)
}

.modal.slide-out .modal-dialog {
    transform: translateX(100%);
    transition: transform .4s ease-in-out
}

html>body.modal-open {
    padding-right: 8px !important
}

.main-content #navbar-main {
    padding-left: 50px !important;
    position: fixed !important
}

body:not(.lw-minimized-menu) .main-content #navbar-main {
    margin-left: 250px !important;
    padding-left: 0 !important;
    width: calc(100% - 250px) !important
}

[dir=rtl] #sidenav-collapse-main .navbar-nav {
    margin-right: -20px;
    padding-right: 0
}

.btn:not(.btn-block) {
    touch-action: manipulation;
    width: 100%
}

.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: 10px;
    scroll-snap-type: x mandatory
}

.lw-carousel-card {
    background: #fff;
    border-radius: 14px;
    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
}

.lw-card-media {
    align-items: center;
    background: #ccd0d5;
    border-radius: 12px;
    display: flex;
    height: 180px;
    justify-content: center;
    margin: 10px;
    padding: 2px;
    width: calc(100% - 20px)
}

.lw-card-media i {
    color: #fff;
    font-size: 64px;
    max-height: 100%;
    max-width: 100%
}

.lw-carousel-card-body {
    flex: 1;
    padding: 10px 12px
}

.lw-card-desc {
    color: #3b4a54;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px
}

.lw-carousel-container::-webkit-scrollbar {
    display: none
}

.lw-carousel-container {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.lw-carousel-arrow {
    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: 24px;
    height: 40px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .2s;
    transition: all .3s ease;
    z-index: 10
}

.lw-carousel-arrow:hover {
    background-color: hsla(0, 0%, 83%, .2);
    border-color: #000;
    color: #000
}

.lw-carousel-arrow:focus {
    box-shadow: none;
    outline: none
}

.lw-carousel-arrow::-moz-focus-inner {
    border: 0
}

.lw-carousel-arrow.prev {
    left: -20px
}

.lw-carousel-arrow.next {
    right: -20px
}

@media (max-width:600px) {
    .lw-carousel-arrow {
        display: none
    }
}


/* ===== SIDEBAR LOGO WRAPPER ===== */
.sidebar-brand-wrapper {
    height: 90px;
    /* full logo area height */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== BRAND LINK ===== */
.custom-brand-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* ===== LOGO IMAGE ===== */
.custom-sidebar-logo {
    max-height: 150px;
    /* normal sidebar */
    max-width: 200px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.sidebar-mini .custom-sidebar-logo {
    max-height: 40px;
    /* mini sidebar */
    max-width: 120px;
    height: auto;
    width: auto;
}


/* ===== MINI SIDEBAR ===== */
.sidebar-mini .sidebar-brand-wrapper {
    height: 70px;
}


/* Super Premium Light Theme with Green Colors */
.premium-bg {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 25%, #bbf7d0 50%, #86efac 75%, #4ade80 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Animated Background Elements */
.bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image:
        linear-gradient(rgba(34, 197, 94, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 197, 94, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: patternMove 20s linear infinite;
}

@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50px, 50px);
    }
}

.floating-element {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
    animation: float 8s ease-in-out infinite;
}

.floating-element:nth-child(1) {
    width: 400px;
    height: 400px;
    top: -200px;
    left: -200px;
    animation-delay: 0s;
}

.floating-element:nth-child(2) {
    width: 300px;
    height: 300px;
    bottom: -150px;
    right: -150px;
    animation-delay: 2s;
}

.floating-element:nth-child(3) {
    width: 250px;
    height: 250px;
    top: 30%;
    left: 10%;
    animation-delay: 4s;
}

.floating-element:nth-child(4) {
    width: 350px;
    height: 350px;
    top: 20%;
    right: 20%;
    animation-delay: 1s;
}

.floating-element:nth-child(5) {
    width: 200px;
    height: 200px;
    bottom: 25%;
    left: 25%;
    animation-delay: 3s;
}

.floating-element:nth-child(6) {
    width: 180px;
    height: 180px;
    top: 60%;
    right: 30%;
    animation-delay: 5s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

/* Geometric Shapes */
.geometric-shape {
    position: absolute;
    border: 2px solid rgba(34, 197, 94, 0.3);
    animation: rotate 20s linear infinite;
}

.geometric-shape:nth-child(1) {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 5%;
    border-radius: 20px;
    animation-delay: 0s;
}

.geometric-shape:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 20%;
    right: 10%;
    border-radius: 50%;
    animation-delay: 3s;
    animation-direction: reverse;
}

.geometric-shape:nth-child(3) {
    width: 120px;
    height: 120px;
    bottom: 15%;
    left: 15%;
    transform: rotate(45deg);
    animation-delay: 6s;
}

.geometric-shape:nth-child(4) {
    width: 60px;
    height: 60px;
    bottom: 25%;
    right: 20%;
    border-radius: 10px;
    animation-delay: 9s;
    animation-direction: reverse;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Premium Card */
.premium-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(34, 197, 94, 0.3);
    box-shadow:
        0 25px 50px -12px rgba(34, 197, 94, 0.25),
        0 10px 25px -5px rgba(34, 197, 94, 0.1);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.premium-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 35px 60px -15px rgba(34, 197, 94, 0.35),
        0 15px 35px -8px rgba(34, 197, 94, 0.15);
}

/* Card Shine Effect */
.premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    animation: shine 4s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

/* Premium Header */
.premium-header {
    text-align: center;
    padding: 40px 40px 30px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, transparent 100%);
    border-radius: 32px 32px 0 0;
    position: relative;
}

.premium-logo {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow:
        0 20px 40px -10px rgba(34, 197, 94, 0.4),
        0 10px 20px -5px rgba(34, 197, 94, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.premium-logo::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: logoShine 3s infinite;
}

@keyframes logoShine {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.premium-logo:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow:
        0 25px 50px -10px rgba(34, 197, 94, 0.5),
        0 15px 30px -5px rgba(34, 197, 94, 0.3);
}

.premium-title {
    font-size: 40px;
    font-weight: 800;
    background: linear-gradient(135deg, #1f2937 0%, #22c55e 50%, #16a34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.premium-subtitle {
    font-size: 18px;
    color: #6b7280;
    font-weight: 500;
    line-height: 1.6;
}

/* Progress Steps */
.progress-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 40px;
}

.step {
    display: flex;
    align-items: center;
    gap: 20px;
}

.step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.2);
}

.step-circle.active {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: white;
    transform: scale(1.15);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
}

.step-circle.inactive {
    background: #f3f4f6;
    color: #9ca3af;
    border: 3px solid #e5e7eb;
}

.step-text {
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
    transition: color 0.4s ease;
}

.step-text.active {
    color: #1f2937;
    font-weight: 700;
}

.step-line {
    width: 100px;
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.step-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
    animation: lineFill 2s ease-in-out infinite;
}

.step-line.active::after {
    animation: lineFill 2s ease-in-out forwards;
}

@keyframes lineFill {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

/* Form Elements */
.form-container {
    padding: 40px;
}

.form-group {
    margin-bottom: 32px;
    position: relative;
}

.premium-input {
    width: 100%;
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(34, 197, 94, 0.2);
    border-radius: 20px;
    font-size: 16px;
    color: #1f2937;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.premium-input:focus {
    outline: none;
    border-color: #22c55e;
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 0 0 6px rgba(34, 197, 94, 0.15),
        0 8px 25px rgba(34, 197, 94, 0.2);
    transform: translateY(-2px);
}

.premium-input:hover {
    border-color: rgba(34, 197, 94, 0.3);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.premium-input::placeholder {
    color: #9ca3af;
    transition: opacity 0.3s ease;
}

.premium-input:focus::placeholder {
    opacity: 0.6;
}

.premium-label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: #374151;
    font-size: 16px;
    transition: color 0.3s ease;
}

.premium-label i {
    margin-right: 12px;
    color: #22c55e;
    font-size: 18px;
    transition: all 0.3s ease;
}

.form-group:hover .premium-label i {
    transform: scale(1.15) rotate(5deg);
    color: #16a34a;
}

/* Form Grid */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* Premium Buttons */
.premium-button {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 16px 32px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow:
        0 8px 25px rgba(34, 197, 94, 0.3),
        0 4px 12px rgba(34, 197, 94, 0.2);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.premium-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.premium-button:hover::before {
    left: 100%;
}

.premium-button:hover {
    transform: translateY(-4px);
    box-shadow:
        0 15px 35px rgba(34, 197, 94, 0.4),
        0 8px 20px rgba(34, 197, 94, 0.3);
}

.premium-button:active {
    transform: translateY(-2px);
    box-shadow:
        0 10px 25px rgba(34, 197, 94, 0.35),
        0 5px 15px rgba(34, 197, 94, 0.25);
}

/* Checkbox Group */
.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
    border: 2px solid rgba(34, 197, 94, 0.1);
    border-radius: 20px;
    transition: all 0.4s ease;
}

.checkbox-group:hover {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(16, 185, 129, 0.08) 100%);
    border-color: rgba(34, 197, 94, 0.2);
    transform: translateY(-2px);
}

.checkbox-group input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 2px solid #22c55e;
    border-radius: 8px;
    margin-top: 4px;
    cursor: pointer;
    accent-color: #22c55e;
    transition: all 0.3s ease;
}

.checkbox-group input[type="checkbox"]:hover {
    transform: scale(1.1);
    border-color: #16a34a;
}

.checkbox-group label {
    font-size: 16px;
    color: #374151;
    line-height: 1.6;
    cursor: pointer;
    font-weight: 500;
}

.checkbox-group a {
    color: #22c55e;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
}

.checkbox-group a:hover {
    color: #16a34a;
    text-decoration: underline;
}

/* Footer */
.footer-section {
    text-align: center;
    padding: 2px;
    border-top: 2px solid rgba(34, 197, 94, 0.1);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.03) 0%, transparent 100%);
    border-radius: 0 0 32px 32px;
}

.footer-section p {
    margin-bottom: 6px;
    color: #ffffffff;
    font-size: 16px;
    font-weight: 600;
}

.footer-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.4s ease;
    box-shadow:
        0 8px 25px rgba(34, 197, 94, 0.3),
        0 4px 12px rgba(34, 197, 94, 0.2);
}

.footer-link:hover {
    transform: translateY(-3px);
    box-shadow:
        0 12px 35px rgba(34, 197, 94, 0.4),
        0 6px 20px rgba(34, 197, 94, 0.3);
}

/* Trust Badges */
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #374151;
    font-weight: 600;
    padding: 12px 20px;
    background: rgba(34, 197, 94, 0.05);
    border: 1px solid rgba(34, 197, 94, 0.1);
    border-radius: 24px;
    transition: all 0.3s ease;
}

.trust-badge:hover {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.15);
}

.trust-badge i {
    color: #22c55e;
    font-size: 16px;
}

/* Input Icons */
.input-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #22c55e;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.premium-input:focus+.input-icon {
    opacity: 1;
}

/* Particles */
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-radius: 50%;
    animation: twinkle 3s ease-in-out infinite;
}

.particle:nth-child(1) {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    top: 20%;
    right: 25%;
    animation-delay: 1s;
}

.particle:nth-child(3) {
    top: 60%;
    left: 30%;
    animation-delay: 2s;
}

.particle:nth-child(4) {
    top: 80%;
    right: 35%;
    animation-delay: 3s;
}

.particle:nth-child(5) {
    top: 40%;
    left: 40%;
    animation-delay: 4s;
}

.particle:nth-child(6) {
    top: 70%;
    right: 45%;
    animation-delay: 5s;
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .premium-card {
        margin: 20px;
        border-radius: 24px;
    }

    .premium-header {
        padding: 30px 30px 20px;
    }

    .premium-title {
        font-size: 32px;
    }

    .premium-subtitle {
        font-size: 16px;
    }

    .step-text {
        display: none;
    }

    .step-line {
        width: 60px;
    }

    .step-circle {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .form-container {
        padding: 30px;
    }

    .premium-input {
        padding: 16px 20px;
    }

    .premium-button {
        padding: 14px 28px;
        font-size: 15px;
    }

    .trust-badges {
        gap: 16px;
    }

    .floating-element {
        display: none;
    }

    .geometric-shape {
        display: none;
    }
}

/* Premium Forgot Password Page Styles */
.premium-forgot-bg {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 25%, #bbf7d0 50%, #86efac 75%, #4ade80 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Animated Background Elements */
.forgot-bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image:
        linear-gradient(rgba(34, 197, 94, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 197, 94, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: patternMove 20s linear infinite;
}

@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50px, 50px);
    }
}

.forgot-floating-element {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
    animation: float 8s ease-in-out infinite;
}

.forgot-floating-element:nth-child(1) {
    width: 350px;
    height: 350px;
    top: -175px;
    left: -175px;
    animation-delay: 0s;
}

.forgot-floating-element:nth-child(2) {
    width: 280px;
    height: 280px;
    bottom: -140px;
    right: -140px;
    animation-delay: 2s;
}

.forgot-floating-element:nth-child(3) {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 15%;
    animation-delay: 4s;
}

.forgot-floating-element:nth-child(4) {
    width: 300px;
    height: 300px;
    top: 25%;
    right: 25%;
    animation-delay: 1s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-25px) rotate(180deg);
    }
}

/* Premium Card */
.premium-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(34, 197, 94, 0.3);
    box-shadow:
        0 25px 50px -12px rgba(34, 197, 94, 0.25),
        0 10px 25px -5px rgba(34, 197, 94, 0.1);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.premium-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 35px 60px -15px rgba(34, 197, 94, 0.35),
        0 15px 35px -8px rgba(34, 197, 94, 0.15);
}

/* Card Shine Effect */
.premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    animation: shine 4s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

/* Premium Header */
.premium-header {
    text-align: center;
    padding: 40px 40px 30px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, transparent 100%);
    border-radius: 32px 32px 0 0;
    position: relative;
}

.premium-logo {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow:
        0 20px 40px -10px rgba(34, 197, 94, 0.4),
        0 10px 20px -5px rgba(34, 197, 94, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.premium-logo::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: logoShine 3s infinite;
}

@keyframes logoShine {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.premium-logo:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow:
        0 25px 50px -10px rgba(34, 197, 94, 0.5),
        0 15px 30px -5px rgba(34, 197, 94, 0.3);
}

.premium-title {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #1f2937 0%, #22c55e 50%, #16a34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.premium-subtitle {
    font-size: 17px;
    color: #6b7280;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
}

.premium-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
    margin: 0 auto 10px;
    border-radius: 2px;
}

/* Form Container */
.form-container {
    padding: 40px 40px 40px 40px;
    padding-top: 0px;
}

/* Override Bootstrap Input Styles */
.premium-card .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(34, 197, 94, 0.2);
    border-radius: 20px;
    font-size: 16px;
    color: #1f2937;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 18px 24px;
}

.premium-card .form-control:focus {
    outline: none;
    border-color: #22c55e;
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 0 0 6px rgba(34, 197, 94, 0.15),
        0 8px 25px rgba(34, 197, 94, 0.2);
    transform: translateY(-2px);
}

.premium-card .form-control:hover {
    border-color: rgba(34, 197, 94, 0.3);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.premium-card .form-control::placeholder {
    color: #9ca3af;
    transition: opacity 0.3s ease;
}

.premium-card .form-control:focus::placeholder {
    opacity: 0.6;
}

/* Override Bootstrap Input Group */
.premium-card .input-group {
    position: relative;
    margin-bottom: 32px;
}

.premium-card .input-group-text {
    background: rgba(34, 197, 94, 0.1);
    border: 2px solid rgba(34, 197, 94, 0.2);
    border-right: none;
    border-radius: 20px 0 0 20px;
    color: #22c55e;
    font-size: 18px;
    transition: all 0.4s ease;
}

.premium-card .input-group .form-control {
    border-radius: 0 20px 20px 0;
    border-left: none;
}

.premium-card .input-group:focus-within .input-group-text {
    background: rgba(34, 197, 94, 0.15);
    border-color: #22c55e;
    color: #16a34a;
}

/* Override Bootstrap Button */
.premium-card .btn-success {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
    border: none;
    border-radius: 20px;
    padding: 16px 32px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow:
        0 8px 25px rgba(34, 197, 94, 0.3),
        0 4px 12px rgba(34, 197, 94, 0.2);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 100%;
}

.premium-card .btn-success::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.premium-card .btn-success:hover::before {
    left: 100%;
}

.premium-card .btn-success:hover {
    transform: translateY(-4px);
    box-shadow:
        0 15px 35px rgba(34, 197, 94, 0.4),
        0 8px 20px rgba(34, 197, 94, 0.3);
    background: linear-gradient(135deg, #16a34a 0%, #15803d 50%, #14532d 100%);
}

.premium-card .btn-success:active {
    transform: translateY(-2px);
    box-shadow:
        0 10px 25px rgba(34, 197, 94, 0.35),
        0 5px 15px rgba(34, 197, 94, 0.25);
}

/* Override Alert Styles */
.premium-card .alert {
    padding: 16px 24px;
    border-radius: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    border: none;
}

.premium-card .alert-success {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    color: #16a34a;
}

.premium-card .alert-danger {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);
    color: #dc2626;
}

/* Footer */
.footer-section {
    text-align: center;
    padding: 8px;
    border-top: 2px solid rgba(34, 197, 94, 0.1);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.03) 0%, transparent 100%);
    border-radius: 0 0 32px 32px;
}

.footer-section p {
    margin-bottom: 24px;
    color: #374151;
    font-size: 16px;
    font-weight: 600;
}

.footer-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.4s ease;
    box-shadow:
        0 8px 25px rgba(34, 197, 94, 0.3),
        0 4px 12px rgba(34, 197, 94, 0.2);
}

.footer-link:hover {
    transform: translateY(-3px);
    box-shadow:
        0 12px 35px rgba(34, 197, 94, 0.4),
        0 6px 20px rgba(34, 197, 94, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .premium-card {
        margin: 20px;
        border-radius: 24px;
    }

    .premium-header {
        padding: 30px 30px 20px;
    }

    .premium-title {
        font-size: 28px;
    }

    .premium-subtitle {
        font-size: 15px;
    }

    .form-container {
        padding: 30px;
    }

    .premium-card .form-control {
        padding: 16px 20px;
    }

    .premium-card .btn-success {
        padding: 14px 28px;
        font-size: 15px;
    }

    .forgot-floating-element {
        display: none;
    }
}

/* Premium Dashboard Cards */
.premium-dashboard-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 250, 251, 0.95) 100%);
    border: 1px solid rgba(34, 197, 94, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.premium-dashboard-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.1), transparent);
    transition: left 0.6s ease;
}

.premium-dashboard-card:hover::before {
    left: 100%;
}

.premium-dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.2);
}

.premium-stat-number {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 2rem;
}

.premium-icon-wrapper {
    position: relative;
    transition: all 0.3s ease;
}

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

.premium-icon-wrapper::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: inherit;
    opacity: 0.3;
    filter: blur(8px);
    z-index: -1;
}

.premium-icon {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.premium-dashboard-card:hover .premium-icon {
    transform: rotate(5deg);
}

.premium-manage-link {
    color: #22c55e;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    position: relative;
}

.premium-manage-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
    transition: width 0.3s ease;
}

.premium-manage-link:hover {
    color: #16a34a;
}

.premium-manage-link:hover::after {
    width: 100%;
}

/* Responsive adjustments for premium dashboard cards */
@media (max-width: 768px) {
    .premium-dashboard-card {
        margin-bottom: 1rem;
    }

    .premium-stat-number {
        font-size: 1.5rem;
    }
}

/* Dashboard Light Grey Background - Override WhatsApp Theme */
.dashboard-light-grey {
    background: #f9fafb !important;
}

.dashboard-light-grey::before {
    display: none !important;
}

.dashboard-light-grey .main-content {
    position: relative;
    z-index: 1;
    background: #f9fafb !important;
}

/* Override WhatsApp theme background with light grey */
.dashboard-light-grey.main-content-has-bg:before {
    display: none !important;
}

/* Vendor Light Grey Background - Only Background Color Change */
html>body.vendor-light-grey-bg,
.vendor-light-grey-bg {
    background: #f9fafb !important;
    background-image: none !important;
}

.vendor-light-grey-bg .main-content {
    background: transparent !important;
}

/* Subscription Light Grey Background - Override WhatsApp Theme */
html>body.subscription-light-grey-bg,
.subscription-light-grey-bg {
    background: #f9fafb !important;
    background-image: none !important;
}

.subscription-light-grey-bg .main-content {
    background: transparent !important;
}

/* Manual Subscription Light Grey Background - Override WhatsApp Theme */
html>body.manual-subscription-light-grey-bg,
.manual-subscription-light-grey-bg {
    background: #f9fafb !important;
    background-image: none !important;
}

.manual-subscription-light-grey-bg .main-content {
    background: transparent !important;
}

/* Translation Languages Light Grey Background - Override WhatsApp Theme */
html>body.translation-light-grey-bg,
.translation-light-grey-bg {
    background: #fafafa !important;
    background-image: none !important;
}

.translation-light-grey-bg .main-content {
    background: transparent !important;
}

/* Light Card Background for Translation Languages */
.translation-light-grey-bg .card {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    border-radius: 8px;
}

.translation-light-grey-bg .card-header {
    background: #f8fafc !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.translation-light-grey-bg .card-body {
    background: #ffffff !important;
}

/* Page Light White Background - Override WhatsApp Theme */
html>body.page-light-white-bg,
.page-light-white-bg {
    background: #fafafa !important;
    background-image: none !important;
}

.page-light-white-bg .main-content {
    background: transparent !important;
}

/* Light Card Background for Pages */
.page-light-white-bg .card {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    border-radius: 8px;
}

.page-light-white-bg .card-header {
    background: #f8fafc !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.page-light-white-bg .card-body {
    background: #ffffff !important;
}

/* Settings Light Background - Override WhatsApp Theme */
html>body.settings-white-bg,
.settings-white-bg {
    background: #fafbfc !important;
    background-image: none !important;
}

.settings-white-bg .main-content {
    background: transparent !important;
}

/* Light Card Background for Settings */
.settings-white-bg .card {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    border-radius: 8px;
}

.settings-white-bg .card-header {
    background: #f8fafc !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.settings-white-bg .card-body {
    background: #ffffff !important;
}

/* Addons Minimal Background - Override WhatsApp Theme */
html>body.addons-light-bg,
.addons-light-bg {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.addons-light-bg .main-content {
    background: transparent !important;
}

/* Light Card Background for Addons */
.addons-light-bg .card {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    border-radius: 8px;
}

.addons-light-bg .card-header {
    background: #f8fafc !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.addons-light-bg .card-body {
    background: #ffffff !important;
}

/* Licence Information Light Background - Override WhatsApp Theme */
html>body.licence-light-white-bg,
.licence-light-white-bg {
    background: #f9fafb !important;
    background-image: none !important;
}

.licence-light-white-bg .main-content {
    background: transparent !important;
}

/* Light Card Background for Licence Information */
.licence-light-white-bg .card {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    border-radius: 8px;
}

.licence-light-white-bg .card-header {
    background: #f8fafc !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.licence-light-white-bg .card-body {
    background: #ffffff !important;
}

/* Subscription Plans Minimal White Background - Override WhatsApp Theme */
html>body.subscription-plans-light-white-bg,
.subscription-plans-light-white-bg {
    background: #fcfcfc !important;
    background-image: none !important;
}

.subscription-plans-light-white-bg .main-content {
    background: transparent !important;
}

/* Minimal White Card Background for Subscription Plans */
.subscription-plans-light-white-bg .card {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    border-radius: 8px;
}

.subscription-plans-light-white-bg .card-header {
    background: #f8fafc !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.subscription-plans-light-white-bg .card-body {
    background: #ffffff !important;
}

/* Profile Edit Very Mild White Background with Light Green Design - Override WhatsApp Theme */
html>body.profile-very-light-white-bg,
.profile-very-light-white-bg {
    background: #fafafa !important;
    background-image: none !important;
    position: relative;
}

.profile-very-light-white-bg::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(134, 239, 172, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(74, 222, 128, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.04) 0%, transparent 70%);
    background-size: 400px 400px, 300px 300px, 600px 600px;
    background-position: 0 0, 100% 100%, 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.profile-very-light-white-bg::after {
    content: '';
    position: fixed;
    top: 10%;
    right: 10%;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.06) 0%, rgba(74, 222, 128, 0.04) 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.profile-very-light-white-bg .main-content {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

/* Very Mild White Card Background for Profile Edit */
.profile-very-light-white-bg .card {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(134, 239, 172, 0.15) !important;
    box-shadow: 0 4px 20px rgba(134, 239, 172, 0.08) !important;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.profile-very-light-white-bg .card-header {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.03) 0%, rgba(74, 222, 128, 0.02) 100%) !important;
    border-bottom: 1px solid rgba(134, 239, 172, 0.1) !important;
}

.profile-very-light-white-bg .card-body {
    background: transparent !important;
}

/* Light Green Form Elements */
.profile-very-light-white-bg .form-control {
    border: 1px solid rgba(134, 239, 172, 0.25) !important;
    background: rgba(255, 255, 255, 0.85) !important;
}

.profile-very-light-white-bg .form-control:focus {
    border-color: rgba(74, 222, 128, 0.4) !important;
    box-shadow: 0 0 0 3px rgba(134, 239, 172, 0.08) !important;
}

.profile-very-light-white-bg .btn-primary {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    border: none;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.25) !important;
}

.profile-very-light-white-bg .btn-primary:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35) !important;
}

/* Dashboard Light Green Circles Background - Override WhatsApp Theme */
html>body.dashboard-light-green-circles,
.dashboard-light-green-circles {
    background: #f8fafb !important;
    background-image: none !important;
    position: relative;
}

.dashboard-light-green-circles::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 15% 15%, rgba(134, 239, 172, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 85% 25%, rgba(74, 222, 128, 0.1) 0%, transparent 45%),
        radial-gradient(circle at 25% 75%, rgba(34, 197, 94, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 75% 85%, rgba(16, 185, 129, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(134, 239, 172, 0.05) 0%, transparent 60%);
    background-size: 350px 350px, 400px 400px, 300px 300px, 380px 380px, 500px 500px;
    background-position: 0 0, 100% 0, 0 100%, 100% 100%, 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.dashboard-light-green-circles::after {
    content: '';
    position: fixed;
    top: 5%;
    left: 5%;
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.08) 0%, rgba(74, 222, 128, 0.05) 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.dashboard-light-green-circles .main-content {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

/* Dashboard Cards with Light Green Theme */
.dashboard-light-green-circles .card {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(134, 239, 172, 0.2) !important;
    box-shadow: 0 4px 20px rgba(134, 239, 172, 0.1) !important;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.dashboard-light-green-circles .card-header {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.05) 0%, rgba(74, 222, 128, 0.03) 100%) !important;
    border-bottom: 1px solid rgba(134, 239, 172, 0.15) !important;
}

.dashboard-light-green-circles .card-body {
    background: transparent !important;
}

/* Dashboard Dark Cards Enhancement */
.dashboard-light-green-circles .card.bg-dark {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(31, 41, 55, 0.95) 100%) !important;
    border: 1px solid rgba(134, 239, 172, 0.3) !important;
    box-shadow: 0 8px 30px rgba(134, 239, 172, 0.15) !important;
}

.dashboard-light-green-circles .card.bg-dark .card-header {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.1) 0%, rgba(74, 222, 128, 0.08) 100%) !important;
    border-bottom: 1px solid rgba(134, 239, 172, 0.2) !important;
}

/* Vendor List Light Green Circles Background - Override WhatsApp Theme */
html>body.vendor-light-green-circles,
.vendor-light-green-circles {
    background: #f8fafb !important;
    background-image: none !important;
    position: relative;
}

.vendor-light-green-circles::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 10% 10%, rgba(134, 239, 172, 0.1) 0%, transparent 45%),
        radial-gradient(circle at 90% 20%, rgba(74, 222, 128, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(34, 197, 94, 0.06) 0%, transparent 55%),
        radial-gradient(circle at 80% 90%, rgba(16, 185, 129, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgba(134, 239, 172, 0.04) 0%, transparent 65%);
    background-size: 300px 300px, 350px 350px, 280px 280px, 320px 320px, 450px 450px;
    background-position: 0 0, 100% 0, 0 100%, 100% 100%, 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.vendor-light-green-circles::after {
    content: '';
    position: fixed;
    bottom: 8%;
    right: 8%;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.07) 0%, rgba(74, 222, 128, 0.04) 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.vendor-light-green-circles .main-content {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

/* Vendor List Cards with Light Green Theme */
.vendor-light-green-circles .card {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(134, 239, 172, 0.18) !important;
    box-shadow: 0 4px 20px rgba(134, 239, 172, 0.09) !important;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.vendor-light-green-circles .card-header {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.04) 0%, rgba(74, 222, 128, 0.02) 100%) !important;
    border-bottom: 1px solid rgba(134, 239, 172, 0.12) !important;
}

.vendor-light-green-circles .card-body {
    background: transparent !important;
}

/* Vendor List Form Elements */
.vendor-light-green-circles .form-control {
    border: 1px solid rgba(134, 239, 172, 0.25) !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.vendor-light-green-circles .form-control:focus {
    border-color: rgba(74, 222, 128, 0.4) !important;
    box-shadow: 0 0 0 3px rgba(134, 239, 172, 0.08) !important;
}

.vendor-light-green-circles .input-group-text {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.1) 0%, rgba(74, 222, 128, 0.08) 100%) !important;
    border: 1px solid rgba(134, 239, 172, 0.2) !important;
    color: #065f46 !important;
}

.vendor-light-green-circles .btn-primary {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    border: none;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.25) !important;
}

.vendor-light-green-circles .btn-primary:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35) !important;
}

/* Subscription List Light Green Circles Background - Override WhatsApp Theme */
html>body.subscription-light-green-circles,
.subscription-light-green-circles {
    background: #f8fafb !important;
    background-image: none !important;
    position: relative;
}

.subscription-light-green-circles::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 12% 18%, rgba(134, 239, 172, 0.09) 0%, transparent 42%),
        radial-gradient(circle at 88% 22%, rgba(74, 222, 128, 0.07) 0%, transparent 48%),
        radial-gradient(circle at 18% 78%, rgba(34, 197, 94, 0.05) 0%, transparent 52%),
        radial-gradient(circle at 82% 82%, rgba(16, 185, 129, 0.07) 0%, transparent 42%),
        radial-gradient(circle at 50% 50%, rgba(134, 239, 172, 0.03) 0%, transparent 62%);
    background-size: 320px 320px, 360px 360px, 290px 290px, 340px 340px, 480px 480px;
    background-position: 0 0, 100% 0, 0 100%, 100% 100%, 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.subscription-light-green-circles::after {
    content: '';
    position: fixed;
    top: 12%;
    right: 12%;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.06) 0%, rgba(74, 222, 128, 0.03) 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.subscription-light-green-circles .main-content {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

/* Subscription List Cards with Light Green Theme */
.subscription-light-green-circles .card {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(134, 239, 172, 0.16) !important;
    box-shadow: 0 4px 20px rgba(134, 239, 172, 0.08) !important;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.subscription-light-green-circles .card-header {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.03) 0%, rgba(74, 222, 128, 0.02) 100%) !important;
    border-bottom: 1px solid rgba(134, 239, 172, 0.1) !important;
}

.subscription-light-green-circles .card-body {
    background: transparent !important;
}

/* Subscription List Form Elements */
.subscription-light-green-circles .form-control {
    border: 1px solid rgba(134, 239, 172, 0.22) !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.subscription-light-green-circles .form-control:focus {
    border-color: rgba(74, 222, 128, 0.35) !important;
    box-shadow: 0 0 0 3px rgba(134, 239, 172, 0.07) !important;
}

.subscription-light-green-circles .input-group-text {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.08) 0%, rgba(74, 222, 128, 0.06) 100%) !important;
    border: 1px solid rgba(134, 239, 172, 0.18) !important;
    color: #065f46 !important;
}

.subscription-light-green-circles .btn-primary {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    border: none;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.22) !important;
}

.subscription-light-green-circles .btn-primary:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.32) !important;
}

/* Subscription List DataTable Enhancement */
.subscription-light-green-circles .dataTables_wrapper {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(134, 239, 172, 0.12) !important;
    border-radius: 12px;
    padding: 15px;
}

.subscription-light-green-circles .dataTables_wrapper .dataTables_filter input {
    border: 1px solid rgba(134, 239, 172, 0.2) !important;
    background: rgba(255, 255, 255, 0.95) !important;
}

.subscription-light-green-circles .dataTables_wrapper .dataTables_filter input:focus {
    border-color: rgba(74, 222, 128, 0.3) !important;
    box-shadow: 0 0 0 3px rgba(134, 239, 172, 0.06) !important;
}

/* Manual Subscription List Light Green Circles Background - Override WhatsApp Theme */
html>body.manual-subscription-light-green-circles,
.manual-subscription-light-green-circles {
    background: #f8fafb !important;
    background-image: none !important;
    position: relative;
}

.manual-subscription-light-green-circles::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 8% 12%, rgba(134, 239, 172, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 92% 18%, rgba(74, 222, 128, 0.06) 0%, transparent 45%),
        radial-gradient(circle at 15% 85%, rgba(34, 197, 94, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 85% 88%, rgba(16, 185, 129, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(134, 239, 172, 0.025) 0%, transparent 60%);
    background-size: 280px 280px, 330px 330px, 260px 260px, 310px 310px, 420px 420px;
    background-position: 0 0, 100% 0, 0 100%, 100% 100%, 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.manual-subscription-light-green-circles::after {
    content: '';
    position: fixed;
    bottom: 10%;
    left: 10%;
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.05) 0%, rgba(74, 222, 128, 0.025) 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.manual-subscription-light-green-circles .main-content {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

/* Manual Subscription List Cards with Light Green Theme */
.manual-subscription-light-green-circles .card {
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(134, 239, 172, 0.14) !important;
    box-shadow: 0 4px 20px rgba(134, 239, 172, 0.07) !important;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.manual-subscription-light-green-circles .card-header {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.025) 0%, rgba(74, 222, 128, 0.015) 100%) !important;
    border-bottom: 1px solid rgba(134, 239, 172, 0.08) !important;
}

.manual-subscription-light-green-circles .card-body {
    background: transparent !important;
}

/* Manual Subscription List Form Elements */
.manual-subscription-light-green-circles .form-control {
    border: 1px solid rgba(134, 239, 172, 0.2) !important;
    background: rgba(255, 255, 255, 0.88) !important;
}

.manual-subscription-light-green-circles .form-control:focus {
    border-color: rgba(74, 222, 128, 0.3) !important;
    box-shadow: 0 0 0 3px rgba(134, 239, 172, 0.06) !important;
}

.manual-subscription-light-green-circles .input-group-text {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.07) 0%, rgba(74, 222, 128, 0.05) 100%) !important;
    border: 1px solid rgba(134, 239, 172, 0.15) !important;
    color: #065f46 !important;
}

.manual-subscription-light-green-circles .btn-primary {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    border: none;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.2) !important;
}

.manual-subscription-light-green-circles .btn-primary:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.3) !important;
}

/* Manual Subscription List DataTable Enhancement */
.manual-subscription-light-green-circles .dataTables_wrapper {
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(134, 239, 172, 0.1) !important;
    border-radius: 12px;
    padding: 15px;
}

.manual-subscription-light-green-circles .dataTables_wrapper .dataTables_filter input {
    border: 1px solid rgba(134, 239, 172, 0.18) !important;
    background: rgba(255, 255, 255, 0.92) !important;
}

.manual-subscription-light-green-circles .dataTables_wrapper .dataTables_filter input:focus {
    border-color: rgba(74, 222, 128, 0.28) !important;
    box-shadow: 0 0 0 3px rgba(134, 239, 172, 0.05) !important;
}

/* Translation Languages List Light Green Circles Background - Override WhatsApp Theme */
html>body.translation-light-green-circles,
.translation-light-green-circles {
    background: #f8fafb !important;
    background-image: none !important;
    position: relative;
}

.translation-light-green-circles::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 5% 8%, rgba(134, 239, 172, 0.07) 0%, transparent 38%),
        radial-gradient(circle at 95% 15%, rgba(74, 222, 128, 0.05) 0%, transparent 42%),
        radial-gradient(circle at 12% 88%, rgba(34, 197, 94, 0.035) 0%, transparent 48%),
        radial-gradient(circle at 88% 92%, rgba(16, 185, 129, 0.05) 0%, transparent 38%),
        radial-gradient(circle at 50% 50%, rgba(134, 239, 172, 0.02) 0%, transparent 58%);
    background-size: 250px 250px, 300px 300px, 240px 240px, 290px 290px, 400px 400px;
    background-position: 0 0, 100% 0, 0 100%, 100% 100%, 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.translation-light-green-circles::after {
    content: '';
    position: fixed;
    top: 15%;
    left: 15%;
    width: 140px;
    height: 140px;
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.04) 0%, rgba(74, 222, 128, 0.02) 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.translation-light-green-circles .main-content {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

/* Translation Languages List Cards with Light Green Theme */
.translation-light-green-circles .card {
    background: rgba(255, 255, 255, 0.93) !important;
    border: 1px solid rgba(134, 239, 172, 0.12) !important;
    box-shadow: 0 4px 20px rgba(134, 239, 172, 0.06) !important;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.translation-light-green-circles .card-header {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.02) 0%, rgba(74, 222, 128, 0.01) 100%) !important;
    border-bottom: 1px solid rgba(134, 239, 172, 0.06) !important;
}

.translation-light-green-circles .card-body {
    background: transparent !important;
}

/* Translation Languages List Form Elements */
.translation-light-green-circles .form-control {
    border: 1px solid rgba(134, 239, 172, 0.18) !important;
    background: rgba(255, 255, 255, 0.86) !important;
}

.translation-light-green-circles .form-control:focus {
    border-color: rgba(74, 222, 128, 0.25) !important;
    box-shadow: 0 0 0 3px rgba(134, 239, 172, 0.05) !important;
}

.translation-light-green-circles .input-group-text {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.06) 0%, rgba(74, 222, 128, 0.04) 100%) !important;
    border: 1px solid rgba(134, 239, 172, 0.12) !important;
    color: #065f46 !important;
}

.translation-light-green-circles .btn-primary {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    border: none;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.18) !important;
}

.translation-light-green-circles .btn-primary:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.28) !important;
}

.translation-light-green-circles .btn-secondary {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%) !important;
    border: none;
    box-shadow: 0 4px 15px rgba(107, 114, 128, 0.18) !important;
}

.translation-light-green-circles .btn-secondary:hover {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%) !important;
    box-shadow: 0 6px 20px rgba(107, 114, 128, 0.28) !important;
}

.translation-light-green-circles .btn-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    border: none;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.18) !important;
}

.translation-light-green-circles .btn-success:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.28) !important;
}

.translation-light-green-circles .btn-danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    border: none;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.18) !important;
}

.translation-light-green-circles .btn-danger:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.28) !important;
}

/* Page List Light Green Circles Background - Background Only */
html>body.page-light-green-circles,
.page-light-green-circles {
    background: #f8fafb !important;
    background-image: none !important;
}

.page-light-green-circles::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image:
        radial-gradient(circle at 3% 5%, rgba(134, 239, 172, 0.06) 0%, transparent 35%),
        radial-gradient(circle at 97% 12%, rgba(74, 222, 128, 0.045) 0%, transparent 40%),
        radial-gradient(circle at 8% 92%, rgba(34, 197, 94, 0.03) 0%, transparent 45%),
        radial-gradient(circle at 92% 95%, rgba(16, 185, 129, 0.045) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(134, 239, 172, 0.018) 0%, transparent 55%);
    background-size: 220px 220px, 270px 270px, 210px 210px, 260px 260px, 380px 380px;
    background-position: 0 0, 100% 0, 0 100%, 100% 100%, 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

/* Vendor Dashboard Light Gray Background - Override WhatsApp Theme */
html>body.vendor-dashboard-light-gray,
.vendor-dashboard-light-gray {
    background: #fafafa !important;
    background-image: none !important;
}

.vendor-dashboard-light-gray .main-content {
    background: transparent !important;
}

/* Chat Light Gray Background - Override WhatsApp Theme */
html>body.chat-light-gray,
.chat-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.chat-light-gray .main-content {
    background: transparent !important;
}

/* Campaign Light Gray Background - Override WhatsApp Theme */
html>body.campaign-light-gray,
.campaign-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.campaign-light-gray .main-content {
    background: transparent !important;
}

/* Template Light Gray Background - Override WhatsApp Theme */
html>body.template-light-gray,
.template-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.template-light-gray .main-content {
    background: transparent !important;
}

/* Contact Light Gray Background - Override WhatsApp Theme */
html>body.contact-light-gray,
.contact-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.contact-light-gray .main-content {
    background: transparent !important;
}

/* Group List Light Gray Background - Override WhatsApp Theme */
html>body.group-list-light-gray,
.group-list-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.group-list-light-gray .main-content {
    background: transparent !important;
}

/* Custom Field Light Gray Background - Override WhatsApp Theme */
html>body.custom-field-light-gray,
.custom-field-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.custom-field-light-gray .main-content {
    background: transparent !important;
}

/* Templates List Light Gray Background - Override WhatsApp Theme */
html>body.templates-list-light-gray,
.templates-list-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.templates-list-light-gray .main-content {
    background: transparent !important;
}

/* New Template Light Gray Background - Override WhatsApp Theme */
html>body.new-template-light-gray,
.new-template-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.new-template-light-gray .main-content {
    background: transparent !important;
}

/* Bot Reply Light Gray Background - Override WhatsApp Theme */
html>body.bot-reply-light-gray,
.bot-reply-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.bot-reply-light-gray .main-content {
    background: transparent !important;
}

/* Bot Flow Light Gray Background - Override WhatsApp Theme */
html>body.bot-flow-light-gray,
.bot-flow-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.bot-flow-light-gray .main-content {
    background: transparent !important;
}

/* User List Light Gray Background - Override WhatsApp Theme */
html>body.user-list-light-gray,
.user-list-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.user-list-light-gray .main-content {
    background: transparent !important;
}

/* Vendor Subscription Light Gray Background - Override WhatsApp Theme */
html>body.vendor-subscription-light-gray,
.vendor-subscription-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.vendor-subscription-light-gray .main-content {
    background: transparent !important;
}

/* Message Log Light Gray Background - Override WhatsApp Theme */
html>body.message-log-light-gray,
.message-log-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.message-log-light-gray .main-content {
    background: transparent !important;
}

/* Vendor Settings Light Gray Background - Override WhatsApp Theme */
html>body.vendor-settings-light-gray,
.vendor-settings-light-gray {
    background: #f8f8f8 !important;
    background-image: none !important;
}

.vendor-settings-light-gray .main-content {
    background: transparent !important;
}

/* Forgot Password Green Background */
html>body.forgot-password-green-bg,
.forgot-password-green-bg {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 50%, #86efac 100%) !important;
    background-image: none !important;
    position: relative;
    min-height: 100vh;
}

.forgot-password-green-bg .main-content {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

.forgot-password-green-bg .card {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(34, 197, 94, 0.2) !important;
    box-shadow: 0 8px 32px rgba(34, 197, 94, 0.15) !important;
}

.forgot-password-green-bg .btn-success {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    border: none;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.25) !important;
}

.forgot-password-green-bg .btn-success:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35) !important;
}

/* Vendor List White Background - Background Only */
.vendor-list-white-bg .main-content {
    background: #ffffff !important;
}

.vendor-list-white-bg .main-content>.container-fluid {
    background: #ffffff !important;
}

/* Premium Dashboard Main Background */
.premium-dashboard-main-bg {
    position: relative;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.03) 0%, rgba(255, 255, 255, 0.98) 50%, rgba(34, 197, 94, 0.02) 100%);
    min-height: 100vh;
    overflow: hidden;
    padding: 20px 0;
}

.dashboard-main-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 15% 25%, rgba(34, 197, 94, 0.04) 0%, transparent 40%),
        radial-gradient(circle at 85% 75%, rgba(34, 197, 94, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.02) 0%, transparent 60%),
        linear-gradient(45deg, rgba(34, 197, 94, 0.01) 0%, transparent 70%);
    opacity: 0.9;
}

.dashboard-main-floating-shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(16, 163, 74, 0.04) 100%);
    animation: dashboardMainFloat 25s infinite ease-in-out;
}

.dashboard-main-shape-1 {
    width: 300px;
    height: 300px;
    top: 5%;
    left: -5%;
    animation-delay: 0s;
    animation-duration: 30s;
}

.dashboard-main-shape-2 {
    width: 200px;
    height: 200px;
    top: 50%;
    right: -3%;
    animation-delay: 8s;
    animation-duration: 35s;
}

.dashboard-main-shape-3 {
    width: 150px;
    height: 150px;
    bottom: 10%;
    left: 60%;
    animation-delay: 15s;
    animation-duration: 25s;
}

@keyframes dashboardMainFloat {

    0%,
    100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
        opacity: 0.2;
    }

    20% {
        transform: translateY(-30px) translateX(20px) rotate(72deg);
        opacity: 0.4;
    }

    40% {
        transform: translateY(20px) translateX(-15px) rotate(144deg);
        opacity: 0.3;
    }

    60% {
        transform: translateY(-25px) translateX(25px) rotate(216deg);
        opacity: 0.5;
    }

    80% {
        transform: translateY(15px) translateX(-20px) rotate(288deg);
        opacity: 0.3;
    }
}

/* Enhanced container styling for premium dashboard */
.premium-dashboard-main-bg .container-fluid {
    position: relative;
    z-index: 1;
}

/* Enhanced card styling for dashboard */
.premium-dashboard-main-bg .card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(34, 197, 94, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.premium-dashboard-main-bg .card.bg-dark {
    background: rgba(33, 37, 41, 0.9) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(34, 197, 94, 0.2);
}

/* Enhanced alert styling */
.premium-dashboard-main-bg .alert {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(34, 197, 94, 0.1);
}

.premium-dashboard-main-bg .alert-danger {
    background: rgba(248, 215, 218, 0.95);
    border-color: rgba(220, 53, 69, 0.3);
}

/* Responsive adjustments for dashboard main background */
@media (max-width: 768px) {
    .premium-dashboard-main-bg {
        min-height: auto;
        padding: 15px 0;
    }

    .dashboard-main-floating-shape {
        display: none;
    }

    .dashboard-main-bg-pattern {
        opacity: 0.5;
    }
}

/* WYNQLY LOGO */

.wynqly-logo {
    height: 200px;
    /* mobile default */
    width: auto;
    /* IMPORTANT */
    max-width: 100%;
    /* container cross panna koodathu */
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

/* Small devices (>= 640px) */
@media (min-width: 640px) {
    .wynqly-logo {
        height: 180px;
    }
}

/* Medium devices (>= 768px) */
@media (min-width: 768px) {
    .wynqly-logo {
        height: 220px;
    }
}

/* Large devices (>= 1024px) */
@media (min-width: 1024px) {
    .wynqly-logo {
        height: 260px;
    }
}

/* Extra large devices (>= 1280px) */
@media (min-width: 1280px) {
    .wynqly-logo {
        height: 320px;
    }
}

/* Ultra large (>= 1536px) – optional */
@media (min-width: 1536px) {
    .wynqly-logo {
        height: 360px;
    }
}

/* Hover effect */
.wynqly-logo:hover {
    transform: scale(1.05);
}

/*Why Choose Section*/
/* Section padding */
.lw-why-choose-section {
    padding: 60px 0;
}

/* Vertical Card Styling */
.card-vertical {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.card-vertical:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Icon Styling */
.icon-vertical {
    font-size: 48px;
    color: #0d6efd;
    /* Bootstrap Primary Color */
}

/* Card heading */
.card-vertical h6 {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

/* Card description */
.card-vertical p {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .card-vertical {
        padding: 25px 15px;
    }

    .icon-vertical {
        font-size: 40px;
    }

    .card-vertical h6 {
        font-size: 16px;
    }

    .card-vertical p {
        font-size: 13px;
    }
}