.striked {
    text-decoration: line-through;
}

.asterisk {
    color: red;
    font-weight: bold;
}

.tox-notification {
    display: none !important
}

/* =================================
   Logo and Brand Styling
   ================================= */

/* App brand logo styling */
.app-brand-logo img {
    max-height: 50px !important;
    width: auto !important;
    vertical-align: middle !important;
}

.app-brand-text {
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-left: 10px !important;
    vertical-align: middle !important;
    line-height: 50px !important;
}

.app-brand-link {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.app-brand-link:hover .app-brand-text {
    color: #f0f9ff !important;
}

/* Responsive logo behavior */
@media (max-width: 1199px) {
    .app-brand-text {
        display: none !important;
    }

    .app-brand-logo img {
        max-height: 40px !important;
    }
}

/* Styles for larger screens */
@media (min-width: 768px) {
    .icon-only {
        display: inline;
        /* Display the icon for larger screens */
    }

    .language-name {
        display: inline;
        /* Display the language name for larger screens */
    }
}

/* Styles for smaller screens (e.g., mobile) */
@media (max-width: 767px) {
    .icon-only {
        display: inline;
        /* Display the icon for smaller screens */
    }

    .language-name {
        display: none;
        /* Hide the language name for smaller screens */
    }
}

.installer-div {
    max-width: 1000px !important;
}

.icon-adjusted-select-all,
.select-all i,
.select-all .bx,
.select-all,
.btn-primary i,
.btn-primary .bx,
.card .btn-primary i,
.card .btn-primary .bx,
.card .select-all i,
.card .select-all .bx {
    color: white !important;
}



.sticky-note-bg-primary {
    background: #007bff;
    /* Bootstrap primary color */
    /* color: #fff; */
    /* White text color on a primary background */
}

.sticky-note-bg-secondary {
    background: #6c757d;
    /* Bootstrap secondary color */
    color: #fff;
    /* White text color on a secondary background */
}

.sticky-note-bg-success {
    background: #28a745;
    /* Bootstrap success color */
    color: #fff;
    /* White text color on a success background */
}

.sticky-note-bg-dark {
    background: #343a40;
    /* Bootstrap dark color */
    color: #fff;
    /* White text color on a dark background */
}


.sticky-note-bg-info {
    background: #cfc;
}

.sticky-note-bg-warning {
    background: #ffc;
}

.sticky-note-bg-danger {
    background: #fcc;
}

.sticky-notes,
.sticky-note {
    list-style: none;
}

.sticky-notes {
    overflow: hidden;
    padding: 2em;
}

.sticky-notes .sticky-note .sticky-content {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 1em;
    overflow-wrap: break-word;
    -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
    -moz-transition: -moz-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.sticky-notes .sticky-note {
    margin-top: 1em;
    margin-bottom: 1em;
    /*float:left;*/
}

.sticky-notes .sticky-note:nth-child(even) .sticky-content {
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    position: relative;
    top: 5px;
}

.sticky-notes .sticky-note:nth-child(3n) .sticky-content {
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    position: relative;
    top: -5px;
}

.sticky-notes .sticky-note:nth-child(5n) .sticky-content {
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    position: relative;
    top: -10px;
}

.sticky-notes .sticky-note .sticky-content:hover,
.sticky-notes .sticky-note .sticky-content:focus {
    box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.05);
    position: relative;
    z-index: 5;
}

.sticky-notes .sticky-note .sticky-content i {
    font-size: 12px;
    float: right;
    vertical-align: top;
    padding: 6px;
    cursor: pointer;
}




@media print {

    /* Reset some styles to maintain the column structure */
    body * {
        visibility: hidden;
    }

    .row::before,
    .row::after {
        content: "";
        display: table;
        clear: both;
    }

    #section-not-to-print,
    #section-not-to-print * {
        display: none;
    }

    #section-to-print,
    #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }

    /* Adjust other specific styles as needed for your layout */
}

