[data-layout-mode=orange] body {
  background-color: #FF7043;
  color: #FFECB3;
}

[data-layout-mode=orange] body ul.hidden-links {
  background-color: #FF5722 !important;
}

[data-layout-mode=orange] body ul.hidden-links .submenu ul {
  background: #FF7043;
}

[data-layout-mode=orange] body .submenu ul {
  background: #FF7043;
}

[data-layout-mode=orange] body .sidebar .sidebar-menu ul li.submenu ul li a:hover,
[data-layout-mode=orange] body .notifications .notification-list li .noti-details {
  color: #FFAB91;
}

[data-layout-mode=orange] body .stats-box {
  background-color: #D84315;
  border: 1px solid #BF360C;
}

[data-layout-mode=orange] body .w-sidebar ul a {
  color: #FFECB3;
}

[data-layout-mode=orange] body .card .card-title {
  color: #FFECB3;
}

[data-layout-mode=orange] body .text-dark {
  color: #FFECB3 !important;
}

[data-layout-mode=orange] body.mini-sidebar .sidebar {
  background-color: transparent;
}

[data-layout-mode=orange] body .header .logo {
  display: block;
}

[data-layout-mode=orange] body .header .main-logo,
[data-layout-mode=orange] body .header .card.timeline-card {
  background: #FF5722;
}

[data-layout-mode=orange] body .header .user-menu.nav > li > a span {
  color: #FFECB3;
}

[data-layout-mode=orange] body .header .header .has-arrow .dropdown-toggle:after {
  border-color: #FFECB3;
}

[data-layout-mode=orange] body .btn.btn-greys,
[data-layout-mode=orange] body .table tbody td a.btn-action-icon {
  background: #FF5722;
  color: #FFECB3;
}

[data-layout-mode=orange] body .bg-success-light {
  background: rgba(76, 175, 80, 0.1) !important;
}

[data-layout-mode=orange] body .bg-danger-light,
[data-layout-mode=orange] body .bg-inactive,
[data-layout-mode=orange] body .profile-picture .img-upload .btn-remove {
  background: rgba(244, 67, 54, 0.1) !important;
}

[data-layout-mode=orange] body .bg-info-light {
  background: rgba(33, 150, 243, 0.12);
}

[data-layout-mode=orange] body .bg-green-light {
  background: rgba(200, 230, 201, 0.12);
}

[data-layout-mode=orange] body .bg-pending-light,
[data-layout-mode=orange] body .bg-warning-light {
  background: rgba(255, 179, 0, 0.1) !important;
}

[data-layout-mode=orange] body .bg-light-gray {
  background: rgba(240, 240, 240, 0.1);
}

[data-layout-mode=orange] body .ribbon-secondary {
  background: rgba(33, 150, 243, 0.3);
  color: #FFECB3;
}

[data-layout-mode=orange] body .ribbon-success {
  background: rgba(76, 175, 80, 0.3);
  color: #FFECB3;
}

[data-layout-mode=orange] body .ribbon-primary {
  background: rgba(25, 118, 210, 0.3);
  color: #FFECB3;
}

[data-layout-mode=orange] body .settings-icon span {
  background: rgba(33, 150, 243, 0.7);
}

[data-layout-mode=orange] body h1,
[data-layout-mode=orange] body h2,
[data-layout-mode=orange] body h3,
[data-layout-mode=orange] body h4,
[data-layout-mode=orange] body h5,
[data-layout-mode=orange] body h6,
[data-layout-mode=orange] body .customer-additional-form .input-block label {
  color: #080808;
}



[data-layout-mode=orange] body {
  background-color: #FF5722; /* Orange background */
  color: #FFF3E0; /* Light text color */
}

[data-layout-mode=orange] body ul.hidden-links {
  background-color: #FF7043 !important; /* Light orange */
}

[data-layout-mode=orange] body ul.hidden-links .submenu ul {
  background: #FF5722; /* Orange background */
}

[data-layout-mode=orange] body .submenu ul {
  background: #FF5722; /* Orange background */
}

