/* =============================================================
   Dark Mode Overrides — Complete
   ALL rules from original dark/style.css that differ from the
   unified style.css + theme_variables.css output.
   Scoped via [data-theme="dark"] — reactive, zero JS needed.
   ============================================================= */

[data-theme="dark"] *,
[data-theme="dark"] *::before,
[data-theme="dark"] *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-theme="dark"] ::-webkit-input-placeholder {
    opacity: .5 !important;
}

[data-theme="dark"] ::-moz-placeholder {
    opacity: .5 !important;
}

[data-theme="dark"] :-ms-input-placeholder {
    opacity: .5 !important;
}

[data-theme="dark"] ::-ms-input-placeholder {
    opacity: .5 !important;
}

[data-theme="dark"] ::placeholder {
    opacity: .5 !important;
}

[data-theme="dark"] .text_color,
[data-theme="dark"] .comment-action-links .comment-action-link,
[data-theme="dark"] .dropdown-menu .dropdown-body .content .main-text,
[data-theme="dark"] .dropdown-button > a.text_color:hover,
[data-theme="dark"] .meta-info > div span span,
[data-theme="dark"] .light-btn,
[data-theme="dark"] .light-btn:hover,
[data-theme="dark"] table.invoice-list-table.style-two td:nth-child(4),
[data-theme="dark"] table.style-two.contact-list-table td:nth-child(4),
[data-theme="dark"] table.invoice-list-table.style-two td:nth-child(5),
[data-theme="dark"] table.style-two.contact-list-table td:nth-child(5),
[data-theme="dark"] table.invoice-list.style-two td:nth-child(4),
[data-theme="dark"] table.invoice-list.style-two td:nth-child(5),
[data-theme="dark"] .process-bar-wrapper.style--four .process-width,
[data-theme="dark"] .theme-input-group.style--two input,
[data-theme="dark"] .theme-input-group.prepend input,
[data-theme="dark"] .mail-list-item .mail-text .msg,
[data-theme="dark"] .main-mail .mail-text .msg,
[data-theme="dark"] .mail-list-item:hover .mail-text .msg,
[data-theme="dark"] .main-mail:hover .mail-text .msg,
[data-theme="dark"] .mail-compose .form-group .cc-btns .cc-btn,
[data-theme="dark"] .modal-body .form-group .cc-btns .cc-btn,
[data-theme="dark"] .message p,
[data-theme="dark"] .list-invoice li a,
[data-theme="dark"] .invoice.edit input,
[data-theme="dark"] .contact-box .contact-body a,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist .process-bar-wrapper .process-name,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist-new-item .checklist-add-controls .icon-close,
[data-theme="dark"] #projectTaskDetails .modal-content .edit-actions textarea,
[data-theme="dark"] #projectShareModal .modal-body .form-group .input-wrap .theme-input-style,
[data-theme="dark"] .board-members-list li a,
[data-theme="dark"] .board-labels-list li a,
[data-theme="dark"] .board-labels-select-color li a,
[data-theme="dark"] #shareModal .modal-content .modal-body .form-group .input-wrap .theme-input-style,
[data-theme="dark"] .notifications a,
[data-theme="dark"] .news a,
[data-theme="dark"] .timeline.style--two .event:before,
[data-theme="dark"] .info-list li a,
[data-theme="dark"] .about-nav-tab a {
    color: #ffffff;
}

[data-theme="dark"] .text_color-bg,
[data-theme="dark"] .comment-action-links .comment-action-link:not(:last-child):after,
[data-theme="dark"] .sidebar .sidebar-body ul.sub-menu li:before,
[data-theme="dark"] .switch .control:after,
[data-theme="dark"] .switch .check,
[data-theme="dark"] .switch.dark input:checked ~ .control {
    background-color: #ffffff;
}

[data-theme="dark"] .attach-file.change-card-attachment,
[data-theme="dark"] .dropdown-menu,
[data-theme="dark"] .legend > table td,
[data-theme="dark"] .chart,
[data-theme="dark"] .list-button li,
[data-theme="dark"] .pagination ul li.current,
[data-theme="dark"] .change-card-btn,
[data-theme="dark"] .change-card-btn:hover,
[data-theme="dark"] table td input,
[data-theme="dark"] table.table-contextual td,
[data-theme="dark"] .ProgressBar-wrap .ProgressBar-percentage--text,
[data-theme="dark"] .ProgressBar-wrap2 .ProgressBar-percentage--text,
[data-theme="dark"] .ProgressBar-wrap .ProgressBar-percentage,
[data-theme="dark"] .ProgressBar-wrap2 .ProgressBar-percentage,
[data-theme="dark"] .sidebar .sidebar-body li.active > a.disabled,
[data-theme="dark"] .sidebar .sidebar-body li:hover > a.disabled,
[data-theme="dark"] .message-item .bubble p,
[data-theme="dark"] .invoice-header-left .dropdown-button > a,
[data-theme="dark"] .project-box,
[data-theme="dark"] .project-box h4,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist-new-item .checklist-add-controls .icon-close:hover,
[data-theme="dark"] .note a,
[data-theme="dark"] .profile-box p,
[data-theme="dark"] .chip .chip-content,
[data-theme="dark"] .chip .chip-content .img,
[data-theme="dark"] .base-timer__label,
[data-theme="dark"] .base-timer__text,
[data-theme="dark"] .dragable-card p {
    color: #333333;
}