.language-dropdown {
    min-width: auto !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .menu-container {
        max-height: calc(100vh - 50px) !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 768px) {

    /* You can adjust the max-width as needed */
    .demo-mode {
        display: none;
        /* Hide the badge on mobile devices */
    }
}


@media (min-width: 769px) {
    .demo-mode-icon-only i {
        display: none;
        /* Hide the icon on large devices */
    }
}

@media (max-width: 768px) {
    .nav-item .nav-mobile-hidden {
        display: none;
    }
}

.timer-img {
    width: 55px !important;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    right: 1.625rem;
    z-index: 999999;
    transition: transform 0.3s ease; /* Adding transition for smooth animation */
    box-shadow:0px 4px 8px rgba(0, 0, 0, 0.3);
}

.timer-img:hover {
    transform: translateY(-5px); /* Lift the image slightly on hover */
}



/* Stopwatch container */
.stopwatch {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.stopwatch_time {
    text-align: center;
    margin: 0 10px;
}

.stopwatch_time_input {
    padding: 1em !important;
    text-align: center !important;
    border-radius: 5px !important;
    border-color: #6c757d !important;
    background: #6c757d !important;
    color: #ffffff !important;
    padding: 0.5em 0 !important;
    font-size: 3em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    font-weight: bold;
}

.stopwatch_time_lable {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

/* Buttons */
.selectgroup {
    display: flex;
    justify-content: center;
}

.selectgroup-item {
    margin: 0 5px;
}

.selectgroup-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    transition: background-color 0.3s ease;
}

.selectgroup-button:hover {
    background-color: #0056b3;
}

#start[disabled],
#end[disabled],
#pause[disabled] {
    background: none !important;
    color: var(--gray) !important;
}
#stopTimerModal{
    z-index: 1100;
}

/* Hide on smaller screens (mobile) */
@media (max-width: 768px) {
    .hide-mobile {
        display: inline;
    }

    .show-mobile {
        display: none;
    }
}
.invoice-detail-item{
    margin-bottom: 15px;
}

.invoice-detail-name {
    letter-spacing: 0.3px;
    color: #98a6ad;
    margin-bottom: 4px;
}
.invoice-detail-value {
    font-size: 18px;
    color: #34395e;
    font-weight: 700;
}