[data-layout-mode=orange] body .sidebar .sidebar-menu ul li.submenu ul li a:hover,
[data-layout-mode=orange] body .notifications .notification-list li .noti-details {
  color: #FFCC80; /* Light orange hover */
}

[data-layout-mode=orange] body .stats-box {
  background-color: #BF360C; /* Dark orange */
  border: 1px solid #D32F2F; /* Border color */
}

[data-layout-mode=orange] body .w-sidebar ul a {
  color: #FFF3E0; /* Light text color */
}

[data-layout-mode=orange] body .card .card-title {
  color: #FFF3E0; /* Light text color */
}

[data-layout-mode=orange] body .text-dark {
  color: #FFF3E0 !important; /* Light text color */
}

[data-layout-mode=orange] body.mini-sidebar .sidebar {
  background-color: transparent;
}

[data-layout-mode=orange] body .header .logo {
  display: block;
}

[data-layout-mode=orange] body .header .main-logo,
[data-layout-mode=orange] body .header .card.timeline-card {
  background: #FF7043; /* Light orange background */
}

[data-layout-mode=orange] body .header .user-menu.nav > li > a span {
  color: #FFF3E0; /* Light text color */
}

[data-layout-mode=orange] body .header .header .has-arrow .dropdown-toggle:after {
  border-color: #FFF3E0; /* Light border color */
}

[data-layout-mode=orange] body .btn.btn-greys,
[data-layout-mode=orange] body .table tbody td a.btn-action-icon {
  background: #FF7043; /* Light orange background */
  color: #FFF3E0; /* Light text color */
}

[data-layout-mode=orange] body .bg-success-light {
  background: rgba(255, 87, 34, 0.1) !important; /* Light orange success */
}

[data-layout-mode=orange] body .bg-danger-light,
[data-layout-mode=orange] body .bg-inactive,
[data-layout-mode=orange] body .profile-picture .img-upload .btn-remove {
  background: rgba(255, 82, 82, 0.1) !important; /* Red light */
}

[data-layout-mode=orange] body .bg-info-light {
  background: rgba(255, 138, 101, 0.12); /* Light info background */
}

[data-layout-mode=orange] body .bg-green-light {
  background: rgba(200, 230, 201, 0.12); /* Green light */
}

[data-layout-mode=orange] body .bg-pending-light,
[data-layout-mode=orange] body .bg-warning-light {
  background: rgba(255, 179, 0, 0.1) !important; /* Yellow light */
}

[data-layout-mode=orange] body .bg-light-gray {
  background: rgba(240, 240, 240, 0.1); /* Light gray */
}

[data-layout-mode=orange] body .ribbon-secondary {
  background: rgba(255, 87, 34, 0.3); /* Light orange */
  color: #FFF3E0; /* Light text color */
}

[data-layout-mode=orange] body .ribbon-success {
  background: rgba(0, 188, 212, 0.3);
  color: #FFF3E0;
}

[data-layout-mode=orange] body .ribbon-primary {
  background: rgba(25, 118, 210, 0.3);
  color: #FFF3E0;
}

[data-layout-mode=orange] body .settings-icon span {
  background: rgba(33, 150, 243, 0.7);
}

[data-layout-mode=orange] body h1,
[data-layout-mode=orange] body h2,
[data-layout-mode=orange] body h3,
[data-layout-mode=orange] body h4,
[data-layout-mode=orange] body h5,
[data-layout-mode=orange] body h6,
[data-layout-mode=orange] body .customer-additional-form .input-block label {
  color: #080808;
}

[data-layout-mode=orange] body .profile-view .profile-basic .profile-info-left .user-name {
  color: #FFCC80; /* Light orange */
}

[data-layout-mode=orange] body .personal-info li .title {
  color: #FFCC80; /* Light orange */
}

[data-layout-mode=orange] body .experience-box .experience-list li .experience-content {
  padding: 10px;
}

[data-layout-mode=orange] body .experience-box .experience-list li .experience-user {
  border-radius: 50px;
}

[data-layout-mode=orange] body .sidebar-twocol.sidebar .sidebar-left {
  background: #FF5722; /* Orange background */
}

