[data-theme="light"] body,
[data-theme="light"] html {
    background-color: #e1e6ea;
}

[data-theme="light"] .content-wrapper {
    background: #e1e6ea;
}

[data-theme="light"] .card,
[data-theme="light"] .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-links {
    background-color: #fff8f8;
    color: black !important;
}

[data-theme="light"] .table,
[data-theme="light"] .jsgrid .jsgrid-table,
[data-theme="light"] .sidebar .nav .nav-item .nav-link,
[data-theme="light"] .text-muted,
[data-theme="light"] .preview-list .preview-item .preview-item-content p .content-category,
[data-theme="light"] .table thead th,
[data-theme="light"] .jsgrid .jsgrid-table thead th {
    color: black !important;
}

[data-theme="light"] input[type="text"][readonly] {
    background-color: #d1d1d1 !important;
}

[data-theme="light"] .profile-info img {
    border: 9px solid #e7e6e6 !important;
}

[data-theme="light"] .Template-item .template-inner-frame{
    background-color: white !important;
    color:black !important;
}
[data-theme="light"] .template-inner-button{
    background-color: white !important;
    color:black !important;
}
[data-theme="light"] .multiselect-dropdown {
    color: black !important;
}
[data-theme="light"] .inner-form-group-choiced-template input,
[data-theme="light"] .inner-form-group-choiced-template select,
[data-theme="light"] .list-filter-templates input,
[data-theme="light"] .list-filter-templates select {
    background-color: white;
    border: 1px solid #eee;
}

[data-theme="light"] .Template-item .attachment-inner-frame.my-template-inner-frame{
    background-color: white !important;
    color:black !important;
}

[data-theme="light"] .list-filter-templates input,
[data-theme="light"] .list-filter-templates select{
    border-width: 0px;
}

[data-theme="light"] .multiselect-option{
    color: black !important;
}
[data-theme="light"] .duscussion-lists{
    color:black;
    background-color: #eee;
}

[data-theme="light"] .user-header-top {
    background: #f5f5f5;
}

[data-theme="light"] .navbar,
[data-theme="light"] .dropdown-menu,
[data-theme="light"] .dropdown-item,
[data-theme="light"] .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link,
[data-theme="light"] a {
    background: #fff8f8;
    color: black !important;
}

[data-theme="light"] .sub-title-bar
{
    background-color: #e0dddd;
}

[data-theme="light"] .messages-plus-sub-title-bar
{
    background-color: #e1e6ea !important;
}

[data-theme="light"] .bg-dark {
    background-color: #e0e2e4 !important;
}

[data-theme="light"] .sidebar,
[data-theme="light"] .sidebar .sidebar-brand-wrapper {
    background: #fff8f8 !important;
}

[data-theme="light"] .navbar .navbar-menu-wrapper {
    box-shadow: 0px 0px 0px 0px;
    border-bottom: 1px solid #d5d5d5;
}

@media(max-width:1000px){
    [data-theme="light"] .navbar .navbar-menu-wrapper {
        border-bottom: 0px solid #d5d5d5 !important;
    }
}

[data-theme="light"] .sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-category):not(.account-dropdown)>.nav-link {
    background: #00796B !important;
    color: white !important;
}

[data-theme="light"] .lists-cards .card-header,
[data-theme="light"] .lists-cards .card-footer {
    background-color: rgb(255 248 248) !important;
}

[data-theme="light"] .btn-success {
    background-color: #88c273 !important;
    border-color: #88c273 !important;
    color: white !important;
    font-weight: bold;
}

[data-theme="light"] .btn-warning {
    background-color: #607D8B !important;
    border-color: #607D8B !important;
    color: white !important;
    font-weight: bold;
}

[data-theme="light"] .btn:hover{
    box-shadow:4px 9px 14px 0px #d7d4d4;
}

[data-theme="light"] .btn-info {
    background-color: #E0F2F1 !important;
    border-color: gray !important;
}

[data-theme="light"] .heading-table-section{
    background-color: rgb(238, 238, 238) !important;
}

[data-theme="light"] .modal-content{
    background-color: #fff8f8 !important;
}

[data-theme="light"] .modal-header,
[data-theme="light"] .nav-pills{
    border-bottom: 1px solid #dad7d7;
    color:black !important;
}
[data-theme="light"] .nav-pills .nav-link.active,
[data-theme="light"] .nav-pills .show>.nav-link {
    background-color:#e1e6ea !important;
    color:black !important;
    border: 1px solid #b1b1b1 !important;
}
[data-theme="light"] .modal .list-medias li{
    color:black !important;
}

[data-theme="light"] .modal .list-Templates li{
    background-color: white !important;
}

[data-theme="light"] .inner-form-group-choiced-template{
    color: black !important;
}

.Template-item .template-inner-frame{
    background-color: #191c24;
    color: white;
}

[data-theme="light"] .modal-footer{
    border-top: 1px solid #dad7d7;
}