/* Select2 height adjustments to match Bootstrap form controls */
.select2-container .select2-selection--single {
    height: 38px !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 0.375rem !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-rendered {
    line-height: 1.5 !important;
    padding-left: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #697a8d !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-arrow {
    height: 100% !important;
    right: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 0.375rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px !important;
}

/* Focus state to match Bootstrap exactly */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0d6efd !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

/* Hover state to match Bootstrap */
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--multiple:hover {
    border-color: #b6d7ff !important;
}

/* Dropdown styling */
.select2-dropdown {
    border: 1px solid #d9dee3 !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* =================================
   Custom Blue Sidebar Theme
   ================================= */

/* Sidebar background - matching the blue theme */
.bg-menu-theme {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #2563eb 100%) !important;
    color: #ffffff !important;
}

/* Logo area styling */
.app-brand {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 10px !important;
}

/* Menu items styling */
.bg-menu-theme .menu-inner .menu-item .menu-link {
    color: #ffffff !important;
    border-radius: 8px !important;
    margin: 2px 8px !important;
    padding: 12px 16px !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
}

/* Menu item hover effect - DISABLED */
.bg-menu-theme .menu-inner .menu-item .menu-link:hover {
    background: transparent !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Active menu item */
.bg-menu-theme .menu-inner .menu-item.active > .menu-link {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

/* Menu icons */
.bg-menu-theme .menu-inner .menu-item .menu-link .menu-icon {
    margin-right: 12px !important;
}

/* Sub-menu styling */
.bg-menu-theme .menu-inner .menu-item .menu-sub {
    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
    margin: 5px 0 !important;
    padding: 8px 0 !important;
}

.bg-menu-theme .menu-inner .menu-item .menu-sub .menu-item .menu-link {
    padding-left: 45px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}

.bg-menu-theme .menu-inner .menu-item .menu-sub .menu-item .menu-link:hover {
    background: transparent !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}

/* Remove submenu left indicator (circle/line) */
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before,
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before,
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link:before {
    display: none !important;
    content: none !important;
}

/* Active indicator */
.bg-menu-theme .menu-inner > .menu-item.active:before {
    background: #ffffff !important;
    width: 4px !important;
    height: 40px !important;
    border-radius: 2px !important;
}

/* Menu toggle button */
.layout-menu-toggle {
    color: rgba(255, 255, 255, 0.8) !important;
}

.layout-menu-toggle:hover {
    color: #ffffff !important;
}

/* =================================
   Header/Navbar Styling
   ================================= */

/* Main header background */
.bg-navbar-theme {
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%) !important;
    box-shadow: 0 2px 20px rgba(30, 58, 138, 0.1) !important;
    border-bottom: 1px solid rgba(30, 58, 138, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

/* Search form styling */
.bg-navbar-theme .nav-item .form-control {
    background: rgba(30, 58, 138, 0.05) !important;
    border: 1px solid rgba(30, 58, 138, 0.1) !important;
    color: #1e3a8a !important;
}

.bg-navbar-theme .nav-item .form-control:focus {
    background: #ffffff !important;
    border-color: #2563eb !important;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25) !important;
}

/* Search button */
.bg-navbar-theme .btn-default {
    color: #1e3a8a !important;
}

/* Dropdown buttons */
.bg-navbar-theme .btn-outline-primary {
    border-color: #2563eb !important;
    color: #2563eb !important;
    background: rgba(37, 99, 235, 0.05) !important;
}

.bg-navbar-theme .btn-outline-primary:hover {
    background: #2563eb !important;
    color: #ffffff !important;
}

/* =================================
   Responsive Design
   ================================= */

/* Mobile menu toggle */
@media (max-width: 1199px) {
    .layout-menu-toggle .bx-menu {
        color: #2563eb !important;
        font-size: 24px !important;
    }
}

/* Tablet adjustments */
@media (max-width: 768px) {
    .bg-menu-theme .menu-inner .menu-item .menu-link {
        padding: 10px 12px !important;
        margin: 2px 6px !important;
    }

    .app-brand {
        padding: 15px !important;
    }

    .navbar-nav .nav-item {
        margin: 0 2px !important;
    }
}

/* Small mobile adjustments */
@media (max-width: 576px) {
    .bg-navbar-theme .navbar-nav .nav-item .form-control {
        width: 200px !important;
    }

    .language-name {
        display: none !important;
    }

    .bg-menu-theme .menu-inner .menu-item .menu-link {
        font-size: 14px !important;
        padding: 8px 10px !important;
    }
}

/* =================================
   Dashboard Cards Enhancement
   ================================= */

/* Dashboard cards with light gray-blue background like in image */
.card {
    background-color: #f1f5f9 !important;
    background-image: none !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(30, 58, 138, 0.08) !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.card:hover {
    background-color: #e2e8f0 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.12) !important;
}

/* Card body styling */
.card-body {
    background-color: transparent !important;
}

/* Card headers */
.card-header {
    background-color: #f8fafc !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(30, 58, 138, 0.1) !important;
    border-radius: 10px 10px 0 0 !important;
}

/* Ensure icons are visible */
.card .menu-icon,
.card .bx,
.card i {
    color: #2563eb !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    /* font-size: 1.5rem !important; */
}

/* Avatar wrapper styling */
.card .avatar {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}

/* Text colors for better contrast */
.card .text-primary {
    color: #2563eb !important;
}

.card .fw-semibold {
    color: #374151 !important;
    font-weight: 600 !important;
}

.card .card-title {
    color: #1f2937 !important;
    font-weight: 700 !important;
}

/* Make sure card content is visible */
.card-body {
    padding: 1.5rem !important;
}

/* Specific dashboard card styling to match image */
.content-wrapper .card,
.container-fluid .card,
div[class*="col"] .card {
    background-color: #f1f5f9 !important;
    background-image: none !important;
}

/* Primary buttons enhancement */
.btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%) !important;
    border: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-primary .bx.bx-plus,
.btn-primary i.bx-list-ul {
    color: white !important;
}

/* Make edit and trash icons white on notes */
.edit-note i.bx-edit,
.delete i.bx-trash {
     color: rgb(248, 248, 248) !important;
}

/* Task table delete icon color */
.task-delete i.bx-trash {
    color: #ce110a !important;
}

/* Users table delete icon color */
.user-delete i.bx-trash {
    color: #ce110a !important;
}




.btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4) !important;
}