[data-layout-mode=orange] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #FFCC80; /* Light orange */
}

[data-layout-mode=orange] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  color: #FFFFFF;
}

[data-layout-mode=orange] body .sidebar-twocol.sidebar .sidebar-right {
  background: #BF360C; /* Dark orange */
}

[data-layout-mode=orange] body .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #FFF3E0;
}

[data-layout-mode=orange] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #FFFFFF;
}

[data-layout-mode=orange] body .dash-statistics .stats-info {
  background-color: #BF360C; /* Dark orange */
  border: 1px solid #D32F2F;
}

[data-layout-mode=orange] body .table {
  background-color: #BF360C; /* Dark orange */
  border: 1px solid #D32F2F;
}

[data-layout-mode=orange] body .table th {
  color: #FFF3E0;
  border-top: 1px solid #D32F2F;
  background: #FF5722;
  border-bottom: 1px solid #D32F2F;
}

[data-layout-mode=orange] body .table td {
  border-top: 1px solid transparent;
  color: #FFF3E0;
}

[data-layout-mode=orange] body .table .btn-white {
  background-color: #BF360C;
  border: 1px solid #D32F2F;
}

[data-layout-mode=orange] body,
[data-layout-mode=orange] body .chat-main-row .chat-main-wrapper .chat-window .fixed-header,
[data-layout-mode=orange] body .chat-footer {
  background-color: #FF7043; /* Orange-ish dark background */
  border-bottom: 1px solid #D32F2F;
}

[data-layout-mode=orange] body .video-window .fixed-header .nav li a,
[data-layout-mode=orange] body .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-name,
[data-layout-mode=orange] body .chat-window .chat-cont-right .chat-header .chat-block .media-body .user-name,
[data-layout-mode=orange] body .text-gray-dark,
[data-layout-mode=orange] body .comments .reply-comment {
  color: #FFCC80; /* Light orange text */
}

[data-layout-mode=orange] body .sidebar .sidebar-menu ul li a {
  color: #FFCC80;
  background: transparent;
}

[data-layout-mode=orange] body .btn-white {
  background-color: #FF5722;
  border: 1px solid #D32F2F;
  color: #FFF3E0;
}

[data-layout-mode=orange] body .page-item .page-link,
[data-layout-mode=orange] body input[type=file]::file-selector-button,
[data-layout-mode=orange] body .popover-body,
[data-layout-mode=orange] body .login-wrapper .loginbox .login-right,
[data-layout-mode=orange] body .price-table-main .price-selected,
[data-layout-mode=orange] body #add_package .modal-body ul {
  background: #FF7043;
  border-color: #D32F2F;
  color: #FFF3E0;
}

[data-layout-mode=orange] body .login-wrapper .loginbox .or-line {
  background: #D32F2F;
}

[data-layout-mode=orange] body .dataTables_length .form-control {
  background-color: #FF7043;
  color: #FFF3E0;
  border: 1px solid #D32F2F;
}

[data-layout-mode=orange] body .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #FF8A65; /* Alternate row shade */
}


[data-layout-mode=orange] body .nav-tabs.nav-tabs-solid {
  background-color: #FF5722; /* Orange background */
  border: 1px solid #FF7043; /* Lighter orange border */
}

[data-layout-mode=orange] body .select2-container--default .select2-selection--single {
  border: 1px solid #FF7043; /* Lighter orange border */
  background: rgba(255, 87, 34, 0.5); /* Semi-transparent orange */
}

[data-layout-mode=orange] body .select2-dropdown,
[data-layout-mode=orange] body .card-footer {
  background: #FF7043; /* Lighter orange background */
  border-color: #FF5722; /* Orange border */
}

[data-layout-mode=orange] body .custom-table td {
  color: #FFE0B2 !important; /* Light orange text */
}

[data-layout-mode=orange] body .table td a {
  color: #FFCC80; /* Soft orange link */
}

/* Orange-themed highlights for specific elements */
[data-layout-mode=orange] body .bg-subscribe {
  background: rgba(255, 87, 34, 0.3); /* Subtle orange highlight */
  color: rgba(255, 87, 34, 0.9);
}