[data-theme="light"] .modal-footer .btn-outline-secondary{
    background-color: #b41f1f !important;
}

[data-theme="light"] .bg-danger{
    background-color: #b41f1f !important;
    color:white !important;
}

[data-theme="light"] .upload-media-field .btn-primary:not(.btn-light):not(.btn-secondary)
{
    color: #0e0f13;
}
[data-theme="light"] .alert-empty-table-data{
    background-color: #fff8f8;
}
[data-theme="light"] .upload-media-field{
    background-color: transparent;
    border-radius: 12px;
}
[data-theme="light"] .upload-media-field input[type="file"]{
    background-color: white !important;
}

[data-theme="light"] .upload-media-field ul.nav-pills li.media-item{
    background-color: white;
    border: 2px dashed #bad7e4;
}


.breadcrumb li{
    padding: 10px !important;
}

[data-theme="light"] .btn-info:not(.btn-light):not(.btn-secondary):focus,
[data-theme="light"] .btn-info:not(.btn-light):not(.btn-secondary):hover,
[data-theme="light"] .btn-info:not(.btn-light):not(.btn-secondary):active {
    background: #4DB6AC !important;
    border-color: #4DB6AC !important;
}

[data-theme="light"] .btn-danger {
    background-color: #ff4d4d !important;
}

[data-theme="light"] .qrcode-frame {
    background: #fff8f8 !important;
    border-color: #fff8f8 !important;
    color: black !important;
}

[data-theme="light"] .left-sidebar {
    color: black !important;
}

[data-theme="light"] .instructions li {
    background-color: #fff8f8 !important;
}

[data-theme="light"] .connected-device {
    color: black !important;
    background: #fff8f8 !important;
}

[data-theme="light"] .form-control,
[data-theme="light"] .asColorPicker-input,
[data-theme="light"] .dataTables_wrapper select,
[data-theme="light"] .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
[data-theme="light"] .jsgrid .jsgrid-table .jsgrid-filter-row select,
[data-theme="light"] .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number],
[data-theme="light"] .select2-container--default .select2-selection--single,
[data-theme="light"] .select2-container--default .select2-selection--single .select2-search__field,
[data-theme="light"] .typeahead,
[data-theme="light"] .tt-query,
[data-theme="light"] .tt-hint {
    background-color: #eeeded !important;
    color: black !important;
    border-color: #dddddd !important;
}

[data-theme="light"] .iti input.iti__tel-input,
[data-theme="light"] .iti input.iti__tel-input[type=text],
[data-theme="light"] .iti input.iti__tel-input[type=tel]{
    background-color: #eeeded !important;
    border: 1px solid #e4e4e4;
}

[data-theme="light"] .lists-messages-plus{
    background-color: #fff8f8;
    color:black;
}

[data-theme="light"] .iti__search-input {
    background-color: white !important;
    color:black
}

[data-theme="light"] .iti--inline-dropdown .iti__country-list,
[data-theme="light"] .iti__no-results{
    background-color: #eee !important;
}

[data-theme="light"] .profile-info img {
    border: 9px solid #e7e6e6 !important;
}

[data-theme="light"] .btn-primary {
    background-color: #f5f5f5 !important;
    border-color: #a3a7a8 !important;
}

[data-theme="light"] .bg-info {
    background-color: #e1e6ea !important;
}

[data-theme="light"] .alert,
[data-theme="light"] .filter {
    color: black !important;
}

[data-theme="light"] .error-on-package {
    border-color: lightgray !important;
    background-color: #FCE4EC !important;
    border: 1px solid transparent !important;
}

[data-theme="light"] .table .table-dark,
[data-theme="light"] .jsgrid .jsgrid-table .table-dark {
    background: #e2dfdf !important;
}

[data-theme="light"] .table,
[data-theme="light"] .jsgrid .jsgrid-table,
[data-theme="light"] .sidebar .nav .nav-item .nav-link,
[data-theme="light"] .text-muted,
[data-theme="light"] .preview-list .preview-item .preview-item-content p .content-category,
[data-theme="light"] .table thead th,
[data-theme="light"] .jsgrid .jsgrid-table thead th {
    border-color: #fff8f8;
}

[data-theme="light"] .content-wrapper>.row.light-back {
    background-color: #fff8f8;
    padding: 10px;
    border-radius: 10px;
}

[data-theme="light"] table td .btn-primary {
    background-color: #00796B !important;
    border-color: #00796B !important;
}

[data-theme="light"] .dropdown-menu .dropdown-item:active,
[data-theme="light"] .dropdown-menu .dropdown-item:hover {
    background-color: #88c273;
}

[data-theme="light"] .dropdown-menu .dropdown-item {
    font-size: 11px !important;
    padding: 10px 5px !important;
}

[data-theme="light"] .dropdown-divider {
    border-top: 1px solid #e1e6ea;
}