[data-theme="dark"] .white,
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6,
[data-theme="dark"] .text-white *,
[data-theme="dark"] .p_header-content *,
[data-theme="dark"] .text-white h1,
[data-theme="dark"] .p_header-content h1,
[data-theme="dark"] .text-white h2,
[data-theme="dark"] .p_header-content h2,
[data-theme="dark"] .text-white h3,
[data-theme="dark"] .p_header-content h3,
[data-theme="dark"] .text-white h4,
[data-theme="dark"] .p_header-content h4,
[data-theme="dark"] .text-white h5,
[data-theme="dark"] .p_header-content h5,
[data-theme="dark"] .text-white h6,
[data-theme="dark"] .p_header-content h6,
[data-theme="dark"] .attach-file.style--two .upload-button,
[data-theme="dark"] .attach-file.style--three,
[data-theme="dark"] .dashboard-date input,
[data-theme="dark"] .dropdown-menu a,
[data-theme="dark"] .dropdown-menu .color-balls,
[data-theme="dark"] .dropdown-menu.checkbox > div,
[data-theme="dark"] #menu button,
[data-theme="dark"] .full-date,
[data-theme="dark"] .list-button li:hover,
[data-theme="dark"] .list-button li.active,
[data-theme="dark"] .ui-timepicker-wrapper ul li,
[data-theme="dark"] .treeview .list-group li,
[data-theme="dark"] .btn:hover,
[data-theme="dark"] #example-vertical > .actions ul li a:hover[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a:hover[href="#finish"],
[data-theme="dark"] .btn.style--two.orange,
[data-theme="dark"] #example-vertical > .actions ul li a.style--two.orange[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.style--two.orange[href="#finish"],
[data-theme="dark"] .status-btn,
[data-theme="dark"] .light-btn.ba,
[data-theme="dark"] .light-btn.btn-circle:after,
[data-theme="dark"] .light-btn.offcanvas-overlay,
[data-theme="dark"] .aside-body li a.light-btn:after,
[data-theme="dark"] .chat_aside .aside-header .light-btn.aside-header-bottom:after,
[data-theme="dark"] .light-btn.message:after,
[data-theme="dark"] .todo-list .light-btn.single-row:after,
[data-theme="dark"] .board .board-cards .light-btn.board-card:before,
[data-theme="dark"] #menu button.light-btn,
[data-theme="dark"] .light-btn.btn:hover,
[data-theme="dark"] #example-vertical > .actions ul li a.light-btn:hover[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.light-btn:hover[href="#finish"],
[data-theme="dark"] .light-btn.btn-circle.style--three,
[data-theme="dark"] .light-btn.c2-bg,
[data-theme="dark"] .dropdown-menu .dropdown-body a:hover .light-btn.change-card-btn.main-text,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .light-btn.change-card-btn.time,
[data-theme="dark"] #example-vertical > .actions ul li a.light-btn.change-card-btn.preview[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.light-btn.change-card-btn.preview[href="#finish"],
[data-theme="dark"] #example-vertical > .actions ul li a.light-btn.change-card-btn.style--two[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.light-btn.change-card-btn.style--two[href="#finish"],
[data-theme="dark"] #example-vertical > .actions ul li a.light-btn.change-card-btn.s_alert[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.light-btn.change-card-btn.s_alert[href="#finish"],
[data-theme="dark"] .light-btn.change-card-btn,
[data-theme="dark"] table.table-contextual .light-btn.change-card-btn.details-btn,
[data-theme="dark"] .sidebar .sidebar-body li.active > a.light-btn.change-card-btn,
[data-theme="dark"] .sidebar .sidebar-body li:hover > a.light-btn.change-card-btn,
[data-theme="dark"] .aside-body li a.light-btn.change-card-btn.active,
[data-theme="dark"] .aside-body li:hover a.light-btn.change-card-btn,
[data-theme="dark"] .aside-body li.active a.light-btn.change-card-btn,
[data-theme="dark"] .aside-body li.fc-event a.light-btn.change-card-btn:hover,
[data-theme="dark"] .message:hover p.light-btn.change-card-btn.time,
[data-theme="dark"] .message.active p.light-btn.change-card-btn.time,
[data-theme="dark"] .fc-view > table thead th.light-btn.change-card-btn.fc-day-header,
[data-theme="dark"] .notifications a:hover p.light-btn.change-card-btn,
[data-theme="dark"] .news a:hover p.light-btn.change-card-btn,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .light-btn.change-card-btn.select2-selection__choice,
[data-theme="dark"] .about-nav-tab a.light-btn.change-card-btn.active,
[data-theme="dark"] .dragable-list > div.ui-sortable-helper i.light-btn.change-card-btn,
[data-theme="dark"] .light-btn.change-card-btn:hover,
[data-theme="dark"] .theme-input-group button.light-btn,
[data-theme="dark"] .theme-input-group > a.light-btn,
[data-theme="dark"] .theme-input-group button.light-btn.btn.style--three:hover,
[data-theme="dark"] .theme-input-group > a.light-btn.btn.style--three:hover,
[data-theme="dark"] .sidebar .sidebar-body li.light-btn.active:before,
[data-theme="dark"] .sidebar .sidebar-body li.light-btn:hover:before,
[data-theme="dark"] .labels .light-btn.label.add-label,
[data-theme="dark"] .label-item .light-btn.label.add-label,
[data-theme="dark"] .switch input:checked ~ .light-btn.control:after,
[data-theme="dark"] .switch input:checked ~ .control .light-btn.check,
[data-theme="dark"] .input-group.bootstrap-touchspin button.light-btn.btn,
[data-theme="dark"] .light-btn.color-circle,
[data-theme="dark"] .faq h5.light-btn:after,
[data-theme="dark"] .light-btn.ba:hover,
[data-theme="dark"] .light-btn.btn-circle:hover:after,
[data-theme="dark"] .light-btn.offcanvas-overlay:hover,
[data-theme="dark"] .aside-body li a.light-btn:hover:after,
[data-theme="dark"] .chat_aside .aside-header .light-btn.aside-header-bottom:hover:after,
[data-theme="dark"] .light-btn.message:hover:after,
[data-theme="dark"] .todo-list .light-btn.single-row:hover:after,
[data-theme="dark"] .board .board-cards .light-btn.board-card:hover:before,
[data-theme="dark"] #menu button.light-btn:hover,
[data-theme="dark"] .light-btn.btn-circle.style--three:hover,
[data-theme="dark"] .light-btn.c2-bg:hover,
[data-theme="dark"] .dropdown-menu .dropdown-body a:hover .light-btn.change-card-btn.main-text:hover,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .light-btn.change-card-btn.time:hover,
[data-theme="dark"] .sidebar .sidebar-body li.active > a.light-btn.change-card-btn:hover,
[data-theme="dark"] .sidebar .sidebar-body li:hover > a.light-btn.change-card-btn:hover,
[data-theme="dark"] .message:hover p.light-btn.change-card-btn.time:hover,
[data-theme="dark"] .message.active p.light-btn.change-card-btn.time:hover,
[data-theme="dark"] .theme-input-group button.light-btn:hover,
[data-theme="dark"] .theme-input-group > a.light-btn:hover,
[data-theme="dark"] .labels .light-btn.label.add-label:hover,
[data-theme="dark"] .label-item .light-btn.label.add-label:hover,
[data-theme="dark"] .switch input:checked ~ .light-btn.control:hover:after,
[data-theme="dark"] .switch input:checked ~ .control .light-btn.check:hover,
[data-theme="dark"] .input-group.bootstrap-touchspin button.light-btn.btn:hover,
[data-theme="dark"] .light-btn.color-circle:hover,
[data-theme="dark"] .faq h5.light-btn:hover:after,
[data-theme="dark"] .change-card-btn.c2,
[data-theme="dark"] a.change-card-btn,
[data-theme="dark"] a.change-card-btn:hover,
[data-theme="dark"] .dropdown-menu .dropdown-body a:hover .change-card-btn.main-text,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .change-card-btn.time,
[data-theme="dark"] .change-card-btn.btn.preview,
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.preview[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.preview[href="#finish"],
[data-theme="dark"] .change-card-btn.btn.style--two,
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.style--two[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.style--two[href="#finish"],
[data-theme="dark"] .change-card-btn.btn.s_alert,
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.s_alert[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.s_alert[href="#finish"],
[data-theme="dark"] .change-card-btn.details-btn,
[data-theme="dark"] table.table-condensed thead tr:nth-child(2) th.change-card-btn,
[data-theme="dark"] table.table-contextual .change-card-btn.details-btn,
[data-theme="dark"] .sidebar .sidebar-body li.active > a.change-card-btn,
[data-theme="dark"] .sidebar .sidebar-body li:hover > a.change-card-btn,
[data-theme="dark"] .aside-body li a.change-card-btn.active,
[data-theme="dark"] .aside-body li:hover a.change-card-btn,
[data-theme="dark"] .aside-body li.active a.change-card-btn,
[data-theme="dark"] .aside-body li.fc-event a.change-card-btn:hover,
[data-theme="dark"] .message:hover p.change-card-btn.time,
[data-theme="dark"] .message.active p.change-card-btn.time,
[data-theme="dark"] .fc-view > table thead th.change-card-btn.fc-day-header,
[data-theme="dark"] .notifications a:hover p.change-card-btn,
[data-theme="dark"] .news a:hover p.change-card-btn,
[data-theme="dark"] .change-card-btn.icon:hover,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .change-card-btn.select2-selection__choice,
[data-theme="dark"] .change-card-btn.p_nav-link,
[data-theme="dark"] .about-nav-tab a.change-card-btn.active,
[data-theme="dark"] .change-card-btn.iconwrap,
[data-theme="dark"] .dragable-list > div.ui-sortable-helper i.change-card-btn,
[data-theme="dark"] .light-btn:hover,
[data-theme="dark"] .light-btn.style--two:hover,
[data-theme="dark"] table th,
[data-theme="dark"] table td,
[data-theme="dark"] table td a,
[data-theme="dark"] table.style--two thead th,
[data-theme="dark"] table.style--two td,
[data-theme="dark"] table.cart_table tr td:nth-child(3) span,
[data-theme="dark"] table.cart_table tr td:nth-child(3) input,
[data-theme="dark"] table.cart_table tr td:nth-child(4) span,
[data-theme="dark"] table.cart_table tr td:nth-child(4) input,
[data-theme="dark"] table.invoice-list-table th,
[data-theme="dark"] table.contact-list-table th,
[data-theme="dark"] table.invoice-list-table td,
[data-theme="dark"] table.contact-list-table td,
[data-theme="dark"] table.invoice-list th,
[data-theme="dark"] table.invoice-list td,
[data-theme="dark"] table.table-inverse th,
[data-theme="dark"] table.table-inverse td,
[data-theme="dark"] .ProgressBar-wrap2 .ProgressBar.ProgressBar_4 .ProgressBar-percentage,
[data-theme="dark"] .ProgressBar-wrap2 .ProgressBar.ProgressBar_4 .ProgressBar-percentage--text,
[data-theme="dark"] .ProgressBar-wrap2 .ProgressBar.ProgressBar_5 .ProgressBar-percentage,
[data-theme="dark"] .ProgressBar-wrap2 .ProgressBar.ProgressBar_5 .ProgressBar-percentage--text,
[data-theme="dark"] .progress-info div,
[data-theme="dark"] .process-bar-wrapper .process-name,
[data-theme="dark"] .process-bar-wrapper .process-width,
[data-theme="dark"] .black,
[data-theme="dark"] .theme-input-style,
[data-theme="dark"] .theme-input-style.style--four,
[data-theme="dark"] .form-control,
[data-theme="dark"] .form-control:focus,
[data-theme="dark"] textarea.theme-input-style.style--four,
[data-theme="dark"] .theme-input-group button.btn.style--three:hover,
[data-theme="dark"] .theme-input-group > a.btn.style--three:hover,
[data-theme="dark"] #example-vertical > .actions ul li .theme-input-group > a.style--three:hover[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li .theme-input-group > a.style--three:hover[href="#finish"],
[data-theme="dark"] .search-form .theme-input-group input,
[data-theme="dark"] .notification-icon .count,
[data-theme="dark"] .avatar .count,
[data-theme="dark"] .sidebar .sidebar-body li.nav-category,
[data-theme="dark"] .sidebar .sidebar-body li a,
[data-theme="dark"] .footer a,
[data-theme="dark"] .aside-header .aside-btn-text,
[data-theme="dark"] .aside-body li a,
[data-theme="dark"] .chat_aside .aside-header .profile .content h4,
[data-theme="dark"] .chat_aside .aside-header .profile .content .name,
[data-theme="dark"] .product-details-content .woocommerce-Price-amount,
[data-theme="dark"] .mail-compose .form-group .input-wrap input,
[data-theme="dark"] .modal-body .form-group .input-wrap input,
[data-theme="dark"] .summernote .note-frame .note-editing-area .note-editable,
[data-theme="dark"] .summernote .note-frame .note-toolbar,
[data-theme="dark"] #search-tab ~ #search-box input,
[data-theme="dark"] .todo-list .todo-text .card-text,
[data-theme="dark"] .assign-tag,
[data-theme="dark"] .assign-tag.front-end,
[data-theme="dark"] #projectTaskDetails .modal-content .project-main-title textarea,
[data-theme="dark"] #projectTaskDetails .modal-content .project-description .des-edit-actions textarea,
[data-theme="dark"] #projectTaskDetails .modal-content .cover-img .attach-file,
[data-theme="dark"] .board-labels-list li .label,
[data-theme="dark"] #example-vertical > .steps ul li.done a,
[data-theme="dark"] #example-vertical > .steps ul li.current a,
[data-theme="dark"] .color-circle,
[data-theme="dark"] .profile-pic .upload-button,
[data-theme="dark"] .cover-img .upload-button,
[data-theme="dark"] .statistics-bounce-rate .state-content h3,
[data-theme="dark"] .latest-update > a,
[data-theme="dark"] .comments-area .single-comment .comment-content p {
    color: #ffffff;
}

[data-theme="dark"] .white-bg,
[data-theme="dark"] .chat_aside,
[data-theme="dark"] .project-box,
[data-theme="dark"] .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:after,
[data-theme="dark"] .session-timeout {
    background-color: #ffffff;
}

[data-theme="dark"] .c1,
[data-theme="dark"] .dashboard-date.style--six input,
[data-theme="dark"] .pagination ul li,
[data-theme="dark"] .follow-btn,
[data-theme="dark"] .link-btn,
[data-theme="dark"] .theme-input-group button:hover,
[data-theme="dark"] .theme-input-group > a:hover,
[data-theme="dark"] .header-toogle-menu,
[data-theme="dark"] .sidebar .sidebar-header .sidebar-toogle-pin,
[data-theme="dark"] .mail-compose .form-group .input-wrap span,
[data-theme="dark"] .modal-body .form-group .input-wrap span {
    color: #6045E2;
}

[data-theme="dark"] .c1-bg,
[data-theme="dark"] ::selection,
[data-theme="dark"] .btn,
[data-theme="dark"] #example-vertical > .actions ul li a[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a[href="#finish"],
[data-theme="dark"] .light-btn.c2-bg:hover,
[data-theme="dark"] .theme-input-group button.btn.style--three,
[data-theme="dark"] .theme-input-group > a.btn.style--three,
[data-theme="dark"] .theme-input-group.input-wrap > a,
[data-theme="dark"] .aside-body li a:after,
[data-theme="dark"] .chat_aside .aside-header,
[data-theme="dark"] .chat-footer div .submit {
    background-color: #6045E2;
}

[data-theme="dark"] .c2,
[data-theme="dark"] a,
[data-theme="dark"] a:hover,
[data-theme="dark"] .dropdown-menu .dropdown-body a:hover .main-text,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .time,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .main-text,
[data-theme="dark"] .btn.preview,
[data-theme="dark"] #example-vertical > .actions ul li a.preview[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.preview[href="#finish"],
[data-theme="dark"] .btn.style--two,
[data-theme="dark"] #example-vertical > .actions ul li a.style--two[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.style--two[href="#finish"],
[data-theme="dark"] .btn.s_alert,
[data-theme="dark"] #example-vertical > .actions ul li a.s_alert[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.s_alert[href="#finish"],
[data-theme="dark"] .details-btn,
[data-theme="dark"] .light-btn,
[data-theme="dark"] table.table-condensed thead tr:nth-child(2) th,
[data-theme="dark"] table.table-contextual .details-btn,
[data-theme="dark"] .sidebar .sidebar-body li.active > a,
[data-theme="dark"] .sidebar .sidebar-body li:hover > a,
[data-theme="dark"] .aside-body li a.active,
[data-theme="dark"] .aside-body li:hover a,
[data-theme="dark"] .aside-body li.active a,
[data-theme="dark"] .aside-body li.fc-event a:hover,
[data-theme="dark"] .message:hover p.time,
[data-theme="dark"] .message.active p.time,
[data-theme="dark"] .fc-view > table thead th.fc-day-header,
[data-theme="dark"] .notifications a:hover p,
[data-theme="dark"] .news a:hover p,
[data-theme="dark"] .icon:hover,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice,
[data-theme="dark"] .p_nav-link,
[data-theme="dark"] .about-nav-tab a.active,
[data-theme="dark"] .iconwrap,
[data-theme="dark"] .dragable-list > div.ui-sortable-helper i {
    color: #8280FD;
}

[data-theme="dark"] .c2-bg,
[data-theme="dark"] .ba,
[data-theme="dark"] .btn-circle:after,
[data-theme="dark"] .offcanvas-overlay,
[data-theme="dark"] .aside-body li a:after,
[data-theme="dark"] .chat_aside .aside-header .aside-header-bottom:after,
[data-theme="dark"] .message:after,
[data-theme="dark"] .todo-list .single-row:after,
[data-theme="dark"] .board .board-cards .board-card:before,
[data-theme="dark"] #menu button,
[data-theme="dark"] .btn:hover,
[data-theme="dark"] #example-vertical > .actions ul li a:hover[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a:hover[href="#finish"],
[data-theme="dark"] .btn-circle.style--three,
[data-theme="dark"] .light-btn.c2-bg,
[data-theme="dark"] .change-card-btn.c2,
[data-theme="dark"] a.change-card-btn,
[data-theme="dark"] a.change-card-btn:hover,
[data-theme="dark"] .dropdown-menu .dropdown-body a:hover .change-card-btn.main-text,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .change-card-btn.time,
[data-theme="dark"] .change-card-btn.btn.preview,
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.preview[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.preview[href="#finish"],
[data-theme="dark"] .change-card-btn.btn.style--two,
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.style--two[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.style--two[href="#finish"],
[data-theme="dark"] .change-card-btn.btn.s_alert,
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.s_alert[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.change-card-btn.s_alert[href="#finish"],
[data-theme="dark"] .change-card-btn.details-btn,
[data-theme="dark"] .change-card-btn.light-btn,
[data-theme="dark"] table.table-condensed thead tr:nth-child(2) th.change-card-btn,
[data-theme="dark"] table.table-contextual .change-card-btn.details-btn,
[data-theme="dark"] .sidebar .sidebar-body li.active > a.change-card-btn,
[data-theme="dark"] .sidebar .sidebar-body li:hover > a.change-card-btn,
[data-theme="dark"] .aside-body li a.change-card-btn.active,
[data-theme="dark"] .aside-body li:hover a.change-card-btn,
[data-theme="dark"] .aside-body li.active a.change-card-btn,
[data-theme="dark"] .aside-body li.fc-event a.change-card-btn:hover,
[data-theme="dark"] .message:hover p.change-card-btn.time,
[data-theme="dark"] .message.active p.change-card-btn.time,
[data-theme="dark"] .fc-view > table thead th.change-card-btn.fc-day-header,
[data-theme="dark"] .notifications a:hover p.change-card-btn,
[data-theme="dark"] .news a:hover p.change-card-btn,
[data-theme="dark"] .change-card-btn.icon:hover,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .change-card-btn.select2-selection__choice,
[data-theme="dark"] .change-card-btn.p_nav-link,
[data-theme="dark"] .about-nav-tab a.change-card-btn.active,
[data-theme="dark"] .change-card-btn.iconwrap,
[data-theme="dark"] .dragable-list > div.ui-sortable-helper i.change-card-btn,
[data-theme="dark"] .change-card-btn.c2:hover,
[data-theme="dark"] .change-card-btn.details-btn:hover,
[data-theme="dark"] .change-card-btn.light-btn:hover,
[data-theme="dark"] table.table-condensed thead tr:nth-child(2) th.change-card-btn:hover,
[data-theme="dark"] .change-card-btn.p_nav-link:hover,
[data-theme="dark"] .change-card-btn.iconwrap:hover,
[data-theme="dark"] .theme-input-group button,
[data-theme="dark"] .theme-input-group > a,
[data-theme="dark"] .theme-input-group button:hover,
[data-theme="dark"] .theme-input-group > a:hover,
[data-theme="dark"] .theme-input-group button.btn.style--three:hover,
[data-theme="dark"] .theme-input-group > a.btn.style--three:hover,
[data-theme="dark"] .sidebar .sidebar-body li.active:before,
[data-theme="dark"] .sidebar .sidebar-body li:hover:before,
[data-theme="dark"] .labels .label.add-label,
[data-theme="dark"] .label-item .label.add-label,
[data-theme="dark"] .switch input:checked ~ .control:after,
[data-theme="dark"] .switch input:checked ~ .control .check,
[data-theme="dark"] .input-group.bootstrap-touchspin button.btn,
[data-theme="dark"] .color-circle,
[data-theme="dark"] .faq h5:after {
    background-color: #8280FD;
}

[data-theme="dark"] .c3,
[data-theme="dark"] .mail-compose .form-group .cc-btns .cc,
[data-theme="dark"] .modal-body .form-group .cc-btns .cc,
[data-theme="dark"] .mail-compose .form-group .cc-btns .cc-btn:hover,
[data-theme="dark"] .modal-body .form-group .cc-btns .cc-btn:hover {
    color: #67CF94;
}

[data-theme="dark"] .c3-bg,
[data-theme="dark"] .avatar-status.bg-teal:after,
[data-theme="dark"] .process-bar-wrapper .process-bar.style--two,
[data-theme="dark"] .assign-tag,
[data-theme="dark"] .assign-tag.front-end,
[data-theme="dark"] .board .board-cards .board-card.label-5:before {
    background-color: #67CF94;
}

[data-theme="dark"] .c5-bg {
    background-color: #f9f9f9;
}

[data-theme="dark"] .card_color {
    color: #182335;
}

[data-theme="dark"] .card_color-bg,
[data-theme="dark"] select,
[data-theme="dark"] .card,
[data-theme="dark"] .header,
[data-theme="dark"] .daterangepicker,
[data-theme="dark"] .daterangepicker .calendar-table,
[data-theme="dark"] .dropdown-menu,
[data-theme="dark"] .dropdown-menu .dropdown-body,
[data-theme="dark"] .divider .divider-text,
[data-theme="dark"] .ui-timepicker-wrapper,
[data-theme="dark"] .treeview .list-group li,
[data-theme="dark"] .footer.card_color-bg,
[data-theme="dark"] .tasks_aside,
[data-theme="dark"] .aside,
[data-theme="dark"] .chat_aside .aside-body,
[data-theme="dark"] .statistic-row,
[data-theme="dark"] .mail-list-item,
[data-theme="dark"] .main-mail,
[data-theme="dark"] .fc-bg table tbody td.fc-day,
[data-theme="dark"] .fc-view > table thead th.fc-day-header,
[data-theme="dark"] .fc-toolbar.fc-header-toolbar,
[data-theme="dark"] .contact-box .contact-body,
[data-theme="dark"] .board .board-cards .board-card,
[data-theme="dark"] .add-card,
[data-theme="dark"] #projectChecklistModal .checklist-copy-source,
[data-theme="dark"] .dropzone,
[data-theme="dark"] .form-element,
[data-theme="dark"] .datepicker,
[data-theme="dark"] .timeline.style--two,
[data-theme="dark"] .add-work-form,
[data-theme="dark"] .work-update-form {
    background-color: #182335;
}

[data-theme="dark"] .card_color-bo {
    border-color: #182335 !important;
}

[data-theme="dark"] .trans3,
[data-theme="dark"] a,
[data-theme="dark"] .ba,
[data-theme="dark"] .btn-circle:after,
[data-theme="dark"] .offcanvas-overlay,
[data-theme="dark"] .aside-body li a:after,
[data-theme="dark"] .chat_aside .aside-header .aside-header-bottom:after,
[data-theme="dark"] .message:after,
[data-theme="dark"] .todo-list .single-row:after,
[data-theme="dark"] .board .board-cards .board-card:before,
[data-theme="dark"] .dropdown-menu .dropdown-body .content .main-text,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body .content .time,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body .content .main-text,
[data-theme="dark"] .list-button li,
[data-theme="dark"] .pagination.style--two ul li svg path,
[data-theme="dark"] .btn,
[data-theme="dark"] #example-vertical > .actions ul li a[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a[href="#finish"],
[data-theme="dark"] .follow-btn i,
[data-theme="dark"] .link-btn i,
[data-theme="dark"] .details-btn i,
[data-theme="dark"] .details-btn svg,
[data-theme="dark"] .light-btn,
[data-theme="dark"] .change-card-btn,
[data-theme="dark"] .remove-btn,
[data-theme="dark"] table tr,
[data-theme="dark"] table.style--three tr th,
[data-theme="dark"] table.style--three tr td,
[data-theme="dark"] .theme-input-style,
[data-theme="dark"] .search-form .theme-input-group,
[data-theme="dark"] .search-form .theme-input-group button,
[data-theme="dark"] .search-form .theme-input-group.header-search,
[data-theme="dark"] .search-form .theme-input-group.header-search.theme-input-group button,
[data-theme="dark"] .header,
[data-theme="dark"] .header .main-header,
[data-theme="dark"] .header-toogle-menu,
[data-theme="dark"] .header-icon,
[data-theme="dark"] .sidebar,
[data-theme="dark"] .sidebar .sidebar-header .sidebar-toogle-pin,
[data-theme="dark"] .sidebar .sidebar-body ul.sub-menu li:before,
[data-theme="dark"] .sidebar .sidebar-body li i,
[data-theme="dark"] .sidebar .sidebar-body li.has-sub-item:after,
[data-theme="dark"] .footer,
[data-theme="dark"] .main-content,
[data-theme="dark"] .aside-body li.less:after,
[data-theme="dark"] .mail-list-item,
[data-theme="dark"] .main-mail,
[data-theme="dark"] .mail-list-item .mail-text .msg,
[data-theme="dark"] .main-mail .mail-text .msg,
[data-theme="dark"] .mail-compose .form-group .cc-btns .cc-btn,
[data-theme="dark"] .modal-body .form-group .cc-btns .cc-btn,
[data-theme="dark"] .message,
[data-theme="dark"] .message p,
[data-theme="dark"] .todo-list .single-row,
[data-theme="dark"] .todo-list .single-row.border-bottom.change-border-color,
[data-theme="dark"] .todo-list .todo-text .card-text,
[data-theme="dark"] .assign_to .assign-content,
[data-theme="dark"] .assign-tag,
[data-theme="dark"] .assign-btn svg line,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist .checklist-item-wrap .checklist-item-details:after,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist .checklist-item-wrap .checklist-item-details .icon-delete,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist-new-item .checklist-add-controls .icon-close,
[data-theme="dark"] .file-attachments .attachment .attachment-close,
[data-theme="dark"] .file .dropdown-button,
[data-theme="dark"] .notifications a p,
[data-theme="dark"] .news a p,
[data-theme="dark"] .icon,
[data-theme="dark"] .price-box,
[data-theme="dark"] .price-body,
[data-theme="dark"] .profile-pic:after,
[data-theme="dark"] .profile-pic .upload-button,
[data-theme="dark"] .cover-img:after,
[data-theme="dark"] .cover-img .upload-button,
[data-theme="dark"] .p_overview-list li .dropdown-button,
[data-theme="dark"] .p_work-list li .dropdown-button,
[data-theme="dark"] .p_education-list li .dropdown-button,
[data-theme="dark"] .add-work-form,
[data-theme="dark"] .work-update-form,
[data-theme="dark"] .post-footer .love svg path {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

[data-theme="dark"] .bold,
[data-theme="dark"] .dashboard-date.style--three > i,
[data-theme="dark"] .dashboard-date.style--five > i,
[data-theme="dark"] .dropdown-menu.style--four a:hover,
[data-theme="dark"] .dropdown-menu.style--four a.selected,
[data-theme="dark"] .avatar,
[data-theme="dark"] .full-date,
[data-theme="dark"] .pagination ul li,
[data-theme="dark"] .follow-btn,
[data-theme="dark"] .link-btn,
[data-theme="dark"] .details-btn,
[data-theme="dark"] table.style--two td,
[data-theme="dark"] table.cart_table tr td:first-child,
[data-theme="dark"] table.cart_table tr td:last-child span,
[data-theme="dark"] table.invoice-list-table.style-two td:nth-child(4),
[data-theme="dark"] table.style-two.contact-list-table td:nth-child(4),
[data-theme="dark"] table.invoice-list-table.style-two td:nth-child(5),
[data-theme="dark"] table.style-two.contact-list-table td:nth-child(5),
[data-theme="dark"] table.invoice-list.style-two td:nth-child(4),
[data-theme="dark"] table.invoice-list.style-two td:nth-child(5),
[data-theme="dark"] .ProgressBar-wrap .ProgressBar-percentage,
[data-theme="dark"] .ProgressBar-wrap2 .ProgressBar-percentage,
[data-theme="dark"] .progress-info div:not(:first-child),
[data-theme="dark"] .process-bar-wrapper.style--four .process-width,
[data-theme="dark"] .notification-icon .count,
[data-theme="dark"] .avatar .count,
[data-theme="dark"] .sidebar .sidebar-body li.nav-category,
[data-theme="dark"] .footer a,
[data-theme="dark"] #apex_radar-chart .apexcharts-title-text,
[data-theme="dark"] .statistic-row.days,
[data-theme="dark"] .product-details-content .product_title,
[data-theme="dark"] .product-details-content .woocommerce-Price-amount,
[data-theme="dark"] .product-details-content .woocommerce-product-details__short-description h5,
[data-theme="dark"] .form-row label,
[data-theme="dark"] .cart-collaterals .shop_table th,
[data-theme="dark"] .cart-collaterals .shop_table td,
[data-theme="dark"] .mail-list-item:hover .mail-text .msg,
[data-theme="dark"] .main-mail:hover .mail-text .msg,
[data-theme="dark"] .message:hover p,
[data-theme="dark"] .message.active p,
[data-theme="dark"] .assign_to .assign-content,
[data-theme="dark"] .assign-tag .tag-text,
[data-theme="dark"] .add-new_task .label-text,
[data-theme="dark"] .task-details .label-text,
[data-theme="dark"] .fc table,
[data-theme="dark"] #projectTaskDetails .modal-content .project-main-title textarea,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist .process-bar-wrapper .process-name,
[data-theme="dark"] #smartwizard .nav li a,
[data-theme="dark"] #example-vertical > .steps ul li a,
[data-theme="dark"] #example-vertical > .actions ul li a[href="#previous"],
[data-theme="dark"] .chip .chip-content > div,
[data-theme="dark"] .chip .chip-content .img,
[data-theme="dark"] .color-circle,
[data-theme="dark"] .topic,
[data-theme="dark"] .timeline .event:before,
[data-theme="dark"] .base-timer__label,
[data-theme="dark"] .base-timer__text,
[data-theme="dark"] .p_nav-link,
[data-theme="dark"] .info-list li,
[data-theme="dark"] .shepherd-element .shepherd-content footer .shepherd-buttons li .shepherd-button {
    font-weight: 700;
}

[data-theme="dark"] .radius-0,
[data-theme="dark"] .attach-file.change-card-attachment,
[data-theme="dark"] .dropdown-menu,
[data-theme="dark"] #contactAddModal .modal-content,
[data-theme="dark"] #contactEditModal .modal-content,
[data-theme="dark"] #assetAddModal .modal-content,
[data-theme="dark"] #segmentAddModal .modal-content,
[data-theme="dark"] #segmentEditModal .modal-content,
[data-theme="dark"] #assetEditModal .modal-content,
[data-theme="dark"] #dividendEditModal .modal-content,
[data-theme="dark"] #dividendAddModal .modal-content,
[data-theme="dark"] #stocksTransactionAddModal .modal-content,
[data-theme="dark"] #stocksTransactionEditModal .modal-content,
[data-theme="dark"] #foreignStocksDividendAddModal .modal-content,
[data-theme="dark"] #foreignStocksDividendEditModal .modal-content,
[data-theme="dark"] #foreignStocksTransactionAddModal .modal-content,
[data-theme="dark"] #foreignStocksTransactionEditModal .modal-content,
[data-theme="dark"] #foreignStocksAssetAddModal .modal-content,
[data-theme="dark"] #foreignStocksSegmentAddModal .modal-content,
[data-theme="dark"] #foreignStocksSegmentEditModal .modal-content,
[data-theme="dark"] #foreignStocksAssetEditModal .modal-content,
[data-theme="dark"] #fiiTransactionAddModal .modal-content,
[data-theme="dark"] #fiiTransactionEditModal .modal-content,
[data-theme="dark"] #fiiDividendAddModal .modal-content,
[data-theme="dark"] #fiiDividendEditModal .modal-content,
[data-theme="dark"] #fiiAssetAddModal .modal-content,
[data-theme="dark"] #fiiSegmentAddModal .modal-content,
[data-theme="dark"] #fiiSegmentEditModal .modal-content,
[data-theme="dark"] #fiiAssetEditModal .modal-content,
[data-theme="dark"] #fixedIncomeAssetAddModal .modal-content,
[data-theme="dark"] #fixedIncomeIssuerAddModal .modal-content,
[data-theme="dark"] #fixedIncomeIssuerEditModal .modal-content,
[data-theme="dark"] #fixedIncomeAssetEditModal .modal-content,
[data-theme="dark"] #fixedIncomeTransactionAddModal .modal-content,
[data-theme="dark"] #fixedIncomeTransactionEditModal .modal-content,
[data-theme="dark"] #fixedIncomePaymentAddModal .modal-content,
[data-theme="dark"] #fixedIncomePaymentEditModal .modal-content,
[data-theme="dark"] #projectTaskDetails .modal-content .dashboard-date,
[data-theme="dark"] .input-group.addon .input-group-prepend .input-group-text:not(:first-child),
[data-theme="dark"] .input-group.addon .input-group-append .input-group-text:not(:first-child) {
    border-radius: 0 !important;
}

[data-theme="dark"] .border-0,
[data-theme="dark"] .color-pic input,
[data-theme="dark"] .card,
[data-theme="dark"] table.style--two thead th,
[data-theme="dark"] table.order-list-table thead th,
[data-theme="dark"] table.cart_table thead th,
[data-theme="dark"] table.cart_table tr td:nth-child(3) input,
[data-theme="dark"] table.style--four th,
[data-theme="dark"] table.style--four td,
[data-theme="dark"] table.style--five th,
[data-theme="dark"] table.style--five td,
[data-theme="dark"] table.invoice-list-table.style-two th,
[data-theme="dark"] table.style-two.contact-list-table th,
[data-theme="dark"] table.invoice-list.style-two th,
[data-theme="dark"] .form-control,
[data-theme="dark"] .custom-select,
[data-theme="dark"] .input-group-text,
[data-theme="dark"] .chat_aside .aside-header .aside-header-bottom .nav-tabs,
[data-theme="dark"] .mail-compose .form-group .input-wrap input,
[data-theme="dark"] .modal-body .form-group .input-wrap input,
[data-theme="dark"] #search-tab ~ #search-box input,
[data-theme="dark"] .fc-bg table tbody,
[data-theme="dark"] .fc-bg table tbody td,
[data-theme="dark"] .fc-bg table tbody td.fc-day,
[data-theme="dark"] .fc-view > table thead th.fc-day-header,
[data-theme="dark"] .fc-view > table tbody td,
[data-theme="dark"] .fc-view > table thead td,
[data-theme="dark"] .fc-button,
[data-theme="dark"] #createEventModal .modal-content,
[data-theme="dark"] #projectTaskDetails .modal-content,
[data-theme="dark"] #projectTaskDetails .modal-content .project-main-title textarea,
[data-theme="dark"] #projectTaskDetails .modal-content .edit-actions textarea,
[data-theme="dark"] .project-board-select-wrap select,
[data-theme="dark"] #shareModal .modal-content,
[data-theme="dark"] .input-group.addon .input-group-prepend .input-group-text,
[data-theme="dark"] .input-group.addon .input-group-append .input-group-text,
[data-theme="dark"] .input-group.addon .form-control,
[data-theme="dark"] .input-group.bootstrap-touchspin button.btn,
[data-theme="dark"] .input-group.bootstrap-touchspin .input-group-text,
[data-theme="dark"] #smartwizard,
[data-theme="dark"] #smartwizard .nav,
[data-theme="dark"] .select2-container--default.select2-container--focus .select2-selection--multiple,
[data-theme="dark"] .select2-container--default .select2-selection--multiple,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice button {
    border: 0 !important;
}

[data-theme="dark"] .box-shadow,
[data-theme="dark"] .dropdown-menu,
[data-theme="dark"] .tasks_aside,
[data-theme="dark"] .aside,
[data-theme="dark"] .chat_aside,
[data-theme="dark"] .compose-wrap,
[data-theme="dark"] .todo-list .single-row:hover,
[data-theme="dark"] #createEventModal .modal-content,
[data-theme="dark"] #fullCalModal .modal-content,
[data-theme="dark"] #contactAddModal .modal-content,
[data-theme="dark"] #contactEditModal .modal-content,
[data-theme="dark"] #assetAddModal .modal-content,
[data-theme="dark"] #segmentAddModal .modal-content,
[data-theme="dark"] #segmentEditModal .modal-content,
[data-theme="dark"] #assetEditModal .modal-content,
[data-theme="dark"] #dividendEditModal .modal-content,
[data-theme="dark"] #dividendAddModal .modal-content,
[data-theme="dark"] #projectTaskDetails .modal-content,
[data-theme="dark"] #projectMemberModal .modal-content,
[data-theme="dark"] #projectLabelModal .modal-content,
[data-theme="dark"] #projectChecklistModal .modal-content,
[data-theme="dark"] #projectMoveModal .modal-content,
[data-theme="dark"] #projectCopyModal .modal-content,
[data-theme="dark"] #projectShareModal .modal-content,
[data-theme="dark"] #shareModal .modal-content,
[data-theme="dark"] #stocksTransactionAddModal .modal-content,
[data-theme="dark"] #stocksTransactionEditModal .modal-content,
[data-theme="dark"] #foreignStocksDividendAddModal .modal-content,
[data-theme="dark"] #foreignStocksDividendEditModal .modal-content,
[data-theme="dark"] #foreignStocksTransactionAddModal .modal-content,
[data-theme="dark"] #foreignStocksTransactionEditModal .modal-content,
[data-theme="dark"] #foreignStocksAssetAddModal .modal-content,
[data-theme="dark"] #foreignStocksSegmentAddModal .modal-content,
[data-theme="dark"] #foreignStocksSegmentEditModal .modal-content,
[data-theme="dark"] #foreignStocksAssetEditModal .modal-content,
[data-theme="dark"] #fiiTransactionAddModal .modal-content,
[data-theme="dark"] #fiiTransactionEditModal .modal-content,
[data-theme="dark"] #fiiDividendAddModal .modal-content,
[data-theme="dark"] #fiiDividendEditModal .modal-content,
[data-theme="dark"] #fiiAssetAddModal .modal-content,
[data-theme="dark"] #fiiSegmentAddModal .modal-content,
[data-theme="dark"] #fiiSegmentEditModal .modal-content,
[data-theme="dark"] #fiiAssetEditModal .modal-content,
[data-theme="dark"] #fixedIncomeAssetAddModal .modal-content,
[data-theme="dark"] #fixedIncomeIssuerAddModal .modal-content,
[data-theme="dark"] #fixedIncomeIssuerEditModal .modal-content,
[data-theme="dark"] #fixedIncomeAssetEditModal .modal-content,
[data-theme="dark"] #fixedIncomeTransactionAddModal .modal-content,
[data-theme="dark"] #fixedIncomeTransactionEditModal .modal-content,
[data-theme="dark"] #fixedIncomePaymentAddModal .modal-content,
[data-theme="dark"] #fixedIncomePaymentEditModal .modal-content {
    -webkit-box-shadow: 0 1px 15px rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px 15px rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .daterangepicker td.in-range {
    background-color: #2b3c57;
}

[data-theme="dark"] .daterangepicker td.off,
[data-theme="dark"] .daterangepicker td.off.in-range,
[data-theme="dark"] .daterangepicker td.off.start-date,
[data-theme="dark"] .daterangepicker td.off.end-date {
    background-color: #2b3c57;
}

[data-theme="dark"] .daterangepicker td.available:hover,
[data-theme="dark"] .daterangepicker th.available:hover {
    background-color: #060818;
}

[data-theme="dark"] .daterangepicker select.hourselect,
[data-theme="dark"] .daterangepicker select.minuteselect,
[data-theme="dark"] .daterangepicker select.secondselect,
[data-theme="dark"] .daterangepicker select.ampmselect {
    background: #060818;
}

[data-theme="dark"] .border-bottom {
    border-color: #2b3c57 !important;
}

[data-theme="dark"] #createEventModal .modal-content {
    background-color: #182335;
}

[data-theme="dark"] #createEventModal .modal-content select,
[data-theme="dark"] #createEventModal .modal-content input {
    background-color: #182335;
    color: #fff;
}

[data-theme="dark"] .modal-content {
    background-color: #182335;
    border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .dropdown-menu {
    border: 1px solid #232736;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(255, 255, 255, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .bg-3rd,
[data-theme="dark"] .p_nav-link.active {
    background-color: #1b2e4b;
}

[data-theme="dark"] svg text.c3-chart-arcs-title {
    fill: #ffffff;
}

[data-theme="dark"] .ct-grids line {
    stroke: #2b3c57;
}

[data-theme="dark"] .ct-labels span {
    color: #fff;
}

[data-theme="dark"] .c3 path,
[data-theme="dark"] .mail-compose .form-group .cc-btns .cc path,
[data-theme="dark"] .modal-body .form-group .cc-btns .cc path,
[data-theme="dark"] .mail-compose .form-group .cc-btns .cc-btn:hover path,
[data-theme="dark"] .modal-body .form-group .cc-btns .cc-btn:hover path,
[data-theme="dark"] .c3 line,
[data-theme="dark"] .mail-compose .form-group .cc-btns .cc line,
[data-theme="dark"] .modal-body .form-group .cc-btns .cc line,
[data-theme="dark"] .mail-compose .form-group .cc-btns .cc-btn:hover line,
[data-theme="dark"] .modal-body .form-group .cc-btns .cc-btn:hover line {
    fill: none;
}

[data-theme="dark"] .c3-axis-y text {
    fill: #fff;
}

[data-theme="dark"] .c3-axis-x text {
    fill: #fff;
}

[data-theme="dark"] .c3-legend-item {
    fill: #fff;
}

[data-theme="dark"] #custom-pie-chart .ct-chart-pie g text {
    fill: #fff;
}

[data-theme="dark"] .treeview .list-group li:hover {
    background-color: #2b3c57;
}

[data-theme="dark"] .ql-toolbar.ql-snow {
    background: #ccc;
}

[data-theme="dark"] .c3-tooltip td {
    color: #333333;
}

[data-theme="dark"] .plyr--audio .plyr__controls {
    background: #2b3c57;
}

[data-theme="dark"] .datepicker--cell-day {
    width: 14.28571%;
}

[data-theme="dark"] .datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}

[data-theme="dark"] .datepicker {
    color: #fff;
    border: 1px solid #323030;
}

[data-theme="dark"] .pagination ul li svg path {
    stroke: #fff;
}

[data-theme="dark"] .btn.style--three,
[data-theme="dark"] #example-vertical > .actions ul li a.style--three[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.style--three[href="#finish"] {
    padding: 13px 24px;
}

[data-theme="dark"] .btn-home svg path {
    fill: #ffffff;
}

[data-theme="dark"] .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .ProgressBar-wrap2 .ProgressBar.ProgressBar_4 .ProgressBar-contentCircle .ProgressBar-background,
[data-theme="dark"] .ProgressBar-wrap2 .ProgressBar.ProgressBar_5 .ProgressBar-contentCircle .ProgressBar-background {
    stroke: #fff;
}

[data-theme="dark"] .progress_2 .ProgressBar-wrap .ProgressBar-circle,
[data-theme="dark"] .progress_2 .ProgressBar-wrap2 .ProgressBar-circle {
    stroke: #C491FF;
}

[data-theme="dark"] .progress_3 .ProgressBar-wrap .ProgressBar-circle,
[data-theme="dark"] .progress_3 .ProgressBar-wrap2 .ProgressBar-circle {
    stroke: #8280FD;
}

[data-theme="dark"] .process-bar-wrapper.style--five.c2,
[data-theme="dark"] a.process-bar-wrapper.style--five,
[data-theme="dark"] .dropdown-menu .dropdown-body a:hover .process-bar-wrapper.style--five.main-text,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .process-bar-wrapper.style--five.time,
[data-theme="dark"] .process-bar-wrapper.style--five.btn.preview,
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.preview[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.preview[href="#finish"],
[data-theme="dark"] .process-bar-wrapper.style--five.btn.style--two,
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.style--two[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.style--two[href="#finish"],
[data-theme="dark"] .process-bar-wrapper.style--five.btn.s_alert,
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.s_alert[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.s_alert[href="#finish"],
[data-theme="dark"] .process-bar-wrapper.style--five.details-btn,
[data-theme="dark"] .process-bar-wrapper.style--five.light-btn,
[data-theme="dark"] table.table-condensed thead tr:nth-child(2) th.process-bar-wrapper.style--five,
[data-theme="dark"] .sidebar .sidebar-body li.active > a.process-bar-wrapper.style--five,
[data-theme="dark"] .sidebar .sidebar-body li:hover > a.process-bar-wrapper.style--five,
[data-theme="dark"] .aside-body li a.process-bar-wrapper.style--five.active,
[data-theme="dark"] .aside-body li:hover a.process-bar-wrapper.style--five,
[data-theme="dark"] .aside-body li.active a.process-bar-wrapper.style--five,
[data-theme="dark"] .aside-body li.fc-event a.process-bar-wrapper.style--five:hover,
[data-theme="dark"] .message:hover p.process-bar-wrapper.style--five.time,
[data-theme="dark"] .message.active p.process-bar-wrapper.style--five.time,
[data-theme="dark"] .fc-view > table thead th.process-bar-wrapper.style--five.fc-day-header,
[data-theme="dark"] .notifications a:hover p.process-bar-wrapper.style--five,
[data-theme="dark"] .news a:hover p.process-bar-wrapper.style--five,
[data-theme="dark"] .process-bar-wrapper.style--five.icon:hover,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .process-bar-wrapper.style--five.select2-selection__choice,
[data-theme="dark"] .process-bar-wrapper.style--five.p_nav-link,
[data-theme="dark"] .process-bar-wrapper.style--five.iconwrap,
[data-theme="dark"] .dragable-list > div.ui-sortable-helper i.process-bar-wrapper.style--five {
    background-color: #E9E7FF;
}

[data-theme="dark"] .process-bar-wrapper.style--five.c2 .process-bar,
[data-theme="dark"] a.process-bar-wrapper.style--five .process-bar,
[data-theme="dark"] a.process-bar-wrapper.style--five:hover .process-bar,
[data-theme="dark"] .dropdown-menu .dropdown-body a:hover .process-bar-wrapper.style--five.main-text .process-bar,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .process-bar-wrapper.style--five.time .process-bar,
[data-theme="dark"] .process-bar-wrapper.style--five.btn.preview .process-bar,
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.preview[href="#next"] .process-bar,
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.preview[href="#finish"] .process-bar,
[data-theme="dark"] .process-bar-wrapper.style--five.btn.style--two .process-bar,
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.style--two[href="#next"] .process-bar,
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.style--two[href="#finish"] .process-bar,
[data-theme="dark"] .process-bar-wrapper.style--five.btn.s_alert .process-bar,
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.s_alert[href="#next"] .process-bar,
[data-theme="dark"] #example-vertical > .actions ul li a.process-bar-wrapper.style--five.s_alert[href="#finish"] .process-bar,
[data-theme="dark"] .process-bar-wrapper.style--five.details-btn .process-bar,
[data-theme="dark"] .process-bar-wrapper.style--five.light-btn .process-bar,
[data-theme="dark"] table.table-condensed thead tr:nth-child(2) th.process-bar-wrapper.style--five .process-bar,
[data-theme="dark"] .sidebar .sidebar-body li.active > a.process-bar-wrapper.style--five .process-bar,
[data-theme="dark"] .sidebar .sidebar-body li:hover > a.process-bar-wrapper.style--five .process-bar,
[data-theme="dark"] .aside-body li a.process-bar-wrapper.style--five.active .process-bar,
[data-theme="dark"] .aside-body li:hover a.process-bar-wrapper.style--five .process-bar,
[data-theme="dark"] .aside-body li.active a.process-bar-wrapper.style--five .process-bar,
[data-theme="dark"] .message:hover p.process-bar-wrapper.style--five.time .process-bar,
[data-theme="dark"] .message.active p.process-bar-wrapper.style--five.time .process-bar,
[data-theme="dark"] .fc-view > table thead th.process-bar-wrapper.style--five.fc-day-header .process-bar,
[data-theme="dark"] .notifications a:hover p.process-bar-wrapper.style--five .process-bar,
[data-theme="dark"] .news a:hover p.process-bar-wrapper.style--five .process-bar,
[data-theme="dark"] .process-bar-wrapper.style--five.icon:hover .process-bar,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .process-bar-wrapper.style--five.select2-selection__choice .process-bar,
[data-theme="dark"] .process-bar-wrapper.style--five.p_nav-link .process-bar,
[data-theme="dark"] .about-nav-tab a.process-bar-wrapper.style--five.active .process-bar,
[data-theme="dark"] .process-bar-wrapper.style--five.iconwrap .process-bar,
[data-theme="dark"] .dragable-list > div.ui-sortable-helper i.process-bar-wrapper.style--five .process-bar {
    background-color: #8280FD;
}

[data-theme="dark"] .custom-select select {
    background-color: transparent;
}

[data-theme="dark"] .theme-input-group input {
    background-color: #2b3c57;
}

[data-theme="dark"] .search-form .theme-input-group button svg path {
    stroke: #ffffff;
}

[data-theme="dark"] .custom-checkbox.bold .checkmark,
[data-theme="dark"] .dashboard-date.style--three > i.custom-checkbox .checkmark,
[data-theme="dark"] .dashboard-date.style--five > i.custom-checkbox .checkmark,
[data-theme="dark"] .dropdown-menu.style--four a.custom-checkbox:hover .checkmark,
[data-theme="dark"] .dropdown-menu.style--four a.custom-checkbox.selected .checkmark,
[data-theme="dark"] .custom-checkbox.avatar .checkmark,
[data-theme="dark"] .custom-checkbox.full-date .checkmark,
[data-theme="dark"] .pagination ul li.custom-checkbox .checkmark,
[data-theme="dark"] .custom-checkbox.follow-btn .checkmark,
[data-theme="dark"] .custom-checkbox.link-btn .checkmark,
[data-theme="dark"] .custom-checkbox.details-btn .checkmark,
[data-theme="dark"] table.style--two td.custom-checkbox .checkmark,
[data-theme="dark"] table.cart_table tr td.custom-checkbox:first-child .checkmark,
[data-theme="dark"] table.cart_table tr td:last-child span.custom-checkbox .checkmark,
[data-theme="dark"] table.invoice-list-table.style-two td.custom-checkbox:nth-child(4) .checkmark,
[data-theme="dark"] table.style-two.contact-list-table td.custom-checkbox:nth-child(4) .checkmark,
[data-theme="dark"] table.invoice-list-table.style-two td.custom-checkbox:nth-child(5) .checkmark,
[data-theme="dark"] table.style-two.contact-list-table td.custom-checkbox:nth-child(5) .checkmark,
[data-theme="dark"] table.invoice-list.style-two td.custom-checkbox:nth-child(4) .checkmark,
[data-theme="dark"] table.invoice-list.style-two td.custom-checkbox:nth-child(5) .checkmark,
[data-theme="dark"] .ProgressBar-wrap .custom-checkbox.ProgressBar-percentage .checkmark,
[data-theme="dark"] .ProgressBar-wrap2 .custom-checkbox.ProgressBar-percentage .checkmark,
[data-theme="dark"] .progress-info div.custom-checkbox:not(:first-child) .checkmark,
[data-theme="dark"] .process-bar-wrapper.style--four .custom-checkbox.process-width .checkmark,
[data-theme="dark"] .notification-icon .custom-checkbox.count .checkmark,
[data-theme="dark"] .avatar .custom-checkbox.count .checkmark,
[data-theme="dark"] .sidebar .sidebar-body li.custom-checkbox.nav-category .checkmark,
[data-theme="dark"] .footer a.custom-checkbox .checkmark,
[data-theme="dark"] #apex_radar-chart .custom-checkbox.apexcharts-title-text .checkmark,
[data-theme="dark"] .custom-checkbox.statistic-row.days .checkmark,
[data-theme="dark"] .product-details-content .custom-checkbox.product_title .checkmark,
[data-theme="dark"] .product-details-content .custom-checkbox.woocommerce-Price-amount .checkmark,
[data-theme="dark"] .product-details-content .woocommerce-product-details__short-description h5.custom-checkbox .checkmark,
[data-theme="dark"] .form-row label.custom-checkbox .checkmark,
[data-theme="dark"] .cart-collaterals .shop_table th.custom-checkbox .checkmark,
[data-theme="dark"] .cart-collaterals .shop_table td.custom-checkbox .checkmark,
[data-theme="dark"] .mail-list-item:hover .mail-text .custom-checkbox.msg .checkmark,
[data-theme="dark"] .main-mail:hover .mail-text .custom-checkbox.msg .checkmark,
[data-theme="dark"] .message:hover p.custom-checkbox .checkmark,
[data-theme="dark"] .message.active p.custom-checkbox .checkmark,
[data-theme="dark"] .assign_to .custom-checkbox.assign-content .checkmark,
[data-theme="dark"] .assign-tag .custom-checkbox.tag-text .checkmark,
[data-theme="dark"] .add-new_task .custom-checkbox.label-text .checkmark,
[data-theme="dark"] .task-details .custom-checkbox.label-text .checkmark,
[data-theme="dark"] .fc table.custom-checkbox .checkmark,
[data-theme="dark"] #projectTaskDetails .modal-content .project-main-title textarea.custom-checkbox .checkmark,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist .process-bar-wrapper .custom-checkbox.process-name .checkmark,
[data-theme="dark"] #smartwizard .nav li a.custom-checkbox .checkmark,
[data-theme="dark"] #example-vertical > .steps ul li a.custom-checkbox .checkmark,
[data-theme="dark"] #example-vertical > .actions ul li a.custom-checkbox[href="#previous"] .checkmark,
[data-theme="dark"] .chip .chip-content > div.custom-checkbox .checkmark,
[data-theme="dark"] .chip .chip-content .custom-checkbox.img .checkmark,
[data-theme="dark"] .custom-checkbox.color-circle .checkmark,
[data-theme="dark"] .custom-checkbox.topic .checkmark,
[data-theme="dark"] .timeline .custom-checkbox.event:before .checkmark,
[data-theme="dark"] .custom-checkbox.base-timer__label .checkmark,
[data-theme="dark"] .custom-checkbox.base-timer__text .checkmark,
[data-theme="dark"] .custom-checkbox.p_nav-link .checkmark,
[data-theme="dark"] .info-list li.custom-checkbox .checkmark,
[data-theme="dark"] .shepherd-element .shepherd-content footer .shepherd-buttons li .custom-checkbox.shepherd-button .checkmark {
    border: 1px solid #8280FD;
}

[data-theme="dark"] .custom-checkbox.bold .checkmark:after,
[data-theme="dark"] .dashboard-date.style--three > i.custom-checkbox .checkmark:after,
[data-theme="dark"] .dashboard-date.style--five > i.custom-checkbox .checkmark:after,
[data-theme="dark"] .dropdown-menu.style--four a.custom-checkbox:hover .checkmark:after,
[data-theme="dark"] .dropdown-menu.style--four a.custom-checkbox.selected .checkmark:after,
[data-theme="dark"] .custom-checkbox.avatar .checkmark:after,
[data-theme="dark"] .custom-checkbox.full-date .checkmark:after,
[data-theme="dark"] .pagination ul li.custom-checkbox .checkmark:after,
[data-theme="dark"] .custom-checkbox.follow-btn .checkmark:after,
[data-theme="dark"] .custom-checkbox.link-btn .checkmark:after,
[data-theme="dark"] .custom-checkbox.details-btn .checkmark:after,
[data-theme="dark"] table.style--two td.custom-checkbox .checkmark:after,
[data-theme="dark"] table.cart_table tr td.custom-checkbox:first-child .checkmark:after,
[data-theme="dark"] table.cart_table tr td:last-child span.custom-checkbox .checkmark:after,
[data-theme="dark"] table.invoice-list-table.style-two td.custom-checkbox:nth-child(4) .checkmark:after,
[data-theme="dark"] table.style-two.contact-list-table td.custom-checkbox:nth-child(4) .checkmark:after,
[data-theme="dark"] table.invoice-list-table.style-two td.custom-checkbox:nth-child(5) .checkmark:after,
[data-theme="dark"] table.style-two.contact-list-table td.custom-checkbox:nth-child(5) .checkmark:after,
[data-theme="dark"] table.invoice-list.style-two td.custom-checkbox:nth-child(4) .checkmark:after,
[data-theme="dark"] table.invoice-list.style-two td.custom-checkbox:nth-child(5) .checkmark:after,
[data-theme="dark"] .ProgressBar-wrap .custom-checkbox.ProgressBar-percentage .checkmark:after,
[data-theme="dark"] .ProgressBar-wrap2 .custom-checkbox.ProgressBar-percentage .checkmark:after,
[data-theme="dark"] .progress-info div.custom-checkbox:not(:first-child) .checkmark:after,
[data-theme="dark"] .process-bar-wrapper.style--four .custom-checkbox.process-width .checkmark:after,
[data-theme="dark"] .notification-icon .custom-checkbox.count .checkmark:after,
[data-theme="dark"] .avatar .custom-checkbox.count .checkmark:after,
[data-theme="dark"] .sidebar .sidebar-body li.custom-checkbox.nav-category .checkmark:after,
[data-theme="dark"] .footer a.custom-checkbox .checkmark:after,
[data-theme="dark"] #apex_radar-chart .custom-checkbox.apexcharts-title-text .checkmark:after,
[data-theme="dark"] .custom-checkbox.statistic-row.days .checkmark:after,
[data-theme="dark"] .product-details-content .custom-checkbox.product_title .checkmark:after,
[data-theme="dark"] .product-details-content .custom-checkbox.woocommerce-Price-amount .checkmark:after,
[data-theme="dark"] .product-details-content .woocommerce-product-details__short-description h5.custom-checkbox .checkmark:after,
[data-theme="dark"] .form-row label.custom-checkbox .checkmark:after,
[data-theme="dark"] .cart-collaterals .shop_table th.custom-checkbox .checkmark:after,
[data-theme="dark"] .cart-collaterals .shop_table td.custom-checkbox .checkmark:after,
[data-theme="dark"] .mail-list-item:hover .mail-text .custom-checkbox.msg .checkmark:after,
[data-theme="dark"] .main-mail:hover .mail-text .custom-checkbox.msg .checkmark:after,
[data-theme="dark"] .message:hover p.custom-checkbox .checkmark:after,
[data-theme="dark"] .message.active p.custom-checkbox .checkmark:after,
[data-theme="dark"] .assign_to .custom-checkbox.assign-content .checkmark:after,
[data-theme="dark"] .assign-tag .custom-checkbox.tag-text .checkmark:after,
[data-theme="dark"] .add-new_task .custom-checkbox.label-text .checkmark:after,
[data-theme="dark"] .task-details .custom-checkbox.label-text .checkmark:after,
[data-theme="dark"] .fc table.custom-checkbox .checkmark:after,
[data-theme="dark"] #projectTaskDetails .modal-content .project-main-title textarea.custom-checkbox .checkmark:after,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist .process-bar-wrapper .custom-checkbox.process-name .checkmark:after,
[data-theme="dark"] #smartwizard .nav li a.custom-checkbox .checkmark:after,
[data-theme="dark"] #example-vertical > .steps ul li a.custom-checkbox .checkmark:after,
[data-theme="dark"] #example-vertical > .actions ul li a.custom-checkbox[href="#previous"] .checkmark:after,
[data-theme="dark"] .chip .chip-content > div.custom-checkbox .checkmark:after,
[data-theme="dark"] .chip .chip-content .custom-checkbox.img .checkmark:after,
[data-theme="dark"] .custom-checkbox.color-circle .checkmark:after,
[data-theme="dark"] .custom-checkbox.topic .checkmark:after,
[data-theme="dark"] .timeline .custom-checkbox.event:before .checkmark:after,
[data-theme="dark"] .custom-checkbox.base-timer__label .checkmark:after,
[data-theme="dark"] .custom-checkbox.base-timer__text .checkmark:after,
[data-theme="dark"] .custom-checkbox.p_nav-link .checkmark:after,
[data-theme="dark"] .info-list li.custom-checkbox .checkmark:after,
[data-theme="dark"] .shepherd-element .shepherd-content footer .shepherd-buttons li .custom-checkbox.shepherd-button .checkmark:after {
    left: 5px;
    top: 2px;
}

[data-theme="dark"] .custom-radio.bold [type="radio"]:checked + label:before,
[data-theme="dark"] .dashboard-date.style--three > i.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .dashboard-date.style--five > i.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .dropdown-menu.style--four a.custom-radio:hover [type="radio"]:checked + label:before,
[data-theme="dark"] .dropdown-menu.style--four a.custom-radio.selected [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.avatar [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.full-date [type="radio"]:checked + label:before,
[data-theme="dark"] .pagination ul li.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.follow-btn [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.link-btn [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.details-btn [type="radio"]:checked + label:before,
[data-theme="dark"] table.style--two td.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] table.cart_table tr td.custom-radio:first-child [type="radio"]:checked + label:before,
[data-theme="dark"] table.cart_table tr td:last-child span.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] table.invoice-list-table.style-two td.custom-radio:nth-child(4) [type="radio"]:checked + label:before,
[data-theme="dark"] table.style-two.contact-list-table td.custom-radio:nth-child(4) [type="radio"]:checked + label:before,
[data-theme="dark"] table.invoice-list-table.style-two td.custom-radio:nth-child(5) [type="radio"]:checked + label:before,
[data-theme="dark"] table.style-two.contact-list-table td.custom-radio:nth-child(5) [type="radio"]:checked + label:before,
[data-theme="dark"] table.invoice-list.style-two td.custom-radio:nth-child(4) [type="radio"]:checked + label:before,
[data-theme="dark"] table.invoice-list.style-two td.custom-radio:nth-child(5) [type="radio"]:checked + label:before,
[data-theme="dark"] .ProgressBar-wrap .custom-radio.ProgressBar-percentage [type="radio"]:checked + label:before,
[data-theme="dark"] .ProgressBar-wrap2 .custom-radio.ProgressBar-percentage [type="radio"]:checked + label:before,
[data-theme="dark"] .progress-info div.custom-radio:not(:first-child) [type="radio"]:checked + label:before,
[data-theme="dark"] .process-bar-wrapper.style--four .custom-radio.process-width [type="radio"]:checked + label:before,
[data-theme="dark"] .notification-icon .custom-radio.count [type="radio"]:checked + label:before,
[data-theme="dark"] .avatar .custom-radio.count [type="radio"]:checked + label:before,
[data-theme="dark"] .sidebar .sidebar-body li.custom-radio.nav-category [type="radio"]:checked + label:before,
[data-theme="dark"] .footer a.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] #apex_radar-chart .custom-radio.apexcharts-title-text [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.statistic-row.days [type="radio"]:checked + label:before,
[data-theme="dark"] .product-details-content .custom-radio.product_title [type="radio"]:checked + label:before,
[data-theme="dark"] .product-details-content .custom-radio.woocommerce-Price-amount [type="radio"]:checked + label:before,
[data-theme="dark"] .product-details-content .woocommerce-product-details__short-description h5.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .form-row label.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .cart-collaterals .shop_table th.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .cart-collaterals .shop_table td.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .mail-list-item:hover .mail-text .custom-radio.msg [type="radio"]:checked + label:before,
[data-theme="dark"] .main-mail:hover .mail-text .custom-radio.msg [type="radio"]:checked + label:before,
[data-theme="dark"] .message:hover p.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .message.active p.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .assign_to .custom-radio.assign-content [type="radio"]:checked + label:before,
[data-theme="dark"] .assign-tag .custom-radio.tag-text [type="radio"]:checked + label:before,
[data-theme="dark"] .add-new_task .custom-radio.label-text [type="radio"]:checked + label:before,
[data-theme="dark"] .task-details .custom-radio.label-text [type="radio"]:checked + label:before,
[data-theme="dark"] .fc table.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] #projectTaskDetails .modal-content .project-main-title textarea.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist .process-bar-wrapper .custom-radio.process-name [type="radio"]:checked + label:before,
[data-theme="dark"] #smartwizard .nav li a.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] #example-vertical > .steps ul li a.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] #example-vertical > .actions ul li a.custom-radio[href="#previous"] [type="radio"]:checked + label:before,
[data-theme="dark"] .chip .chip-content > div.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .chip .chip-content .custom-radio.img [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.color-circle [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.topic [type="radio"]:checked + label:before,
[data-theme="dark"] .timeline .custom-radio.event:before [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.base-timer__label [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.base-timer__text [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.p_nav-link [type="radio"]:checked + label:before,
[data-theme="dark"] .info-list li.custom-radio [type="radio"]:checked + label:before,
[data-theme="dark"] .shepherd-element .shepherd-content footer .shepherd-buttons li .custom-radio.shepherd-button [type="radio"]:checked + label:before,
[data-theme="dark"] .custom-radio.bold [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .dashboard-date.style--three > i.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .dashboard-date.style--five > i.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .dropdown-menu.style--four a.custom-radio:hover [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .dropdown-menu.style--four a.custom-radio.selected [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.avatar [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.full-date [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .pagination ul li.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.follow-btn [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.link-btn [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.details-btn [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] table.style--two td.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] table.cart_table tr td.custom-radio:first-child [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] table.cart_table tr td:last-child span.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] table.invoice-list-table.style-two td.custom-radio:nth-child(4) [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] table.style-two.contact-list-table td.custom-radio:nth-child(4) [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] table.invoice-list-table.style-two td.custom-radio:nth-child(5) [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] table.style-two.contact-list-table td.custom-radio:nth-child(5) [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] table.invoice-list.style-two td.custom-radio:nth-child(4) [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] table.invoice-list.style-two td.custom-radio:nth-child(5) [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .ProgressBar-wrap .custom-radio.ProgressBar-percentage [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .ProgressBar-wrap2 .custom-radio.ProgressBar-percentage [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .progress-info div.custom-radio:not(:first-child) [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .process-bar-wrapper.style--four .custom-radio.process-width [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .notification-icon .custom-radio.count [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .avatar .custom-radio.count [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .sidebar .sidebar-body li.custom-radio.nav-category [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .footer a.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] #apex_radar-chart .custom-radio.apexcharts-title-text [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.statistic-row.days [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .product-details-content .custom-radio.product_title [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .product-details-content .custom-radio.woocommerce-Price-amount [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .product-details-content .woocommerce-product-details__short-description h5.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .form-row label.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .cart-collaterals .shop_table th.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .cart-collaterals .shop_table td.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .mail-list-item:hover .mail-text .custom-radio.msg [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .main-mail:hover .mail-text .custom-radio.msg [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .message:hover p.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .message.active p.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .assign_to .custom-radio.assign-content [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .assign-tag .custom-radio.tag-text [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .add-new_task .custom-radio.label-text [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .task-details .custom-radio.label-text [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .fc table.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] #projectTaskDetails .modal-content .project-main-title textarea.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist .process-bar-wrapper .custom-radio.process-name [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] #smartwizard .nav li a.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] #example-vertical > .steps ul li a.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] #example-vertical > .actions ul li a.custom-radio[href="#previous"] [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .chip .chip-content > div.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .chip .chip-content .custom-radio.img [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.color-circle [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.topic [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .timeline .custom-radio.event:before [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.base-timer__label [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.base-timer__text [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .custom-radio.p_nav-link [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .info-list li.custom-radio [type="radio"]:not(:checked) + label:before,
[data-theme="dark"] .shepherd-element .shepherd-content footer .shepherd-buttons li .custom-radio.shepherd-button [type="radio"]:not(:checked) + label:before {
    border-width: 2px !important;
}

[data-theme="dark"] .summernote .note-frame .note-editing-area .note-editable {
    background-color: #2b3c57;
}

[data-theme="dark"] .fc-event,
[data-theme="dark"] .fc-event-dot {
    background-color: #3d7858;
}

[data-theme="dark"] #contactAddModal .modal-dialog,
[data-theme="dark"] #contactEditModal .modal-dialog,
[data-theme="dark"] #assetAddModal .modal-dialog,
[data-theme="dark"] #segmentAddModal .modal-dialog,
[data-theme="dark"] #segmentEditModal .modal-dialog,
[data-theme="dark"] #assetEditModal .modal-dialog,
[data-theme="dark"] #dividendEditModal .modal-dialog,
[data-theme="dark"] #dividendAddModal .modal-dialog,
[data-theme="dark"] #stocksTransactionAddModal .modal-dialog,
[data-theme="dark"] #stocksTransactionEditModal .modal-dialog,
[data-theme="dark"] #foreignStocksDividendAddModal .modal-dialog,
[data-theme="dark"] #foreignStocksDividendEditModal .modal-dialog,
[data-theme="dark"] #foreignStocksTransactionAddModal .modal-dialog,
[data-theme="dark"] #foreignStocksTransactionEditModal .modal-dialog,
[data-theme="dark"] #foreignStocksAssetAddModal .modal-dialog,
[data-theme="dark"] #foreignStocksSegmentAddModal .modal-dialog,
[data-theme="dark"] #foreignStocksSegmentEditModal .modal-dialog,
[data-theme="dark"] #foreignStocksAssetEditModal .modal-dialog,
[data-theme="dark"] #fiiTransactionAddModal .modal-dialog,
[data-theme="dark"] #fiiTransactionEditModal .modal-dialog,
[data-theme="dark"] #fiiDividendAddModal .modal-dialog,
[data-theme="dark"] #fiiDividendEditModal .modal-dialog,
[data-theme="dark"] #fiiAssetAddModal .modal-dialog,
[data-theme="dark"] #fiiSegmentAddModal .modal-dialog,
[data-theme="dark"] #fiiSegmentEditModal .modal-dialog,
[data-theme="dark"] #fiiAssetEditModal .modal-dialog,
[data-theme="dark"] #fixedIncomeAssetAddModal .modal-dialog,
[data-theme="dark"] #fixedIncomeIssuerAddModal .modal-dialog,
[data-theme="dark"] #fixedIncomeIssuerEditModal .modal-dialog,
[data-theme="dark"] #fixedIncomeAssetEditModal .modal-dialog,
[data-theme="dark"] #fixedIncomeTransactionAddModal .modal-dialog,
[data-theme="dark"] #fixedIncomeTransactionEditModal .modal-dialog,
[data-theme="dark"] #fixedIncomePaymentAddModal .modal-dialog,
[data-theme="dark"] #fixedIncomePaymentEditModal .modal-dialog {
    max-width: 750px;
}

[data-theme="dark"] #contactAddModal .modal-body,
[data-theme="dark"] #contactEditModal .modal-body,
[data-theme="dark"] #assetAddModal .modal-body,
[data-theme="dark"] #segmentAddModal .modal-body,
[data-theme="dark"] #segmentEditModal .modal-body,
[data-theme="dark"] #assetEditModal .modal-body,
[data-theme="dark"] #dividendEditModal .modal-body,
[data-theme="dark"] #dividendAddModal .modal-body,
[data-theme="dark"] #stocksTransactionAddModal .modal-body,
[data-theme="dark"] #stocksTransactionEditModal .modal-body,
[data-theme="dark"] #foreignStocksDividendAddModal .modal-body,
[data-theme="dark"] #foreignStocksDividendEditModal .modal-body,
[data-theme="dark"] #foreignStocksTransactionAddModal .modal-body,
[data-theme="dark"] #foreignStocksTransactionEditModal .modal-body,
[data-theme="dark"] #foreignStocksAssetAddModal .modal-body,
[data-theme="dark"] #foreignStocksSegmentAddModal .modal-body,
[data-theme="dark"] #foreignStocksSegmentEditModal .modal-body,
[data-theme="dark"] #foreignStocksAssetEditModal .modal-body,
[data-theme="dark"] #fiiTransactionAddModal .modal-body,
[data-theme="dark"] #fiiTransactionEditModal .modal-body,
[data-theme="dark"] #fiiDividendAddModal .modal-body,
[data-theme="dark"] #fiiDividendEditModal .modal-body,
[data-theme="dark"] #fiiAssetAddModal .modal-body,
[data-theme="dark"] #fiiSegmentAddModal .modal-body,
[data-theme="dark"] #fiiSegmentEditModal .modal-body,
[data-theme="dark"] #fiiAssetEditModal .modal-body,
[data-theme="dark"] #fixedIncomeAssetAddModal .modal-body,
[data-theme="dark"] #fixedIncomeIssuerAddModal .modal-body,
[data-theme="dark"] #fixedIncomeIssuerEditModal .modal-body,
[data-theme="dark"] #fixedIncomeAssetEditModal .modal-body,
[data-theme="dark"] #fixedIncomeTransactionAddModal .modal-body,
[data-theme="dark"] #fixedIncomeTransactionEditModal .modal-body,
[data-theme="dark"] #fixedIncomePaymentAddModal .modal-body,
[data-theme="dark"] #fixedIncomePaymentEditModal .modal-body {
    padding: 30px 50px 40px 60px;
}

@media only screen and (max-width: 767px) {
[data-theme="dark"] #contactAddModal .modal-body,
[data-theme="dark"] #contactEditModal .modal-body,
[data-theme="dark"] #assetAddModal .modal-body,
[data-theme="dark"] #segmentAddModal .modal-body,
[data-theme="dark"] #segmentEditModal .modal-body,
[data-theme="dark"] #assetEditModal .modal-body,
[data-theme="dark"] #dividendEditModal .modal-body,
[data-theme="dark"] #dividendAddModal .modal-body,
[data-theme="dark"] #stocksTransactionAddModal .modal-body,
[data-theme="dark"] #stocksTransactionEditModal .modal-body,
[data-theme="dark"] #foreignStocksDividendAddModal .modal-body,
[data-theme="dark"] #foreignStocksDividendEditModal .modal-body,
[data-theme="dark"] #foreignStocksTransactionAddModal .modal-body,
[data-theme="dark"] #foreignStocksTransactionEditModal .modal-body,
[data-theme="dark"] #foreignStocksAssetAddModal .modal-body,
[data-theme="dark"] #foreignStocksSegmentAddModal .modal-body,
[data-theme="dark"] #foreignStocksSegmentEditModal .modal-body,
[data-theme="dark"] #foreignStocksAssetEditModal .modal-body,
[data-theme="dark"] #fiiTransactionAddModal .modal-body,
[data-theme="dark"] #fiiTransactionEditModal .modal-body,
[data-theme="dark"] #fiiDividendAddModal .modal-body,
[data-theme="dark"] #fiiDividendEditModal .modal-body,
[data-theme="dark"] #fiiAssetAddModal .modal-body,
[data-theme="dark"] #fiiSegmentAddModal .modal-body,
[data-theme="dark"] #fiiSegmentEditModal .modal-body,
[data-theme="dark"] #fiiAssetEditModal .modal-body,
[data-theme="dark"] #fixedIncomeAssetAddModal .modal-body,
[data-theme="dark"] #fixedIncomeIssuerAddModal .modal-body,
[data-theme="dark"] #fixedIncomeIssuerEditModal .modal-body,
[data-theme="dark"] #fixedIncomeAssetEditModal .modal-body,
[data-theme="dark"] #fixedIncomeTransactionAddModal .modal-body,
[data-theme="dark"] #fixedIncomeTransactionEditModal .modal-body,
[data-theme="dark"] #fixedIncomePaymentAddModal .modal-body,
[data-theme="dark"] #fixedIncomePaymentEditModal .modal-body {
    padding: 30px 20px;
}
}

[data-theme="dark"] #contactAddModal .modal-body .cancel,
[data-theme="dark"] #contactEditModal .modal-body .cancel,
[data-theme="dark"] #assetAddModal .modal-body .cancel,
[data-theme="dark"] #segmentAddModal .modal-body .cancel,
[data-theme="dark"] #segmentEditModal .modal-body .cancel,
[data-theme="dark"] #assetEditModal .modal-body .cancel,
[data-theme="dark"] #dividendEditModal .modal-body .cancel,
[data-theme="dark"] #dividendAddModal .modal-body .cancel,
[data-theme="dark"] #stocksTransactionAddModal .modal-body .cancel,
[data-theme="dark"] #stocksTransactionEditModal .modal-body .cancel,
[data-theme="dark"] #foreignStocksDividendAddModal .modal-body .cancel,
[data-theme="dark"] #foreignStocksDividendEditModal .modal-body .cancel,
[data-theme="dark"] #foreignStocksTransactionAddModal .modal-body .cancel,
[data-theme="dark"] #foreignStocksTransactionEditModal .modal-body .cancel,
[data-theme="dark"] #foreignStocksAssetAddModal .modal-body .cancel,
[data-theme="dark"] #foreignStocksSegmentAddModal .modal-body .cancel,
[data-theme="dark"] #foreignStocksSegmentEditModal .modal-body .cancel,
[data-theme="dark"] #foreignStocksAssetEditModal .modal-body .cancel,
[data-theme="dark"] #fiiTransactionAddModal .modal-body .cancel,
[data-theme="dark"] #fiiTransactionEditModal .modal-body .cancel,
[data-theme="dark"] #fiiDividendAddModal .modal-body .cancel,
[data-theme="dark"] #fiiDividendEditModal .modal-body .cancel,
[data-theme="dark"] #fiiAssetAddModal .modal-body .cancel,
[data-theme="dark"] #fiiSegmentAddModal .modal-body .cancel,
[data-theme="dark"] #fiiSegmentEditModal .modal-body .cancel,
[data-theme="dark"] #fiiAssetEditModal .modal-body .cancel,
[data-theme="dark"] #fixedIncomeAssetAddModal .modal-body .cancel,
[data-theme="dark"] #fixedIncomeIssuerAddModal .modal-body .cancel,
[data-theme="dark"] #fixedIncomeIssuerEditModal .modal-body .cancel,
[data-theme="dark"] #fixedIncomeAssetEditModal .modal-body .cancel,
[data-theme="dark"] #fixedIncomeTransactionAddModal .modal-body .cancel,
[data-theme="dark"] #fixedIncomeTransactionEditModal .modal-body .cancel,
[data-theme="dark"] #fixedIncomePaymentAddModal .modal-body .cancel,
[data-theme="dark"] #fixedIncomePaymentEditModal .modal-body .cancel {
    color: #FC7383;
}

[data-theme="dark"] #contactAddModal .modal-content,
[data-theme="dark"] #contactEditModal .modal-content,
[data-theme="dark"] #assetAddModal .modal-content,
[data-theme="dark"] #segmentAddModal .modal-content,
[data-theme="dark"] #segmentEditModal .modal-content,
[data-theme="dark"] #assetEditModal .modal-content,
[data-theme="dark"] #dividendEditModal .modal-content,
[data-theme="dark"] #dividendAddModal .modal-content,
[data-theme="dark"] #stocksTransactionAddModal .modal-content,
[data-theme="dark"] #stocksTransactionEditModal .modal-content,
[data-theme="dark"] #foreignStocksDividendAddModal .modal-content,
[data-theme="dark"] #foreignStocksDividendEditModal .modal-content,
[data-theme="dark"] #foreignStocksTransactionAddModal .modal-content,
[data-theme="dark"] #foreignStocksTransactionEditModal .modal-content,
[data-theme="dark"] #foreignStocksAssetAddModal .modal-content,
[data-theme="dark"] #foreignStocksSegmentAddModal .modal-content,
[data-theme="dark"] #foreignStocksSegmentEditModal .modal-content,
[data-theme="dark"] #foreignStocksAssetEditModal .modal-content,
[data-theme="dark"] #fiiTransactionAddModal .modal-content,
[data-theme="dark"] #fiiTransactionEditModal .modal-content,
[data-theme="dark"] #fiiDividendAddModal .modal-content,
[data-theme="dark"] #fiiDividendEditModal .modal-content,
[data-theme="dark"] #fiiAssetAddModal .modal-content,
[data-theme="dark"] #fiiSegmentAddModal .modal-content,
[data-theme="dark"] #fiiSegmentEditModal .modal-content,
[data-theme="dark"] #fiiAssetEditModal .modal-content,
[data-theme="dark"] #fixedIncomeAssetAddModal .modal-content,
[data-theme="dark"] #fixedIncomeIssuerAddModal .modal-content,
[data-theme="dark"] #fixedIncomeIssuerEditModal .modal-content,
[data-theme="dark"] #fixedIncomeAssetEditModal .modal-content,
[data-theme="dark"] #fixedIncomeTransactionAddModal .modal-content,
[data-theme="dark"] #fixedIncomeTransactionEditModal .modal-content,
[data-theme="dark"] #fixedIncomePaymentAddModal .modal-content,
[data-theme="dark"] #fixedIncomePaymentEditModal .modal-content {
    border: 0;
}

[data-theme="dark"] .board .board-cards .board-card p.black,
[data-theme="dark"] .board .board-cards .board-card p.attach-file.change-card-attachment,
[data-theme="dark"] .board .board-cards .board-card p.dropdown-menu,
[data-theme="dark"] .board .board-cards .board-card p.chart,
[data-theme="dark"] .board .board-cards .board-card p.change-card-btn,
[data-theme="dark"] .board .board-cards .board-card .ProgressBar-wrap p.ProgressBar-percentage--text,
[data-theme="dark"] .ProgressBar-wrap .board .board-cards .board-card p.ProgressBar-percentage--text,
[data-theme="dark"] .board .board-cards .board-card .ProgressBar-wrap2 p.ProgressBar-percentage--text,
[data-theme="dark"] .ProgressBar-wrap2 .board .board-cards .board-card p.ProgressBar-percentage--text,
[data-theme="dark"] .board .board-cards .board-card .ProgressBar-wrap p.ProgressBar-percentage,
[data-theme="dark"] .ProgressBar-wrap .board .board-cards .board-card p.ProgressBar-percentage,
[data-theme="dark"] .board .board-cards .board-card .ProgressBar-wrap2 p.ProgressBar-percentage,
[data-theme="dark"] .ProgressBar-wrap2 .board .board-cards .board-card p.ProgressBar-percentage,
[data-theme="dark"] .board .board-cards .board-card .message-item .bubble p,
[data-theme="dark"] .message-item .bubble .board .board-cards .board-card p,
[data-theme="dark"] .board .board-cards .board-card p.project-box,
[data-theme="dark"] .board .board-cards .board-card #projectTaskDetails .modal-content .checklist-new-item .checklist-add-controls p.icon-close:hover,
[data-theme="dark"] #projectTaskDetails .modal-content .checklist-new-item .checklist-add-controls .board .board-cards .board-card p.icon-close:hover,
[data-theme="dark"] .board .board-cards .board-card .profile-box p,
[data-theme="dark"] .profile-box .board .board-cards .board-card p,
[data-theme="dark"] .board .board-cards .board-card .chip p.chip-content,
[data-theme="dark"] .chip .board .board-cards .board-card p.chip-content,
[data-theme="dark"] .board .board-cards .board-card .chip .chip-content p.img,
[data-theme="dark"] .chip .chip-content .board .board-cards .board-card p.img,
[data-theme="dark"] .board .board-cards .board-card p.base-timer__label,
[data-theme="dark"] .board .board-cards .board-card p.base-timer__text,
[data-theme="dark"] .board .board-cards .board-card .dragable-card p,
[data-theme="dark"] .dragable-card .board .board-cards .board-card p {
    color: #fff;
}

[data-theme="dark"] #projectTaskDetails .modal-content .project-main-title textarea {
    background-color: #1b2e4b;
}

[data-theme="dark"] #projectTaskDetails .modal-content .edit-actions {
    background-color: #1b2e4b;
}

[data-theme="dark"] #projectTaskDetails .modal-content .edit-actions textarea {
    background-color: #1b2e4b;
}

[data-theme="dark"] .chip .chip-content.c2,
[data-theme="dark"] .chip a.chip-content,
[data-theme="dark"] .chip a.chip-content:hover,
[data-theme="dark"] .chip .dropdown-menu .dropdown-body a:hover .chip-content.main-text,
[data-theme="dark"] .dropdown-menu .dropdown-body a:hover .chip .chip-content.main-text,
[data-theme="dark"] .chip .dropdown-menu.style--two .dropdown-body a:hover .chip-content.time,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .chip .chip-content.time,
[data-theme="dark"] .chip .chip-content.btn.preview,
[data-theme="dark"] .chip #example-vertical > .actions ul li a.chip-content.preview[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li .chip a.chip-content.preview[href="#next"],
[data-theme="dark"] .chip #example-vertical > .actions ul li a.chip-content.preview[href="#finish"],
[data-theme="dark"] #example-vertical > .actions ul li .chip a.chip-content.preview[href="#finish"],
[data-theme="dark"] .chip .chip-content.btn.style--two,
[data-theme="dark"] .chip #example-vertical > .actions ul li a.chip-content.style--two[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li .chip a.chip-content.style--two[href="#next"],
[data-theme="dark"] .chip #example-vertical > .actions ul li a.chip-content.style--two[href="#finish"],
[data-theme="dark"] #example-vertical > .actions ul li .chip a.chip-content.style--two[href="#finish"],
[data-theme="dark"] .chip .chip-content.btn.s_alert,
[data-theme="dark"] .chip #example-vertical > .actions ul li a.chip-content.s_alert[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li .chip a.chip-content.s_alert[href="#next"],
[data-theme="dark"] .chip #example-vertical > .actions ul li a.chip-content.s_alert[href="#finish"],
[data-theme="dark"] #example-vertical > .actions ul li .chip a.chip-content.s_alert[href="#finish"],
[data-theme="dark"] .chip .chip-content.details-btn,
[data-theme="dark"] .chip .chip-content.light-btn,
[data-theme="dark"] .chip table.table-condensed thead tr:nth-child(2) th.chip-content,
[data-theme="dark"] table.table-condensed thead tr:nth-child(2) .chip th.chip-content,
[data-theme="dark"] .chip .sidebar .sidebar-body li.active > a.chip-content,
[data-theme="dark"] .sidebar .sidebar-body .chip li.active > a.chip-content,
[data-theme="dark"] .chip .sidebar .sidebar-body li:hover > a.chip-content,
[data-theme="dark"] .sidebar .sidebar-body .chip li:hover > a.chip-content,
[data-theme="dark"] .chip .aside-body li a.chip-content.active,
[data-theme="dark"] .aside-body li .chip a.chip-content.active,
[data-theme="dark"] .chip .aside-body li:hover a.chip-content,
[data-theme="dark"] .aside-body li:hover .chip a.chip-content,
[data-theme="dark"] .chip .aside-body li.active a.chip-content,
[data-theme="dark"] .aside-body li.active .chip a.chip-content,
[data-theme="dark"] .chip .aside-body li.fc-event a.chip-content:hover,
[data-theme="dark"] .aside-body li.fc-event .chip a.chip-content:hover,
[data-theme="dark"] .chip .message:hover p.chip-content.time,
[data-theme="dark"] .message:hover .chip p.chip-content.time,
[data-theme="dark"] .chip .message.active p.chip-content.time,
[data-theme="dark"] .message.active .chip p.chip-content.time,
[data-theme="dark"] .chip .fc-view > table thead th.chip-content.fc-day-header,
[data-theme="dark"] .fc-view > table thead .chip th.chip-content.fc-day-header,
[data-theme="dark"] .chip .notifications a:hover p.chip-content,
[data-theme="dark"] .notifications a:hover .chip p.chip-content,
[data-theme="dark"] .chip .news a:hover p.chip-content,
[data-theme="dark"] .news a:hover .chip p.chip-content,
[data-theme="dark"] .chip .chip-content.icon:hover,
[data-theme="dark"] .chip .select2-container--default .select2-selection--multiple .chip-content.select2-selection__choice,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .chip .chip-content.select2-selection__choice,
[data-theme="dark"] .chip .chip-content.p_nav-link,
[data-theme="dark"] .chip .about-nav-tab a.chip-content.active,
[data-theme="dark"] .about-nav-tab .chip a.chip-content.active,
[data-theme="dark"] .chip .chip-content.iconwrap,
[data-theme="dark"] .chip .dragable-list > div.ui-sortable-helper i.chip-content,
[data-theme="dark"] .dragable-list > div.ui-sortable-helper .chip i.chip-content {
    background-color: #E9E7FF;
}

[data-theme="dark"] .chip .chip-content .img.c2,
[data-theme="dark"] .chip .chip-content a.img,
[data-theme="dark"] .chip .chip-content a.img:hover,
[data-theme="dark"] .chip .chip-content .dropdown-menu .dropdown-body a:hover .img.main-text,
[data-theme="dark"] .dropdown-menu .dropdown-body a:hover .chip .chip-content .img.main-text,
[data-theme="dark"] .chip .chip-content .dropdown-menu.style--two .dropdown-body a:hover .img.time,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .chip .chip-content .img.time,
[data-theme="dark"] .chip .chip-content .img.btn.preview,
[data-theme="dark"] .chip .chip-content #example-vertical > .actions ul li a.img.preview[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li .chip .chip-content a.img.preview[href="#next"],
[data-theme="dark"] .chip .chip-content #example-vertical > .actions ul li a.img.preview[href="#finish"],
[data-theme="dark"] #example-vertical > .actions ul li .chip .chip-content a.img.preview[href="#finish"],
[data-theme="dark"] .chip .chip-content .img.btn.style--two,
[data-theme="dark"] .chip .chip-content #example-vertical > .actions ul li a.img.style--two[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li .chip .chip-content a.img.style--two[href="#next"],
[data-theme="dark"] .chip .chip-content #example-vertical > .actions ul li a.img.style--two[href="#finish"],
[data-theme="dark"] #example-vertical > .actions ul li .chip .chip-content a.img.style--two[href="#finish"],
[data-theme="dark"] .chip .chip-content .img.btn.s_alert,
[data-theme="dark"] .chip .chip-content #example-vertical > .actions ul li a.img.s_alert[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li .chip .chip-content a.img.s_alert[href="#next"],
[data-theme="dark"] .chip .chip-content #example-vertical > .actions ul li a.img.s_alert[href="#finish"],
[data-theme="dark"] #example-vertical > .actions ul li .chip .chip-content a.img.s_alert[href="#finish"],
[data-theme="dark"] .chip .chip-content .img.details-btn,
[data-theme="dark"] .chip .chip-content .img.light-btn,
[data-theme="dark"] .chip .chip-content table.table-condensed thead tr:nth-child(2) th.img,
[data-theme="dark"] table.table-condensed thead tr:nth-child(2) .chip .chip-content th.img,
[data-theme="dark"] .chip .chip-content .sidebar .sidebar-body li.active > a.img,
[data-theme="dark"] .sidebar .sidebar-body .chip .chip-content li.active > a.img,
[data-theme="dark"] .chip .chip-content .sidebar .sidebar-body li:hover > a.img,
[data-theme="dark"] .sidebar .sidebar-body .chip .chip-content li:hover > a.img,
[data-theme="dark"] .chip .chip-content .aside-body li a.img.active,
[data-theme="dark"] .aside-body li .chip .chip-content a.img.active,
[data-theme="dark"] .chip .chip-content .aside-body li:hover a.img,
[data-theme="dark"] .aside-body li:hover .chip .chip-content a.img,
[data-theme="dark"] .chip .chip-content .aside-body li.active a.img,
[data-theme="dark"] .aside-body li.active .chip .chip-content a.img,
[data-theme="dark"] .chip .chip-content .message:hover p.img.time,
[data-theme="dark"] .message:hover .chip .chip-content p.img.time,
[data-theme="dark"] .chip .chip-content .message.active p.img.time,
[data-theme="dark"] .message.active .chip .chip-content p.img.time,
[data-theme="dark"] .chip .chip-content .fc-view > table thead th.img.fc-day-header,
[data-theme="dark"] .fc-view > table thead .chip .chip-content th.img.fc-day-header,
[data-theme="dark"] .chip .chip-content .notifications a:hover p.img,
[data-theme="dark"] .notifications a:hover .chip .chip-content p.img,
[data-theme="dark"] .chip .chip-content .news a:hover p.img,
[data-theme="dark"] .news a:hover .chip .chip-content p.img,
[data-theme="dark"] .chip .chip-content .img.icon:hover,
[data-theme="dark"] .chip .chip-content .select2-container--default .select2-selection--multiple .img.select2-selection__choice,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .chip .chip-content .img.select2-selection__choice,
[data-theme="dark"] .chip .chip-content .img.p_nav-link,
[data-theme="dark"] .chip .chip-content .about-nav-tab a.img.active,
[data-theme="dark"] .about-nav-tab .chip .chip-content a.img.active,
[data-theme="dark"] .chip .chip-content .img.iconwrap,
[data-theme="dark"] .chip .chip-content .dragable-list > div.ui-sortable-helper i.img,
[data-theme="dark"] .dragable-list > div.ui-sortable-helper .chip .chip-content i.img {
    background-color: #E9E7FF;
    color: #8280FD;
    border-color: #8280FD !important;
}

[data-theme="dark"] .datepicker-inline .datepicker {
    border-color: #323030;
}

[data-theme="dark"] .datepicker--nav-title {
    color: #ddd;
}

[data-theme="dark"] .select2-container--default.select2-container--focus .select2-selection--multiple,
[data-theme="dark"] .select2-container--default .select2-selection--multiple {
    border-radius: 5px;
}

[data-theme="dark"] .base-timer__path-remaining.c2,
[data-theme="dark"] a.base-timer__path-remaining,
[data-theme="dark"] .dropdown-menu .dropdown-body a:hover .base-timer__path-remaining.main-text,
[data-theme="dark"] .dropdown-menu.style--two .dropdown-body a:hover .base-timer__path-remaining.time,
[data-theme="dark"] .base-timer__path-remaining.btn.preview,
[data-theme="dark"] #example-vertical > .actions ul li a.base-timer__path-remaining.preview[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.base-timer__path-remaining.preview[href="#finish"],
[data-theme="dark"] .base-timer__path-remaining.btn.style--two,
[data-theme="dark"] #example-vertical > .actions ul li a.base-timer__path-remaining.style--two[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.base-timer__path-remaining.style--two[href="#finish"],
[data-theme="dark"] .base-timer__path-remaining.btn.s_alert,
[data-theme="dark"] #example-vertical > .actions ul li a.base-timer__path-remaining.s_alert[href="#next"],
[data-theme="dark"] #example-vertical > .actions ul li a.base-timer__path-remaining.s_alert[href="#finish"],
[data-theme="dark"] .base-timer__path-remaining.details-btn,
[data-theme="dark"] .base-timer__path-remaining.light-btn,
[data-theme="dark"] table.table-condensed thead tr:nth-child(2) th.base-timer__path-remaining,
[data-theme="dark"] table.table-contextual .base-timer__path-remaining.details-btn,
[data-theme="dark"] .sidebar .sidebar-body li.active > a.base-timer__path-remaining,
[data-theme="dark"] .sidebar .sidebar-body li:hover > a.base-timer__path-remaining,
[data-theme="dark"] .aside-body li a.base-timer__path-remaining.active,
[data-theme="dark"] .aside-body li:hover a.base-timer__path-remaining,
[data-theme="dark"] .aside-body li.active a.base-timer__path-remaining,
[data-theme="dark"] .aside-body li.fc-event a.base-timer__path-remaining:hover,
[data-theme="dark"] .message:hover p.base-timer__path-remaining.time,
[data-theme="dark"] .message.active p.base-timer__path-remaining.time,
[data-theme="dark"] .fc-view > table thead th.base-timer__path-remaining.fc-day-header,
[data-theme="dark"] .notifications a:hover p.base-timer__path-remaining,
[data-theme="dark"] .news a:hover p.base-timer__path-remaining,
[data-theme="dark"] .base-timer__path-remaining.icon:hover,
[data-theme="dark"] .select2-container--default .select2-selection--multiple .base-timer__path-remaining.select2-selection__choice,
[data-theme="dark"] .base-timer__path-remaining.p_nav-link,
[data-theme="dark"] .about-nav-tab a.base-timer__path-remaining.active,
[data-theme="dark"] .base-timer__path-remaining.iconwrap,
[data-theme="dark"] .dragable-list > div.ui-sortable-helper i.base-timer__path-remaining {
    color: #8280FD;
}

[data-theme="dark"] .todays-evnet ul li {
    border-color: #2b3c57 !important;
}

[data-theme="dark"] .news-card > a {
    border-color: #2b3c57 !important;
}

/* ── Header search button — specificity fix ──────────────────────
   The unified style.css has .header-search button { background: #FAFAFA }
   which is more specific than the general .theme-input-group button { var(--bg-5) }.
   These overrides force dark colors on the header-specific variant. */

[data-theme="dark"] .search-form .theme-input-group.header-search.theme-input-group button {
    background-color: #2b3c57;
}

[data-theme="dark"] .search-form .theme-input-group.header-search.theme-input-group button:hover {
    background-color: #384d6d;
    color: #ffffff;
}

[data-theme="dark"] .search-form .theme-input-group.header-search.theme-input-group input {
    background-color: #1b2e4b;
    color: #ffffff;
}

[data-theme="dark"] .search-form .theme-input-group.header-search.theme-input-group input::placeholder {
    color: #c4c4c4 !important;
}

/* ============================================= */
/* Dropdown — texto e hover visíveis no dark     */
/* ============================================= */
[data-theme="dark"] .dropdown-menu .dropdown-item,
[data-theme="dark"] .dropdown-menu a.dropdown-item,
[data-theme="dark"] .dropdown-menu button.dropdown-item {
    color: #ffffff !important;
}

[data-theme="dark"] .dropdown-menu .dropdown-item:hover,
[data-theme="dark"] .dropdown-menu a.dropdown-item:hover,
[data-theme="dark"] .dropdown-menu button.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
}

/* ============================================= */
/* Select unificado com inputs no Dark Mode      */
/* ============================================= */
[data-theme="dark"] select.theme-input-style,
[data-theme="dark"] select.form-control,
[data-theme="dark"] .custom-select {
    background-color: var(--bg-1) !important;
    color: #ffffff !important;
    border-color: transparent !important;
}