[data-layout-mode=orange] body .bg-payment {
  background: rgba(255, 111, 62, 0.3); /* Lighter orange for payment */
  color: rgba(255, 111, 62, 0.9);
}

[data-layout-mode=orange] body .sidebar, [data-layout-mode=orange] body .wizard .nav-item .nav-link {
    background-color: #FF5722; /* Orange sidebar */
}

[data-layout-mode=orange] body .form-group .form-control,
[data-layout-mode=orange] body .input-block .form-control,
[data-layout-mode=orange] body .form-group-item,
[data-layout-mode=orange] body .form-group-customer,
[data-layout-mode=orange] body .toggle-sidebar .sidebar-header,
[data-layout-mode=orange] body .toggle-sidebar .sidebar-body .accordion,
[data-layout-mode=orange] body .card.company-settings-new .content-page-header,
[data-layout-mode=orange] body .card-footer {
    border-color: #FF7043; /* Lighter orange border */
}

[data-layout-mode=orange] body .popover-header {
    background-color: #FF7043; /* Orange popover header */
    color: #FFF3E0; /* Light orange-gray text */
    border-color: #FF5722; /* Orange border */
}

[data-layout-mode=orange] body .add-customer-btns .customer-btn-cancel,
[data-layout-mode=orange] body .modal-footer .btn-back {
    border-color: #FF5722; /* Orange border */
    background: rgba(255, 87, 34, 0.1); /* Transparent orange */
    color: #FF5722; /* Orange text */
}

[data-layout-mode=orange] body .btn-path .btn-cancel.bg-primary-light {
    background: rgba(255, 87, 34, 0.1) !important;
    color: #FF5722 !important;
}

[data-layout-mode=orange] body .btn-primary,
[data-layout-mode=orange] body .pagination li.active a.page-link,
[data-layout-mode=orange] body .nav-pills .nav-link.active,
[data-layout-mode=orange] body .nav-pills .show > .nav-link,
[data-layout-mode=orange] body .custom_radio .checkmark:after,
[data-layout-mode=orange] body .custom_radio_one .checkmark:after,
[data-layout-mode=orange] body #add_package .modal-body ul li h6.active,
[data-layout-mode=orange] body .file-link .print-link:hover,
[data-layout-mode=orange] body .file-link .download-link:hover {
    border-color: rgba(255, 87, 34, 0.3); /* Light orange */
    background: rgba(255, 87, 34, 0.3);
    color: #FFFFFF; /* White text */
}

[data-layout-mode=orange] body .btn-primary:hover,
[data-layout-mode=orange] body .pagination li.active a.page-link:hover,
[data-layout-mode=orange] body .nav-pills .nav-link.active:hover,
[data-layout-mode=orange] body .nav-pills .show > .nav-link:hover,
[data-layout-mode=orange] body .custom_radio .checkmark:after:hover,
[data-layout-mode=orange] body .custom_radio_one .checkmark:after:hover,
[data-layout-mode=orange] body #add_package .modal-body ul li h6.active:hover,
[data-layout-mode=orange] body .file-link .print-link:hover,
[data-layout-mode=orange] body .file-link .download-link:hover {
    box-shadow: inset 0 50px 0 0 #FFE0B2; /* Light orange glow */
    border-color: #FFCC80; /* Soft orange */
    color: #000; /* Black text */
}

[data-layout-mode=orange] body #add_package .modal-body ul li h6:hover {
    border-color: rgba(255, 87, 34, 0.3);
    background: rgba(255, 87, 34, 0.3);
    color: #FF5722;
}

[data-layout-mode=orange] body .bg-white {
    background: #FF5722 !important; /* Deep orange background */
}

[data-layout-mode=orange] body .nav-bordered a.active {
    border-bottom: 2px solid rgba(255, 87, 34, 0.3); /* Light orange border */
}

[data-layout-mode=orange] body .btn-warning {
    border-color: rgba(255, 193, 7, 0.3); /* Yellow warning */
    background: rgba(255, 193, 7, 0.3);
    color: #FFC107; /* Yellow */
}