[data-theme="light"] .page-title,
[data-theme="light"] .form-group label {
    color: #110f0f !important;
}

[data-theme="light"] .content-page .form-create {
    background-color: #fff8f8 !important;
    border-radius: 10px !important;
}

[data-theme="light"] .alert-info {
    background-color: #fff8f8 !important;
    border-color: #e1e6ea !important;
}

[data-theme="light"] .btn-actions .btn-info,
[data-theme="light"] .form-create form .btn-info {
    background-color: #37474F !important;
}

[data-theme="light"] .content-page .package-preview {
    background-color: #e5fcef !important;
}

[data-theme="light"] .table th,
[data-theme="light"] .jsgrid .jsgrid-table th,
[data-theme="light"] .table td,
[data-theme="light"] .jsgrid .jsgrid-table td {
    border-top: 1px solid #e1e6ea;
}

[data-theme="light"] fieldset {
    background-color: #fff8f8 !important;
    color: black !important;
}

[data-theme="light"] .keywords li {
    background-color: #161414 !important;
}

[data-theme="light"] .btns .btn-primary {
    background-color: #546e7a !important;
}

[data-theme="light"] .excel-forms {
    background-color: #fff8f8 !important;
}

[data-theme="light"] .response_result {
    background-color: #eee !important;
}

[data-theme="light"] .lists-code,
[data-theme="light"] .card-title {
    color: black !important;
}

[data-theme="light"] .modal-footer .select-media,
[data-theme="light"] .modal-footer .select-Template {
    background-color: #004D40 !important;
}

[data-theme="light"] .campaign-details li {
    background-color: #263238 !important;
}

[data-theme="light"] .badge-outline-danger,
[data-theme="light"] .topbar-bot {
    color: black !important;
}

[data-theme="light"] .head-bar {
    background-color: #fff8f8 !important;
    border-color: #e1e6ea !important;
}

[data-theme="light"] .list-options .field-option {
    background-color: #e2dde3 !important;
}

[data-theme="light"] .list-options .field-option input,
[data-theme="light"] .list-options .field-option select,
[data-theme="light"] .list-options .field-option textarea {
    background-color: white !important;
}

[data-theme="light"] .zomeOptionsList {
    background-color: #e1e6ea !important;
}

[data-theme="light"] .zomeOptions i {
    background-color: #fff8f8 !important;
}

[data-theme="light"] .zomeOptions span {
    background-color: #e2dde3 !important;
}

[data-theme="light"] .list-btns .btn-primary {
    background-color: orange !important;
}

[data-theme="light"] .drawflow_content_node .card-header,
[data-theme="light"] .drawflow_content_node .card-body {
    background-color: #fff8f8 !important;
}

[data-theme="light"] .integrate-card .card-header {
    background-color: #e2dde3 !important;
}

[data-theme="light"] .integrate-card h3 {
    color: #B71C1C !important;
}

[data-theme="light"] .integrate-card table tr td input {
    background-color: rgb(225 230 234) !important;
}

[data-theme="light"] .authorization-field {
    background-color: #e1e6ea !important;
    color: black !important;
}

[data-theme="light"] .banner-side-logo,
[data-theme="light"] .input-group-prepend {
    background-color: #263238 !important;
}

[data-theme="light"] .banner-side-logo #messageDropdown {
    background: #e3e8eb;
    color: black !important;
    border-radius: 10px;
}

[data-theme="light"] .auth button.btn-primary {
    background-color: #88c273 !important;
}

[data-theme="light"] .parent-drawflow {
    background-image: linear-gradient(to right, #cec1c1 1px, transparent 1px), linear-gradient(to bottom, #d3d0d0 1px, transparent 1px) !important;
}

[data-theme="light"] .status-account .mdi-checkbox-blank-circle {
    color: #43A047;
}

[data-theme="light"] .image-account .avatar {
    border: 2px solid black !important;
}

[data-theme="light"] .btn-warning.mark-as-main {
    background-color: #777474 !important;
    border-color: #777474 !important;
}

[data-theme="light"] .preview-subject a,
[data-theme="light"] a.preview-subject {
    background-color: transparent !important;
}

[data-theme="light"] .badge.btn-info {
    background: #4DB6AC !important;
    border-color: #4DB6AC !important;
}

[data-theme="light"] .navbar .navbar-brand-wrapper {
    background-color: #fff8f8 !important;
}

[data-theme="light"] .badge-outline-success {
    color: black !important;
}

/* [data-theme="light"] .sub-menu .nav-item.active .router-link-active {
    color: white !important;
} */


[data-theme="light"] .multiselect-no-options,
[data-theme="light"] .multiselect-no-results {
    background-color: #faf7f7 !important;
}

[data-theme="light"] .multiselect-multiple-label,
[data-theme="light"] .multiselect-placeholder,
[data-theme="light"] .multiselect-single-label{
    color:black !important;
}