[data-layout-mode=orange] body .btn-light,
[data-layout-mode=orange] body .navtab-bg .nav-link {
    border-color: rgba(255, 87, 34, 0.3); /* Soft orange */
    background: rgba(255, 87, 34, 0.3);
    color: #A6A6A6; /* Light gray */
}

[data-layout-mode=orange] body .toggle-sidebar .sidebar-layout-filter {
    background: #FF5722; /* Orange filter background */
}

/* Update table and chat components for orange theme */
[data-layout-mode=orange] .table-bordered th,
[data-layout-mode=orange] .dropdown-menu {
  border: 1px solid #FF8C00; /* Orange border */
}

[data-layout-mode=orange] .chat-window,
[data-layout-mode=orange] .chat-window .chat-cont-left,
[data-layout-mode=orange] .chat-cont-right,
[data-layout-mode=orange] .chat-window .chat-cont-left .chat-header,
[data-layout-mode=orange] .chat-window .chat-cont-right .chat-header,
[data-layout-mode=orange] .chat-window .chat-cont-right .chat-body,
[data-layout-mode=orange] .chat-window .chat-cont-left .chat-search,
[data-layout-mode=orange] .chat-window .chat-cont-left .chat-users-list a.chat-block,
[data-layout-mode=orange] .dropdown-menu,
[data-layout-mode=orange] .mail-provider,
[data-layout-mode=orange] #plan-billing-slider .owl-item .packages.active,
[data-layout-mode=orange] .form-select,
[data-layout-mode=orange] .form-group .form-control,
[data-layout-mode=orange] .input-block .form-control,
[data-layout-mode=orange] .input-group-text,
[data-layout-mode=orange] .blog,
[data-layout-mode=orange] .bootstrap-tagsinput,
[data-layout-mode=orange] .custom_check .checkmark,
[data-layout-mode=orange] .checkmark,
[data-layout-mode=orange] .invoice-four .invoice-wrapper .inv-content .thanks-msg,
[data-layout-mode=orange] .chat-cont-left .chat-scroll {
  background: #FF7F50; /* Coral orange background */
  border-color: #FF6347; /* Tomato red border */
  color: #FFF5EE; /* Seashell text color */
}

[data-layout-mode=orange] body .modal-body .select2-container--default .select2-selection--single,
[data-layout-mode=orange] .card.company-settings-new .input-block.service-upload.logo-upload .sites-logo,
[data-layout-mode=orange] .template-invoice-card .invoice-card-title h6,
[data-layout-mode=orange] .invoice-template-tab.invoices-main-tabs,
[data-layout-mode=orange] .invoices-main-tabs,
[data-layout-mode=orange] .blog,
[data-layout-mode=orange] .invoice-three .invoice-wrapper .inv-content .invoice-address,
[data-layout-mode=orange] .invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details {
  border-color: #FF6347; /* Tomato red border */
}

[data-layout-mode=orange] .notifications .notification-list li {
  box-shadow: 0px 1px 0px 0px #FF6347; /* Tomato red shadow */
}

[data-layout-mode=orange] #plan-billing-slider .owl-item .packages,
[data-layout-mode=orange] .grid-blog .post-widget,
[data-layout-mode=orange] .nav-tabs .nav-link.active {
  background: #FF8C00; /* Orange background */
  border-color: #FF6347; /* Tomato red border */
}

[data-layout-mode=orange] .chat-window .chat-cont-right .chat-header .chat-block .media-body .user-status,
[data-layout-mode=orange] .dash-widget-header .dash-count .dash-counts p,
[data-layout-mode=orange] .user-menu .dropdown-menu .dropdown-item,
[data-layout-mode=orange] .user-content .user-name {
  color: #FFF5EE; /* Light text */
  background: #FF7F50; /* Coral background */
}

[data-layout-mode=orange] .card-table .card-body .table td,
[data-layout-mode=orange] .table tbody td h2.table-avatar a:hover,
[data-layout-mode=orange] .card-table .companies-table .table td,
[data-layout-mode=orange] quotations.html,
[data-layout-mode=orange] .notifications .notification-list li blockquote,
[data-layout-mode=orange] .service-upload .drop-browse,
[data-layout-mode=orange] .grid-blog .blog-title a,
[data-layout-mode=orange] .grid-blog .post-widget,
[data-layout-mode=orange] .card {
  color: #FFD700; /* Golden text */
}

[data-layout-mode=orange] .post-title {
  color: #FF6347; /* Tomato red text */
}

[data-layout-mode=orange] .companies-table .table tbody td h2.table-avatar a,
[data-layout-mode=orange] .card-table .card-body .table th,
[data-layout-mode=orange] table.dataTable > thead .sorting:before,
[data-layout-mode=orange] table.dataTable > thead .sorting_asc:before,
[data-layout-mode=orange] table.dataTable > thead .sorting_desc:before,
[data-layout-mode=orange] table.dataTable > thead .sorting_asc_disabled:before,
[data-layout-mode=orange] table.dataTable > thead .sorting_desc_disabled:before,
[data-layout-mode=orange] .table tbody td h2.table-avatar a,
[data-layout-mode=orange] .nav-tabs .nav-link.active,
[data-layout-mode=orange] .customer-text-one,
[data-layout-mode=orange] .activity-feed .feed-item.timeline-item span.timeline-user a,
[data-layout-mode=orange] .invoice-sign span,
[data-layout-mode=orange] .ticket-information .support-details-cont h6,
[data-layout-mode=orange] .ticket-history .card-inform .ticket-info h6,
[data-layout-mode=orange] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head h6,
[data-layout-mode=orange] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box h6,
[data-layout-mode=orange] .inv-content .invoice-table table tr td,
[data-layout-mode=orange] .inv-content .invoice-table table tr th,
[data-layout-mode=orange] .inv-content .total-amountdetails span,
[data-layout-mode=orange] .invoice-one .bank-details .payment-info span,
[data-layout-mode=orange] .invoice-one .bank-details .payment-info div,
[data-layout-mode=orange] .invoice-one .thanks-msg,
[data-layout-mode=orange] .invoice-two .inv-content .invoice-header .inv-header-left h2,
[data-layout-mode=orange] .invoice-two .inv-content .invoice-table-details table thead tr th,
[data-layout-mode=orange] .invoice-two .inv-content .invoice-table-details table tr .table-description,
[data-layout-mode=orange] .invoice-two .inv-content .invoice-table-details table tr td,
[data-layout-mode=orange] .invoice-two .inv-content .invoice-table-footer .table-footer-right table td,
[data-layout-mode=orange] .invoice-two .inv-content .thanks-msg,
[data-layout-mode=orange] .invoice-two .inv-content .two-invoice-details h5,
[data-layout-mode=orange] .invoice-two .inv-content .bank-details .payment-info .debitcard,
[data-layout-mode=orange] .invoice-two .inv-content .terms-condition span,
[data-layout-mode=orange] .invoice-two .inv-content .bank-details .payment-info .payment-title,
[data-layout-mode=orange] .invoice-three .invoice-wrapper .inv-content .thank-msg,
[data-layout-mode=orange] .invoice-three .invoice-wrapper .inv-content .inv-details .invoice-footer span,
[data-layout-mode=orange] .invoice-three .invoice-wrapper .inv-content .thanks-msg span {
  color: #FF8C00;
  background: #FF6347;
}

[data-layout-mode=orange] .form-radio-check .checkmark {
  color: #FFD700;
}

[data-layout-mode=orange] .faq-tab {
  background: #FF8C00;
  border: 1px solid #FF6347;
}


[data-layout-mode=orange] {
  /* Orange Background for Footer */
  background-color: #FF6347; /* Orange background */
}

[data-layout-mode=orange] .invoice-table .row.table-footer,
[data-layout-mode=orange] .invoice-wrapper .invoice-footer .invoice-footer-right,
[data-layout-mode=orange] .invoice-wrapper .invoice-footer,
[data-layout-mode=orange] .invoice-wrapper .invoice-footer .terms-conditions span {
  background-color: #FF8C00; /* Orange background */
}

[data-layout-mode=orange] .dark-white-logo {
  display: none !important; /* Hide for orange theme */
}

[data-layout-mode=orange] .light-color-logo {
  display: inline-block !important; /* Show for orange theme */
}

[data-layout-mode=orange] .invoice-item .invoice-details strong {
  color: #FFD700; /* Light yellow color */
}

[data-layout-mode=orange] .packages.package-selected {
  background: rgba(255, 140, 0, 0.3); /* Light orange selection */
}

[data-layout-mode=orange] .chat-cont-right ul.list-unstyled .chat-block.received .media-body > div,
[data-layout-mode=orange] .chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box > div,
[data-layout-mode=orange] .chat-window .chat-cont-right .chat-footer,
[data-layout-mode=orange] .chat-window .chat-cont-right .chat-footer .input-group .form-control,
[data-layout-mode=orange] .form-group-bank,
[data-layout-mode=orange] .description-box .note-frame,
[data-layout-mode=orange] .form-group .note-editable,
[data-layout-mode=orange] .input-block .note-editable,
[data-layout-mode=orange] .note-toolbar,
[data-layout-mode=orange] .form-group .note-toolbar,
[data-layout-mode=orange] .input-block .note-toolbar,
[data-layout-mode=orange] .note-btn,
[data-layout-mode=orange] .ticket-information .support-details,
[data-layout-mode=orange] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban {
  background: #FFE4B5; /* Light orange background */
}

[data-layout-mode=orange] .chat-window .chat-cont-right .chat-body .chat-block .media-body .msg-box > div p,
[data-layout-mode=orange] .chat-time span,
[data-layout-mode=orange] .filter-buttons button.btn-secondary,
[data-layout-mode=orange] .note-btn {
  color: #5F6D7A; /* Soft gray text */
}

[data-layout-mode=orange] .chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box:first-child:before {
  border-right: 6px solid #FFE4B5; /* Light orange border */
}

[data-layout-mode=orange] .chat-window .chat-cont-right .chat-footer,
[data-layout-mode=orange] .form-group-bank,
[data-layout-mode=orange] .note-btn,
[data-layout-mode=orange] .note-toolbar,
[data-layout-mode=orange] .ticket-information .support-details {
  border-color: #FF7F50; /* Coral color border */
}

[data-layout-mode=orange] .card-support {
  border: none; /* No border for orange theme */
}

[data-layout-mode=orange] .invoices-main-tabs {
  padding-top: 12px;
  padding-left: 12px;
}

[data-layout-mode=orange] .recurring-tab ul li button.active {
  background: rgba(255, 140, 0, 0.3) !important; /* Active orange */
}

[data-layout-mode=orange] .badge-gray-outline {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

[data-layout-mode=orange] .filter-buttons button.btn-secondary {
  background: rgba(255, 140, 0, 0.1); /* Light orange hover */
  border-color: rgba(255, 140, 0, 0.1);
}

[data-layout-mode=orange] .filter-buttons button.btn-secondary:hover {
  box-shadow: inset 0 50px 0 0 rgba(255, 140, 0, 0.3);
}

[data-layout-mode=orange] .ticket-information .support-widget-icon,
[data-layout-mode=orange] .ticket-information .customer-widget-icon,
[data-layout-mode=orange] .ticket-information .support-details .btn-action-icon,
[data-layout-mode=orange] .activity-feed .feed-item:before,
[data-layout-mode=orange] .ticket-history .card-inform .ticket-info .ticket-upload {
  background: rgba(255, 140, 0, 0.3); /* Light orange background */
}

[data-layout-mode=orange] .ticket-history .card-inform .ticket-info .ticket-upload {
  border-color: rgba(255, 140, 0, 0.3);
}

[data-layout-mode=orange] .ticket-history .card-inform .ticket-info .ticket-upload:hover {
  background: rgba(255, 140, 0, 0.4);
  border-color: rgba(255, 140, 0, 0.4);
}


[data-layout-mode=orange] .status-toggle .checktoggle {
  transform: none;
}
